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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  background-color: #fff;
}

a {
  color: #08c;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.row,
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row:before, .row:after,
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after,
.row-fluid:after {
  clear: both;
}
.row [class*="span"],
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}
.row [class*="span"]:first-child,
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row .controls-row [class*="span"] + [class*="span"],
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}
.row .span1,
.row-fluid .span1 {
  width: 6.38298%;
  *width: 6.32979%;
}
.row .span2,
.row-fluid .span2 {
  width: 14.89362%;
  *width: 14.84043%;
}
.row .span3,
.row-fluid .span3 {
  width: 23.40426%;
  *width: 23.35106%;
}
.row .span4,
.row-fluid .span4 {
  width: 31.91489%;
  *width: 31.8617%;
}
.row .span5,
.row-fluid .span5 {
  width: 40.42553%;
  *width: 40.37234%;
}
.row .span6,
.row-fluid .span6 {
  width: 48.93617%;
  *width: 48.88298%;
}
.row .span7,
.row-fluid .span7 {
  width: 57.44681%;
  *width: 57.39362%;
}
.row .span8,
.row-fluid .span8 {
  width: 65.95745%;
  *width: 65.90426%;
}
.row .span9,
.row-fluid .span9 {
  width: 74.46809%;
  *width: 74.41489%;
}
.row .span10,
.row-fluid .span10 {
  width: 82.97872%;
  *width: 82.92553%;
}
.row .span11,
.row-fluid .span11 {
  width: 91.48936%;
  *width: 91.43617%;
}
.row .span12,
.row-fluid .span12 {
  width: 100%;
  *width: 99.94681%;
}
.row .offset1,
.row-fluid .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}
.row .offset1:first-child,
.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}
.row .offset2,
.row-fluid .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}
.row .offset2:first-child,
.row-fluid .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}
.row .offset3,
.row-fluid .offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}
.row .offset3:first-child,
.row-fluid .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}
.row .offset4,
.row-fluid .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}
.row .offset4:first-child,
.row-fluid .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}
.row .offset5,
.row-fluid .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}
.row .offset5:first-child,
.row-fluid .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}
.row .offset6,
.row-fluid .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}
.row .offset6:first-child,
.row-fluid .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}
.row .offset7,
.row-fluid .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}
.row .offset7:first-child,
.row-fluid .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}
.row .offset8,
.row-fluid .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}
.row .offset8:first-child,
.row-fluid .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}
.row .offset9,
.row-fluid .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}
.row .offset9:first-child,
.row-fluid .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}
.row .offset10,
.row-fluid .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}
.row .offset10:first-child,
.row-fluid .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85.0%;
}
.row .offset11,
.row-fluid .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}
.row .offset11:first-child,
.row-fluid .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}
.row .offset12,
.row-fluid .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}
.row .offset12:first-child,
.row-fluid .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 200;
  line-height: 37.5px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: gray;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 12.5px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 25px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
h2,
h3 {
  line-height: 50px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 25px 0 37.5px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  padding: 0;
  margin: 0 0 12.5px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 25px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 25px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 12.5px;
}

.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 25px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 25px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 25px;
  font-style: normal;
  line-height: 25px;
}

form {
  margin: 0 0 25px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 50px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 18.75px;
  color: #999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}

input,549EE3
button,
select,
textarea {
  font-family: "Lato", Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 25px;
  padding: 4px 6px;
  margin-bottom: 12.5px;
  font-size: 14px;
  line-height: 25px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 35px;
  *margin-top: 4px;
  line-height: 35px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*
 * Commenting out uneditable inputs by default, since we do not use these on a regular basis

// Uneditable inputs
// -------------------------

// Make uneditable inputs look inactive
.uneditable-input,
.uneditable-textarea {
  color: $grayLight;
  background-color: darken($inputBackground, 1%);
  border-color: $inputBorder;
  @include box-shadow(inset 0 1px 2px rgba(0,0,0,.025));
  cursor: not-allowed;
}

// For text that needs to appear as an input but should not be an input
.uneditable-input {
  overflow: hidden; // prevent text from wrapping, but still cut it off like an input does
  white-space: nowrap;
}

// Make uneditable textareas behave like a textarea
.uneditable-textarea {
  width: auto;
  height: auto;
}

 * End uneditable inputs removal
 */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  min-height: 25px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

/*
 * Commenting out grid style input sizes by default, since these are not responsive

// Grid style input sizes
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
// Redeclare since the fluid row class is more specific
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
// Ensure input-prepend/append never wraps
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}



// GRID SIZING FOR INPUTS
// ----------------------

// Grid sizes
@include grid-input($gridColumnWidth, $gridGutterWidth);

 * End grid style inputs removal comment
 */
/*
 * Commenting out controls-row styles since we do not use these on a regular basis

// Control row for multiple inputs per line
.controls-row {
  @include clearfix(); // Clear the float from controls
}

// Float to collapse white-space for proper grid alignment
.controls-row [class*="span"],
// Redeclare the fluid grid collapse since we undo the float for inputs
.row-fluid .controls-row [class*="span"] {
  float: left;
}
// Explicity set top padding on all checkboxes/radios, not just first-child
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

 * End controls-row removal comment
 */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/*
 * Commenting out form field feedback states since we do not use these on a regular basis

// FORM FIELD FEEDBACK STATES
// --------------------------

// Warning
.control-group.warning {
  @include formFieldState($warningText, $warningText, $warningBackground);
}
// Error
.control-group.error {
  @include formFieldState($errorText, $errorText, $errorBackground);
}
// Success
.control-group.success {
  @include formFieldState($successText, $successText, $successBackground);
}
// Info
.control-group.info {
  @include formFieldState($infoText, $infoText, $infoBackground);
}

 * End form field feedback states removal comment
 */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 24px 20px 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}

/*
 * Commenting out help text styles since we do not use these on a regular basis

// HELP TEXT
// ---------

.help-block,
.help-inline {
  color: lighten($textColor, 15%); // lighten the text some for contrast
}

.help-block {
  display: block; // account for any element using help-block
  margin-bottom: $baseLineHeight / 2;
}

.help-inline {
  display: inline-block;
  @include ie7-inline-block();
  vertical-align: middle;
  padding-left: 5px;
}

 * End help text styles removal comment
 */
/*
 * Commenting out input groups (input-append & input-prepend styles) since we do not use these on a regular basis

// INPUT GROUPS
// ------------

// Allow us to put symbols and text within the input field for a cleaner look
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: $baseLineHeight / 2;
  vertical-align: middle;
  font-size: 0; // white space collapse hack
  white-space: nowrap; // Prevent span and input from separating

  // Reset the white space collapse hack
  input,
  select,
  .uneditable-input,
  .dropdown-menu,
  .popover {
    font-size: $baseFontSize;
  }

  input,
  select,
  .uneditable-input {
    position: relative; // placed here by default so that on :focus we can place the input above the .add-on for full border and box-shadow goodness
    margin-bottom: 0; // prevent bottom margin from screwing up alignment in stacked forms
    *margin-left: 0;
    vertical-align: top;
    @include border-radius(0 $inputBorderRadius $inputBorderRadius 0);
    // Make input on top when focused so blue border and shadow always show
    &:focus {
      z-index: 2;
    }
  }
  .add-on {
    display: inline-block;
    width: auto;
    height: $baseLineHeight;
    min-width: 16px;
    padding: 4px 5px;
    font-size: $baseFontSize;
    font-weight: normal;
    line-height: $baseLineHeight;
    text-align: center;
    text-shadow: 0 1px 0 $white;
    background-color: $grayLighter;
    border: 1px solid #ccc;
  }
  .add-on,
  .btn,
  .btn-group > .dropdown-toggle {
    vertical-align: top;
    @include border-radius(0);
  }
  .active {
    background-color: lighten($green, 30);
    border-color: $green;
  }
}

.input-prepend {
  .add-on,
  .btn {
    margin-right: -1px;
  }
  .add-on:first-child,
  .btn:first-child {
    // FYI, `.btn:first-child` accounts for a button group that's prepended
    @include border-radius($inputBorderRadius 0 0 $inputBorderRadius);
  }
}

.input-append {
  input,
  select,
  .uneditable-input {
    @include border-radius($inputBorderRadius 0 0 $inputBorderRadius);
    + .btn-group .btn:last-child {
      @include border-radius(0 $inputBorderRadius $inputBorderRadius 0);
    }
  }
  .add-on,
  .btn,
  .btn-group {
    margin-left: -1px;
  }
  .add-on:last-child,
  .btn:last-child,
  .btn-group:last-child > .dropdown-toggle {
    @include border-radius(0 $inputBorderRadius $inputBorderRadius 0);
  }
}

// Remove all border-radius for inputs with both prepend and append
.input-prepend.input-append {
  input,
  select,
  .uneditable-input {
    @include border-radius(0);
    + .btn-group .btn {
      @include border-radius(0 $inputBorderRadius $inputBorderRadius 0);
    }
  }
  .add-on:first-child,
  .btn:first-child {
    margin-right: -1px;
    @include border-radius($inputBorderRadius 0 0 $inputBorderRadius);
  }
  .add-on:last-child,
  .btn:last-child {
    margin-left: -1px;
    @include border-radius(0 $inputBorderRadius $inputBorderRadius 0);
  }
  .btn-group:first-child {
    margin-left: 0;
  }
}

 * End input groups removal comment
 */
/*
 * Commenting out search form styles since we do not use these on a regular basis

// SEARCH FORM
// -----------

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9; // IE7-8 doesn't have border-radius, so don't indent the padding
  margin-bottom: 0; // Remove the default margin on all inputs
  @include border-radius(15px);
}

// Allow for input prepend/append in search forms
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  @include border-radius(0); // Override due to specificity
}
.form-search .input-append .search-query {
  @include border-radius(14px 0 0 14px);
}
.form-search .input-append .btn {
  @include border-radius(0 14px 14px 0);
}
.form-search .input-prepend .search-query {
  @include border-radius(0 14px 14px 0);
}
.form-search .input-prepend .btn {
  @include border-radius(14px 0 0 14px);
}

 * End search form removal comment
 */
/*
 * Commenting out horizontal and vertial form styles since we do not use these on a regular basis

// HORIZONTAL & VERTICAL FORMS
// ---------------------------

// Common properties
// -----------------

.form-search,
.form-inline,
.form-horizontal {
  input,
  textarea,
  select,
  .help-inline,
  .uneditable-input,
  .input-prepend,
  .input-append {
    display: inline-block;
    @include ie7-inline-block();
    margin-bottom: 0;
    vertical-align: middle;
  }
  // Re-hide hidden elements due to specifity
  .hide {
    display: none;
  }
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
// Remove margin for input-prepend/-append
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
// Inline checkbox/radio labels (remove padding on left)
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
// Remove float and margin, set to inline-block
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}


// Margin to space out fieldsets
.control-group {
  margin-bottom: $baseLineHeight / 2;
}

// Legend collapses margin, so next element is responsible for spacing
legend + .control-group {
  margin-top: $baseLineHeight;
  -webkit-margin-top-collapse: separate;
}

// Horizontal-specific styles
// --------------------------

.form-horizontal {
  // Increase spacing between groups
  .control-group {
    margin-bottom: $baseLineHeight;
    @include clearfix();
  }
  // Float the labels left
  .control-label {
    float: left;
    width: $horizontalComponentOffset - 20;
    padding-top: 5px;
    text-align: right;
  }
  // Move over all input controls and content
  .controls {
    // Super jank IE7 fix to ensure the inputs in .input-append and input-prepend
    // don't inherit the margin of the parent, in this case .controls
    *display: inline-block;
    *padding-left: 20px;
    margin-left: $horizontalComponentOffset;
    *margin-left: 0;
    &:first-child {
      *padding-left: $horizontalComponentOffset;
    }
  }
  // Remove bottom margin on block level help text since that's accounted for on .control-group
  .help-block {
    margin-bottom: 0;
  }
  // And apply it only to .help-block instances that follow a form control
  input,
  select,
  textarea,
  .uneditable-input,
  .input-prepend,
  .input-append {
    + .help-block {
      margin-top: $baseLineHeight / 2;
    }
  }
  // Move over buttons in .form-actions to align with .controls
  .form-actions {
    padding-left: $horizontalComponentOffset;
  }
}

 * End horizontal and vertial form styles removal comment
 */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 25px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 25px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

/*
 * Commenting out condensed table styles since we do not use these on a regular basis

// CONDENSED TABLE W/ HALF PADDING
// -------------------------------

.table-condensed {
  th,
  td {
    padding: 4px 5px;
  }
}

 * End condensed table styles removal comment
 */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/*
 * Commenting out table cell sizing since it is not responsive

// TABLE CELL SIZING
// -----------------

// Reset default grid behavior
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none; // undo default grid column styles
  margin-left: 0; // undo default grid column styles
}

// Change the column widths to account for td/th padding
.table td,
.table th {
  @for i from 1 through 12 {
    &.spani { @include tableColumns(i); }
  }
}

 * End table cell sizing removal comment
 */
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

.btn, .hs-button, .hbspt-form .hs-form .hs-button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: none;
  background: none;
  background-color: #fff;
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *margin-left: .3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover, .hs-button:hover, .hbspt-form .hs-form .hs-button:hover, .btn:focus, .hs-button:focus, .hbspt-form .hs-form .hs-button:focus, .btn:active, .hs-button:active, .hbspt-form .hs-form .hs-button:active, .btn.active, .active.hs-button, .hbspt-form .hs-form .active.hs-button, .btn.disabled, .disabled.hs-button, .hbspt-form .hs-form .disabled.hs-button, .btn[disabled], [disabled].hs-button, .hbspt-form .hs-form [disabled].hs-button {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active, .hs-button:active, .hbspt-form .hs-form .hs-button:active, .btn.active, .active.hs-button, .hbspt-form .hs-form .active.hs-button {
  background-color: #cccccc \9;
}
.btn:first-child, .hs-button:first-child, .hbspt-form .hs-form .hs-button:first-child {
  *margin-left: 0;
}
.btn:hover, .hs-button:hover, .hbspt-form .hs-form .hs-button:hover, .btn:focus, .hs-button:focus, .hbspt-form .hs-form .hs-button:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
}
.btn:focus, .hs-button:focus, .hbspt-form .hs-form .hs-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .active.hs-button, .hbspt-form .hs-form .active.hs-button, .btn:active, .hs-button:active, .hbspt-form .hs-form .hs-button:active {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled, .disabled.hs-button, .hbspt-form .hs-form .disabled.hs-button, .btn[disabled], [disabled].hs-button, .hbspt-form .hs-form [disabled].hs-button {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-large, .s2m-content h5 > a {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* .btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
} */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* .btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
} */
/* .btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
} */
.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*
 * Commented out by default for Square2Marketing to reduce bloat in stylesheets

// Alternate buttons
// --------------------------------------------------

// Provide *some* extra contrast for those who can get it
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,.75);
}

// Set the backgrounds
// -------------------------
.btn-primary {
  @include buttonBackground($btnPrimaryBackground, $btnPrimaryBackgroundHighlight);
}
// Warning appears are orange
.btn-warning {
  @include buttonBackground($btnWarningBackground, $btnWarningBackgroundHighlight);
}
// Danger and error appear as red
.btn-danger {
  @include buttonBackground($btnDangerBackground, $btnDangerBackgroundHighlight);
}
// Success appears as green
.btn-success {
  @include buttonBackground($btnSuccessBackground, $btnSuccessBackgroundHighlight);
}
// Info appears as a neutral blue
.btn-info {
  @include buttonBackground($btnInfoBackground, $btnInfoBackgroundHighlight);
}
// Inverse appears as dark gray
.btn-inverse {
  @include buttonBackground($btnInverseBackground, $btnInverseBackgroundHighlight);
}

