/*========================================================
 * Flexible Rows Page
 *
 * General rules
 *
 * all sizes
 */




/*========================================================
 * ROW: Top Banner
 *
 * all sizes
 */

.sg-flexible-rows-page-top-banner {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}

.sg-flexible-rows-page-top-banner__overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sg-flexible-rows-page-top-banner__inner-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.sg-flexible-rows-page-top-banner__inner-wrap--text-box-align_center {
  flex-direction: column;
}

.sg-flexible-rows-page-top-banner .sg-flexible-rows-page-top-banner__inner-wrap--text-box-align_right{
  justify-content: flex-end;
  text-align: left !important;
}


.sg-flexible-rows-page-top-banner__text-box-wrap {
  padding-right: calc(var( --sg--spacing--1-unit ) * 3);
  width: 50%;
}

.sg-flexible-rows-page-top-banner__text-box-wrap--text-box-align_center {
  order: 2;
  padding-right: 0;
  width: 70%;
}

.sg-flexible-rows-page-top-banner__text-box-wrap--text-box-align_right {
  order: 2;
  padding-right: 0;
  padding-left: calc(var( --sg--spacing--1-unit ) * 3);
  width: 50%;
}

.sg-flexible-rows-page-top-banner__eyebrow-headline {
  color: var( --sg--color--grey-dark );
  font-family: var( --sg--font-family--main ), sans-serif;
  font-size: var( --sg--font-size--medium );
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin-bottom: 8px;
  font-weight: 600;
}

.sg-flexible-rows-page-top-banner__description-wrap {
  margin-bottom: 40px;
}

.sg-flexible-rows-page-top-banner__description {
  font-size: var(--sg--font-size--medium-large);
  font-weight: 600;
  line-height: 1.45;
}

.sg-flexible-rows-page-top-banner__buttons-wrap--text-box-align_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 56px;
}


.sg-flexible-rows-page-top-banner__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -16px;
}

.sg-flexible-rows-page-top-banner__buttons--text-box-align_center {
  justify-content: center;
}


.sg-flexible-rows-page-top-banner__button-wrap {
  padding: 0 16px 16px;
}



.sg-flexible-rows-page-top-banner__button {
  align-items: center;
  border-radius: 48px;
  display: flex;
  font-size: var(--sg--font-size--regular);
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 8px 24px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.sg-flexible-rows-page-top-banner__image-wrap {
  width: 50%;
}

.sg-flexible-rows-page-top-banner__image-wrap--text-box-align_center {
  margin-bottom: 40px;
  order: 1;
  width: 20%;
}

.sg-flexible-rows-page-top-banner__image-wrap--text-box-align_right {
  order: 1;
}


/*========================================================
 * ROW: Media / Text
 *
 * all sizes
 */

.sg-flexible-rows-page-media-text {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;

}

.sg-flexible-rows-page-media-text__overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sg-flexible-rows-page-media-text__inner-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.sg-flexible-rows-page-media-text__image-wrap {
  order: 1;
  padding-left: 0;
  padding-right: calc(var( --sg--spacing--1-unit ) * 3);
  width: 50%;
}

a.sg-flexible-rows-page-media-text__image-wrap {
  transition: all 0.1s ease-in-out;
}

a.sg-flexible-rows-page-media-text__image-wrap:hover {
  opacity: 0.97;
  transform: scale(1.02);
}

.sg-flexible-rows-page-media-text__image-wrap--text-box-align_left {
  order: 2;
  padding-left: calc(var( --sg--spacing--1-unit ) * 3);
  padding-right: 0;
}


.sg-flexible-rows-page-media-text__text-box-wrap {
  order: 2;
  padding-left: calc(var( --sg--spacing--1-unit ) * 3);
  padding-right: 0;
  padding-top: 0;
  width: 50%;
}

.sg-flexible-rows-page-media-text__text-box-wrap--text-box-align_left {
  padding-left: 0;
  padding-right: calc(var( --sg--spacing--1-unit ) * 3);
  order: 1;
}

.sg-flexible-rows-page-media-text__text-box {
  border-top: 4px solid var( --sg--color--purple-regular );
  padding-top: calc(var( --sg--spacing--1-unit ) * 4);
}

.sg-flexible-rows-page-media-text__title-wrap {
  display: inline-block;
}

.sg-flexible-rows-page-media-text__title-wrap--mobile {
  display: none;
}

.sg-flexible-rows-page-media-text__description {
  color: var( --sg--color--grey-medium );
  font-size: var( --sg--font-size--regular );
}


.sg-flexible-rows-page-media-text__description h3 {
  color: var( --sg--color--grey-dark );
  font-weight: 600;
  margin: 1em 0 0.5em;
}

.sg-flexible-rows-page-media-text__description h3:first-child {
  margin-top: 0;
}

.sg-flexible-rows-page-media-text__description ul {
  margin: 0 0 0 2em;
}

.sg-flexible-rows-page-media-text__description li {
  padding-bottom: 1em;
  list-style-type: disc;
}

.sg-flexible-rows-page-media-text__description li:last-child {
  padding-bottom: 1.45em;
}

.sg-flexible-rows-page-media-text__description img {
  display: block;
  margin: 56px auto 0;
  width: 40%;
}

.sg-flexible-rows-page-media-text__buttons-wrap--text-box-align_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.sg-flexible-rows-page-media-text__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -16px;
}

