/* =====
   FONTS
   ===== */

@font-face {
  font-family: 'Gotham Bold';
  src: url('./fonts/Gotham-Bold.eot');
  src:
    url('./fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Gotham-Bold.woff') format('woff'),
    url('./fonts/Gotham-Bold.ttf') format('truetype'),
    url('./fonts/Gotham-Bold.svg#gothamregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Medium';
  src: url('./fonts/Gotham-Medium.eot');
  src:
    url('./fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Gotham-Medium.woff') format('woff'),
    url('./fonts/Gotham-Medium.ttf') format('truetype'),
    url('./fonts/Gotham-Medium.svg#gothamregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('./fonts/gotham-book.eot');
  src:
    url('./fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
    url('./fonts/gotham-book.woff') format('woff'),
    url('./fonts/gotham-book.ttf') format('truetype'),
    url('./fonts/gotham-book.svg#gothambookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('./fonts/gotham-exlight.eot');
  src:
    url('./fonts/gotham-exlight.eot?#iefix') format('embedded-opentype'),
    url('./fonts/gotham-exlight.woff') format('woff'),
    url('./fonts/gotham-exlight.ttf') format('truetype'),
    url('./fonts/gotham-exlight.svg#gothamexlightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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,
font,
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 {
  margin: 0;
  padding: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family:
    Gotham Book,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

.full-width-wrapper {
  width: 100%;
  background-color: #e8e9ea;
}

.content-wrapper {
  padding-left: 7.5%;
  padding-right: 7.5%;
  max-width: 1270px;
  margin: 0px auto;
  display: block;
  overflow: hidden;
}

h1 {
  font-family: 'Gotham Book';
  text-transform: uppercase;
  color: #a60003;
  line-height: 1;
}

h2 {
  font-family: 'Gotham Medium';
  color: #a60003;
  line-height: 1;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlights img {
  width: 100%;
  background-color: transparent;
}

.highlights h3 {
  display: block;
  font-size: 25px;
  color: #a60003;
  margin: 20px 0 10px;
  font-family: 'Gotham Book';
  line-height: 1;
  alignment: left;
}

.highlights p {
  font-family: 'Gotham Book';
  font-size: 16px;
  color: #222;
}

.aboutCaseStudiesWrapHeader {
  float: left;
  width: calc(100% - 40px);
}

.aboutCaseStudiesImage {
  margin-right: 12px;
  width: 28px;
  float: left;
}

.aboutCaseStudiesWrapHeader > h1 {
  font-size: 20px;
  color: #a60003;
  line-height: 28px;
  margin-top: -6px;
  font-family: 'Gotham Medium';
}

.aboutCaseStudiesWrapDescription {
  float: left;
  width: 100%;
  padding-top: 5px;
}

.aboutCaseStudiesWrapDescription > p {
  line-height: 26px;
  border: 0px;
  font-size: 16px;
  font-family: 'Gotham Book';
}

.aboutCaseStudiesWrapLink {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 50px;
}

.aboutCaseStudiesLastLink {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 6px;
}

.aboutTestimonialSource {
  /*float: left;*/
  width: calc(100% - 40px);
  height: 20px;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 35px;
  font-style: italic;
  font-size: 16px;
  font-family: 'Gotham Book';
}

.aboutTestimonialsQuote {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}

.aboutTestimonialsQuote > p {
  line-height: 26px;
  border: 0px;
  font-size: 16px;
  font-family: 'Gotham Book';
}

.aboutTestimonialsImage {
  margin-right: 12px;
  width: 28px;
  float: left;
  padding-bottom: 35px;
}

.boxlink {
  border: 1px solid #a60003;
  padding: 6px;
  background-color: transparent;
  font-family: 'Gotham Medium';
  color: #a60003 !important;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  font-weight: normal !important;
}

.boxlink:hover {
  border: 1px solid #a60003;
  padding: 6px;
  background-color: #a60003;
  font-family: 'Gotham Medium';
  color: #ffffff !important;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-top: 20px;
  font-weight: normal !important;
}

.validation-message-success {
  clear: both;
  font-family: 'Gotham Book';
  font-size: 18px;
  padding-top: 20px;
}

.validation-message-success h3 {
  text-transform: uppercase;
}

.validation-message-error {
  clear: both;
  font-family: 'Gotham Book';
  font-size: 18px;
  color: #a60003;
  text-transform: uppercase;
  padding-top: 20px;
}

.content-wrapper > p > b {
  color: #222222;
  line-height: 2;
  font-family: 'Gotham Bold';
}

.content-wrapper a {
  color: #a60003 !important;
}

.content-wrapper a:hover {
  color: #a60003;
  text-decoration: underline;
}

.right-column-content ul {
  list-style-type: none;
  padding-top: 10px;
}

.content-wrapper hr {
  width: 100px;
  height: 6px;
  background-color: #a60003;
  margin: 40px auto;
  border: 0px;
}

.right-column-content ul li {
  font-family: 'Gotham Book';
  font-size: 16px;
  background-image: url('../images/red-dotted-arrow.png');
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding-left: 20px;
  vertical-align: top;
}

.error-content h2 {
  font-size: 36px !important;
  font-family: 'Gotham Bold';
  color: #a60003;
  line-height: 1.4;
  padding-bottom: 17px !important;
}