/* END Comment block to remove bloat */
button.btn, button.hs-button, .hbspt-form .hs-form button.hs-button,
input[type="submit"].btn,
input[type="submit"].hs-button,
.hbspt-form .hs-form input[type="submit"].hs-button {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, button.hs-button::-moz-focus-inner, .hbspt-form .hs-form button.hs-button::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner,
input[type="submit"].hs-button::-moz-focus-inner,
.hbspt-form .hs-form input[type="submit"].hs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large, button.btn-large.hs-button, .hbspt-form .hs-form button.btn-large.hs-button,
input[type="submit"].btn.btn-large,
input[type="submit"].btn-large.hs-button {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small, button.btn-small.hs-button, .hbspt-form .hs-form button.btn-small.hs-button,
input[type="submit"].btn.btn-small,
input[type="submit"].btn-small.hs-button {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini, button.btn-mini.hs-button, .hbspt-form .hs-form button.btn-mini.hs-button,
input[type="submit"].btn.btn-mini,
input[type="submit"].btn-mini.hs-button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/*
 * Commented out by default for Square2Marketing to reduce bloat in stylesheets

// Link buttons
// --------------------------------------------------

// Make a button look and behave like a link
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  @include box-shadow(none);
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: $linkColor;
  @include border-radius(0);
}
.btn-link:hover,
.btn-link:focus {
  color: $linkColorHover;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: $grayDark;
  text-decoration: none;
}

/* END Comment block to remove bloat */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }

  .row,
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row:before, .row:after,
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after,
  .row-fluid:after {
    clear: both;
  }
  .row [class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641%;
    *margin-left: 2.51091%;
  }
  .row [class*="span"]:first-child,
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row .controls-row [class*="span"] + [class*="span"],
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
  }
  .row .span1,
  .row-fluid .span1 {
    width: 5.98291%;
    *width: 5.92971%;
  }
  .row .span2,
  .row-fluid .span2 {
    width: 14.52991%;
    *width: 14.47672%;
  }
  .row .span3,
  .row-fluid .span3 {
    width: 23.07692%;
    *width: 23.02373%;
  }
  .row .span4,
  .row-fluid .span4 {
    width: 31.62393%;
    *width: 31.57074%;
  }
  .row .span5,
  .row-fluid .span5 {
    width: 40.17094%;
    *width: 40.11775%;
  }
  .row .span6,
  .row-fluid .span6 {
    width: 48.71795%;
    *width: 48.66476%;
  }
  .row .span7,
  .row-fluid .span7 {
    width: 57.26496%;
    *width: 57.21177%;
  }
  .row .span8,
  .row-fluid .span8 {
    width: 65.81197%;
    *width: 65.75877%;
  }
  .row .span9,
  .row-fluid .span9 {
    width: 74.35897%;
    *width: 74.30578%;
  }
  .row .span10,
  .row-fluid .span10 {
    width: 82.90598%;
    *width: 82.85279%;
  }
  .row .span11,
  .row-fluid .span11 {
    width: 91.45299%;
    *width: 91.3998%;
  }
  .row .span12,
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row .offset1,
  .row-fluid .offset1 {
    margin-left: 11.11111%;
    *margin-left: 11.00473%;
  }
  .row .offset1:first-child,
  .row-fluid .offset1:first-child {
    margin-left: 8.54701%;
    *margin-left: 8.44063%;
  }
  .row .offset2,
  .row-fluid .offset2 {
    margin-left: 19.65812%;
    *margin-left: 19.55174%;
  }
  .row .offset2:first-child,
  .row-fluid .offset2:first-child {
    margin-left: 17.09402%;
    *margin-left: 16.98763%;
  }
  .row .offset3,
  .row-fluid .offset3 {
    margin-left: 28.20513%;
    *margin-left: 28.09875%;
  }
  .row .offset3:first-child,
  .row-fluid .offset3:first-child {
    margin-left: 25.64103%;
    *margin-left: 25.53464%;
  }
  .row .offset4,
  .row-fluid .offset4 {
    margin-left: 36.75214%;
    *margin-left: 36.64575%;
  }
  .row .offset4:first-child,
  .row-fluid .offset4:first-child {
    margin-left: 34.18803%;
    *margin-left: 34.08165%;
  }
  .row .offset5,
  .row-fluid .offset5 {
    margin-left: 45.29915%;
    *margin-left: 45.19276%;
  }
  .row .offset5:first-child,
  .row-fluid .offset5:first-child {
    margin-left: 42.73504%;
    *margin-left: 42.62866%;
  }
  .row .offset6,
  .row-fluid .offset6 {
    margin-left: 53.84615%;
    *margin-left: 53.73977%;
  }
  .row .offset6:first-child,
  .row-fluid .offset6:first-child {
    margin-left: 51.28205%;
    *margin-left: 51.17567%;
  }
  .row .offset7,
  .row-fluid .offset7 {
    margin-left: 62.39316%;
    *margin-left: 62.28678%;
  }
  .row .offset7:first-child,
  .row-fluid .offset7:first-child {
    margin-left: 59.82906%;
    *margin-left: 59.72268%;
  }
  .row .offset8,
  .row-fluid .offset8 {
    margin-left: 70.94017%;
    *margin-left: 70.83379%;
  }
  .row .offset8:first-child,
  .row-fluid .offset8:first-child {
    margin-left: 68.37607%;
    *margin-left: 68.26969%;
  }
  .row .offset9,
  .row-fluid .offset9 {
    margin-left: 79.48718%;
    *margin-left: 79.3808%;
  }
  .row .offset9:first-child,
  .row-fluid .offset9:first-child {
    margin-left: 76.92308%;
    *margin-left: 76.81669%;
  }
  .row .offset10,
  .row-fluid .offset10 {
    margin-left: 88.03419%;
    *margin-left: 87.92781%;
  }
  .row .offset10:first-child,
  .row-fluid .offset10:first-child {
    margin-left: 85.47009%;
    *margin-left: 85.3637%;
  }
  .row .offset11,
  .row-fluid .offset11 {
    margin-left: 96.5812%;
    *margin-left: 96.47481%;
  }
  .row .offset11:first-child,
  .row-fluid .offset11:first-child {
    margin-left: 94.01709%;
    *margin-left: 93.91071%;
  }
  .row .offset12,
  .row-fluid .offset12 {
    margin-left: 105.12821%;
    *margin-left: 105.02182%;
  }
  .row .offset12:first-child,
  .row-fluid .offset12:first-child {
    margin-left: 102.5641%;
    *margin-left: 102.45772%;
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }

  .thumbnails {
    margin-left: -30px;
  }

  .thumbnails > li {
    margin-left: 30px;
  }

  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }

  .row,
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row:before, .row:after,
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after,
  .row-fluid:after {
    clear: both;
  }
  .row [class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243%;
    *margin-left: 2.70924%;
  }
  .row [class*="span"]:first-child,
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row .controls-row [class*="span"] + [class*="span"],
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
  }
  .row .span1,
  .row-fluid .span1 {
    width: 5.8011%;
    *width: 5.74791%;
  }
  .row .span2,
  .row-fluid .span2 {
    width: 14.36464%;
    *width: 14.31145%;
  }
  .row .span3,
  .row-fluid .span3 {
    width: 22.92818%;
    *width: 22.87499%;
  }
  .row .span4,
  .row-fluid .span4 {
    width: 31.49171%;
    *width: 31.43852%;
  }
  .row .span5,
  .row-fluid .span5 {
    width: 40.05525%;
    *width: 40.00206%;
  }
  .row .span6,
  .row-fluid .span6 {
    width: 48.61878%;
    *width: 48.56559%;
  }
  .row .span7,
  .row-fluid .span7 {
    width: 57.18232%;
    *width: 57.12913%;
  }
  .row .span8,
  .row-fluid .span8 {
    width: 65.74586%;
    *width: 65.69266%;
  }
  .row .span9,
  .row-fluid .span9 {
    width: 74.30939%;
    *width: 74.2562%;
  }
  .row .span10,
  .row-fluid .span10 {
    width: 82.87293%;
    *width: 82.81974%;
  }
  .row .span11,
  .row-fluid .span11 {
    width: 91.43646%;
    *width: 91.38327%;
  }
  .row .span12,
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row .offset1,
  .row-fluid .offset1 {
    margin-left: 11.32597%;
    *margin-left: 11.21958%;
  }
  .row .offset1:first-child,
  .row-fluid .offset1:first-child {
    margin-left: 8.56354%;
    *margin-left: 8.45715%;
  }
  .row .offset2,
  .row-fluid .offset2 {
    margin-left: 19.8895%;
    *margin-left: 19.78312%;
  }
  .row .offset2:first-child,
  .row-fluid .offset2:first-child {
    margin-left: 17.12707%;
    *margin-left: 17.02069%;
  }
  .row .offset3,
  .row-fluid .offset3 {
    margin-left: 28.45304%;
    *margin-left: 28.34666%;
  }
  .row .offset3:first-child,
  .row-fluid .offset3:first-child {
    margin-left: 25.69061%;
    *margin-left: 25.58422%;
  }
  .row .offset4,
  .row-fluid .offset4 {
    margin-left: 37.01657%;
    *margin-left: 36.91019%;
  }
  .row .offset4:first-child,
  .row-fluid .offset4:first-child {
    margin-left: 34.25414%;
    *margin-left: 34.14776%;
  }
  .row .offset5,
  .row-fluid .offset5 {
    margin-left: 45.58011%;
    *margin-left: 45.47373%;
  }
  .row .offset5:first-child,
  .row-fluid .offset5:first-child {
    margin-left: 42.81768%;
    *margin-left: 42.7113%;
  }
  .row .offset6,
  .row-fluid .offset6 {
    margin-left: 54.14365%;
    *margin-left: 54.03726%;
  }
  .row .offset6:first-child,
  .row-fluid .offset6:first-child {
    margin-left: 51.38122%;
    *margin-left: 51.27483%;
  }
  .row .offset7,
  .row-fluid .offset7 {
    margin-left: 62.70718%;
    *margin-left: 62.6008%;
  }
  .row .offset7:first-child,
  .row-fluid .offset7:first-child {
    margin-left: 59.94475%;
    *margin-left: 59.83837%;
  }
  .row .offset8,
  .row-fluid .offset8 {
    margin-left: 71.27072%;
    *margin-left: 71.16434%;
  }
  .row .offset8:first-child,
  .row-fluid .offset8:first-child {
    margin-left: 68.50829%;
    *margin-left: 68.4019%;
  }
  .row .offset9,
  .row-fluid .offset9 {
    margin-left: 79.83425%;
    *margin-left: 79.72787%;
  }
  .row .offset9:first-child,
  .row-fluid .offset9:first-child {
    margin-left: 77.07182%;
    *margin-left: 76.96544%;
  }
  .row .offset10,
  .row-fluid .offset10 {
    margin-left: 88.39779%;
    *margin-left: 88.29141%;
  }
  .row .offset10:first-child,
  .row-fluid .offset10:first-child {
    margin-left: 85.63536%;
    *margin-left: 85.52898%;
  }
  .row .offset11,
  .row-fluid .offset11 {
    margin-left: 96.96133%;
    *margin-left: 96.85494%;
  }
  .row .offset11:first-child,
  .row-fluid .offset11:first-child {
    margin-left: 94.1989%;
    *margin-left: 94.09251%;
  }
  .row .offset12,
  .row-fluid .offset12 {
    margin-left: 105.52486%;
    *margin-left: 105.41848%;
  }
  .row .offset12:first-child,
  .row-fluid .offset12:first-child {
    margin-left: 102.76243%;
    *margin-left: 102.65605%;
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  .container-fluid {
    padding: 0;
  }

  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }

  .container {
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .row,
  .thumbnails {
    margin-left: 0;
  }

  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .page-header h1 small {
    display: block;
    line-height: 25px;
  }

  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  .media-object {
    margin-right: 0;
    margin-left: 0;
  }

  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  .navbar-fixed-top {
    margin-bottom: 25px;
  }

  .navbar-fixed-bottom {
    margin-top: 25px;
  }

  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  .navbar .container {
    width: auto;
    padding: 0;
  }

  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  .nav-collapse {
    clear: both;
  }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 12.5px;
  }

  .nav-collapse .nav > li {
    float: none;
  }

  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }

  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .nav-collapse .btn, .nav-collapse .hs-button, .nav-collapse .hbspt-form .hs-form .hs-button, .hbspt-form .hs-form .nav-collapse .hs-button {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }

  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }

  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }

  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 12.5px 15px;
    margin: 12.5px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }

  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  .navbar .btn-navbar {
    display: block;
  }

  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*
 * _mixins.scss
 * This scss file should be used to include our custom
 * reusable mixins for consistent styles that can be
 * used across multiple sites. Each mixin (or logical
 * group of mixins) should be declared in it's own scss
 * file in the mixins directory and included here.
 * 
 * Bonus if you include a comment in the top of your scss
 * files describing what the mixin(s) is/are for and how
 * to use them.
 */
/*
 * _common_classes.scss
 * This scss file should be used to include common classes
 * which can be used in multiple locations throughout the
 * site. Each common class or group of classes should be
 * declared in its own scss file and included here.
 *
 * Bonus if you include a comment in the top of your scss
 * files describing what the classes are for and how to
 * structure your code to use them.
 */
/*************** SIDR mobile responsive menu **********************/
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: #00928F;
  color: #333;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -o-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 0px;
  padding: 0;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  padding: 0;
}
.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  background: #003767;
  border-top: 1px solid #00529a;
  border-bottom: 1px solid #001c34;
}
.sidr ul li a, .sidr ul li span {
  padding: 12px 15px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #00dfda;
  border-bottom: 1px solid #007976;
}
.sidr ul li.sidr-class-mobile-close {
  text-align: left;
  font-weight: bold;
  background: #003767;
}
.sidr ul li.sidr-class-mobile-close .sidr-class-icon-close-delete {
  font-size: 26px;
  position: relative;
  top: 6px;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  line-height: 41px;
}
.sidr ul li ul li a, .sidr ul li ul li span {
  padding-left: 30px;
  line-height: 18px;
  font-size: 14px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}
.sidr .sidr-class-sidr-close {
  display: block;
  margin: 10px 15px;
  padding: 8px 15px;
  background: #10B3A3;
  color: #fff;
  width: 80px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
}
.sidr .sidr-class-sidr-close:hover {
  text-decoration: none;
  color: #fff;
  background: #003767;
}

body {
  font-family: 'Lato', Arial, sans-serif;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #2E333F;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #003767;
  line-height: 1.2em;
  letter-spacing: .5px;
  margin: 0.75em 0 0.75em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
  text-decoration: underline;
}

h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h4, h3 + h5, h3 + h6, h4 + h5, h4 + h6, h5 + h6 {
  margin-top: 0;
}

h1 {
  font-size: 2.25em;
  font-weight: 400;
}

h2 {
  color: #003767;
  font-size: 1.75em;
  font-weight: 400;
}

h3 {
  font-size: 1.625em;
}

h4 {
  color: #003767;
  font-size: 1.4em;
}

h5 {
  font-size: 1.1em;
  font-weight: 700;
}
h5 strong {
  color: #003767;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

a {
  background: transparent;
  text-decoration: underline;
  color: #000;
  transition-property: color, background-color, border-color;
  transition-timing-function: ease;
  transition-duration: .2s;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  color: #262626;
  outline: 0;
}

p, ul, ol, dl, blockquote, q, code, pre {
  display: block;
  margin: 1em 0;
  font-weight: regular;
  color: inherit;
  font-size: 1em;
  line-height: 1.7em;
}

ul {
  list-style: disc outside none;
  margin-left: 2em;
}

ol {
  list-style: decimal outside none;
  padding-left: 1em;
}

li {
  padding-left: .5em;
}

dl {
  border-bottom: 1px solid #999;
}

dt {
  clear: left;
  float: left;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 50px 5px 0;
  border-top: 1px solid #999;
  font-weight: bold;
}

dd {
  margin-left: 200px;
  padding: 5px;
}

dt + dd {
  border-top: 1px solid #999;
}

blockquote, q {
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
  line-height: 1.8em;
  border-left: 5px solid #ddd;
  margin-left: 1em;
  padding-left: 1.5em;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  border: none;
  color: #000;
  margin: 1em 0;
}

code, pre {
  font-family: consolas, courier, monospace, serif;
  white-space: pre-wrap;
}

pre {
  border: 1px solid #000;
  padding: 20px;
}

code {
  background-color: #EEE;
  color: #000;
  padding: 0.2em 1em;
  white-space: pre;
  width: 100%;
  overflow-x: scroll;
  display: block;
}

small {
  font-size: 0.8em;
}

sub, sup {
  font-size: 0.5em;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -10px;
}

img, a img {
  border: 0;
  max-width: 100%;
  height: auto;
}

input[type=text],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=phone],
textarea {
  display: block;
  margin: 0;
  font-size: 1em;
  padding: 5px 10px;
  appearance: none;
  box-shadow: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #000;
  color: #000;
  background: #FFF;
  width: 90%;
  margin-bottom: 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=phone]:focus,
textarea:focus {
  border-color: #000;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}

textarea {
  height: 150px;
}

select {
  margin: 0;
  font-size: 1em;
  padding: 5px 10px;
  color: #000;
  border: 1px solid #000;
}

/* Buttons */
.btn, .hs-button, .hbspt-form .hs-form .hs-button, .hs-button, .hbspt-form .hs-form .hs-button {
  display: inline-block;
  padding: 5px 15px;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.75em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: none;
  background: none;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition-property: color, background-color, border-color;
  transition-timing-function: ease;
  transition-duration: .2s;
}
.btn .btn:hover, .hs-button .btn:hover, .btn .hs-button:hover, .hs-button .hs-button:hover, .btn .hs-button:hover, .hs-button .hs-button:hover, .btn .hbspt-form .hs-form .hs-button:hover, .hs-button .hbspt-form .hs-form .hs-button:hover, .btn .btn:focus, .hs-button .btn:focus, .btn .hs-button:focus, .hs-button .hs-button:focus, .btn .hs-button:focus, .hs-button .hs-button:focus, .btn .hbspt-form .hs-form .hs-button:focus, .hs-button .hbspt-form .hs-form .hs-button:focus, .hs-button .btn:hover, .hs-button .hs-button:hover, .hs-button .hs-button:hover, .hs-button .hbspt-form .hs-form .hs-button:hover, .hs-button .btn:focus, .hs-button .hs-button:focus, .hs-button .hs-button:focus, .hs-button .hbspt-form .hs-form .hs-button:focus, .hbspt-form .hs-form .hs-button .btn:hover, .hbspt-form .hs-form .hs-button .hs-button:hover, .hbspt-form .hs-form .hs-button .hs-button:hover, .hbspt-form .hs-form .hs-button .hbspt-form .hs-form .hs-button:hover, .hbspt-form .hs-form .hs-button .btn:focus, .hbspt-form .hs-form .hs-button .hs-button:focus, .hbspt-form .hs-form .hs-button .hs-button:focus, .hbspt-form .hs-form .hs-button .hbspt-form .hs-form .hs-button:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  background-color: #e6e6e6;
}
.btn.blue, .blue.hs-button, .hbspt-form .hs-form .blue.hs-button, .hs-button.blue, .hbspt-form .hs-form .hs-button.blue {
  background-color: #003767;
  color: #fff;
}
.btn.blue:hover, .blue.hs-button:hover, .hs-button.blue:hover, .hbspt-form .hs-form .hs-button.blue:hover {
  background-color: #2E333F;
}
.btn.orange, .orange.hs-button, .hbspt-form .hs-form .orange.hs-button, .hs-button.orange, .hbspt-form .hs-form .hs-button.orange {
  background-color: #E95E41;
  color: #fff;
}
.btn.orange:hover, .orange.hs-button:hover, .hs-button.orange:hover, .hbspt-form .hs-form .hs-button.orange:hover {
  background-color: #d34d32;
}

/*
 * _global.scss
 * This scss file should be used to declare styles that
 * are used across the entire site.
 *
 * This should NOT include common classes that may be
 * used in various pages or sections. However, the common
 * classes are included before this file, so they may be
 * used to apply the same style to certain elements on
 * every page here.
 *
 * For readability, please follow common conventions
 * whenever editing this file:
 *  - Nest elements wherever it makes sense.
 *  - It should almost never be necessary to nest ID
 *    selectors. Doing so can decrease browser
 *    performance.
 *  - Styles at the top of the site should be at the
 *    top of this file. Styles at the bottom of the
 *    site should be at the bottom of this file.
 *  - Each CSS attribute should be listed on its own
 *    line.
 *  - Do not include any attributes on the line with
 *    the CSS selector
 *  - If a rule has multiple selectors, list them each
 *    on their own line.
 *  - Indent attributes and nested selectors using
 *    tabs. The closing tag should have the same number
 *    of tabs as the opening tag for each selector.
 *  - If you discover that you are commonly re-using the
 *    same rules or attributes, add them as a variable
 *    or separate class and use the variable or class
 *    instead of re-writing it.
 */
