/* ###################### */
/* EDIT 2025 VIDEO YOUTUBE */

.field--name-field-media-oembed-video {
  position: relative;
  padding-bottom: 56.25%; /* Questo imposta un rapporto di aspetto 16:9 (9 / 16 * 100) */
  height: 0;
  overflow: hidden;
  max-width: 100%; /* Assicura che il video non fuoriesca dal suo contenitore genitore */
  margin: 0 auto; /* Opzionale: centra il video se il suo contenitore è più largo */
}

/* L'iframe stesso, che si adatterà al contenitore */
.field--name-field-media-oembed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* START UPDATE 2023 LOCAL FONT  */

/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
     url('/fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
     url('/fonts/playfair-display-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* playfair-display-500 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('/fonts/playfair-display-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/playfair-display-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('/fonts/playfair-display-v30-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/playfair-display-v30-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* playfair-display-italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/fonts/playfair-display-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/playfair-display-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* playfair-display-600italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('/fonts/playfair-display-v30-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/playfair-display-v30-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-200 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-200italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-200italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-200italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-900italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/source-sans-pro-v21-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* EDIT DICEMBER 2024 */

.view-display-id-block_upcoming_swipe .view-content {
    width: 100%;
}

/* EDIT OCTOBER 2024 */

.s3 .swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.content img {
  height: auto;
}

/* EDIT JULY 2024 */

content img {
    max-width: 100%;
    width: auto;
}

.float_button {
    position: absolute;
    top: 55%;
    right: 30px;
}

.float_image {
    position: absolute;
    top: 10%;
    right: 30px;
}

@media (max-width:768px) {
	.float_button {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: -26px;
  }
}

/* EDIT SEPTEMBER 2023 */

#popup-text {
    height: 220px;
    overflow: scroll;
}

/* EDIT AUGUST 2023 */

.colorbox {
color:white;
text-align:center;
padding:5px;
margin:15px 0;
}

.colorbox h3,
.colorbox a {
color:white;
}

.colorbox a:hover {
color:white;
text-decoration:underline;
}

.colorbox:first-child,
.colorbox:first-child a h3,
.colorbox:first-child a{
    color:black !important;
}

/* FILE LINK EXCEPTION */

.file {
    display: contents;
    font-size: 75%;
    font-weight: 700;
    margin: 5px 0;
    width: auto;
}

/* EDIT 2025 */

#block-views-block-regional-flag {
    margin: 5% 0;
}

.regional-flag {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.location-flag-flag img {
    width: 35px;
    border:1px solid silver;
}

.location-flag {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 18%;
    text-align: center;
}

.view-empty {
    padding: 0 !important;
}

@media (max-width:1000px) {
  .location-flag {
      width: 22%;
  }
}

@media (max-width:760px) {
  .location-flag {
      width: 45%;
  }
}


a.btn.btn-sm.btn-turchese {
    background-color: #01a3a6;
    color: white;
    border-radius: 20px;
    padding: 5px 25px;
}

a.btn.btn-sm.btn-turchese:hover {
  background-color: #005759;
}
/* EXTRA STYLES */

.green {
  color:green;
}

/* MATERIAL ICONS */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(/fonts/MaterialIcons-Regular.woff) format('woff'),
    url(/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


/* ###################### */
/* END UPDATE 2023 LOCAL FONT  */



html {
    background-color: #003648;
    margin:0;
    padding:0;
}

body {
  margin:0;
  padding:0;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: white;
  font-size: 15px;
}

.img-responsive {
  margin:auto;
}

.messages__wrapper {
    margin-top: 20px;
}

.view-empty {
    text-align: center;
    padding:40px 0;
}

#edit-rid-administrator {
  display: none;
  visibility: hidden;
}


blockquote:before {
    content: '“';
    position: absolute;
    left: 0;
    font-size: 100px;
    top: -25px;
    font-family: Playflair Display, serif;
    color: #c3825f;
}

blockquote {
    border-left: none;
    position: relative;
    padding-left: 67px;
    font-weight: 600;
    color: #003648;
    font-size: 21px !important;
}

.file {

    font-size: inherit;

}

/* EU COOKIE TAB */

.eu-cookie-withdraw-tab {
    left: 93%;
    border: none;
    background: #c2815f;
    font-size: 12px;
    padding: 5px 14px;
}

.eu-cookie-withdraw-button {
    border: none;
    background: #177a81;
    font-size: 13px;
    padding: 5px 15px;
}

.eu-cookie-compliance-buttons button {
    border: none;
    background: #043648;
    padding: 5px 10px;
}

.eu-cookie-withdraw-banner .eu-cookie-compliance-message  {
    font-size: 16px;
    line-height: 16px;
    padding-top: 20px;
    font-weight: 600;
}

.eu-cookie-compliance-message {
    float: none;
    max-width: 100%;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
}

.eu-cookie-compliance-category {
    font-size: 14px;
}


/* NOTIFICATION WIDGET */

.notify-drop-title {
    padding: 11px 15px;
    font-size: 15px;
    background: #fff;
    color: #003648;
}

.clear-all-notification {
  color: #003648;
}

span.glyphicon.glyphicon-trash.notification-remove {
    color: #d9534f;
    cursor: pointer;
}

#block-notificationwidgetblock {
    margin: 8px 30px 0 -10px;
}

#block-notificationwidgetblock .nav .open > a,
#block-notificationwidgetblock .nav .open > a:hover,
#block-notificationwidgetblock.nav .open > a:focus {
  background: transparent;
}

