@charset "UTF-8";

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/wp-content/themes/redwolf-security-inc/fonts/slick.eot");
  src: url("/wp-content/themes/redwolf-security-inc/onts/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/redwolf-security-inc/fonts/slick.woff") format("woff"), url("/wp-content/themes/redwolf-security-inc/fonts/slick.ttf") format("truetype"), url("/wp-content/themes/redwolf-security-inc/fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: relative;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 60px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  margin-left: -4px;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px;
  height: 9px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 24px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: #cd212e;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: left;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 0px;
}


.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}


.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f9af4a;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}


.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}


.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}


.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}


.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}


.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}


.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}


.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}


.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}


.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}


.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}


.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


*:focus {
  outline: 0;
}

.animateOff {
  position: absolute;
  left: 0%;
  top: 0%;
}


.animatePrevious {
  opacity: 0;
  top: -50%;
}


.animateCurrent {
  opacity: 1;
  top: 0%;
}


.animateNext {
  opacity: 0;
  top: 100%;
}


.offCanvasIn {
  left: 30%;
}


.offCanvasOut {
  left: 0;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  60% {
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  60% {
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  60% {
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  60% {
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    right: -110%;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@-moz-keyframes inFromRight {
  from {
    opacity: 0;
    right: -110%;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@-o-keyframes inFromRight {
  from {
    opacity: 0;
    right: -110%;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@keyframes inFromRight {
  from {
    opacity: 0;
    right: -110%;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

/* 0, 480px */
/* 480, 600px */
/* 601, 840px */
/* 769px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */

/***********************************************************************

    Single Column Row

************************************************************************/

.one-column-bucket {
  vertical-align: top;
  margin-bottom: 0px;
  margin-left: 2%;
  margin-right: 2%;
  width: 95%;
}

@media (max-width: 768px) {
  
  .one-column-bucket {
    vertical-align: top;
    margin-left: 5% !important;
    margin-right: 5%;
    width: 90%;
  }
}

/***********************************************************************

    Two Column Row

************************************************************************/

.two-column-bucket {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 2%;
  width: 45%;
}


.two-column-bucket-70 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 5%;
  width: 60%;
}


.two-column-bucket-30 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 5%;
  width: 24%;
}


.two-column-bucket-60 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: -20px;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 5%;
  width: 52%;
}


.two-column-bucket-40 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 5%;
  width: 34%;
}


.flush {
  margin: 0;
  width: 32%;
}

@media (max-width: 48em) {
  
  .two-column-bucket,
  .two-column-bucket-60,
  .two-column-bucket-40 {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}
@media (max-width: 37.5em) {
  
  .two-column-bucket-70,
  .two-column-bucket-60,
  .two-column-bucket-30,
  .two-column-bucket-40 {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}
/***********************************************************************

    Three Column Row

************************************************************************/

.three-column-bucket {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2%;
  margin-right: 4%;
  width: 26%;
}


.three-column-bucket.equal {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 0%;
  width: 33.3%;
}


.three-column-bucket.left {
  margin-left: 2%;
  margin-right: 4%;
}


.three-column-bucket.center {
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 0;
  margin-right: 0;
}


.three-column-bucket.right {
  margin-left: 2%;
  margin-right: 2%;
  width: 30%;
}

@media (max-width: 768px) {
  
  .three-column-bucket {
    margin-top: 0px;
    margin-left: 7%;
    margin-right: 7%;
    width: 90%;
  }

  
  .three-column-bucket.left {
    margin-bottom: 30px;
    margin-left: 5%;
    margin-right: 5%;
  }

  
  .three-column-bucket.center {
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 0;
    margin-right: 0;
  }

  
  .three-column-bucket.right {
    margin-bottom: 0px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}
/***********************************************************************

    Colors

************************************************************************/

.white {
  color: #fff;
}


.black {
  color: #000;
}


.red {
  color: #c92032;
}


.lightgrey {
  color: #E5E6E7;
}


.grey {
  color: #58585B;
}


.darkgrey {
  color: #333;
}


.background-white {
  background-color: #fff;
}


.background-black {
  background-color: #000;
}


.background-red {
  background-color: #c92032;
}


.background-darkred {
  background-color: #a61924;
}


.background-lightgrey {
  background-color: #E5E6E7;
}


.background-home3grey {
  background-color: #CDCED0;
}


.background-midgrey {
  background-color: #7C7E80;
}


.background-grey {
  background-color: #58585B;
}


.background-darkgrey {
  background-color: #333;
}


::selection {
  background-color: #d5dce7;
}


::-moz-selection {
  background-color: #d5dce7;
}

/***********************************************************************
Settings

	_reset.scss contains:
	- base default styling for tags, all elements have been reset to a base font size.
	- the base font-size of 100% (1em = 16px on most browsers - see: http://zellwk.com/blog/rem-vs-em/)
************************************************************************/
/***********************************************************************

	Reset

************************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


body {
  line-height: 1;
}


html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  font-size: 125%;
  background-color: #fff;
}


body {
  font-size: 50%;
  color: #4d4d4d;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, section {
  display: block;
}


nav ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}


a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}


ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}


mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}


del {
  text-decoration: line-through;
}


abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #e4e0e0;
  margin: 20px auto 20px auto;
  padding: 0;
  clear: both;
}


hr.contentSeparator {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e4e0e0;
  margin: 40px auto 40px auto;
  padding: 0;
  clear: both;
}


hr.titleSeparator {
  width: 10%;
}


input, select {
  vertical-align: middle;
}

/***********************************************************************

	Base Tag Styling

************************************************************************/

h1 {
  font-size: 5.6em;
  font-weight: 300;
}
@media (max-width: 60em) {
  
  h1 {
    font-size: 5em;
    line-height: 1.24444em;
  }
}
@media (max-width: 52.5em) {
  
  h1 {
    font-size: 3.4em;
    line-height: 1.24444em;
  }
}


h2 {
  font-size: 5em;
  line-height: 2em;
  font-weight: 300;
}


h3 {
  font-size: 2.2em;
  line-height: 0.88em;
  font-weight: 500;
}


h4 {
  font-size: 2em;
  line-height: 1.76em;
  font-weight: 700;
}


h5 {
  font-size: 1.6em;
  font-weight: 700;
}


p {
  font-size: 1.8em;
  line-height: 1.62em;
  font-weight: 400;
  margin-top : 10px !important;
  margin-bottom: 10px !important;
}

p.lead-copy {
  color: #58585B;
  line-height: 1.1em;
  margin: 0 auto;
  width: 80%;
  font-size: 3.3em;
}


blockquote {
  font-size: 1.6em;
  line-height: 1.44em;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 60em) {
  
  blockquote {
    line-height: 1.76em;
  }
}


cite {
  font-size: 1.6em;
  line-height: 1.44em;
  font-weight: 400;
}
@media (max-width: 60em) {
  
  cite {
    line-height: 1.76em;
  }
}


strong {
  font-weight: 500;
}


.link {
  color: #348ac3;
  text-decoration: none;
}

.link:hover {
  color: #eb636a;
}

/***********************************************************************

    Structure

************************************************************************/
.mainContent {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: visible;
  padding: 0 0px;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clear, .clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/* DO NOT EDIT THIS */
/* THESE ARE USELESS */
/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
/***********************************************************************

    Horizontal Rules

************************************************************************/
hr.dark-grey {
  border: 0;
  height: 0;
  border-top: 2px solid #3e3e3e;
  width: 100%;
}

hr.light-grey {
  border: 0;
  height: 0;
  border-top: 2px solid gainsboro;
  width: 100%;
}

hr.white {
  border: 0;
  height: 0;
  border-top: 2px solid white;
  width: 100%;
}

hr.titleSeparator {
  width: 10%;
}

hr.titleSeparatorGold {
  width: 10%;
  border-top: 2px solid #c8ba6f;
}

/***********************************************************************

    Buttons

************************************************************************/
.button {
  webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.button i {
  font-size: 1.4em;
  vertical-align: sub;
}

.button.large {
  font-size: 1.4em;
  padding: 12px 40px 10px 40px;
}

.button.medium {
  font-size: 1em;
  padding: 5px 14px;
  font-weight: 500;
  margin-top: 20px;
}

.button.small {
  font-size: 1em;
  padding: 12px 10px 10px 10px;
}

.button.white {
  background: #fff;
  color: #ca242f;
}

.button.white:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.button.white:active {
  -webkit-transition: 0.0s;
  -moz-transition: 0.0s;
  -ms-transition: 0.0s;
  -o-transition: 0.0s;
  transition: 0.0s;
  background-color: #fff;
}

.button.red {
  color: #fff;
  background: #DF202D;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.button.red:hover {
  background-color: #000;
  color: #fff;
}

.button.red:active {
  -webkit-transition: 0.0s;
  -moz-transition: 0.0s;
  -ms-transition: 0.0s;
  -o-transition: 0.0s;
  transition: 0.0s;
  background-color: #fff;
}

/***********************************************************************

    Alignments

************************************************************************/
.align-left {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.align-right {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.align-center {
  margin: 0 auto;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

/***********************************************************************

    Padding Presets

************************************************************************/
.padding-top-none {
  padding-top: 0px;
}

.padding-top-tiny {
  padding-top: 10px;
}

.padding-top-very-compact {
  padding-top: 20px;
}

.padding-top-compact {
  padding-top: 30px;
}

.padding-top-standard {
  padding-top: 50px;
}

.padding-top-generous {
  padding-top: 60px;
}

.padding-top-very-generous {
  padding-top: 70px;
}

.padding-top-huge {
  padding-top: 80px;
}

.padding-bottom-none {
  padding-bottom: 0px;
}

.padding-bottom-tiny {
  padding-bottom: 10px;
}

.padding-bottom-very-compact {
  padding-bottom: 20px;
}

.padding-bottom-compact {
  padding-bottom: 30px;
}

.padding-bottom-standard {
  padding-bottom: 50px;
}

.padding-bottom-generous {
  padding-bottom: 60px;
}

.padding-bottom-very-generous {
  padding-bottom: 70px;
}

.padding-bottom-huge {
  padding-bottom: 80px;
}

.padding-sides-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.border-top-one {
  border-top: solid 1px #e3dfdf;
}

.border-top-five {
  border-top: solid 5px #e3dfdf;
}

@media (max-width: 52.5em) {
    .padding-top-none {
    padding-top: 0px;
  }

    .padding-top-tiny {
    padding-top: 5px;
  }

    .padding-top-very-compact {
    padding-top: 10px;
  }

    .padding-top-compact {
    padding-top: 20px;
  }

    .padding-top-standard {
    padding-top: 30px;
  }

    .padding-top-generous {
    padding-top: 40px;
  }

    .padding-top-very-generous {
    padding-top: 50px;
  }

    .padding-top-huge {
    padding-top: 60px;
  }

    .padding-bottom-none {
    padding-bottom: 0px;
  }

    .padding-bottom-tiny {
    padding-bottom: 5px;
  }

    .padding-bottom-very-compact {
    padding-bottom: 10px;
  }

    .padding-bottom-compact {
    padding-bottom: 20px;
  }

    .padding-bottom-standard {
    padding-bottom: 30px;
  }

    .padding-bottom-generous {
    padding-bottom: 40px;
  }

    .padding-bottom-very-generous {
    padding-bottom: 50px;
  }

    .padding-bottom-huge {
    padding-bottom: 60px;
  }
}
/***********************************************************************

    Logo / Main Nav

************************************************************************/
header#top {
  width: 100%;
  height: 121px;
  z-index: 1500;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  background-color: #000;
  position: fixed;
}
header#top .one-column-bucket{
  margin-left: 0;
}
header#top.smaller {
  height: 100px;
  position: fixed;
  z-index: 2100;
}
header#top.smaller #logo {
  margin-top: 26px;
}
header#top.smaller #mobile-menu {
  top: -10px;
}
header#top #logo {
  float: left;
  width: 185px;
  z-index: 950;
  margin: 40px 0 0 0px;
  display: inline-block;
  position: relative;
}
header#top #mobile {
    display: none;
    background: #000;
    z-index: 1100;
    width: 100%;
    position: relative;
    top: 0px;
    padding: 28px 0px 17px 0px;
    margin: 0;
    overflow-y: hidden !important;
}
header#top #mobile ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 28px;
  font-size: 1.6em;
  text-transform: uppercase;
  padding: 5px 15px;
  width: 100%;
  letter-spacing: 0.1em;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
}

header#top #mobile ul li {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  border-top: solid 1px #c92032;
}

header#top #mobile ul.sub-menu{
  display: none;
}

#mobile .one-column-bucket{
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100%
}
@media screen and (max-width: 60em) {
    header#top #logo {
    margin: 35px 0 0 0;
  }
    header#top #mobile-menu {
    margin: 0;
    display: block;
    position: relative;
    z-index: 901;
  }
    header#top .nav-icon {
    margin: 0 0 0 8px;
    width: 24px;
    position: absolute;
    top: 40px;
    right: 0px;
  }
    header#top .nav-icon:after, header#top .nav-icon:before, header#top .nav-icon div {
    background-color: #fff;
    -o-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    content: '';
    display: block;
    height: 2px;
    margin: 4px 0;
  }
    header#top .nav-icon.activated:before {
    transform: translateY(6px) rotate(135deg);
    -moz-transform: translateY(6px) rotate(135deg);
    -webkit-transform: translateY(6px) rotate(135deg);
  }
    header#top .nav-icon.activated:after {
    transform: translateY(-6px) rotate(-135deg);
    -moz-transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg);
  }
    header#top .nav-icon.activated div {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
    header#top .smaller .nav-icon {
    top: 30px;
  }
    header#top #mobile ul {
    width: 100%;
    margin: 0px 0px 0px 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

    header#top #mobile ul li a:hover {
    color: #c92032;
  }
    header#top .topNav,
  header#top .subNav li.blog,
  header#top .subNav li.login,
  header#top .subNav li.topContact,
  header#top .subNav li.search {
    display: none;
  }
}

