/*:root {
  --main-color: #603eeb;
  --fade-primary-color: rgba(96, 62, 235, 0.19);
  --fade-main-color: #603eeb47;
}*/

#newsletter {
  margin-top: 0;
}

.thumbex {
  margin-bottom: 6em;
}

#page-header {
  padding-top: 1em;
  padding-bottom: 3em;
  /* original design */
  /* padding-bottom: 5em;
  margin-bottom: 3em; */
  position: relative;
}

.urb-breadcrumb {
  margin-bottom: 3em;
}

#page-header .sub-head {
  margin-bottom: 2em;
  margin-top: 5em;
}

/* replaced by section-separator */
/*#page-header:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 90%;
  height: 6px;
  background-color: var(--main-color);
}*/

.contact-geo .urb-icon {
  font-size: 13px;
}

.read-more .urb-icon,
.read-less .urb-icon {
  font-size: 9px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.read-less .urb-icon {
  display: inline-block;
  transform: rotate(180deg);
  position: relative;
}

a.read-more,
a.read-less {
  text-decoration: none;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  padding: 8px 85px;
  z-index: 5;
  background-color: #ffffff;
}

.collapsible-content {
  display: none;
}

.read-more__container,
.read-less__container {
  position: relative;
}

.read-more__container:before,
.read-less__container:before{
  content: " ";
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 1.6px solid #ddd;
  z-index: 1;
}

#page-header .sub-head .dash {
  margin-top: 1.6em;
  margin-right: 1.5em;
}

#page-header .head .dash img {
  width: 80%;
}

#page-header .sub-head .dash img {
  width: 90%;
}

#page-header .sub-head .title {
  font-size: 30px;
}


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

#page-header .bot-right {
  font-size: 16px;
}

#page-header .bot-right .contact {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: var(--lighter-black);
}

#page-header .bot-right .contact-content {
  color: var(--lighter-grey);
  margin-bottom: .6em;
}

#page-header .bot-right .contact-content a {
  color: var(--lighter-grey);
  text-decoration: none;
}

#page-header .bot-right .contact-content a:hover {
  color: var(--main-color);
}

#page-header .bot-right .contact-elements {
  padding-bottom: 1em;
  margin-bottom: 1.6em;
  border-bottom: 1.6px solid #ddd;
}

#page-header .bot-right .contact-geo a {
  color: var(--main-color);
  font-weight: 600;
  text-decoration: none;
}

.important-text {
  font-size: 21px;
}

.contact-geo {
  padding-bottom: 15px; /* set from 5px to 15px on 25/09/20 */
}

.section-separator {
  width: 150%;
  height: 6px;
  background-color: var(--main-color);
}
/*HERE GOES MEDIA QUERIES*/

@media screen and (max-width: 1440px) {
  #page-header:after {
    width: 92%;
  }
}

@media screen and (max-width: 1366px) {
  #page-header:after {
    width: 95%;
  }
}

@media screen and (min-width: 1680px) {
  #page-header:after {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  #page-header {
    padding-bottom: 2em;
  }

  #page-header .head .dash {
    margin-top: 0.8em;
  }

  #page-header .head .title {
    font-size: 25px;
  }

  #page-header .bot {
    flex-direction: column;
  }

  #page-header .bot .bot-left {
    width: 100%;
  }

  .thumbex {
    margin-bottom: 1.2em;
  }

  .section-separator {
    width: 100%;
    right: -15px;
    position: relative;
  }
}
.isotope-el {
  /* visibility: hidden;*/
  display: none;
}

.isotope-el.show {
  /* visibility: visible; */
  display: block;
}