@media (max-width:768px) {
  .dropdown-menu.notify-drop {
    min-width: 100%;
    left: -100px;
    right: -108px !important;
  }

  .drop-content {
    max-height: 270px;
  }

  .clear-all-notification {
    border-left: 5px solid #c3825f;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }
}

/* COOKIE POLICY */

#sliding-popup {
    background: #c3825f url(../images/era_pattern20.svg) no-repeat 0;
    color: white;
    width: 100%;
    padding: 25px 10px;
    font-size: 15px;
    box-shadow: 0px 0px 38px #0000009e;
    padding-top: 25px;
    background-size: cover;
}

#sliding-popup .eu-cookie-compliance-agree-button {
    background: #003648;
    border: none;
    text-transform: uppercase;
    padding: 8px 25px;
}

#sliding-popup .eu-cookie-compliance-agree-button:hover {
  background: #00445a;
}

#sliding-popup .find-more-button {
    background: transparent;
    border: 1px solid white;
    padding: 7px 25px;
}

/* EXtERNAL COURSES */

.ext-course-content {
    display: flex;
    margin-bottom: 50px
}

.ext-course-info {
    width: 35%;
}

.ext-course-link {
    margin-top: 20px;
    text-align: left;
}

.ext-course-description {
    width: 60%;
}

#edit-field-external-course-link-0-uri--description {
  display: none;
}

/* FIND A ROLFER */

.form-item-center-geocoder-geolocation-geocoder-address .control-label {
    position: relative;
    height: auto;
    width: 100%;
}

#block-find-a-rolfer-block-map .geolocation-map-wrapper {
    margin-bottom: 50px;
}


#block-find-a-rolfer-block-map .form-actions {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    border-bottom: 1px solid silver;
    padding-bottom: 30px;
}

.team-card-phone {
    font-size: 17px;
    font-weight: 700;
    color: #c3825f;
}

.team-card-city {
    font-style: italic;
    margin-top: 1px;
}

findarolfer_image {
    height: 500px;
}

.findarolfer_image_home {
  width: 100%;
}

/* TEXT STYLES */

.img-credit {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}

/* BUTTON */

.btn {
  border-radius: 0;
  text-transform: uppercase;
}

.btn:hover {
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}

.btn-default {
  background: #003648;
  border:none;
  font-style: italic;
  color:white;
}

.btn-default:hover {
  background-color: #177a81;
  color:white;
}

.btn-primary {
    background: #c3825f;
    border:none;
    text-transform: uppercase;
  }

.btn-primary:hover {
    background: #9e684b;
  }

.btn-donate {
    background: #c3825f url(../images/era_pattern20.svg) no-repeat 0 -35px;
    background-size: cover;
    border:none;
    text-transform: uppercase;
    margin-bottom:20px;
    color:white;
}

.btn-donate:hover {
  background: #9e684b url(../images/era_pattern20.svg) no-repeat 0 -35px;
  background-size: cover;
  color:white;
}


.btn-home:nth-child(1),
.btn-find {
    background: #003648 url(../images/ico-find.svg) no-repeat 5px center;
    padding: 10px 40px;
    color: white;
    background-size: 30px;
}

.btn-home:nth-child(2),
.btn-benefit {
    background: #177a81 url(../images/ico-benefit.svg) no-repeat 5px center;
    padding: 10px 40px;
    color: white;
    background-size: 30px;
}
.btn-home:nth-child(3),
.btn-edu {
    background: #c3825f url(../images/ico-edu.svg) no-repeat 5px center;
    padding: 10px 40px;
    color: white;
    background-size: 30px;
}

.btn-home:nth-child(4),
.btn-rolfing {
    background: #561a40 url(../images/ico-rolfing.svg) no-repeat 5px center;
    padding: 10px 40px;
    color: white;
    background-size: 30px;
}

.btn-find:hover,
.btn-edu:hover,
.btn-benefit:hover,
.btn-rolfing:hover {
  color: white;
  -moz-box-shadow:    inset 0 0 30px -16px #fff;
   -webkit-box-shadow: inset 0 0 30px -16px #fff;
   box-shadow:         inset 0 0 30px -16px #fff;
}

.material-icons {
    vertical-align: -6px;
    padding: 0 5px;
}


.views-exposed-form label,
.views-exposed-form .control-label {
    display: block;
    margin: 0;
}

#edit-level-node--2 .js-form-item-level-node .select-wrapper:after {
    position: absolute;
    margin: -6px 8px;
    padding: 0;
}


.js-form-item-level-node .select-wrapper:after {
    position: absolute;
    margin: -6px 8px;
    padding: 0;
}

.form-item-course-language .select-wrapper:after {
    margin: -9px 0px;
}

.form-item-address-country-code .select-wrapper:after {
    margin: -9px 0px;
}

.form-item-address-country-code .select-wrapper:after {
    margin: -5px 0px;
}
/* CKEDITOR CONTENT */

/* ACCORDION OLD STYLE */

ckeditor-accordion-container > dl dt > a {
    background-color: #003648;
}

ckeditor-accordion-container > dl dt > a:hover {
    background-color: #c3825f;
}

/* ACCORDION NEW STYLE */


.ckeditor-accordion-container > dl dt.active > a {
    background-color: #003648;
    color:white;
}

.ckeditor-accordion-container > dl dt > a {
    background-color: transparent;
    color: #003648;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
    background: #003648;
}

.ckeditor-accordion-container > dl dt > a:hover > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > a:hover > .ckeditor-accordion-toggle:after {
    background: white;
}

.ckeditor-accordion-container > dl dt > a:hover {
    background-color: #003648;
    color: white;
}

.ckeditor-accordion-container > dl dt > a {
  border-bottom: 1px solid #003648;
}


.ckeditor-accordion-container > dl {
    position: relative;
    border: 1px solid #003648;
}