/* Submenu */
@media (max-width:1100px) {
  .sub-menu{
    display:none;
  }
}

header#top #mobile ul.sub-menu li{
	padding:0 0 0 30px !important;
}

header#top #mobile ul.sub-menu li a {
  padding-left: 10px;
}
@media (min-width: 60em) {
    header#top #mobile {
    display: none;
  }
    header#top .subNav {
    float: right;
    text-align: center;
    position: relative;
    margin-top: 25px;
    display: block;
    z-index: 902;
  }
    header#top .subNav ul {
    list-style: none;
  }
    header#top .subNav ul li {
    display: inline-block;
    font-size: 1.4em;
    vertical-align: middle;
  }
    header#top .subNav ul li a {
    color: #fff;
    margin-left: 10px;
    padding-top: 10px;
  }
    header#top .subNav ul li.topContact {
    font-size: 1.8em;
    font-weight: 500;
    padding-right: 10px;
  }
    header#top .subNav ul li.search {
    background: url("images/icon_search.svg") no-repeat;
    background-size: 17px;
    text-indent: -9999px;
    width: 23px;
    height: 20px;
  }
    header#top .topNav {
    float: right;
    text-align: center;
    position: relative;
    top: -40px;
    left: 82px;
    right: 0;
    letter-spacing: 21px;
    display: block;
  }
    header#top .topNav ul {
    padding: 0;
    z-index: 15;
    position: relative;
  }
    header#top .topNav ul li {
    display: inline-block;
    text-align: center;
  }
    header#top .topNav ul li a {
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 -4px;
    padding: 0px 0px 5px 0px;
    height: 15px;
    font-size: 1.4em;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
    header#top .topNav ul li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
    header#top .topNav li a:hover::after,
  header#top .topNav li a:focus::after {
    height: 3px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
    /* Main Nav Sub menu */
    header#top .topNav ul.sub-menu {
      display: none;
      text-align: left !important;
      position: absolute;
      top: 31px;
      margin-left: -4px;
      padding: 20px 17px;
      background: #000000;
      width: fit-content;
    }
    header#top .topNav ul.sub-menu li{
      display: block;
    }
    header#top .topNav ul.sub-menu li a{
      display: block;
      padding: 15px 0px;
      margin: 0px 5px;
      text-align: left;
    }
    header#top .topNav li:hover ul.sub-menu {
      display: block;
    }
    header#top .topNav ul.sub-menu li a::after{
      top: 80%;
    }
    header#top .topNav li.menu_contact a {
    background: #cd212e;
    color: #fff;
    padding: 9px 13px 9px 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    letter-spacing: 0.1em;
  }
    header#top .topNav li.menu_contact a:hover {
    background: #fff;
    color: #c92032;
  }
    header#top .topNav li.menu_contact a:hover::after, header#top .topNav li.menu_contact a:focus::after {
    opacity: 0;
  }
    header#top .topNav li.active a {
    color: #3e3934;
  }
    header#top .topNav li.current-menu-item a {
    color: #c92032;
  }
  header#top .topNav .sub-menu  li a{
    color: #fff !important;
  }
    header#top .topNav #menu-main-menu li.menu_contact.current_page_item a {
    color: #fff;
  }
    header#top .topNav #menu-main-menu li.menu_contact.current_page_item a:hover {
    color: #c92032;
  }
    header#top .topNav li.current-menu-parent a {
    color: #c92032;
  }
}

@media screen and (max-width: 1100px) {

  header#top .nav-icon {
	margin: 0 0 0 8px;
	width: 24px;
	position: absolute;
	top: 44px;
	right: 0px;
 }

 header#top #mobile-menu {
	margin: 0;
	display: block;
	position: relative;
	z-index: 901;
}

  header#top .nav-icon:after, header#top .nav-icon:before, header#top .nav-icon div {
    background-color: #fff;
    -o-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    content: '';
    display: block;
    height: 2px;
    margin: 4px 0;
  }

  header#top .topNav {
	display: none;
  }
}

@media (min-width: 1101px) and (max-width: 1200px) {
    header#top .topNav {
    left: 46px;
    letter-spacing: 15px;
  }
    header#top .topNav ul li a {
    letter-spacing: 0.1em;
  }
}

/***********************************************************************

	Home

************************************************************************/
#home-header {
  display: block;
  height: 695px;
  border-bottom: solid 12px #c92032;
}

.header-slider .slick-track {
  height: 695px !important;
}

#tenyears #logo {
  position: absolute;
  top: 133px;
  left: 50px;
  background: url("../images/img_17_years.svg") no-repeat;
  width: 89px;
  height: 186px;
  background-size: 89px 186px;
  z-index: 800;
}

#videoContainer {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 100%;
}

video#bgvid {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 0;
}

#home-content {
  display: block;
  background: url("../images/bg_topographical.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#home-content h3 {
  margin-bottom: 20px;
}
#home-content p {
  font-size: 1.6em;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  line-height: 20px;
}

#headerContent {
  padding-top: 300px;
  text-align: center;
}

