﻿/* #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 */
/* #region DEFAULT STYLES */
.footer {
  background-color: #ddd;
  color: #FFF;
  padding: 0;
}
.footer .h2 {
  font-size: inherit;
  font-weight: 600;
  padding: 0 0 0.2em;
}
.footer a {
  color: #FFF;
  line-height: 2;
  text-decoration: none;
}
.footer ul {
  list-style-type: none;
}
.footer ul li {
  text-overflow: ellipsis;
  overflow: hidden;
}
.footer > div {
  background: #575756;
  padding: 4% 4%;
}
.footer > div section > ul li:first-child {
  position: relative;
  display: block;
  width: 100%;
}
.footer > div section > ul li:first-child:after {
  display: inline-block;
  font-family: 'icons';
  font-weight: normal;
  /*vertical-align: -0.10em;*/
  text-decoration: none;
  position: absolute;
  right: 0.2em;
  content: "\edc9";
}
.footer > div section > ul li:not(:first-child) {
  padding-left: 1em;
}
.footer > div section > ul li:not(:first-child) a {
  line-height: 1.8em;
}
.footer > div section > ul:not(.expanded) li:not(:first-child) {
  display: none;
}
.footer > div section > ul.expanded {
  margin-bottom: 1em;
}
.footer > div section > ul.expanded li:first-child:after {
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.footer > div section > ul.follow {
  display: none;
}
.footer .footerlinks {
  font-size: 0.9em;
  margin-top: 1.5em;
}
.footer .footerlinks > span {
  display: block;
  padding: 0.5em 0;
}
.footer .footerlinks ul.follow {
  float: right;
  font-size: 1.5em;
  padding: 0;
}
.footer .footerlinks ul.follow li {
  float: left;
}
.footer .footerlinks ul.follow li:last-child {
  margin-right: 0;
}
.footer .footerlinks ul.follow li .icon.newsletter:before,
.footer .footerlinks ul.follow li .icon.facebook:before {
  background: url(/Content/Images/social-icons-bg-footer.png) no-repeat;
  background-position: 2px 13px;
  background-size: 18px 19px;
}
.footer .footerlinks ul.follow li .icon.youtube:before {
  background: transparent;
  background: -webkit-radial-gradient(white 55%, transparent 50%) no-repeat;
  /* Safari 5.1-6.0 */
  background: -o-radial-gradient(white 55%, transparent 50%) no-repeat;
  /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(white 55%, transparent 50%) no-repeat;
  /* For Firefox 3.6-15 */
  background: radial-gradient(white 55%, transparent 50%) no-repeat;
  /* Standard syntax */
  background-position: 0px 12px;
  height: 27px;
}
.footer:not(.compact) .footerlinks {
  border-top: 1px solid #c2c2c1;
}
.footer .copyright:before {
  content: "\00a9";
  font-size: 1.6em;
  margin-right: 0.2em;
  vertical-align: text-top;
}
/* #endregion */
/* SMALL & MEDIUM SCREENS - specific styles (avoids the need to overwrite these styles for large screens) */
@media screen and (max-width: 650px) {
  .footer ul {
    margin-left: 0;
  }
  .footer .footerlinks {
    padding-top: 1em;
    position: relative;
    padding-bottom: 3em;
  }
  .footer .footerlinks > ul.ltr {
    margin-bottom: 1em;
  }
  .footer .footerlinks > ul.ltr li {
    float: left;
    margin-right: 1em;
    min-width: 130px;
  }
  .footer .footerlinks > ul.ltr:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer .footerlinks .copyright {
    position: absolute;
    bottom: 0;
  }
  .footer .footerlinks .copyright:before {
    vertical-align: middle;
  }
}
/* MEDIUM SCREENS */
@media screen and (min-width: 650px) {
  .footer {
    padding: 0;
  }
  .footer > div {
    padding: 1% 2% 0;
  }
  .footer > div > section {
    display: block;
    overflow: hidden;
    padding: 2% 0 2% 0;
  }
  .footer > div > section ul {
    float: left;
    margin: 0 2% 0 0;
    width: 31%;
  }
  .footer > div > section ul li:first-child:after {
    right: 2em;
  }
  .footer > div > section ul li:not(:first-child) {
    padding-left: 0;
  }
  .footer > div > section ul:nth-child(4),
  .footer > div > section ul:nth-child(7) {
    clear: left;
  }
  .footer > div > section:nth-child(2) > ul:last-of-type {
    width: 35%;
  }
  .footer:not(.compact) .footerlinks {
    padding: 0 0 2% 0;
  }
  .footer .footerlinks {
    clear: both;
    font-size: 15px;
    letter-spacing: 0.5px;
    overflow: hidden;
  }
  .footer .footerlinks > span {
    float: left;
    /*font-weight: normal;*/
  }
  .footer .footerlinks > ul {
    padding: 0.5em 0;
  }
  .footer .footerlinks > ul.ltr {
    margin: 0 0 1em 0;
  }
  .footer .footerlinks > ul.ltr li a {
    padding: 0 0.5em;
  }
  .footer .footerlinks > ul.ltr li:first-child a {
    padding-left: 0;
    border-left: 0;
  }
}
/* LARGE SCREENS */
@media screen and (min-width: 900px) {
  .footer a {
    line-height: 1.5em;
  }
  .footer a:hover {
    color: #FFF;
    text-decoration: underline;
  }
  .footer a:active {
    text-decoration: none;
  }
  .footer > div section {
    padding-top: 4%;
  }
  .footer > div section ul li:first-child:after {
    display: none;
  }
  .footer > div section ul li:not(:first-child) {
    display: block !important;
  }
  .footer > div section ul:nth-child(4),
  .footer > div section ul:nth-child(7) {
    clear: left;
  }
  .footer > div section ul:nth-child(n+4) {
    margin-top: 2em;
  }
  .footer > div section ul:last-child {
    width: auto;
  }
  .footer > div section ul .icon.newsletter:before,
  .footer > div section ul .icon.facebook:before {
    background: url(/Content/Images/social-icons-bg-footer.png) no-repeat;
    background-position: 2px 6px;
    background-size: 12px 14px;
  }
  .footer > div section ul .icon.youtube:before {
    background: transparent;
    background: -webkit-radial-gradient(white 55%, transparent 50%) no-repeat;
    /* Safari 5.1-6.0 */
    background: -o-radial-gradient(white 55%, transparent 50%) no-repeat;
    /* For Opera 11.6-12.0 */
    background: -moz-radial-gradient(white 55%, transparent 50%) no-repeat;
    /* For Firefox 3.6-15 */
    background: radial-gradient(white 55%, transparent 50%) no-repeat;
    /* Standard syntax */
    background-position: 0px 7px;
    height: 17px;
  }
  .footer > div section ul.follow {
    display: block;
  }
  .footer .footerlinks .follow {
    display: none;
  }
}
/* LARGE SCREENS PART 3*/
@media screen and (min-width: 960px) {
  .footer .footerlinks .ltr {
    float: right;
  }
}
/* LARGE SCREENS PART 2*/
@media screen and (min-width: 990px) {
  .footer > div section ul {
    width: 18%;
  }
  .footer > div section ul:nth-child(4),
  .footer > div section ul:nth-child(7) {
    clear: none;
  }
  .footer > div section ul:nth-child(6) {
    clear: left;
  }
  .footer > div section ul:nth-child(n+4) {
    margin-top: 0;
  }
  .footer > div section ul:nth-child(n+6) {
    margin-top: 2em;
  }
}