.ckeditor-accordion-container > dl dd {
  padding: 30px 15px;
}

.ckeditor-accordion-container > dl dt > a,
.ckeditor-accordion-container > dl dt > a:not(.button) {
    display: block;
    padding: 10px 15px 10px 50px;
    background-color: white;
    color: black;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    border-bottom: none;
}

.ckeditor-accordion-container > dl dt > a:hover,
.ckeditor-accordion-container > dl dt > a:hover:not(.button) {
   background-color: #003648;
    color: white;
}

/* CKEDITOR TITLES */

h2 {
    color: #003648;
}

h3 {
    font-weight: 600;
    color: #c3825f;
}

h4 {
    font-weight: 700;
    color: #003648;
    border-top: 1px solid;
    padding-top: 20px;
    margin-top: 30px;
}

/* FORM */

.views-exposed-form .form-item {
  margin-right: 15px;
  margin-bottom:15px;
}

.view-filters.form-group {
    margin-bottom: 40px;
}

.simpler-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.form-inline .form-group {
    vertical-align: unset;
}

/* WEBFORM */

.block-webform {
  margin-bottom:50px;
}

.webform-confirmation__message p {
    text-align: center;
    font-size: 25px !important;
    border-bottom: 1px solid silver;
    color: #003648;
}

.progress-step.is-active .progress-marker::before {
    background-color: #c3825f;
}

.webform-progress-tracker .progress-step.is-complete .progress-marker::before,
.webform-progress-tracker .progress-step.is-complete:hover .progress-marker::before,
.webform-progress-tracker .progress-step.is-complete .progress-marker::after {
    background-color: #003648;
}

/* SIDEBAR */

#sidebar {
    width: 250px;
    position: fixed;
    z-index: 1000;
    background: #0a3e4f;
    right: -250px;
    height: 100vh;
    padding: 50px 20px;
    color: white;
    transition: 400ms all;
    -moz-transition: 400ms all;
    -webkit-transition: 400ms all;
}

#sidebar.open {
     right: 0px;
     transition: 400ms all;
    -moz-transition: 400ms all;
    -webkit-transition: 400ms all;
    box-shadow: -2px 0px 15px #00000042;

}

#toggle {
    position: absolute;
    background-color: #0a3e4f;
    padding: 10px;
    margin-top: 63px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-size: 21px;
    text-align: center;
    line-height: 33px;
    right: 29px;
    color: white;
    z-index: 999;
    cursor: pointer;
    transition: 400ms all;
    -moz-transition: 400ms all;
    -webkit-transition: 400ms all;
}

#toggle.circle {
    position: fixed;
    background: #4783c4;
    transition: 400ms all;
    -moz-transition: 400ms all;
    -webkit-transition: 400ms all;
}

#close {
    position: absolute;
    left: 5px;
    top: 15px;
    color: white;
    font-size: 26px;
    background: none;
    border: none;
}

#sidebar li {
    display: inline-block;
    width: 100%;
}

#sidebar .nav {
  margin-top:30px;
}

#sidebar .nav > li > a {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    padding: 5px;
}

#sidebar .nav > li > a:focus,
#sidebar .nav > li > a:hover {
    border: none;
    color: #c3825f;
    background: transparent;
}


/* USERBAR */

#userbar {
  background-color: #003648;
  color:white;
  padding:5px 0;
}

.userbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.userbar a {
  color:white;
}

.userbar a:hover {
  color:#c3825f;
}

.region-userbar-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#userbar .search-block-form {
  height: 40px;
}

#userbar .nav > li {
    position: relative;
    display: inline-block;
}

#userbar .nav > li > a {
    color: white;
    margin: 0;
    padding: 5px 15px;
    border-left: 1px solid;
}

#userbar .nav > li:first-child > a {
    border-left: none;
}

#userbar .nav > li > a:hover {
  background-color: transparent;
  color:#c3825f;
}

.block-language .links {
  margin: 0;
  padding: 0;
}
.block-language .links li {
    display: inline;
    margin: 5px;
    padding: 0;
}

.block-language .links a {
  color:white;
}

.login {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    align-items: center;
}

.login_icon {
  width: 40px;
  padding-left: 10px;
}

/* HEADER */

.region-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 300px;
}

.logo_school img {
    width: 240px;
}

#block-navigazioneprincipale a {
    color: #003648;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding:10px;
}

#block-navigazioneprincipale a:hover {
    color:#c3825f;
    background: transparent;
}

/* BANNER */

#banner {
  position: relative;
}

.page-node-type-course #banner {
  min-height: 150px;
}

.banner-item-image img {
  width: 100%;
}

.banner-item-content {
    position: absolute;
    margin-top: -20%;
    margin-left: 5%;
    max-width: 60%;
}

.banner-item-text {
    background: white;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 25px;
    color: #003648;
    font-style: italic;
}

.banner-item-button {
  text-align:right
}

/* ANNUAL MEETING BUTTON */

.banner-item-extra {
    position: absolute;
    top: 10%;
    right: 5%;
}

.banner-item-extra img {
  width: 200px;
}

@media (max-width:990px){
  .banner-item-extra {
      position: relative;
      top:0;
      right: 0;
      padding-top: 0;
      text-align: center;
      background: #c3825f;
  }
  .banner-item-extra a.btn {
    width: 100%;
  }
}

/* BANNER OVERLAY */

#banner_overlay {
    position: absolute;
    background: #ffffffad;
    width: 100%;
    bottom: 0;
}

/* INCOMING */

.view-display-id-block_upcoming_swipe {
    display: flex;
    align-items: center;
}

.view-display-id-block_upcoming_swipe .view-content {
    overflow: hidden;
}