.sg-flexible-rows-page-media-text__buttons--text-box-align_center {
  justify-content: center;
}


.sg-flexible-rows-page-media-text__button-wrap {
  padding: 8px 16px;
}

.sg-flexible-rows-page-media-text__button {
  align-items: center;
  border-radius: 48px;
  display: flex;
  font-size: var(--sg--font-size--regular);
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 8px 24px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.sg-flexible-rows-page-media-text__iframe-wrap {
  background-color: transparent;
  display: none;
}

.sg-flexible-rows-page-media-text__iframe-responsive-wrap {
  max-width: calc(64vh - 20px);
  max-height: calc(88vh - 54px);
  padding: 0;
  position: relative;
  width: 738px;
  height: 1024px;
}

.sg-flexible-rows-page-media-text__iframe-underlay {
  background-color: #231f20;
  border-radius: 17px;
  border: none;
  bottom: 2%;
  left: 3%;
  pointer-events: none;
  position: absolute;
  right: 3%;
  top: 2%;
}

.sg-flexible-rows-page-media-text__iframe-overlay {
  background-image: url( /wp-content/themes/sg-theme-2023/assets/images/sg-web-app-bg-5.png );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}


.sg-flexible-rows-page-media-text__iframe-wrap iframe {
  border-radius: 0;
  border: none;
  bottom: 3%;
  height: calc(100% - 6%);
  left: 4%;
  position: absolute;
  right: 5%;
  top: 3%;
  width: calc(100% - 9%);
}


body.compensate-for-scrollbar {
  background-color: #ffffff;
}

.fancybox-content { 
  padding: 44px 10px 10px 10px;
}

.fancybox-is-open .fancybox-bg {
  background: white;
  opacity: 0.3;
}

.fancybox-active .site-container {
  filter: blur(2px);
}

.fancybox-slide--html .fancybox-close-small {
  color: var( --sg--color--grey-dark );
  
}



/*========================================================
 * ROW: Text
 *
 * all sizes
 */

.sg-flexible-rows-page-text-only {
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}

.sg-flexible-rows-page-text-only__overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sg-flexible-rows-page-text-only__inner-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
}


.sg-flexible-rows-page-text-only__text-box-wrap {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 100%;
}

.sg-flexible-rows-page-text-only__title-wrap {
  padding-left: 0;
  padding-right: calc(var(--sg--spacing--1-unit ) * 3);
  
  width: 50%;
}

