﻿/* #region ASIDE */
/*
aside-regular: used for regular blocks of aside info
aside-accent : used for block of aside info with extra attention, use once per page
*/
/* #region GREY LAYOUT */
/* new */
/* old -- still in use! */
/* #endregion */
/* #region BRAND COLORS */
/* for reference: old colors are behind every value in comments */
/*#0A665A;*/
/*#4AA89B;*/
/*#92CBC3;*/
/*#C6E2DE;*/
/*#DBEEEB;*/
/*#EBF7F5;*/
/*#D46124;*/
/*#FB9860;*/
/*#FDC19F;*/
/*#FEEADF;*/
/*#004878;*/
/*#4086B6;*/
/*#8CB6D3;*/
/*#D9E7F1;*/
/*#0084BD;*/
/*#40B7EA;*/
/*#8CD4F2;*/
/*#D9F1FB;*/
/*#A82623;*/
/*#DA6260;*/
/*#E9A19F;*/
/*#F8E0DF;*/
/*#71A133;*/
/*#AAD56F;*/
/*#CCE6A8;*/
/*#EEF7E2;*/
/*#D99800;*/
/*#FFC740;*/
/*#FFDD8C;*/
/*#FFF4D9;*/
/*#7A407A;*/
/*#B97FB9;*/
/*#D5B2D5;*/
/*#F1E6F1;*/
/*#A10541;*/
/*#D4447D;*/
/*#E58FB1;*/
/*#F7DAE5;*/
/* #endregion */
/* #region OTHER BRAND'S COLORS */
/* #endregion */
/* SEARCH COLORS */
aside {
  float: right !important;
}
aside p {
  display: block;
}
aside > div:last-of-type {
  border-bottom: none;
}
.aside-regular,
.aside-accent {
  overflow: hidden;
  padding-bottom: 1.5em;
  margin: 0;
}
.aside-regular h3,
.aside-accent h3 {
  padding: 0 0 5px 0 !important;
}
.aside-regular,
.aside-ad {
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0 1em 0;
}
.aside-regular li.more a {
  text-decoration: underline;
}
.aside-accent {
  background-color: #FA752B;
  color: #fff !important;
  /*clear: both;*/
  overflow: hidden;
  padding: 1em 1em 1.5em;
  position: relative;
}
.aside-accent:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 60px solid #FA752B;
  border-right: 60px solid #fff;
  width: 0;
}
.aside-ad {
  text-align: center;
}
.ad {
  display: inline-block;
  max-width: 300px;
  text-align: center;
}
.ad-subtitle {
  color: #818180;
  font-size: .9em;
  line-height: .1em;
  text-transform: lowercase;
  vertical-align: top;
}
.ad-leaderboard {
  float: none !important;
  display: block;
  width: 100% !important;
  margin-bottom: 1em;
}
/* exceptions to make block-content white */
.aside-accent a {
  color: #fff !important;
}
.aside-accent .linklist li:before {
  border-color: transparent #fff;
}
/* content specific*/
.aside-lessen {
  display: block;
  float: right;
  width: 30%;
}
.aside-lessen:before {
  color: #0E8B7A;
  display: inline-block;
  font-size: 5em;
  margin-top: .3em;
}
/* #endregion */
/* LARGE SCREENS */
@media screen and (min-width: 900px) {
  /* #region ^ ASIDE */
  aside {
    margin-top: 0 !important;
  }
  /* #endregion */
}
@media screen and (min-width: 600px) and (max-width: 900px) {
  /* #region ^ ASIDE */
  .aside-accent,
  .aside-regular,
  .aside-ad {
    border-bottom: none;
    display: inline-block;
    float: left;
    margin: 0 3% 0 0;
    width: 46%;
    vertical-align: top;
  }
  .aside-accent {
    width: 45%;
  }
  aside > div:nth-child(1),
  aside > div:nth-child(2) {
    border-bottom: 1px solid #E6E6E6;
    min-height: 300px;
    padding-bottom: 0;
    margin-bottom: 1em;
  }
  aside div:nth-child(even) {
    margin-right: 0;
  }
  .aside-accent:nth-child(3),
  .aside-regular:nth-child(3),
  .aside-ad:nth-child(3) {
    clear: left;
  }
  .aside-regular .linkbutton {
    bottom: 0;
    margin-bottom: 1em;
  }
  /* #endregion */
}