@import url("/webfonts/font_styles.css");

/* FONT METRICS */
body {
  font-family: 'Merriweather', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 19px;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
  font-weight: 400;
  font-family: 'Merriweather', Helvetica, sans-serif;
  color: #000000;
  line-height: 1.4;
}


a {
  outline: 0;
}

a:focus, a:hover, a:active {
  outline: 0;
  color: #43adbb;
  text-decoration: none;
}

span {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Merriweather', Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: 'Merriweather Black', Helvetica, sans-serif;
  color: #515769;
  line-height: 1.4;
  margin: 20px 0 15px;
  
}

h1>a, h2>a, h3>a, h4>a, h5>a, h6>a {
  color: #515769;
}

h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover, h5>a:hover, h6>a:hover {
  color: #999caa;
  text-decoration: none;
}

h1>a:focus, h2>a:focus, h3>a:focus, h4>a:focus, h5>a:focus, h6>a:focus {
  text-decoration: none;
}

.heading {
  font-size: 18px;
}
/* END */

.table td {
  color: #000000;
  font-size: 15px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}


/* LIST STYLING */
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.unordered_list > li::before {
  content: "\25A0";
  color: #078494;
  font-weight: bold;
  display: inline-block;
  width: 1em; 
  margin-left: -1em;
  font-size: 1.2em;
}

ul.unordered_list {
  margin-bottom: 40px;
  margin-top: 20px;
}

ul.unordered_list > li {
   padding: 4px 30px !important;
}

ol.ordered_list {
  list-style-type: none !important;
  /* list-style-position: outside; */
  counter-reset: item;
  margin-bottom: 40px;
  margin-top: 20px;
}

ol.ordered_list > li {
  counter-increment: item;
  margin-bottom: 5px !important;
  padding: 4px 30px !important;
}

ol.ordered_list > li:before {
  margin-right: 10px !important;
  content: counter(item);
  background: #078494 !important;
  border-radius: 100% !important;
  color: white !important;
  width: 1.7em !important;
  text-align: center !important;
  display: inline-block !important;
  margin-left: -1em;
  font-size: 0.8em;
}


.alink {
  border-bottom: 2px dashed #ffa500;
  color: #a66c00;
  display: inline-block;
  line-height: 100%;
  text-decoration: none;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.alink:hover {
  border-bottom-color: #a66c00;
  color: #ffa500;
}

.dotted {
  border-bottom-style: dotted;
}



/* GENERIC STYLING */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

.big_text {
  font-size: 19px !important;
}

.medium_text {
  font-size: 15px !important;
}

.small_text {
  font-size: 12.5px !important;
}



/* PROGRESS CONTAINER AND BAR  */

.fixed-item-for-hscroll {
    position: fixed;
    top: -1px;
    width: 100%;
    z-index: 1;
    background-color: #F8F8F8;
    height: 5px;
}
  
.scroll-placeholder {
  width: 100%;
  display: block;
  height:0px;
  background-color: #F8F8F8;
}
  

.progress-container-for-page {
  width: 100%;
  height: 5px;
  background: #ccc;
}
    
.progress-bar-for-page {
    height: 5px;
    background: rgba(82, 122, 79, 0.88);
    width: 0%;
}


@media only screen and (max-width: 575px) {
  .scroll-placeholder {
    height:0px;
  }
  .fixed-item-for-hscroll { 
    height: 5px;
  }

}

#text_body p {
  color: black;
  font-size: 19px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.8;
  margin-bottom: 40px;
  margin-top: 20px;
}


#text_body  em, 
#text_body  li, 
#text_body  li a {
  font-size: 19px;
  font-weight: 300;
  font-family: 'Merriweather', Helvetica, sans-serif;
  color:  #000000;
  line-height: 1.8;
}

.article_heading {
  font-size: 40px !important;
}

blockquote.type1 {
  position: relative;
  margin: 0.5em;
  padding: 0.5em 1em 0.5em 2em;
  border-right: 4px solid gray;
  border-left: 0px;
  text-align: left;
  font-style: italic;
  background-color: #f6ebc1;
  margin-bottom: 30px;
}
  