.view-display-id-block_upcoming_swipe .view-header {
    width: 26%;
}

#incoming {
    background: #f2e5de;
    border-top: 6px solid #003648;
}

.upcoming_container {
    display: flex;
    align-items: center;
}

.upcoming-title {
    width: 100%;
    font-size: 22px;
    text-align: right;
    font-weight: 700;
    color: #003648;
    font-style: italic;
    margin-right: 15px;
    line-height: 24px;
}

.upcoming-more {
    margin-left: 15px;
}

.databar-item {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 15px;
}

.databar-date {
    font-size: 20px;
    color: #003648;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    white-space: nowrap;
    padding-bottom: 5px;
    letter-spacing: -1px;
    font-style: italic;
}

.databar-info {
    color: #c3825f;
    font-style: italic;
    font-size: 14px;
}

/* EDUPATH */

.page-node-type-course h1.page-header {
  display: none;
  visibility: hidden;

}

#edupath {
    background: #177a81 url(../images/era_pattern.svg) no-repeat 0 0;
    background-size: cover;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f2e5de;
    margin: -1px auto;
}

.page-node-type-course .arrow-up {
  border-top-color: white;
}

html:lang(en) .relateddate:before {
  content:"Related Dates";
}

html:lang(de) .relateddate:before {
  content: "Weitere Termine";
}

#edupath h2.block-title {
    text-align: center;
    color: white;
    font-size: 45px;
    text-transform: uppercase;
}


.edupath {
    display: flex;
    flex-wrap: wrap;
    padding-bottom:40px;
}

.edupath-info {
    flex-basis: 50%;
    padding:10px;
    color:white;
}

.edupath-home {
    flex-basis: 100%;
}

.edupath-description {
  text-align: left;

}

.edupath-date {
    flex-basis: 50%;
    padding: 10px;
}

.edupath h3 {
    margin: 0;
    color: white;
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.edupath h3 a {
  color:white;
}

.edupath-date-list {
    display: flex;
    flex-wrap: wrap;
    color:white;
}

.edupath-date-item {
    flex-basis: 45%;
    border-bottom: 1px solid silver;
    margin: 5px;
    box-sizing: border-box;
    padding-bottom: 20px;
    width: 100%;
}

.edupath-date-item-title a {
    color: white;
}

.edupath-date-item-date {
    margin-top: 10px;
    font-style: italic;
    font-weight: 300;
}

.edupath-more {
    text-align: center;
    margin-top: 30px;
}

a.edupath-btn {
    display: inline-block;
    border: 1px solid white;
    color: white;
    border-radius: 20px;
    text-align: center;
    padding: 10px 25px;
    margin: auto;
    cursor:pointer;
    margin-bottom:10px;
}

a.edupath-btn.active,
a.edupath-btn:hover {
  background-color: white;
  color:#003648;
  text-decoration: none;

}

h2.nocourse {
    color: white;
    border: 1px solid;
    display: inline-block;
    margin: auto;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

form#views-exposed-form-viste-tassonomiche-block-pathway {
    text-align: center;
    color: white;
}

/* LEVEL EDUPATH */

.togglebox-button {
    text-align: center;
    margin: 30px 0;
}

.togglebox {
  visibility:hidden;
  display: none;
}

.togglebox.active {
  visibility:visible;
  display: block;
}



/* CONTENT 01 */

.view-id-viste_tassonomiche {
    margin-bottom: 30px;
}

#block-block-pagina-corso {
    margin-top: 50px;
}

h1.page-header {
    font-weight: 600;
    color: #003648;
    margin-top:30px;
}


.region-content1 {
  margin-bottom:30px;
}

.path-frontpage .region-content1 {
  margin-bottom:0px;
}

.region-content1 p {
  font-size: 15px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    margin-top:30px;
}

.homebutton {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    justify-content: space-around;
}

.homebutton .btn {
    width: 24%;
    margin: 4px;
    font-size: 16px;
}

/* VIDEO BLOCK */

button.video-embed-field-lazy-play {
    border: none;
}

#block-block-video {
    margin-top: 30px;
}

/* GALLERY BLOCK */

.gallery-container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.gallery-item {
    width: 33%;
    margin-bottom: 2px;
    padding: 5px;
}

/* EDUCATION OVERVIEW PARAGRAPH CSS */

.education-overview-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.eduoverview-button {
    background: #0a3e4f;
    color: white;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    cursor:pointer;
}

.eduoverview-button-title {
    font-size: 19px;
    font-weight: 600;
}

.eduoverview-content {
  //display: none;
  margin: 10px;
  //height:0;
  //transition: 400ms all;
  //-moz-transition: 400ms all;
  //-webkit-transition: 400ms all;

}

.eduoverview-content.visible {
  display: block;
  height:auto;
  transition: 400ms all;
  -moz-transition: 400ms all;
  -webkit-transition: 400ms all;
}

.edu-close {
    position: absolute;
    right: 15px;
}

.eduoverview-content h3 {
    margin: -5px 0 20px;
    border-bottom: 1px solid;
}

.Color1 {
  background-color: #f1f1f1;
  color:black;
}

.Color2 {
  background-color: #0c7a82;
  color:white;
}

.Color3 {
  background-color: #c4825b;
  color:white;
}

.Color4 {
  background-color: #003649;
  color:white;
}

.Color5 {
  background-color: #571840;
  color:white;
}

.Color6 {
  background-color: #c4e6e0;
  color:black;
}

.Color7 {
  background-color: black;
  color:white;
}




/* TAXONOMY COURSE DESCRIPTION */

.taxo_item-container {
    display: flex;
    flex-wrap: wrap;
}