.downArrow {
  width: 39px;
  height: 19px;
  background: url("../images/img_red_arrow.svg") no-repeat;
  background-size: 39px 19px;
  margin: -62px auto 0 auto;
}

.slick-slide.slick-cloned {
  background-color: black;
}

@media (min-width: 80em) {
    .cd-tabs.mouseout .cd-tabs-navigation a.selected {
    background-image: none;
  }
    .cd-tabs .cd-tabs-content.mouseout {
    -webkit-transition: all 0ms ease-in 0s;
    -moz-transition: all 0ms ease-in 0s;
    -o-transition: all 0ms ease-in 0s;
    transition: all 0ms ease-in 0s;
    height: 0 !important;
    opacity: 0;
    padding: 0;
    margin: 0;
    position: absolute;
  }
    .cd-tabs .cd-tabs-content.mouseout .selected {
    display: none;
  }
}
.cd-tabs-navigation {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-left: -1.75%;
}
.cd-tabs-navigation li {
  float: left;
  display: inline-block;
  width: 24%;
  margin: 0 0.5%;
  position: relative;
  z-index: 500;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  color: #4d4d4d;
  min-height: 190px;
  height: 190px;
  padding-bottom: 20px;
  background-position: center bottom;
}
.cd-tabs-navigation .tabs img {
  max-width: 80px;
  height: auto;
  margin: 10px 0 -5px;
  width: 100px;
}
.cd-tabs-navigation .tabs h3 {
  padding-top: 20px;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.cd-tabs-navigation .tabs p {
  color: #7C7E80;
  font-size: 1.8em;
  line-height: 20px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: -0.25px;
}

.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}

.callout {
  position: relative;
  margin: 18px 0;
  padding: 18px 20px;
  background-color: #dfe0e1;
  /* easy rounded corners for modern browsers */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.callout .notch {
  position: absolute;
  top: -20px;
  left: 9%;
  margin: 0;
  border-top: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #dfe0e1;
  padding: 0;
  width: 0;
  height: 0;
  /* ie6 height fix */
  font-size: 0;
  line-height: 0;
  /* ie6 transparent fix */
  _border-right-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink);
}

.border-callout {
  border: 1px solid #a9abad;
  padding: 17px 19px;
}

.border-callout .border-notch {
  border-bottom-color: #a9abad;
  top: -21px;
}

.callout .notch.tab2 {
  left: 34%;
}

.callout .notch.tab3 {
  left: 59%;
}

.callout .notch.tab4 {
  left: 84%;
}

.cd-tabs-content .icon_shield {
  vertical-align: top;
}
.cd-tabs-content h4 {
  font-size: 2.2em;
  line-height: 0.88em;
  font-weight: 500;
  line-height: 1.1em;
  color: #DF202D;
  font-weight: 700;
  line-height: 1.25em;
  color: #DF202D;
  letter-spacing: -0.06px;
}
.cd-tabs-content h5 {
  margin-bottom: 5px;
}
.cd-tabs-content p {
  font-size: 2.0em;
  line-height: 1.28em;
  font-weight: 400;
  padding-top: 10px;
}

.cd-tabs-content li {
  display: none;
  padding: 1.4em;
  overflow: hidden;
}

.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}

.cd-tabs-content li .tabLeft {
  float: left;
  width: 37%;
  margin-right: 3%;
}

.cd-tabs-content li .tabRight {
  float: left;
  width: 60%;
}

#home-tabbedArea .tabRight li {
  display: inline-block;
  width: 38%;
  padding: 0 16px 0 45px;
}
#home-tabbedArea .tabRight li.icon_shield {
  background: url("../images/icon_shield.svg") no-repeat;
}
#home-tabbedArea .tabRight li.icon_globe {
  background: url("../images/icon_globe.svg") no-repeat;
}
#home-tabbedArea .tabRight li.icon_target {
  background: url("../images/icon_target.svg") no-repeat;
}
#home-tabbedArea .tabRight li.icon_loading {
  background: url("../images/icon_loading.svg") no-repeat;
}
#home-tabbedArea .tabRight li.icon_cog {
  background: url("../images/icon_cog.svg") no-repeat;
}
#home-tabbedArea .tabRight h5 {
  font-size: 1.7em;
  margin-top: 8px;
  letter-spacing: -0.06px;
}
#home-tabbedArea .tabRight p {
  font-size: 1.3em;
  padding-top: 0;
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Logo grid formatting */

#homeLogos {
  list-style: none;
  text-align: center;
}

#homeLogos li {
  display: inline-block;
  margin: 0px;
  width: 15%;
  border-right: solid 1px #d5d6d7;
  padding: 20px 20px;
  text-align: center;
}

#homeLogos li img {
  max-width: 170px;
  min-width: 120px;
  width: 100%;
  height: auto;
}

#homeLogos li:nth-child(1),
#homeLogos li:nth-child(2),
#homeLogos li:nth-child(3),
#homeLogos li:nth-child(4),
#homeLogos li:nth-child(5) {
  border-bottom: solid 1px #d5d6d7;
}
#homeLogos li:nth-child(5),
#homeLogos li:nth-child(10) {
  border-right: none;
}

#testimonial {
  margin: 40px 0 0px 0;
  display: block;
}
#testimonial ul {
  list-style: none;
}
#testimonial ul li {
  display: inline-block;
  vertical-align: middle;
}


.testi-right {
  font-size: 2.4em;
  letter-spacing: -0.01em;
  line-height: 1.1em;
  width: 18%;
  padding: 10px 0 0 20px;
  font-weight: 600;
  letter-spacing: .06px;
}

#home-featureSlider {
  display: block;
  background: url("../images/img_clouds.jpg");
  background-repeat: repeat-y;
  background-size: cover;
  height: 425px;
}
#home-featureSlider h3 {
  font-size: 3em;
  line-height: 1.25em;
  line-height: 36px;
  padding-bottom: 20px;
  color: #333;
  letter-spacing: .99px;
}
#home-featureSlider p {
  font-size: 2.2em;
  letter-spacing: .02px;
  line-height: 1.3em;
}

.featureSlider {
  width: 95%;
}

.slide_left {
  float: left;
  width: 45%;
}

.slide_right {
  float: right;
  width: 50%;
}

.videoWrapper iframe {
  position: absolute;
  top: 15%;
  right: 0;
  width: 50%;
  height: 70%;
}

.videoCTA {
  font-size: 2.2em;
  font-weight: 500;
}

#home-posts {
  display: block;
  overflow: hidden;
}
#home-posts .three-column-bucket {
  height: 350px;
  overflow: hidden;
}
#home-posts h4 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 4px 0 20px 0px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .9px;
  background-size: 34px 36px;
}
#home-posts h4.icon_news {
  background: url("../images/icon_news.svg") no-repeat;
}
#home-posts h4.icon_resources {
  background: url("../images/icon_resources.svg") no-repeat;
}
#home-posts h4.icon_blog {
  background: url("../images/icon_blog.svg") no-repeat;
}
#home-posts .home-posts {
  list-style: none;
}
#home-posts li {
  font-size: 1.4em;
  line-height: 0.56em;
  font-weight: 700;
  margin-bottom: 20px;
  font-weight: 500;
  clear: both;
}
#home-posts p {
  font-size: 0.9em;
  line-height: 0.36em;
  font-weight: 400;
  line-height: 1.1em;
}
#home-posts a {
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  display: block;
  font-weight: 700;
  color: #58585B;
  padding-bottom: 3px;
}
#home-posts a:hover {
  color: #c92032;
}
#home-posts .date {
  font-size: 0.9em;
  line-height: 0.36em;
  font-weight: 400;
  font-weight: 700;
  margin: 0 0 9px 0;
  display: block;
}
#home-posts .video h6 {
  padding-top: 0px;
  line-height: 1em;
  font-size: 1.3em;
  font-weight: 600;
}
#home-posts .video h6 a {
  color: #c92032;
}
#home-posts .video p {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.23em;
    font-weight: 600;
    letter-spacing: -.04em;
    padding-top: 8px;
}

.video-thumb-main {
    display: block;
    position: relative;
    height: 90px;
    background-position: left center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    width: 140px;
    margin-right: 15px;
    margin-bottom: 20px;
    background-size: cover;
}
.video-thumb-main .video-play-cta-main {
  position: relative;
  top: 40%;
  width: 100%;
  text-align: center;
}
.video-thumb-main .video-overlay-main {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 43px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/redwolf-security-inc/images/button-video-play-off-white.svg") !important;
  top: -12px;
  left: 5px;
}
.video-thumb-main .video-overlay-main:hover {
  background-image: url("/wp-content/themes/redwolf-security-inc/images/button-video-play-on-red.svg") !important;
}

#videoBox .video-thumb-main {
  height: 310px;
  width: 470px;
}
@media screen and (max-width: 500px) {
    #videoBox .video-thumb-main {
    width: 97%;
    height: 210px;
  }
}
#videoBox .video-thumb-main .video-overlay-main {
  width: 70px;
  height: 70px;
  left: 10px;
  top: -7px;
}

#home-subscribe {
  float: left;
  width: 28%;
  margin-top: 30px;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 20px;
}

#home-about {
  float: right;
  width: 60%;
  margin-top: 30px;
  margin-left: 2%;
  margin-right: 5%;
}

#home-about h6 {
  font-size: 1.4em;
  padding-bottom: 15px;
}

#home-about p {
  font-size: 1.2em;
  line-height: 18px;
  font-weight: 500;
}

.videos {
  line-height: 18px !important;
}

.videos a {
  color: #c92032 !important;
  font-size: 1.1em !important;
  margin-bottom: 5px;
}

