
/*FORMATTED TEXT*/

.formatted p,
.formatted li {
  font-size: 18px;
}

.formatted h2, 
.formatted h3, 
.formatted h4, 
.formatted h5, 
.formatted h6 {
  font-weight: bold;
}

.formatted h2 {
  font-size: 42px;
}

.formatted h3 {
  font-size: 30px;
  margin: 5rem 0 2rem;
}

.formatted h4 {
  font-size: 22px;
  margin: 5rem 0 2rem;
}

.formatted h5 {
  font-size: 19px;
  margin: 5rem 0 2rem;
}

.formatted h6 {
  font-size: 17px;
  margin: 5rem 0 2rem;
}

.formatted li {
  padding: .8rem 0;
}

.formatted a {
  color: var(--main-color);
  text-decoration: underline;
}


/*TITLES*/

.title-xl {
  font-size: 55px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: var(--lighter-black);
}

.title-xl:before {
  font-family: 'urbalyon';
  content: "\e905";
  position: relative;
  font-size: 25px;
  color: var(--main-color);
  margin-right: 1em;
  top: -5px;
  display: inline-block;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.formatted .title-lg,
.title-lg {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  /*line-height: 1.9;*/
  /*margin: 0;*/
  margin-top: 10px;
  letter-spacing: -0.7px;
  color: var(--lighter-black);
  font-size: 36px;
  position: relative;
}

.title-lg:before {
  font-family: 'urbalyon';
  content: "\e905";
  position: relative;
  font-size: 16px;
  color: var(--main-color);
  margin-right: 1.5em;
  top: -5px;
  display: inline-block;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.title-md {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  /* line-height: 1.9; */
  /*margin: 0;*/
  margin-top: 10px;
  letter-spacing: -0.7px;
  color: var(--lighter-black);
  font-size: 25px;
  position: relative;
}

.title-md:before {
  font-family: 'urbalyon';
  content: "\e905";
  position: relative;
  font-size: 10px;
  display: inline-block;
  color: var(--main-color);
  margin-right: 1.4em;
  top: -5px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}


/*LINKS*/

.action-link {
  color: var(--main-color);
  font-size: 15px;
  text-decoration: none;
}

.action-link:hover,
.action-link:active,
.action-link:focus {
  color: var(--lighter-grey);
  text-decoration: none;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.action-link-default {
  color: var(--lighter-grey);
  font-size: 15px;
  text-decoration: none;
  /*min-width: 200px;*/
}

.action-link-default.dark {
  color: #555;
}

.action-link-default:hover,
.action-link-default:active,
.action-link-default:focus {
  color: var(--main-color);
  text-decoration: none;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.action-text-small {
  font-size: 12px;
}

/*ACCORDION*/

/******************* Accordion Demo - 9 *****************/
#accordion .panel{
  border-radius:0;
  margin:0;
  border: none;
  box-shadow: none;
}
#accordion .panel-heading{
  padding:0;
}
#accordion .panel-title{
  position: relative;
}
#accordion .panel-title a{
  color: var(--lighter-black);
  background: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight:700;
  padding: 18px 10px 18px 3px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
#accordion .panel-title a.collapsed{
  color: var(--lighter-black);
  font-weight: 700;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top:0;
  right:0;
  padding:14px 10px;
  color: var(--main-color);
}
#accordion .panel-title a.collapsed:before{
  content: "\f067";
}
#accordion .panel-body{
  line-height: 26px;
  padding-left: 0;
  font-size: 17px;
}

/*OTHER PUBLICATIONS*/

#other-publication .thumbex .thumbnail-box {
  height: 205px;
}

#other-publication .thumbex .thumbnail-box img {
  height: 140%;
}

#other-publication {
  margin-top: 10em;
  position: relative;
}

#other-publication:before {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  width: 91%;
  height: 6px;
  background-color: var(--main-color);
}

#other-publication .head .dash {
  margin-top: .7em;
}

#other-publication .head .dash img {
  width: 80%;
}

#other-publication .head .title {
  font-size: 35px;
}

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

.sub-title {
  font-weight: 700;
}

/* max height and width 
 * set to respect content layout */
.thumbnail-image {
  max-width: 90%;
  max-height: 480px;
}

.widget-title {
  margin-top: 2.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
  font-size: 16px;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--darker-grey-full);
}

.text-small {
  font-size: 12px;
}

.event-date {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.35;
}

.event-date-sub {
  font-size: 25px;
  color: var(--grey-alt);
}

.event-content,
.prod-content,
.article-content {
  margin-top: 1.5em;
  font-size: 18px;
  color: var(--lighter-black);
}

.body-content img {
  max-width: 100%;
}

.event-footer {
  margin-top: 3em;
}

.event-footer__item {
  padding: 20px 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-footer__item:not(:first-child) {
  border-top: 1px solid var(--darker-grey-full);
}

.event-footer__item .info-text {
  max-width: 70%;
}

#page-header .head .dash {
  margin-top: .7em;
  margin-right: 1.5em;
  float: left;
}

#page-header .head .title {
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: var(--lighter-black);
  margin: 0;
}


.page-head {
  margin: 40px 0;
}

.page-head .dash {
  float: left;
  margin-top: 1.1em;
  margin-right: 1.5em;
}

.page-head .title {
  margin: 0 0 0 8px;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: var(--lighter-black);
}

.important-text {
  font-weight: bold;
  line-height: 1.2;
}

.main-color {
  color: var(--static-main-color);
}

/* modal scoop it */
.infobox-row-content .row {
  display: flex;
  align-items: center;
}

.infobox {
  margin-top: 10px;
  display: flex;
}

.infobox-img-wrapper {
  min-width: 60px; /* hack for flex */
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 40px;
  overflow: hidden;
}

.infobox-img {
  object-fit: cover;
  min-height: 100%;
  max-width: 100%;
}


.infobox .main-label {
  font-size: 19px;
  color: var(--lighter-black);
  font-weight: 600;
}

.infobox .sub-label,
.infobox .action-link {
    font-size: 15px;
}

.infobox .label-grey {
    font-size: 14px;
    color: var(--lighter-grey);
}


/* modal connexion */
.action-content {
  margin-top: 2em;
}

.action-content .action-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid var(--darker-grey-full);
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.action-content .action-item > * {
  max-width: 50%;
}

.action-content .action-item a {
  color: var(--lighter-black);
}

#memberLoginBtn {
  display: block;
  text-align: center;
  text-decoration: none;
  color: white !important;
}