.taxo_item {
  border-left: 4px solid;
  padding-left: 15px;
  margin-bottom: 25px;
  color: #003648;
  width: 100%
}

.taxo_item.desc {
  border-color: #003648;
}

.taxo_item.whoisfor {
    border-color: #c3825f;
}

.whoisfor .taxo_item-title {
  color:#c3825f;
}

.taxo_item-title {
  font-weight: 600;
    font-size: 30px;
    font-style: italic;
}

.taxo_item.learn {
    border-color: #177a81;
}

.learn .taxo_item-title {
  color:#177a81;
}

.taxo_item-content {
    padding-right: 10px;
}




/* FILE  BLOCK */

#block-block-files h2.block-title {
    font-weight: 400;
    color: #c3825f;
    border-bottom: 1px solid silver;
    text-align: right;
}

/* ADMIN/GESTORE AREA */

.admintool {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.admintool-item {
    width: 25%;
}

.admintool-item a {
    border: 1px solid;
    padding: 20px;
    background: #003648;
    display: inline-flex;
    color: white;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    align-items: baseline;
}

.admintool-item a:hover {
  background-color: #c3825f;
  text-decoration: none;
}

.admintool-private {
    margin-top:50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

a.private_content {
    background: #d9534f;
}

/* USER LOGIN */

#block-userlogin ul {
    text-align: right;
}

#block-userlogin li {
    display: inline;
}

#block-userlogin li a {
    background: #177a81;
    margin-left: 5px;
    color: white;
    padding: 10px;
}

/* TEAM PAGE */

.team-page-top {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #003648;
    margin-bottom: 30px;
    justify-content: space-around;
}

.team-page-picture {
    width: 200px;
    margin: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #c3825f;
    padding: 1px;
    box-shadow: 4px 1px 6px #0000002e;
}

.team-page-info {
    width: 50%;
}


.team-page-role {
    font-weight: 700;
    color: #c3825f;
    font-size: 16px;
    margin-bottom: 10px;
}

.team-page-role small {
    color: gray;
    font-weight: 300;
    font-style: italic;
}

.team-page-role b {
    color: #003648;
}

.team-page-contact {
    font-style: italic;
}

.team-page-quote {
    padding-bottom: 30px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 21px;
    color: #177a81;
}

.team-page-content {
    border-left: 4px solid #003648;
    padding-left: 20px;
    margin-bottom:30px;
}

/* ROLFER PAGE */

#block-block-page-rolfer .geolocation-map-wrapper {
  margin-top:20px;
}

.team-page-top.rolferpage {
    border-bottom: none;
}

/* LOCATION PAGE */

.location-item-container {
    display: flex;
    margin-bottom: 30px;
    color: #003648;
}

.location-item-title {
    font-weight: 700;
    font-size: 18px;
    color: #003648;
}

.location-item-address {
    font-style: italic;
    margin: 10px 0;
}

.location-item-contact {
    border-left: 3px solid;
    margin: 0 10px;
    padding: 0 10px;
}

.location-item-name {
    font-size: 22px;
    color: #c3825f;
}

.location-item-info {
    margin-bottom: 30px;
    margin-top: 30px;
}

geolocation-map-wrapper {
    #box-shadow: 7px 4px 15px #0000002b;
    #margin: 10px;
}

/* BLOG LIST */