.sg-flexible-rows-page-text-only__title {
  border-top: 4px solid var(--sg--color--purple-regular );
  font-size: var(--sg--font-size--large);
  padding-top: calc(var(--sg--spacing--1-unit ) * 4);
  margin-bottom: calc( var(--sg--spacing--1-unit) * 3);
}

.sg-flexible-rows-page-text-only__subtitle-wrap {
  margin-bottom: 0;
}

.sg-flexible-rows-page-text-only__subtitle {
  color: var( --sg--color--grey-dark );
  font-family: var( --sg--font-family--main ), sans-serif;
  font-size: var(--sg--font-size--medium);
  font-weight: 600;
  line-height: 1.5;
}

.sg-flexible-rows-page-text-only__subtitle p:last-child {
  margin: 0;
}

.sg-flexible-rows-page-text-only__description-wrap {
  margin: 0;
}

.sg-flexible-rows-page-text-only__title-wrap + .sg-flexible-rows-page-text-only__description-wrap {
  margin: calc( var(--sg--spacing--1-unit) * 2) 0 0;
}

.sg-flexible-rows-page-text-only__subtitle-wrap + .sg-flexible-rows-page-text-only__description-wrap {
  margin: calc( var(--sg--spacing--1-unit) * 2) 0 0;
}




.sg-flexible-rows-page-text-only__description {
  color: var( --sg--color--grey-medium );
  font-size: var(--sg--font-size--regular);
  line-height: 1.5;
}





.sg-flexible-rows-page-text-only__description h3 {
  color: var( --sg--color--grey-dark );
  font-weight: 600;
  margin: 1em 0 0.5em;
}

.sg-flexible-rows-page-text-only__description h3:first-child {
  margin-top: 0;
}

.sg-flexible-rows-page-text-only__description ul {
  margin: 0 0 0 2em;
}

.sg-flexible-rows-page-text-only__description li {
  padding-bottom: 1em;
  list-style-type: disc;
}

.sg-flexible-rows-page-text-only__description li:last-child {
  padding-bottom: 1.45em;
}

.sg-flexible-rows-page-text-only__description img {
  margin: 32px auto 0;
}


/*========================================================
 * ROW: HTML
 *
 * all sizes
 */

.sg-flexible-rows-page-html-block {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sg-flexible-rows-page-html-block__overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}


/*========================================================
 * ROW: Accordion
 *
 * all sizes
 */

.sg-flexible-rows-page-accordion {
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}

.sg-flexible-rows-page-accordion__overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sg-flexible-rows-page-accordion__inner-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.sg-flexible-rows-page-accordion__items-wrap {
  margin: 0 auto;
  width: 100%;
}

/*.sg-flexible-rows-page-accordion__items-wrap--items-side-by-side_2 {
  width: 85%;
}*/

.sg-flexible-rows-page-accordion__main_title {
  font-family: var(--sg--font-family--titles ), sans-serif;
  font-size: var(--sg--font-size--medium);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: calc( var(--sg--spacing--1-unit) * 5);
}


.sg-flexible-rows-page-accordion__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sg-flexible-rows-page-accordion__item-wrap {
  display: flex;
  width: 100%;
}


.sg-flexible-rows-page-accordion__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sg-flexible-rows-page-accordion__item-toggle-wrap {
  align-items: center;
  background-color: #f4f1f8; 
  border: 1px solid #e9dbfb;
  display: flex;
  cursor: pointer;
  margin-top: -1px;
  min-height: 80px;
  padding: 0 calc( var(--sg--spacing--1-unit) * 3) 0 calc( var(--sg--spacing--1-unit) * 4);
  
  position: relative;
  transition: all 0.2s ease-in-out;
}

.sg-flexible-rows-page-accordion__item-toggle-wrap:hover,
.sg-flexible-rows-page-accordion__item-toggle-wrap.item-active {
  background-color: #f2eafc; 
}

.sg-flexible-rows-page-accordion__item-toggle {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  position: relative;
}