.videos p {
  font-size: 1.1em;
  line-height: 18px;
}

.videos img {
  float: left;
  margin: 0 15px 20px 0;
  max-width: 145px;
  height: auto;
}

@media (max-width: 1080px) {
    .testi-left {
    width: 50%;
    font-size: 2.4em;
  }
}
@media (max-width: 1060px) {
    #home-tabbedArea .tabRight li {
    display: inline-block;
    width: 90%;
    padding: 0 0 0 75px;
  }
}
  @media screen and (min-width: 1101px) and (max-width: 1200px) {
    #mobile {
      display: none;
    }
    #home-tabbedArea .cd-tabs-navigation a {
    min-height: 220px;
    height: 220px;
  }

    #home-posts .two-column-bucket {
    width: 45%;
  }

    .videoWrapper iframe {
    position: relative;
    top: 0%;
    width: 100%;
    height: 490px;
  }
}

@media (max-width: 60em) {
    .tabs h3 {
    font-size: 1.6em;
    font-weight: 500;
  }

    .tabs p {
    font-size: 1.4em;
    line-height: 20px;
  }
}

@media (max-width: 920px) {

  #homeLogos li:nth-child(1),
  #homeLogos li:nth-child(2),
  #homeLogos li:nth-child(3),
  #homeLogos li:nth-child(4),
  #homeLogos li:nth-child(5),
  #homeLogos li:nth-child(6),
  #homeLogos li:nth-child(7),
  #homeLogos li:nth-child(8) {
    border-bottom: solid 1px #d5d6d7;
  }

  #homeLogos li:nth-child(4),
  #homeLogos li:nth-child(8),
  #homeLogos li:nth-child(10) {
    border-right: none;
  }
  #homeLogos li:nth-child(5) {
    border-right: solid 1px #d5d6d7;
  }
}
@media (max-width: 890px) {
  input.subscribeField {
    width: 90%;
  }

  .downArrow {
    margin: -41px auto 0 auto;
    padding-bottom: 20px;
  }
}

@media (max-width: 47em) {

  #home-header {
    height: 500px;
  }

    .header-slider .slick-track {
    height: 500px !important;
  }

  #headerContent {
    padding-top: 200px;
    text-align: center;
  }

  .testi-right {
    width: 70%;
    font-size: 2.0em;
    display: block;
    padding-left: 110px;
  }

  #homeLogos li {
    width: 22%;
  }

  #homeLogos li:nth-child(1), #homeLogos li:nth-child(2), #homeLogos li:nth-child(3), #homeLogos li:nth-child(4), #homeLogos li:nth-child(5), #homeLogos li:nth-child(6), #homeLogos li:nth-child(7), #homeLogos li:nth-child(8), #homeLogos li:nth-child(9) {
    border-bottom: solid 1px #d5d6d7;
  }

  #homeLogos li:nth-child(3), #homeLogos li:nth-child(6), #homeLogos li:nth-child(9) {
    border-right: none;
  }

  #homeLogos li:nth-child(4), #homeLogos li:nth-child(5), #homeLogos li:nth-child(8) {
    border-right: solid 1px #d5d6d7;
  }

  #home-subscribe {
    float: left;
    width: 90%;
    margin-top: 10px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
  }

  input.subscribeField {
    width: 50%;
  }

  #home-about {
    float: left;
    width: 90%;
    margin-top: 10px;
    margin-left: 5%;
    margin-right: 5%;
  }

  #home-tabbedArea .cd-tabs-content {
    background: #dfe0e1;
    border: solid 1px #a9abad;
    border-radius: 10px;
    padding: 15px;
    margin: -1px 0 0 0;
  }

  #home-tabbedArea .cd-tabs-content li .tabLeft {
    float: left;
    width: 100%;
  }

  #home-tabbedArea .cd-tabs-content li .tabRight {
    float: left;
    width: 100%;
  }

  #home-tabbedArea .tabRight li {
    width: 38%;
    padding: 0 10px 0 45px;
  }
    #home-tabbedArea .cd-tabs-content li p {
    font-size: 2em;
    line-height: 1.25em;
    padding-top: 10px;
  }
    #home-tabbedArea .cd-tabs-content .tabRight li p {
    font-size: 1.5em;
    padding-top: 0;
  }

    .slide_left {
    float: left;
    width: 100%;
  }

    .slide_right {
    float: left;
    width: 100%;
  }

    #home-featureSlider {
    height: auto;
  }
    #home-featureSlider h3 {
    font-size: 2.4em;
    line-height: 1.1em;
    font-weight: 300;
    padding-bottom: 30px;
    color: #333;
  }
    #home-featureSlider p {
    font-size: 2em;
  }

    #tenyears #logo {
    position: absolute;
    top: 50px;
    left: 50px;
    background: url("images/img_10_years.svg") no-repeat;
    width: 55px;
    height: 110px;
    background-size: 55px 110px;
    z-index: 800;
  }
}
@media (min-width: 48em) and (max-width: 63em) {
    #home-tabbedArea .tabRight li {
    width: 90%;
    padding: 0 10px 0 66px;
  }

    #home-posts .two-column-bucket {
    width: 45%;
  }

    #home-featureSlider {
    height: auto;
  }
    #home-featureSlider .two-column-bucket {
    width: 98%;
  }
}
@media (min-width: 48em) and (max-width: 64em) {
    .videoWrapper iframe {
    position: relative;
    top: 0%;
    width: 100%;
    height: 290px;
  }
}
@media (max-width: 640px) {
    #home-tabbedArea .cd-tabs-navigation a {
    min-height: 120px;
    height: 120px;
    padding-bottom: 20px;
  }
    #home-tabbedArea .tabs h3 {
    font-size: 1.4em;
    font-weight: 500;
  }
    #home-tabbedArea .tabs p {
    display: none;
  }
    #home-tabbedArea .tabRight li {
    width: 90%;
    padding: 0 10px 0 75px;
  }
    #home-tabbedArea #homeLogos li {
    width: 40%;
  }
    #home-tabbedArea #homeLogos li:nth-child(1), #home-tabbedArea #homeLogos li:nth-child(2), #home-tabbedArea #homeLogos li:nth-child(3), #home-tabbedArea #homeLogos li:nth-child(4), #home-tabbedArea #homeLogos li:nth-child(5), #home-tabbedArea #homeLogos li:nth-child(6), #home-tabbedArea #homeLogos li:nth-child(7), #home-tabbedArea #homeLogos li:nth-child(8) {
    border-bottom: solid 1px #d5d6d7;
  }
    #home-tabbedArea #homeLogos li:nth-child(2), #home-tabbedArea #homeLogos li:nth-child(4), #home-tabbedArea #homeLogos li:nth-child(6), #home-tabbedArea #homeLogos li:nth-child(8) {
    border-right: none;
  }
    #home-tabbedArea #homeLogos li:nth-child(3), #home-tabbedArea #homeLogos li:nth-child(9) {
    border-right: solid 1px #d5d6d7;
  }
    #home-tabbedArea #homeLogos li:nth-child(9) {
    border-bottom: none;
  }

    #home-posts .two-column-bucket {
    width: 95%;
  }
}
@media (max-width: 37.5em) {
    #home-header {
    height: 360px;
  }

    .header-slider .slick-track {
    height: 360px !important;
  }

    #headerContent {
    padding-top: 150px;
    text-align: center;
  }

    #tenyears #logo {
    position: absolute;
    top: 50px;
    left: 25px;
    background: url("images/img_10_years.svg") no-repeat;
    width: 44px;
    height: 88px;
    background-size: 44px 88px;
    z-index: 800;
  }
}
@media (max-width: 30em) {
    #homeLogos li {
    width: 35%;
  }

    .testi-left {
    width: 99%;
    background: none;
    text-align: center;
    padding: 0 20px 0 0px;
    display: block;
    margin: 0 auto;
    font-size: 1.8em;
    line-height: 24px;
  }

    .testi-right {
    width: 99%;
    text-align: center;
    display: block;
    padding-left: 0px;
    margin: 0 auto;
    font-size: 1.6em;
  }

    .videoWrapper iframe {
    width: 100%;
  }

    #home-tabbedArea .tabRight li {
    padding: 0 10px 0 55px;
  }
}
/***********************************************************************

	Page - Services

************************************************************************/

nav#subnav {
  font-size: 1.8em;
}

nav#subnav:after {
  content: "";
  display: table;
  clear: both;
}
nav#subnav ul li {
  display: inline;
  float: left;
  margin-right: 3%;
  font-weight: 500;
}
nav#subnav ul li a {
  color: #c92032;
}
nav#subnav ul li a:hover {
  text-decoration: underline;
}
nav#subnav .line {
  background-color: #E5E6E7;
  top: 3.125em;
  height: 1px;
  width: 97%;
  display: block;
  position: absolute;
  box-shadow: 0px 1px 1px #335;
}

/* STACKED SECTIONS - generated from child content */
main#main {
  margin-bottom: 60px;
}

main#main section.notch {
  background-image: url("../images/img_grey_arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% -1px;
  background-size: 4%;
}
main#main section.notch.background-lightgrey {
  background-image: url("../images/img_white_arrow.svg");
}

#services section.block {
  display: block;
  position: relative;
  background-image: none;
}
#services section.block::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right 0;
}