/*** GENERAL STYLES ***/
.container {
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 960px;
}
.container:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 748px;
    padding: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .container {
    width: 461px;
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    width: 100%;
    padding: 10px;
  }
}
.container.nopad {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .container.nopad {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .container.nopad {
    padding: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .container.nopad {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .container.nopad {
    padding: 0;
  }
}
.container.medium {
  width: 900px;
}
@media only screen and (min-width: 1200px) {
  .container.medium {
    width: 1100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .container.medium {
    width: 728px;
    padding: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .container.medium {
    width: 441px;
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .container.medium {
    width: 100%;
    padding: 10px;
  }
}
.container.narrow {
  width: 688px;
}
@media only screen and (min-width: 1200px) {
  .container.narrow {
    width: 688px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .container.narrow {
    width: 748px;
    padding: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .container.narrow {
    width: 461px;
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .container.narrow {
    width: 100%;
    padding: 10px;
  }
}

.offset-container {
  position: relative;
}
.offset-container a {
  position: absolute;
  top: -70px;
}

.btn, .hs-button, .hbspt-form .hs-form .hs-button {
  text-decoration: none;
  display: block;
  text-shadow: none;
  line-height: 1.5em;
  padding: 6px 18px;
  box-shadow: 0px 0px 9px #333 inset;
  box-sizing: content-box !important;
  vertical-align: middle;
  font-weight: 300;
  color: #fff;
}
.btn.green, .green.hs-button, .hbspt-form .hs-form .green.hs-button {
  background-color: #00928F;
}
.btn.green:hover, .green.hs-button:hover {
  background-color: #10B3A3;
}
.btn.orange, .orange.hs-button, .hbspt-form .hs-form .orange.hs-button {
  background-color: #E95E41;
}
.btn.orange:hover, .orange.hs-button:hover {
  background-color: #d34d32;
}
.btn.light-green, .light-green.hs-button, .hbspt-form .hs-form .light-green.hs-button {
  background-color: #10B3A3;
}
.btn.light-green:hover, .light-green.hs-button:hover {
  background-color: #00928F;
}
.btn.blue, .blue.hs-button, .hbspt-form .hs-form .blue.hs-button {
  background-color: #003767;
}
.btn.blue:hover, .blue.hs-button:hover {
  background-color: #2E333F;
}

/*** END GENERAL STYLES ***/
.content-row {
  /*&:first-child{
      margin-top:6px;
  }*/
}
.content-row.white-bg {
  background-color: #fff;
}
.content-row.light-grey-bg {
  background-color: #F1F1F2;
}
.content-row.light-green-bg {
  background-color: #F0F7F7;
}
.content-row.grey-blue-bg {
  background-color: #335F86;
}
.content-row.green-bg {
  background-color: #00928F;
}
.content-row.blue-bg {
  background-color: #003767;
}

.section-padding {
  padding: 50px 0;
}

.grey-blue-bg {
  background-color: #335F86;
}

.light-green-bg {
  background-color: #F0F7F7;
}

ul.check li {
  padding-left: 35px;
  background: url("//www.compliancewave.com/hubfs/images/icons/check.png") no-repeat;
  list-style-type: none;
  margin-bottom: 20px;
}
ul.check li span {
  font-weight: bold;
}

.ppc-1 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.ppc-2 {
  text-align: center;
  opacity: 1;
  padding-top: 20px;
  font-size: 1.2em;
  margin-left: 30px;
  margin-right: 30px;
}

/*** HEADER STYLES ***/
/*** END HEADER STYLES ***/
/*** PAGE STRUCTURE ***/
/*** END PAGE STRUCTURE ***/
/*** FOOTER STYLES ***/
/*** END FOOTER STYLES ***/
/*
 * _modules.scss
 * This scss file should be used to include styles for
 * specific modules on the site. Each modules or logical
 * group of modules should be declared in its own scss
 * file in the modules directory and included here.
 *
 * Bonus if you include a comment in the top of your scss
 * files describing what the classes are for and how to
 * structure your code to use them.
 */
.header {
  position: relative;
  z-index: 999;
  padding-bottom: 99px;
}
@media only screen and (max-width: 979px) {
  .header {
    padding-bottom: 92px;
  }
}
.header .header-mainnav {
  background: #fff;
  height: 70px;
  position: fixed;
  width: 100%;
  top: 36px;
  z-index: 1000;
  border-bottom: 1px solid #CCCCCC;
}
@media only screen and (max-width: 979px) {
  .header .header-mainnav .container {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .header .header-mainnav {
    background: #fff;
    height: auto;
    margin-bottom: 0;
    position: fixed;
    top: 18px;
  }
}
.header .header-mainnav .mobile-menu-trigger-container {
  float: right;
  height: 70px;
  padding: 23px 30px;
  display: none;
  box-sizing: border-box;
  text-align: right;
}
@media only screen and (max-width: 979px) {
  .header .header-mainnav .mobile-menu-trigger-container {
    display: block;
    float: right;
    background-color: #00928F;
    height: 50px;
    width: 140px;
    padding: 12px 15px;
    margin: 15px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
  }
  .header .header-mainnav .mobile-menu-trigger-container:hover {
    background-color: #10B3A3;
  }
}
.header .header-mainnav .mobile-menu-trigger-container .menu-button {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.header .header-mainnav .mobile-menu-trigger-container .menu-button span {
  position: relative;
  top: 25px;
}
.header .header-mainnav .mobile-menu-trigger-container .menu-button img {
  float: left;
  margin: 3px 2px 0 0px;
}
.header .header-mainnav .menu-cta-container {
  float: right;
}
@media only screen and (max-width: 767px) {
  .header .header-mainnav .menu-cta-container {
    float: none;
  }
}
.header .header-mainnav .menu-cta-container .menu-cta {
  height: 70px;
  background: #9d261d;
  color: #fff;
  display: block;
  padding: 10px 30px 0;
  box-sizing: border-box !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  width: 260px;
  text-align: center;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  .header .header-mainnav .menu-cta-container .menu-cta {
    width: 100%;
  }
}
.header .header-mainnav .menu-cta-container .menu-cta:hover {
  background: #003767;
}
.header .header-mainnav .menu-cta-container .menu-cta p {
  line-height: 1.4em;
}
.header .header-utility {
  color: #999;
  position: fixed;
  width: 100%;
  z-index: 1001;
  background: #fff;
}
@media only screen and (max-width: 979px) {
  .header .header-utility {
    position: fixed;
    background: #fff;
    height: 18px;
  }
}
.header .header-utility a {
  font-size: 14px;
  font-weight: 300;
}
.header .header-utility .nopad {
  margin-top: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 979px) {
  .header .header-utility .nopad {
    z-index: 9999;
    margin-top: 2px;
  }
}

.logo {
  position: absolute;
  width: 19%;
  z-index: 500;
  margin-top: 10px;
}
@media only screen and (max-width: 979px) {
  .logo {
    width: 55%;
  }
}
@media only screen and (max-width: 480px) {
  .logo {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .logo {
    width: 16%;
  }
}
.logo img {
  max-width: 100%;
}

.navigation ul li {
  float: left;
  list-style: none;
  display: block;
}
.navigation ul li a {
  text-decoration: none;
  display: block;
  color: #2E333F;
}
.navigation:after {
  content: "";
  display: block;
  clear: both;
}
.navigation .utility-menu ul {
  float: right;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .navigation .utility-menu ul {
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  .navigation .utility-menu ul {
    display: none;
  }
}
.navigation .utility-menu ul li {
  margin-left: 10px;
  line-height: 25px;
}
.navigation .utility-menu ul li a {
  color: #2E333F;
  font-size: 13px;
  font-weight: 300;
}
.navigation .utility-menu ul li a:hover {
  opacity: 0.9;
}
.navigation .main-menu nav > span > div > ul {
  float: right;
  margin-left: 100px;
}
@media only screen and (min-width: 1200px) {
  .navigation .main-menu nav > span > div > ul {
    margin-left: 0;
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .navigation .main-menu nav > span > div > ul {
    display: none;
  }
}
.navigation .main-menu nav > span > div > ul > li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.navigation .main-menu nav > span > div > ul > li a {
  color: #2E333F;
  font-weight: 300;
  font-size: 16px;
  line-height: 45px;
  min-height: 30px;
  position: relative;
  margin-right: 15px;
  padding: 0;
  text-transform: none;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .navigation .main-menu nav > span > div > ul > li a {
    margin: 0 20px 0 0;
    font-size: 18px;
  }
}
.navigation .main-menu nav > span > div > ul > li a:hover {
  background: none;
  border-bottom: 1px solid #00928F;
}
.navigation .main-menu nav > span > div > ul > li:last-child::before {
  background: url("//www.compliancewave.com/hubfs/images/orange-arrow.png") no-repeat scroll 0 0 transparent;
  content: "";
  height: 20px;
  position: relative;
  right: 0;
  top: 15px;
  float: left;
  width: 14px;
}
.navigation .main-menu nav > span > div > ul > li:last-child a {
  margin-right: 0;
  color: #E95E41;
  font-weight: 400;
  padding-left: 15px;
}
.navigation .main-menu nav > span > div > ul > li:last-child a:hover {
  border-bottom: 1px solid #003767;
}
.navigation .main-menu nav > span > div > ul > li:last-child:hover a {
  border-bottom: 1px solid #003767;
}
.navigation .main-menu nav > span > div > ul > li:hover a {
  border-bottom: 1px solid #00928F;
}
.navigation .main-menu nav > span > div > ul > li ul, .navigation .main-menu nav > span > div > ul > li .sub-menu {
  display: none;
  width: 250px;
  margin: 0;
  position: absolute;
  left: 0 !important;
  top: 63px !important;
  padding: 0;
  background: #10B3A3;
  text-align: left;
}
.navigation .main-menu nav > span > div > ul > li ul li, .navigation .main-menu nav > span > div > ul > li .sub-menu li {
  padding: 0;
  float: none;
  border-bottom: 0;
}
.navigation .main-menu nav > span > div > ul > li ul li a, .navigation .main-menu nav > span > div > ul > li .sub-menu li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 7px 15px;
  color: #fff;
  min-height: initial;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #00928F;
}
.navigation .main-menu nav > span > div > ul > li ul li a:hover, .navigation .main-menu nav > span > div > ul > li .sub-menu li a:hover {
  background: #00928F;
  border-bottom: none;
  border-bottom: 1px solid #00928F;
  box-shadow: 2px 2px 20px #007571 inset;
  letter-spacing: .5px;
}
.navigation .main-menu nav > span > div > ul > li ul li:before, .navigation .main-menu nav > span > div > ul > li .sub-menu li:before {
  display: none;
}
.navigation .main-menu nav > span > div > ul > li ul li:last-child a, .navigation .main-menu nav > span > div > ul > li .sub-menu li:last-child a {
  color: #fff;
  border: 0;
}
.navigation .main-menu nav > span > div > ul li.hs-item-has-children a:before {
  background: url("//www.compliancewave.com/hubfs/images/dropdown.png") no-repeat scroll 0 0 transparent;
  content: "";
  height: 20px;
  position: absolute;
  right: -7px;
  top: 15px;
  float: right;
  width: 14px;
}
.navigation .main-menu nav > span > div > ul li.hs-item-has-children a:last-child:before {
  display: none;
}
.navigation .main-menu nav > span > div > ul li.hs-item-has-children a:last-child {
  color: #fff;
}
.navigation .main-menu nav > span > div > ul li:hover ul, .navigation .main-menu nav > span > div > ul li.hover ul {
  display: block;
  transition-duration: .2s;
  transition-property: display;
}
.navigation .main-menu nav > span > div > ul li.active-branch li a {
  border-bottom: none;
}

.hero {
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .hero {
    margin-top: 0;
  }
}
.hero .hero-content {
  padding: 35px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .hero .hero-content {
    padding: 63px;
  }
}
@media only screen and (max-width: 979px) {
  .hero .hero-content {
    padding: 10px;
  }
}
.hero .hero-content h1, .hero .hero-content h2 {
  text-transform: uppercase;
}
.hero .hero-content h1 {
  font-weight: 300;
  font-size: 34px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1200px) {
  .hero .hero-content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero-content h1 {
    font-size: 22px;
  }
}
.hero .hero-content h2 {
  font-weight: 700;
  font-size: 50px;
}
@media only screen and (min-width: 1200px) {
  .hero .hero-content h2 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero-content h2 {
    font-size: 32px;
  }
}
.hero .hero-overlap-padding {
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .hero .hero-overlap-padding {
    height: 0;
  }
}

.hero-row {
  background-size: cover;
  background-position: 50% 50%;
}
.hero-row .hero-text {
  padding: 35px;
}
@media only screen and (max-width: 979px) {
  .hero-row .hero-text {
    padding: 10px;
  }
}
.hero-row .hero-text .hero-container {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.hero-row .hero-text .hero-container h1, .hero-row .hero-text .hero-container h2 {
  text-align: left;
  color: #003767;
}
.hero-row .hero-text .hero-container h1 {
  font-size: 34px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: "co-headline", sans-serif;
  padding-right: 30%;
}
@media only screen and (max-width: 979px) {
  .hero-row .hero-text .hero-container h1 {
    padding-right: 0;
  }
}
.hero-row .hero-text .hero-container h2 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  padding-right: 25%;
}
@media only screen and (max-width: 979px) {
  .hero-row .hero-text .hero-container h2 {
    padding-right: 0;
  }
}
.hero-row .hero-text .hero-container .hero-caption {
  font-family: 'Lato', sans-serif;
  text-align: left;
  font-size: 15px;
  color: #003767;
}
.hero-row .hero-text .hero-container .hero-caption p {
  margin-top: 0;
  color: #003767;
}
.hero-row .hero-text .hero-container .hero-caption .hs-cta-wrapper {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.footer-section {
  overflow: hidden;
  color: #bdbec2;
}
.footer-section .footer-menu {
  background: #bdbec2;
  padding: 40px 0;
}
.footer-section .footer-menu .footer-nav ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.footer-section .footer-menu .footer-nav ul li a {
  text-decoration: none;
  font-size: 14px;
  white-space: pre-wrap !important;
}
@media only screen and (max-width: 767px) {
  .footer-section .footer-menu .footer-nav ul li a {
    text-align: center;
  }
}
.footer-section .footer-menu .footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer-section .footer-menu .footer-nav ul li.hs-menu-depth-1 {
  float: left;
  width: 33.333333333337%;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .footer-section .footer-menu .footer-nav ul li.hs-menu-depth-1 {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
.footer-section .footer-menu .footer-nav ul li.hs-menu-depth-1 a {
  display: none;
}
.footer-section .footer-menu .footer-nav ul li ul li.hs-menu-depth-2 {
  font-weight: 700;
}
.footer-section .footer-menu .footer-nav ul li ul li ul li.hs-menu-depth-3 {
  font-weight: 300;
}
@media only screen and (max-width: 979px) {
  .footer-section .footer-menu .footer-nav.span9 {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
@media only screen and (max-width: 979px) {
  .footer-section .footer-menu .address {
    text-align: center;
    padding: 10px 0;
  }
}
.footer-section .footer-menu .address span {
  color: #2E333F;
  font-weight: 300;
  font-size: 14px;
}
.footer-section .footer-menu .address a {
  text-decoration: none;
  color: #2E333F;
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (max-width: 979px) {
  .footer-section .footer-menu .address.span3 {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
.footer-section .footer-menu .social-icons {
  max-width: 250px;
  margin: 0 auto;
  display: block;
  padding: 20px 0 0 0;
  overflow: hidden;
}
.footer-section .footer-menu .social-icons .icon {
  float: left;
  width: 20%;
}
.footer-section .footer-menu .social-icons .icon .icon-link {
  display: block;
  max-width: 37px;
  height: 37px;
  width: 100%;
  margin: 0 auto;
}
.footer-section .footer-menu .social-icons .icon .icon-link.twitter {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_twitter.png") no-repeat scroll 50% 50% transparent;
}
.footer-section .footer-menu .social-icons .icon .icon-link.twitter:hover {
  background-image: url("//www.compliancewave.com/hubfs/images/icons/cw_twitter-hover.png");
}
.footer-section .footer-menu .social-icons .icon .icon-link.linkedin {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_linkedin.png") no-repeat scroll 50% 50% transparent;
}
.footer-section .footer-menu .social-icons .icon .icon-link.linkedin:hover {
  background-image: url("//www.compliancewave.com/hubfs/images/icons/cw_linkedin-hover.png");
}
.footer-section .footer-menu .social-icons .icon .icon-link.facebook {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_facebook.png") no-repeat scroll 50% 50% transparent;
}
.footer-section .footer-menu .social-icons .icon .icon-link.facebook:hover {
  background-image: url("//www.compliancewave.com/hubfs/images/icons/cw_facebook-hover.png");
}
.footer-section .footer-menu .social-icons .icon .icon-link.google {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_google.png") no-repeat scroll 50% 50% transparent;
}
.footer-section .footer-menu .social-icons .icon .icon-link.google:hover {
  background-image: url("//www.compliancewave.com/hubfs/images/icons/cw_google-hover.png");
}
.footer-section .footer-menu .social-icons .icon .icon-link.youtube {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_youtube.png") no-repeat scroll 50% 50% transparent;
}
.footer-section .footer-menu .social-icons .icon .icon-link.youtube:hover {
  background-image: url("//www.compliancewave.com/hubfs/images/icons/cw_youtube-hover.png");
}
.footer-section .copyright-section {
  text-align: left;
  background: #222222;
  padding: 5px 0 0 0;
  font-size: 14px;
  font-weight: 300;
}
.footer-section .copyright-section .copyright-menu ul {
  float: right;
}
.footer-section .copyright-section .copyright-menu ul li {
  padding-left: .75em;
}
.footer-section .copyright-section .copyright-menu ul li a {
  text-decoration: none;
  color: #bdbec2;
}
.footer-section .copyright-section .copyright-menu ul li a:hover {
  text-decoration: underline;
}

/* CSS Document */
.s2m-content {
  font-size: 18px;
  background-size: cover;
  background-position: 50% 0;
}
.s2m-content.tile-background {
  background-size: auto;
  background-repeat: repeat;
}
.s2m-content.dark {
  color: #000;
}
.s2m-content.dark h3 {
  color: #000;
}
.s2m-content.light {
  color: #fff;
  font-weight: 300;
}
.s2m-content.light h3, .s2m-content.light h4, .s2m-content.light h5 {
  color: #fff;
}
.s2m-content .col {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .s2m-content .col {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.s2m-content .col h3:first-child {
  margin-top: 0;
}
.s2m-content .col p:first-child {
  margin-top: 6px;
  /* try to align with left column h3 */
}
@media only screen and (max-width: 767px) {
  .s2m-content .col.col1 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .s2m-content .col.col2, .s2m-content .col.col3 {
    padding-top: 0;
    /* not top padding on second column when they are stacked */
  }
}
.s2m-content.has-header .col {
  padding-top: 0;
}
.s2m-content.one-column {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .s2m-content.one-column .narrow {
    padding-left: 135px;
    padding-right: 135px;
  }
}
.s2m-content.two-column .col1 h3 {
  font-size: 48px;
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  .s2m-content.two-column .col1 h3 {
    font-size: 53px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .s2m-content.two-column .col1 h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .s2m-content.two-column .col1 h3 {
    text-align: center;
  }
}
.s2m-content.three-column {
  text-align: center;
}
.s2m-content h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 53px;
}
@media only screen and (max-width: 767px) {
  .s2m-content h3 {
    font-size: 40px;
  }
}
.s2m-content h3 strong {
  font-weight: 700;
}
.s2m-content h5 + p {
  margin-top: -10px;
}
.s2m-content ul {
  margin-left: 10px;
}
.s2m-content ul li {
  padding: 0 0 5px 20px;
  font-size: 18px;
  text-align: left;
  list-style: none;
  position: relative;
}
.s2m-content ul li:before {
  content: "■ ";
  font-size: 28px;
  line-height: 22px;
  color: #9d261d;
  top: 1px;
  position: absolute;
  left: -10px;
}
.s2m-content .cta-box {
  padding: 5px 0 15px;
  background-color: #003767;
  text-align: center;
}
.s2m-content .cta-box .cta-text {
  padding: 0 20px 15px;
  font-weight: 300;
  color: #fffffe;
}
.s2m-content .cta-box img {
  margin: 5px 0;
  height: 180px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
}
.s2m-content .logos img {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

.cta-content .hs-cta-wrapper {
  max-width: 550px;
  margin: 0 auto;
  width: auto;
  display: block;
  text-align: center;
  padding: 45px;
}
.cta-content .hs-cta-wrapper a {
  text-decoration: none;
}
.cta-content .hs-cta-wrapper a .cta-text {
  color: #fff;
}
.cta-content .hs-cta-wrapper a .cta-text .blue.btn, .cta-content .hs-cta-wrapper a .cta-text .blue.hs-button {
  padding: 10px 40px;
  margin: 20px 0;
  font-weight: 300;
}
.cta-content .hs-cta-wrapper a .cta-text.medium {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 15px;
}
.cta-content .hs-cta-wrapper a .cta-text.small {
  font-weight: 300;
  font-size: 17px;
}
.cta-content .hs-cta-wrapper .request-library-preview {
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  padding-top: 30px;
}
.cta-content.blue {
  background-color: #003767;
}
.cta-content.image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.headline-row {
  background: #003767;
}
.headline-row .headline h3 {
  margin: 15px 0;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 28px;
}
@media only screen and (max-width: 979px) {
  .headline-row .headline h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .headline-row .headline h3 {
    font-size: 22px;
  }
}

.logos-row {
  display: none;
}
.logos-row .logos-container {
  padding: 20px 0 0 0;
  display: table;
  width: 100%;
}
.logos-row .logos-container .logos-icon {
  display: table-cell;
  text-align: center;
  padding: 0 1%;
}
@media only screen and (max-width: 767px) {
  .logos-row .logos-container .logos-icon {
    display: inline-block;
    width: 50%;
  }
}

.testimonial {
  padding: 20px 0;
}
.testimonial .span6 {
  padding: 10px 20px;
}
.testimonial .span6 p {
  font-style: italic;
  color: #003767;
}
.testimonial .span6 p.attribute {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.testimonial .span12 {
  padding: 10px 50px;
}
@media only screen and (max-width: 979px) {
  .testimonial .span12 {
    padding: 10px 20px;
  }
}
.testimonial .span12 p {
  font-style: italic;
  color: #003767;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 1.4em;
  text-align: center;
}
.testimonial .span12 p.attribute {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

.testimonial-imageless .container {
  background: #F0F7F7;
  padding: 50px 0;
}
.testimonial-imageless .container p {
  font-style: italic;
  color: #003767;
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
}
.testimonial-imageless .container p.attribute {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  padding-top: 20px;
  color: #003767;
}

.testimonial-image img {
  margin-top: 20% !important;
}
@media only screen and (max-width: 767px) {
  .testimonial-image img {
    width: 30%;
    margin: 5% auto 0 auto !important;
  }
}

#exit-popup {
  display: none;
  position: absolute;
  top: 10%;
  width: 100%;
  z-index: 1001;
}
#exit-popup .popup-bg {
  position: fixed;
  font-family: Arial,Helvetica,sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
#exit-popup .popup-modal {
  background: #fff;
  border: 10px solid #003767;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-size: 16px;
  left: 50%;
  margin-left: -20%;
  position: fixed;
  text-align: center;
  top: 20px;
  width: 40%;
  z-index: 2;
}
#exit-popup .popup-modal .buttons .cta-container {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  #exit-popup .popup-modal .buttons .cta-container {
    float: left;
    margin-right: 3%;
    width: 45%;
  }
}
#exit-popup .popup-modal .buttons .cta-container .hs-cta-wrapper a {
  background: #E95E41;
  box-sizing: content-box;
  color: #fff;
  display: block;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-sizing: content-box;
  margin: 10px auto;
  padding: 6px;
}
#exit-popup .popup-modal .buttons .btn-wrap {
  width: 100%;
}
#exit-popup .popup-modal .buttons .btn-wrap a {
  box-sizing: content-box;
  color: #000;
  display: block;
  text-decoration: none;
  vertical-align: middle;
  margin: 10px auto;
  padding: 6px;
  background: #ececef;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-sizing: content-box;
}
@media only screen and (min-width: 1200px) {
  #exit-popup .popup-modal .buttons .btn-wrap {
    float: left;
    width: 45%;
  }
}
#exit-popup .popup-modal .inner-wrapper {
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 979px) {
  #exit-popup .popup-modal .inner-wrapper {
    width: 90%;
  }
}
#exit-popup .popup-modal h3 {
  color: #0fb3a3;
  font-weight: bold;
}
#exit-popup .popup-modal img {
  height: auto;
  margin-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  #exit-popup .popup-modal {
    margin-left: -40%;
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  #exit-popup .popup-modal {
    margin-left: -30%;
    width: 60%;
  }
}
#exit-popup .close-popup {
  color: #a1a7b7;
  cursor: pointer;
  font-size: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
}

/*
 * _pages.scss
 * This file should be used to include page or section-specific
 * styles. Each page/section/component should have its own
 * scss file in the pages directory that is included from here.
 */
.blog-2015 .resources-nav {
  display: inline-block;
  position: relative;
  background: #2E333F;
  clear: both;
  overflow: hidden;
  top: 7px;
  width: 100%;
  padding: 20px 0 15px 0;
  z-index: 2;
}
@media only screen and (max-width: 979px) {
  .blog-2015 .resources-nav .container.blog .resources-menu-label {
    width: 100%;
  }
}
.blog-2015 .resources-nav .container.blog .resources-menu-label .resources-text {
  text-align: center;
  color: #fff;
  display: block;
  padding: 5px 0;
}
@media only screen and (max-width: 979px) {
  .blog-2015 .resources-nav .container.blog .resources-menu-nav {
    width: 100%;
    margin: 0;
  }
}
.blog-2015 .resources-nav .container.blog .resources-menu-nav .resources-menu ul {
  display: table !important;
  width: 100%;
}
.blog-2015 .resources-nav .container.blog .resources-menu-nav .resources-menu ul li {
  display: table-row;
  width: 33%;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #10B3A3;
  border-right: 1px solid #10B3A3;
  border-bottom: 1px solid #10B3A3;
}
.blog-2015 .resources-nav .container.blog .resources-menu-nav .resources-menu ul li a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  font-size: 13px;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .blog-2015 .resources-nav .container.blog .resources-menu-nav .resources-menu ul li a {
    font-size: 16px;
  }
}
.blog-2015 .resources-nav .container.blog .resources-menu-nav .resources-menu ul li:first-child {
  border-left: 1px solid #10B3A3;
}
.blog-2015 .resources-nav .container.blog .resources-menu-nav .resources-menu ul li:hover {
  background-color: #10B3A3;
}
.blog-2015 .resources-nav .container.blog .resources-menu-nav .resources-menu ul li.active {
  background-color: #10B3A3;
}
.blog-2015 .hero {
  background-image: url(//www.compliancewave.com/hubfs/images/blog-hero.jpg);
  background-color: #7bafc4;
}
@media only screen and (max-width: 979px) {
  .blog-2015 .hero {
    background-image: url(//www.compliancewave.com/hubfs/images/backgrounds/blog-hero-mobile.jpg);
  }
}
.blog-2015 .hero .hero-content {
  padding: 45px;
}
@media only screen and (min-width: 1200px) {
  .blog-2015 .hero .hero-content {
    padding: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-2015 .hero .hero-content {
    padding: 100px 45px 45px 45px;
  }
}
.blog-2015 .hero .hero-content h2, .blog-2015 .hero .hero-content p {
  margin: 0 0 10px;
  color: #fff;
}
.blog-2015 .hero .hero-content h2 {
  font-family: "co-headline", sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .hero .hero-content h2 {
    font-size: 30px;
  }
}
.blog-2015 .hero .hero-content p {
  margin: 0 0 30px;
  font-size: 20px;
}
.blog-2015 .hero .hero-content .subscribe-header-form {
  width: 70%;
  min-width: 300px;
  margin: 0 auto;
  display: block;
  padding: 10px 10px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .hero .hero-content .subscribe-header-form {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .blog-2015 .hero .hero-content .subscribe-header-form {
    min-width: 280px;
    width: 100%;
  }
}
.blog-2015 .hero .hero-content .subscribe-header-form form {
  margin-bottom: 0;
}
.blog-2015 .hero .hero-content .subscribe-header-form h3 {
  display: none;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form {
  display: block;
  text-align: left;
  color: #000;
  background: transparent;
  padding: 0 20px;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs_email label {
  display: none;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs_email .hs-error-msgs li label {
  display: block;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs_subscription_preference {
  position: absolute !important;
  bottom: 145px;
  margin: 0 auto;
  width: 52% !important;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs_subscription_preference label {
  display: none;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs_subscription_preference ul {
  max-width: 400px;
  margin: 0 auto;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs_subscription_preference ul li {
  margin-right: 25px;
  vertical-align: bottom;
  margin-bottom: 0;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs_subscription_preference ul li label {
  display: block;
  color: #fff;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs_subscription_preference ul li label input {
  margin: 7px 5px;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form label {
  text-align: center;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-button.primary {
  /*@extend .btn;*/
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field {
  clear: left;
  float: left;
  width: 70%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field {
    width: 100%;
    overflow: hidden;
  }
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field.hs_blog_dev_blog_only_subscription {
  width: 100%;
  padding: 30px 0;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field.hs_blog_dev_blog_only_subscription > label, .blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field.hs_blog_dev_blog_only_subscription .input {
  width: 60%;
  float: left;
  font-size: 20px;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field.hs_blog_dev_blog_only_subscription > label ul, .blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field.hs_blog_dev_blog_only_subscription .input ul {
  margin: 0;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field.hs_blog_dev_blog_only_subscription > label ul label, .blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field.hs_blog_dev_blog_only_subscription .input ul label {
  padding-right: 15px;
  font-size: 20px;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field.hs_blog_dev_blog_only_subscription > label ul label input, .blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field.hs_blog_dev_blog_only_subscription .input ul label input {
  margin-top: 7px;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .hs-form-field.hs_blog_dev_blog_only_subscription > label {
  width: 40%;
  margin-top: 4px;
  text-align: right;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs-form .input input {
  float: left;
  background: #fff;
  border-radius: 0;
  padding: 10px;
  box-sizing: content-box;
}
.blog-2015 .hero .hero-content .subscribe-header-form .btn, .blog-2015 .hero .hero-content .subscribe-header-form .hs-button, .blog-2015 .hero .hero-content .subscribe-header-form .hs-button, .blog-2015 .hero .hero-content .subscribe-header-form .hbspt-form .hs-form .hs-button, .blog-2015 .hero .hero-content .subscribe-header-form .btn-large, .blog-2015 .hero .hero-content .subscribe-header-form .s2m-content h5 > a, .s2m-content .blog-2015 .hero .hero-content .subscribe-header-form h5 > a, .blog-2015 .hero .hero-content .subscribe-header-form .s2m-content h5 > a {
  width: 30%;
  min-width: 80px;
  padding: 10px 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .hero .hero-content .subscribe-header-form .btn, .blog-2015 .hero .hero-content .subscribe-header-form .hs-button, .blog-2015 .hero .hero-content .subscribe-header-form .hs-button, .blog-2015 .hero .hero-content .subscribe-header-form .hbspt-form .hs-form .hs-button, .blog-2015 .hero .hero-content .subscribe-header-form .btn-large, .blog-2015 .hero .hero-content .subscribe-header-form .s2m-content h5 > a, .s2m-content .blog-2015 .hero .hero-content .subscribe-header-form h5 > a, .blog-2015 .hero .hero-content .subscribe-header-form .s2m-content h5 > a {
    width: 100%;
  }
}
.blog-2015 .hero .hero-content .subscribe-header-form ul {
  list-style: none;
  margin-left: 0;
}
.blog-2015 .hero .hero-content .subscribe-header-form ul li {
  display: inline-block;
  text-align: center;
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs_submit {
  text-align: right;
  display: inline-block;
  width: 30%;
  float: left;
  margin: 5px 0;
  background: url("//www.compliancewave.com/hubfs/images/subscribe-arrow.png") no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-left: -9px;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .hero .hero-content .subscribe-header-form .hs_submit {
    background: none;
    width: 100%;
    margin: 0;
  }
}
.blog-2015 .hero .hero-content .subscribe-header-form .hs_submit input {
  width: 92%;
  margin: 0 0 0 5px;
  padding: 17px;
  background: #E95E41;
  border: 0;
  border-radius: 0;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .hero .hero-content .subscribe-header-form .hs_submit input {
    width: 100%;
    margin: 0;
  }
}
.blog-2015 .hero .hero-content .subscribe-header-form input[type="text"], .blog-2015 .hero .hero-content .subscribe-header-form input[type="email"], .blog-2015 .hero .hero-content .subscribe-header-form input[type="search"], .blog-2015 .hero .hero-content .subscribe-header-form input[type="url"], .blog-2015 .hero .hero-content .subscribe-header-form input[type="tel"], .blog-2015 .hero .hero-content .subscribe-header-form input[type="number"], .blog-2015 .hero .hero-content .subscribe-header-form input[type="phone"], .blog-2015 .hero .hero-content .subscribe-header-form textarea {
  width: 100%;
}
.blog-2015 .hero .hero-content .social-follow {
  margin: 0 auto;
  clear: both;
}
.blog-2015 .hero .hero-content .social-follow ul {
  margin-left: 0;
  list-style: none;
}
.blog-2015 .hero .hero-content .social-follow ul li {
  display: inline-block;
  /* width: 20%;   for original buttons */
}
.blog-2015 .hero .hero-content .social-follow ul li a {
  color: #fff;
}
.blog-2015 .hero .hero-content .social-follow ul li .fb-like span {
  vertical-align: baseline !important;
  /* overrides automatic Facebook inline styles */
}
.blog-2015 .blog-title-section {
  background: #2E333F;
  margin-bottom: 60px;
}
.blog-2015 .blog-title-section .blog-title {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-title-section .blog-title {
    display: none;
  }
}
.blog-2015 .post-details .post-date {
  font-size: 1.1em;
  font-weight: bold;
}
.blog-2015 .post-details .post-author {
  font-style: italic;
}
.blog-2015 .blog-body-section {
  padding-bottom: 30px;
}
.blog-2015 .blog-body-section .post-item {
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.blog-2015 .blog-body-section .post-item .post-header h2 {
  margin-top: 0;
  font-size: 34px;
  font-weight: 400;
  color: #003767;
}
@media only screen and (max-width: 979px) {
  .blog-2015 .blog-body-section .post-item .post-header h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .post-item .post-header h2 {
    font-size: 26px;
  }
}
.blog-2015 .blog-body-section .post-item .post-header h2 a:hover {
  text-decoration: none;
  color: #00928F;
}
.blog-2015 .blog-body-section .post-item .topic-banner {
  display: none;
}
.blog-2015 .blog-body-section .post-item .topic-banner.complaince-alerts {
  display: block;
  text-align: right;
  margin: 0;
  overflow: hidden;
  transition-property: color, background-color, border-color;
  transition-timing-function: ease;
  transition-duration: .2s;
  border-bottom: 8px solid #E95E41;
}
.blog-2015 .blog-body-section .post-item .topic-banner a {
  color: #fff;
  background-color: #E95E41;
  padding: 5px 10px 0 10px;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  display: table-cell;
  line-height: normal;
  float: right;
}
.blog-2015 .blog-body-section .post-item .topic-banner a:hover {
  background: #003767;
}
.blog-2015 .blog-body-section .post-item .post-image a {
  height: 220px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  background: transparent center no-repeat;
  background-size: cover;
  text-decoration: none;
}
.blog-2015 .blog-body-section .post-item .post-image a img {
  width: 100%;
}
.blog-2015 .blog-body-section .post-item .post-image.compliacne-alerts {
  border-top: 8px solid #E95E41;
}
.blog-2015 .blog-body-section .post-item .blog-read-more a {
  background: #10B3A3;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border: 0;
}
.blog-2015 .blog-body-section .post-item .blog-read-more a:hover {
  background: #00928F;
}
.blog-2015 .blog-body-section .post-listing-simple li {
  list-style: none outside none;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-header .topic-banner {
  display: none;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-header .topic-banner.compliance-alerts {
  display: block;
  text-align: right;
  margin: 0;
  overflow: hidden;
  transition-property: color, background-color, border-color;
  transition-timing-function: ease;
  transition-duration: .2s;
  border-bottom: 8px solid #E95E41;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-header .topic-banner a {
  color: #fff;
  background-color: #E95E41;
  padding: 5px 10px 0 10px;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  display: table-cell;
  line-height: normal;
  float: right;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-header .topic-banner a:hover {
  background: #003767;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-header .post-title {
  margin-top: 0;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (max-width: 979px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-header .post-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-header .post-title {
    font-size: 26px;
  }
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-header .post-image a {
  height: 220px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  background: transparent center no-repeat;
  background-size: cover;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-header .post-image a img {
  width: 100%;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body {
  font-weight: 300;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body img {
  max-width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-body img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-body img {
    width: 50%;
  }
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .cta_button img {
  max-width: 100%;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body h3 {
  margin: 0;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body ul li a {
  color: #E95E41;
  text-decoration: none;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body ul li a:hover {
  text-decoration: underline;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section .pseudo-brackets .quote-content {
  padding: 10px 20px;
  overflow: hidden;
  background-color: #F1F1F2;
  border-left: 10px solid #003767;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section .pseudo-brackets .quote-content {
    padding-left: 10px;
  }
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section .pseudo-brackets .quote-content blockquote {
  padding-left: 0;
  margin: 0 0 15px;
  border-left: 0;
  font-size: 1.15em;
  font-style: normal;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section .pseudo-brackets .quote-content .twitter-button {
  text-decoration: none;
  color: #ffffff;
  background: #10B3A3;
  padding: 10px;
  font-size: 14px;
  display: inline-block;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section .pseudo-brackets .quote-content .twitter-button img {
  vertical-align: middle;
  max-width: 38px;
  padding-right: 5px;
  position: relative;
  top: -1px;
  width: auto;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section .pseudo-brackets .quote-content .twitter-button:hover {
  background-color: #00928F;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section td {
  width: 4%;
  border: 6px solid #912d35;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section td.bracket-left {
  border-right: 0px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section td.quote-content {
  width: 90%;
  border: 6px solid #fffffe;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section td.quote-content .twitter-button {
  width: 5%;
  display: block;
  float: left;
  overflow: hidden;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section td.quote-content .twitter-button img {
  width: 100%;
  margin-top: 20px;
  display: block;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section td.quote-content blockquote {
  width: 91%;
  padding-left: 4%;
  margin: 0;
  border-left: 0;
  display: block;
  float: left;
  font-size: 1.15em;
  font-style: normal;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body .blog-quote-section td.bracket-right {
  border-left: 0px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body aside {
  padding: 15px;
  border: 1px solid #9d261d;
  color: #9d261d;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-body.hide-images img {
  display: none;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-author {
  margin-top: 20px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-author .author-link {
  padding: 10px;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-author .author-link .hs-author-avatar {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  overflow: hidden;
  display: block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-author .author-link .hs-author-avatar {
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-author .author-link .hs-author-label {
  line-height: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 979px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-author .author-link .hs-author-label {
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-author .author-link .hs-author-label {
    padding-top: 20px;
    display: block;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-author .author-link .hs-author-label {
    padding-top: 15px;
    line-height: 25px;
  }
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-author .author-link .author-date {
  font-style: italic;
  font-size: 15px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-author .author-link .hs-author-bio {
  font-weight: 300;
  font-size: 14px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-author .author-link .read-more {
  font-weight: 400;
  color: #003767;
  font-size: 14px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-author .author-link .read-more:hover {
  text-decoration: underline;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper {
  background: #bdbec2;
  padding: 50px;
  border-radius: 10px;
  margin: 35px 0;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a {
  text-decoration: none;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .blue-box {
  background-color: #003767;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .blue-box .cta-inner {
  width: 70%;
  padding: 25px 0;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .blue-box .cta-inner {
    width: 90%;
  }
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .blue-box .cta-inner img.left {
  float: left;
}
@media only screen and (max-width: 979px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .blue-box .cta-inner img.left {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .blue-box .cta-inner .text-section {
  padding-left: 25px;
  overflow: hidden;
  color: #fffffe;
}
@media only screen and (max-width: 979px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .blue-box .cta-inner .text-section {
    padding-left: 0;
    text-align: center;
  }
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .blue-box .cta-inner .text-section p {
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .blue-box .cta-inner .text-section .btn, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .blue-box .cta-inner .text-section .hs-button {
  margin-top: 25px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text {
  color: #003767;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside {
  margin: 20px 0;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
  box-shadow: none;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.btn, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.hs-button {
  background: #E95E41;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  border: 0;
  margin-left: 25px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.btn, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.hs-button {
    margin-left: 0;
    line-height: 25px;
    padding: 10px 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.btn, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.hs-button {
    width: 50%;
  }
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.btn:after, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.hs-button:after, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.btn:before, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.hs-button:before {
  border-width: 20px 0 20px 20px;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.btn:after, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.hs-button:after, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.btn:before, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.hs-button:before {
    display: none;
  }
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.btn:before, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.hs-button:before {
  border-color: #E95E41 transparent;
  left: -20px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.btn:after, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside.orange.hs-button:after {
  border-color: transparent #E95E41;
  right: -20px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside:hover {
  background-color: #d34d32 !important;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside:hover:before {
  border-color: #d34d32 transparent !important;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside:hover:after {
  border-color: transparent #d34d32 !important;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside:before, .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text aside:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text.medium {
  margin-bottom: 10px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-text.small {
  font-weight: 300;
  margin-bottom: 10px;
}
.blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-img {
  float: right;
  position: relative;
  right: -60px;
  top: 10px;
  margin-bottom: 10px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-post-wrapper .post-footer-cta-wrapper a .cta-img {
    display: block;
    float: none;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.blog-2015 .blog-body-section .blog-post-wrapper .topics-list .label {
  text-transform: uppercase;
  color: #9d261d;
}
.blog-2015 .blog-body-section .blog-post-wrapper .topics-list a {
  text-decoration: none;
  color: #000;
}
.blog-2015 .blog-body-section .comments-button {
  padding: 11px 19px;
  font-size: 17.5px;
  margin: 15px auto;
  text-align: center;
  display: table;
  background: #10B3A3;
  border: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .comments-button {
    display: block;
  }
}
.blog-2015 .blog-body-section .comments-button:hover {
  background-color: #00928F;
}
.blog-2015 .blog-body-section .new-comments {
  overflow: hidden;
  clear: both;
}
.blog-2015 .blog-body-section .new-comments .recaptchatable #recaptcha_response_field {
  margin-top: 10px !important;
}
.blog-2015 .blog-body-section .new-comments .recaptchatable .recaptcha_r7_c1, .blog-2015 .blog-body-section .new-comments .recaptchatable .recaptcha_r8_c1 {
  display: none;
}
.blog-2015 .blog-body-section .new-comments .hs-button {
  margin: 25px 0 25px;
  background: #10B3A3;
  color: #fff;
}
.blog-2015 .blog-body-section .new-comments .hs-button:hover {
  background-color: #00928F;
}
.blog-2015 .blog-body-section .blog-subscribe-detail {
  background: #10B3A3;
  padding: 30px;
  text-align: center;
}
.blog-2015 .blog-body-section .blog-subscribe-detail h4 {
  color: #fff;
  margin-bottom: 10px;
}
.blog-2015 .blog-body-section .blog-subscribe-detail p {
  color: #fff;
  font-size: 16px;
}
.blog-2015 .blog-body-section .blog-subscribe-detail .subscribe-header-form form {
  background: transparent;
  padding: 0;
  display: block;
  text-align: left;
  background: transparent;
  overflow: hidden;
  max-width: 90%;
  margin: 0 auto;
}
.blog-2015 .blog-body-section .blog-subscribe-detail .subscribe-header-form form .hs_email {
  clear: left;
  float: left;
  width: 70%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog-2015 .blog-body-section .blog-subscribe-detail .subscribe-header-form form .hs_email label {
  display: none;
}
.blog-2015 .blog-body-section .blog-subscribe-detail .subscribe-header-form form .hs_email input {
  float: left;
  background: #fff;
  border-radius: 0;
  padding: 10px;
  box-sizing: content-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-subscribe-detail .subscribe-header-form form .hs_email {
    width: 100%;
    margin: 0;
  }
}
.blog-2015 .blog-body-section .blog-subscribe-detail .subscribe-header-form form .hs_subscription_preference {
  width: 100%;
  overflow: hidden;
}
.blog-2015 .blog-body-section .blog-subscribe-detail .subscribe-header-form form .hs_submit {
  display: inline-block;
  width: 30%;
  float: left;
  margin: 5px 0;
  background: url("//www.compliancewave.com/hubfs/images/subscribe-arrow.png") no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-left: -9px;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-subscribe-detail .subscribe-header-form form .hs_submit {
    background: none;
    width: 100%;
    margin: 0;
  }
}
.blog-2015 .blog-body-section .blog-subscribe-detail .subscribe-header-form form .hs_submit .actions {
  text-align: center;
}
.blog-2015 .blog-body-section .blog-subscribe-detail .subscribe-header-form form .hs_submit .actions input {
  width: 92%;
  margin: 0 0 0 5px;
  padding: 17px;
  background: #E95E41;
  border: 0;
  border-radius: 0;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-subscribe-detail .subscribe-header-form form .hs_submit .actions input {
    width: 100%;
    margin: 0;
  }
}
.blog-2015 .blog-body-section .blog-pagination {
  padding-bottom: 25px;
}
.blog-2015 .blog-body-section .blog-pagination ul.pagination {
  list-style: none;
  margin: 0 auto;
  width: auto;
  display: table;
  max-width: 100%;
}
.blog-2015 .blog-body-section .blog-pagination ul.pagination li {
  float: left;
}
.blog-2015 .blog-body-section .blog-pagination ul.pagination li a {
  text-decoration: none;
  margin: 0 5px;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 22px;
}
.blog-2015 .blog-body-section .blog-pagination ul.pagination li a.arrow-nobg {
  background: transparent;
}
.blog-2015 .blog-body-section .blog-pagination ul.pagination li a:hover {
  background: #F1F1F2;
  border: 1px solid #bdbec2;
}
.blog-2015 .blog-body-section .blog-pagination ul.pagination li.active a {
  border-radius: 22px;
  background: #F1F1F2;
  border: 1px solid #bdbec2;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .blog-pagination div {
    padding-bottom: 20px;
  }
}
.blog-2015 .blog-body-section .blog-pagination div a {
  /*@extend .btn;
  @extend .btn-small;
  @extend .btn.blue;*/
}
.blog-2015 .blog-body-section .addthis_recommended_horizontal {
  margin-top: 25px;
  overflow: hidden;
}
.blog-2015 .blog-body-section .addthis_recommended_horizontal .at-recommended-label {
  font-size: 24px;
  color: #fff !important;
  background: #003767;
  padding: 5px !important;
}
.blog-2015 .blog-body-section .addthis_recommended_horizontal .at4-recommended-container.at4-recommended-horizontal {
  max-height: none;
  padding: 20px;
}
.blog-2015 .blog-body-section .addthis_recommended_horizontal .at4-recommended-div-item {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.blog-2015 .blog-body-section .addthis_recommended_horizontal .at4-recommended-div-item .at4-recommended-item-img {
  height: 150px;
  width: 25%;
  float: left;
}
@media only screen and (min-width: 1200px) {
  .blog-2015 .blog-body-section .addthis_recommended_horizontal .at4-recommended-div-item .at4-recommended-item-img {
    height: 175px;
  }
}
@media only screen and (max-width: 979px) {
  .blog-2015 .blog-body-section .addthis_recommended_horizontal .at4-recommended-div-item .at4-recommended-item-img {
    width: 100%;
  }
}
.blog-2015 .blog-body-section .addthis_recommended_horizontal .at4-recommended-div-item .at4-recommended-item-caption {
  height: auto;
}
.blog-2015 .blog-body-section .addthis_recommended_horizontal .at4-recommended-div-item .at4-recommended-item-caption .at-h4 {
  min-height: 60px;
  padding: 50px 0;
}
@media only screen and (max-width: 979px) {
  .blog-2015 .blog-body-section .addthis_recommended_horizontal .at4-recommended-div-item .at4-recommended-item-caption .at-h4 {
    padding: 15px 0;
  }
}
.blog-2015 .blog-body-section .addthis_recommended_horizontal .at4-recommended-div-item .at4-recommended-item-caption a {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
}
.blog-2015 .blog-body-section .addthis_recommended_horizontal .at4-recommended-div-item .at4-recommended-item-caption small {
  display: none;
}
.blog-2015 .blog-body-section .addthis_recommended_horizontal .at-logo {
  display: none;
}
.blog-2015 .blog-body-section .sidebar-section {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .sidebar-section {
    padding-left: 0;
  }
}
.blog-2015 .blog-body-section .sidebar-section h3 {
  color: #9d261d;
}
.blog-2015 .blog-body-section .sidebar-section .cta-box {
  text-align: center;
  padding: 20px 0;
  border-radius: 10px;
}
.blog-2015 .blog-body-section .sidebar-section .cta-box a {
  text-decoration: none;
}
.blog-2015 .blog-body-section .sidebar-section .cta-box a .cta-img {
  margin-bottom: 10px;
}
.blog-2015 .blog-body-section .sidebar-section .cta-box a .cta-text {
  color: #fff;
  margin: 10px;
}
.blog-2015 .blog-body-section .sidebar-section .cta-box a .cta-text.medium {
  font-size: 22px;
  font-weight: 400;
}
.blog-2015 .blog-body-section .sidebar-section .cta-box a .cta-text.small {
  font-size: 18px;
  font-weight: 300;
}
.blog-2015 .blog-body-section .sidebar-section .cta-box a .cta-text .orange.btn, .blog-2015 .blog-body-section .sidebar-section .cta-box a .cta-text .orange.hs-button {
  background: #E95E41;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  margin-top: 10px;
  border-radius: 5px;
  border: 0;
}
.blog-2015 .blog-body-section .sidebar-section .cta-box a .cta-text .orange.btn:hover, .blog-2015 .blog-body-section .sidebar-section .cta-box a .cta-text .orange.hs-button:hover {
  background-color: #d3543b;
}
.blog-2015 .blog-body-section .sidebar-section .grey-blue {
  background: #335F86;
}
.blog-2015 .blog-body-section .sidebar-section .blog-search {
  margin: 20px 0;
  background: #ddd;
  padding: 20px;
}
.blog-2015 .blog-body-section .sidebar-section .blog-search .hs-form label {
  font-size: 26px;
  text-transform: uppercase;
  color: #9d261d;
}
.blog-2015 .blog-body-section .sidebar-section .blog-search .hs-form {
  margin-bottom: 5px;
  display: block;
}
.blog-2015 .blog-body-section .sidebar-section .blog-search .hs-form .input input {
  width: 60%;
  float: left;
  margin-right: 5px;
  min-width: 100px;
  background: #fff;
}
.blog-2015 .blog-body-section .sidebar-section .blog-search .btn, .blog-2015 .blog-body-section .sidebar-section .blog-search .hs-button, .blog-2015 .blog-body-section .sidebar-section .blog-search .hs-button, .blog-2015 .blog-body-section .sidebar-section .blog-search .hbspt-form .hs-form .hs-button, .blog-2015 .blog-body-section .sidebar-section .blog-search .btn-large, .blog-2015 .blog-body-section .sidebar-section .blog-search .s2m-content h5 > a, .s2m-content .blog-2015 .blog-body-section .sidebar-section .blog-search h5 > a, .blog-2015 .blog-body-section .sidebar-section .blog-search .s2m-content h5 > a {
  padding: 5px 20px;
}
.blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter {
  display: block;
  background: #F1F1F2;
  margin-bottom: 30px;
}
.blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  background: #003767;
  padding: 10px;
  text-align: center;
  color: white;
  font-family: 'Lato', Arial, sans-serif;
}
.blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter .widget-module {
  padding: 15px 25px;
}
.blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter .widget-module ul {
  margin-left: 10px;
  list-style: none outside none;
}
.blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter .widget-module ul li {
  padding-bottom: 5px;
  padding-left: 0;
  margin-bottom: 5px;
  line-height: 16px;
}
@media only screen and (min-width: 1200px) {
  .blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter .widget-module ul li {
    line-height: 19px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter .widget-module ul li {
    line-height: 19px;
    margin-bottom: 15px;
  }
}
.blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter .widget-module ul li a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 15px;
  color: #003767;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter .widget-module ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter .widget-module ul li a {
    font-size: 18px;
  }
}
.blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter .widget-module ul li a .filter-link-count {
  font-weight: normal;
  font-style: italic;
}
.blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter .widget-module ul li a:hover {
  text-decoration: underline;
}
.blog-2015 .blog-body-section .sidebar-section .hs_cos_wrapper_type_post_filter .filter-expand-link {
  text-decoration: none;
}

.contact-page .contact-form {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .contact-page .contact-form {
    padding-top: 20px;
  }
}
.contact-page .contact-form h1, .contact-page .contact-form h2, .contact-page .contact-form h3 {
  text-align: center;
}
.contact-page .contact-form h1 {
  margin-bottom: 0;
}
.contact-page .contact-form h3 {
  font-size: 1em;
  margin: 0 0 20px;
}
.contact-page .contact-form .hs-form {
  background: #fff;
}
.contact-page .contact-form form ul.hs-error-msgs li label {
  display: block;
}
.contact-page .contact-form input[type="text"], .contact-page .contact-form input[type="tel"], .contact-page .contact-form input[type="email"], .contact-page .contact-form textarea {
  height: 40px;
  color: #003767;
}
.contact-page .contact-form input[type="text"]::-webkit-input-placeholder, .contact-page .contact-form input[type="tel"]::-webkit-input-placeholder, .contact-page .contact-form input[type="email"]::-webkit-input-placeholder, .contact-page .contact-form textarea::-webkit-input-placeholder {
  color: #003767;
}
.contact-page .contact-form input[type="text"]:-moz-placeholder, .contact-page .contact-form input[type="tel"]:-moz-placeholder, .contact-page .contact-form input[type="email"]:-moz-placeholder, .contact-page .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #003767;
}
.contact-page .contact-form input[type="text"]::-moz-placeholder, .contact-page .contact-form input[type="tel"]::-moz-placeholder, .contact-page .contact-form input[type="email"]::-moz-placeholder, .contact-page .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #003767;
}
.contact-page .contact-form input[type="text"]:-ms-input-placeholder, .contact-page .contact-form input[type="tel"]:-ms-input-placeholder, .contact-page .contact-form input[type="email"]:-ms-input-placeholder, .contact-page .contact-form textarea:-ms-input-placeholder {
  color: #003767;
}
.contact-page .contact-form textarea {
  max-width: 100%;
  height: 150px;
}
.contact-page .contact-form input[type="submit"].hs-button {
  background: #E95E41;
  color: #fff;
  padding: 20px 100px;
  border-radius: 5px;
  line-height: 1.5em;
  box-shadow: 0px 0px 9px #333 inset;
  font-weight: 300;
  font-size: 16px;
}
.contact-page .contact-form input[type="submit"].hs-button:hover {
  background: #c73517;
}
@media only screen and (max-width: 767px) {
  .contact-page .contact-form input[type="submit"].hs-button {
    padding: 15px 75px;
  }
}
.contact-page .contact-sidebar {
  background: #F0F7F7;
  text-align: center;
  color: #003767;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .contact-page .contact-sidebar {
    padding-top: 20px;
  }
}
.contact-page .contact-sidebar h5 {
  color: #E95E41;
  margin-bottom: 5px;
  padding-left: 40px;
  font-weight: 300;
  background-repeat: no-repeat;
}
.contact-page .contact-sidebar h5.email {
  background-image: url(//go.compliancewave.com/hubfs/images/email-icon.jpg);
  background-position: 42% 50%;
}
@media only screen and (max-width: 767px) {
  .contact-page .contact-sidebar h5.email {
    background-position: 40% 50%;
  }
}
.contact-page .contact-sidebar h5.phone {
  background-image: url(//go.compliancewave.com/hubfs/images/phone-icon.jpg);
  background-position: 35% 50%;
}
@media only screen and (max-width: 767px) {
  .contact-page .contact-sidebar h5.phone {
    background-position: 40% 50%;
  }
}
.contact-page .contact-sidebar h5.address {
  background-image: url(//go.compliancewave.com/hubfs/images/address-icon.jpg);
  background-position: 40% 50%;
}
.contact-page .contact-sidebar p {
  margin-top: 5px;
  margin-bottom: 25px;
}
.contact-page .contact-sidebar a {
  color: #003767;
  text-decoration: none;
}
.contact-page .contact-sidebar hr {
  width: 90%;
  border-top: 3px solid;
  margin: 0 auto 30px;
  text-align: center;
  color: #00928F;
}
.contact-page .contact-sidebar .social-icons {
  max-width: 250px;
  margin: 10px auto;
}
.contact-page .contact-sidebar .social-icons .icon {
  float: left;
  width: 20%;
}
.contact-page .contact-sidebar .social-icons .icon .icon-link {
  display: block;
  max-width: 37px;
  height: 37px;
  width: 100%;
  margin: 0 auto;
  background: no-repeat scroll 50% 50% transparent;
}
.contact-page .contact-sidebar .social-icons .icon .icon-link.twitter {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_twitter-hover.png");
}
.contact-page .contact-sidebar .social-icons .icon .icon-link.twitter:hover {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_twitter.png");
}
.contact-page .contact-sidebar .social-icons .icon .icon-link.linkedin {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_linkedin-hover.png");
}
.contact-page .contact-sidebar .social-icons .icon .icon-link.linkedin:hover {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_linkedin.png");
}
.contact-page .contact-sidebar .social-icons .icon .icon-link.facebook {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_facebook-hover.png");
}
.contact-page .contact-sidebar .social-icons .icon .icon-link.facebook:hover {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_facebook.png");
}
.contact-page .contact-sidebar .social-icons .icon .icon-link.google {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_google-hover.png");
}
.contact-page .contact-sidebar .social-icons .icon .icon-link.google:hover {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_google.png");
}
.contact-page .contact-sidebar .social-icons .icon .icon-link.youtube {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_youtube-hover.png");
}
.contact-page .contact-sidebar .social-icons .icon .icon-link.youtube:hover {
  background: url("//www.compliancewave.com/hubfs/images/icons/cw_youtube.png");
}
.contact-page .contact-events {
  text-align: center;
  background: #eeeff3;
  padding: 40px 20px;
}
.contact-page .contact-events .events-head {
  margin-bottom: 30px;
}
.contact-page .contact-events .events-head h2, .contact-page .contact-events .events-head p {
  color: #003767;
}
.contact-page .contact-events h2, .contact-page .contact-events h3 {
  margin-bottom: 0;
  color: #2E333F;
}
.contact-page .contact-events p {
  max-width: 500px;
  margin: 0 auto;
  color: #2E333F;
}
.contact-page .contact-events a {
  display: block;
  margin: 30px auto 20px;
  color: #E95E41;
  text-decoration: none;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .contact-page .contact-events a {
    margin: 10px auto 40px;
  }
}
.contact-page .contact-events a:hover {
  color: #003767;
}
.contact-page .contact-events img {
  margin: 20px auto;
}

.home .content-row .content {
  height: auto;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .home .content-row .content {
    padding: 0;
    margin: 0 !important;
    width: 100%;
  }
}
.home .content-row .content .wrapper {
  position: relative;
}
.home .content-row .content .wrapper .box {
  line-height: 100px;
  text-align: center;
  font-size: 160%;
  color: #333;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  color: #003767;
  text-align: left;
}
.home .content-row .content .wrapper .box .pull-left {
  width: 50%;
}
@media only screen and (max-width: 979px) {
  .home .content-row .content .wrapper .box .pull-left {
    width: 100%;
  }
}
.home .content-row .content .wrapper .box .pull-left img {
  display: block;
  margin: 0 auto;
}
.home .content-row .content .wrapper .box .pull-right {
  float: left;
  width: 50%;
  padding: 0 10px;
}
@media only screen and (max-width: 979px) {
  .home .content-row .content .wrapper .box .pull-right {
    width: 100%;
  }
}
.home .content-row .content .wrapper .box .pull-right h4 {
  font-size: 30px;
  font-weight: 300;
  margin: 10px 0;
  color: #003767;
}
.home .content-row .content .wrapper .box .pull-right p {
  font-size: 16px;
  color: #003767;
}
.home .content-row .content .wrapper .box .pull-right .btn, .home .content-row .content .wrapper .box .pull-right .hs-button {
  text-decoration: none;
  display: block;
  text-shadow: none;
  line-height: 1.5em;
  padding: 6px 18px;
  box-shadow: 0px 0px 9px #333 inset;
  box-sizing: content-box !important;
  vertical-align: middle;
  font-weight: 300;
}
.home .content-row .content .wrapper .box .pull-right .btn.single, .home .content-row .content .wrapper .box .pull-right .single.hs-button {
  padding: 18px;
}
.home .content-row .content .wrapper .box .cta-full {
  display: block;
  width: 100%;
  float: left;
  padding: 25px 0;
}
.home .content-row .content .wrapper .box.right {
  padding: 0;
  text-align: center;
  border-left: 8px solid #BEE5E6;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .home .content-row .content .wrapper .box.right {
    border: none;
  }
}
.home .content-row .content .wrapper .box.right .box-content {
  min-height: 500px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .content-row .content .wrapper .box.right .box-content {
    min-height: 0;
  }
}
.home .content-row .content .wrapper .box.right .box-content h5 {
  font-weight: 300;
  font-size: 20px;
  color: #003767;
  margin-bottom: 5px;
}
.home .content-row .content .wrapper .box.right .box-content p {
  font-size: 14px;
  margin-top: 0;
}
.home .content-row .content .wrapper .box.right .box-content .touchpoint-image {
  position: relative;
}
.home .content-row .content .wrapper .box.right .box-content .touchpoint-image img {
  display: block;
  margin: 0 auto 10px auto;
  position: relative;
  max-width: 220px;
  border: 2px solid #003767;
}
.home .content-row .content .wrapper .box.right .box-content .touchpoint-image img.no-border {
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .home .content-row .content .wrapper .box.right .box-content .touchpoint-image img {
    max-width: 180px;
  }
}
.home .content-row .content .wrapper .box.right .box-content .touchpoint-image .dot {
  position: absolute;
  left: -26px;
  top: -14px;
  border: none;
}
.home .content-row .content .wrapper .box.right .box-content .touchpoint-image .dot .pulse {
  position: absolute;
  top: 4px;
  left: 4px;
  border: 10px solid #003767;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 36px;
  width: 36px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  opacity: 0.0;
  z-index: 3;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -moz-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
.home .content-row .content .wrapper .box.right .box-content .touchpoint-image button {
  background: transparent;
  border: none;
  color: #E95E41;
  font-size: 14px;
}
.home .content-row .content .wrapper .box.right .box-content .touchpoint-image button:hover {
  color: #003767;
}
.home .content-row .content .wrapper .box.right .box-content .touchpoint-image:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .home .content-row .content .wrapper .box.right .box-content .touchpoint-image {
    display: none;
  }
}
.home .content-row .content .wrapper .box.right .box-content .messagepop {
  background-color: #003767;
  border: 1px solid #003767;
  cursor: default;
  display: none;
  margin-top: 15px;
  position: absolute;
  text-align: left;
  width: 623px;
  z-index: 50;
  padding: 20px;
  left: -635px;
  top: 70px;
  color: #fff;
  border-radius: 30px 0 30px 30px;
}
.home .content-row .content .wrapper .box.right .box-content .messagepop .cancel {
  position: relative;
  cursor: pointer;
  margin: 0;
  float: right;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  color: white;
  z-index: 100000000000000000;
  display: block;
  line-height: normal;
  background: url("//cdn2.hubspot.net/hubfs/405671/images/close.png") no-repeat;
  height: 25px;
  right: 0;
  width: 100%;
  z-index: 4;
  background-position: right top;
}
@media only screen and (max-width: 767px) {
  .home .content-row .content .wrapper .box.right .box-content .messagepop .cancel {
    display: none;
  }
}
.home .content-row .content .wrapper .box.right .box-content .messagepop .pull-left {
  width: 60%;
  padding-top: 10px;
}
@media only screen and (max-width: 979px) {
  .home .content-row .content .wrapper .box.right .box-content .messagepop .pull-left {
    width: 100%;
  }
}
.home .content-row .content .wrapper .box.right .box-content .messagepop .pull-right {
  width: 40%;
  padding-right: 0;
  padding-top: 10px;
}
.home .content-row .content .wrapper .box.right .box-content .messagepop .pull-right p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 979px) {
  .home .content-row .content .wrapper .box.right .box-content .messagepop .pull-right {
    width: 100%;
  }
}
.home .content-row .content .wrapper .box.right .box-content .messagepop .full-width-button {
  width: 100%;
  overflow: hidden;
}
.home .content-row .content .wrapper .box.right .box-content .messagepop .full-width-button a {
  color: #fff;
  max-width: 50%;
  margin: 15px auto 0 auto;
  padding: 10px 0;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .home .content-row .content .wrapper .box.right .box-content .messagepop {
    width: 730px;
    left: -745px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .home .content-row .content .wrapper .box.right .box-content .messagepop {
    width: 495px;
    left: -503px;
  }
}
@media only screen and (max-width: 767px) {
  .home .content-row .content .wrapper .box.right .box-content .messagepop {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 30px;
  }
}
.home .content-row .content .wrapper .box.right .box-content a {
  color: #E95E41;
  font-size: 16px;
  text-decoration: none;
}
.home .content-row .content .wrapper .box.right .box-content .selected {
  background-color: #1F75CC;
  color: white;
  z-index: 100;
}
.home .content-row .content .wrapper .box.right .box-content .keep-scrolling {
  padding: 20% 0;
}
@media only screen and (max-width: 767px) {
  .home .content-row .content .wrapper .box.right .box-content .keep-scrolling {
    display: none;
  }
}
.home .content-row .content .wrapper .box.right .box-content.last {
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .home .content-row .content .wrapper .box.right .box-content.last {
    min-height: 0;
  }
}
.home .content-row .content .wrapper.span8 {
  background: #fff;
  min-height: 2520px;
  position: relative;
  padding-right: 2.5641%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .home .content-row .content .wrapper.span8 {
    padding-right: 2.76243%;
  }
}
.home .content-row .content .wrapper.span8 .column-sidebar {
  padding-top: 75px;
}
.home .content-row .content .wrapper.span4 {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .home .content-row .content .wrapper.span4 {
    width: 33.99999999%;
  }
}
.home .content-row:first-child {
  margin: 0;
}
.home .content-row.two-column-row {
  background: url("//cdn2.hubspot.net/hubfs/405671/images/backgrounds/timeline-bg.jpg");
  background-repeat: repeat-y;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .home .content-row.two-column-row {
    background-image: none;
  }
}
.home .testimonial-image {
  padding: 20px 0;
}
.home .testimonial-image .quote-content {
  font-style: italic;
  text-align: center;
}
.home .testimonial-image .attribute {
  text-align: center;
  font-style: normal;
  font-weight: 300;
}
.home .testimonial-image .span2 {
  text-align: center;
}

.landing.dbo {
  /* .hs-content-id-3788455396 */
}
.landing.dbo .hero {
  background-image: url("//www.compliancewave.com/hubfs/images/bg-hero-dbo.jpg");
  padding: 20px 0;
}
.landing.dbo .hero h1 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.landing.dbo .hero h2 {
  color: #fff;
  text-align: center;
  position: relative;
  top: -60px;
  font-weight: lighter;
}
.landing.dbo .hero .span5 img {
  position: absolute;
  margin: -25px 0 0 15px;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .landing.dbo .hero .span5 img {
    display: none;
  }
}
.landing.dbo .hero .span5 .hbspt-form form {
  background: #222222;
  color: #fff;
  border-radius: 10px;
  padding: 15px 25px 0 0px;
  box-shadow: 5px 0px 10px #000;
}
.landing.dbo .hero .span5 .hbspt-form form fieldset {
  padding-left: 35px;
}
.landing.dbo .hero .span5 .hbspt-form form fieldset label {
  color: #fff;
}
.landing.dbo .hero .span5 .hbspt-form form fieldset input {
  width: 90%;
  margin: 5px 0 0 0px;
}
.landing.dbo .hero .span5 .hbspt-form form fieldset .hs-richtext {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
}
.landing.dbo .hero .span5 .hbspt-form form fieldset .hs_jobtitle input, .landing.dbo .hero .span5 .hbspt-form form fieldset .hs_company input {
  width: 95%;
}
.landing.dbo .hero .span5 .hbspt-form form fieldset .hs_preview_request_options input {
  margin: 0px;
  width: 8%;
}
.landing.dbo .hero .span5 .hbspt-form form .hs_submit input {
  width: 95%;
  margin-left: 32px;
  padding: 10px 0;
  background: #E95E41;
  margin: -25px 0px 0 34px;
}
.landing.dbo .hero .span5 .hbspt-form form .hs_submit input:hover {
  box-shadow: none;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.landing.dbo .hero .span5 .hbspt-form .submitted-message {
  background: #222222;
  color: #fff;
  border-radius: 10px;
  padding: 15px 25px 0 0px;
  box-shadow: 5px 0px 10px #000;
  padding: 65px 25px 65px 40px;
  text-align: center;
}
.landing.dbo .hero .span7 p {
  color: #fff;
}
.landing.dbo .hero .span7 p:last-child {
  opacity: .5;
  font-weight: lighter;
}
.landing.dbo .hero .span7 p:nth-child(3) {
  padding-top: 40px;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
.landing.dbo h2 {
  padding-top: 50px;
  text-align: center;
  max-width: 55%;
  margin: 0 auto;
}
.landing.dbo .compliance-communication {
  margin-top: 20px;
}
.landing.dbo .compliance-communication .span12 {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .landing.dbo .compliance-communication .span12 .span2 {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .landing.dbo .compliance-communication .span12 .span10 {
    text-align: center;
  }
}
.landing.dbo .leading-companies-wrapper {
  padding: 50px 0;
}
.landing.dbo .leading-companies-wrapper .leading-companies-container .leading-companies {
  float: left;
  padding: 0 9px;
}
@media only screen and (max-width: 979px) {
  .landing.dbo .leading-companies-wrapper .leading-companies-container.left {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .landing.dbo .leading-companies-wrapper .leading-companies-container.left {
    float: none;
  }
}
.landing.dbo .leading-companies-wrapper .leading-companies-container.left .leading-companies:first-child {
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .landing.dbo .leading-companies-wrapper .leading-companies-container.left .leading-companies {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .landing.dbo .leading-companies-wrapper .leading-companies-container.left .leading-companies:first-child {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 979px) {
  .landing.dbo .leading-companies-wrapper .leading-companies-container.right {
    float: left;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .landing.dbo .leading-companies-wrapper .leading-companies-container.right {
    margin-top: 0;
  }
}
.landing.dbo .leading-companies-wrapper .leading-companies-container.right .leading-companies:last-child {
  margin-top: -35px;
}
@media only screen and (max-width: 767px) {
  .landing.dbo .leading-companies-wrapper .leading-companies-container.right .leading-companies {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .landing.dbo .leading-companies-wrapper .leading-companies-container.right .leading-companies:last-child {
    margin-top: 0px;
  }
}
.landing.dbo .blue-bg {
  background: #003767;
  padding-bottom: 0;
}
.landing.dbo .blue-bg p {
  font-weight: lighter;
}
.landing.dbo .blue-bg p:first-child {
  margin-top: 0;
}
.landing.dbo .blue-bg .quote {
  background: url(//cdn2.hubspot.net/hubfs/405671/images/wsj.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  color: #00928F;
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
  padding-left: 120px;
}
.landing.dbo .companies-banner {
  background: #00928F;
  text-align: center;
  font-size: .8em;
  margin: 20px 0 60px;
  padding: 10px 0;
}
.landing.dbo .companies-banner ul {
  margin: 0;
}
.landing.dbo .companies-banner ul li {
  color: #fff;
  display: inline;
  width: auto;
  padding-left: .25em;
}

@media only screen and (max-width: 767px) {
  .hero .span4 {
    text-align: center;
  }
}

.achieve-results .span4 img {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .achieve-results .span4 img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .achieve-results .span4 {
    text-align: center;
  }
}
.achieve-results h2 {
  text-align: left !important;
}
.achieve-results ul li {
  margin: 10px 0;
  list-style-image: url("//www.compliancewave.com/hubfs/images/icons/check.png");
}

.video-section {
  color: #003767;
}
.video-section hr {
  height: 5px;
  max-width: 82%;
  margin: 10px auto;
  background: #BEE5E6;
}
.video-section .box-title {
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 979px) {
  .video-section .box-title {
    font-size: 16px;
  }
}
.video-section .box-main {
  text-align: center;
}
.video-section .box-description {
  text-align: center;
  padding-top: 15px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 14px;
  height: 100px;
  color: #222222;
}
@media only screen and (max-width: 979px) {
  .video-section .box-description {
    height: 315px;
  }
}
@media only screen and (max-width: 979px) {
  .video-section .box-description {
    height: 160px;
  }
}
.video-section .box-description ul {
  display: none;
}
.video-section .box-description ul li {
  text-align: left;
  line-height: 17px;
  padding-bottom: 8px;
}
.video-section .box-link {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .video-section .box-link {
    margin-bottom: 20px;
  }
}
.video-section .box-link a {
  text-decoration: none;
}
.video-section .box-link a:hover {
  color: #222222;
}
.video-section .box-link a span {
  font-size: 22px;
}

.image-section {
  color: #003767;
}
.image-section hr {
  height: 5px;
  max-width: 82%;
  margin: 10px auto;
  background: #BEE5E6;
}
.image-section .box-title {
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 979px) {
  .image-section .box-title {
    font-size: 16px;
  }
}
.image-section .box-main {
  text-align: center;
  height: 220px;
  position: relative;
  top: 10px;
}
.image-section .box-description {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  font-size: 14px;
  height: 100px;
  color: #222222;
}
@media only screen and (max-width: 979px) {
  .image-section .box-description {
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .image-section .box-description {
    height: 100px;
  }
}
.image-section .box-description ul {
  display: none;
}
.image-section .box-description ul li {
  text-align: left;
  line-height: 17px;
  padding-bottom: 8px;
}
.image-section .box-description-padding {
  height: 235px;
}
.image-section .box-link {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .image-section .box-link {
    margin-bottom: 20px;
  }
}
.image-section .box-link a {
  text-decoration: none;
}
.image-section .box-link a:hover {
  color: #222222;
}
.image-section .box-link a span {
  font-size: 22px;
}

h3 {
  text-align: center;
  font-weight: 300;
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  width: 82%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 300;
  padding-top: 20px;
}

.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 4px;
  background: #BEE5E6;
}

.strike > span:before {
  right: 100%;
  margin-right: 15px;
}

.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

.cta-library-preview p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding-top: 25px;
  font-weight: 300;
}
.cta-library-preview .hs-cta-wrapper {
  position: relative;
  top: -30px;
}

.library-testimonial {
  display: none;
}
.library-testimonial .container {
  background: #BEE5E6;
  padding: 20px 0;
}
.library-testimonial .container p {
  text-align: center;
}
.library-testimonial .container p:first-child {
  font-style: italic;
}
.library-testimonial .container p:last-child {
  color: #10B3A3;
}
@media only screen and (max-width: 767px) {
  .library-testimonial .container .span2 {
    text-align: center;
  }
}

.global-translation {
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .cta-library-now .container .span7 {
    text-align: center;
  }
}
.cta-library-now .container .span7 h3 {
  color: #fff;
  text-align: left;
}
.cta-library-now .container .span7 p {
  padding-top: 10px;
  color: #fff;
  position: relative;
  top: -20px;
}

.global-translation .language-range {
  background: #003767;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 5px;
}
.global-translation .language-lists {
  max-width: 100%;
  background: #fff;
  margin-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .global-translation .language-lists {
    margin-top: -10px;
    margin-left: 10px;
  }
}
.global-translation .language-lists .span3 {
  background: #fff;
}
.global-translation .language-lists .span3 .language-name {
  padding-left: 15px;
  font-size: 14px;
}
.global-translation .language-lists .span3 .language-name .first-letter {
  font-weight: 400;
  font-size: 26px;
  padding-right: 1px;
  margin-left: -2px;
}
.global-translation .language-lists .span3 .next-letter {
  margin-top: 15px;
}
.global-translation .language-lists .span3 .first-language {
  margin-left: 6px;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .hs-content-name-library-topics .hero .span5 {
    text-align: center;
  }
}
.hs-content-name-library-topics .testimonial-imageless {
  margin-top: -60px;
}
.hs-content-name-library-topics .latest-compliance .span8 h3 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .hs-content-name-library-topics .latest-compliance .span4 {
    text-align: center;
  }
}
.hs-content-name-library-topics .extensive-library h4 {
  text-align: center;
}
.hs-content-name-library-topics .cta-content .hs-cta-wrapper {
  max-width: 620px;
}
.hs-content-name-library-topics .cta-empower-employees {
  color: #fff;
}
.hs-content-name-library-topics .cta-empower-employees h3 {
  color: #fff;
  font-weight: 300;
  text-align: left;
}
.hs-content-name-library-topics .cta-empower-employees img {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .hs-content-name-library-topics .cta-empower-employees .span5 {
    text-align: center;
  }
}
.hs-content-name-library-topics .extensive-library .language-range {
  background: #003767;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding-top: 4px;
}
@media only screen and (max-width: 979px) {
  .hs-content-name-library-topics .extensive-library .connect-top {
    margin-top: -10px;
  }
}
.hs-content-name-library-topics .extensive-library .language-lists {
  max-width: 100%;
  background: #fff;
  margin-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .hs-content-name-library-topics .extensive-library .language-lists {
    margin-top: -10px;
    margin-left: 10px;
  }
}
.hs-content-name-library-topics .extensive-library .language-lists .span4 {
  background: #fff;
}
.hs-content-name-library-topics .extensive-library .language-lists .span4 .language-name {
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
}
.hs-content-name-library-topics .extensive-library .language-lists .span4 .language-name .first-letter {
  ont-weight: 400;
  font-size: 26px;
  padding-right: 1px;
}
.hs-content-name-library-topics .extensive-library .language-lists .span4 .next-letter {
  margin-top: 15px;
}
.hs-content-name-library-topics .extensive-library .language-lists .span4 .first-language {
  margin-left: 3px;
  margin-top: 25px;
  margin-left: 7px;
}

.hs-content-name-how-it-works .scientific-approach h3 {
  text-align: left;
}
.hs-content-name-how-it-works .testimonial-image img {
  margin-top: 9% !important;
}

.hs-content-name-clients-results #hs_cos_wrapper_widget_1454385491801 h3 {
  margin-bottom: -30px;
}
.hs-content-name-clients-results .client-list .client-icons h2 {
  padding-bottom: 20px;
}
.hs-content-name-clients-results .client-list .client-icons .icon-container .span2 {
  padding: 10px 0;
}
.hs-content-name-clients-results .client-list .client-icons .icon-container .span2 .image-icon {
  text-align: center;
}
.hs-content-name-clients-results .client-list .client-icons .icon-container .span2 .icon-text {
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  margin-top: 10px;
  max-width: 95%;
}
.hs-content-name-clients-results .client-list .client-icons .icon-container .span2:hover {
  background: #fff;
}
.hs-content-name-clients-results .client-list .client-icons .icon-container .span2:active {
  background: #fff;
}
.hs-content-name-clients-results .client-list .financial-insurance-row .financial-insurance-header {
  background: #003767;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: -5px;
}
@media only screen and (max-width: 979px) {
  .hs-content-name-clients-results .client-list .financial-insurance-row .financial-insurance-header {
    margin-top: -25px;
  }
}
.hs-content-name-clients-results .client-list .financial-insurance-row .financial-insurance-header img {
  margin-right: 10px;
}
.hs-content-name-clients-results .client-list .financial-insurance-row .financial-insurance-content-container {
  background: #fff;
  max-width: 100%;
  margin-left: 20px;
}
@media only screen and (max-width: 979px) {
  .hs-content-name-clients-results .client-list .financial-insurance-row .financial-insurance-content-container {
    margin-left: 10px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .hs-content-name-clients-results .client-list .financial-insurance-row .financial-insurance-content-container {
    width: 95%;
  }
}
.hs-content-name-clients-results .client-list .financial-insurance-row .financial-insurance-content-container .financial-insurance-details {
  padding: 20px 0 0 50px;
}
@media only screen and (max-width: 979px) {
  .hs-content-name-clients-results .client-list .financial-insurance-row .financial-insurance-content-container .financial-insurance-details {
    padding: 20px 0 0 10px;
  }
}
.hs-content-name-clients-results .client-list .financial-insurance-row .financial-insurance-content-container .financial-insurance-details .financial-insurance-item {
  font-size: 14px;
  padding: 10px 0;
  line-height: 18px;
}
.hs-content-name-clients-results .client-list .financial-insurance-row .financial-insurance-content-container .financial-insurance-details .financial-insurance-item span {
  display: none;
  background: #00928F;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  font-style: italic;
}
.hs-content-name-clients-results .member-industry-row {
  margin-top: 40px;
}
.hs-content-name-clients-results .member-industry-row .member-industry-header {
  background: #003767;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: -5px;
}
@media only screen and (max-width: 979px) {
  .hs-content-name-clients-results .member-industry-row .member-industry-header {
    margin-top: -25px;
  }
}
.hs-content-name-clients-results .member-industry-row .member-industry-header img {
  margin-right: 10px;
}
.hs-content-name-clients-results .member-industry-row .member-industry-content-container {
  background: #fff;
  max-width: 100%;
  margin-left: 20px;
}
@media only screen and (max-width: 979px) {
  .hs-content-name-clients-results .member-industry-row .member-industry-content-container {
    margin-left: 10px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .hs-content-name-clients-results .member-industry-row .member-industry-content-container {
    width: 95%;
  }
}
.hs-content-name-clients-results .member-industry-row .member-industry-content-container .member-industry-details {
  padding: 20px 0 0 50px;
}
@media only screen and (max-width: 979px) {
  .hs-content-name-clients-results .member-industry-row .member-industry-content-container .member-industry-details {
    padding: 20px 0 0 10px;
  }
}
.hs-content-name-clients-results .member-industry-row .member-industry-content-container .member-industry-details .member-industry-item {
  font-size: 14px;
  padding: 5px 0;
  line-height: 25px;
}
.hs-content-name-clients-results .member-industry-row .member-industry-content-container .member-industry-details .member-industry-item span {
  display: none;
  background: #00928F;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  font-style: italic;
}
.hs-content-name-clients-results .hs-cta-wrapper {
  max-width: 850px;
}
.hs-content-name-clients-results .hs-cta-wrapper h3 {
  margin-bottom: -10px;
}
.hs-content-name-clients-results .client-success-stories {
  display: none;
}
.hs-content-name-clients-results .client-success-stories .container .span12 {
  background: #fff;
  border: 1px solid #bdbec2;
}
.hs-content-name-clients-results .client-success-stories .container .span12 .span3 {
  min-width: 25%;
  margin-left: 0;
}
.hs-content-name-clients-results .client-success-stories .container .span12 .span3:hover {
  background-color: #bee6e8;
}
.hs-content-name-clients-results .client-success-stories .container .span12 .span3 .story-cols {
  padding-bottom: 10px;
  margin: 10px;
  border: 1px solid #bdbec2;
  background-color: #fffffe;
}
.hs-content-name-clients-results .client-success-stories .container .span12 .span3 .story-cols .story-cols-container .story-icon {
  text-align: center;
  height: 65px;
}
.hs-content-name-clients-results .client-success-stories .container .span12 .span3 .story-cols .story-cols-container #img-spacing {
  padding-top: 15px;
}
.hs-content-name-clients-results .client-success-stories .container .span12 .span3 .story-cols .story-cols-container .story-headline {
  text-align: center;
  font-size: 18px;
  height: 60px;
}
.hs-content-name-clients-results .client-success-stories .container .span12 .span3 .story-cols .story-cols-container .story-description {
  height: 160px;
  font-size: 14px;
  padding: 0 15px;
}
@media only screen and (max-width: 979px) {
  .hs-content-name-clients-results .client-success-stories .container .span12 .span3 .story-cols .story-cols-container .story-description {
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .hs-content-name-clients-results .client-success-stories .container .span12 .span3 .story-cols .story-cols-container .story-description {
    height: 120px;
  }
}
.hs-content-name-clients-results .client-success-stories .container .span12 .span3 .story-cols .story-cols-container .story-btn {
  background: #003767;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  margin: 10px;
  text-align: center;
  border-radius: 5px;
}
.hs-content-name-clients-results .client-success-stories .container .span12 .span3 .story-cols .story-cols-container .story-btn a {
  color: #fff;
  text-decoration: none;
}
.hs-content-name-clients-results .client-success-stories .container .span12 .span3 .story-cols .story-cols-container .story-btn:hover {
  background: #004581;
}
.hs-content-name-clients-results .cta-content .btn, .hs-content-name-clients-results .cta-content .hs-button {
  width: 40%;
  margin: 10px auto;
}
@media only screen and (max-width: 979px) {
  .hs-content-name-clients-results .cta-content .btn, .hs-content-name-clients-results .cta-content .hs-button {
    width: 40%;
  }
}

.standard-landing-page-template.nro .hero-row-lp .pull-left .hero-form form {
  width: 70%;
}
.standard-landing-page-template.nro .hero-row-lp .pull-left .hero-form form input[type="submit"] {
  padding: 12px 0px;
}
.standard-landing-page-template.nro .hero-row-lp .pull-right h1 {
  font-size: 2em;
  font-weight: 400;
}
.standard-landing-page-template.nro .hero-row-lp .pull-right h2 {
  color: #fff;
}
.standard-landing-page-template.nro .hero-row-lp.blue-bg {
  min-height: 88%;
  /* equal to footer height */
  margin-bottom: -35px;
}
.standard-landing-page-template.nro .hero-row-lp.blue-bg:after {
  content: "";
  display: block;
}
.standard-landing-page-template.nro #footer-section, .standard-landing-page-template.nro .hero-row-lp.blue-bg:after {
  height: 35px;
}

.hs-content-name-pricing h1, .hs-content-name-pricing h2 {
  text-align: center;
}
.hs-content-name-pricing h2 {
  font-weight: 300;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 40PX;
}
.hs-content-name-pricing .membership-pricing {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .hs-content-name-pricing .membership-pricing .desktop-tablet-table {
    display: none;
  }
}
.hs-content-name-pricing .membership-pricing .mobile-table {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hs-content-name-pricing .membership-pricing .mobile-table {
    display: block;
    max-width: 65%;
    margin: 0 auto;
  }
}
.hs-content-name-pricing .membership-pricing .pseudotable {
  position: relative;
  line-height: 50px;
  text-align: center;
  padding-bottom: 100px;
}
.hs-content-name-pricing .membership-pricing .pseudotable .language-standard {
  height: 10px;
  line-height: 67px;
  font-size: 14px;
  margin-top: 7px;
}
.hs-content-name-pricing .membership-pricing .pseudotable .language-global {
  background: #F3F3BF;
  margin-top: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 10px;
  line-height: 37px;
  font-size: 14px;
}
.hs-content-name-pricing .membership-pricing .pseudorow {
  height: 50px;
  line-height: 43px;
}
.hs-content-name-pricing .membership-pricing .pseudorow.title {
  padding-top: 10px;
  background-color: #00928F;
  color: #fff;
  font-size: 18px;
}
.hs-content-name-pricing .membership-pricing .pseudorow.blue {
  background-color: #BEE5E6;
}
.hs-content-name-pricing .membership-pricing .pseudorow .alignright {
  text-align: right;
}
.hs-content-name-pricing .membership-pricing .pseudorow.standard {
  line-height: 33px;
  font-weight: 300;
}
.hs-content-name-pricing .membership-pricing .pullup {
  width: 100%;
  position: absolute;
  top: 60px;
}
.hs-content-name-pricing .membership-pricing .box {
  height: 350px;
  box-shadow: 0 5px 10px 0px #bdbec2;
}
.hs-content-name-pricing .membership-pricing .box .btn, .hs-content-name-pricing .membership-pricing .box .hs-button {
  background-color: #00928F;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}
.hs-content-name-pricing .membership-pricing .box .btn:hover, .hs-content-name-pricing .membership-pricing .box .hs-button:hover {
  background-color: #00c5c1;
}
.hs-content-name-pricing .membership-pricing .box .btn a, .hs-content-name-pricing .membership-pricing .box .hs-button a {
  color: #fff;
  text-decoration: none;
}
.hs-content-name-pricing .membership-pricing .box-header {
  background-color: #fffffe;
  font-size: 18px;
}
.hs-content-name-pricing .membership-pricing .box-header-content {
  width: 80%;
  margin: 0 auto;
  border-bottom: 3px solid #eee;
}
.hs-content-name-pricing .membership-pricing .inset {
  max-width: 96%;
  margin: 0 2%;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .main-header {
  background: #00928F;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  box-shadow: 0 8px 10px 0px #bdbec2;
  font-weight: 300;
  font-size: 18px;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content {
  text-align: center;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .table-top-shadow {
  box-shadow: 0 8px 10px 0px #bdbec2;
  padding-bottom: 5px;
  background: #fff;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .row-item {
  background: #fff;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .row-item .row-one {
  font-size: 12px;
  padding: 8px 0 0px 0;
  font-weight: 700;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .row-item .row-two {
  font-weight: 300;
  padding-bottom: 6px;
  font-size: 18px;
  color: #335F86;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .row-item .row-two span {
  font-size: 14px;
  margin-left: 2px;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .row-color {
  background: #BEE5E6;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .main-box {
  font-size: 20px;
  font-weight: 300;
  border-bottom: 3px solid #F0F7F7;
  max-width: 90%;
  margin: 0 auto;
  padding: 7px 0px 4px 0;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .language-en-box {
  font-size: 12px;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .language-global-box {
  font-size: 12px;
  background: #F3F3BF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 20px;
  padding: 5px 0;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .btn, .hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .hs-button {
  background: #E95E41;
  width: 40%;
  margin: 20px auto 16px auto;
  padding: 15px 16px;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .btn:hover, .hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .hs-button:hover {
  background-color: #ee856f;
}
.hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .btn a, .hs-content-name-pricing .membership-pricing .pricing-table-mobile .content .hs-button a {
  color: #fff;
  text-decoration: none;
}
.hs-content-name-pricing .cw-membership-includes .container {
  background: #fff;
  padding: 0;
  box-shadow: 2px 3px 10px 4px #bdbec2;
  padding: 0 0 20px 0;
}
.hs-content-name-pricing .cw-membership-includes .container .span12 .container {
  box-shadow: none;
  padding: 0;
}
.hs-content-name-pricing .cw-membership-includes .container .cw-member-inc-title {
  margin-top: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .hs-content-name-pricing .cw-membership-includes .container .cw-member-inc-title {
    padding: 0 26px;
  }
}
.hs-content-name-pricing .cw-membership-includes .container .cw-member-inc-title img {
  margin: -2px 5px 0 0;
}
.hs-content-name-pricing .cw-membership-includes .container .cw-member-inc-details {
  width: 28%;
  margin-left: 40px;
}
.hs-content-name-pricing .cw-membership-includes .container .cw-member-inc-details .cw-member-inc-item {
  font-size: 14px;
}
.hs-content-name-pricing .cw-membership-includes .container .span6.cw-member-inc-details {
  margin-left: 64px;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .hs-content-name-pricing .cw-membership-includes .container .span6.cw-member-inc-details {
    margin-left: 40px;
  }
}
.hs-content-name-pricing .cw-membership-includes .container .span6.cw-member-inc-details .cw-member-inc-item {
  font-size: 14px;
}
.hs-content-name-pricing .cw-membership-includes .container .hs-cta-wrapper a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.hs-content-name-pricing .cw-membership-includes .container .hs-cta-wrapper a .cta-text {
  padding: 30px 0;
  max-width: 90%;
  margin: 40px auto;
}
.hs-content-name-pricing .cw-membership-includes .container .hs-cta-wrapper a .cta-text .btn, .hs-content-name-pricing .cw-membership-includes .container .hs-cta-wrapper a .cta-text .hs-button {
  width: 30%;
  margin: 20px auto;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .hs-content-name-pricing .cw-membership-includes .container .hs-cta-wrapper a .cta-text .btn, .hs-content-name-pricing .cw-membership-includes .container .hs-cta-wrapper a .cta-text .hs-button {
    width: 65%;
  }
}
.hs-content-name-pricing .cw-membership-includes .container .content-row.row-fluid.logos-row {
  padding: 0;
  margin-top: -21px;
}
.hs-content-name-pricing .question-pricing p {
  text-align: center;
}
.hs-content-name-pricing .question-pricing p a:first-child {
  color: #E95E41;
}
.hs-content-name-pricing .question-pricing p a:first-child:hover {
  color: #BEE5E6;
}
.hs-content-name-pricing .question-pricing .price-right-col {
  margin-left: 100px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .hs-content-name-pricing .question-pricing .price-right-col {
    margin-left: 0;
  }
}
.hs-content-name-pricing .question-pricing .price-left-col {
  margin-top: 20px;
}
.hs-content-name-pricing .question-pricing .qn-title {
  font-weight: 700;
  border-bottom: 1px solid #bdbec2;
  margin: 15px 0 0 11px;
  max-width: 95%;
  color: #003767;
}
@media only screen and (max-width: 767px) {
  .hs-content-name-pricing .question-pricing .qn-title {
    margin-left: 0;
  }
}
.hs-content-name-pricing .question-pricing .qn-description p {
  text-align: left;
  color: #2E333F;
}
.hs-content-name-pricing .cta-empower-employees h3 {
  color: #fff;
  text-align: left;
  font-weight: 300;
}
.hs-content-name-pricing .cta-empower-employees p {
  color: #fff;
}
.hs-content-name-pricing .cta-empower-employees img {
  margin-top: 50px;
}
.hs-content-name-pricing .cta-empower-employees a {
  padding: 15px 20px !important;
}

h2.narrow {
  max-width: 500px;
  margin: .75em auto;
}

.video-customization-option h5 {
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .video-customization-option h5 {
    margin-top: 0;
  }
}

.video-customization-button {
  padding-top: 0px;
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  .video-customization-button {
    margin-top: -50px;
  }
}
.video-customization-button .btn.video-customization, .video-customization-button .video-customization.hs-button {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .video-customization-button .btn.video-customization, .video-customization-button .video-customization.hs-button {
    margin: 0 auto;
  }
}

.btn.video-customization, .video-customization.hs-button, .hbspt-form .hs-form .video-customization.hs-button {
  max-width: 300px;
  margin-left: 65px;
  color: #fff !important;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn.shift, .shift.hs-button, .hbspt-form .hs-form .shift.hs-button {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .btn.shift, .shift.hs-button, .hbspt-form .hs-form .shift.hs-button {
    margin: 0 auto;
  }
}

/*
 * _pages.scss
 * This file should be used to include page or section-specific
 * styles. Each page/section/component should have its own
 * scss file in the pages directory that is included from here.
 */
.standard-page-template {
  color: #003767;
}
.standard-page-template .content-row {
  padding: 40px 0;
}
.standard-page-template .content-row h1, .standard-page-template .content-row h2 {
  text-align: center;
}
.standard-page-template .content-row h2, .standard-page-template .content-row h3, .standard-page-template .content-row h4 {
  font-weight: 300;
}
.standard-page-template .content-row h4 {
  font-size: 1.2em;
}
.standard-page-template .content-row a {
  color: #E95E41;
}
.standard-page-template .content-row .indent {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .standard-page-template .content-row .indent {
    padding: 0;
  }
}
.standard-page-template .content-row .indent h4 {
  padding-left: 35px;
  border-bottom: 8px solid #F1F1F2;
  padding-bottom: 5px;
  line-height: 1.25em;
}
.standard-page-template .content-row .indent h4.book {
  background: url("//cdn2.hubspot.net/hubfs/405671/images/icons/book-icon.png") no-repeat;
  line-height: 1.6em;
}
.standard-page-template .content-row .indent h4.beaker {
  background: url("//cdn2.hubspot.net/hubfs/405671/images/icons/beaker-icon.jpg") no-repeat;
}
.standard-page-template .content-row .indent h4.gear {
  background: url("//cdn2.hubspot.net/hubfs/405671/images/icons/gear-icon.png") no-repeat;
}
.standard-page-template .content-row .callout {
  font-weight: 300;
  font-size: 1.4em;
  text-align: center;
  padding: 0 50px;
  line-height: 1.5em;
}
.standard-page-template .content-row.testimonial-image .container {
  padding: 30px 20px;
  background: #F1F1F2;
}
.standard-page-template .content-row.testimonial-image .container .quote-content {
  font-weight: 300;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5em;
  font-style: italic;
}
.standard-page-template .content-row.testimonial-image .container .attribute {
  text-align: center;
  font-size: 13px;
  line-height: 1.25em;
}
.standard-page-template .content-row.testimonial-image .container .testimonial-image {
  display: block;
  margin: 0 auto;
}
.standard-page-template .content-row.experience h4 {
  font-weight: bold;
  padding-left: 35px;
  background: url("//www.compliancewave.com/hubfs/images/icons/check.png") no-repeat;
}
.standard-page-template .content-row.experience img {
  display: block;
  margin: 0 auto;
}
.standard-page-template .content-row.intro {
  text-align: center;
}
.standard-page-template .content-row.cta-row img {
  display: block;
  margin: 0 auto;
}
.standard-page-template .content-row.compact {
  padding: 0;
}
.standard-page-template .content-row.compact-top {
  padding-top: 0;
}
.standard-page-template .content-row.compact-bottom {
  padding-bottom: 0;
}
.standard-page-template .client-listings {
  background: #F0F7F7;
  padding: 40px 0 5px 0;
}
.standard-page-template .client-listings h3 {
  font-weight: 300;
  text-align: center;
}
.standard-page-template .client-listings .list-wrapper {
  background: #003767;
  display: flex;
  overflow: auto;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .standard-page-template .client-listings .list-wrapper {
    padding: 10px 0;
  }
}
.standard-page-template .client-listings .list-wrapper ul {
  margin: 0 auto;
  padding: 0 10px;
  height: 105px;
  width: 85%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
}
@media only screen and (min-width: 1200px) {
  .standard-page-template .client-listings .list-wrapper ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    height: auto;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .standard-page-template .client-listings .list-wrapper ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    height: auto;
  }
}
.standard-page-template .client-listings .list-wrapper ul li {
  background: url("//go.compliancewave.com/hubfs/images/bullet.png?t=1460738808270") no-repeat left 10px;
  display: block;
  color: #fff;
  float: left;
  padding: 5px 10px 5px 16px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .standard-page-template .client-listings .list-wrapper ul li {
    width: auto;
  }
  .standard-page-template .client-listings .list-wrapper ul li:first-child {
    background: none;
  }
}

#library-page-template h4 {
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0px;
}
#library-page-template h4.pdf {
  margin-bottom: 5px;
}
#library-page-template p.element {
  margin-bottom: .5em;
}
#library-page-template .swap1 {
  float: right;
  margin-left: 2.12766%;
}
@media only screen and (min-width: 1200px) {
  #library-page-template .swap1 {
    margin-left: 2.5641%;
  }
}
@media only screen and (max-width: 767px) {
  #library-page-template .swap1 {
    float: none;
    margin-left: 0;
  }
}
#library-page-template .swap2 {
  margin-left: 0;
}
#library-page-template .library-sidebar .library-ctas a {
  text-decoration: none;
}
#library-page-template .library-sidebar .library-ctas.hidden {
  display: none;
}
#library-page-template .library-sidebar .library-ctas .cta-wrapper {
  width: 100%;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0;
  min-height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #library-page-template .library-sidebar .library-ctas .cta-wrapper {
    min-height: 82px;
  }
}
#library-page-template .library-sidebar .library-ctas .cta-wrapper.green {
  background: #00928F;
}
@media only screen and (max-width: 767px) {
  #library-page-template .library-sidebar .library-ctas .cta-wrapper.green {
    padding-top: 15px;
  }
}
#library-page-template .library-sidebar .library-ctas .cta-wrapper.green span {
  color: #fff;
}
#library-page-template .library-sidebar .library-ctas .cta-wrapper.green:hover {
  background: #003767;
}
#library-page-template .library-sidebar .library-ctas .cta-wrapper.white {
  border: 1px solid #00928F;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  #library-page-template .library-sidebar .library-ctas .cta-wrapper.white {
    margin-top: 20px;
  }
}
#library-page-template .library-sidebar .library-ctas .cta-wrapper.white span {
  color: #00928F;
}
#library-page-template .library-sidebar .library-ctas .cta-wrapper.white:hover {
  background: #003767;
}
#library-page-template .library-sidebar .library-ctas .cta-wrapper.white:hover span {
  color: #fff;
}
#library-page-template .library-sidebar .library-ctas .hs-form {
  padding: 0px;
  margin: 0px;
}
#library-page-template .library-sidebar .library-ctas .hs-form .actions {
  background: #fff;
  padding: 0;
}
#library-page-template .library-sidebar .library-ctas .hs-form.stacked .actions {
  margin-left: 0;
}
#library-page-template .library-sidebar .library-ctas .submitted-message {
  text-align: center;
  margin-bottom: 20px;
}
#library-page-template .library-sidebar .library-ctas input[type="submit"].hs-button, #library-page-template .library-sidebar .library-ctas .hbspt-form .hs-form input[type="submit"].hs-button {
  width: 100%;
  white-space: normal;
  box-sizing: border-box !important;
  box-shadow: none;
}
#library-page-template .library-sidebar .library-ctas .green input[type="submit"].hs-button, #library-page-template .library-sidebar .library-ctas .green .hbspt-form .hs-form input[type="submit"].hs-button {
  background-color: #00928F;
}
@media only screen and (max-width: 767px) {
  #library-page-template .library-sidebar .library-ctas .green input[type="submit"].hs-button, #library-page-template .library-sidebar .library-ctas .green .hbspt-form .hs-form input[type="submit"].hs-button {
    padding-top: 16px;
    padding-bottom: 18px;
  }
}
#library-page-template .library-sidebar .library-ctas .green input[type="submit"].hs-button:hover, #library-page-template .library-sidebar .library-ctas .green .hbspt-form .hs-form input[type="submit"].hs-button:hover {
  color: #fff;
  background-color: #003767;
  border: none;
}
#library-page-template .library-sidebar .library-ctas .white input[type="submit"].hs-button, #library-page-template .library-sidebar .library-ctas .white .hbspt-form .hs-form input[type="submit"].hs-button {
  color: #00928F;
  border: 1px solid #00928F;
  padding-top: 16px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  #library-page-template .library-sidebar .library-ctas .white input[type="submit"].hs-button, #library-page-template .library-sidebar .library-ctas .white .hbspt-form .hs-form input[type="submit"].hs-button {
    margin-top: 20px;
  }
}
#library-page-template .library-sidebar .library-ctas .white input[type="submit"].hs-button:hover, #library-page-template .library-sidebar .library-ctas .white .hbspt-form .hs-form input[type="submit"].hs-button:hover {
  border: 1px solid #003767;
  color: #fff;
  background-color: #003767;
}
#library-page-template .library-sidebar .library-navigation {
  margin-top: 0px;
  background-color: #F1F1F2;
  padding: 30px 50px 30px 30px;
}
@media only screen and (max-width: 767px) {
  #library-page-template .library-sidebar .library-navigation {
    padding: 30px;
  }
}
#library-page-template .library-sidebar .library-navigation ul li {
  padding: .5em 0 1em 0;
}
#library-page-template .library-sidebar .library-navigation ul li a {
  color: #00928F;
  text-decoration: none;
  font-size: 1.6em;
  white-space: normal;
}
#library-page-template .library-sidebar .library-navigation ul li ul li {
  padding: 1em 0 0 1.25em;
  display: block;
}
#library-page-template .library-sidebar .library-navigation ul li ul li:before {
  content: "-";
  padding-right: 8px;
}
#library-page-template .library-sidebar .library-navigation ul li ul li.active a {
  text-decoration: underline;
  font-weight: bold;
}
#library-page-template .library-sidebar .library-navigation ul li ul li a {
  color: #003767;
  font-size: 1em;
  display: inline;
}
#library-page-template .library-sidebar .library-navigation ul li ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}
#library-page-template .library-content h1 {
  margin-top: 0;
}
#library-page-template .library-content h3.arrow {
  background-image: url(//cdn2.hubspot.net/hubfs/405671/images/library-arrow.png);
  background-repeat: no-repeat;
  min-height: 46px;
  background-position: left 0 top 0;
}
@media only screen and (min-width: 1200px) {
  #library-page-template .library-content h3.arrow {
    background-position: left 65px top 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #library-page-template .library-content h3.arrow {
    background-position: left 0 top 30px;
    min-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #library-page-template .library-content h3.arrow {
    background-image: none;
  }
}
#library-page-template .library-content a {
  text-decoration: none;
}
#library-page-template .library-content a:hover {
  text-decoration: underline;
}
#library-page-template .library-content img {
  margin-top: 20px;
}
#library-page-template .library-content .narrow {
  max-width: 500px;
  margin: 40px auto 20px;
}
#library-page-template .library-content .narrower {
  max-width: 400px;
  margin: 40px auto 40px;
}
#library-page-template .additional-info {
  background-color: #F0F7F7;
}
#library-page-template .additional-info h3 {
  padding-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #library-page-template .additional-info h3 {
    padding-top: 20px;
    margin: 0;
  }
}
#library-page-template .additional-info h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #library-page-template .additional-info h5 {
    margin-top: 30px;
  }
}
#library-page-template .additional-info ul {
  color: #2E333F;
  list-style-type: none;
  font-size: .85em;
  line-height: 1.25em;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  #library-page-template .additional-info ul {
    margin-bottom: 0;
  }
}
#library-page-template .additional-info ul:last-child {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #library-page-template .additional-info ul:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #library-page-template .additional-info ul.last {
    margin-bottom: 40px;
  }
}
#library-page-template .additional-info ul.single {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #library-page-template .additional-info ul.single {
    margin-top: 20px;
    max-width: none;
  }
}
#library-page-template .additional-info ul li {
  padding-left: 0;
}
#library-page-template .additional-info .flat {
  min-height: 0 !important;
}
#library-page-template .additional-info .really-flat {
  min-height: 0 !important;
  height: .1px;
}
#library-page-template .additional-info .really-flat span {
  line-height: 0;
}
#library-page-template .additional-info .row-fluid .container {
  padding: 0 10px;
}

.standard-landing-page-template .header-utility {
  padding-bottom: 21px;
}
@media only screen and (max-width: 979px) {
  .standard-landing-page-template .header-utility {
    height: 99px;
  }
}
.standard-landing-page-template .hero-row-lp .span6.pull-right {
  padding: 50px 60px 60px 0;
}
@media only screen and (max-width: 767px) {
  .standard-landing-page-template .hero-row-lp .span6.pull-right {
    padding: 20px;
  }
}
.standard-landing-page-template .hero-row-lp .span6.pull-left {
  padding: 30px 0;
  margin: 0;
}
.standard-landing-page-template .hero-row-lp .span6.pull-left img {
  max-height: 450px;
  width: auto;
}
@media only screen and (max-width: 979px) {
  .standard-landing-page-template .hero-row-lp .span6.pull-left img {
    margin: 0 auto;
    display: block;
  }
}
.standard-landing-page-template .hero-row-lp.blue-bg {
  background-color: #003767;
}
.standard-landing-page-template .hero-row-lp.blue-bg h1 {
  font-size: 1.6em;
  margin-left: -100px;
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 979px) {
  .standard-landing-page-template .hero-row-lp.blue-bg h1 {
    margin-left: 0;
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1200px) {
  .standard-landing-page-template .hero-row-lp.blue-bg h1 {
    margin-left: -135px;
  }
}
@media only screen and (max-width: 767px) {
  .standard-landing-page-template .hero-row-lp.blue-bg h1 {
    margin-top: 30px;
  }
}
.standard-landing-page-template .hero-row-lp.blue-bg h1, .standard-landing-page-template .hero-row-lp.blue-bg p, .standard-landing-page-template .hero-row-lp.blue-bg li {
  color: #fff;
  font-weight: 300;
}
.standard-landing-page-template .hero-row-lp.blue-bg a {
  color: #fff;
}
.standard-landing-page-template .hero-row-lp.blue-bg ul {
  margin-left: 0;
}
.standard-landing-page-template .hero-row-lp.blue-bg ul li {
  background: url("//www.compliancewave.com/hubfs/cw-lp-hero-checkmark.png") no-repeat 0% 20%;
  list-style-type: none;
  padding-left: 24px;
}
.standard-landing-page-template .hero-row-lp.blue-bg form {
  background: #2E333F;
  border-radius: 30px;
  bottom: 23px;
  -webkit-box-shadow: 2px 4px 9px 1px #000;
  -moz-box-shadow: 2px 4px 9px 1px #000;
  box-shadow: 2px 4px 9px 1px #000;
  position: absolute;
  right: 5%;
  width: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .standard-landing-page-template .hero-row-lp.blue-bg form {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .standard-landing-page-template .hero-row-lp.blue-bg form {
    position: inherit;
    margin: 0;
    right: 0;
    width: 100%;
  }
}
.standard-landing-page-template .hero-row-lp.blue-bg form .hs-form-field {
  padding: 0;
}
.standard-landing-page-template .hero-row-lp.blue-bg form .hs-form-field label {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0 !important;
  line-height: 1em;
  margin-top: 10px;
}
.standard-landing-page-template .hero-row-lp.blue-bg form .hs-form-field .input input {
  margin-bottom: 0;
}
.standard-landing-page-template .hero-row-lp.blue-bg form .form-columns-2 .hs-form-field {
  padding: 0;
}
.standard-landing-page-template .hero-row-lp.blue-bg form .form-columns-2 .hs-form-field:nth-child(1) {
  padding: 0 10px 0 0;
}
.standard-landing-page-template .hero-row-lp.blue-bg form input[type="submit"] {
  background: #E95E41;
  color: #fff;
  font-weight: 300;
  width: 100%;
  margin-top: 25px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  border-radius: 4px;
  border-width: 0px;
  padding: 10px 0;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  line-height: 1.5em;
  box-shadow: 0px 0px 9px #333 inset;
}
.standard-landing-page-template .hero-row-lp.blue-bg form input[type="submit"]:hover {
  background: #ff6747;
  color: white;
}
.standard-landing-page-template .hero-row-lp.blue-bg form ul.hs-error-msgs.inputs-list {
  position: absolute;
  z-index: 999;
  color: #000;
  background: rgba(0, 0, 0, 0.8);
  max-width: 159px;
  padding: 0 5px;
  margin: 0;
}
.standard-landing-page-template .hero-row-lp.blue-bg form ul.hs-error-msgs.inputs-list li {
  background: none;
  padding: 0;
}
.standard-landing-page-template.two-column.three-column .hero-row-lp.blue-bg h1 {
  text-align: center;
}
.standard-landing-page-template.two-column .header-utility {
  height: 36px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .standard-landing-page-template.two-column .header-utility {
    height: 18px;
  }
}
@media only screen and (max-width: 979px) {
  .standard-landing-page-template.two-column .header-utility {
    height: 100px;
  }
}
.standard-landing-page-template.two-column #hs_cos_wrapper_hero_form input[type="submit"] {
  background: #E95E41 !important;
}
.standard-landing-page-template.two-column .hero-row-lp .span6.pull-left {
  padding: 20px;
}
.standard-landing-page-template.two-column .hero-row-lp .span6.pull-left img {
  float: left;
  margin: 20px 0;
  max-width: 100%;
  width: 100%;
}
.standard-landing-page-template.two-column .hero-row-lp .span6.pull-right h1 {
  margin-bottom: 30px;
  margin-top: 0px;
}
.standard-landing-page-template.two-column .hero-row-lp .span6.pull-right .quote {
  background: url(//cdn2.hubspot.net/hubfs/405671/images/wsj.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  color: #00928F;
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
  padding-left: 120px;
}
.standard-landing-page-template.two-column .hero-row-lp.blue-bg h1 {
  margin-left: 0px;
  margin-top: 40px;
  text-align: left;
}
.standard-landing-page-template.two-column .hero-row-lp.blue-bg h2 {
  color: #fff;
}
.standard-landing-page-template.two-column .hero-row-lp.blue-bg h3 {
  color: #fff;
}
.standard-landing-page-template.two-column .hero-row-lp.blue-bg #hs_cos_wrapper_hero_form label span {
  color: #fff;
}
.standard-landing-page-template.two-column .hero-row-lp.blue-bg form {
  float: left;
  margin-top: 20px;
  position: initial;
  width: 100%;
}
.standard-landing-page-template.two-column .hero-row-lp.blue-bg form strong {
  color: #fff;
}
.standard-landing-page-template.two-column .hero-row-lp.blue-bg form span {
  color: #fff;
}
.standard-landing-page-template.two-column .hero-row-lp.blue-bg form ul li {
  background: none;
}

.standard-confirmation-page-template .hero-row-lp.blue-bg {
  background-color: #003767;
  padding: 4% 0;
}
@media only screen and (min-width: 1200px) {
  .standard-confirmation-page-template .hero-row-lp.blue-bg .span9 {
    padding-left: 40px;
  }
}
.standard-confirmation-page-template .hero-row-lp.blue-bg h1 {
  font-size: 1.6em;
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .standard-confirmation-page-template .hero-row-lp.blue-bg h1 {
    font-size: 1.25em;
  }
}
.standard-confirmation-page-template .hero-row-lp.blue-bg h1 img {
  height: 40px;
  margin-right: 10px;
  vertical-align: bottom;
}
@media only screen and (max-width: 979px) {
  .standard-confirmation-page-template .hero-row-lp.blue-bg h1 img {
    height: 30px;
  }
}
.standard-confirmation-page-template .hero-row-lp.blue-bg p {
  font-size: 1em;
}
.standard-confirmation-page-template .hero-row-lp.blue-bg p a {
  color: #E95E41;
}
.standard-confirmation-page-template .hero-row-lp.blue-bg p a:hover {
  color: #fff;
}
.standard-confirmation-page-template .hero-row-lp.blue-bg h1, .standard-confirmation-page-template .hero-row-lp.blue-bg h2, .standard-confirmation-page-template .hero-row-lp.blue-bg p, .standard-confirmation-page-template .hero-row-lp.blue-bg li {
  color: #fff;
  font-weight: 300;
}
.standard-confirmation-page-template .hero-row-lp.blue-bg .clear-both {
  clear: both;
}
.standard-confirmation-page-template .hero-row-lp.blue-bg .social-icons {
  margin: 0;
  overflow: hidden;
}
.standard-confirmation-page-template .hero-row-lp.blue-bg .social-icons li {
  float: left;
  list-style-type: none;
}
.standard-confirmation-page-template .hero-row-lp.blue-bg ul:not(.social-icons) li {
  background: url("//www.compliancewave.com/hubfs/cw-confirmation-hero-arrows.png") no-repeat 0% 45%;
  list-style-type: none;
  margin: 12px 0;
  padding-left: 20px;
}
.standard-confirmation-page-template .hero-row-lp.blue-bg .span3 img {
  width: 100%;
}
.standard-confirmation-page-template footer {
  margin-top: 0;
}

.reusable-2016 {
  /* Confirmation Page Styles */
}
.reusable-2016 .header-utility {
  padding-bottom: 22px;
}
@media only screen and (max-width: 979px) {
  .reusable-2016 .header-utility {
    height: 99px;
  }
}
.reusable-2016 h1 {
  margin: 0.30em 0 0.30em;
}
@media only screen and (max-width: 979px) {
  .reusable-2016 h1 {
    font-size: 1.8em;
  }
}
.reusable-2016 h2, .reusable-2016 h3 {
  color: #00928F;
  font-size: 1.5em;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .reusable-2016 h2, .reusable-2016 h3 {
    font-size: 1.3em;
  }
}
.reusable-2016 #header {
  background: #F0F7F7;
  padding: 40px 0;
}
.reusable-2016 #main-content {
  color: #003767;
  font-size: 1.1em;
  padding-bottom: 40px;
}
@media only screen and (max-width: 979px) {
  .reusable-2016 #main-content {
    padding-bottom: 10px;
  }
}
.reusable-2016 #main-content .main-copy {
  padding-top: 30px;
}
@media only screen and (max-width: 979px) {
  .reusable-2016 #main-content .main-copy {
    padding-top: 0;
  }
}
.reusable-2016 #main-content .main-copy h4 {
  line-height: 1.5em;
  margin: 20px 0;
}
@media only screen and (max-width: 979px) {
  .reusable-2016 #main-content .main-copy h4 {
    font-size: 1.2em;
  }
}
.reusable-2016 #main-content .main-copy .main-content-btn {
  background: #003767;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  line-height: 20px;
  padding: 12px 20px;
  text-decoration: none;
  transition: .2s;
  vertical-align: bottom;
}
.reusable-2016 #main-content .main-copy .main-content-btn img {
  margin-right: 5px;
  vertical-align: sub;
}
.reusable-2016 #main-content .main-copy .main-content-btn:hover {
  background: #2E333F;
}
.reusable-2016 #main-content .main-copy ul li {
  background: url("//go.compliancewave.com/hubfs/images/icons/check.png") no-repeat 1px 4px;
  background-size: 20px;
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 32px;
}
.reusable-2016 #main-content .form {
  background: #2E333F;
  padding: 20px;
  position: relative;
  padding: 20px 40px;
}
.reusable-2016 #main-content .form .form-arrow {
  position: absolute;
}
@media only screen and (max-width: 979px) {
  .reusable-2016 #main-content .form .form-arrow {
    display: none;
  }
}
.reusable-2016 #main-content .form .form-arrow.arrow-top {
  background: url("//go.compliancewave.com/hubfs/cw-reusable-form-top-arrow.png");
  height: 56px;
  left: -78px;
  top: 30px;
  width: 118px;
}
.reusable-2016 #main-content .form .form-arrow.arrow-bottom {
  background: url("//go.compliancewave.com/hubfs/cw-reusable-form-bottom-arrow.png");
  bottom: 40px;
  height: 92px;
  left: -78px;
  width: 110px;
}
.reusable-2016 #main-content .form .form-arrow.no-arrow {
  background: none;
}
.reusable-2016 #main-content .form img {
  display: block;
  margin: 0 auto;
}
.reusable-2016 #main-content .form h4 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 300;
  text-align: center;
}
.reusable-2016 #main-content .form h5 {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.8em;
  text-align: center;
}
.reusable-2016 #main-content .form form.hs-form {
  background: none;
  padding: 0px;
}
.reusable-2016 #main-content .form form.hs-form label {
  display: none;
}
.reusable-2016 #main-content .form form.hs-form .hs-error-msgs {
  color: #fff;
  margin: 0;
}
.reusable-2016 #main-content .form form.hs-form .hs-error-msgs label {
  display: block;
}
.reusable-2016 #main-content .form form.hs-form .hs-form-booleancheckbox-display .hs-input {
  margin-top: 0;
}
.reusable-2016 #main-content .form form.hs-form .hs-input {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: inherit;
  vertical-align: middle;
  line-height: normal;
  padding: 10px 0px 10px 5px;
}
.reusable-2016 #main-content .form form.hs-form .hs-button {
  background: #E95E41;
  border: none;
  color: #fff;
  font-weight: 100;
  padding: 20px 1px;
  transition: .2s;
  white-space: inherit;
  width: 100%;
  -moz-box-shadow: inset 0 0 10px #000;
  -webkit-box-shadow: inset 0 0 10px #000;
  box-shadow: inset 0 0 10px #000;
}
.reusable-2016 #main-content .form form.hs-form .hs-button:hover {
  background: #d34d32;
  -moz-box-shadow: inset 0 0 16px #000;
  -webkit-box-shadow: inset 0 0 16px #000;
  box-shadow: inset 0 0 16px #000;
}
.reusable-2016 #footer-img-container {
  margin: 20px 0;
}
.reusable-2016.confirmation-reusable-2016 .hs_cos_wrapper_widget_container .hs_cos_wrapper_type_custom_widget {
  margin-bottom: 40px;
  padding: 20px 0;
}
@media only screen and (max-width: 979px) {
  .reusable-2016.confirmation-reusable-2016 .hs_cos_wrapper_widget_container .hs_cos_wrapper_type_custom_widget {
    margin-bottom: 10px;
  }
}
.reusable-2016.confirmation-reusable-2016 .header-utility {
  padding-bottom: 1px;
}
@media only screen and (max-width: 979px) {
  .reusable-2016.confirmation-reusable-2016 .header-utility {
    height: 20px;
  }
}
.reusable-2016.confirmation-reusable-2016 #main-content {
  padding-bottom: 10px;
}
.reusable-2016.confirmation-reusable-2016 #main-content .main-copy {
  padding-right: 4%;
}
@media only screen and (max-width: 979px) {
  .reusable-2016.confirmation-reusable-2016 #main-content .main-copy {
    padding-right: 0;
  }
}
.reusable-2016.confirmation-reusable-2016 #main-content .form form.hs-form {
  background: none;
  padding: 0px;
}
.reusable-2016.confirmation-reusable-2016 #main-content .form form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1) {
  padding: 0 10px 0 0;
}
.reusable-2016.confirmation-reusable-2016 #main-content .form form.hs-form fieldset .hs-form-field {
  padding: 0;
}
.reusable-2016.confirmation-reusable-2016 #main-content .form form.hs-form label {
  color: #fff;
  display: block;
}
.reusable-2016.confirmation-reusable-2016 #main-content .form form.hs-form .hs-button {
  margin-top: 10px;
}