.sg-flexible-rows-page-accordion__item-toggle::after,
.sg-flexible-rows-page-accordion__item-toggle::before {
  content: "";
  cursor: pointer;
  position: absolute;
  pointer-events: none;
  bottom: auto;
  left: auto;
  border-radius: 5px;
  background: var( --sg--color--purple-regular );
  display: block;
  transition: all .2s linear;
}


.sg-flexible-rows-page-accordion__item-toggle::before {
  top: auto;
  width: 19px;
  height: 3px;
  right: 10px;
  transform: scale(1);
  visibility: visible;
}

.sg-flexible-rows-page-accordion__item-toggle::after {
  opacity: 1;
  width: 3px;
  height: 19px;
  top: auto;
  right: 18px
}

.sg-flexible-rows-page-accordion__item-toggle-wrap.item-active .sg-flexible-rows-page-accordion__item-toggle:after {
  transform: scaleY(0);
}



.sg-flexible-rows-page-accordion__item-toggle-image-wrap {
  padding-right: calc( var(--sg--spacing--1-unit) * 4);
}

.sg-flexible-rows-page-accordion__item-toggle-image {
  width: 65px;
}


.sg-flexible-rows-page-accordion__item-toggle-title-wrap {
  flex: 1;
  width: auto;
}

.sg-flexible-rows-page-accordion__item-toggle-title {
  color: var( --sg--color--purple-regular );
  font-family: var( --sg--font-family--titles ), sans-serif;
  font-size: var(--sg--font-size--medium);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  padding-right: 40px;
}

.sg-flexible-rows-page-accordion__item-content-wrap {
  display: none;
}


.sg-flexible-rows-page-accordion__item-content-description-wrap {
  background: var( --sg--color--grey-x-light );
  box-shadow: 0px 20px 10px -20px rgba(0,0,0,0.24) inset, 0px -20px 10px -20px rgba(0,0,0,0.24) inset;
  border: 1px solid var( --sg--color--grey-light-2 );
  border-top: 0;
  border-bottom: 0;
  padding: calc( var(--sg--spacing--1-unit) * 4);
}

.sg-flexible-rows-page-accordion__item-content-description {
  color: var( --sg--color--grey-medium );
  font-size: var(--sg--font-size--regular);
  line-height: 1.5;
}



.sg-flexible-rows-page-accordion__item-content-description h3 {
  color: var( --sg--color--grey-dark );
  font-weight: 600;
  margin: 1em 0 0.5em;
}

.sg-flexible-rows-page-accordion__item-content-description h3:first-child {
  margin-top: 0;
}

.sg-flexible-rows-page-accordion__item-content-description ul {
  background-color: #f3eff8;
  column-count: 2;
  padding: 2em;
  margin-bottom: 1.45em;
}

.sg-flexible-rows-page-accordion__item-content-description li {
  padding-bottom: 1.45em;
  padding-right: 1.45em;
  list-style-type: disc;
}

.sg-flexible-rows-page-accordion__item-content-description img {
  display: block;
  margin: 2em auto;
  width: 60%;
}


/*========================================================
 * ROW: Carousel
 *
 * all sizes
 */




.sg-flexible-rows-page-carousel {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}


.sg-flexible-rows-page-carousel__overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sg-flexible-rows-page-carousel__items-wrap {
  width: 100%;
}



.sg-flexible-rows-page-carousel__items {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.sg-flexible-rows-page-carousel__items {
  height: calc(100vh - 96px);
}

.admin-bar .sg-flexible-rows-page-carousel__items {
  height: calc(100vh - 128px);
}


.sg-flexible-rows-page-carousel__item-wrap {
  height: 100%;
  position: relative;
}

.sg-flexible-rows-page-carousel__item {
  display: flex;
  height: 100%;
  position: relative;
}

.sg-flexible-rows-page-carousel__item {
  height: calc(100vh - 96px);
}

.admin-bar .sg-flexible-rows-page-carousel__item {
  height: calc(100vh - 128px);
}

.sg-flexible-rows-page-carousel__image-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}



