
/***************************************************
##################   Global styles   ##############
***************************************************/
html {
  background-color: #362F32;
}

body {
  background-color: #FFFFFF;
}

h1,
h2,
h3 {
    color: #362f32;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1em;
}

h1 {
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    line-height: 32px;
}

h3 {
    font-size: 20px;
    line-height: 28px;
}

h4 {
    font-size: 16px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
}

p {
  font-size: 14px;
  line-height: 20px;
  color: #6C6165;
}

ol,
ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

ol ol,
ul ul {
    margin-top: 5px;
}

ol ol li,
ul ul li {
  padding-left: 0;
  margin-left: -25px;
}

ol li,
ul li {
  font-size: 14px;
  line-height: 20px;
  color: #6C6165;
}
ol li a,
ul li a {
    color: #AC8117;
    text-decoration: none;
}
ol li a:hover,
ul li a:hover {
    color: #7F5F11;
}

/* Header */

.dc-header {
  background-color: #362F32;
  padding: 20px 0;
}

.dc-header .dc-logo {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.dc-header .dc-logo a {
  max-width: 195px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.dc-header .dc-logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 60em) {
  .dc-header {
    border-bottom: 1px solid #8D8788;
  }
}

/* Footer */

.dc-footer {
  padding-top: 30px;
  padding-bottom: 80px;
  color: #FFFFFF;
  background-color: #362F32;
  position: relative;
  clear: both;
}

.footer__content-dc {
  font-size: 14px;
}

.footer__content-dc p {
  color: #fff;
  font-size: 13px;
}

.footer__content-dc ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer__content-dc li {
  font-size: 13px;
  display: block;
  vertical-align: middle;
  margin-bottom: 5px;
  padding-left: 0 !important;
  background: none !important;
}

.footer__content-dc a {
  color: #CFB677;
}

.footer__content-dc a:hover {
  color: #AD8B32;
}

@media print, screen and (min-width: 40em) {
  .dc-footer {
    padding-bottom: 30px;
  }

  .footer__content-dc p {
    margin: 0;
  }

  .footer__content-dc ul {
    margin-top: 5px;
  }

  .footer__content-dc li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0;
  }
}


/* Distributors lists a-z */
.twinings__location-container {
  margin-bottom: 15px;
}

.twinings__location-container .twinings__location {
  margin: 0 auto;
  border-top: 5px solid #CFB677;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  overflow: hidden;
}

.twinings__location-container .twinings__location:last-child {
  border-bottom: 5px solid #CFB677;
}

.twinings__location-title {
  position: relative;
  cursor: pointer;
}

.twinings__location-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 15px;
  margin-top: -5px;
  background-image: url("../img/dc-site/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.twinings__location.is-visible .twinings__location-title::after {
  background-image: url("../img/dc-site/arrow-up.svg");
}

.twinings__location-list {
  display: none;
}

.twinings__location.is-visible .twinings__location-list {
  display: block;
}

.twinings__location .location__title {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.twinings__location .dc-location__areas {
  margin-left: 0;
  padding-left: 0;
}

.twinings__location .dc-location__areas li {
  width: 48%;
  font-size: 16px;
  color: #FFFFFF;
  float: left;
  display: inline-block;
  margin-right: 1.5%;
  line-height: 30px;
}

.twinings__location .dc-location__areas li a {
  color: #FFFFFF;
  text-decoration: none;
}

.twinings__location .dc-location__areas li a:hover {
  text-decoration: underline;
}

.twinings__location .dc-location__areas li.full-width {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .twinings__location-container {
    margin-left: -10px;
    margin-right: -10px;
  }

  .twinings__location-container .twinings__location {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 6px;
    padding-top: 22px;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: top;
  }

  .twinings__location-container .twinings__location:last-child {
    border-bottom: none;
  }

  .twinings__location-title {
    cursor: text;
    font-size: 24px;
  }

  .twinings__location-title .location__title {
    font-size: 24px;
  }

  .twinings__location-title::after {
    display: none;
  }

  .twinings__location-list {
    display: block;
  }
}

@media print, screen and (min-width: 60em) {
  .hero__description-dc {
    max-width: 1320px;
  }

  .twinings__location-container .twinings__location {
    width: calc(25% - 20px);
    padding-top: 22px;
    padding-bottom: 30px;
  }
}

/* Signature range product carousel styles */
.dc-signature-range {
  position: relative;
  border-top: 0;
  background: #FFFFFF;
  margin-bottom: 0;
}

.dc-signature-range .content {
  width: 100%;
  padding: 0 0 30px;
  display: block;
  clear: both;
}

.signature-range__title {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}

.signature-range__copy {
  font-size: 14px;
  line-height: 17px;
  color: #6C6165;
  text-align: center;
  margin-bottom: 15px;
}

.dc-signature-range .content .product__title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  color: #362F32;
}

.dc-signature-range .content .hr {
  height: 1px;
  width: 200px;
  display: block;
  margin: 0 auto 15px;
  padding: 0;
  background: #E6E2DF;
}

