<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Peace Week
 Description:  Child theme of Dawson College Theme
 Author:       Dawson College - Chris Georgieff
 Author URI:   http://dawsoncollege.qc.ca
 Template:     dawson-college-2022
 Version:      1.0.0
 Text Domain:  dawson-college-child
*/

/**
 * Eweek Sessions
 */

.btn-red{ color: #fff!important; background: red; padding: 5px 10px;}
.btn-purple{ color: #fff!important; background: purple; padding: 5px 10px;}
.btn-blue{color: #fff!important; background: blue; padding: 5px 10px;}
.item-jump{   display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;}
.item-jump:hover{ }

.anchor-scroll{ text-align:center; background:#17436b; padding: 10px 20px; text-transform:uppercase; color:#fff!important; font-size:26px; }
.anchor-scroll+br{ display: none;}
.scroll-anchors{ margin-bottom: 10px;}
.scroll-anchor{  text-transform: capitalize; display: block; width: 30%; margin: 0 auto; padding: 10px 15px; color: #fff; background: #0C3432; text-align: center; margin-bottom: 5px;}
.scroll-anchor:hover{ background: #548eb5; }
.btn-register{ border-bottom: 2px solid #E60B80; display: inline-block; background: #41a849; color: #fff; font-size: 14px; padding: 8px 16px; text-transform: uppercase; margin: 15px 0 0 0; }
.btn-register:hover{ background: #BD5276;}

.bio{display:none;}
.timee{
  /*position: absolute;*/
  /*top: 0;*/
  /*left:-100%;*/
  bottom:0;
  width:100%;
  background:#548eb5;
  /*border-right: 5px solid #f3f3f3;*/
  height: 30px;
}
.timee div{
  /*position:absolute;*/
  display:block; 
  text-align:center; 
  color:#fff; 
  font-size:16px; 
  font-weight:400; 
  width:100%;
  top:50%; 
  padding: 3px;
  /*transform:translateY(-50%);*/
}

.bio-position{ font-style: italic; font-size: 16px;}
.bio-company{ font-weight: bold; }

.name{ line-height: 20px;}
.name a{ background: #f3f3f3; padding: 4px 8px; border-bottom:1px solid #fff; display: block; font-size: 14px;  }
.name a:hover{ background: #D6E9FF; }
.name i{ margin-left: 0;}

.ehost{ font-style: italic; display: block; margin-top: 5px;}
.ehost a{ background:transparent;}
.ecompany{ display: inline-block;}
/*.ehost a:hover{ background: #D6E9FF;}*/
.eDetails{ font-family: "Open Sans", arial, sans-serif; font-size: 12px; color: #fff!important;  display: inline-block; background: red; padding:2px 5px; border-radius: 5px; }

.talk-details{ margin-bottom: 10px; }
.talk-details.long{ max-height: 20px; overflow: hidden; }

.speaker-label{ padding: 3px; border-bottom: 1px solid #A6A6A6; text-transform: uppercase; font-size: 12px; font-weight: 600;}
.speakerIMG{ position:relative; left:0; float:left; width:45%; display:block; box-shadow:2px 1px 2px #e3e3e3; position: relative;}
.speakerIMG img{ display:block;}
.speakerWrap{ clear:both; margin:20px 0; overflow:hidden; position:relative;  padding:5px; }
.speakerMeta h3{ margin-top: 0; font-size: 20px; font-family: "Open Sans", arial, sans-serif; letter-spacing: 0; font-weight: 600; border-bottom: 1px solid #cdcdcd; padding-bottom: 5px;}
.speakerMeta{ margin-left:0%; padding:20px; float:left; width:55%; background:#fff; box-shadow:2px 1px 2px #e3e3e3; position: relative; }

/*.talk-desc h2:after{ content: ""; display: block; background: #000; width: 50px; height: 3px; }*/





/*
Rotateed
 .day {
    position: absolute;
    left: -46%;
    transform: rotate(-90deg);
    top: 44%;
    background-color: #AF0B62;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    padding-top: 15px;
}*/
.day{
  padding: 5px; color: #fff; background: #17436b; display: block; text-align: center; text-transform: uppercase; font-size: 12px;
}

.name{}
.company{}
.time{}

.timee::after{
    /*content: "";*/
    display: block;
    width: 20px;
    height: 20px;
    background-color: #f3f3f3;
    border-left: 10px solid transparent;
    border-top: 10px solid #E60B80;
    border-bottom: 10px solid #E60B80;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

@media (max-width: 499px) {
  .speakerMeta {
      margin-left: 0;
      float:none;
      clear:both;
      width:100%;
    }
  .speakerIMG{
      left:0%;
      width:100%;
  }
  .timee::after{ display:none;}
  .btn-register{ display: block; text-align: center; position: static; /*border-radius: 5px;*/}
  .scroll-anchor{ width: 100%; }

}

@media only screen 
/*and (min-width : 500px)*/
and (max-width : 499px) {
   .scroll-anchor{ width: 50%; }
  .day{ position: absolute; left: 0; top: 0; height: 50%; width: 50%; padding: 0;}
  .day div{ position: absolute; top: 50%; width: 100%; margin-top: -0.5em; font-size: 16px; }
  .timee{ position: absolute; left: 0; bottom: 0; height: 50%; width: 50%;}
  .timee div{ position:absolute; top:50%; width: 100%; margin-top: -1em; }
  .timee.full-height{ height: 100%; }
  .speakerIMG img{ float: right; width: 50%!important;}
  .speakerMeta h3{ font-size: 18px;}
  .scroll-anchors{ overflow: hidden;}
  .scroll-anchor{ margin-left: 1%; width: 48%; float: left; }
  /*.talk-details{ display: none;}
  .btn-details{ width: 100%; margin: 10px 0; padding: 10px}*/
}

@media (min-width: 500px) {
  .scroll-anchors{ overflow: hidden;}
  .scroll-anchor{ margin-left: 1%; width: 19%; float: left; }
  .speakerMeta{ padding: 20px 25px;  }
  #content .anchor-scroll{ font-size: 24px; }
  .day{ /*background: #fff; color: #333; padding-top:10px ; padding-bottom: 10px ;*/ }
  .speakerMeta{ /*padding: 30px 35px;*/}
  .speakerWrap{ padding: 0 0 5px 0; /*border-top: 3px solid #8C074E;*/}
  .speaker-img img{ width: 100%!important; }
  /*.btn-details{ display: none;}*/
}

@media (max-width : 979px) {
    .talk-details{ display: none;}
  .btn-details{ width: 100%; margin: 10px 0; padding: 10px; display: block; border-radius: 0;   /*-webkit-appearance: none;*/ -webkit-border-radius: 0;}
}

@media (min-width: 980px) {
  .talk-details{ display: block!important;}
  .btn-details{ display: none;}
  .speakerWrap{ background-color: #fff; padding: 20px; box-shadow: 0px 0px 3px #D7D5D5;}
  .speakerMeta{ padding: 0px 10px 0 20px; box-shadow: none; }


}

@media (min-width: 1920px) {
 /* .speakerIMG{ width: 20%; }
  .speakerMeta{ width: 80%; }*/
  
}

/**
 * END EWEEK SESSIONS
 */

/**
 * Eweek Speaker
 */
.speaker-img{ float: left; width: 38%; }
.speaker-img img{ max-width: 100%; border: 5px solid #fff; box-shadow: 1px 1px 2px #A5A5A5; }
.speaker-img i{ font-size: 30px;}
.speaker-content{ margin: 20px 0 0 44%; }
.speaker-content h2{ clear: none; }
ul.dc_social{ text-align: center;}

@media (max-width: 499px) {
  .speaker-img{ float: none; width: 100%; }
  .speaker-content{ margin: 20px 0 0 0%; }
}



/**
 * END EWEEK SPEAKER
 */

</pre></body></html>