.sg-flexible-rows-page-carousel__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sg-flexible-rows-page-carousel__image-wrap--text-box-align_center {
  margin-bottom: 40px;
  order: 1;
  width: 20%;
}

.sg-flexible-rows-page-carousel__image-wrap--text-box-align_right {
  order: 1;
}

.sg-flexible-rows-page-carousel__image-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}



.sg-flexible-rows-page-carousel__inner-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.sg-flexible-rows-page-carousel__inner-wrap--text-box-align_center {
  flex-direction: column;
}

.sg-flexible-rows-page-carousel .sg-flexible-rows-page-carousel__inner-wrap--text-box-align_right{
  justify-content: flex-end;
  text-align: left !important;
}


.sg-flexible-rows-page-carousel__text-box-wrap {
  padding-right: calc(var( --sg--spacing--1-unit ) * 3);
  width: 50%;
}

.sg-flexible-rows-page-carousel__text-box-wrap--text-box-align_center {
  order: 2;
  padding-right: 0;
  width: 70%;
}

.sg-flexible-rows-page-carousel__text-box-wrap--text-box-align_right {
  order: 2;
  padding-right: 0;
  padding-left: calc(var( --sg--spacing--1-unit ) * 3);
  width: 50%;
}

.sg-flexible-rows-page-carousel__eyebrow-headline {
  color: var( --sg--color--grey-dark );
  font-family: var( --sg--font-family--main ), sans-serif;
  font-size: var( --sg--font-size--medium );
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin-bottom: 8px;
  font-weight: 600;
}

.sg-flexible-rows-page-carousel__description-wrap {
  margin-bottom: 40px;
}

.sg-flexible-rows-page-carousel__description {
  font-size: var(--sg--font-size--medium-large);
  font-weight: 600;
  line-height: 1.45;
}

.sg-flexible-rows-page-carousel__buttons-wrap--text-box-align_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 56px;
}


.sg-flexible-rows-page-carousel__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -16px;
}

.sg-flexible-rows-page-carousel__buttons--text-box-align_center {
  justify-content: center;
}


.sg-flexible-rows-page-carousel__button-wrap {
  padding: 0 16px 16px;
}


.sg-flexible-rows-page-carousel__button {
  align-items: center;
  border-radius: 48px;
  display: flex;
  font-size: var(--sg--font-size--regular);
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 8px 24px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}



/*========================================================
 * top banner section (home page)
 *
 * all sizes
 */


.sg-section-top-banner.sg-flexible-rows-page-top-banner {
  height: calc(100vh - 96px);
}

.admin-bar .sg-section-top-banner.sg-flexible-rows-page-top-banner {
  height: calc(100vh - 128px);
}


/*========================================================
 * carousel section (home page)
 *
 * all sizes
 */

.sg-section-carousel .sg-flexible-rows-page-media-text__title {
  font-size: var(--sg--font-size--medium-large);
}

.sg-section-carousel .sg-flexible-rows-page-media-text__description {
  font-size: var(--sg--font-size--medium);
}

.sg-section-carousel .sg-flexible-rows-page-media-text__inner-wrap {
  justify-content: space-between;
}

.sg-section-carousel .sg-flexible-rows-page-media-text__image-wrap {
  width: 48%;
}

.sg-section-carousel .sg-flexible-rows-page-media-text__text-box-wrap {
  width: 48%;
}







/*========================================================
 * Images section on athletes page
 *
 * all sizes
 */

.sg-section-images-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px auto 32px;
  width: 74%;
}

.sg-section-images-wrap div {
  text-align: center;
  width: 31%;
}

.sg-section-images-wrap img {
  width: 70%;
}

/*========================================================
 * CF7 Forms
 *
 * all sizes
 */

.sg-form__field-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.sg-form__field-wrap {
  margin-bottom: 12px;
  width: calc( 50% - var( --sg--spacing--1-unit ) * 1);
}

.sg-form__field-wrap--organization {
  width: 100%;
}

.sg-form__field-wrap--message {
  width: 100%;
}