section.block {
  clear: both;
}
section.block h1 {
  font-size: 3.3em;
  line-height: 1.1em;
  margin-bottom: 0.9375em;
  letter-spacing: -0.025em;
  color: #c92032;
  font-weight: 400;
  margin-top: 15px;
}
section.block h2 {
  font-size: 3.3em;
  line-height: 1.1em;
  margin-bottom: 0.9375em;
  font-weight: 400;
}
section.block p, section.block ul {
  font-size: 1.8em;
  line-height: 1.5em;
}
section.block ul {
  margin: 20px 0 0 40px;
}
section.block ul li {
  font-size: 1em;
  line-height: 0.36em;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 10px;
  list-style-type: square;
}

section.block ul li::marker {
  color: #c92032;
}

section.block ul strong {
  font-weight: 600;
}
section.block p.caption {
  font-weight: 600;
}
section.block p:last-child {
  padding-bottom: 1em;
}
section.block p ~ h2 {
  padding-top: 1em;
}

.page section.block img {
  width: 100%;
}

@media (min-width: 768px) {
    section.block::after {
    opacity: 1;
    top: 15em;
    left: 60%;
    background-size: 100%;
    width: 180px;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .mainContent {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  header#top .one-column-bucket{
    margin-left: 2%;
  }
  #subnav {
    height: 258px;
  }

  #subnav ul li:first-child {
    border-top: 2px solid #E5E6E7;
    padding-top: 16px;
  }

  #subnav li {
    clear: both;
    border-bottom: 2px solid #E5E6E7;
    height: 30px;
    margin-top: 16px;
    width: 90%;
    margin-left: 5%;
  }

  #subnav ul li:last-child {
    margin-bottom: 40px;
  }

  #subnav .line {
    display: none !important;
  }

  section.block h1 {
    font-size: 3em !important;
    line-height: 33px !important;
    font-weight: 400;
    margin-bottom: 1em;
  }

  section.block::after {
    top: 4em;
    right: -7%;
    background-size: 89%;
    width: 260px;
    opacity: .1;
    bottom: 0;
  }

  .image-placement {
    display: none !important;
  }
}

/* Hero Masthead Header */
#section-header {
  color: white;
  padding: 100px 0 10px 0;
  min-height: 300px;
}

#section-header h1 {
  font-size: 3.8em;
  line-height: 1.1em;
  margin-bottom: 35px;
  font-weight: 400;
  letter-spacing: -.5px;
}

#section-header p {
  font-size: 1.8em;
  line-height: 1.25em;
}

#section-header {
  display: block;
  position: relative;
  background-image: none;
  clear: both;
}

#section-header::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right 0;
  opacity: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

#services #section-header::after {
  background-image: url("../images/hero-services.svg");
  background-position: 200px;
}

#solutions #section-header::after {
  background-image: url("../images/hero-solutions.svg");
  background-position: 200px;
}

#blog #section-header::after {
  background-image: url("../images/hero-blog.svg");
  background-position: 200px;
}

#company #section-header::after {
  background-image: url("../images/hero-company.svg");
}

#get-in-touch #section-header::after,
#contact-us #section-header::after {
  background-image: url("../images/hero-get-in-touch.svg");
  background-position: 0 center;
}

#resources #section-header::after {
  background-image: url("../images/hero-resources.svg");
}

@media screen and (max-width: 768px) {
    #section-header {
    height: initial;
  }
    #section-header::after {
    opacity: 0.2;
    background-size: cover;
  }
}
#company #partners-logos {
  display: flex;
}
#company #partners-logos .logo-block {
  flex-wrap: nowrap;
  width: 25%;
  border-right: 2px solid #fff;
  margin-right: 20px;
}
#company #partners-logos .logo-block ul {
  margin: 11px 0 0 0;
  padding: 0;
}
#company #partners-logos .logo-block ul li {
  list-style: none;
  display: block;
  width: 80%;
}
#company aside.background-grey {
  min-height: 500px;
  color: #fff;
}
#company aside.background-grey p {
  float: right;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.65em;
  padding: 30px 20px 0;
  width: 58%;
}
#company aside.background-grey img.icon {
  float: left;
  padding: 20px 10px 20px 40px;
  width: 23%;
}
#company #clients_testimonials .block {
  margin-bottom: 40px;
  padding-bottom: 30px;
}
#company #clients_testimonials .block:last-child {
  border-bottom: none;
  margin-bottom: 40px;
}
#company #clients_testimonials .quote {
  text-align: center;
  float: left;
  margin: 0 2em;
}
#company #clients_testimonials .quote img {
  width: 8em;
  margin: 1em 2em;
}
#company #clients_testimonials .text {
  margin-left: 18%;
  border-bottom: 2px solid #E5E6E7;
}
#company #clients_testimonials .text .testimonial-content p, #company #clients_testimonials .text .testimonial-details {
  font-size: 22px;
  line-height: 46px;
  margin-bottom: 0;
}
#company #clients_testimonials .text .testimonial-details {
  font-weight: 600;
}
#company #clients_testimonials .text .position {
  color: #58585B;
  font-style: initial;
  margin-right: 15px;
}
#company #clients_testimonials .text .industry {
  color: #c92032;
  font-weight: 600;
}
#company #company p:last-child {
  padding-bottom: 0;
}
@media (max-width: 60em) {
    #company #clients_testimonials .quote {
    text-align: center;
    float: left;
    margin: 0 2em;
  }
    #company #clients_testimonials .quote img {
    width: 3em;
    margin: 0 2.5%;
  }
    #company #clients_testimonials .text {
    margin-left: 5%;
  }
}
@media (max-width: 640px) {
    #company #partners-logos {
    display: block;
  }
    #company #partners-logos .logo-block {
    width: 100%;
    border-right: none;
    margin-right: 0;
  }
    #company aside.background-darkgrey img.icon {
    width: 13%;
  }
}
@media (max-width: 480px) {
    #company aside.background-darkgrey img.icon {
    width: 23%;
  }
}

/* Solutions - Industries Served */
#solutions section.block::after {
  height: 0px;
}

#solutions #industries-served {
  margin: 0;
  width: 100%;
}
#solutions #industries-served ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
#solutions #industries-served li {
  float: left;
  margin-right: 20px;
  width: calc(15%);
  list-style: none;
}
@media (max-width: 60em) {
    #solutions #industries-served li {
    width: calc(20%);
    margin: 0 10px;
  }
}
@media (max-width: 48em) {
    #solutions #industries-served li {
    width: calc(30%);
  }
}
@media (max-width: 37.5em) {
    #solutions #industries-served li {
    width: calc(43%);
  }
}
#solutions #industries-served span {
  margin-top: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 72px;
  letter-spacing: 0.015em;
}
@media (min-width: 60em) {
    #solutions #industries-served li:nth-child(6),
  #solutions #industries-served li:nth-child(12) {
    margin-right: 0;
  }
}
#solutions #industries-served img {
  width: 59%;
  padding-top: 3px;
}

/* Solutions - Differentiators */
section#differentiators h1 {
  margin-top: 2em;
}
section#differentiators h2 {
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 30px;
  letter-spacing: -0.025em;
}
section#differentiators .differentiator {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 48em) {
    section#differentiators .differentiator div {
    width: calc(33%);
  }
}
@media (max-width: 48em) {
    section#differentiators .differentiator div {
    width: calc(100%);
  }
}
section#differentiators .differentiator img {
  width: 28%;
  margin-top: 6em;
}
section#differentiators .differentiator h3 {
  font-weight: 600;
  margin: 15px 0;
  color: #58585B;
  letter-spacing: -0.035em;
  font-size: 2em;
}
section#differentiators .differentiator p {
  width: 90%;
  margin: 0 5%;
  letter-spacing: -0.035em;
  line-height: 1.25em;
}

#get-in-touch #section-header h1,
#contact-us #section-header h1 {
  font-size: 3.5em;
  line-height: 38px;
  margin: 7% 0 30px;
  font-weight: 600;
}
#get-in-touch #section-header h2,
#contact-us #section-header h2 {
  font-size: 3em;
  line-height: 30px;
  width: 60%;
}
#get-in-touch .ajax-loader,
#contact-us .ajax-loader {
  display: none;
}
#get-in-touch .form p,
#contact-us .form p {
  font-weight: 600;
  font-size: 14px;
}
#get-in-touch .form > div,
#contact-us .form > div {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}
#get-in-touch .form .wpcf7-text,
#get-in-touch .form .wpcf7-textarea,
#get-in-touch .form .wpcf7-select,
#contact-us .form .wpcf7-text,
#contact-us .form .wpcf7-textarea,
#contact-us .form .wpcf7-select {
  border: 1px solid #58585B;
  height: 25px;
  font-size: 16px;
  width: 100%;
  padding: 6px 10px;
}
#get-in-touch .form .wpcf7-textarea,
#contact-us .form .wpcf7-textarea {
  width: 96%;
  height: 150px;
}
#get-in-touch .form .one-column-bucket,
#get-in-touch .form .two-column-bucket,
#contact-us .form .one-column-bucket,
#contact-us .form .two-column-bucket {
  margin-left: 0;
  padding-right: 2%;
  margin-bottom: 0px;
}
#get-in-touch .form #recaptcha,
#contact-us .form #recaptcha {
  margin-bottom: 20px;
}
#get-in-touch .form #recaptcha .rc-anchor-compact,
#contact-us .form #recaptcha .rc-anchor-compact {
  width: 96%;
}
#get-in-touch .form label::before,
#contact-us .form label::before {
  color: #c92032;
}
#get-in-touch .form label span.req,
#contact-us .form label span.req {
  color: #c92032;
}
#get-in-touch .form input[type="radio"],
#contact-us .form input[type="radio"] {
  float: left;
  margin-right: 10px;
}
#get-in-touch .form span.wpcf7-list-item,
#contact-us .form span.wpcf7-list-item {
  margin: 0 20px 0 0;
}
#get-in-touch .location-info,
#contact-us .location-info {
  position: relative;
}
#get-in-touch .location-info h2,
#contact-us .location-info h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 19.8px;
}
#get-in-touch .location-info h2 span,
#contact-us .location-info h2 span {
  display: block;
  width: 1.2em;
  height: 1.2em;
  float: left;
  background: transparent url("") no-repeat 0 0 scroll;
  margin-right: 15px;
  position: relative;
}
#get-in-touch .location-info #contact_call_us span,
#contact-us .location-info #contact_call_us span {
  background-image: url("../images/contact_icon_phone.svg");
}
#get-in-touch .location-info #contact_address span,
#contact-us .location-info #contact_address span {
  background-image: url("../images/contact_icon_mail.svg");
}
#get-in-touch section.block ul,
#contact-us section.block ul {
  margin: 20px 0 0 0;
}
#get-in-touch section.block ul li,
#contact-us section.block ul li {
  list-style: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
