/*
 Theme Name: Privacy Analytics 2015
 Version: 1
 Author: Accel Web Marketing
 Author URI: https://accelweb.ca
 */
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, textarea {
  font-family: "Roboto", Arial, sans-serif;
  color: #404040;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 500;
}
h3 {
  font-size: 40px;
  font-weight: 100;
}
p {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Accessibility
 # Alignments
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
.scaling-svg-container {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
  /* override this inline for aspect ratio other than square */
}
.scaling-svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
  color: #1271a5;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  width: 80%;
  margin: 20px auto;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
textarea:focus, input:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.greybg {
  background: #f2f2f2;
}
.bluebg {
  background: #1271a5;
  color: white;
}
.bigheading {
  font-size: 40px !important;
  font-weight: 100 !important;
  margin: 0 0 20px !important;
}
.pabutton {
  background: #1271a5;
  display: inline-block;
  margin: 30px auto;
  border: 1px solid #1271a5;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  padding: 10px 28px;
  font-size: 18px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.pabutton:hover {
  background: #0f618e;
  color: white;
  text-decoration: none !important;
}
.clearbutton {
  background: transparent;
  display: inline-block;
  margin: 30px auto;
  border: 1px solid #1271a5;
  border-radius: 5px;
  color: black;
  text-decoration: none;
  padding: 10px 28px;
  font-size: 18px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.clearbutton:hover {
  background: #1271a5;
  color: white;
  text-decoration: none !important;
}
.clearbutton.white {
  border-color: white;
  color: white;
}
.clearbutton.white:hover {
  color: black;
  background: white;
}
.clearbutton.small {
  font-size: 16px;
  padding: 8px 20px;
}
.clearbutton.green {
  border-color: #9bbb59;
}
.clearbutton.green:hover {
  background-color: #9bbb59;
}
.video-play-button {
  display: block;
  margin: 45px auto 30px;
  width: 120px;
  height: 120px;
  opacity: 0.9;
}
.video-play-button:hover {
  opacity: 1;
}
.video-play-button img {
  width: 100%;
  height: auto;
}
ul.checkmarks {
  list-style: none;
  margin: 0 0 -5px 0;
  padding: 0;
}
ul.checkmarks li {
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 0px 3px;
  padding: 0 0 10px 30px;
}
ul.checkmarks.bronze li {
  background-image: url(images/bronze-checkmark.png);
}
ul.checkmarks.silver li {
  background-image: url(images/silver-checkmark.png);
}
ul.checkmarks.gold li {
  background-image: url(images/gold-checkmark.png);
}
.wp-pagenavi {
  font-size: 18px;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}
.wp-pagenavi .current, .wp-pagenavi .page {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 5px;
}
.quote {
  padding: 60px 0;
  text-align: center;
  font-weight: 100;
}
.quote blockquote {
  width: 75%;
  margin: 0 auto;
  padding: 0;
  font-size: 22px;
  position: relative;
}
.quote blockquote span {
  font-size: 40px;
  font-weight: 400;
  opacity: 0.4;
  line-height: 0;
  vertical-align: middle;
}
.quote blockquote span.open {
  padding-right: 5px;
}
.quote blockquote span.close {
  padding-left: 5px;
}
.quote cite {
  display: block;
  margin: 20px auto 0;
  width: 75%;
  padding: 0;
  font-size: 18px;
}
.success-story {
  padding: 60px 0;
  text-align: center;
}
.success-story h3 {
  margin: 0 0 20px;
}
.success-story .clearbutton {
  margin: 12px 15px 0;
}
.benefits {
  width: 85%;
  margin: 0 auto 0;
}
.benefits .benefit {
  width: 25%;
  margin: 0 4.16% 0;
  float: left;
}
.benefits .benefit .icon-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #1271a5;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.benefits .benefit .icon-container .icon {
  position: absolute;
  width: 78.44px;
  height: auto;
  bottom: -80px;
  left: 100px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.benefits .benefit .icon-container .icon.show {
  left: 20px;
  bottom: 1px;
}
.benefits .benefit h4 {
  color: #1271a5;
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0 22px;
}
.benefits .benefit p {
  margin: 0;
}
.benefits .clearbutton {
  margin-bottom: 0;
}
.why-pa {
  padding: 60px 0;
  text-align: center;
}
.why-pa h3 {
  margin: 0 0 20px;
}
.tiles {
  background: #111;
  text-align: center;
  color: white;
  overflow-x: hidden;
  overflow-y: hidden;
}
.tiles .col {
  float: left;
  width: 33.333%;
}
.tiles .col .tile {
  float: none;
  width: 100%;
}
.tiles .tile {
  display: block;
  float: left;
  width: 33.333%;
  height: 390px;
  margin: 0;
  position: relative;
  color: white;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.tiles .tile .clearbutton.small {
  margin-bottom: 0;
}
.tiles .tile .tile-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.tiles .tile .tile-contents {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 10px 50px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tiles .tile .tile-contents .icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 30px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.tiles .tile .tile-contents h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1em;
}
.tiles .tile.active .tile-contents .icon {
  width: 70px;
  height: 70px;
}
.tiles .tile.title h3 {
  margin: 0 0 5px;
}
.tiles .tile.title p {
  margin: 10px 0 0;
  line-height: 1.75em;
}
.tiles .tile.title .clearbutton {
  margin-top: 20px;
}
.text-3-icons {
  padding: 60px 0;
  text-align: center;
}
.text-3-icons p {
  margin: 10px 0;
}
.text-3-icons .icons {
  margin: 45px auto 0;
}
.text-3-icons .icons .icon {
  display: inline-block;
  width: 20%;
  margin: 0 5%;
  text-align: center;
  vertical-align: top;
}
.text-3-icons .icons .icon img {
  width: 100px;
  height: 100px;
}
.text-3-icons .icons .icon p {
  margin: 20px 0 0;
}
.intro {
  padding: 50px 0;
  text-align: center;
}
.intro .clearfix {
  position: relative;
}
.intro .left {
  width: 47.5%;
  font-size: 42px;
  padding: 0 5%;
  font-weight: 100;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.intro .right {
  width: 50%;
  float: right;
  text-align: left;
}
.intro .right p {
  margin-bottom: 12px;
}
.intro .right strong {
  font-weight: 400;
}
.intro .right img {
  width: 80%;
}
.intro .clearbutton {
  margin: 30px 0 0;
}
.text-image {
  padding: 60px 0;
  text-align: center;
}
.text-image .intro-text {
  font-size: 20px;
  margin-bottom: 20px;
}
.text-image .intro-text p {
  line-height: 1.5em;
}
.text-image .content {
  position: relative;
  margin: 40px auto 0;
}
.text-image .content.reduced {
  margin-bottom: 15px;
}
.text-image .content.reduced .text {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.text-image .content.reduced .text.left {
  right: 0;
}
.text-image .content.reduced .text p {
  margin-top: 0;
  margin-bottom: 0;
}
.text-image .image {
  width: 25%;
  margin: 0 5%;
  float: left;
}
.text-image .image.right {
  float: right;
}
.text-image .text {
  width: 65%;
  float: left;
  text-align: left;
}
.text-image .clearbutton {
  margin-bottom: 0;
}
.text-icons-2cols {
  padding: 60px 0;
  padding-bottom: 40px;
  text-align: center;
}
.text-icons-2cols .icons {
  text-align: left;
  margin: 40px auto 0;
}
.text-icons-2cols .icons .icon {
  width: 46.5%;
  margin: 0 0 30px;
  min-height: 50px;
  float: left;
  position: relative;
  padding-left: 80px;
}
.text-icons-2cols .icons .icon strong {
  font-weight: 400;
}
.text-icons-2cols .icons .icon.odd {
  clear: left;
  margin-right: 3.5%;
}
.text-icons-2cols .icons .icon.even {
  margin-left: 3.5%;
}
.text-icons-2cols .icons .icon img {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 50px;
  height: 50px;
}
.text-icons-2cols .icons .icon p {
  margin: 0;
}
.text-icons-2cols .clearbutton {
  position: relative;
  margin-bottom: 30px;
}
.customers {
  text-align: center;
  padding: 60px 0;
}
.customers .logos {
  margin: 30px 0 0;
  text-align: center;
}
.customers .logos .logo {
  width: 32%;
  height: 200px;
  display: inline-block;
  position: relative;
}
.customers .logos img {
  width: 70%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.three-circle-icons {
  padding: 60px 0;
  text-align: center;
}
.three-circle-icons .intro-text {
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  margin-bottom: 60px;
}
.three-circle-icons .intro-text p {
  line-height: 1.5em;
}
.three-circle-icons .benefits {
  margin-bottom: 0;
}
.three-circle-icons .benefits h4 {
  margin-bottom: 0;
}
.three-step-process {
  padding: 60px 0;
  text-align: center;
}
.three-step-process h3 {
  margin: 0;
}
.three-step-process .steps {
  width: 80%;
  margin: 50px auto 0;
}
.three-step-process .steps .step {
  float: left;
  width: 25%;
  font-weight: 400;
}
.three-step-process .steps .step .icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  border-radius: 50%;
  position: relative;
}
.three-step-process .steps .step .icon img {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.three-step-process .steps .step p {
  margin: 0;
}
.three-step-process .steps .arrow {
  width: 12.5%;
  float: left;
}
.three-step-process .steps .arrow img {
  width: 60px;
  margin-top: 58px;
}
.four-step-process-link {
  padding: 60px 0;
  text-align: center;
}
.four-step-process-link h3 {
  margin: 0;
}
.four-step-process-link .steps {
  width: 100%;
  margin: 0 auto 0;
}
.four-step-process-link .steps .step {
  float: left;
  width: 20%;
  font-weight: 400;
}
.four-step-process-link .steps .step .icon {
  width: 150px;
  height: 130px;
  margin: 0 auto 0;
  border-radius: 50%;
  position: relative;
}
.four-step-process-link .steps .step .icon img {
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.four-step-process-link .steps .step p {
  margin: 0;
}
.four-step-process-link .steps .arrow {
  width: 6.66%;
  float: left;
}
.four-step-process-link .steps .arrow img {
  width: 50px;
  margin-top: 68px;
}
.four-step-process {
  padding: 60px 0;
  text-align: center;
}
.four-step-process h3 {
  margin: 0;
}
.four-step-process .intro-text {
  font-size: 20px;
}
.four-step-process .intro-text p {
  line-height: 1.5em;
}
.four-step-process .steps {
  width: 100%;
  margin: 50px auto 0;
}
.four-step-process .steps .step {
  float: left;
  width: 20%;
  margin: 0 2.5%;
}
.four-step-process .steps .step .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border-radius: 50%;
  position: relative;
  color: white;
  font-size: 60px;
  text-align: center;
  padding-top: 8px;
  font-weight: 100;
}
.four-step-process .steps .step p {
  margin: 0;
  line-height: 1.6em;
}
.four-step-process .text {
  margin: 40px 0 0;
}
.four-step-process .clearbutton {
  margin-top: 15px;
  margin-bottom: 0;
}
.two-cols-image {
  padding: 60px 0;
  text-align: center;
}
.two-cols-image h3 {
  margin: 0;
}
.two-cols-image img {
  display: block;
  margin: 0 auto 35px;
  width: 45%;
}
.two-cols-image p {
  margin: 0;
  text-align: left;
}
.two-cols-image .cols {
  margin: 45px auto 0;
}
.two-cols-image .left {
  float: left;
  width: 45%;
  margin: 0 5% 0 0;
}
.two-cols-image .right {
  float: left;
  width: 45%;
  margin: 0 0 0 5%;
}
.two-cols-image .clearbutton {
  margin-top: 50px;
  margin-bottom: 0;
}
.text-block {
  padding: 60px 0;
  text-align: center;
  font-size: 18px;
}
.text-block .wrapper.reduced {
  width: 60%;
}
.text-block .clearbutton {
  margin-top: 15px;
  margin-bottom: 0;
}
.risk-calculator {
  padding: 60px 0;
  text-align: center;
}
.risk-calculator p {
  margin-bottom: 0.5em;
}
.risk-calculator .clearbutton {
  margin-bottom: 10px;
}
.risk-calculator .clearbutton i {
  margin-right: 7px;
}
.risk-calculator .calculator {
  padding: 20px 25px;
  background: #f9f9f9;
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
}
.risk-calculator .calculator p {
  line-height: 1.3em;
}
.risk-calculator .calculator .form-horizontal {
  margin: 30px 0 0;
}
.risk-calculator .calculator .form-horizontal .field {
  margin: 0 0 20px;
  text-align: left;
}
.risk-calculator .calculator .form-horizontal .field .label {
  width: 70%;
  display: block;
  float: left;
  clear: left;
}
.risk-calculator .calculator .form-horizontal .field .input {
  width: 25%;
  margin: 0 0 0 5%;
  float: left;
}
.risk-calculator .calculator .form-horizontal .field .input input[type="text"] {
  width: 100%;
  padding: 2px 5px;
}
.risk-calculator .calculator .form-horizontal .help-block {
  color: red;
  font-size: 0.8em;
}
.risk-calculator .calculator #calculator-results {
  margin-bottom: 25px;
}
.risk-calculator .calculator #calculate-db {
  margin-top: 15px;
}
.risk-calculator .calculator .disclaimer {
  margin-top: 30px;
  font-style: italic;
  font-size: 0.8em;
}
.hands-on-workshop {
  padding: 60px 0;
  text-align: center;
}
.hands-on-workshop h3 {
  margin: 0;
}
.hands-on-workshop .intro-text {
  font-size: 20px;
}
.hands-on-workshop .intro-text p {
  line-height: 1.5em;
}
.hands-on-workshop .steps {
  width: 100%;
  margin: 50px auto 0;
}
.hands-on-workshop .steps .step {
  float: left;
  width: 45%;
  margin: 0 2.5% 40px;
  padding-left: 60px;
  position: relative;
  text-align: left;
}
.hands-on-workshop .steps .step .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 30px;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  text-align: center;
  padding-top: 5px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: 5px;
}
.hands-on-workshop .steps .step p {
  margin: 0;
  line-height: 1.6em;
}
.hands-on-workshop .steps .step ul {
  margin-top: 10px;
}
.hands-on-workshop .steps .step.step3 {
  clear: left;
}
.hands-on-workshop .steps .step.image img {
  width: 60%;
}
.hands-on-workshop .clearbutton {
  margin-bottom: 0;
}
.sidebar .mktoForm {
  width: auto !important;
}
.sidebar .mktoForm .mktoFormRow {
  padding: 0;
}
.sidebar .mktoForm .mktoFormCol {
  float: none;
  margin: 0;
  min-height: 60px;
}
.sidebar .mktoForm .mktoOffset, .sidebar .mktoForm .mktoGutter {
  display: none;
}
.sidebar .mktoForm .mktoFieldWrap {
  float: none !important;
}
.sidebar .mktoForm input[type=text], .sidebar .mktoForm input[type=url], .sidebar .mktoForm input[type=tel], .sidebar .mktoForm input[type=number], .sidebar .mktoForm input[type=email], .sidebar .mktoForm input[type=date], .sidebar .mktoForm select.mktoField, .sidebar .mktoForm textarea.mktoField {
  margin: 5px 0 !important;
  width: 100% !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  padding: 4px 8px 3px !important;
  border: none !important;
  border: none !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sidebar .mktoForm input[type=text]:focus, .sidebar .mktoForm input[type=url]:focus, .sidebar .mktoForm input[type=tel]:focus, .sidebar .mktoForm input[type=number]:focus, .sidebar .mktoForm input[type=email]:focus, .sidebar .mktoForm input[type=date]:focus, .sidebar .mktoForm select.mktoField:focus, .sidebar .mktoForm textarea.mktoField:focus {
  border: 1px solid #64b4e0 !important;
}
.sidebar .mktoForm .mktoLabel, .sidebar .mktoForm strong {
  width: auto !important;
  font-weight: 300 !important;
  font-size: 14px;
  padding: 0;
}
.sidebar .mktoForm .mktoFormRow:nth-last-child(11) .mktoFormCol, .sidebar .mktoForm .mktoFormRow:nth-last-child(12) .mktoFormCol {
  float: left;
  clear: none;
}
.sidebar .mktoForm .mktoFormRow:nth-last-child(11) .mktoFormCol .mktoHtmlText, .sidebar .mktoForm .mktoFormRow:nth-last-child(12) .mktoFormCol .mktoHtmlText {
  width: 160px;
}
.sidebar .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
  display: block;
  text-align: center;
}
.sidebar .mktoForm .mktoButtonWrap .mktoButton {
  background: none !important;
  background: transparent !important;
  display: inline-block !important;
  margin: 5px auto 0 !important;
  border: 1px solid #1271a5 !important;
  border-radius: 5px !important;
  color: #1271a5 !important;
  text-decoration: none !important;
  padding: 8px 20px !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-family: inherit !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.sidebar .mktoForm .mktoButtonWrap .mktoButton:hover {
  background: #1271a5 !important;
  color: white !important;
  text-decoration: none !important;
}
.marketo-form {
  font-size: 14.5px;
  color: #404040;
}
.marketo-form .field {
  margin: 0 0 14px;
}
.marketo-form .field label {
  display: block;
  margin: 0 0 2px;
}
.marketo-form .field label .required {
  color: #bf0000;
}
.marketo-form .field input, .marketo-form .field select, .marketo-form .field textarea {
  width: 100%;
  font-size: 16px;
  border: none;
  border-radius: 0;
  padding: 4px 8px 3px;
}
.marketo-form .field input:focus, .marketo-form .field select:focus, .marketo-form .field textarea:focus {
  border: 1px solid #64b4e0;
  padding: 3px 7px 2px;
}
.marketo-form .field select {
  -webkit-appearance: none;
  background: #fff url(https://app-ab01.marketo.com/js/forms2/images/arrow-down-bk.png) center right no-repeat;
  outline: none;
  min-height: 31px;
}
.marketo-form .field .email-invalid {
  color: #bf0000;
  font-size: 12px;
  display: none;
}
.marketo-form .field.checkbox {
  width: 100% !important;
}
.marketo-form .field.checkbox input {
  display: block;
  width: 8%;
  float: left;
  margin: 2px 0 0;
}
.marketo-form .field.checkbox label {
  float: left;
  width: 90%;
  margin-left: 2%;
  font-size: 12px;
}
.marketo-form .field.textarea {
  width: 100% !important;
}
.marketo-form input[type="submit"] {
  background: transparent;
  display: block;
  clear: both;
  margin: 5px auto 0;
  border: 1px solid #1271a5;
  border-radius: 5px;
  color: #1271a5;
  padding: 8px 20px;
  font-size: 16px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.marketo-form input[type="submit"]:hover {
  background: #1271a5 !important;
  color: white !important;
  text-decoration: none !important;
}
.marketo-contact {
  padding: 60px 0;
  text-align: center;
  color: white;
  font-family: 'Roboto', sans-serif !important;
}
.marketo-contact p {
  margin-bottom: 5px;
}
.marketo-contact .marketo-form {
  margin: 40px auto 0;
  width: 80%;
  color: white;
  text-align: left;
}
.marketo-contact .marketo-form .field {
  float: left;
  width: 33.333%;
  padding: 0 20px;
}
.marketo-contact .marketo-form .field label .required {
  color: white;
}
.marketo-contact .marketo-form .field input:focus, .marketo-contact .marketo-form .field select:focus, .marketo-contact .marketo-form .field textarea:focus {
  border: none;
  padding: 4px 8px 3px;
}
.marketo-contact .marketo-form .field.checkbox input {
  width: 2%;
}
.marketo-contact .marketo-form .field.checkbox label {
  width: 97%;
  margin-left: 1%;
}
.marketo-contact .marketo-form .field .email-invalid {
  color: white;
}
.marketo-contact .marketo-form input[type="submit"] {
  border: 1px solid white;
  border-radius: 5px;
  color: white;
}
.marketo-contact .marketo-form input[type="submit"]:hover {
  background: white !important;
  color: black !important;
}
.marketo-contact .mktoForm {
  color: white !important;
  width: auto !important;
}
.marketo-contact .mktoForm .mktoFormRow {
  width: 33.333%;
  padding: 0 20px;
  float: left;
  clear: none;
}
.marketo-contact .mktoForm .mktoFormCol {
  float: none;
  margin: 0;
  min-height: 60px;
}
.marketo-contact .mktoForm .mktoOffset, .marketo-contact .mktoForm .mktoGutter {
  display: none;
}
.marketo-contact .mktoForm .mktoFieldWrap {
  float: none;
}
.marketo-contact .mktoForm input[type=text], .marketo-contact .mktoForm input[type=url], .marketo-contact .mktoForm input[type=tel], .marketo-contact .mktoForm input[type=number], .marketo-contact .mktoForm input[type=email], .marketo-contact .mktoForm input[type=date], .marketo-contact .mktoForm select.mktoField, .marketo-contact .mktoForm textarea.mktoField {
  margin: 5px 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  font-weight: 400 !important;
  font-size: 16px;
  padding: 4px 8px 3px;
  border: none !important;
}
.marketo-contact .mktoForm .mktoLabel, .marketo-contact .mktoForm strong {
  width: auto !important;
  font-weight: 300 !important;
  font-size: 14px;
  padding: 0;
}
.marketo-contact .mktoForm .mktoAsterix {
  float: none;
  display: inline-block !important;
  padding: 0 5px 0 0;
  color: white;
}
.marketo-contact .mktoForm .mktoFormRow:nth-child(8) textarea.mktoField {
  height: 100px;
}
.marketo-contact .mktoForm .mktoFormRow:nth-child(8), .marketo-contact .mktoForm .mktoFormRow:nth-child(9), .marketo-contact .mktoForm .mktoButtonRow {
  width: 100%;
}
.marketo-contact .mktoForm .mktoFormRow:nth-child(9) .mktoFormCol {
  float: left;
  width: auto !important;
}
.marketo-contact .mktoForm .mktoFormRow:nth-child(9) .mktoHtmlText {
  width: auto !important;
  padding-top: 4px;
}
.marketo-contact .mktoForm .mktoFormRow:nth-child(9) .mktoLogicalField {
  width: auto !important;
}
.marketo-contact .mktoForm .mktoButtonRow {
  text-align: center;
}
.marketo-contact .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 !important;
}
.marketo-contact .mktoForm .mktoButtonWrap.mktoRound {
  display: block;
  height: 60px;
}
.marketo-contact .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  background: none;
  background: transparent;
  display: inline-block;
  margin: 5px auto 0;
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  padding: 8px 20px;
  font-size: 16px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.marketo-contact .mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover {
  background: white;
  color: black;
  text-decoration: none !important;
}
.marketo-contact.hide-comments .field.textarea {
  display: none;
}
.test-drive-cta {
  padding: 60px 0;
  text-align: center;
  color: white;
  overflow: hidden;
}
.test-drive-cta .steering-wheel {
  position: absolute;
  bottom: -140px;
  right: 0;
  width: 350px;
  height: 350px;
  z-index: 0;
}
.test-drive-cta .content {
  position: relative;
  text-align: left;
  z-index: 1;
}
.test-drive-cta .content ul {
  margin: 30px auto 0;
  width: 80%;
  display: block;
}
.test-drive-cta .content ul li {
  width: 45%;
  float: left;
  margin-right: 2.5%;
  margin-left: 2.5%;
  margin-bottom: 20px;
}
.test-drive-cta .clearbutton {
  position: relative;
  margin-bottom: 0;
}
.compliance-monitor-diagram {
  padding: 60px 0;
}
.compliance-monitor-diagram h3 {
  text-align: center;
  margin-bottom: 40px;
}
.compliance-monitor-diagram .diagram {
  height: 430px;
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.compliance-monitor-diagram .diagram .diagram-image {
  width: 475px;
  height: auto;
  position: absolute;
  top: 75px;
  left: 0;
}
.compliance-monitor-diagram .diagram .label {
  position: absolute;
  width: 375px;
  right: 0;
  line-height: 1.3em;
}
.compliance-monitor-diagram .diagram .label strong {
  font-weight: 400;
}
.compliance-monitor-diagram .diagram .label.label2 {
  top: 130px;
}
.compliance-monitor-diagram .diagram .label.label3 {
  top: 290px;
}
.compliance-monitor-diagram .diagram .circle {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid #333;
}
.compliance-monitor-diagram .diagram .circle > div {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #333;
}
.compliance-monitor-diagram .diagram .circle.label1 {
  top: 105px;
  left: 250px;
}
.compliance-monitor-diagram .diagram .circle.label2 {
  top: 275px;
  left: 385px;
}
.compliance-monitor-diagram .diagram .circle.label3 {
  top: 315px;
  left: 95px;
}
.compliance-monitor-diagram .diagram .line {
  position: absolute;
  background: #333;
}
.compliance-monitor-diagram .diagram .line.vertical {
  width: 2px;
}
.compliance-monitor-diagram .diagram .line.vertical.label1 {
  height: 90px;
  top: 22px;
  left: 259px;
}
.compliance-monitor-diagram .diagram .line.vertical.label2 {
  height: 133px;
  top: 153px;
  left: 518px;
}
.compliance-monitor-diagram .diagram .line.vertical.label3a {
  height: 70px;
  top: 325px;
  left: 104px;
}
.compliance-monitor-diagram .diagram .line.vertical.label3b {
  height: 82px;
  top: 313px;
  left: 518px;
}
.compliance-monitor-diagram .diagram .line.horizontal {
  height: 2px;
}
.compliance-monitor-diagram .diagram .line.horizontal.label1 {
  width: 301px;
  top: 22px;
  left: 259px;
}
.compliance-monitor-diagram .diagram .line.horizontal.label2a {
  width: 125px;
  top: 284px;
  left: 395px;
}
.compliance-monitor-diagram .diagram .line.horizontal.label2b {
  width: 42px;
  top: 153px;
  left: 518px;
}
.compliance-monitor-diagram .diagram .line.horizontal.label3a {
  width: 416px;
  top: 393px;
  left: 104px;
}
.compliance-monitor-diagram .diagram .line.horizontal.label3b {
  width: 42px;
  top: 313px;
  left: 518px;
}
.reduced {
  width: 70%;
}
.node-background {
  background: url(images/cta-hp-background.png) #333 no-repeat center center fixed;
  background-size: cover;
}
.node-background-light {
  background: url(images/cta-hp-background-light.png) #333 no-repeat center center fixed;
  background-size: cover;
}
/*
 HEADER
 */
.site-header {
  height: 100px;
  width: 100%;
  background: #eee;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  z-index: 100;
}
.site-header .wrapper {
  position: static;
}
.site-header .logo {
  display: block;
  width: 270px;
  float: left;
  margin: 12px 0 0 0;
}
.site-header .logo img {
  width: auto;
}
.site-header .contact-info {
  position: relative;
}
.site-header .contact-info .credentials {
  color: #9b9c9e;
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: 16px;
  z-index: 10;
}
.site-header .contact-info .credentials a {
  color: #9b9c9e;
  text-decoration: none;
}
.site-header .contact-info .credentials a:hover {
  text-decoration: underline;
}
.site-header .contact-info .credentials .email {
  display: inline-block;
  margin-left: 10px;
}
.site-header .main-navigation > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation > div > ul {
  float: right;
}
.site-header .main-navigation > div > ul > li {
  float: left;
  display: block;
}
.site-header .main-navigation > div > ul > li > a {
  display: block;
  position: relative;
  height: 80px;
  margin: 20px 0 0;
  padding: 28px 18px 0;
  color: black;
  background: #1271a5;
  box-shadow: 0 80px 0 0 white inset;
  -webkit-transition: box-shadow 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out, color 0.1s ease-in-out;
  -ms-transition: box-shadow 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, color 0.1s ease-in-out;
}
.site-header .main-navigation > div > ul > li > ul {
  display: none;
  position: absolute;
  background: #1271a5;
  width: 100%;
  left: 0;
}
.site-header .main-navigation > div > ul > li > ul > li a {
  padding: 5px 18px;
  color: white;
  display: block;
  font-size: 16px;
}
.site-header .main-navigation > div > ul > li > ul > li a:hover {
  text-decoration: underline;
}
.site-header .main-navigation > div > ul > li > ul > li:first-child > a {
  padding-top: 10px;
}
.site-header .main-navigation > div > ul > li > ul > li:last-child > a {
  padding-bottom: 10px;
}
.site-header .main-navigation > div > ul > li:hover > a, .site-header .main-navigation > div > ul > li.active > a {
  color: white;
  box-shadow: 0 0 0 0 white inset;
}
.site-header .main-navigation > div > ul > li:hover > ul, .site-header .main-navigation > div > ul > li.active > ul {
  z-index: 10;
}
.site-header .main-navigation > div > ul > li.de-id a {
  color: #1271a5;
}
.site-header .main-navigation > div > ul > li.de-id a:hover {
  color: white;
}
.site-header .main-navigation > div > ul > li.de-id.current-menu-item a, .site-header .main-navigation > div > ul > li.de-id.current-category-ancestor a, .site-header .main-navigation > div > ul > li.de-id.current-post-ancestor a {
  color: white;
  box-shadow: 0 0 0 0 white inset;
}
.site-header .main-navigation > div > ul > li.search {
  position: relative;
}
.site-header .main-navigation > div > ul > li.search a {
  box-shadow: none !important;
  background: url(images/search-icon.png) 9px 34px no-repeat !important;
  background-size: 17px 18.5px !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.site-header .main-navigation > div > ul > li.search a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.site-header .main-navigation > div > ul a {
  text-decoration: none;
  font-size: 18px;
}
#search-box {
  display: none;
  position: absolute;
  left: -335px;
  top: 0;
  height: 100px;
  text-align: right;
  padding: 0 10px;
}
#search-box .container {
  position: relative;
}
#search-box .query {
  margin-top: 50px;
  margin-right: 30px;
  width: 300px;
  border: none;
  border-bottom: 1px solid #999;
  padding: 0 5px;
}
#search-box .query::-webkit-input-placeholder {
  font-style: italic;
}
#search-box .query:-moz-placeholder {
  font-style: italic;
}
#search-box .query::-moz-placeholder {
  font-style: italic;
}
#search-box .query:-ms-input-placeholder {
  font-style: italic;
}
#search-box .close {
  background: none !important;
  width: 27px;
  display: block;
  position: absolute;
  right: 0;
  top: 50px;
  padding: 0px 6px;
}
#wprmenu_bar .wprmenu_icon {
  margin-top: 3px;
}
#wprmenu_menu .search {
  display: none !important;
}
.site-content {
  padding: 100px 0 0;
}
.banner-title {
  background-position: center 100px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #f2f2f2;
}
.banner-title .wrapper {
  height: 200px;
  overflow: hidden;
}
.banner-title h1 {
  color: white;
  width: 100%;
  font-size: 38px;
  font-weight: 300;
  margin: 0;
  padding: 2px 0 0;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-title h1 .banner-icon {
  width: 80px;
  height: 80px;
}
.banner-title h1 .banner-icon.before {
  display: none;
}
.banner-title h1 .banner-icon.after {
  margin-left: 20px;
  margin-top: -5px;
  vertical-align: middle;
}
.banner-title.banner-video .wrapper {
  height: 480px;
  color: white;
}
.banner-title.banner-video .wrapper .inside {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-title.banner-video .wrapper h1 {
  position: relative;
  top: 0;
  left: 0;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.banner-title.banner-video .wrapper h3 {
  font-size: 30px;
  font-weight: 300;
}
.banner-title.banner-video .wrapper .video-play-button {
  margin-top: 35px;
}
.banner-title.banner-video .wrapper .play-label {
  font-size: 20px;
}
.breadcrumbs {
  background: #f2f2f2;
  font-size: 13px;
  color: #808080;
  padding: 10px 0;
}
.breadcrumbs a {
  color: #808080;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.subheading {
  color: white;
  padding: 40px 0;
  text-align: center;
}
.subheading h2 {
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}
.page-id-5835 .wsywig-content, .page-id-5789 .wsywig-content, .page-id-5606 .wsywig-content, .page-id-5595 .wsywig-content {
  padding: 0;
}
.wsywig-content {
  padding: 20px 0 20px;
}
.wsywig-content h1 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 400;
}
.wsywig-content h2 {
  font-size: 28px;
  font-weight: 300;
}
.wsywig-content h3 {
  font-size: 24px;
  font-weight: 300;
}
.wsywig-content h4 {
  font-size: 20px;
  font-weight: 300;
}
.wsywig-content .clearbutton {
  margin: 5px auto 20px;
}
/* 
 END - HEADER
 */
/*
 FOOTER
 */
.site-footer {
  color: #ddd;
  font-size: 14px;
}
.site-footer a {
  color: #ddd;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul li ul li {
  margin: 0 0 15px;
}
.site-footer .footer-top {
  background: #333;
  padding: 48px 0 50px;
}
.site-footer .footer-top h2 {
  font-size: 20px;
  font-weight: 300;
  color: #eee;
  margin: 0 0 15px;
}
.site-footer .footer-top .col {
  width: 30%;
  float: left;
  margin: 0 5% 0 0;
}
.site-footer .footer-top .col:first-child {
  margin-left: 0;
}
.site-footer .footer-top .col:last-child {
  margin-right: 0;
}
.site-footer .footer-top .de-id-uni ul li {
  padding: 0px 0 0 18px;
}
.site-footer .footer-top .de-id-uni ul li:before {
  font-family: 'FontAwesome';
  font-size: 80%;
  content: '\f054';
  margin: 0 10px 0 -18px;
}
.site-footer .footer-top .twitter-feed .rstw_comma {
  display: none;
}
.site-footer .footer-top .twitter-feed .twitter-timestamp {
  color: #666;
}
.site-footer .footer-top .clearbutton {
  margin: 10px 0 0;
  font-size: 14px;
  color: #ddd;
  border-color: #ddd;
}
.site-footer .footer-top .clearbutton:hover {
  background-color: #ddd;
  color: #333;
}
.site-footer .footer-top .contact-info dl {
  margin: 0;
}
.site-footer .footer-top .contact-info dl dd {
  margin: 0 8% 8px 0;
  float: left;
  width: 20%;
}
.site-footer .footer-top .contact-info dl dt {
  font-weight: 300;
  float: left;
  width: 72%;
  margin: 0 0 8px 0;
}
.site-footer .footer-bottom {
  padding: 20px 0 18px;
  background: #222;
  color: #999;
}
.site-footer .footer-bottom a {
  color: #999;
}
.site-footer .footer-bottom .left {
  width: 50%;
  float: left;
  margin: 0 5% 0 0;
}
.site-footer .footer-bottom .right {
  width: 45%;
  float: left;
  text-align: right;
}
.site-footer .footer-bottom .menu li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.site-footer .footer-bottom .menu li.current-menu-item > a {
  color: #ddd;
}
.site-footer .footer-bottom .menu a:hover {
  color: #ddd;
  text-decoration: none;
}
.site-footer .footer-bottom .socials {
  display: inline-block;
}
.site-footer .footer-bottom .social {
  display: inline-block;
  font-size: 16px;
  width: 25px;
  margin: -5px 2.5px 0;
  -webkit-transition: 0.1s color ease-in-out;
  -moz-transition: 0.1s color ease-in-out;
  -ms-transition: 0.1s color ease-in-out;
  -o-transition: 0.1s color ease-in-out;
  transition: 0.1s color ease-in-out;
  text-align: center;
}
.site-footer .footer-bottom .social.facebook {
  margin-left: 5px;
}
.site-footer .footer-bottom .social.facebook:hover {
  color: #3b5998;
}
.site-footer .footer-bottom .social.twitter:hover {
  color: #5faaed;
}
.site-footer .footer-bottom .social.linkedin:hover {
  color: #0077b5;
}
/*
 END - FOOTER
 */
/*
 HOME PAGE
 */
.page-template-page-home .banner {
  width: 100%;
  height: 600px;
  background-color: #444;
  background-image: url(images/home-page-video-poster-bg.jpg);
  background-position: top center;
  background-size: 100%;
  text-align: center;
  color: white;
  overflow-y: hidden;
  position: relative;
}
.page-template-page-home .banner #home-video-poster {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-page-home .banner .video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
}
.page-template-page-home .banner h2 {
  color: white;
  font-weight: 300;
  font-size: 48px;
  text-align: center;
  margin: 0;
}
.page-template-page-home .banner h2.first {
  margin: 100px 0 60px;
  font-size: 50px;
  font-weight: 300;
  line-height: 62px;
}
.page-template-page-home .banner h2.second {
  font-size: 35px;
  line-height: 1.3em;
  padding-top: 10px;
}
.page-template-page-home .banner .video-play-button {
  display: block;
  margin: 0 auto 0;
  opacity: 0.9;
  margin-top: 25px;
  width: 110px;
  color: #666;
  text-decoration: none;
}
.page-template-page-home .banner .video-play-button:hover {
  opacity: 1;
}
.page-template-page-home .banner .video-play-button img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.page-template-page-home .banner .overlay-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-template-page-home .banner .overlay-buttons .overlay-button {
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 5px;
  margin-top: 10px;
  transition: all 0.2s ease;
}
.page-template-page-home .banner .overlay-buttons .overlay-button:hover {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
}
.page-template-page-home .banner .overlay-buttons .overlay-button:last-child {
  margin-right: 0 !important;
}
.page-template-page-home .banner .overlay-buttons.count-3 .overlay-button {
  width: 30%;
  margin-right: 5%;
}
.page-template-page-home .banner .overlay-buttons.count-4 .overlay-button {
  width: 23%;
  margin-right: 2.6%;
  font-size: 18px;
}
.page-template-page-home .banner .overlay-buttons.count-5 .overlay-button {
  width: 19%;
  margin-right: 1.25%;
  font-size: 16px;
}
.page-template-page-home .about-pa {
  text-align: center;
  padding: 60px 0;
}
.page-template-page-home .about-pa h1 {
  font-weight: 200;
  font-size: 46px;
  margin: 0 0 50px;
}
.page-template-page-home .about-pa .clearbutton {
  margin-bottom: 0;
}
.page-template-page-home .services {
  background: #111;
}
.page-template-page-home .services .tiles .tile {
  width: 50%;
}
.page-template-page-home .services .tiles .tile.title {
  background: #8064a2;
  width: 100%;
  height: 330px;
}
.page-template-page-home .services .tiles .tile.active .tile-overlay {
  background: #8064a2;
}
.page-template-page-home .customers {
  text-align: center;
  padding: 60px 0;
}
.page-template-page-home .customers h3 {
  margin: 0 0 20px;
}
.page-template-page-home .customers .logos {
  margin: 30px 0 0;
  text-align: center;
}
.page-template-page-home .customers .logos .logo {
  width: 32%;
  height: 200px;
  display: inline-block;
  position: relative;
}
.page-template-page-home .customers .logos img {
  width: 70%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-template-page-home .software {
  background: #111;
}
.page-template-page-home .software .tiles .tile.title {
  background: #9bbb59;
}
.page-template-page-home .software .tiles .tile.title .tile-contents {
  top: 100%;
  z-index: 10;
}
.page-template-page-home .software .tiles .tile.active .tile-overlay {
  background: #9bbb59;
}
.page-template-page-home .software .tiles.tile-count-3 .tile.title {
  width: 100%;
}
.page-template-page-home .software .tiles.tile-count-3 .tile.title .tile-contents {
  top: 50%;
}
.page-template-page-home .software .tiles.tile-count-3 .tile.title p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-home .cta {
  padding: 60px 0;
  text-align: center;
  color: white;
}
.page-template-page-home .cta h3 {
  font-size: 30px;
  margin: 0;
}
.page-template-page-home .cta .clearbutton {
  margin-bottom: 0;
}
.page-template-page-home .de-id-university-preview {
  text-align: center;
  padding: 60px 0;
}
.page-template-page-home .de-id-university-preview h3 {
  margin: 0 0 20px;
}
.page-template-page-home .de-id-university-preview .clearbutton {
  margin-bottom: 0;
}
.page-template-page-home .de-id-university-preview p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}
.page-template-page-home .de-id-university-preview p strong {
  font-weight: 400;
}
.page-template-page-home .de-id-university-preview .resource-list {
  width: 90%;
  margin: 40px auto 20px;
}
.page-template-page-home .de-id-university-preview .resource-list .resource-tile {
  width: 29%;
  float: left;
  margin: 0 2.16%;
  display: block;
  color: black;
  text-decoration: none;
}
.page-template-page-home .de-id-university-preview .resource-list .resource-tile h4 {
  font-weight: 300;
  width: 80%;
  margin: 15px auto 0;
}
.page-template-page-home .de-id-university-preview .resource-list .resource-tile:hover {
  text-decoration: underline;
}
/* 
 END - HOME PAGE
 */
/*
 WHY PA
 */
.page-template-page-why-pa .examples {
  padding: 60px 0;
}
.page-template-page-why-pa .examples .headings {
  text-align: center;
  color: #1271a5;
  font-size: 22px;
  font-weight: 100;
}
.page-template-page-why-pa .examples .headings p {
  margin-bottom: 0.9em;
}
.page-template-page-why-pa .examples .examples-list {
  list-style: none;
  padding: 0;
  margin: -10px 0 0;
}
.page-template-page-why-pa .examples .examples-list li {
  position: relative;
  float: left;
  margin: 60px 2.5% 0;
  width: 47.5%;
  padding-left: 90px;
  min-height: 80px;
}
.page-template-page-why-pa .examples .examples-list li.odd {
  margin-left: 0;
}
.page-template-page-why-pa .examples .examples-list li.even {
  margin-right: 0;
}
.page-template-page-why-pa .examples .examples-list li .icon {
  position: absolute;
  width: 70px;
  left: 0;
}
.page-template-page-why-pa .examples .examples-list li p {
  margin: 0;
  padding: 10px 0 0;
}
.page-template-page-why-pa .why-pa h3 {
  margin: 0 0 50px;
}
.page-template-page-why-pa .why-pa .clearbutton {
  margin-bottom: 0;
}
/*
 END - WHY PA
 */
/*
 Software / Services Overview
 */
.page-template-page-software-services .subpages-list .subpage {
  text-align: center;
}
.page-template-page-software-services .subpages-list .subpage .wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-template-page-software-services .subpages-list .subpage .text {
  text-align: left;
  width: 55%;
  float: left;
}
.page-template-page-software-services .subpages-list .subpage .text h4 {
  font-size: 38px;
  font-weight: 100;
  padding: 0 0 10px;
  border-bottom: 1px solid #1271a5;
  margin: 0;
}
.page-template-page-software-services .subpages-list .subpage .text p {
  line-height: 2.4em;
  margin: 15px 0 0;
}
.page-template-page-software-services .subpages-list .subpage .icon {
  width: 45%;
  float: right;
}
.page-template-page-software-services .subpages-list .subpage .icon > a {
  display: block;
  margin: 0 auto 0;
  border-radius: 50%;
  width: 175px;
  height: 175px;
  position: relative;
}
.page-template-page-software-services .subpages-list .subpage .icon > a > img {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-template-page-software-services .subpages-list .subpage.even {
  background: #f2f2f2;
}
.page-template-page-software-services .subpages-list .subpage.even .text {
  float: right;
}
.page-template-page-software-services .subpages-list .subpage.even .icon {
  float: left;
}
.page-template-page-software-services .subpages-list .subpage .clearbutton {
  margin: 30px auto 0;
}
/*
 END - Software / Services Overview
 */
/*
 Software / Services Detail
 */
.page-template-page-software-services-detail h3 {
  margin: 0 0 20px;
}
.page-template-page-software-services-detail p {
  line-height: 2em;
}
.page-template-page-software-services-detail .intro .left {
  width: 67.5%;
  position: relative;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 0;
  left: 0;
  float: left;
}
.page-template-page-software-services-detail .intro .right {
  width: 30%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-template-page-software-services-detail .intro .right img {
  width: 80%;
}
/*
 END - Software / Services Detail
 */
.page-id-438 .text-image.row5 .content {
  margin: 70px auto 40px;
}
/*
 Team Page
 */
.page-template-page-team .wsywig-content {
  padding-top: 0;
}
.page-template-page-team .group {
  padding: 40px 0 0;
}
.page-template-page-team .group hr {
  width: 70%;
  margin: 10px auto 0;
  height: 1px;
  background: #c1bdb9;
  border: none;
}
.page-template-page-team .group:last-child hr {
  display: none;
}
.page-template-page-team h2 {
  font-size: 36px;
  font-weight: 400;
  color: #1271a5;
  margin: 0 0 40px;
  text-align: center;
}
.page-template-page-team .people {
  text-align: center;
}
.page-template-page-team .people .person {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0 2% 50px;
}
.page-template-page-team .people .person a {
  text-decoration: none;
}
.page-template-page-team .people .person .photo {
  max-width: 230px;
  width: 100%;
}
.page-template-page-team .people .person h3 {
  color: #1271a5;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 0;
}
.page-template-page-team .people .person h4 {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0 0;
}
.page-template-page-team .people.cols4 .person {
  width: 22%;
  margin: 0 1% 50px;
}
/*
 END - Team Page
 */
/*
 Search results
 */
.search-results .cse form.gsc-search-box, .search-no-results .cse form.gsc-search-box, .search-results form.gsc-search-box, .search-no-results form.gsc-search-box, .search-results .gsc-control-cse, .search-no-results .gsc-control-cse {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.search-results .gsc-selected-option-container, .search-no-results .gsc-selected-option-container {
  min-width: 85px;
}
.search-results .gsc-webResult.gsc-result, .search-no-results .gsc-webResult.gsc-result, .search-results .gsc-results .gsc-imageResult, .search-no-results .gsc-results .gsc-imageResult {
  margin-bottom: 5px;
}
.search-results .cse .gsc-control-cse, .search-no-results .cse .gsc-control-cse, .search-results .gsc-control-cse, .search-no-results .gsc-control-cse {
  font-family: 'Roboto', Arial, sans-serif;
}
.search-results .gsc-wrapper, .search-no-results .gsc-wrapper {
  padding-top: 12px;
}
.search-results .cse input.gsc-search-button, .search-no-results .cse input.gsc-search-button, .search-results input.gsc-search-button, .search-no-results input.gsc-search-button {
  min-width: 80px;
  height: 31px;
}
.search-results .gsc-above-wrapper-area-container, .search-no-results .gsc-above-wrapper-area-container {
  margin-bottom: 0.5em;
}
.search-results .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .search-no-results .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .search-results .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .search-no-results .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  text-shadow: none;
}
.search-results .gsc-results .gsc-cursor-box, .search-no-results .gsc-results .gsc-cursor-box {
  font-size: 16px;
}
.search-results .gsc-results .gsc-cursor-box .gsc-cursor-page, .search-no-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration: none;
}
.search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .search-no-results .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: underline;
}
/* 
 END - Search results
 */
/*
 404 page
 */
.error404 .search input.query {
  width: 30%;
  border: 1px solid #999;
  padding-left: 5px;
  padding-right: 5px;
}
.error404 .search button {
  background: white;
  border: 1px solid #999;
  height: 28px;
  vertical-align: bottom;
  padding-left: 10px;
  padding-right: 10px;
}
.error404 .search button:hover {
  background: #eee;
}
.error404 .cols {
  margin: 30px 0 0;
}
.error404 .cols .col {
  float: left;
  width: 20%;
  margin: 0 3.33%;
}
.error404 .cols .col1 {
  margin-left: 0;
}
.error404 .cols .col4 {
  margin-right: 0;
}
.error404 .cols ul {
  padding: 0;
  list-style: none;
}
/*
 END - 404 page
 */
/*
 De-Id Home page & menu
 */
#deid-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  text-align: center;
  font-size: 19px;
  font-weight: 300;
}
#deid-menu li {
  padding: 0;
  margin: 0 16px 10px;
  display: inline-block;
}
#deid-menu li:hover a, #deid-menu li.current-menu-item a {
  border-bottom: 1px solid #1271a5;
}
#deid-menu a {
  color: #1271a5;
  text-decoration: none;
}
.category .content, .tag .content {
  padding: 60px 0;
}
.categories .category, .posts .category, .categories .post, .posts .post {
  width: 30%;
  float: left;
  margin: 0 5% 50px 0;
  position: relative;
  font-size: 14px;
}
.categories .category h3, .posts .category h3, .categories .post h3, .posts .post h3 {
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding: 0;
  border-bottom: 1px solid #1271a5;
}
.categories .category .view-all, .posts .category .view-all, .categories .post .view-all, .posts .post .view-all {
  color: #1271a5;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
}
.categories .category .cat-heading, .posts .category .cat-heading, .categories .post .cat-heading, .posts .post .cat-heading {
  text-decoration: none !important;
}
.categories .category a, .posts .category a, .categories .post a, .posts .post a {
  color: black;
  text-decoration: none;
}
.categories .category a img, .posts .category a img, .categories .post a img, .posts .post a img {
  opacity: 0.9;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.categories .category a:hover, .posts .category a:hover, .categories .post a:hover, .posts .post a:hover {
  text-decoration: underline;
}
.categories .category a:hover .view-all, .posts .category a:hover .view-all, .categories .post a:hover .view-all, .posts .post a:hover .view-all {
  text-decoration: underline;
}
.categories .category a:hover img, .posts .category a:hover img, .categories .post a:hover img, .posts .post a:hover img {
  opacity: 1;
}
.categories .category img, .posts .category img, .categories .post img, .posts .post img {
  display: block;
}
.categories .category h4, .posts .category h4, .categories .post h4, .posts .post h4 {
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 8px;
}
.categories .category ul, .posts .category ul, .categories .post ul, .posts .post ul {
  padding: 20px 0 0 27px;
  margin: 15px 0 13px;
  border-top: 1px solid #ccc;
}
.categories .category ul li, .posts .category ul li, .categories .post ul li, .posts .post ul li {
  margin: 0 0 10px;
}
.categories .category:nth-child(3n), .posts .category:nth-child(3n), .categories .post:nth-child(3n), .posts .post:nth-child(3n) {
  margin-right: 0;
}
.categories .category:nth-child(3n+1), .posts .category:nth-child(3n+1), .categories .post:nth-child(3n+1), .posts .post:nth-child(3n+1) {
  clear: left;
}
.categories .category .date, .posts .category .date, .categories .post .date, .posts .post .date {
  color: #888;
}
.categories .category.with-thumb a img, .posts .category.with-thumb a img, .categories .post.with-thumb a img, .posts .post.with-thumb a img {
  width: 30%;
  float: left;
  margin: 5px 0 0;
  opacity: 1 !important;
}
.categories .category.with-thumb .excerpt, .posts .category.with-thumb .excerpt, .categories .post.with-thumb .excerpt, .posts .post.with-thumb .excerpt {
  width: 65%;
  margin-left: 5%;
  float: left;
}
.categories .category p, .posts .category p {
  display: inline;
}
.categories .category h4, .posts .category h4 {
  margin-top: 14px;
}
.categories .post, .posts .post {
  margin-bottom: 30px;
}
/*
 END - De-Id Home page & menu
 */
/* 
 Single
 */
.single .poster {
  margin: 20px 0 20px;
}
.single .post-meta.top {
  margin-bottom: 23px;
  color: #888;
  font-weight: 400;
}
.single .post-meta.bottom {
  margin: 30px 0 0;
  border-top: 1px solid #ccc;
  padding: 30px 0 0;
}
.single .post-meta.bottom .categories, .single .post-meta.bottom .tags {
  float: left;
  width: 50%;
}
.single .post-meta.bottom .categories a {
  font-weight: 400;
}
.single .post-meta.bottom .tags a {
  display: inline-block;
  background: #1271a5;
  color: white;
  padding: 2px 10px;
  text-decoration: none;
  margin: 2px;
}
.single .post-meta.bottom .tags a:hover {
  background: #1589bc;
}
/* 
 END - Single
 */
/*
 Page/Single with Sidebar
 */
.with-sidebar {
  padding-bottom: 50px;
}
.with-sidebar .content {
  float: left;
  width: 70%;
}
.with-sidebar .sidebar {
  float: left;
  width: 25%;
  margin-left: 5%;
  margin-top: 40px;
  background: #f2f2f2;
}
.with-sidebar .sidebar h3 {
  font-size: 28px;
  font-weight: 400;
  color: black;
  text-align: center;
  margin: 0;
  background: #1271a5;
  padding: 15px 0 11px;
  color: white;
  font-weight: 300;
}
.with-sidebar .sidebar .gated-form {
  padding: 20px;
}
.with-sidebar .sidebar.order-book {
  padding: 0 20px;
  text-align: center;
  background: none;
}
.with-sidebar .sidebar.order-book .clearbutton {
  margin-bottom: 0;
}
.with-sidebar .sidebar .widget {
  list-style: none;
  font-size: 14px;
}
.with-sidebar .sidebar .widget h2 {
  background: #1271a5;
  color: white;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  padding: 10px 20px 8px;
}
.with-sidebar .sidebar .widget h2 a {
  color: white;
  text-decoration: none;
}
.with-sidebar .sidebar .widget:after {
  content: '';
  display: block;
  background: white;
  height: 40px;
}
.with-sidebar .sidebar .widget ul {
  padding: 10px 20px;
  list-style: none;
  margin: 0;
}
.with-sidebar .sidebar .widget ul li {
  margin: 10px 0;
}
.with-sidebar .sidebar .widget .post-date {
  color: #888;
}
.with-sidebar .sidebar .widget .post-date:before {
  content: '\00a0';
}
.with-sidebar .sidebar .widget.from-blog h2:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f086";
  display: inline-block;
  margin-right: 10px;
}
.with-sidebar .sidebar .widget.recent-news h2:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f1ea";
  display: inline-block;
  margin-right: 10px;
}
.with-sidebar .sidebar .widget.upcoming-events h2:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f073";
  display: inline-block;
  margin-right: 10px;
}
.with-sidebar .sidebar .widget.recent-webinars h2:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f108";
  display: inline-block;
  margin-right: 10px;
}
.with-sidebar .sidebar .widget.recent-whitepapers h2:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f0f6";
  display: inline-block;
  margin-right: 10px;
}
/*
 END - Page/Single with Sidebar
 */