blockquote.type1:before {
  font-size: 4rem;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
  content: "\201C";
}
  
  
blockquote.type1 cite {
  padding: 0 2em 0 0;
  text-align: right;
}
  
  
/* author details */

.author-picture .chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.author-picture .chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.postdate,
.readtime,
.share,
.author-picture {
  display:inline-block;
  font-size: 14px;
  padding: 10px 10px;
}

  
  
  
/*------------------------ Videos Section -----------------------*/
/* 
<div class="content-media__object">
  <h4 class="big text-uppercase mt-5 mb-4">How A Canada Goose Jacket is Made</h4>
  <div class="content-media content-media--video background-adjustment">
      <div class="video-container is-paused"> 
        <span class="close-video close-popvid-thick d-none"></span> 
        <iframe data-video="t15KvlGVlvs" class="youtube-video" ></iframe>
      </div>
  </div>
</div> */


  
.background-adjustment {
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.content-media__object {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    position:relative;
    max-width: 900px;
    display: block;
    margin: auto;
}

.content-media--video {
    width: 100%;
    height: auto;
    display:inline-block;
    background-color: transparent;
}


.video-container {
    width: 100%;
    height:100%;
    background: transparent;
    background: none;
    padding: 0.5px;
}
  
.video-container {
    transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
    -webkit-transition: width .2s ease-in-out,  height .2s ease-in-out, -webkit-transform .38s ease-in-out;
}
/** Use .sticky */
.video-container.is-sticky {
    position: fixed;
    top: 400px;
    right: 140px;
    max-width: 280px;
    max-height: 158px;
    width: 280px;
    height: 158px;
    z-index: 1000;
}

@media screen and (min-width: 1120px) {
  .video-container.is-sticky {
    transform: translateX(47%);
  }
}
@media screen and (min-width: 100px) {
  .video-container.is-sticky {
    transform: translateX(47%);
  }
}

@media (max-width: 800px) {
  .content-media__object {
    padding: 0px 0px;
  }
}



[class*='close-popvid-'] {
  color: #fff;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  border: 1px solid #fff;
  padding: 4px 6px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.774);
  cursor: pointer;
}

.close-popvid-classic:after {
  content: 'X';
}

.close-popvid-thin:after {
  content: '×';
}

.close-popvid-thick:after {
  content: '✖';
}



  /* -------------------   Embedded Objects Styling ---------------------
  --------------------------------------------------------------------*/
.container-objects-body-footer {
  padding: 0px 50px;
  width:100%;
  height: auto;
  display: block;
}
  
.icon-aporak-logo {
  float: right;
}
  
.container-objects-body, .container-objects-footer  {
  position: relative;
  width: 100%;
  height: auto;
}
  
  @media (max-width: 800px) {
    .container-objects-body-footer {
      padding: 0px 0px;
    }
  }
  
  
  /* ------------STYLING PRSENTATION NAVIGATION ---------- */
  
  .pageNav,
  .pageNum,
  .pageCnt {
    color:black;
  }
  
  /* -------------Styling Tooltips Annotation --------------------
  -------------------------------------------------------*/
  
.anno {
    color: inherit !important;
    font-style: italic;
    font-size: inherit;
    border-bottom: 1px dotted black;
    display: inline-block;
    line-height: 100%;
    text-decoration: none;
    cursor: pointer;
}
  

  /* STYLING IN LINE IMAGES */
.inlineImageContainer {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  margin:auto;
}
  
  
.inlineImageContainer,
.inlineImageWrapper {
  width: 100%;
}
  
.inlineImageWrapper {
  padding: 15px;
}

.inlineImageWrapper img {
  width: 100%;
  height: auto;
  display:block;
}

.inlineImageCaption,
.inlineImageCredit {
  width: 100%;
  padding:5px 30px;
}
  