#get-in-touch section.block ul li span,
#contact-us section.block ul li span {
  margin-left: 5%;
}

#blog div.thumbnail, #blog .date, #blog ul.categories, #blog h1, #article div.thumbnail, #article .date, #article ul.categories, #article h1, #archive div.thumbnail, #archive .date, #archive ul.categories, #archive h1, #archive p, #case-studies div.thumbnail, #case-studies .date, #case-studies ul.categories, #case-studies h1, #resources div.thumbnail, #resources .date, #resources ul.categories, #resources h1{
  margin: 0;
  padding: 10px 0px 10px 0px;
}
#blog p, #article p, #resources p, #archive p, #case-studies p{
  margin: 0;
  padding: 0;
}

#blog .featured:after, #article .featured:after, #archive .featured:after, #case-studies .featured:after, #resources .featured:after {
  content: "";
  display: table;
  clear: both;
}
#blog .featured .hasThumb div.thumbnail, #article .featured .hasThumb div.thumbnail, #archive .featured .hasThumb div.thumbnail, #case-studies .featured .hasThumb div.thumbnail, #resources .featured .hasThumb div.thumbnail {
  width: 33%;
  float: left;
}
#blog .featured .hasThumb div.post-content, #article .featured .hasThumb div.post-content, #archive .featured .hasThumb div.post-content, #case-studies .featured .hasThumb div.post-content, #resources .featured .hasThumb div.post-content {
  width: 66%;
  float: right;
  margin-bottom: 40px;
}

#blog .normal:after, #article .normal:after, #archive .normal:after, #case-studies .normal:after, #resources .normal:after {
  content: "";
  display: table;
  clear: both;
}
#blog .normal .hasThumb div.thumbnail, #article .normal .hasThumb div.thumbnail, #archive .normal .hasThumb div.thumbnail, #case-studies .normal .hasThumb div.thumbnail, #resources .normal .hasThumb div.thumbnail {
  width: 25%;
  float: left;
  margin-right: 2em;
}
#blog .normal .hasThumb div.post-content, #article .normal .hasThumb div.post-content, #archive .normal .hasThumb div.post-content, #case-studies .normal .hasThumb div.post-content, #resources .normal .hasThumb div.post-content {
  width: 72%;
  float: right;
  margin-bottom: 40px;
}
#blog .date, #article .date, #archive .date, #case-studies .date, #resources .date {
  font-size: 1.5em;
  color: #58585B;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1;
  margin-right: 1.25em;
}
/*#blog h1, #article h1, #archive h1, #case-studies h1, #resources h1 {
  margin-bottom: 40px;
}*/
#blog ul.categories li, #article ul.categories li, #archive ul.categories li, #case-studies ul.categories li, #resources ul.categories li {
  list-style: none;
  display: inline;
  position: relative;
  top: -7px;
}
#blog ul.categories li a, #article ul.categories li a, #archive ul.categories li a, #case-studies ul.categories li a, #resources ul.categories li a {
  font-weight: 600;
  padding-right: 0.625em;
  font-size: 1em;
}
#blog a, #article a, #archive a, #case-studies a, #resources a {
  color: #c92032;
}
#blog a:hover, #article a:hover, #archive a:hover, #case-studies a:hover, #resources a:hover {
  text-decoration: underline;
}
#blog a.readmore, #article a.readmore, #archive a.readmore, #case-studies a.readmore, #resources a.readmore {
  clear: both;
  display: inherit;
  margin-top: 10px;
  font-size: 0.9em;
}
#blog .excerpt, #blog .content, #article .excerpt, #article .content, #archive .excerpt, #archive .content, #case-studies .excerpt, #case-studies .content, #resources .excerpt, #resources .content {
  margin-top: 15px;
  line-height: 1.3em;
}
#blog #section-header::after, #article #section-header::after, #archive #section-header::after, #case-studies #section-header::after, #resources #section-header::after {
  background-size: cover;
}
#blog .content p, #article .content p, #archive .content p, #case-studies .content p, #resources .content p {
  margin-bottom: 20px !important;
}
#blog .case-study div.thumbnail, #article .case-study div.thumbnail, #archive .case-study div.thumbnail, #case-studies .case-study div.thumbnail, #resources .case-study div.thumbnail {
  width: 100%;
  overflow-x: hidden;
  float: none;
  margin-right: 0;
}
#blog .case-study h2, #article .case-study h2, #archive .case-study h2, #case-studies .case-study h2, #resources .case-study h2 {
  font-size: 2em;
  line-height: 1.76em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 15px;
}
#blog .case-study h3, #article .case-study h3, #archive .case-study h3, #case-studies .case-study h3, #resources .case-study h3 {
  font-size: 2em;
  line-height: 1.76em;
  font-weight: 700;
  margin-bottom: 20px;
}
#blog .case-study .excerpt, #article .case-study .excerpt, #archive .case-study .excerpt, #case-studies .case-study .excerpt, #resources .case-study .excerpt {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 24px;
}
#blog .case-study .readmore, #article .case-study .readmore, #archive .case-study .readmore, #case-studies .case-study .readmore, #resources .case-study .readmore {
  font-size: 1.6em;
  line-height: 1.44em;
  font-weight: 400;
  background: transparent url("../images/icon_read_more.svg") no-repeat scroll left center/7% auto;
  display: block;
  margin-top: 20px;
  padding-left: 26px;
  text-transform: uppercase;
  padding-top: 1px;
  background-size: 19px;
  line-height: 20px;
}
@media (max-width: 60em) {
    #blog .case-study .readmore, #article .case-study .readmore, #archive .case-study .readmore, #case-studies .case-study .readmore, #resources .case-study .readmore {
    line-height: 1.76em;
  }
}
#blog .case-study a, #article .case-study a, #archive .case-study a, #case-studies .case-study a, #resources .case-study a {
  cursor: pointer;
}
@media (max-width: 48em) {
    #blog .case-study .readmore, #article .case-study .readmore, #archive .case-study .readmore, #case-studies .case-study .readmore, #resources .case-study .readmore {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1279px) {
    #blog .featured .hasThumb div.thumbnail,
  #blog .normal .hasThumb div.thumbnail {
    width: auto;
    float: none;
    margin: 0 auto 1rem;
    text-align: left;
  }
    #blog .featured .hasThumb div.post-content,
  #blog .normal .hasThumb div.post-content {
    width: auto;
    float: left;
  }
    #blog .featured .hasThumb div.post-content h1,
  #blog .normal .hasThumb div.post-content h1 {
    margin-bottom: 1rem;
  }

    #blog section:not(.featured) div.post-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
  }
}
/***********************************************************************

    Case Studies

************************************************************************/
#case-study {
  font-weight: 400;
  letter-spacing: .015em;
}

#case-study h1 {
  font-size: 4em;
  font-weight: 600;
  color: #c92032;
  margin-bottom: 0;
}

#case-study h2 {
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1.4em;
}

#case-study p {
  line-height: 1.4em;
  font-size: 1.8em;
}

#case-study h3 {
  margin: 1.25em 0 5px 0;
  color: #c92032;
  font-size: 2.5em;
  font-weight: 600;
}

#case-study h3.pre {
  text-transform: uppercase;
  font-weight: 600;
  margin: 2rem 0 0 0;
  font-size: 2.5em;
  letter-spacing: -0.01em;
}

#case-study .three-column-bucket h3 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
}

#case-study .three-column-bucket p.large {
  font-size: 2.4em;
  line-height: 30px;
  padding-left: 70px;
}

#case-study .background strong {
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 5px;
  color: #4d4d4d;
  letter-spacing: 0.06em;
}

#case-study img.case-study-featured {
  width: 48%;
  margin-bottom: 1.5em;
}

#case-study .highlight {
  color: #da2128;
  border: 1px solid;
  padding: 15px 0;
  border-width: 1px 0;
  margin: 40px 0;
  font-weight: 500;
  text-align: left;
  font-size: 3.5em;
}

#case-study .problem span, #case-study .solution span, #case-study .benefit span {
  width: 20%;
  height: 100px;
  display: block;
  float: left;
  margin-right: 5%;
}

#case-study .problem span {
  background: url("../images/icon_case_study_the_problem.svg") no-repeat 0 0;
}

#case-study .solution span {
  background: url("../images/icon_case_study_the_solution.svg") no-repeat 0 0;
}

#case-study .benefit span {
  background: url("../images/icon_case_study_the_benefit.svg") no-repeat 0 0;
}