/* 
 Upcoming Events widget
 */
.ai1ec-agenda-widget-view {
  padding: 15px 20px;
}
.ai1ec-agenda-widget-view .ai1ec-date {
  border: none;
  background: none;
}
.ai1ec-agenda-widget-view .ai1ec-date-title {
  margin-left: 0;
}
.ai1ec-agenda-widget-view .ai1ec-date-events {
  margin-right: 0;
}
/*
 END - Upcoming Events widget
 */
/*
 Related posts on single posts
 */
.related-posts .posts .post {
  width: 45%;
}
.related-posts .posts .post:nth-child(3n) {
  margin-right: 5%;
}
.related-posts .posts .post:nth-child(3n+1) {
  clear: none;
}
.related-posts .posts .post:nth-child(2n) {
  margin-right: 0;
}
.related-posts .posts .post:nth-child(2n+1) {
  clear: left;
}
/*
 END - Related posts on single posts
 */
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
  width: 100% !important;
}
#spmask {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
#dialog-1 {
  border: 2px solid #1271a5 !important;
  padding: 15px 60px 20px 60px !important;
  width: 43%;
}
#boxes .window {
  box-shadow: none !important;
  margin: 10px -65px !important;
}
#boxes .window h3 {
  margin: 10px 0 20px 0;
}
#boxes .window h3 a {
  text-decoration: none;
}
.amc-img {
  float: left;
  clear: both;
  text-align: left;
}
.amc-img h3 {
  text-align: center;
}
form[data-formid="1253"] .field.textarea {
  display: none;
}
@media screen and (max-width: 1500px) {
  .page-template-page-home .banner {
    background-size: auto;
    height: 570px;
  }
  .page-template-page-home .banner h2.first {
    margin-top: 90px;
  }
  .page-template-page-home .banner .video-play-button {
    margin-bottom: 35px;
  }
  .banner-title {
    background-size: 1500px 200px;
  }
  .banner-title.banner-video {
    background-size: 1500px 500px;
  }
}
@media screen and (max-width: 1250px) {
  /*.site-header {		
   .main-navigation {			
   > div > ul > li {
   > a {
   padding:28px 11px 0;
   }			 
   > ul > li > a {
   padding-left:11px;
   padding-right:11px;
   }// > ul > li > a
   }// > div > ul > li
   }//.main-navigation
   }//.site-header*/
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .test-drive-cta .content ul {
    width: 100%;
  }
  .page-template-page-home .customers .logos img {
    margin: 5px 2%;
  }
}
@media screen and (max-width: 1350px) {
  .tiles .tile {
    height: 280px;
  }
  .text-block .wrapper.reduced {
    width: 75%;
  }
  .page-template-page-home .banner {
    height: 520px;
  }
  .page-template-page-home .banner h2.first {
    margin: 60px 0 50px;
    font-size: 42px;
  }
  .page-template-page-home .banner .video-play-button {
    margin: 20px auto 30px;
  }
  .page-template-page-home .services .tiles .tile.tile {
    height: 280px;
  }
}
@media screen and (max-width: 1150px) {
  .tiles .tile .tile-contents {
    padding: 10px 30px;
  }
  .tiles .tile .tile-contents h4 {
    font-size: 22px;
  }
  .tiles .tile.title h3 {
    font-size: 32px;
  }
  .tiles .tile.title p {
    margin: 10px 0 0;
    line-height: 1.6em;
  }
  .three-step-process .steps {
    width: 90%;
  }
  .reduced {
    width: 85%;
  }
  .node-background, .node-background-light {
    background-attachment: scroll;
  }
  .site-header {
    height: 80px;
  }
  .site-header .logo {
    width: 230px;
    margin: 7px 0 0 0;
  }
  .site-header .main-navigation > div > ul > li > a {
    padding: 21px 12px 0;
    font-size: 16px;
    height: 60px;
  }
  .site-header .main-navigation > div > ul > li.search a {
    background-position: 6px 25px !important;
    background-size: 15px 16.5px !important;
  }
  .site-header .main-navigation > div > ul > li > ul > li > a {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }
  #search-box {
    left: -335px;
    height: 80px;
  }
  #search-box .query {
    margin-top: 40px;
    margin-right: 30px;
  }
  #search-box .close {
    width: 25px;
    top: 39px;
    padding: 0px 6px;
  }
  .banner-title {
    background-position: center 80px;
  }
  .site-content {
    padding: 80px 0 0;
  }
  .text-block .wrapper.reduced {
    width: 85%;
  }
}
@media screen and (max-width: 1023px) {
  .tiles {
    max-width: 800px;
    margin: 0 auto;
  }
  .tiles .tile {
    width: 50%;
  }
  .benefits {
    width: 100%;
  }
  .quote blockquote {
    width: auto;
  }
  .quote cite {
    width: auto;
  }
  .text-image .content.reduced .text {
    position: relative;
    top: auto;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .text-image .content.reduced .text.left {
    right: auto;
  }
  .text-3-icons .icons .icon {
    width: 28%;
    margin: 0 2%;
  }
  .hands-on-workshop .steps .step.image img {
    width: 80%;
  }
  .marketo-contact .marketo-form {
    width: 100%;
  }
  .text-block .wrapper.reduced {
    width: 100%;
  }
  .compliance-monitor-diagram {
    padding: 60px 0;
  }
  .compliance-monitor-diagram .diagram {
    height: 380px;
    width: 700px;
  }
  .compliance-monitor-diagram .diagram .diagram-image {
    width: 320px;
    top: 75px;
  }
  .compliance-monitor-diagram .diagram .label {
    position: absolute;
    width: 325px;
    line-height: 1.1em;
    font-size: 14px;
  }
  .compliance-monitor-diagram .diagram .label strong {
    font-weight: 400;
  }
  .compliance-monitor-diagram .diagram .label.label2 {
    top: 110px;
  }
  .compliance-monitor-diagram .diagram .label.label3 {
    top: 250px;
  }
  .compliance-monitor-diagram .diagram .circle.label1 {
    top: 93px;
    left: 163px;
  }
  .compliance-monitor-diagram .diagram .circle.label2 {
    top: 205px;
    left: 265px;
  }
  .compliance-monitor-diagram .diagram .circle.label3 {
    top: 231px;
    left: 95px;
  }
  .compliance-monitor-diagram .diagram .line.vertical.label1 {
    height: 80px;
    top: 20px;
    left: 172px;
  }
  .compliance-monitor-diagram .diagram .line.vertical.label2 {
    height: 84px;
    top: 131px;
    left: 341px;
  }
  .compliance-monitor-diagram .diagram .line.vertical.label3a {
    height: 50px;
    top: 245px;
    left: 104px;
  }
  .compliance-monitor-diagram .diagram .line.vertical.label3b {
    height: 23px;
    top: 272px;
    left: 341px;
  }
  .compliance-monitor-diagram .diagram .line.horizontal.label1 {
    width: 191px;
    top: 20px;
    left: 172px;
  }
  .compliance-monitor-diagram .diagram .line.horizontal.label2a {
    width: 68px;
    top: 214px;
    left: 275px;
  }
  .compliance-monitor-diagram .diagram .line.horizontal.label2b {
    width: 22px;
    top: 131px;
    left: 341px;
  }
  .compliance-monitor-diagram .diagram .line.horizontal.label3a {
    width: 239px;
    top: 293px;
    left: 104px;
  }
  .compliance-monitor-diagram .diagram .line.horizontal.label3b {
    width: 22px;
    top: 271px;
    left: 341px;
  }
  .site-footer .footer-top .col {
    width: 47.5%;
    margin: 0 2.5%;
  }
  .site-footer .footer-top .col1 {
    display: none;
  }
  .site-footer .footer-top .col2 {
    margin-left: 0;
  }
  .site-footer .footer-bottom .left, .site-footer .footer-bottom .right {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .site-footer .footer-bottom .right {
    margin-top: 10px;
  }
  .page-template-page-home .banner {
    overflow-x: hidden;
  }
  .page-template-page-home .banner #home-video-poster {
    width: 1024px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .page-template-page-home .banner .overlay-buttons {
    display: none;
  }
  .page-template-page-home .about-pa h1 {
    font-size: 30px;
  }
  .page-template-page-home .software, .page-template-page-home .services {
    background: none;
  }
  .page-template-page-home .software .tiles .tile.title {
    width: 100%;
  }
  .page-template-page-home .software .tiles .tile.title .tile-contents {
    top: 50%;
  }
  .page-template-page-home .software .tiles .tile.title p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-software-services .subpages-list .subpage .text {
    width: 70%;
  }
  .page-template-page-software-services .subpages-list .subpage .icon {
    width: 30%;
    margin-top: 10px;
  }
  .page-template-page-software-services .subpages-list .subpage .icon > div {
    width: 150px;
    height: 150px;
    float: right;
  }
  .page-template-page-software-services .subpages-list .subpage.even .icon > a {
    float: left;
  }
  .page-id-438 .text-image.row5 .content {
    margin: 40px auto 0;
  }
  .with-sidebar {
    padding-bottom: 50px;
  }
  .with-sidebar .content {
    float: none;
    width: auto;
  }
  .with-sidebar .sidebar {
    float: none;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  .single .poster {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .single .post-meta.bottom {
    margin: 40px 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
  }
  .page-template-page-team .people .person h3 {
    font-size: 18px;
    margin: 20px 0 0;
  }
  .page-template-page-team .people .person h4 {
    font-size: 16px;
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .page-template-page-home .banner h2.first {
    font-size: 48px;
  }
  .page-template-page-home .banner h2.second {
    font-size: 24px;
  }
  .page-template-page-home .banner .video-play-button {
    margin: 50px auto 50px;
  }
  .site-header {
    display: none;
  }
  .mn-navigation-wrap.mn-dark .mn-menu-wrap li a:hover {
    background: none !important;
  }
  .site-content {
    padding-top: 0;
  }
  .banner-title {
    background-position: center top;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  /*
   Related posts on single posts
   */
  /*
   END - Related posts on single posts
   */
  .page-template-page-home .banner h2.first {
    font-size: 42px;
    line-height: 1.2em;
  }
  h3 {
    font-size: 30px;
  }
  .bigheading {
    font-size: 30px !important;
  }
  .text-3-icons .icons {
    margin: 0;
  }
  .text-3-icons .icons .icon {
    margin: 45px auto 0;
    display: block;
    width: 50%;
  }
  .test-drive-cta .content ul {
    width: 70%;
  }
  .test-drive-cta .content ul li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .three-step-process .steps {
    width: 100%;
    margin: 20px auto 0;
  }
  .three-step-process .steps .step {
    float: none;
    width: 50%;
    margin: 40px auto 0;
  }
  .three-step-process .steps .step .icon {
    margin: 0 auto 20px;
  }
  .three-step-process .steps .arrow {
    display: none;
  }
  .four-step-process .steps .step {
    float: none;
    width: 60%;
    margin: 50px auto 0;
  }
  .four-step-process-link .steps {
    width: 100%;
    margin: 0 auto 0;
  }
  .four-step-process-link .steps .step {
    float: none;
    width: 50%;
    margin: 40px auto 0;
  }
  .four-step-process-link .steps .step .icon {
    margin: 0 auto 0;
  }
  .four-step-process-link .steps .arrow {
    display: none;
  }
  .hands-on-workshop {
    padding: 60px 0;
    text-align: center;
  }
  .hands-on-workshop h3 {
    margin: 0;
  }
  .hands-on-workshop .intro-text {
    font-size: 20px;
  }
  .hands-on-workshop .intro-text p {
    line-height: 1.5em;
  }
  .hands-on-workshop .steps .step {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }
  .hands-on-workshop .steps .step.image {
    display: none;
  }
  .hands-on-workshop .clearbutton {
    margin-top: 10px;
  }
  .two-cols-image img {
    margin: 0 auto 20px;
    width: 40%;
  }
  .two-cols-image p {
    text-align: center;
  }
  .two-cols-image .cols {
    margin: 0 auto;
  }
  .two-cols-image .left, .two-cols-image .right {
    float: none;
    width: 80%;
    margin: 40px auto 0;
  }
  .two-cols-image .right {
    margin-top: 50px;
  }
  .marketo-contact .marketo-form .field {
    width: 50%;
  }
  .marketo-contact .mktoForm .mktoFormRow {
    width: 50%;
  }
  .marketo-contact .mktoForm .mktoFormRow:nth-child(9) .mktoFormCol {
    width: 90% !important;
    clear: none !important;
  }
  .marketo-contact .mktoForm .mktoFormRow:nth-child(9) .mktoFormCol.mktoFieldDescriptor {
    width: 10% !important;
  }
  .compliance-monitor-diagram .diagram {
    height: auto;
    text-align: center;
    width: auto;
  }
  .compliance-monitor-diagram .diagram .diagram-image {
    position: relative;
    width: 80%;
    margin: 20px auto 10px;
    top: auto;
  }
  .compliance-monitor-diagram .diagram .label {
    position: relative;
    margin: 30px auto 0;
    top: auto !important;
    width: 80%;
  }
  .compliance-monitor-diagram .diagram .label p {
    margin-bottom: 0;
  }
  .compliance-monitor-diagram .diagram .circle, .compliance-monitor-diagram .diagram .line {
    display: none;
  }
  .intro .left {
    position: relative;
    padding: 0;
    width: auto;
    top: 0;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 34px;
  }
  .intro .right {
    width: auto;
    float: none;
    text-align: center;
    margin: 20px 0 0;
  }
  .reduced {
    width: 100%;
  }
  .banner-title h1 .banner-icon {
    height: 70px;
    width: 70px;
  }
  .banner-title h1 .banner-icon.before {
    display: block;
    margin: 5px auto 15px;
  }
  .banner-title h1 .banner-icon.after {
    display: none;
  }
  .site-footer .footer-top .col {
    width: 100%;
    margin: 0 2.5% 50px;
    float: none;
  }
  .page-template-page-home .banner {
    height: auto;
  }
  .page-template-page-home .banner h2 {
    font-size: 34px;
  }
  .page-template-page-home .banner h2 br {
    display: none;
  }
  .page-template-page-home .banner h2.second {
    margin: 0 0 30px;
  }
  .page-template-page-home .about-pa .benefits .benefit p {
    display: none;
  }
  .page-template-page-home .de-id-university-preview .resource-list {
    width: 100%;
  }
  .page-template-page-home .de-id-university-preview .resource-list .resource-tile {
    width: 80%;
    float: none;
    margin: 0 auto 30px;
  }
  .page-template-page-home .de-id-university-preview .resource-list .resource-tile h4 {
    margin-top: 10px;
  }
  .page-template-page-home .customers .logos .logo {
    width: 45%;
  }
  .page-template-page-software-services .subpages-list {
    text-align: center;
  }
  .page-template-page-software-services .subpages-list .subpage .text {
    width: auto;
    float: none !important;
    text-align: center;
    margin: 30px 0 0 0;
  }
  .page-template-page-software-services .subpages-list .subpage .icon {
    width: auto;
    float: none !important;
    margin-top: 0;
  }
  .page-template-page-software-services .subpages-list .subpage .icon > a {
    float: none !important;
  }
  .page-template-page-software-services-detail .intro .left {
    width: 100%;
    float: none;
  }
  .page-template-page-software-services-detail .intro .right {
    position: relative;
    top: 0;
    right: 0;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    margin: 30px 0 0;
  }
  .page-template-page-software-services-detail .intro .right img {
    width: 50%;
  }
  .error404 .search input.query {
    width: 80%;
  }
  .error404 .cols {
    margin: 30px 0 0;
  }
  .error404 .cols .col {
    float: left;
    width: 45%;
    margin: 0 5%;
  }
  .error404 .cols .col1, .error404 .cols .col3 {
    margin-left: 0;
  }
  .error404 .cols .col2, .error404 .cols .col4 {
    margin-right: 0;
  }
  .error404 .cols .col3, .error404 .cols .col4 {
    margin-top: 20px;
  }
  .category .categories .category, .tag .categories .category, .category .posts .category, .tag .posts .category, .category .categories .post, .tag .categories .post, .category .posts .post, .tag .posts .post {
    width: 47.5%;
    margin: 0 5% 50px 0;
  }
  .category .categories .category:nth-child(3n), .tag .categories .category:nth-child(3n), .category .posts .category:nth-child(3n), .tag .posts .category:nth-child(3n), .category .categories .post:nth-child(3n), .tag .categories .post:nth-child(3n), .category .posts .post:nth-child(3n), .tag .posts .post:nth-child(3n) {
    margin-right: 5%;
  }
  .category .categories .category:nth-child(3n+1), .tag .categories .category:nth-child(3n+1), .category .posts .category:nth-child(3n+1), .tag .posts .category:nth-child(3n+1), .category .categories .post:nth-child(3n+1), .tag .categories .post:nth-child(3n+1), .category .posts .post:nth-child(3n+1), .tag .posts .post:nth-child(3n+1) {
    clear: none;
  }
  .category .categories .category:nth-child(2n), .tag .categories .category:nth-child(2n), .category .posts .category:nth-child(2n), .tag .posts .category:nth-child(2n), .category .categories .post:nth-child(2n), .tag .categories .post:nth-child(2n), .category .posts .post:nth-child(2n), .tag .posts .post:nth-child(2n) {
    margin-right: 0;
  }
  .category .categories .category:nth-child(2n+1), .tag .categories .category:nth-child(2n+1), .category .posts .category:nth-child(2n+1), .tag .posts .category:nth-child(2n+1), .category .categories .post:nth-child(2n+1), .tag .categories .post:nth-child(2n+1), .category .posts .post:nth-child(2n+1), .tag .posts .post:nth-child(2n+1) {
    clear: left;
  }
  .related-posts h3 {
    text-align: center;
  }
  .related-posts .posts .post {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 50px !important;
    float: none;
    clear: none;
  }
  .related-posts .posts .post:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .page-template-page-home .services .tiles .tile {
    width: 100%;
  }
  .clearbutton {
    font-size: 16px;
    padding: 8px 20px;
  }
  .tiles {
    max-width: 400px;
  }
  .tiles .tile {
    width: 100%;
    height: 240px;
  }
  .tiles .tile.title {
    height: 280px;
  }
  .benefits .benefit {
    width: 100%;
    float: none;
    margin: 40px 0 0;
  }
  .benefits .benefit h4 {
    margin: 15px 0 22px;
  }
  .text-3-icons .icons .icon {
    width: 80%;
  }
  .text-image .image {
    width: 40%;
    margin: 0 auto;
    float: none !important;
  }
  .text-image .text {
    margin: 30px 0 0;
    width: 100%;
    float: none;
    text-align: center;
  }
  .text-icons-2cols {
    padding-bottom: 20px;
  }
  .text-icons-2cols .icons {
    text-align: center;
  }
  .text-icons-2cols .icons .icon {
    width: auto;
    margin: 0 0 40px !important;
    float: none;
    padding-left: 0;
  }
  .text-icons-2cols .icons .icon img {
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto 20px;
  }
  .four-step-process .steps .step {
    width: 80%;
  }
  .two-cols-image .left, .two-cols-image .right {
    width: 100%;
  }
  .test-drive-cta .content ul {
    width: 100%;
  }
  .marketo-contact .marketo-form .field {
    width: 100%;
    padding: 0;
  }
  .marketo-contact .marketo-form .field.checkbox input {
    width: 5%;
  }
  .marketo-contact .marketo-form .field.checkbox label {
    width: 93%;
    margin-left: 2%;
  }
  .marketo-contact .mktoForm .mktoFormRow {
    padding: 0;
    width: 100%;
  }
  .marketo-contact .mktoForm .mktoFormRow:nth-child(9) .mktoFormCol {
    width: 80% !important;
  }
  .marketo-contact .mktoForm .mktoFormRow:nth-child(9) .mktoFormCol.mktoFieldDescriptor {
    width: 20% !important;
  }
  .compliance-monitor-diagram .diagram .label {
    width: 100%;
  }
  .risk-calculator .calculator .form-horizontal .field .label {
    width: 60%;
  }
  .risk-calculator .calculator .form-horizontal .field .input {
    width: 35%;
  }
  .site-footer .footer-bottom .socials {
    display: block;
    margin-top: 13px;
  }
  .banner-title h1 {
    font-size: 30px;
  }
  .banner-title.banner-video .wrapper h3 {
    display: none;
  }
  .banner-title.banner-video .wrapper .play-label {
    display: none;
  }
  .page-template-page-home .banner h2 {
    font-size: 24px;
  }
  .page-template-page-home .banner h2.first {
    font-size: 30px;
    margin: 30px 0;
  }
  .page-template-page-home .banner h2.second {
    font-size: 22px;
  }
  .page-template-page-home .banner .video-play-button {
    margin: 25px auto 20px;
    width: 100px;
    height: 100px;
  }
  .page-template-page-home .about-pa h1 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .page-template-page-home .software .tiles .tile.title {
    height: 280px;
  }
  .page-template-page-home .software .tiles .tile.title p {
    width: auto;
  }
  .page-template-page-home .customers .logos img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-home .de-id-university-preview p {
    width: 100%;
  }
  .page-template-page-home .de-id-university-preview .resource-list .resource-tile {
    width: 100%;
  }
  .page-template-page-home .customers .logos .logo {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 30px 0;
  }
  .page-template-page-home .customers .logos img {
    width: 40%;
    height: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .page-template-page-why-pa .examples .examples-list {
    margin: 10px 0 0;
  }
  .page-template-page-why-pa .examples .examples-list li {
    float: none;
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: 40px 0 0;
  }
  .page-template-page-why-pa .examples .examples-list li p {
    padding: 0;
  }
  .page-id-438 .text-image .text {
    text-align: left;
  }
  .error404 .search input.query {
    width: 80%;
  }
  .error404 .cols {
    margin: 0;
  }
  .error404 .cols .col {
    float: none;
    width: auto;
    margin: 20px 0;
    margin-top: 20px;
  }
  #deid-menu {
    display: none;
  }
  .category .categories .category, .tag .categories .category, .category .posts .category, .tag .posts .category, .category .categories .post, .tag .categories .post, .category .posts .post, .tag .posts .post {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 50px !important;
    float: none;
    clear: none;
  }
  .category .categories .category:last-child, .tag .categories .category:last-child, .category .posts .category:last-child, .tag .posts .category:last-child, .category .categories .post:last-child, .tag .categories .post:last-child, .category .posts .post:last-child, .tag .posts .post:last-child {
    margin-bottom: 0 !important;
  }
  .single .poster {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .single .post-meta.bottom .categories, .single .post-meta.bottom .tags {
    float: none;
    width: 100%;
  }
  .page-template-page-team h2 {
    font-size: 30px;
  }
  .page-template-page-team .people .person {
    display: block;
    width: auto !important;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 400px) {
  .page-template-page-home .customers .logos img {
    width: 70%;
  }
}