@media only screen and (max-width: 600px) {
  .inlineImageWrapper {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inlineImageCaption,
  .inlineImageCredit {
  padding:5px 5px;
  }
  .inlineImageContainer {
    padding: 0px;
  }
}

.inlineImageCaption {
  font-size: 24px;
}
.inlineImageCredit {
  font-size: 12px;
}
  
.nonEditable {
    position:relative !important; 
}


/*---------------------------- Styling Table Design --------------------
----------------------------------------------------------------------- */
.tables-reports {
    height: auto;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}
  
@media (max-width: 800px) {
    .tables-reports {
      padding: 0px 0px;
    }
}

  /* responsive table */
  
@media screen and (max-width: 880px) {
  
    table th {
        padding: 8px 5px;
    }

    table tbody td {
      padding: 4px 5px;
    }

    table tfoot td {
    padding: 4px 5px;
  }

    table,  tbody {
    display: block;
    width: 100%;
  }
    thead {
    display: none;
  }
    table tr,  table th,  table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
    table tr {
    border-bottom: 1px solid #eee;
    padding-bottom: 0px;
    /*    margin-bottom: 20px; */
  }
    table th[data-title]:before,  table td[data-title]:before {
    content: attr(data-title) ":\00A0";
    font-weight: bold;
  }
    table td {
    border: none;
    margin-bottom: 0px;
    color: rgba(67, 77, 92, 0.9);
  }
    table td:empty {
    display: none;
  }
  table td:first-child {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 6px;
    color: rgb(52, 76, 107);
  }
  table td:first-child:before {
    content: '';
  }
    table tbody tr:hover {
    background-color: transparent;
  }
    table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }
}



  /* SCOCIAL MEDIA SHARE BUTTONS  */

.menu-button {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #E91E63;
    color: #FFFFFF;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22); */
    cursor: pointer;
    z-index: 1;
}

.menu-button.hover {
    background: #d81558;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.menu-button a {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    width: 0px;
    height: 0px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
}
.menu-button a:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.menu-button a:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #55acee;
}
.menu-button a:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #3B5998;
}
.menu-button a:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background:#4875B4;
}

.menu-button a:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background:#ff4301;
}

.menu-button a:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background:black;
}



.menu-button.hover a {
  opacity: 1;
  width: 40px;
  height: 40px;
}
.menu-button.hover a:nth-child(2) {
  right: -60px;
  bottom: -45px;
}
.menu-button.hover a:nth-child(2):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #3ea1ec;
}
.menu-button.hover a:nth-child(3) {
  right: -50px;
  bottom: 45px;
}

.menu-button.hover a:nth-child(3):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #3B5998;
}


.menu-button.hover a:nth-child(4) {
  right: -80px;
  bottom: 5px;
}
.menu-button.hover a:nth-child(4):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background:#4875B4;
}

.menu-button.hover a:nth-child(5) {
  right: -10px;
  bottom: -60px;
}


.menu-button.hover a:nth-child(5):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background:#ff4301;
}

.menu-button.hover a:nth-child(6) {
  right: 0px;
  bottom: 60px;
}

.menu-button.hover a:nth-child(6):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: black;
}



/* STYLING PAYWALL */

#paywall-wrapper {
  position: fixed;
  z-index: 100;
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
  background: none;
  background-color: transparent;
  overflow-y: scroll;
}

/* need to use media query to set size */

#text_body.blur-text p:not(:first-of-type) {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
}

#text_body.fade-out p:first-of-type {
 position: relative;
}

#text_body.fade-out p:first-of-type:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fafafa);
  background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), #fafafa);
  background: -moz-linear-gradient(to bottom, rgba(255,255,255,0), #fafafa);
  background: -o-linear-gradient(to bottom, rgba(255,255,255,0), #fafafa);
  background: -ms-linear-gradient(to bottom, rgba(255,255,255,0), #fafafa);
}


.article-meta-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .article-meta-data {
    flex-direction: column;
  }
}

.other-details {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