.bloglist-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blog-item {
    flex-wrap: wrap;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.blog-title a {
    font-size: 25px;
    font-weight: 500;
    color: #003648;
}


.blog-content {
    width: 100%;
}

.blog-body {
    text-align: left;
}


/* */

.list-container {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.list-item {
    margin-bottom: 20px;
    //display: flex;
    width: 47%;
    box-sizing: border-box;
    text-align: left;
}

.list-title {
    margin-bottom: 10px;
}

.list-title a {
    font-weight: 500;
    color: #003648;
    font-size: 23px;
    padding: 0px 11px 0 0;
    border-bottom: 3px solid #00364842;
}

.list-title a:hover {
  text-decoration: none;
  border-bottom-color: #c3825f;
}

.list-cover {
    width: 100%;
    margin-bottom: 15px;

}

/* ROLFER EVENT */

.round_mapimage {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 10px;
}

.round_mapimage img {
    width: 150px;
    height: auto;
    margin-left: -33px;
}


.rolfing-event-maincontainer {
    margin: 3% 0;
    border: 1px solid silver;
    padding: 3%;
}

.rolfing-event-card {
    display: flex;
    gap: 10px;
    align-items: center;

}

.rolfing-event-card-picture img {
    width: 150px;
}

.rolfing-event-card-content {
    width: 100%;
}

.rolfing-event-card-name {
    font-size: 23px;
}

.rolfing-event-card-role {
    font-style: italic;
}

.rolfing-event-card-city {
    font-weight: 700;
}

.rolfing-event-box {
    display: flex;
    border-top: 1px solid silver;
    padding-top: 3%;
    margin-top: 5%;
    align-items: center;
}

.rolfing-event-box-left {
    width: 50%;
}
.rolfing-event-box-right {
    width: 50%;
    text-align: center;
}

.rolfing-event-box-title {
    font-size: 20px;
}

.rolfing-event-box-logo img {
    max-width: 120px;
}

@media (max-width:600px){
  .rolfing-event-card {
    flex-direction: column;
  }
  .rolfing-event-box {
    align-items: center;
    flex-direction: column-reverse;
  }

  .rolfing-event-box-left,
  .rolfing-event-box-right {
      width: 100%;
  }
}

/* TEAM CARDS */

.team-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-card {
    width: 30%;
    border: 1px solid #c3825f;
    margin: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 20px;
}

.team-card-picture {
    width: 100px;
    margin-top: -40px;
    margin-bottom: 10px;
    border: 1px solid #003648;
    padding: 1px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: white;
}

.team-card-content {
    width: 100%;
    text-align: center;
}



.team-card-name a {
    font-size: 18px;
    font-weight: 600;
    color: #003648;
}

.team-card-role {
    font-style: italic;
    font-size: 14px;
}

.team-card-quote {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    color: #177a81;
}

/* COURSE LIST */

.course-list-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.course-list {
    width: 49%;
    margin: 19px 0;
}

.course-list-title {
  background: #c3825f;
  padding: 5px 10px;
  color: white;

  display: flex;
  justify-content: space-between;
  align-items: center;
}


.course-list-title a {
    display: block;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.course-list-title a:hover {
    text-decoration: none;
    color:#003648;
    //background-color: #003648;

}

.course-list-title-language {
    width: 25%;
}

.course-list-date {
    position: absolute;
    right: 0;
    padding: 5px;
    background: #003648;
    margin-top: 10px;
    font-weight: 500;
    color: white;
}

.course-list-cover {
    position: relative;
}

.course-list-teacher {
    position: absolute;
    background: white;
    padding: 5px;
    right: 0;
    margin-top: 40px;
}

.course-list-teacher a {
  color: #003648;
}

.course-list-teacher a:hover {
  color: #c3825f;
}

.course-list-body {
    padding: 10px 0px;
    text-align: left;
}

/* LOCATION LIST */

#block-block-regional-associations {
    margin-top: 50px;
}

.view-display-id-block_regional_associations .form-group {
    text-align: right;
}

.location-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.location-item {
    width: 50%;
    padding: 14px;
    color: #003648;
}

.location-title  {
    background: #003648;
    color: white;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.location-title a {
    color: white;
    text-transform: uppercase;
}

.location-address {
    font-style: italic;
}

.location-contact-name {
    font-weight: 700;
    border-top: 1px solid;
    padding-top: 10px;
}

.location-contact-info .material-icons {
    font-size: 16px;
    vertical-align: middle;
}

span.contact-label {
    color: #c3825f;
    font-weight: 500;
}

/* FIND A COURSE */

.findacourse-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.findacourse-item {
    display: flex;
    margin-bottom: 20px;
    width: 47%;
    margin: 10px;
    border: 1px solid #e2e2e2;
}

.findacourse-content {
    width: 100%;
    padding-right: 5px;
}

.findacourse-cover {
    width: 150px;
    margin-right: 21px;
    background: white;
    background-size: 100%;
}

.findacourse-title a {
    font-size: 17px;
    font-weight: 700;
    color: #003648;
}

.findacourse-level {
    font-size: 13px;
    font-style: italic;
}


.findacourse-teacher,
.findacourse-language,
.findacourse-city {
    font-size: 13px;
    font-style: italic;
}

.findacourse-date {
    color: #177a81;
    font-size: 15px;
    font-weight: 500;
    font-family: "Playflair Display";
    margin-top: 10px;
}

.findacourse-button {
  text-align:right;
  padding-right: 15px;
}

/* COURSE PAGE */

.course_header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;

}

.course_header-Level {
    font-size: 35px;
    color: #003648;
    font-weight: 600;
    margin-bottom: -10px;
    line-height: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.course_header-title {
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
}

.course_header-left {
    width: 100%;
    padding: 0 20px;
}


.course_header-right {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.course_header-price {
    font-size: 29px;
    text-align: right;
    color: #003648;
    font-weight: 400;
    margin-bottom: -5px;
    font-style: oblique;
}

.course_header-condiction {
    text-align: right;
    font-size: 12px;
    line-height: 15px;
}

.course_header-cost {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    padding: 4px 20px;
}

.course_header-button {
    display: flex;
    align-items: center;
}

.course_page {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.course_page_sidebar {
    flex-basis: 30%;
    margin-right: 30px;
}

.course_page_sidebar_content01 {
    background: #c3825f35;
    padding: 15px;
}

.course_page_content {
    flex-basis: 70%
}

.courseinfo-label {
    font-size: 18px;
    color: #c3825f;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}

.courseinfo-info {
    font-family: 'Playfair Display', serif;
    padding: 0 35px;
    font-size: 14px;
    margin-bottom: 15px;
}

.course_page_content-item {
    border-left: 4px solid;
    padding-left: 15px;
    margin-bottom: 25px;
}

.summary {
    color: #003648;
}

.youlearn {
    color: #177a81;
}

.isfor {
    color: #bc7d54;
}

.course_page_content-content {
    color: #003648;
}

.course_page_content-title {
  font-weight: 600;
  font-size: 30px;
  font-style: italic;
}

.courseinfo-booking {
    text-align: center;
    margin-top: 30px;
}

.courseinfo-price {
    font-size: 45px;
    font-weight: 800;
    color: #003648;
}

.courseinfo-condiction {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}

.courseinfo-button {
    margin: 20px 0;
}

/* COURSE PAGE TEACHER INFO */

.course_page_sidebar_content02 {
  background: #c3825f20;
  padding: 15px;
  margin-top: 10px;
}

.courseinfo-teacher-info {
    display: flex;
    align-items: center;
}

.courseinfo-teacher-image {
    padding: 10px;
    width: 40%;
}

.courseinfo-teacher-dettagli {
    width: 60%;
}

.courseinfo-teacher-name a {
    font-size: 22px;
    color: #bc7d54;
    font-weight: 600;
    font-style: italic;
}

.courseinfo-teacher-skill {
    font-size: 14px;
    color: #003648;
    font-weight: 400;
    font-style: italic;
}

.courseinfo-teacher-url a {
    text-align: right;
    font-size: 13px;
    color: #003648;
    display: block;
    margin-top: 10px;
}

.courseinfo-teacher-url .material-icons {
    font-size: 15px;
    vertical-align: middle;
}

.courseinfo-teacher-description {
    color: #003648;
    font-style: italic;
    margin-top: 20px;
}


/* BANNER INTERNO */

#innerbanner img {
  width: 100%;
}



/* CONTENT 2 */

.whatisrolfing {
    background: #003648;
    color: white;
    padding: 10px 40px 40px;
    margin-top: -100px;
    margin-bottom: 20px;
    text-align: left;
}

.whatisrolfing-title {
    font-size: 40px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    align-content: center;
}


.success_stories {
  margin-bottom:20px;
}

.success_stories-title {
    font-size: 38px;
    font-weight: 600;
    font-style: italic;
    color: #003648;
    letter-spacing: -1px;
}

.whatisrolfing-button {
    text-align: right;
    margin-right: -60px;
    margin-top: 30px;
}

.success_stories-text {
    color: #c3825f;
    font-weight: 600;
    font-size: 15px;
}

.s2 {
    overflow: hidden;
}

/* PROMO BANNER */

.promobanner {
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
}

.promobanner-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/* SUCCESS STORIES SWIPE */

.storyswipe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.success-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.storyswipe-item-title {
    width: 100%;
}

.storyswipe-item-title a {
    text-decoration: none;
    color: #003648;
    font-weight: 600;
}

.storyswipe-item-image {
    width: 50%;
}

/* MAP */

#map {
  background: #c3825f;
}

.bottom-shadow {
  width: 100%;
  height: 35px;
  background: url(../images/bottom-shadow.png) no-repeat top center;
  background-size: 100% 35px;
  position: absolute;
  z-index: 100;
}

.findarolfer {
  display: flex;
  color: white;
  justify-content: space-evenly;
  align-items: flex-start;
  padding-top: 20px;
}

.findarolfer-title {
    font-size: 34px;
    line-height: 33px;
    text-align: right;
    padding-right: 10px;
    font-style: italic;
    font-weight: 500;
    padding: 0 10px 0px;
    border-right: 4px solid;
    margin-right: 10px;
    text-transform: uppercase;
}

.findarolfer-title a {
    color: white;
}
.findarolfer-title a:hover {
    color: #003648;
    text-decoration: none;

}

.findarolfer-text {
  text-align: left;
  padding: 5px

}

.findarolfer-pin {
    width: 200px;
    margin-top: -86px;
    position:relative;
}


/* BOTTOM */

#block-block-home-be-a-rolfing-model h2,
#block-block-bearolfingmodel h2 {
    color: #c3825f;
    text-align: center;
    font-size: 42px;
    margin-bottom: 40px;
}

.berolfingmodel {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom:40px;
}

.berolfingmodel-image {
  padding-right: 15px;
  width: 100%;
}

.berolfingmodel-text {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: left;
}

/* CAREER */

.career {
    display: flex;
    padding: 30px;
}

.career-content {
    padding-left: 20px;
    border-left: 4px solid #0d7880;
    margin-left: 20px;
    width: 80%;
}

.career-title {
    font-size: 25px;
    font-style: italic;
    color: #0d7880;
    font-weight: 700;
    margin-bottom: 20px;
}

.career-link {
    text-align: right;
    margin: 15px 0;
}

.career-link a {
    color: black;
}

span.material-icons.small {
    font-size: 17px;
}

/* HIGHLIGHT */

#highlight {
    background: #003648;
    color: white;
}

.aboutera {
    display: flex;
    justify-content: space-between;
}

.aboutera-content {
    width: 70%;
    padding: 15px;
}

.aboutera-text {
    text-align: left;
}

.aboutera-stats {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  justify-content: space-around;
}

.stats-item {
    padding: 10px;
    width: 50%;
    text-align: center;
}

.stats-number {
    font-size: 57px;
    font-weight: 700;
    margin-bottom: -15px;
}

/* SOCIAL */

#social {
  background: #177a81;
  text-align: center;
  padding:5px;

}

#social img {
    max-width: 64px;
    padding: 0px;
}