.sg-form__field-wrap--message {
  width: 100%;
}

.sg-form__field-wrap--submit {
  align-items: center;
  display: flex;
  margin-top: calc( var( --sg--spacing--1-unit ) * 2 );
  width: 100%;
}

.sg-form__field-wrap input {
  width: 100%;
}

.sg-form__field-wrap--organization input {
  width: calc( 50% - var( --sg--spacing--1-unit ) * 1 );
}

.sg-form__field-wrap textarea {
  width: 100%;
}

.sg-form__field-wrap--acceptance {
  width: 100%;
}

.sg-form__field-wrap--acceptance input {
  margin-right: 8px;
  width: auto;
}

.sg-form__field-wrap--acceptance .wpcf7-list-item {
  margin: 0;
}

.sg-form__field-wrap--submit input {
  width: 140px;
}


.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

/*========================================================
 * Contact page
 *
 * all sizes
 */

.sg-contact-page #doctor-form,
.sg-contact-page #athlete-form {
  display: none;
}


@media (max-width: 1100px) {


/*========================================================
 * ROW: Top Banner
 *
 * 0-1100
 */


/*========================================================
 * ROW: Media / Text
 *
 * 0-1100
 */


/*========================================================
 * ROW: Text
 *
 * 0-1100
 */


/*========================================================
 * ROW: HTML
 *
 * 0-1100
 */

/*========================================================
 * ROW: Accordion
 *
 * 0-1100
 */


}/* end of 0-1100 */


@media (max-width: 1024px) {


/*========================================================
 * ROW: Top Banner
 *
 * 0-1024
 */


/*========================================================
 * ROW: Media / Text
 *
 * 0-1024
 */


  .sg-flexible-rows-page-media-text__inner-wrap {
    justify-content: center;
  }

  .sg-flexible-rows-page-media-text__image-wrap {
    
    display: flex;
    justify-content: center;
    max-width: 100%;
    order: 1;
    padding: 0;
    width: 100%;
  }

  .sg-flexible-rows-page-media-text__image-wrap--text-box-align_left {
    order: 1;
    padding: 0;
  }

  .sg-flexible-rows-page-media-text__image {
    max-height: 600px;
    max-width: none;
    width: 100%;
    object-fit: cover;
  }

  .sg-iframe-section .sg-flexible-rows-page-media-text__image {
    max-height: none;
  }


  .sg-flexible-rows-page-media-text__text-box-wrap {
    
    order: 2;
    padding: 0;
    width: 100%;
  }

  .sg-flexible-rows-page-media-text__text-box {
    border-top: none;
  }

  .sg-flexible-rows-page-media-text__text-box-wrap--text-box-align_left {
    order: 2;
    padding: 0;
  }

  .sg-flexible-rows-page-media-text__title-wrap--mobile {
    display: block;
    width: 100%;
  }

  .sg-flexible-rows-page-media-text__title--mobile {
    margin-bottom: calc( var(--sg--spacing--1-unit) * 5);
  }

  .sg-flexible-rows-page-media-text__title-wrap--desktop {
    display: none;
  }


/*========================================================
 * ROW: Text only
 *
 * 0-1024
 */


  .sg-flexible-rows-page-text-only__title-wrap {
    padding-right: 0;
    width: 100%;
  }

/*========================================================
 * ROW: HTML
 *
 * 0-1024
 */

/*========================================================
 * ROW: Accordion
 *
 * 0-1024
 */

  .sg-flexible-rows-page-accordion__items {
    justify-content: flex-start;
  }

  .sg-flexible-rows-page-accordion__item-wrap--box-shadow_yes {
    width: 50%;
  }

  .sg-flexible-rows-page-accordion__item {
    margin: 0;
  }

  .sg-flexible-rows-page-accordion__item--box-shadow_no {
    padding: 8px 8px 8px;
    margin: 0 8px 40px;
  }


/*========================================================
 * image section (athlete page)
 *
 * 0-1024
 */
  .sg-section-images-wrap {
    width: 100%;
  }

/*========================================================
 * ROW: Carousel
 *
 * 0-1024
 */

  .sg-flexible-rows-page-carousel__items {
    height: calc(100vh - 72px);
  }

  .admin-bar .sg-flexible-rows-page-carousel__items {
    height: calc(100vh - 104px);
  }

  .sg-flexible-rows-page-carousel__item--row_1 {
    height: calc(100vh - 72px);
  }

  .admin-bar .sg-flexible-rows-page-carousel__item--row_1 {
    height: calc(100vh - 104px);
  }


  
} /* end of 0-1024 */