#case-study p.compact {
  font-size: 1.6em;
  line-height: 1.44em;
  font-weight: 400;
  margin-top: 5px;
}

#case-studies .case-study div.thumbnail {
  width: 100%;
  overflow: hidden;
  float: none;
  margin-right: 0;
}

#case-studies .case-study {
  margin-bottom: 2em;
}

#case-studies .case-study h2 {
  font-size: 2em;
  line-height: 1.76em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 15px;
}

#case-studies h2.spoof-center {
  margin-bottom: 1em;
  padding-left: 30%;
}

#case-studies h2.spoof-center.narrower {
  padding-left: 39%;
}

#case-studies .case-study h3 {
  font-size: 2em;
  line-height: 1.76em;
  font-weight: 700;
  margin-bottom: 0;
}

#case-studies .case-study .excerpt {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 24px;
}

#case-studies .case-study .readmore, #case-study .next-post {
  font-size: 1.6em;
  font-weight: 400;
  background: transparent url("../images/icon_read_more.svg") no-repeat scroll left center/7% auto;
  display: block;
  padding-top: 1px;
  background-size: 19px;
  padding-left: 26px;
}

#case-studies .case-study .readmore {
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 1rem auto;
}

#case-study .next-post {
  width: auto;
  margin: 0;
  font-size: 1.8em;
  margin-left: 26px;
  background-position: 0 1px;
}

#case-study strong {
  color: #ca242f;
  text-transform: uppercase;
}

#case-study a {
  color: #4d4d4d;
}

#case-study a:hover {
  text-decoration: underline;
}

#case-studies .case-study .clickme a,
#services #case-studies .clickme a {
  height: 16em;
  overflow: hidden;
  display: block;
}

#case-studies .case-study a {
  cursor: pointer;
}

.case-study.featured {
  background-color: #000;
  border-radius: 0 15px;
  overflow: hidden;
  padding: 15px;
}

.case-study.featured img {
  float: left;
  margin-right: 15px;
}

#case-studies .case-study.featured h2 {
  margin-top: 0;
}

#case-studies .case-study.featured em {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
}

#case-studies #section-header::after {
  background: transparent none repeat scroll 0 0;
  content: none;
}

.case-study.featured a.hide-for-large {
  display: none;
}

.case-study.featured a.hide-for-small {
  display: block;
}

@media (max-width: 1024px) {
    #case-studies h2.spoof-center, #case-studies h2.spoof-center.narrower {
    padding-left: 7%;
  }

    #case-study img.case-study-featured {
    width: 100%;
  }

    #case-study p.compact {
    line-height: 1.76em;
  }

    #case-studies .case-study .readmore {
    line-height: 1.76em;
  }

    #case-studies .case-study {
    margin-bottom: 2em;
    border-top: 1px dotted #ca242f;
    padding-top: 1em;
  }
}
@media (min-width: 700px) and (max-width: 920px) {
    #case-studies .case-study .clickme img {
    top: -94%;
    position: relative;
  }
}
@media (max-width: 720px) {
    #case-studies .case-study .readmore {
    padding-top: 2px;
  }

    #case-studies .case-study.featured .readmore {
    padding-top: 2px;
    width: auto;
  }

    .case-study.featured img {
    float: none;
    margin-bottom: 15px;
  }

    .case-study.featured a.hide-for-large {
    display: block;
  }

    .case-study.featured a.hide-for-small {
    display: none;
  }
}
/***********************************************************************

  Resources

************************************************************************/
#resources.page section.block img {
  width: auto;
}


#resources.page .one-column-bucket:after {
  content: "";
  display: table;
  clear: both;
}

#resources .highlight {
  border: 1px solid #BC242F;
  border-radius: 25px;
  background-color: pink;
  margin: 0 2rem;
}

#resources .highlight h2.red,
#resources-lead h2.red {
  color: #BC242F;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: .35rem;
}

#resources-lead h2 + h2 {
  font-size: 0.7rem;
  line-height: 2rem;
  font-weight: 600;
  max-width: 900px;
  margin: 0 auto;
}

#resources .terms .resource-item {
  width: 33%;
  float: left;
  margin-bottom: .25rem;
}

#resources .terms h2 {
  font-weight: 600;
  font-size: 1.1rem;
  border-bottom: 1px solid #999;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
}

#resources .terms h4 {
  line-height: 0.75rem;
  font-size: 0.9rem;
  margin: 0;
  font-weight: 600;
}

#resources #video h4 {
  position: absolute;
  bottom: 0%;
  width: 97%;
  padding: 5px;
  background: black;
  color: white;
  text-transform: capitalize;
  left: 0;
}

#resources.page section#video.block img {
  width: 100%;
}

#resources .terms a {
  line-height: 1.2rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #BC242F;
  text-transform: uppercase;
}

#resources.unauthenticated .terms a {
  opacity: 0.8;
}

#resources.unauthenticated #videos.terms a,
#resources.unauthenticated #faq.terms a,
#resources.unauthenticated .terms a.ungated {
  opacity: 1;
}

#resources .terms .resource-item span {
  width: 4rem;
  height: 4rem;
  display: block;
  float: left;
  background: transparent url("/wp-content/themes/redwolf-security-inc/images/resources_document.svg") -0.5rem 0 no-repeat;
}

#resources .terms .resource-item img {
  float: left;
  margin-right: 1.35rem;
}

#resources #whitepapers.terms .resource-item,
#resources #case-studies.terms .resource-item {
  width: 50%;
}

#resources .terms .resource-item p {
  margin: 0.35rem 0;
  font-size: .7rem;
}

#resources #whitepapers.terms .resource-item > p,
#resources #case-studies.terms .resource-item > p {
  max-width: 250px;
  float: left;
}

#resources #whitepapers.terms .resource-item p:last-child,
#resources #case-studies.terms .resource-item p:last-child {
  margin-top: 0;
  margin-left: 212px;
}

#resources #jmp-add-ins.terms .resource-item span {
  background: transparent url("/wp-content/themes/redwolf-security-inc/images/jmp_icon_block.png") 0 0 no-repeat;
  background-size: contain;
}

#resources #videos.terms .resource-item span {
  background: transparent url("/wp-content/themes/redwolf-security-inc/images/resources_video.svg") -0.25rem -10px no-repeat;
}

#resources #videos.terms .resource-item a {
  background: transparent url("/wp-content/themes/redwolf-security-inc/images/resources_projector.svg") no-repeat scroll 0 2px;
  background-size: 17%;
  display: block;
  float: left;
  padding-left: 1.5rem;
}

#resources #videos.terms .resource-item p,
#resources #presentations.terms .resource-item p,
#resources #jmp-add-ins.terms .resource-item p {
  padding-left: 4rem;
  margin: 0 0 .25rem 0;
}

#resources #video .resource-item {
  border: 1px solid black;
  position: relative;
  width: 30%;
  margin-right: 3%;
}
#resources #video .resource-item:hover {
  border: 1px solid #a61924;
}
#resources #video .resource-item:hover h4 {
  background: #a61924;
}

#resources #faq.terms .resource-item {
  width: 30%;
  padding-right: 1%;
}

#resources #faq.terms .resource-item a {
  text-transform: capitalize;
}

#simplemodal-login-container form .submit input {
  width: inherit;
  background-color: #BC242F !important;
}

#simplemodal-login-container form .submit input.simplemodal-close {
  background-color: #a61924 !important;
  height: 40px;
  text-transform: uppercase;
}

#simplemodal-login-container .title {
  color: #BC242F !important;
}

.cimy_uef_input_27,
#captcha_code {
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
}

@media screen and (max-width: 1023px) {
    #resources .terms .resource-item,
  #resources #whitepapers.terms .resource-item,
  #resources #faq.terms .resource-item {
    width: 100%;
    float: none;
  }

    #resources #whitepapers.terms .resource-item p:last-child {
    margin-bottom: 1rem;
    clear: both;
  }

    #resources #whitepapers {
    margin-bottom: 1rem;
    clear: both;
  }
}
.breadcrumbs span, .yarpp-related {
  font-size: 16px;
  line-height: 17.6px;
}

.breadcrumbs div span {
  margin-right: 5px;
}
.breadcrumbs div span:first-child {
  margin-left: 0;
}

#main .yarpp-related h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#main .yarpp-related .yarpp-date {
  font-size: 14px;
  line-height: 15.4px;
}
#main .yarpp-related ol li {
  list-style: none;
  margin-bottom: 20px;
}
#main .yarpp-related ol li a {
  font-weight: 300;
}
#main .yarpp-related abbr {
  display: none;
}

/***********************************************************************

    Popup

************************************************************************/
.popup_background {
  background-color: #28303c !important;
  opacity: 0.98 !important;
}

#contact_popup {
  width: 60%;
}

.mainPopup {
  width: 80%;
  background: none;
  padding: 50px;
  margin: 0 auto;
}

.mainPopup h1 {
  text-align: center;
  font-size: 4em;
  color: #fff;
}

.mainPopup p {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 1.8em;
  opacity: 0.5;
  text-align: center;
}

#closeButton {
  position: relative;
  float: right;
  margin: -50px -70px 0 0;
  font-size: 1.0em;
  cursor: pointer;
}

.popup_back {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9500;
}

.popup_cont {
  position: fixed;
  z-index: 9500;
}

.preloader {
  z-index: 9500;
}

.popup_close {
  cursor: pointer;
  position: absolute;
  padding: 5px;
  right: 5px;
  top: 0;
  z-index: 9600;
}

.popup_close:hover {
  color: #111;
}

.popup_back {
  cursor: pointer;
  background-color: #b2cea4;
}

