/* TCI Media Kit CSS */

body {
  background: #fff;
  font: 18px/21px 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #141617;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: 'Nunito Sans', Sans-serif !important;
  color: #141617;
  font-size: 16px;
}

.container {
  background: #e5e5e5;
  border: 1px solid #022170;
  top: 10px !important;
}

.header {
  margin: 20px 0;
  text-align: left;
}

.header p {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  padding: 20px 0;
  color: #022170;
  line-height:1.2em;
}

.tci-media img {
    width: 50%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}

.drg-element-type-standard-field .questionlabel, .drg-element-type-demographic .questionlabel {
  font-weight: 400;
  padding-bottom: 5px;
}

.spanc22 .drg-element-type-demographic, .spanc23 .drg-element-type-demographic, .spanc35 .drg-element-type-demographic {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 12px 24px;
  width: 50%;
}

.spanc4 ul {
  margin-top: 20px;
}

p#p4 {
  display: none;
}

p#p5 {
  margin: 5px;
}

div#pp7 {
  margin: 0;
}

#p8 {
  padding-top: 0;
}

#p10 {
  padding-bottom: 20px;
}

p.newsletters {
  font-weight: 700;
  margin: 10px 0 0 0;
}

.drg-element-type-product {
  margin: 5px 0 !important;
}

div.button {
  text-align: left;
}

.confirmation {
  text-align: center;
}

p.confirmation-header {
  font-size: 20px;
  font-weight: 700;
}

input[type="text"], select {
  background: #ffffff;
  border: 1px solid #022170;
  border-radius: 0px;
  height: 40px;
  padding: 8px 15px;
  font-weight: 400;
  color: #141617;
  font-size: 16px;
}

input[type="submit"], 
.download_kit {
  font-family: 'Nunito Sans', Sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  background: #022170;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  padding: 13px 29px 13px 29px;
  margin: 20px 0px;
}

input[type="submit"]:hover,
.download_kit:hover {
  background: #ffffff;
  border: 2px solid #022170;
  color: #022170;
}

.addresslabel {
  margin-bottom: 0px;
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0px 18px 18px 0px;
}

@media only screen and (min-width: 1280px) {
  .addresslabel {
    display: inline-block;
    padding: 0px 18px 18px 0px;
    width: 50%;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .addresslabel {
    display: inline-block;
    padding: 0px 18px 18px 0px;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .addresslabel {
    display: inline-block;
    padding: 0px 18px 18px 0px;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .addresslabel {
    display: inline-block;
    padding: 0px 18px 18px 0px;
    width: 50%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .addresslabel {
    display: inline-block;
    padding: 0px 18px 18px 0px;
    width: 100%;
  }
}