/* FOOTER */

#footer {
    background: #003648 url(../images/era_pattern.svg) no-repeat 0 0;
    background-size: cover;
    color:white;
    padding: 40px 0;

}

#footer h2 {
    color: #c3825f;
    font-size: 23px;
    border-bottom: 1px solid white;
    padding-bottom: 7px;
}

.material-icons.donate {
    vertical-align: -3px;
}

.school-logo {
    width: 65%;
    margin: auto;
}

#footer .menu li {
    display: inline-block;
    margin: auto;
    padding: initial;
}

#footer .nav > li > a {
    padding: 0 5px;
    border-right: 1px solid;
    color: white;
    line-height: 20px;
}

#footer .nav > li > a:hover,
#footer .nav > li > a:focus {
    background-color: transparent !important;
    text-decoration: underline;
}

/* FORM */

#userbar .form-search,
#footer .form-search {
    border-radius: 0 !important;
    height: 40px !important;
    border:none !important;
}

#userbar .form-type-search  .glyphicon-search,
#footer .form-type-search  .glyphicon-search {
    color: #297fca;
}

#userbar .form-type-search button,
#footer .form-type-search button {
    background: white;
    height: 40px;
    border: none;
    border-radius: 0;
}

/* PRIVATE AREA */

h2.attachment-title {
    font-size: 21px;
    color: white;
    background: #177a81;
    padding: 5px 10px;
}

.node-confirm-form {
    text-align: center;
    font-size: 35px;
    color: red;
}


.flexgrid_container {
    display: flex;
    flex-wrap: wrap;
}