.preloader {
  left: 50%;
  margin: -10px 0 0 -25px;
  position: fixed;
  top: 50%;
}

/***********************************************************************

    Footer

************************************************************************/
footer {
  color: #fff;
  background-color: #333;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4em;
}

#footer-menu {
  clear: both;
}

.footer-nav ul {
  list-style: none;
  margin: 0 auto 30px auto;
  clear: both;
}

.footer-nav ul li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
}

.footer-nav ul li a {
  border-bottom: solid 1px #df212e;
  padding-bottom: 12px;
  margin-bottom: 16px;
  display: block;
  width: 90%;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

.footer-nav ul li ul li {
  display: block;
  width: 100%;
  text-transform: none;
  font-weight: 300;
  line-height: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

.footer-nav ul li ul li a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-size: 1.3em;
}

.footerLink {
  margin-left: 20px;
}

.footer-info {
  font-size: 1.2em;
}

#footer-social {
  background: #333 url("../images/bg_footerinfo.png");
  background-position: center center;
  background-size: cover;
  -webkit-transition: all ease-out 0ms;
  -moz-transition: all ease-out 0ms;
  -ms-transition: all ease-out 0ms;
  -o-transition: all ease-out 0ms;
  transition: all ease-out 0ms;
}
#footer-social a {
  font-size: inherit;
}

#footer-social div {
  height: 52px;
}

#footer-social .contact-info {
  font-size: 2em;
  font-weight: 600;
  padding-top: 15px;
}

#footer-social .social-icons {
  font-size: 1.8em;
  padding-top: 18px;
}

#footer-social .social-icons a {
  margin-right: 10px;
  vertical-align: middle;
}

footer h2.subscribe {
  padding: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #df212e;
  display: block;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
}

@media screen and (max-width: 60em) {
    #footer-social {
    background-position: left center;
  }
    #footer-social .social-icons {
    font-size: 2em;
    margin-bottom: 0;
    padding-top: 10px;
  }
    #footer-social .social-icons a {
    margin-right: 20px;
  }
    #footer-social .contact-info {
    font-size: 1em;
    font-weight: 600;
    line-height: 16px;
  }
    #footer-social .three-column-bucket {
    width: 90%;
  }
    #footer-social .three-column-bucket.left {
    margin-bottom: 0;
  }
    #footer-social .three-column-bucket.left span {
    display: none;
  }
    #footer-social .three-column-bucket.center {
    float: left;
    display: inline-block;
  }
    #footer-social .three-column-bucket.right {
    display: none;
  }

    .footer-nav ul li {
    width: 48%;
  }
}
@media (max-width: 960px) {
    #footer-social .contact-info {
    font-size: 3.0em;
    padding-top: 18px;
  }
}
@media (min-width: 960px) and (max-width: 1060px) {
    #footer-social .contact-info {
    font-size: 1.8em;
    padding-top: 18px;
  }
}
@media (max-width: 37.5em) {
    .footer-nav ul li {
    width: 92%;
  }

    input.subscribeField {
    width: 90%;
  }

    #footer-social .contact-info {
    font-size: 2.0em;
    padding-top: 18px;
  }
}
@media (max-width: 390px) {
    #footer-social .contact-info {
    font-size: 1.8em;
    padding-top: 18px;
  }
}
@media (max-width: 320px) {
    #footer-social .contact-info {
    font-size: 1.6em;
    padding-top: 18px;
  }
}
/***********************************************************************

    Forms

************************************************************************/
input.subscribeField {
  width: 55%;
  float: left;
  height: 40px;
  padding: 0px 10px 0px 10px;
  margin: 0px 5px 5px 0;
  background: #ebebeb;
  color: #4d4d4d;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.1s ease-in;
  border: none;
  outline: none;
  font-weight: 500;
}

input[type=submit] {
  height: 40px;
  width: 35%;
  padding: 1px 10px;
  margin: 0px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.1s ease-in;
  color: #fff;
  -webkit-appearance: none;
  background: #DF202D;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
}

input[type=submit]:hover {
  background: #4d4d4d;
  -webkit-appearance: none;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #4d4d4d;
}

:-moz-placeholder {
  color: #4d4d4d;
}

::-moz-placeholder {
  color: #4d4d4d;
}

:-ms-input-placeholder {
  color: #4d4d4d;
}

/* CONTACT FORM */
#pardot-contact-form label.error {
  color: #c92032;
  font-style: italic;
  font-weight: 200;
}

#pardot-contact-form input.error {
  background-color: rgba(201, 32, 50, 0.07);
}

/** PARDOT */
#pardot-form p.error select {
  border: 1px solid red !important;
}

#pardot-form p.error.no-label {
  display: none;
}

#pardot-form form.form p.error.pd-checkbox span.value label {
  color: red !important;
}

#pardot-form p.error.no-label {
  color: red;
  font-size: 13px;
}

#pardot-form p.errors {
  color: red;
  background-color: #fff !important;
}

#pardot-form p.error label, p.error select, p.error textarea {
  color: red !important;
}

#pardot-form p.error input, #pardot-form p.error select, #pardot-form p.error textarea {
  border-color: red !important;
  border: 1px solid red !important;
}

#pardot-form label.field-label {
  display: block;
}

#pardot-form input[type=radio] {
  display: inline-block;
  width: auto !important;
  margin: 10px !important;
}

#pardot-form label.inline {
  padding-right: 10px;
  display: inline-block;
}

#pardot-form label {
  color: #fff;
  font-size: 14px;
  font-family: "proxima-nova",sans-serif;
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

input[type=submit] {
  height: 40px;
  padding: 1px 10px !important;
  margin: 0px;
  border: none !important;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.1s ease-in;
  color: #fff;
  -webkit-appearance: none;
  background: #DF202D;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* Border-box box model FTW! */
#pardot-form,
#pardot-form *,
#pardot-form *:before,
#pardot-form *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Override form margin and padding set in the default stylesheet. Inherit font and color from page. */
#pardot-form {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

/* Override form field wrapper margin and padding set in the default stylesheet. */
#pardot-form .form-field,
#pardot-form .submit {
  margin: 15px 0 15px 0;
  padding: 0;
}

/* Remove top margin from first from field wrapper. */
#pardot-form .form-field:first-child {
  margin-top: 0;
}

/* Set default input style. */
#pardot-form input {
  border: 1px solid #000;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 7px 15px;
  width: 100%;
}

/* When labels are not floated left, set width on text inputs, textareas, and selects to 100%. */
#pardot-form input.text,
#pardot-form input.date,
#pardot-form textarea,
#pardot-form select {
  width: 100%;
  font-family: inherit;
  color: inherit;
  font-size: 16px;
  color: #000;
  padding-left: 10px;
}

#pardot-form select {
  width: 100%;
  font-family: inherit;
  color: inherit;
  height: 34px;
  border: 1px solid #000;
  padding-left: 10px;
  border-radius: 0px;
  background: #FFF url(http://go.pardot.com/l/309991/2017-03-09/fsb/309991/1439/jlp_bg_select.png) 100% 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* When labels are floated left, set width on field labels to a percentage of available width. In browsers that support calc(), use static label width instead and the form field will consume the remaining width. */
#pardot-form.label-left .field-label {
  width: 35%;
  width: calc(115px);
}

/* When labels are floated left, set width on text inputs, textareas, and selects to a percentage. In supported browsers, set width to 100% minus the width of the label instead. */
#pardot-form.label-left input.text,
#pardot-form.label-left input.date,
#pardot-form.label-left textarea,
#pardot-form.label-left select {
  width: 65%;
  width: calc(100% - 115px);
}

/* When labels are floated left, indent supporting form elements by the same amount as the field label. */
#pardot-form.label-left span.value,
#pardot-form.label-left .description,
#pardot-form.label-left .no-label > *,
#pardot-form.label-left .submit,
#pardot-form.label-left .error.no-label {
  margin-left: 35%;
  margin-left: calc(115px);
}

/* Remove unnecessary left padding on required radio/checkbox field labels when label alignment is set to above and the required symbol is set to default in form styling options. */
#pardot-form label.inline {
  padding-left: 0;
  display: inline-block;
  position: relative;
}

/* Backup styles in case padding is added to text inputs. */
#pardot-form input.date {
  padding-left: 20px;
  background-position: left center;
}

/* 50/50 styling */
p.form-field.first_name.pd-text {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.first_name.pd-text.required {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.last_name.pd-text {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.last_name.pd-text.required {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.email.pd-text.required {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.email.pd-text.required {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.phone.pd-text {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.phone.pd-text.required {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.first_name.pd-text {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.company.pd-text.required {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.job_title.pd-text {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.job_title.pd-text.required {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.industry.pd-select {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.industry.pd-select.required {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.country.pd-select {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.country.pd-select.required {
  width: 100%;
  display: inline-block;
  padding: 0px 5px !important;
}

p.form-field.comments.pd-textarea.required {
  width: 100%;
  padding: 0px 5px !important;
}

@media (min-width: 48em) {
    #section-header .mainContent .two-column-bucket-60 {
    z-index: 200;
    position: absolute;
  }

    .home #home-header {
    height: 695px;
  }
    .home #home-header .header-slider .slick-track {
    height: 695px;
  }
    .home #home-header #headerContent {
    padding-top: 331px;
  }
    .home #home-header h1 {
    font-size: 6.1em;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: .008em;
  }
}
@media (max-width: 63em) {
    p.lead-copy {
    font-size: 2.8em;
  }

    .cd-tabs-navigation {
    margin: 0;
  }
}