@media (max-width: 1000px) {


/*========================================================
 * ROW: Top Banner
 *
 * 0-1000
 */


/*========================================================
 * ROW: Media / Text
 *
 * 0-1000
 */


/*========================================================
 * ROW: Text
 *
 * 0-1000
 */

/*========================================================
 * ROW: HTML
 *
 * 0-1000
 */

/*========================================================
 * ROW: Accordion
 *
 * 0-1000
 */


} /* end of 0-1000 */

@media (max-width: 900px) {


/*========================================================
 * ROW: Top Banner
 *
 * 0-900
 */


/*========================================================
 * ROW: Media / Text
 *
 * 0-900
 */


/*========================================================
 * ROW: Text
 *
 * 0-900
 */

/*========================================================
 * ROW: HTML
 *
 * 0-900
 */

/*========================================================
 * ROW: Accordion
 *
 * 0-900
 */


} /* end of 0-900 */


@media (max-width: 782px) {

/*========================================================
 * Flexible Rows Page
 *
 * 0-782
 */



/*========================================================
 * ROW: Carousel
 *
 * 0-1024
 */

  .sg-flexible-rows-page-carousel__items {
    height: calc(100vh - 72px);
  }

  .admin-bar .sg-flexible-rows-page-carousel__items {
    height: calc(100vh - 118px);
  }


  .sg-flexible-rows-page-carousel__item {
    height: calc(100vh - 72px);
  }

  .admin-bar .sg-flexible-rows-page-carousel__item {
    height: calc(100vh - 118px);
  }



} /* end of 0-782 */

@media (max-width: 768px) {


/*========================================================
 * ROW: Top Banner
 *
 * 0-768
 */

  .sg-flexible-rows-page-top-banner__text-box-wrap {
    padding: 16px 0 0;
    width: 100%;
  }

  .sg-flexible-rows-page-top-banner__image-wrap {
    display: none;
  }


/*========================================================
 * ROW: Media / Text
 *
 * 0-768
 */

  .sg-flexible-rows-page-media-text__iframe-responsive-wrap {
    width: 570px;
    height: 792px;
  }


/*========================================================
 * ROW: Text
 *
 * 0-768
 */

.sg-flexible-rows-page-text-only__title-wrap {
  width: 100%;
}

/*========================================================
 * ROW: HTML
 *
 * 0-768
 */

/*========================================================
 * ROW: Accordion
 *
 * 0-768
 */

  .sg-flexible-rows-page-accordion__item-wrap--box-shadow_no {
    width: 100%;
  }

  .sg-flexible-rows-page-accordion__item--box-shadow_no {
    padding: 0;
    margin: 0 0 32px;
  }

  .sg-flexible-rows-page-accordion__item--item_0.sg-flexible-rows-page-accordion__item--box-shadow_no {
    padding: 0;
  }

  .sg-flexible-rows-page-accordion__item--box-shadow_no .sg-flexible-rows-page-accordion__item-image-wrap {
    margin-top: 24px;
  }

  .sg-flexible-rows-page-accordion__item--box-shadow_no .sg-flexible-rows-page-accordion__item-image-wrap--item_0 {
    margin-top: 0;
  }

  .sg-flexible-rows-page-accordion__item-content-description ul {
    column-count: auto;
  }

  .sg-flexible-rows-page-accordion__item-content-description img {
    width: 100%;
  }

/*========================================================
 * ROW: Carousel
 *
 * 0-768
 */


  .sg-flexible-rows-page-carousel__text-box-wrap {
    padding: 16px 0 0;
    width: 100%;
  }

  .sg-flexible-rows-page-carousel__text-box {
    text-align: center;
  }

  .sg-flexible-rows-page-carousel__buttons {
    justify-content: center;
  }



} /* end of 0-768 */