.dc-signature-range .content .product__dets {
  font-size: 14px;
  color: #362F32;
}

.dc-signature-range .content .med {
  font-weight: bold;
}

.product-slider .slick-slide span {
  text-align: center;
}

@media print, screen and (min-width: 40em) {

  .dc-signature-range .signature-range__title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 10px;
    text-align: center;
  }
  .signature-range__copy {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 30px;
  }

  .dc-signature-range {
    width: 100%;
    border-top: 5px solid #E6E2DF;
    background: #F9F8F6;
  }

  .dc-signature-range .content {
    padding: 0 0 30px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .dc-signature-range .content .product__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
  }

  .dc-signature-range .content .hr {
    margin: 0 0 15px;
  }

  .product-slider .slick-slide span {
    text-align: left;
  }
}

@media print, screen and (min-width: 60em) {
  .dc-signature-range {
    border-bottom: 1px solid #E6E2DF;
    max-width: 1320px;
  }

  .signature-range__title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 75em) {
  div.hero.is-dc-heading {
    padding-bottom: 340px;
  }

  .free-content .dc-signature-range {
    margin-top: -300px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .dc-signature-range .content {
    width: 100%;
  }
}

@media print, screen and (min-width: 82.5em) {
  .dc-signature-range {
    border-left: 1px solid #e6e2df;
    border-right: 1px solid #e6e2df;
    margin-bottom: 60px;
  }
}

/***************************************************
###############    Home page styles   ##############
***************************************************/

.site-width.dc {
  min-height: 400px;
  position: relative;
  z-index: 1;
  padding: 35px 110px 40px;
  border-top: 5px solid #E6E2DF;
  background: #ffffff;
}

.hero.is-dc-heading {
  position: relative;
  padding-top: 0;
  background: #4B4447;
}

.hero.is-dc-heading .hero__content__inner {
  width: 100%;
  padding: 0 0 30px;
  background-color: transparent;
}

.hero__content-dc {
  position: relative;
  padding-top: 35px;
  font-size: 13px;
  text-align: center;
  z-index: 1;
}

.hero__content__inner {
  background: transparent;
}

.hero__heading {
  color: #ffffff;
  font-size: 30px;
  line-height: 34px;
  text-transform: inherit;
  margin-bottom: 8px;
  padding-bottom: 0;
}

.hero__heading:after {
  display: none;
}

.hero__sub-heading {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  text-transform: inherit;
  width: 100%;
  margin: 0 auto 20px;
}

.hero__description-dc {
  width: 100%;
  display: block;
  clear: both;
}

.hero__additional__info-dc {
  width: 100%;
  display: none;
  clear: both;
  padding-bottom: 15px;
  color: #ffffff;
}

.hero__additional__info-dc p {
  color: inherit;
}

/**/

@media print, screen and (min-width: 40em) {
  .hero__heading {
    font-size: 34px;
    line-height: 40px;
  }

  .hero__sub-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .hero__content-dc {
    padding-top: 50px;
  }

  .hero__sub-heading {
    width: 90%;
    margin: 0 auto 45px;
  }

  .hero.is-dc-heading {
    padding-top: 0;
    margin-bottom: 0;
  }

  .hero__additional__info-dc {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cfb677;
  }

  .hero__additional__info-dc p {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 60em) {
  .hero__heading {
    font-size: 34px;
    line-height: 40px;
  }

  .hero__sub-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .hero__content-dc {
    padding-top: 0;
  }

  .hero__sub-heading {
    width: 60%;
    margin: 0 auto 45px;
  }

  .hero.is-dc-heading {
    padding-top: 50px;
    padding-bottom: 40px;
    background: #4B4447 url('/static/build/dotcom/img/dc-site/hero.jpg') no-repeat center;
    background-size: cover;
  }

  .hero.is-dc-heading .hero__content__inner {
    padding-bottom: 0;
  }

  .hero__additional__info-dc {
    display: block;
    color: #ffffff;
    overflow: hidden;
    padding-bottom: 0;
  }

  .hero__additional__info-dc p {
    margin: 0;
    max-width: none;
  }

  .hero__additional__info-dc .left-side {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
    font-size: 15px;
    color: #ffffff;
  }

  .hero__additional__info-dc .right-side {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: right;
  }

  .hero__additional__info-dc .right-side .account-index__item__cta {
    margin-top: 0;
  }
}

/***************************************************
########   Global Distributors page styles  ########
***************************************************/

.site-width.dc-distributors {
  display: block;
  clear: both;
}
.site-width.dc-distributors .content {
  padding-left: 15px;
  padding-right: 15px;
}

.site-width.dc-distributors .page__intro {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-width.dc-distributors .page__intro .page__heading {
  font-size: 30px;
  line-height: 34px;
  color: #362F32;
  text-align: center;
}
.site-width.dc-distributors .page__intro p {
  font-size: 18px;
  line-height: 24px;
  color: #362F32;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Solomon', sans-serif;
}


.distributors-list {
  display: block;
  clear: both;
  padding-top: 50px;
  margin-left: -10px;
  margin-right: -10px;
}
.distributors-list .location__heading {
  font-size: 24px;
  font-family: "Solomon", sans-serif;
  line-height: 28px;
  text-transform: uppercase;
  color: #362F32;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 23px;
  border-top: 1px solid #CFB677;
}
.distributors-list .location__holder {
  width: 100%;
  margin: 0 -4px 20px 0;
  display: inline-block;
  border-top: 5px solid #CFB677;
  padding-top: 20px;
  text-align: left;
}
.distributors-list .location__holder .location__title {
  color: #362F32;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Solomon', sans-serif;
}
.distributors-list .location__holder p {
  font-size: 16px;
  line-height: 24px;
  color: #6C6165;
}
.distributors-list .location__holder p a {
  text-decoration: none;
  word-break: break-word;
  color: #AC8117;
}


.twinings__distributors__list .location__heading {
  font-size: 24px;
  font-family: "Solomon", sans-serif;
  line-height: 28px;
  text-transform: uppercase;
  color: #362F32;
  margin-top: 0;
  margin-bottom: 0;
}
.twinings__distributors__list .dc-location__areas {
  width: 100%;
  display: block;
  padding-left: 0;
  margin-bottom: 30px;
}

.twinings__distributors__list .dc-location__areas li {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
  font-size: 14px;
  color: #AC8117;
  padding-left: 0 !important;
  background: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media screen and (min-width: 40em) {

  .site-width.dc-distributors .page__intro {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .site-width.dc-distributors .page__intro .page__heading {
    font-size: 42px;
    line-height: 42px;
  }
  .site-width.dc-distributors .page__intro p {
    font-size: 22px;
    line-height: 30px;
  }

  .twinings__distributors__list .dc-location__areas li {
    width: 31%;
    font-size: 14px;
    line-height: 30px;
  }

  .distributors-list .location__holder {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 6px;
    vertical-align: top;
    padding-top: 20px;
  }

}

@media screen and (min-width: 60em) {

  .site-width.dc-distributors .page__intro {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .site-width.dc-distributors .page__intro .page__heading {
    font-size: 42px;
    line-height: 42px;
  }
  .site-width.dc-distributors .page__intro p {
    font-size: 22px;
    line-height: 30px;
  }

  .twinings__distributors__list .dc-location__areas li {
    width: 15%;
  }

  .site-width.dc-distributors .distributors-list .location__holder {
    width: calc(33.333% - 20px);
  }
}

@media screen and (min-width: 68.75em) {

  .site-width.dc-distributors .page__intro {
    width: 70%;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .site-width.dc-distributors .page__intro .page__heading {
    font-size: 42px;
    line-height: 42px;
  }
  .site-width.dc-distributors .page__intro p {
    font-size: 22px;
    line-height: 30px;
  }

  .twinings__distributors__list .dc-location__areas li {
    width: 11%;
    font-size: 16px;
    font-size: 16px;
    line-height: 24px;
    line-height: 24px;
  }

  .distributors-list .location__holder {
    width: calc(25% - 20px);
  }
}



/***************************************************
##############    Contact page styles   ############
***************************************************/

.dc-contact .page__intro {
  width: 85%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
}

.dc-contact .page__intro p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  color: #362F32;
  text-align: center;
  font-family: 'Solomon', sans-serif;
}

.dc-contact .page__heading {
  font-size: 32px;
  line-height: 32px;
  color: #362F32;
  text-align: center;
}

.dc-contact__form {
  width: 95%;
  margin: 0 auto;
}

.dc-contact__form .form-grp__required {
  font-size: 15px;
  font-weight: bold;
  color: #362F32;
}

.dc-contact__form .form-grp__msg {
  padding-left: 22px;
  padding-top: 2px;
}

.dc-contact__form .select {
  width: 100%;
}

.dc-contact__form .form-ctrl {
  margin-top: 38px;
  margin-bottom: 100px;
  float: right;
}

@media print, screen and (min-width: 40em) {
  .dc-contact .page__intro {
    width: 65%;
  }

  .dc-contact .page__intro p {
    font-size: 22px;
    line-height: 30px;
  }

  .dc-contact .page__heading {
    font-size: 42px;
    line-height: 42px;
  }

  .dc-contact__form {
    width: 90%;
  }
}


/***************************************************
#######   Contact Confirmation page styles   #######
***************************************************/

.contact-confirmation .dc-contact .page__intro {
  padding-bottom: 70px;
}
.contact-confirmation .hero.is-dc-heading {
  position: relative;
  display: block;
  min-height: 640px;
  margin-bottom: 0;
  overflow: hidden;
}



/***************************************************
#######   Contact Confirmation page styles   #######
***************************************************/

.dc-standard {

}
.dc-standard .content {
  padding: 70px 0 50px;
}

.dc-standard h1 {
  font-size: 32px;
  line-height: 32px;
  color: #362F32;
}