.flexgrid_item {
    padding: 10px;
    width: 20%;
}

.flexgrid_item img {
    width: 100%;
    height: auto;
}


/* RESPONSIVE */

@media (max-width:1200px) {
  .course_page_sidebar {
    flex-basis: 50%;
  }

}

@media (max-width:990px) {

  .banner-item-content {
      max-width: 80%;
  }

  .homebutton .btn {
      width: 48%;
  }

  .findarolfer-title {
    width: 100%;
  }

  .findarolfer-pin {
    width: 300px;
    margin-top: 0;
  }

  .career {
    display: flex;
    padding: 30px;
    flex-direction: column;
  }

  .career-content {
    border: none;
    padding: 10px 0px;
    margin: 0;
    width: 100%;
  }

  .admintool-item {
      width: 33%;
  }

  .course_page_sidebar {
    flex-basis: 50%;
  }

}

@media (max-width:768px) {
  .eduoverview-button {
      width: 100%;
      margin: 1px;
      padding: 10px;
  }

  .banner-item-content {
      max-width: 100%;
  }
  .admintool-item {
      width: 50%;
  }

  #banner_overlay {
    position: relative;
  }

  /* EDUPATH */

  .edupath {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 -30px;
    padding: 25px;
    padding-bottom: 40px;

    transition: 400ms all;
    -moz-transition: 400ms all;
    -webkit-transition: 400ms all;
  }

  .edupath:nth-child(2n) {
    background: #00000024;
  }

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

  /* LIST ITEM */
  .list-item {
    width: 100%;
  }

  /* TEAM CARD */
  .team-card {
    width: 45%;
  }

  /* LOCATION LIST */
  .location-item {
    width: 100%;
  }

  .location-item-container {
    flex-direction: column;
  }

  .location-item-contact {
    margin: 0;
  }

  /* BLOG LIST */
  .blog-item {
    width: 100%;
  }
  /* COURSE LIST */
  .course-list {
      width: 100%;
    }

  /* FIND A COURSE */
  .findacourse-item {
      width: 100%;
  }

  /* TAXO ITEM */
  .taxo_item {
    width: 100%;
  }

  /* TEAM PAGE */

  .team-page-top {
    flex-direction: column;
  }

  .team-page-info {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
  /* COURSE PAGE */

  .course_header {
    text-align: center;
    background: white;
    margin-top: -30px;
    padding-top: 20px;
  }

  .course_header-right {
    border-top: 1px solid;
  }

  .course_header-right {
    border-top: 1px solid;
    background: #c3825f2b;
  }

  .course_page {
    flex-direction: column;
  }

  .course_page_sidebar {
    margin-right: 0;
  }

  .course_page_sidebar_content01,
  .course_page_sidebar_content02 {
    background: none;
    margin-top:0;
    padding:0;
  }

  .courseinfo-item {
    border-bottom: 1px solid silver;
    margin-bottom: 15px;
  }

  .summary {
    background: #003648;
    color: white;
    margin: 0px -45px;
    padding: 25px 45px;
    border: 0;
  }
  .youlearn {
    background: #177a81;
    color: white;
    margin: 0px -45px;
    padding: 25px 45px;
    border: 0;
  }
  .isfor {
    background: #bc7d54;
    color: white;
    margin: 0px -45px;
    padding: 25px 45px;
    border: 0;
  }

  .course_page_content-content {
    color: white;
  }

  .findacourse-item {
    margin-left:0;
  }

  /* FORM */

  .form-inline .select-wrapper {
    width: 100%;
  }

  /* BANNER ITEM */

  .banner-item-content {
    transition: 400ms all;
    position: relative;
    display: flex;
    margin-top: auto;
    margin-left: auto;
    justify-content: space-around;
    align-items: baseline;
  }

  .homebutton .btn {
      width: 100%;
  }

  .whatisrolfing-button {
    margin-right: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }

  #block-block-bearolfingmodel h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }


  .storyswipe {
      margin-bottom: 20px;
  }

  .aboutera {
    display: flex;
    flex-direction: column;
  }
  .aboutera-content {
    width: 100%;
  }

}
@media (max-width:490px) {
  .team-card {
      width: 100%;
  }
}

@media (max-width:411px) {
  .logo img {
      width: 230px;
  }

  .banner-item-text {
      line-height: 23px;
      font-size: 16px;
  }
  .upcoming-title {
      font-size: 16px;
      text-transform: uppercase;
      line-height: 18px;
      text-align: right;
  }

  .whatisrolfing-title {
    font-size: 30px;
  }

  .whatisrolfing {
    margin-top: -70px;
    padding: 12px;
  }

  .storyswipe {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .findarolfer-title {
    font-size: 22px;
    line-height: 22px;
  }

  .career {
    padding: 20px 0px;
  }

  .stats-number {
    font-size: 43px;
    margin-bottom: 0px;
  }

  .location-item {
    padding: 0 0 20px;
  }

  #social img {
    max-width: 45px;
  }

  .findarolfer {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
  }

  .findarolfer-title {
    text-align: center;
    border: 0;
    font-size: 27px;
    margin: 10px;
    font-weight: 600;
  }

  .findarolfer_button {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }


}

@media (max-width:320px) {


  #toggle {
      margin-top: 50px;
      right: 16px;
  }

  .logo_school img {
      width: 188px;
  }

  .logo img {
    width: 183px;
  }

  .upcoming-title {
    font-size: 13px;
    text-align: left;
  }
  #edupath h2.block-title {
    font-size: 30px;
  }

  .edupath {
    padding: 10px;
  }

  .whatisrolfing-title {
    font-size: 25px;
    margin-top: 10px;
  }
}