@media (max-width: 600px) {


/*========================================================
 * ROW: Top Banner
 *
 * 0-600
 */


/*========================================================
 * ROW: Media / Text
 *
 * 0-600
 */

  .sg-flexible-rows-page-media-text__iframe-responsive-wrap {
    width: 470px;
    height: 653px;
  }

  .sg-flexible-rows-page-media-text__iframe-wrap iframe {
    border-radius: 12px;
  }


/*========================================================
 * ROW: Text
 *
 * 0-600
 */

/*========================================================
 * ROW: HTML
 *
 * 0-600
 */

/*========================================================
 * ROW: Accordion
 *
 * 0-600
 */

  .sg-flexible-rows-page-accordion__item-toggle-wrap {
    min-height: 70px;
    padding: 0 calc( var(--sg--spacing--1-unit) * 2);
  }

  .sg-flexible-rows-page-accordion__item-toggle-image-wrap {
    padding-right: calc( var(--sg--spacing--1-unit) * 2);
  }

  .sg-flexible-rows-page-accordion__item-toggle-image {
    width: 50px;
  }

/*========================================================
 * carousel section (home page)
 *
 * 0-600
 */


  .sg-section-carousel .sg-flexible-rows-page-media-text__inner-wrap {
    justify-content: center;
  }

  .sg-section-carousel .sg-flexible-rows-page-media-text__image-wrap {
    padding: 0 0 24px;
    width: 260px;
  }

  .sg-section-carousel .sg-flexible-rows-page-media-text__text-box-wrap {
    padding: 0;
    width: 100%;
  }

/*========================================================
 * CF7 Forms
 *
 * 0-600
 */

  .sg-form__field-wrap {
    margin-bottom: 12px;
    width: calc( 100% - var( --sg--spacing--1-unit ) * 1);
  }

  .sg-form__field-wrap--organization input {
    width: calc( 100% - var( --sg--spacing--1-unit ) * 1 );
  }


} /* end of 0-600 */


@media (max-width: 500px) {


/*========================================================
 * ROW: Top Banner
 *
 * 0-500
 */


/*========================================================
 * ROW: Media / Text
 *
 * 0-500
 */

  .sg-flexible-rows-page-media-text__iframe-responsive-wrap {
    width: 370px;
    height: 670px;
  }

/*========================================================
 * ROW: Text
 *
 * 0-500
 */

/*========================================================
 * ROW: HTML
 *
 * 0-500
 */

/*========================================================
 * ROW: Accordion
 *
 * 0-500
 */

  .sg-flexible-rows-page-accordion__item-toggle-title {
    font-size: var(--sg--font-size--regular-medium);
  }

  .sg-flexible-rows-page-accordion__item-toggle::before {
    height: 2px;
  }

  .sg-flexible-rows-page-accordion__item-toggle::after {
    width: 2px;
  }


} /* end of 0-500 */



@media (max-width: 400px) {


/*========================================================
 * ROW: Top Banner
 *
 * 0-400
 */


/*========================================================
 * ROW: Media / Text
 *
 * 0-400
 */

  .sg-flexible-rows-page-media-text__iframe-responsive-wrap {
    width: 340px;
    height: 630px;
  }

  .fancybox-content { 
    padding: 44px 10px 10px 10px;
  }

/*========================================================
 * ROW: Text
 *
 * 0-400
 */

/*========================================================
 * ROW: HTML
 *
 * 0-400
 */

/*========================================================
 * ROW: Accordion
 *
 * 0-400
 */

} /* end of 0-400 */

