/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/****************************************************************************/

/*** SASS PRODUCTION CSS ***/
/*Colors*/
/*Shadow Effects*/
/*Fonts*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900);
/*@import 'bourbon/bourbon';*/
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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  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: 30px;
    -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 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px; }

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: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  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: 40px; }

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; }

h1 {
  color: #295570;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32pt;
  line-height: 34pt; }

h2 {
  color: #295570;
  font-weight: 400;
  font-size: 18pt;
  line-height: 22pt; }

h3 {
  color: #295570;
  font-weight: 700;
  font-size: 26pt;
  line-height: 30pt;
  font-weight: 700; }

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee; }

ul, ol {
  padding: 0;
  margin: 0 0 10px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 20px; }

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: 20px; }

dt,
dd {
  line-height: 20px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 10px; }

.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: 20px 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 0;
  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: 20px;
    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: 20px;
  font-style: normal;
  line-height: 20px; }

form {
  margin: 0 0 20px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  legend small {
    font-size: 15px;
    color: #999; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, 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: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  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: 30px;
  *margin-top: 4px;
  line-height: 30px; }

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: 20px;
  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: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  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: 20px; }
  .table th,
  .table td {
    padding: 8px;
    line-height: 20px;
    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 {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  *border: 0;
  *margin-left: .3em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  border: 0;
  text-shadow: none; }
  .btn:first-child {
    *margin-left: 0; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    opacity: 0.65;
    filter: alpha(opacity=65); }
  .btn.btn-primary {
    background: #f99d32; }

.btn-large {
  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,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }
  button.btn::-moz-focus-inner,
  input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  button.btn.btn-large,
  input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px; }
  button.btn.btn-small,
  input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px; }
  button.btn.btn-mini,
  input[type="submit"].btn.btn-mini {
    *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 */
#interior-page-multisection .btn:hover {
  color: #fff; }

.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: 30px;
  -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: 30px;
  -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: 30px;
      -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: 30px;
      -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: 30px;
    -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: 20px; }

  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: 20px; }

  .navbar-fixed-bottom {
    margin-top: 20px; }

  .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 10px; }

  .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 {
    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: 10px 15px;
    margin: 10px 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.
 */
#sq2-main-content form {
  text-align: left;
  /*width: 100%;
    max-width: 476px;*/
  padding: 20px 30px;
  margin: 0 auto;
  background: rgba(0, 102, 164, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  position: relative;
  /*&:before{
      content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 10px;
	background-color: $color4;
	left: 0;
  }*/ }
  #sq2-main-content form label {
    font-size: 16pt;
    color: #3a6f8f; }
  #sq2-main-content form select {
    height: auto; }
  #sq2-main-content form ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #sq2-main-content form .hs-button {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    float: none;
    width: 100%;
    background: #4d0723;
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 11pt;
    clear: both;
    border: 0;
    width: 160px; }
  #sq2-main-content form .hs-input {
    width: 90%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px 14px; }
    #sq2-main-content form .hs-input:focus {
      border-color: #3a6f8f;
      -webkit-box-shadow: 0 none;
      -moz-box-shadow: 0 none;
      box-shadow: 0 none; }
    #sq2-main-content form .hs-input[type="checkbox"] {
      width: auto; }
  #sq2-main-content form .hs_event_date_options.field.hs-form-field .input .hs-input {
    padding: 0 !important;
    width: 100%; }

/*cloud-readiness*/
.pageid-2869723549 #sq2-main-content form,
.pageid-2876501881 #sq2-main-content form {
  			/*width: 520px;
  			margin: 0 auto 40px;
  			padding-top: 30px;
  
  			@media only screen and (max-width: 767px){
  				width: 80%;
  			}*/ }
  .pageid-2869723549 #sq2-main-content form:before,
  .pageid-2876501881 #sq2-main-content form:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
    background-color: #30607d;
    left: 0; }

ul.pagination {
  height: 36px;
  margin: 18px auto 30px;
  width: 380px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  ul.pagination li {
    display: inline; }
    ul.pagination li a {
      float: left;
      padding: 0 14px;
      line-height: 34px;
      text-decoration: none;
      color: #3a6f8f; }
      ul.pagination li a:hover {
        background-color: #3a6f8f;
        color: #fff; }
    ul.pagination li.active a {
      background-color: #30607d;
      color: #fff;
      cursor: default; }
    ul.pagination li:first-child a {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
    ul.pagination li:last-child a {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
  ul.pagination .disabled span,
  ul.pagination .disabled a,
  ul.pagination .disabled a:hover {
    color: #999;
    cursor: default;
    background-color: transparent; }
  ul.pagination.pagination-centered,
  ul.pagination .pagination-centered {
    text-align: center; }
  ul.pagination.pagination-right,
  ul.pagination .pagination-right {
    text-align: right; }

/*************** SIDR mobile responsive menu **********************/
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: #3a6f8f;
  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: #3a6f8f;
        border-top: 1px solid #3a6f8f;
        border-bottom: 1px solid #3a6f8f; }
      .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 #3e7ca2;
        border-bottom: 1px solid #224458;
        color: #fff;
        background: #30607d;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .sidr ul li.sidr-class-hs-menu-depth-1 > a {
        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 #3e7ca2;
        border-bottom: 1px solid #224458;
        color: #fff;
        background: #30607d;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .sidr ul li.sidr-class-mobile-close {
        text-align: left;
        font-weight: bold; }
        .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:last-child {
          /*border-bottom: 1px solid $color4;*/ }
        .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: #295570;
    color: #fff;
    width: 64px;
    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: #000; }
  .sidr .hs-separator-no-link > a {
    /*background-color: $color12!important;
    border-top: solid 1px $color8;*/
    background: #3a6f8f !important;
    border-top: 1px solid #3a6f8f;
    border-bottom: 1px solid #3a6f8f;
    cursor: default;
    font-size: 11pt;
    text-transform: none;
    letter-spacing: 0;
    font-weight: bold; }
    .sidr .hs-separator-no-link > a > .hs-menu-children-wrapper a:hover {
      background-color: #295570 !important; }

.sidr-main-open {
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

/*
 * _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 ***/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0.1px; }

/*** END GENERAL STYLES ***/
/*** PAGE STRUCTURE ***/
#sq2-top {
  background-color: #3a6f8f;
  color: #fff;
  font-size: 15px;
  line-height: 2.333;
  text-transform: uppercase; }
  #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li {
      float: left; }
      #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > a {
        color: #fff;
        text-decoration: none;
        padding: 12px 12px 11px;
        display: block;
        border-right: 1px #33617d solid;
        -webkit-transition: background 0.3s ease-in-out 0s;
        -moz-transition: background 0.3s ease-in-out 0s;
        -o-transition: background 0.3s ease-in-out 0s;
        transition: background 0.3s ease-in-out 0s;
        font-size: 10pt;
        letter-spacing: -0.2px; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > a {
            padding-right: 6px;
            padding-left: 6px;
            font-size: 9pt; } }
        #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > a:hover {
          background: #30607d; }
      #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li:first-child > a {
        /*margin-left: -20px;*/ }
      #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li:last-child > a {
        border-right: 0; }
      #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > .hs-menu-children-wrapper {
        list-style: none;
        margin: 15px 0 0 -37px;
        padding: 0;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        border: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        display: none;
        padding-top: 15px;
        z-index: 9; }
        #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > .hs-menu-children-wrapper:before {
          content: '';
          width: 0px;
          height: 0px;
          position: absolute;
          top: -0;
          left: 60px;
          z-index: 1;
          border: 8px solid transparent;
          border-bottom-color: #295570; }
        #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > .hs-menu-children-wrapper a {
          color: #fff;
          background: #3a6f8f;
          padding: 8px 30px;
          text-align: left;
          display: block;
          text-decoration: none;
          text-transform: uppercase;
          position: relative;
          border-bottom: solid 1px #3a6f8f;
          font-size: 10pt; }
          #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > .hs-menu-children-wrapper a:hover {
            background-color: #1d3746; }
        #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > .hs-menu-children-wrapper > li.active > a {
          background: #f89406; }
        #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > .hs-menu-children-wrapper > li.active > a {
          background: #f89406; }
        #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper {
          list-style: none;
          margin: -53px 0 0 34px;
          padding: 0;
          position: absolute;
          visibility: hidden;
          opacity: 0;
          border: 0;
          left: 100%;
          width: 190px;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          padding-top: 15px;
          z-index: 9; }
          #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper:before {
            content: '';
            width: 0px;
            height: 0px;
            position: absolute;
            top: 30px;
            left: -29px;
            z-index: 1;
            border: 8px solid transparent;
            border-right-color: #fff; }
        #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li > .hs-menu-children-wrapper > li:hover > .hs-menu-children-wrapper {
          visibility: visible;
          opacity: 1;
          margin: -53px 0 0 20px; }
      #sq2-top .call-number > #hs_cos_wrapper_menu_top > .hs-menu-flow-horizontal > ul > li:hover > .hs-menu-children-wrapper {
        visibility: visible;
        opacity: 1;
        margin-top: 0; }
  #sq2-top .call-number .phone-number {
    float: left;
    padding: 5px 10px 0; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #sq2-top .call-number .phone-number {
        font-size: 9pt;
        line-height: 34px; }
        #sq2-top .call-number .phone-number img {
          width: 16px; } }
  #sq2-top .search-module {
    margin-top: 2px;
    position: relative; }
    #sq2-top .search-module .hs-form {
      margin: 0;
      padding: 0; }
      #sq2-top .search-module .hs-form label {
        color: #fff;
        position: absolute;
        z-index: 1;
        color: #fff;
        left: 0;
        top: 0;
        text-align: center;
        height: 100%;
        padding: 0;
        margin: 0;
        width: 100%;
        line-height: 47px; }
      #sq2-top .search-module .hs-form .hs-input {
        margin: 4px 0 0;
        background-color: #30607d;
        border: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #fff;
        padding: 8px 6px;
        width: 100%;
        float: right; }
      #sq2-top .search-module .hs-form .hs-button {
        position: absolute;
        z-index: 2;
        background: url("//cdn2.hubspot.net/hubfs/168396/images_2015/top/magnifier.png") no-repeat center center transparent;
        width: 30px;
        height: 30px;
        top: 7px;
        right: 7px;
        cursor: pointer; }

/*** END PAGE STRUCTURE ***/
/*** HEADER STYLES ***/
#sq2-header {
  font-size: 11pt;
  text-transform: uppercase;
  position: relative;
  z-index: 6; }
  #sq2-header .logo {
    margin-top: 17px;
    margin-bottom: 32px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #sq2-header .logo {
        margin-top: 35px; } }
    @media only screen and (max-width: 767px) {
      #sq2-header .logo {
        text-align: center; } }
  #sq2-header .phone-number {
    color: #fff;
    padding: 10px 15px 8px;
    background: #3a6f8f;
    text-align: center;
    line-height: 30px; }
  #sq2-header #primary-navigation {
    margin-top: 30px;
    position: relative;
    z-index: 1; }
    #sq2-header #primary-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #sq2-header #primary-navigation ul li {
        /* MEGA MENU */ }
        #sq2-header #primary-navigation ul li a {
          -webkit-transition: background 0.3s ease;
          -moz-transition: background 0.3s ease;
          -o-transition: background 0.3s ease;
          transition: background 0.3s ease;
          display: block;
          padding: 20px 7px;
          color: #3a6f8f;
          text-decoration: none;
          font-weight: 700;
          font-size: 12pt;
          position: relative; }
          @media only screen and (min-width: 1200px) {
            #sq2-header #primary-navigation ul li a {
              padding: 20px 20px;
              font-weight: 700; } }
          #sq2-header #primary-navigation ul li a:hover {
            color: #1d3746; }
        #sq2-header #primary-navigation ul li > .hs-menu-children-wrapper {
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
          -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
          position: absolute;
          visibility: hidden;
          opacity: 0;
          border-bottom: 4px solid #f99d32;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          margin-top: -20px;
          display: none; }
          #sq2-header #primary-navigation ul li > .hs-menu-children-wrapper:before {
            content: '';
            width: 0px;
            height: 0px;
            position: absolute;
            top: -15px;
            left: 20px;
            z-index: 1;
            border: 8px solid transparent;
            border-bottom-color: #30607d; }
          #sq2-header #primary-navigation ul li > .hs-menu-children-wrapper a {
            color: #fff;
            background: #30607d;
            padding: 12px 30px; }
            #sq2-header #primary-navigation ul li > .hs-menu-children-wrapper a:hover {
              background: #3a6f8f; }
        #sq2-header #primary-navigation ul li.hs-menu-depth-1 > .hs-menu-children-wrapper > li a {
          position: relative; }
          #sq2-header #primary-navigation ul li.hs-menu-depth-1 > .hs-menu-children-wrapper > li a:before {
            content: "\f054";
            font-family: fontAwesome;
            position: absolute;
            left: 15px;
            font-size: 9px;
            margin-top: 1px; }
        #sq2-header #primary-navigation ul li.hs-menu-depth-1 > .hs-menu-children-wrapper > li.hs-separator-no-link > a:before {
          display: none; }
        #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper {
          background: #30607d !important;
          left: 0;
          position: absolute;
          width: 940px;
          transform: translate(-17%, 0%); }
          @media only screen and (min-width: 1200px) {
            #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper {
              width: 1170px; } }
          @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
            #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper {
              width: 1170px; } }
          @media only screen and (min-width: 768px) and (max-width: 979px) {
            #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper {
              width: 1170px; } }
          @media only screen and (max-width: 767px) {
            #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper {
              width: 1170px; } }
          #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper:before, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper:before {
            content: '';
            width: 0px;
            height: 0px;
            position: absolute;
            top: -15px;
            left: 50%;
            z-index: 1;
            border: 8px solid transparent;
            border-bottom-color: #30607d;
            transform: translate(-300px, 0%);
            -moz-transform: translate(-300px, 0%);
            -ms-transform: translate(-300px, 0%);
            -khtml-transform: translate(-300px, 0%);
            -webkit-transform: translate(-300px, 0%); }
            @media only screen and (min-width: 1200px) {
              #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper:before, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper:before {
                transform: translate(-360px, 0%);
                -moz-transform: translate(-360px, 0%);
                -ms-transform: translate(-360px, 0%);
                -khtml-transform: translate(-360px, 0%);
                -webkit-transform: translate(-360px, 0%); } }
            @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
              #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper:before, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper:before {
                transform: translate(-360px, 0%);
                -moz-transform: translate(-360px, 0%);
                -ms-transform: translate(-360px, 0%);
                -khtml-transform: translate(-360px, 0%);
                -webkit-transform: translate(-360px, 0%); } }
            @media only screen and (min-width: 768px) and (max-width: 979px) {
              #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper:before, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper:before {
                transform: translate(-360px, 0%);
                -moz-transform: translate(-360px, 0%);
                -ms-transform: translate(-360px, 0%);
                -khtml-transform: translate(-360px, 0%);
                -webkit-transform: translate(-360px, 0%); } }
            @media only screen and (max-width: 767px) {
              #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper:before, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper:before {
                transform: translate(-360px, 0%);
                -moz-transform: translate(-360px, 0%);
                -ms-transform: translate(-360px, 0%);
                -khtml-transform: translate(-360px, 0%);
                -webkit-transform: translate(-360px, 0%); } }
          #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper > li, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper > li {
            width: calc(100%/3);
            float: left; }
            #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper > li.hs-separator-no-link, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper > li.hs-separator-no-link {
              background-color: #295570 !important; }
              #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper > li.hs-separator-no-link > a, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper > li.hs-separator-no-link > a {
                background-color: #295570 !important;
                display: table-cell;
                vertical-align: middle; }
              #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper > li.hs-separator-no-link > ul, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper > li.hs-separator-no-link > ul {
                background: #30607d !important; }
                #sq2-header #primary-navigation ul li.hs-menu-depth-1.solutions > .hs-menu-children-wrapper > li.hs-separator-no-link > ul > li > a, #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper > li.hs-separator-no-link > ul > li > a {
                  /*background-color: $color12!important;*/
                  /*display: table-cell;*/
                  display: block;
                  position: relative;
                  padding-left: 30px;
                  /*&:before {
                    content: "\f054 ";
                    font-family: fontAwesome;
                    position: absolute;
                    left: 15px;
                    font-size: 9px;
                    margin-top: 1px;
                  }*/ }
        #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper:before {
          content: '';
          width: 0px;
          height: 0px;
          position: absolute;
          top: -15px;
          left: 50%;
          z-index: 1;
          border: 8px solid transparent;
          border-bottom-color: #30607d;
          transform: translate(-200px, 0%);
          -moz-transform: translate(-200px, 0%);
          -webkit-transform: translate(-200px, 0%);
          -khtml-transform: translate(-200px, 0%);
          -ms-transform: translate(-200px, 0%); }
          @media only screen and (min-width: 1200px) {
            #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper:before {
              transform: translate(-235px, 0%);
              -ms-transform: translate(-235px, 0%);
              -khtml-transform: translate(-235px, 0%);
              -webkit-transform: translate(-235px, 0%);
              -moz-transform: translate(-235px, 0%); } }
          @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
            #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper:before {
              transform: translate(-235px, 0%);
              -ms-transform: translate(-235px, 0%);
              -khtml-transform: translate(-235px, 0%);
              -webkit-transform: translate(-235px, 0%);
              -moz-transform: translate(-235px, 0%); } }
          @media only screen and (min-width: 768px) and (max-width: 979px) {
            #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper:before {
              transform: translate(-235px, 0%);
              -ms-transform: translate(-235px, 0%);
              -khtml-transform: translate(-235px, 0%);
              -webkit-transform: translate(-235px, 0%);
              -moz-transform: translate(-235px, 0%); } }
          @media only screen and (max-width: 767px) {
            #sq2-header #primary-navigation ul li.hs-menu-depth-1.technologies > .hs-menu-children-wrapper:before {
              transform: translate(-235px, 0%);
              -ms-transform: translate(-235px, 0%);
              -khtml-transform: translate(-235px, 0%);
              -webkit-transform: translate(-235px, 0%);
              -moz-transform: translate(-235px, 0%); } }
        #sq2-header #primary-navigation ul li.hs-menu-depth-2 .hs-menu-children-wrapper {
          opacity: 1;
          border: none;
          margin: 0;
          position: relative;
          width: 100%;
          left: 0;
          display: inline-block;
          box-shadow: none;
          -ms-box-shadow: none;
          -khtml-box-shadow: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none; }
          #sq2-header #primary-navigation ul li.hs-menu-depth-2 .hs-menu-children-wrapper > li > a {
            cursor: pointer;
            color: #fff !important;
            background: #30607d !important;
            padding: 12px 30px;
            border: none; }
            #sq2-header #primary-navigation ul li.hs-menu-depth-2 .hs-menu-children-wrapper > li > a:hover {
              background: #3a6f8f !important; }
        #sq2-header #primary-navigation ul li:hover > .hs-menu-children-wrapper {
          visibility: visible;
          opacity: 1;
          margin: 0; }
          #sq2-header #primary-navigation ul li:hover > .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper {
            visibility: visible; }
        #sq2-header #primary-navigation ul li.hs-menu-depth-1 {
          float: left; }
          #sq2-header #primary-navigation ul li.hs-menu-depth-1.active > a:after, #sq2-header #primary-navigation ul li.hs-menu-depth-1.active-branch > a:after {
            content: '';
            background: #f99d32;
            position: absolute;
            left: 0;
            top: 5px;
            height: 3px;
            width: 100%; }
        #sq2-header #primary-navigation ul li.hs-separator-no-link a {
          background-color: #295570 !important;
          border-top: solid 1px #363636;
          cursor: default; }
          #sq2-header #primary-navigation ul li.hs-separator-no-link a > .hs-menu-children-wrapper a:hover {
            background-color: #295570 !important; }
        #sq2-header #primary-navigation ul li.active.hs-menu-depth-2 > a {
          background: #f99d32;
          color: #fff; }
  #sq2-header #mobile-menu-trigger {
    float: right;
    background: #295570;
    color: #fff;
    margin-top: 30px;
    /*font-size: 20px;*/
    font-size: 13pt;
    padding: 16px 50px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    font-weight: 300; }
    #sq2-header #mobile-menu-trigger:hover {
      background: #1b394b;
      color: #fff; }
    @media only screen and (max-width: 767px) {
      #sq2-header #mobile-menu-trigger {
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 16px 0;
        padding: 23px 0;
        font-weight: 700; } }
  #sq2-header #hs_cos_wrapper_navigation_cta {
    margin: 30px 0 0;
    display: block; }
    @media only screen and (max-width: 767px) {
      #sq2-header #hs_cos_wrapper_navigation_cta {
        margin: 0; } }
    #sq2-header #hs_cos_wrapper_navigation_cta a {
      display: block;
      padding: 20px 0;
      color: #fff;
      font-size: 13pt;
      letter-spacing: 0.2px; }
      #sq2-header #hs_cos_wrapper_navigation_cta a:hover {
        color: #fff;
        background: #f18507;
        text-decoration: none; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        #sq2-header #hs_cos_wrapper_navigation_cta a {
          font-size: 12pt;
          line-height: 16px;
          padding-top: 10px;
          padding-bottom: 10px; } }

/*** END HEADER STYLES ***/
.content-middle {
  background-color: #fff; }

/*** FOOTER STYLES ***/
#sq2-footer {
  padding: 30px 0;
  background-color: #3a6f8f;
  color: #fff;
  font-size: 11pt;
  line-height: 18pt; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #sq2-footer {
      padding: 20px 0; } }
  #sq2-footer a {
    color: #fff;
    text-decoration: none; }
  #sq2-footer .col {
    float: left;
    margin-right: 0;
    width: 50%; }
    #sq2-footer .col.col1 {
      width: 38%; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        #sq2-footer .col.col1 {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        #sq2-footer .col.col1 {
          width: auto;
          /*width:100%;*/
          margin-left: 40px; } }
    #sq2-footer .col.col2 {
      width: 62%;
      margin-top: 0px; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        #sq2-footer .col.col2 {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        #sq2-footer .col.col2 {
          /*width: 100%;*/
          width: auto;
          margin-left: 40px; } }
      #sq2-footer .col.col2 a.locations {
        margin-left: 40px;
        text-decoration: underline; }
        @media only screen and (max-width: 767px) {
          #sq2-footer .col.col2 a.locations {
            display: inline-block;
            width: 100%;
            margin-left: 0;
            margin-bottom: 15px; } }
  #sq2-footer .social-links {
    margin-top: 30px;
    padding-left: 0;
    margin-left: 0; }
    @media only screen and (max-width: 767px) {
      #sq2-footer .social-links {
        text-align: center; } }
    #sq2-footer .social-links li {
      list-style: none;
      display: inline-block;
      margin-right: 13px;
      padding-left: 0; }
      #sq2-footer .social-links li a {
        font-size: 44px;
        color: #d7e3ea; }
      #sq2-footer .social-links li a:hover {
        color: #fff; }
  #sq2-footer .module-title {
    border-bottom: solid 4px #30607d;
    /*font-size:18pt;*/
    font-size: 14pt;
    text-transform: uppercase;
    padding-bottom: 5px;
    float: left;
    margin-bottom: 20px;
    font-weight: 400; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #sq2-footer .module-title {
        float: none;
        font-size: 14pt; } }
    @media only screen and (max-width: 767px) {
      #sq2-footer .module-title {
        float: none;
        margin-right: 40px;
        margin-left: 40px;
        text-align: center;
        font-size: 11pt;
        background: #30607d;
        border-bottom-color: #295570;
        padding-top: 10px; } }
  #sq2-footer .icon {
    float: left;
    margin: 0px 6px 20px 0; }
  #sq2-footer .copy {
    margin: 30px 0 10px;
    font-weight: 300;
    font-size: 10pt;
    line-height: 14pt;
    cursor: default; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #sq2-footer .copy {
        float: none;
        font-size: 9pt;
        margin: 10px 0 0 0;
        text-align: center;
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      #sq2-footer .copy {
        float: none;
        font-size: 9pt;
        margin: 30px 0 0 0;
        text-align: center;
        padding: 0; } }
  #sq2-footer #hs_cos_wrapper_menu_footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #sq2-footer #hs_cos_wrapper_menu_footer ul li {
      float: left;
      width: 33.333%; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        #sq2-footer #hs_cos_wrapper_menu_footer ul li {
          float: left;
          font-size: 11pt;
          width: 50%;
          margin-bottom: 8px; } }
      @media only screen and (max-width: 767px) {
        #sq2-footer #hs_cos_wrapper_menu_footer ul li {
          width: 100%;
          text-align: center; }
          #sq2-footer #hs_cos_wrapper_menu_footer ul li a {
            padding: 6px 0;
            display: block; } }

/*** END FOOTER STYLES ***/
#sq2-main-content .white-block table {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  font-size: 11pt;
  background: #e0ecf4; }
  #sq2-main-content .white-block table tr:nth-child(odd) {
    background: rgba(48, 96, 125, 0.09); }
  #sq2-main-content .white-block table tr:first-child td {
    text-transform: uppercase;
    color: #fff;
    background-color: #C45800;
    font-size: 13pt;
    padding: 6px; }
    #sq2-main-content .white-block table tr:first-child td:nth-child(odd) {
      background: #412A56; }
  #sq2-main-content .white-block table tr td {
    padding: 9px;
    line-height: 19px; }
#sq2-main-content .full-middle {
  /*background-color: $color1;*/ }

.pageid-2856581516 .full-bottom {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  margin: 60px 0; }

.number a {
  color: #fff;
  text-decoration: none; }

/*
 * _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.
 */
#sq2-bg-image {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 3000px;
  overflow: hidden;
  left: 50%;
  margin-left: -1500px;
  text-align: center; }

#sq2-breadcrumbs {
  background: #f7f7f7;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  text-transform: uppercase; }
  #sq2-breadcrumbs ul li a {
    text-decoration: none; }
  #sq2-breadcrumbs ul li span {
    cursor: default; }

/*Specify*/
/*Images cut off - solution*/
#hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block,
#hs_cos_wrapper_widget_2888610573 .content-row .span4.image-block,
#hs_cos_wrapper_widget_2843902606 .content-row .span4.image-block,
#hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block,
#hs_cos_wrapper_widget_2863853699 .content-row .span4.image-block {
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 40%;
  height: 100%; }
  @media only screen and (min-width: 1200px) {
    #hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2888610573 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2843902606 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2863853699 .content-row .span4.image-block {
      position: absolute;
      height: 100%;
      width: 40%; } }
  @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
    #hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2888610573 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2843902606 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2863853699 .content-row .span4.image-block {
      position: absolute;
      height: 100%;
      width: 40%; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2888610573 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2843902606 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2863853699 .content-row .span4.image-block {
      position: absolute;
      width: 55%;
      /*width:auto;*/
      height: 100%;
      right: -55px;
      text-align: right; } }
  @media only screen and (max-width: 767px) {
    #hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2888610573 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2843902606 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block,
    #hs_cos_wrapper_widget_2863853699 .content-row .span4.image-block {
      position: absolute; } }
  #hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block .image-wrapper,
  #hs_cos_wrapper_widget_2888610573 .content-row .span4.image-block .image-wrapper,
  #hs_cos_wrapper_widget_2843902606 .content-row .span4.image-block .image-wrapper,
  #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block .image-wrapper,
  #hs_cos_wrapper_widget_2863853699 .content-row .span4.image-block .image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block .image-wrapper.image-right,
    #hs_cos_wrapper_widget_2888610573 .content-row .span4.image-block .image-wrapper.image-right,
    #hs_cos_wrapper_widget_2843902606 .content-row .span4.image-block .image-wrapper.image-right,
    #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block .image-wrapper.image-right,
    #hs_cos_wrapper_widget_2863853699 .content-row .span4.image-block .image-wrapper.image-right {
      text-align: right; }
    #hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block .image-wrapper img,
    #hs_cos_wrapper_widget_2888610573 .content-row .span4.image-block .image-wrapper img,
    #hs_cos_wrapper_widget_2843902606 .content-row .span4.image-block .image-wrapper img,
    #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block .image-wrapper img,
    #hs_cos_wrapper_widget_2863853699 .content-row .span4.image-block .image-wrapper img {
      /*ORIGINAL E A FUNCIONAR
      width: auto;
      display: inline-block;
      height: auto;*/
      width: auto;
      display: inline-block;
      position: relative;
      height: auto;
      bottom: 0;
      left: 0; }
      @media only screen and (min-width: 1200px) {
        #hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2888610573 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2843902606 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2863853699 .content-row .span4.image-block .image-wrapper img {
          height: auto; } }
      @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
        #hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2888610573 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2843902606 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2863853699 .content-row .span4.image-block .image-wrapper img {
          height: auto; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        #hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2888610573 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2843902606 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block .image-wrapper img,
        #hs_cos_wrapper_widget_2863853699 .content-row .span4.image-block .image-wrapper img {
          height: 100%;
          /*width: 100%;*/
          height: auto;
          display: inline-block;
          bottom: 0;
          left: 0;
          position: absolute; } }
#hs_cos_wrapper_widget_2867448676 .content-row .span6.image-block,
#hs_cos_wrapper_widget_2888610573 .content-row .span6.image-block,
#hs_cos_wrapper_widget_2843902606 .content-row .span6.image-block,
#hs_cos_wrapper_widget_2872815010 .content-row .span6.image-block,
#hs_cos_wrapper_widget_2863853699 .content-row .span6.image-block {
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 0%;
  height: 100%; }

/*More specific - image size*/
@media only screen and (min-width: 1200px) {
  #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block,
  #hs_cos_wrapper_widget_2866368023 .content-row .span4.image-block {
    /*position: relative;*/
    height: 100%; } }
@media only screen and (min-width: 980px) and (max-width: 1200px -1) {
  #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block,
  #hs_cos_wrapper_widget_2866368023 .content-row .span4.image-block {
    /*position: relative;*/ } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block,
  #hs_cos_wrapper_widget_2866368023 .content-row .span4.image-block {
    position: absolute;
    height: 100%;
    right: 0;
    display: table-cell;
    width: 40%; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block .image-wrapper,
  #hs_cos_wrapper_widget_2866368023 .content-row .span4.image-block .image-wrapper {
    position: absolute;
    bottom: 0;
    transform: translate(0, 0%); } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #hs_cos_wrapper_widget_2872815010 .content-row .span4.image-block .image-wrapper img,
  #hs_cos_wrapper_widget_2866368023 .content-row .span4.image-block .image-wrapper img {
    /*height:100%;*/ } }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #hs_cos_wrapper_widget_2866368023 .content-row .span4.image-block {
    position: absolute;
    height: 100%;
    left: 0;
    display: table-cell;
    width: 33%; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #hs_cos_wrapper_widget_2866368023 .content-row .span8 {
    margin-left: 34%; } }

#hs_cos_wrapper_widget_2866898098 .content-row.image-behind-text .image-wrapper {
  top: -50px; }
  @media only screen and (min-width: 1200px) {
    #hs_cos_wrapper_widget_2866898098 .content-row.image-behind-text .image-wrapper {
      top: -100px; } }

/*Correct full width sections*/
#hs_cos_wrapper_widget_2867540233 .content-row .container {
  position: static; }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #hs_cos_wrapper_widget_2867540233 .image-block .image-wrapper > img {
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    top: 0%;
    position: absolute; } }

#hs_cos_wrapper_widget_2843902606 .content-row .container {
  position: static; }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #hs_cos_wrapper_widget_2843902606 .image-block .image-wrapper > img {
    max-width: 400px;
    height: auto;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 50%;
    position: absolute; } }

/*specific module services*/
body #hs_cos_wrapper_widget_2888610573 .content-row .image-block > .image-wrapper > img {
  position: absolute !important;
  bottom: 0 !important; }
  @media only screen and (min-width: 1200px) {
    body #hs_cos_wrapper_widget_2888610573 .content-row .image-block > .image-wrapper > img {
      position: relative !important;
      height: 100% !important; } }
  @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
    body #hs_cos_wrapper_widget_2888610573 .content-row .image-block > .image-wrapper > img {
      position: relative !important; } }

body.pageid-2870011307 .content-row .container {
  position: static; }
body.pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row {
  position: relative; }
  body.pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row .image-block {
    width: 65%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: -1; }
    @media only screen and (min-width: 1200px) {
      body.pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row .image-block {
        width: 100%; } }
    @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
      body.pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row .image-block {
        width: 50%; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      body.pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row .image-block {
        width: 80%;
        opacity: 0.5; } }
    @media only screen and (max-width: 767px) {
      body.pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row .image-block {
        width: 80%;
        opacity: 0.5; } }
    body.pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row .image-block img {
      float: right;
      position: relative; }

/*Pagina microsoft - Microsoft specialties*/
#hs_cos_wrapper_widget_2874994017 .content-row-desc ul > li > ul {
  margin: 5px 0 10px 25px; }

#hs_cos_wrapper_widget_2867448676 .content-row .span4.image-block .image-wrapper img {
  bottom: 0;
  position: absolute; }

/*number of new security - to large image*/
#hs_cos_wrapper_widget_2870802731 .content-row .container .image-block .image-wrapper {
  text-align: center; }
  @media only screen and (min-width: 1200px) {
    #hs_cos_wrapper_widget_2870802731 .content-row .container .image-block .image-wrapper img {
      width: auto;
      height: 100%; } }
  @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
    #hs_cos_wrapper_widget_2870802731 .content-row .container .image-block .image-wrapper img {
      /*width: 100px;*/ } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #hs_cos_wrapper_widget_2870802731 .content-row .container .image-block .image-wrapper img {
      /*width: 220px;*/ } }

/*Learning events*/
body.pageid-2877867758 .content-row .image-wrapper img {
  margin-top: 21px;
  margin-bottom: 21px; }

/*text over image problem*/
@media only screen and (min-width: 1200px) {
  #hs_cos_wrapper_widget_2843902606 .content-row .content-wrapper {
    padding-top: 150px; } }
@media only screen and (min-width: 980px) and (max-width: 1200px -1) {
  #hs_cos_wrapper_widget_2843902606 .content-row .content-wrapper {
    padding-top: 25px; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #hs_cos_wrapper_widget_2843902606 .content-row .content-wrapper {
    padding-top: 25px; } }
@media only screen and (max-width: 767px) {
  #hs_cos_wrapper_widget_2843902606 .content-row .content-wrapper {
    padding-top: 25px; } }

/*DYNTEK GOVERNMENT CONTRACTS*/
#hs_cos_wrapper_widget_2902611959 .contracts-selector-holder span {
  font-size: 15pt;
  display: block;
  margin: 15px 0;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    #hs_cos_wrapper_widget_2902611959 .contracts-selector-holder span {
      text-align: center; } }
#hs_cos_wrapper_widget_2902611959 .contracts-selector-holder form {
  margin: 0 0 15px; }
  #hs_cos_wrapper_widget_2902611959 .contracts-selector-holder form select {
    margin: 0; }

.content-row {
  background-color: #fff;
  color: #363636;
  background-repeat: no-repeat;
  background-position: center top;
  /*background-size: cover;*/
  /*override the Colors and Styles*/ }
  .content-row .container {
    position: relative; }
  .content-row .text-block {
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      .content-row .text-block {
        padding-left: 40px;
        padding-right: 40px; } }
  .content-row .image-caption {
    position: absolute;
    bottom: 51%;
    left: 40%;
    font-weight: bold; }
    @media only screen and (min-width: 1200px) {
      .content-row .image-caption {
        bottom: 20px;
        left: 40%; } }
  .content-row .content-wrapper {
    padding: 20px 0;
    /*Define font size and margins*/ }
    .content-row .content-wrapper .content-row-title h3 {
      margin: 0;
      font-size: 20pt; }
      @media only screen and (max-width: 767px) {
        .content-row .content-wrapper .content-row-title h3 {
          margin: 0 auto;
          font-size: 17pt;
          line-height: 22pt; } }
    .content-row .content-wrapper .content-row-desc {
      font-size: 13pt;
      line-height: 20pt;
      margin-bottom: 20px;
      margin-top: 20px; }
      .content-row .content-wrapper .content-row-desc a {
        text-decoration: none;
        color: #f99d32;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .content-row .content-wrapper .content-row-desc a:hover {
          color: #f18507; }
    .content-row .content-wrapper .content-row-cta a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      float: left;
      background: #4d0723;
      padding: 10px 30px;
      margin-bottom: 10px;
      font-size: 11pt;
      clear: both; }
    .content-row .content-wrapper.card .card-design {
      border: solid 1px rgba(0, 0, 0, 0.09); }
    .content-row .content-wrapper.card .content-row-title {
      background: #3a6f8f; }
      .content-row .content-wrapper.card .content-row-title h3 {
        padding: 10px 20px;
        color: #fff; }
    .content-row .content-wrapper.card .content-row-desc {
      padding: 20px 30px;
      color: #30607d;
      margin: 0; }
      .content-row .content-wrapper.card .content-row-desc ul {
        margin-left: 50px;
        margin-top: 30px; }
        .content-row .content-wrapper.card .content-row-desc ul li {
          line-height: 27px; }
    .content-row .content-wrapper.card .content-row-cta {
      padding: 10px 20px; }
    .content-row .content-wrapper.card.card-transparency .card-design {
      background: rgba(255, 255, 255, 0.9); }
    .content-row .content-wrapper.card.card-opaque .card-design {
      background: #fff; }
  .content-row.margins-image {
    overflow: hidden;
    height: 100%;
    position: relative;
    /*img{
        position: absolute;
        top: 50%;
        @include translate(0%,-50%);  
    }*/ }
    .content-row.margins-image .image-wrapper {
      border-left: solid 40px #fff;
      border-right: solid 40px #fff; }
  .content-row.image-behind-text .image-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
    overflow: visible; }
    .content-row.image-behind-text .image-wrapper img {
      -webkit-transform: translate(0%, 0%);
      -moz-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      -o-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      top: 0; }
      .content-row.image-behind-text .image-wrapper img.image-right {
        right: 0;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .content-row.image-behind-text .image-block {
      opacity: 0.1;
      /* top: 0; */
      position: absolute;
      height: 100%;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 0; }
    .content-row.image-behind-text .text-block {
      width: 100%; } }
  .content-row.image-behind-text-invisible {
    overflow: hidden;
    position: relative; }
    .content-row.image-behind-text-invisible .image-wrapper {
      position: absolute;
      height: 100%;
      width: auto;
      left: 0;
      z-index: 0;
      overflow: hidden; }
      .content-row.image-behind-text-invisible .image-wrapper.image-right {
        right: 0;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        /*position: relative;*/ }
      .content-row.image-behind-text-invisible .image-wrapper img {
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        top: auto;
        width: 100%;
        height: auto;
        bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .content-row.image-behind-text-invisible .image-block {
        /*opacity: 0.1;*/
        /* top: 0; */
        /*position: absolute;
        height: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;*/ }
      .content-row.image-behind-text-invisible .text-block {
        /*width: 100%;*/ } }
  .content-row.image-dropshadow img {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .content-row.dark-blue-block {
    background: #3a6f8f;
    color: #fff; }
    .content-row.dark-blue-block h3 {
      color: #fff; }
  .content-row.light-blue-block {
    background: #9bb3c2;
    color: #fff; }
    .content-row.light-blue-block h3 {
      color: #fff; }
  .content-row.light-grey {
    background: #ededed;
    /*border-bottom: solid 55px $color1;*/
    border-bottom: solid 0px #fff;
    overflow: hidden; }
  .content-row.diagonal-orange {
    color: #fff; }
    .content-row.diagonal-orange h3 {
      color: #fff; }
  .content-row.diagonal-blue {
    /*margin-top: 60px;*/
    position: relative;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
    color: #3a6f8f;
    background-size: initial;
    background-position: center center; }
    .content-row.diagonal-blue h3 {
      color: #3a6f8f; }
    .content-row.diagonal-blue .content-row-desc {
      font-size: 10pt;
      line-height: 20pt; }
  .content-row.blue-separator {
    background: rgba(0, 102, 164, 0.1);
    border-bottom: 10px solid rgba(58, 111, 143, 0.1); }
    .content-row.blue-separator h3 {
      font-size: 32pt;
      text-transform: uppercase; }
    .content-row.blue-separator .content-row-desc {
      margin: 0;
      padding: 0; }
  .content-row.testimonial {
    background: #ededed;
    overflow: hidden; }
    .content-row.testimonial .content-row-desc:after {
      content: '';
      position: absolute;
      background: transparent url("//cdn2.hubspot.net/hubfs/168396/images/01_home/aspas.png") left top no-repeat;
      width: 200px;
      height: 230px;
      left: -50px;
      top: 0;
      z-index: 0; }
  .content-row.transparent {
    background: transparent; }
  .content-row .center-text {
    text-align: center; }
    .content-row .center-text .content-wrapper .content-row-cta a {
      display: inline-block;
      float: none; }

body.pageid-2890531368 .testimonial {
  /*background: $color6;*/
  background: none;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    body.pageid-2890531368 .testimonial .container {
      width: 694px; }
    body.pageid-2890531368 .testimonial .text-block {
      width: 100%; }
    body.pageid-2890531368 .testimonial .span8.offset4.text-block {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    body.pageid-2890531368 .testimonial .text-block {
      width: 100%; }
    body.pageid-2890531368 .testimonial .span8.offset4.text-block {
      margin-left: 0; } }
  body.pageid-2890531368 .testimonial .content-wrapper {
    padding: 60px 0 30px;
    margin-left: 165px;
    margin-right: 0; }
  body.pageid-2890531368 .testimonial .card-design {
    position: relative;
    /*margin-left:150px;*/
    width: 100%; }
    body.pageid-2890531368 .testimonial .card-design:before {
      content: "";
      height: 5px;
      width: 100%;
      background: #30607d;
      display: inline-block;
      position: absolute;
      top: 0; }
  body.pageid-2890531368 .testimonial .content-row-desc {
    border: 1px solid #ddd;
    /* border-top: 5px solid $color4; */
    background: #ecf7fd;
    padding: 35px 40px 15px;
    margin-top: 0;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
    color: #30607d; }
    body.pageid-2890531368 .testimonial .content-row-desc strong {
      display: inline-block;
      width: 100%;
      text-align: right; }
  body.pageid-2890531368 .testimonial .content-row-desc:after {
    content: '';
    position: absolute;
    /* background: transparent url('//cdn2.hubspot.net/hubfs/168396/images/01_home/aspas.png') left top no-repeat; */
    background: transparent url("//cdn2.hubspot.net/hubfs/168396/images/02_about_us/2.1_aboutus_careers/aspas_left.png") left top no-repeat;
    width: 200px;
    height: 230px;
    left: -170px;
    top: -55px;
    z-index: 0; }
body.pageid-2890531368 #hs_cos_wrapper_widget_2893908123 .testimonial {
  /*background: $color6;*/
  background: none;
  overflow: hidden; }
  body.pageid-2890531368 #hs_cos_wrapper_widget_2893908123 .testimonial .content-wrapper {
    padding: 60px 0 30px;
    margin-right: 165px;
    margin-left: 0; }
  body.pageid-2890531368 #hs_cos_wrapper_widget_2893908123 .testimonial .card-design {
    position: relative;
    /*margin-right:150px;*/ }
    body.pageid-2890531368 #hs_cos_wrapper_widget_2893908123 .testimonial .card-design:before {
      content: "";
      height: 5px;
      width: 100%;
      background: #30607d;
      display: inline-block;
      position: absolute;
      top: 0; }
  body.pageid-2890531368 #hs_cos_wrapper_widget_2893908123 .testimonial .content-row-desc {
    border: 1px solid #ddd;
    /* border-top: 5px solid $color4; */
    background: #ecf7fd;
    padding: 45px 60px;
    margin-top: 0;
    color: #30607d; }
  body.pageid-2890531368 #hs_cos_wrapper_widget_2893908123 .testimonial .content-row-desc:after {
    content: '';
    position: absolute;
    /* background: transparent url('//cdn2.hubspot.net/hubfs/168396/images/01_home/aspas.png') left top no-repeat; */
    background: transparent url("//cdn2.hubspot.net/hubfs/168396/images/02_about_us/2.1_aboutus_careers/aspasrigth.png") left top no-repeat;
    width: 200px;
    height: 230px;
    right: -178px;
    top: -55px;
    z-index: 0;
    left: auto;
    /* bottom: -100px; */ }

/*technology-support - tec fails*/
body.pageid-2872784725 .content-row.image-behind-text-invisible {
  position: relative;
  /*new code*/ }
  body.pageid-2872784725 .content-row.image-behind-text-invisible .image-block {
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0; }
    body.pageid-2872784725 .content-row.image-behind-text-invisible .image-block img {
      -webkit-transform: translate(0%, 0%);
      -moz-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      -o-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      top: auto;
      width: auto;
      height: auto;
      position: absolute;
      bottom: 0; }
  @media only screen and (min-width: 1200px) {
    body.pageid-2872784725 .content-row.image-behind-text-invisible .image-block {
      position: absolute;
      height: 100%;
      bottom: 0;
      right: 0; }
      body.pageid-2872784725 .content-row.image-behind-text-invisible .image-block img {
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        top: auto;
        width: auto;
        height: auto;
        position: absolute;
        bottom: 0; } }
  @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
    body.pageid-2872784725 .content-row.image-behind-text-invisible .image-block {
      position: absolute;
      /* display: table; */
      height: 100%;
      bottom: 0;
      right: 0; }
      body.pageid-2872784725 .content-row.image-behind-text-invisible .image-block img {
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        top: auto;
        width: auto;
        height: auto;
        position: absolute;
        bottom: 0; } }

/*industries - hidden block images to visible*/
body.pageid-2860590717 .content-row.image-behind-text-invisible {
  overflow: visible !important; }
  body.pageid-2860590717 .content-row.image-behind-text-invisible .image-wrapper {
    overflow: visible !important; }
    body.pageid-2860590717 .content-row.image-behind-text-invisible .image-wrapper.image-right {
      text-align: right; }
    body.pageid-2860590717 .content-row.image-behind-text-invisible .image-wrapper img {
      height: 100%;
      width: auto; }
body.pageid-2860590717 .image-behind-text .image-right {
  text-align: right; }
body.pageid-2860590717 .image-behind-text img {
  height: 100%;
  width: auto; }

/*cloud-readiness - content-row without padding and margin top */
body.pageid-2876501881 .content-row .content-wrapper {
  padding-top: 0; }
  body.pageid-2876501881 .content-row .content-wrapper .content-row-desc {
    margin-top: 0; }

#hs_cos_wrapper_widget_2867078576 table td {
  vertical-align: top; }

#hs_cos_wrapper_default_blog_subscribe {
  font-weight: bold;
  font-size: 40px;
  margin: 20px 0; }

.full-width-cta {
  background-repeat: no-repeat;
  padding: 20px 0;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 1200px) {
    .full-width-cta {
      background-position: center center; } }
  @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
    .full-width-cta {
      background-position: 55% center; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .full-width-cta {
      background-position: 56% center; } }
  .full-width-cta .hs-cta-wrapper a {
    display: block;
    max-width: 640px;
    min-height: 220px;
    position: relative;
    margin: 35px auto;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background: #3a6f8f; }
    @media only screen and (min-width: 1200px) {
      .full-width-cta .hs-cta-wrapper a {
        max-width: 640px; } }
    @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
      .full-width-cta .hs-cta-wrapper a {
        max-width: 450px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .full-width-cta .hs-cta-wrapper a {
        /*max-width: 450px;*/
        max-width: auto;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .full-width-cta .hs-cta-wrapper a {
        margin: 0 auto; } }
    .full-width-cta .hs-cta-wrapper a.btn-bg-pc {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url("//cdn2.hubspot.net/hubfs/168396/images/_CTA/icon_computador.png"); }
    .full-width-cta .hs-cta-wrapper a.btn-bg-hands {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url("//cdn2.hubspot.net/hubfs/168396/images/cta_books/cta_hands.png"); }
    .full-width-cta .hs-cta-wrapper a.btn-bg-cloud {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url("//cdn2.hubspot.net/hubfs/168396/images/cta_books/cta_cloud.png"); }
    .full-width-cta .hs-cta-wrapper a.btn-bg-cloud3 {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url("//cdn2.hubspot.net/hubfs/168396/images/cta_books/cta_cloud3.png"); }
    .full-width-cta .hs-cta-wrapper a > img {
      position: absolute;
      top: 50%;
      right: -70px;
      transform: translate(0%, -50%); }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .full-width-cta .hs-cta-wrapper a > img {
          right: 0px; } }
      @media only screen and (max-width: 767px) {
        .full-width-cta .hs-cta-wrapper a > img {
          /*top: -60px;*/
          right: 10px;
          /*width: 140px;*/
          width: 45%;
          max-width: 220px; } }
      @media only screen and (max-width: 480px) {
        .full-width-cta .hs-cta-wrapper a > img {
          top: 10px;
          right: 0px;
          width: 30%; } }
    .full-width-cta .hs-cta-wrapper a .cta-content {
      display: block;
      padding: 35px 40px;
      width: 380px;
      cursor: default; }
      @media only screen and (max-width: 767px) {
        .full-width-cta .hs-cta-wrapper a .cta-content {
          /*width: 320px;*/
          max-width: 200px;
          padding-top: 45px; } }
      .full-width-cta .hs-cta-wrapper a .cta-content .cta-subtitle {
        width: auto;
        float: left;
        clear: both;
        display: block;
        font-size: 14pt;
        margin-bottom: 10px;
        font-weight: 300;
        position: relative;
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .full-width-cta .hs-cta-wrapper a .cta-content .cta-subtitle {
            font-size: 12pt; } }
      .full-width-cta .hs-cta-wrapper a .cta-content .cta-title {
        width: auto;
        float: left;
        clear: both;
        display: block;
        font-size: 20pt;
        margin-bottom: 15px;
        font-weight: 400;
        line-height: 22pt;
        position: relative;
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .full-width-cta .hs-cta-wrapper a .cta-content .cta-title {
            font-size: 15pt; } }
      .full-width-cta .hs-cta-wrapper a .cta-content .btn {
        padding: 15px 35px;
        width: auto;
        float: left;
        clear: both;
        display: block;
        font-size: 14pt;
        font-weight: 300;
        position: relative;
        z-index: 1;
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          .full-width-cta .hs-cta-wrapper a .cta-content .btn {
            padding: 13px 35px; } }
        .full-width-cta .hs-cta-wrapper a .cta-content .btn:hover {
          color: #fff !important;
          background: #f18507 !important;
          text-decoration: none; }
  .full-width-cta .align-left a {
    margin: 40px auto 40px 0; }
    @media only screen and (max-width: 767px) {
      .full-width-cta .align-left a {
        margin: 40px auto; } }
  .full-width-cta .align-right a {
    margin: 40px 70px 40px auto; }
    @media only screen and (max-width: 767px) {
      .full-width-cta .align-right a {
        margin: 40px auto; } }

/*Text over image in phone / tablet problem solutoion*/
@media only screen and (max-width: 767px) {
  #cta_button_168396_bd93f76a-5b7a-4b7e-b8c1-840f2c756299 img {
    top: -50px;
    width: 90px; } }

@media only screen and (max-width: 767px) {
  #cta_button_168396_7d325f76-6fee-4af8-babd-de20592a37fb img {
    max-width: 100px; } }

@media only screen and (max-width: 767px) {
  #cta_button_168396_60849985-c1bc-40c3-8a01-56aebeaee69e img {
    max-width: 170px; } }

#hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a,
#hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a {
  width: 500px;
  height: 185px;
  min-height: 185px;
  background-size: 50%; }
  @media only screen and (max-width: 767px) {
    #hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a,
    #hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a {
      width: auto; } }
  #hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a .cta-content,
  #hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a .cta-content {
    width: 100%;
    padding: 20px 30px; }
    #hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a .cta-content .cta-title,
    #hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a .cta-content .cta-title {
      font-size: 14pt;
      /*margin-right: 20%;*/
      /*padding-right: 50px;*/
      padding-right: 20%; }
    @media only screen and (max-width: 979px) {
      #hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a .cta-content .cta-title,
      #hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a .cta-content .cta-title {
        font-size: 11pt;
        padding-right: 0%; } }
    #hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a .cta-content .btn.btn-primary,
    #hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a .cta-content .btn.btn-primary {
      font-size: 12pt;
      padding: 10px 15px; }
  @media only screen and (max-width: 480px) {
    #hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a .cta-content,
    #hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a .cta-content {
      padding: 20px 35px; } }
  #hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a img,
  #hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a img {
    width: 20%; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a img,
      #hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a img {
        right: -60px; } }
    @media only screen and (max-width: 767px) {
      #hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a img,
      #hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a img {
        right: 0; } }
    @media only screen and (min-width: 481px) and (max-width: 767px) {
      #hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a img,
      #hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a img {
        right: 20px;
        width: 20%;
        top: 25%; } }
    @media only screen and (max-width: 480px) {
      #hs-cta-9bd48dbe-3619-443f-98fd-5d2e87c5bbd3 a img,
      #hs-cta-5e810807-c19f-4bff-a19d-75ec5d75508f a img {
        right: 10px;
        width: 30%;
        top: 20%; } }

@media only screen and (max-width: 979px) {
  body #hs_cos_wrapper_widget_2866865946 .hs-cta-wrapper a > img {
    right: 0;
    top: 20%;
    width: 30%; } }

.new-full-width-cta {
  border-bottom: solid 14px #C9DBE7; }
  .new-full-width-cta .container {
    padding: 40px; }
  .new-full-width-cta .hs-cta-wrapper a {
    /*background: #DFECF4;
    display: inline-block;*/
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 100%; }
  .new-full-width-cta .hs-cta-wrapper .cta_button {
    display: inline-block; }
    .new-full-width-cta .hs-cta-wrapper .cta_button.btn-cta.btn-inline .cta-content {
      display: inline-block;
      /*width: 100%;*/ }
      .new-full-width-cta .hs-cta-wrapper .cta_button.btn-cta.btn-inline .cta-content .cta-subtitle {
        display: none; }
      .new-full-width-cta .hs-cta-wrapper .cta_button.btn-cta.btn-inline .cta-content > .btn {
        float: left;
        padding: 8px 25px; }
        .new-full-width-cta .hs-cta-wrapper .cta_button.btn-cta.btn-inline .cta-content > .btn:hover {
          color: #fff; }
      .new-full-width-cta .hs-cta-wrapper .cta_button.btn-cta.btn-inline .cta-content .cta-title {
        float: left;
        /*width: auto;
        float: left;
        clear: both;
        display: block;*/
        color: #295570;
        font-size: 25pt;
        margin-bottom: 0px;
        font-weight: bold;
        line-height: 30px;
        /*line-height: 22pt;
        position: relative;*/
        text-decoration: none;
        /*z-index: 1;*/ }
        @media only screen and (max-width: 767px) {
          .new-full-width-cta .hs-cta-wrapper .cta_button.btn-cta.btn-inline .cta-content .cta-title {
            font-size: 15pt; } }
      .new-full-width-cta .hs-cta-wrapper .cta_button.btn-cta.btn-inline .cta-content span {
        /*float: none;
        display: inline-block;*/ }
    .new-full-width-cta .hs-cta-wrapper .cta_button.btn-cta.btn-inline .btn.btn-primary {
      background: #4D0723;
      margin: 0px 0px 0px 20px; }

@media only screen and (max-width: 767px) {
  #hs_cos_wrapper_widget_2866865946 .hs-cta-wrapper a img {
    right: 200px; } }

.latest-posts {
  color: #33617d;
  background: #fff; }
  .latest-posts .latest-posts-wrapper {
    padding: 30px; }
    .latest-posts .latest-posts-wrapper h2 {
      font-size: 25pt;
      font-weight: bold;
      text-align: center;
      margin: 25px 0px; }
    .latest-posts .latest-posts-wrapper .item-wrapper {
      padding: 10px;
      color: inherit;
      font-size: 15px;
      line-height: 20pt; }
      .latest-posts .latest-posts-wrapper .item-wrapper .item-image img {
        width: 209px; }
      .latest-posts .latest-posts-wrapper .item-wrapper .item-title {
        font-size: 16pt;
        font-weight: 700; }
      .latest-posts .latest-posts-wrapper .item-wrapper .item-description {
        line-height: 14pt; }
      .latest-posts .latest-posts-wrapper .item-wrapper .item-link {
        margin-top: 20px; }
        .latest-posts .latest-posts-wrapper .item-wrapper .item-link .btn.more-link {
          color: #fff;
          padding: 6pt 15pt;
          background: #33617d;
          text-transform: uppercase; }

.hero-section {
  /*padding: 20px 0 15px;*/
  padding: 35px 0;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 18pt;
  line-height: 20pt; }
  .hero-section h1 {
    cursor: default;
    /*font-size: 19pt;*/
    font-size: 30pt;
    line-height: 24pt;
    max-width: 930px;
    margin: 14px auto; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .hero-section h1 {
        font-size: 20pt; } }
    @media only screen and (max-width: 767px) {
      .hero-section h1 {
        font-size: 18pt;
        margin: 0 70px 20px;
        line-height: 20pt; } }
  .hero-section h2 {
    cursor: default; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .hero-section h2 {
        font-size: 16pt; } }
    @media only screen and (max-width: 767px) {
      .hero-section h2 {
        font-size: 14pt;
        margin: 0 12px;
        line-height: 20pt; } }
  .hero-section p {
    color: #363636;
    font-size: 13pt; }
  .hero-section button {
    border: 0;
    background: transparent; }
  .hero-section img {
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .hero-section img {
        width: 70px; } }
    @media only screen and (max-width: 767px) {
      .hero-section img {
        width: 50px; } }
  .hero-section #myModal {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    border: 0;
    outline: 0; }
    .hero-section #myModal .modal-header {
      background: transparent;
      border: 0; }
      .hero-section #myModal .modal-header h3 {
        color: #fff;
        font-size: 12pt;
        font-weight: 300;
        letter-spacing: 0.5px; }
      .hero-section #myModal .modal-header button.close {
        position: absolute;
        font-weight: bold;
        font-size: 36px;
        color: #fff;
        opacity: 1;
        right: 60px;
        top: 20px; }
        .hero-section #myModal .modal-header button.close::focus, .hero-section #myModal .modal-header button.close::-moz-focus-inner, .hero-section #myModal .modal-header button.close::-webkit-focus-inner, .hero-section #myModal .modal-header button.close:focus, .hero-section #myModal .modal-header button.close::active {
          border: 0 !important;
          outline: none !important; }
      .hero-section #myModal .modal-header button.close-all {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .hero-section #myModal .modal-header button.close-all::focus, .hero-section #myModal .modal-header button.close-all::-moz-focus-inner, .hero-section #myModal .modal-header button.close-all::-webkit-focus-inner, .hero-section #myModal .modal-header button.close-all:focus, .hero-section #myModal .modal-header button.close-all::active {
          border: 0 !important;
          outline: none !important; }
    .hero-section #myModal .modal-body {
      padding: 0;
      background: transparent;
      overflow: hidden;
      z-index: 1;
      position: relative;
      height: 90%; }
      .hero-section #myModal .modal-body iframe {
        width: 90% !important;
        height: 90% !important;
        max-width: 1200px !important;
        max-height: 800px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .hero-section #myModal .modal-body iframe {
            max-width: 700px !important;
            max-height: 500px !important; } }
        @media only screen and (max-width: 767px) {
          .hero-section #myModal .modal-body iframe {
            max-width: 700px !important;
            max-height: 500px !important; } }
  .hero-section.hero-full-color {
    background: rgba(0, 102, 164, 0.1); }
  .hero-section.hero-square-color .square {
    width: 65%;
    margin: 0 auto 0px;
    padding: 20px 40px;
    background: rgba(224, 236, 244, 0.65); }

/*specify*/
body.pageid-2849409617 #sq2-main-content .hero-section .square h2 {
  max-width: 85%;
  margin: 0 auto; }

.pageid-2890531368 .square p {
  color: #295570; }

/**/
.multi-card {
  float: left; }
  .multi-card.card-size50 {
    width: 50%;
    /*width:100%;*/ }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .multi-card.card-size50 {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .multi-card.card-size50 {
        width: 80%;
        margin: 0 auto;
        float: none; } }
  .multi-card.card-size33 {
    width: 33.333%; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .multi-card.card-size33 {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .multi-card.card-size33 {
        width: 80%;
        margin: 0 auto;
        float: none; } }
  .multi-card .card-wrapper {
    position: relative;
    padding: 0 30px 20px;
    margin: 20px 15px;
    background-color: #f7f7f7;
    border: solid 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    cursor: default; }
    .multi-card .card-wrapper .card-image {
      margin: 20px 0;
      text-align: center; }
    .multi-card .card-wrapper .card-title h3 {
      text-align: center;
      font-weight: 700;
      text-transform: uppercase; }
    .multi-card .card-wrapper .card-subtitle h4 {
      margin-top: 20px;
      text-align: center; }
    .multi-card .card-wrapper .card-desc {
      margin-top: 20px;
      color: #30607d;
      font-size: 13pt;
      line-height: 19pt; }
    .multi-card .card-wrapper .card-cta {
      margin-top: 20px;
      margin-bottom: 0;
      text-align: center; }
      .multi-card .card-wrapper .card-cta a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        float: none;
        width: 100%;
        background: #4d0723;
        padding: 10px 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        font-size: 11pt;
        clear: both; }
    .multi-card .card-wrapper .tilte-card-section {
      margin: -11px -31px;
      background-color: #3a6f8f; }
      .multi-card .card-wrapper .tilte-card-section h3 {
        font-weight: 300;
        color: #fff;
        font-size: 16pt;
        padding: 10px 0; }
    .multi-card .card-wrapper .by-side-content .card-desc {
      font-size: 12pt;
      line-height: 24px;
      padding-right: 30px; }
    .multi-card .card-wrapper .by-side-content .card-image img {
      position: absolute;
      right: -1px;
      bottom: -1px; }
  .multi-card.blue-border .card-wrapper {
    border: solid 2px #295570;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .multi-card.blue-border .card-wrapper .top-card-section {
      position: relative; }
      .multi-card.blue-border .card-wrapper .top-card-section .span8 {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -khtml-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%); }
    .multi-card.blue-border .card-wrapper .card-desc {
      color: #363636;
      line-height: 13pt;
      font-size: 11pt; }
    .multi-card.blue-border .card-wrapper .card-subtitle h4 {
      text-align: left;
      color: #30607d;
      font-size: 12pt;
      margin-bottom: 0; }
  .multi-card.card-img-left .top-card-section .card-text-wrapper {
    float: left;
    padding: 10px 0 0 40px;
    text-align: left; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .multi-card.card-img-left .top-card-section .card-text-wrapper {
        padding: 10px 0 10px; } }
    @media only screen and (max-width: 767px) {
      .multi-card.card-img-left .top-card-section .card-text-wrapper {
        padding: 10px 0; } }
    .multi-card.card-img-left .top-card-section .card-text-wrapper .card-title h3 {
      text-align: left;
      font-size: 19pt;
      line-height: 21pt;
      margin: 0 0 6px; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .multi-card.card-img-left .top-card-section .card-text-wrapper .card-title h3 {
          font-size: 12pt;
          line-height: 14pt; } }
      @media only screen and (max-width: 767px) {
        .multi-card.card-img-left .top-card-section .card-text-wrapper .card-title h3 {
          text-align: center;
          width: 75%;
          margin: 0 auto; } }
    .multi-card.card-img-left .top-card-section .card-text-wrapper .card-subtitle h4 {
      text-align: left;
      margin: 0; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .multi-card.card-img-left .top-card-section .card-text-wrapper .card-subtitle h4 {
          font-size: 9pt;
          line-height: normal; } }
      @media only screen and (max-width: 767px) {
        .multi-card.card-img-left .top-card-section .card-text-wrapper .card-subtitle h4 {
          font-size: 9pt;
          line-height: normal;
          text-align: center; } }
  .multi-card.card-img-left .card-image {
    /*padding: 15px;*/
    margin: 0;
    /*background:$color6;*/
    float: none;
    margin: 0 -30px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .multi-card.card-img-left .card-image {
        float: none;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .multi-card.card-img-left .card-image {
        float: none;
        margin: 25px 0 0; } }
    .multi-card.card-img-left .card-image img {
      box-shadow: 7px 8px 1px #E0E0E0; }
  .multi-card.none.card-img-center h3, .multi-card.none.card-img-center h4 {
    text-align: center;
    font-size: 16pt;
    line-height: 19pt; }

/*Pin style*/
body.pageid-2870011307 #hs_cos_wrapper_flexi-container2,
body.pageid-2890927041 .content-middle .hs_cos_wrapper.hs_cos_wrapper_widget_container {
   /* -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 2;
    column-gap: 15px;
    display: inherit;
    width: 100%;
    column-fill: auto;

  @media only screen and (min-width: 1200px){
  	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  @media only screen and (min-width: 980px) and (max-width: 1200px -1){
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  @media only screen and (min-width: 768px) and (max-width: 979px){
     -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  @media only screen and (max-width: 767px){
     -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
	
  .card-size50 {
  	width: 100%;
  }
  */ }
  body.pageid-2870011307 #hs_cos_wrapper_flexi-container2 .hs_cos_wrapper,
  body.pageid-2890927041 .content-middle .hs_cos_wrapper.hs_cos_wrapper_widget_container .hs_cos_wrapper {
    width: 100%;
    margin: 0 2px 15px;
    padding: 0;
    padding-bottom: 0;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease; }
  @media only screen and (max-width: 767px) {
    body.pageid-2870011307 #hs_cos_wrapper_flexi-container2 .top-card-section .span8,
    body.pageid-2890927041 .content-middle .hs_cos_wrapper.hs_cos_wrapper_widget_container .top-card-section .span8 {
      position: relative;
      width: 100%;
      top: auto;
      -webkit-transform: translate(0%, 0%);
      -moz-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      -o-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      height: auto;
      margin-top: 10px; }
      body.pageid-2870011307 #hs_cos_wrapper_flexi-container2 .top-card-section .span8 .card-text-wrapper,
      body.pageid-2890927041 .content-middle .hs_cos_wrapper.hs_cos_wrapper_widget_container .top-card-section .span8 .card-text-wrapper {
        float: none; }
        body.pageid-2870011307 #hs_cos_wrapper_flexi-container2 .top-card-section .span8 .card-text-wrapper h3,
        body.pageid-2890927041 .content-middle .hs_cos_wrapper.hs_cos_wrapper_widget_container .top-card-section .span8 .card-text-wrapper h3 {
          width: 100%; } }

/*Customer stories - image style*/
body.pageid-2880050533 .multi-card.card-img-left .top-card-section > .span4 {
  display: table;
  position: relative;
  left: -30px;
  height: 150px;
  width: 40%; }
body.pageid-2880050533 .multi-card.card-img-left .top-card-section > .span8 {
  width: 55%; }
body.pageid-2880050533 .multi-card.card-img-left .card-text-wrapper {
  padding-left: 0; }
body.pageid-2880050533 .multi-card.card-img-left .card-image {
  display: table-cell;
  width: 100%;
  background: #e5e5e5;
  position: relative;
  vertical-align: middle;
  float: none;
  text-align: center; }
  body.pageid-2880050533 .multi-card.card-img-left .card-image img {
    box-shadow: none;
    -ms-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }

/**/
#sq2-submenu {
  background: #295570; }
  #sq2-submenu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #sq2-submenu ul li {
      float: left; }
      #sq2-submenu ul li a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        color: #fff;
        text-align: center;
        font-size: 14pt;
        line-height: 22pt; }
        #sq2-submenu ul li a:hover {
          background: #3a6f8f; }
      #sq2-submenu ul li.active {
        background: #3a6f8f; }

.featured-events {
  padding: 30px 0px 30px 30px;
  text-align: center;
  background-color: #F99C32; }
  @media only screen and (max-width: 767px) {
    .featured-events {
      padding: 30px; } }
  .featured-events h2 {
    color: #fff;
    cursor: default;
    font-size: 26pt;
    margin-bottom: 30px;
    font-weight: 700; }
  .featured-events .event-item-wrapper {
    float: left;
    width: 33.333333%; }
    @media only screen and (max-width: 767px) {
      .featured-events .event-item-wrapper {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .featured-events .event-item-wrapper {
        width: 100%; } }
    .featured-events .event-item-wrapper .event-item {
      margin: 0 20px;
      padding: 20px;
      -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
      box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
      /*border:1px #ccc solid;*/
      margin-bottom: 10px; }
      .featured-events .event-item-wrapper .event-item .detail-event {
        border: 1px #ccc solid; }
        .featured-events .event-item-wrapper .event-item .detail-event .item-title {
          padding: 15px 10px;
          text-align: center;
          background-color: #EBEBEB;
          color: #295570;
          font-size: 16px; }
        .featured-events .event-item-wrapper .event-item .detail-event .item-date {
          text-align: center;
          background-color: #FFFFFF; }
          .featured-events .event-item-wrapper .event-item .detail-event .item-date .datewrapper {
            padding: 25px;
            color: #295570;
            font-size: 15pt;
            line-height: 20px;
            min-height: 40px;
            font-size: 14px;
            text-align: left; }
            @media only screen and (min-width: 768px) and (max-width: 979px) {
              .featured-events .event-item-wrapper .event-item .detail-event .item-date .datewrapper {
                height: auto; } }
            @media only screen and (max-width: 767px) {
              .featured-events .event-item-wrapper .event-item .detail-event .item-date .datewrapper {
                height: auto;
                padding-top: 10px; } }
        .featured-events .event-item-wrapper .event-item .detail-event .item-link {
          text-align: center;
          background-color: #31607C; }
          .featured-events .event-item-wrapper .event-item .detail-event .item-link a {
            color: #fff;
            text-decoration: none;
            font-size: 12pt;
            padding: 20px 0;
            display: block; }
            @media only screen and (max-width: 767px) {
              .featured-events .event-item-wrapper .event-item .detail-event .item-link a {
                padding-top: 10px 0; } }

.featured-careers {
  background: url("//cdn2.hubspot.net/hubfs/168396/images/02_about_us/2.1_aboutus_careers/currentopening.jpg") no-repeat center top transparent;
  background-size: cover;
  padding-bottom: 40px; }
  .featured-careers h2 {
    color: #30607d;
    cursor: default;
    font-size: 28pt;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    padding: 30px 0;
    margin-top: 30px; }
  .featured-careers .career-item-wrapper .career-item {
    margin: 0 0 40px;
    background: rgba(255, 255, 255, 0.75);
    border: solid 1px rgba(0, 0, 0, 0.09); }
    @media only screen and (max-width: 767px) {
      .featured-careers .career-item-wrapper .career-item {
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    .featured-careers .career-item-wrapper .career-item .event-depart {
      color: #fff;
      background: #3a6f8f;
      position: relative;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .featured-careers .career-item-wrapper .career-item .event-depart {
          height: 50px !important; } }
      .featured-careers .career-item-wrapper .career-item .event-depart span {
        cursor: default;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-left: -50%;
        margin-top: -10px;
        font-size: 13pt; }
    .featured-careers .career-item-wrapper .career-item .event-content-detail {
      color: #30607d; }
      .featured-careers .career-item-wrapper .career-item .event-content-detail .item-title h2 {
        text-align: left;
        font-weight: 400;
        margin: 0;
        font-size: 24pt; }
        @media only screen and (max-width: 767px) {
          .featured-careers .career-item-wrapper .career-item .event-content-detail .item-title h2 {
            text-align: center; } }
      .featured-careers .career-item-wrapper .career-item .event-content-detail .item-summary {
        color: #3a6f8f;
        font-size: 13pt;
        line-height: 20pt;
        width: 90%;
        cursor: default; }
        @media only screen and (max-width: 767px) {
          .featured-careers .career-item-wrapper .career-item .event-content-detail .item-summary {
            text-align: center;
            padding: 0 40px;
            width: auto; } }
      .featured-careers .career-item-wrapper .career-item .event-content-detail .item-infos {
        font-size: 14pt;
        margin-top: 15px;
        margin-bottom: 30px;
        font-weight: 700;
        cursor: default; }
        @media only screen and (max-width: 767px) {
          .featured-careers .career-item-wrapper .career-item .event-content-detail .item-infos {
            text-align: center; } }
        .featured-careers .career-item-wrapper .career-item .event-content-detail .item-infos span {
          border-right: solid 2px #3a6f8f;
          margin-right: 6px;
          padding-right: 6px;
          cursor: default; }
          @media only screen and (max-width: 767px) {
            .featured-careers .career-item-wrapper .career-item .event-content-detail .item-infos span {
              border-right: 0;
              margin-right: 0;
              padding-right: 0;
              display: block;
              margin-bottom: 7px; } }
          .featured-careers .career-item-wrapper .career-item .event-content-detail .item-infos span.location {
            border: 0;
            margin-right: 0;
            padding-right: 0; }
    .featured-careers .career-item-wrapper .career-item a.more-link {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      width: 200px;
      background: #4d0723;
      padding: 10px 0px;
      margin-right: 30px;
      margin-bottom: 10px;
      font-size: 12pt;
      float: right;
      clear: both;
      margin-top: -12px;
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .featured-careers .career-item-wrapper .career-item a.more-link {
          float: none;
          margin-top: 10px;
          width: 97%; } }
      @media only screen and (max-width: 767px) {
        .featured-careers .career-item-wrapper .career-item a.more-link {
          float: none;
          margin-top: 20px;
          width: auto;
          padding: 15px 60px;
          margin-bottom: 20px;
          margin-right: auto;
          margin-left: auto;
          clear: both; } }
  .featured-careers .btn-listing-careers {
    color: #fff;
    width: 300px;
    font-weight: bold;
    background: #4d0723;
    padding: 10px 15px;
    /*margin-right: 30px;
    margin-bottom: 10px;*/
    font-size: 14pt;
    /*float: right;
    clear: both;
    margin-top: -12px;
    margin-bottom: 30px;*/
    margin: 0 auto;
    text-align: center;
    vertical-align: middle; }
    .featured-careers .btn-listing-careers a {
      color: inherit;
      text-decoration: none;
      text-transform: uppercase; }

/* ================ The Timeline ================ */
.timeline {
  position: relative;
  width: 740px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 1em 0;
  list-style-type: none; }
  @media only screen and (max-width: 767px) {
    .timeline {
      width: 100%;
      padding: 0; } }

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #868686;
  /*background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);*/
  z-index: 5; }
  @media only screen and (max-width: 767px) {
    .timeline:before {
      display: none; } }

.timeline li {
  padding: 1em 0;
  margin: -50px 0; }
  @media only screen and (max-width: 767px) {
    .timeline li {
      text-align: center; } }

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .timeline li:after {
      display: none; } }

.direction-l {
  position: relative;
  width: 340px;
  float: left;
  border: 1px solid #3a6f8f;
  text-align: right;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .direction-l {
      float: none;
      margin-bottom: 35px;
      width: 90%;
      display: inline-block; } }

.direction-r {
  position: relative;
  width: 340px;
  float: right;
  border: 1px solid #3a6f8f;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .direction-r {
      float: none;
      margin-bottom: 35px;
      width: 90%;
      display: inline-block; } }

.flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center; }

.flag {
  position: relative;
  display: inline;
  background: #f8f8f8;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left; }

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15); }

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15); }

/*.direction-l .flag:before,
.direction-r .flag:before*/
.direction-l:before,
.direction-r:before {
  position: absolute;
  top: 50%;
  right: -45px;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -16px;
  background: #fff;
  border-radius: 50%;
  border: 6px solid #868686;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .direction-l:before,
    .direction-r:before {
      display: none; } }

/*.direction-r .flag:before*/
.direction-r:before {
  left: -45px; }
  @media only screen and (max-width: 767px) {
    .direction-r:before {
      display: none; } }

/*.direction-l .flag:after*/
.direction-l:after {
  position: absolute;
  top: 50%;
  right: -36px;
  content: ' ';
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 0;
  background: #000;
  border-radius: 50%;
  border: none;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .direction-l:after {
      display: none; } }

/*.direction-r .flag:after*/
.direction-r:after {
  position: absolute;
  top: 50%;
  left: -36px;
  content: ' ';
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 0;
  background: #000;
  border-radius: 50%;
  border: none;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .direction-r:after {
      display: none; } }

/*====================  Connect right ==================*/
.connect-r:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: 0px;
  pointer-events: none;
  height: 5px;
  background: #868686;
  width: 23px;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%); }
  @media only screen and (max-width: 767px) {
    .connect-r:before {
      display: none; } }

.connect-l:before {
  content: "";
  position: absolute;
  /*right: 100%;*/
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: 0px;
  pointer-events: none;
  height: 5px;
  background: #868686;
  width: 23px;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%); }
  @media only screen and (max-width: 767px) {
    .connect-l:before {
      display: none; } }

/*==============  Inside information  ======================*/
.content-timeline {
  padding: 20px 20px;
  text-align: left;
  color: #285775;
  font-size: 14pt;
  line-height: 26px; }
  @media only screen and (max-width: 767px) {
    .content-timeline {
      width: auto; } }

.content-timeline .time {
  font-weight: bold; }

.content-timeline .title {
  text-align: left; }

/*===================  Bullet collors  =====================*/
.bullet-color.blue:after {
  background: #54b4dc; }

.bullet-color.pink:after {
  background: #da53b9; }

.bullet-color.green:after {
  background: #56dc5f; }

.bullet-color.yellow:after {
  background: #ddb754; }

.bullet-color.orange:after {
  background: #e07d54; }

.bullet-color.red:after {
  background: #dd565a; }

/* ================ Timeline Media Queries ================ */
/*
 * _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.
 */
#home-page {
  /*HEADER OVERRIDE*/ }
  #home-page .hero-home-section h3 {
    font-size: 42pt;
    line-height: 44pt;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      #home-page .hero-home-section h3 {
        font-size: 34pt;
        line-height: 32pt; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #home-page .hero-home-section h3 {
        font-size: 30pt;
        line-height: 33pt; } }
    #home-page .hero-home-section h3 b {
      background: #3a6f8f;
      color: #fff;
      line-height: 60pt;
      padding: 0 10px 0 20px; }
      #home-page .hero-home-section h3 b:before {
        content: " "; }
  #home-page .hero-home-section .content-row-desc {
    font-size: 23pt;
    color: #3a6f8f;
    line-height: 24pt; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #home-page .hero-home-section .content-row-desc {
        font-size: 19pt;
        line-height: 21pt; } }
  #home-page .hero-home-section .content-row-cta a {
    padding: 20px 30px;
    font-size: 16pt; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #home-page .hero-home-section .content-row-cta a {
        font-size: 11pt; } }
    @media only screen and (max-width: 767px) {
      #home-page .hero-home-section .content-row-cta a {
        margin-left: auto;
        margin-right: auto;
        font-size: 11pt;
        float: none;
        width: 60%; } }
  #home-page .cards-section {
    background: #91abbb;
    padding: 30px 0; }
    #home-page .cards-section .content-row .content-wrapper .content-row-title h3 {
      font-size: 23pt; }
  #home-page .content-row.light-grey {
    margin: 0;
    border: 0; }
  #home-page .testimonial {
    margin: 0;
    border: 0; }
  #home-page .content-row.diagonal-blue .content-row-cta a {
    background: #f99d32; }
  #home-page #hs_cos_wrapper_widget_2900268215 .content-row {
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #home-page #hs_cos_wrapper_widget_2900268215 .content-row .content-wrapper {
        /*padding:40px;*/
        padding: 40px 0;
        text-align: left;
        /*text-align: center;*/ } }
    #home-page #hs_cos_wrapper_widget_2900268215 .content-row .content-wrapper .content-row-desc {
      margin-top: 15px;
      margin-bottom: 15px; }
      #home-page #hs_cos_wrapper_widget_2900268215 .content-row .content-wrapper .content-row-desc p {
        margin: 0; }
      #home-page #hs_cos_wrapper_widget_2900268215 .content-row .content-wrapper .content-row-desc a {
        color: #295570;
        font-weight: 700; }
    #home-page #hs_cos_wrapper_widget_2900268215 .content-row .image-wrapper img {
      width: 380px;
      height: auto;
      position: absolute; }
      @media only screen and (min-width: 1200px) {
        #home-page #hs_cos_wrapper_widget_2900268215 .content-row .image-wrapper img {
          width: auto;
          position: relative; } }
  #home-page #hs_cos_wrapper_widget_2892501343 img {
    /*width: 125px;*/ }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #home-page #hs_cos_wrapper_widget_2892501343 img {
        max-width: 90px; } }
    @media only screen and (max-width: 767px) {
      #home-page #hs_cos_wrapper_widget_2892501343 img {
        max-width: 70px; } }
  #home-page .cards-section .multi-card.card-size50 {
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      #home-page .cards-section .multi-card.card-size50 {
        width: 50%; } }

#blog .featured-careers {
  background: none; }
#blog #sq2-main-content #blog-content {
  margin-top: 60px;
  font-size: 16pt;
  line-height: 22pt;
  color: #30607d; }
  #blog #sq2-main-content #blog-content .post-item {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      #blog #sq2-main-content #blog-content .post-item {
        width: 75%;
        margin-left: auto;
        margin-right: auto; } }
    #blog #sq2-main-content #blog-content .post-item .post-image {
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        #blog #sq2-main-content #blog-content .post-item .post-image img {
          max-height: 220px; } }
    #blog #sq2-main-content #blog-content .post-item .post-body {
      margin-bottom: 20px;
      width: 95%; }
      @media only screen and (max-width: 767px) {
        #blog #sq2-main-content #blog-content .post-item .post-body {
          font-size: 13pt; } }
      #blog #sq2-main-content #blog-content .post-item .post-body h2 {
        margin-top: 0; }
        #blog #sq2-main-content #blog-content .post-item .post-body h2 a {
          -webkit-transition: background 0.3s ease-in-out 0s;
          -moz-transition: background 0.3s ease-in-out 0s;
          -o-transition: background 0.3s ease-in-out 0s;
          transition: background 0.3s ease-in-out 0s;
          font-size: 24pt;
          text-decoration: none;
          color: #295570;
          font-weight: 700;
          line-height: 29pt;
          /*&:hover{
          	color: $color1;
          	background:$color4;
          }*/ }
          @media only screen and (max-width: 767px) {
            #blog #sq2-main-content #blog-content .post-item .post-body h2 a {
              line-height: 10px;
              font-size: 18pt; } }
      #blog #sq2-main-content #blog-content .post-item .post-body a.btn.more-link {
        color: #295570;
        text-decoration: none;
        margin: 0;
        padding: 0;
        font-size: 15pt;
        font-weight: 700; }
#blog #sq2-main-content .blog-post-wrapper {
  margin-bottom: 40px;
  line-height: 22pt; }
  #blog #sq2-main-content .blog-post-wrapper ul li {
    margin: 0;
    line-height: 22pt; }
  #blog #sq2-main-content .blog-post-wrapper .btn.more-link {
    /*color: #295570;
    text-decoration: none;
    margin: 10px 0;
    padding: 0;
    font-size: 15pt;
    font-weight: 700;*/
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    background: #4d0723;
    padding: 10px 15px;
    /* margin-right: 30px; */
    /* margin-bottom: 10px; */
    font-size: 12pt;
    float: none;
    clear: both;
    /* margin-top: 10px; */
    /* margin-bottom: 30px; */
    margin: 15px auto 30px; }
  #blog #sq2-main-content .blog-post-wrapper .hs-cta-wrapper {
    margin-top: 40px;
    clear: both;
    width: 100%;
    /*height: 200px;*/
    display: block;
    position: relative;
    background-color: #f7f7f7;
    border: solid 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    max-width: 420px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      #blog #sq2-main-content .blog-post-wrapper .hs-cta-wrapper {
        width: 60%;
        margin-left: auto;
        margin-right: auto; } }
    #blog #sq2-main-content .blog-post-wrapper .hs-cta-wrapper a .cta-content {
      width: 60%;
      padding: 20px;
      display: block;
      clear: both; }
      #blog #sq2-main-content .blog-post-wrapper .hs-cta-wrapper a .cta-content .cta-title {
        text-decoration: none;
        color: #3a6f8f;
        font-size: 20pt;
        width: auto;
        float: left;
        clear: both;
        display: block;
        font-size: 14pt;
        margin-bottom: 12px;
        font-weight: 700;
        line-height: 17pt; }
      #blog #sq2-main-content .blog-post-wrapper .hs-cta-wrapper a .cta-content .cta-subtitle {
        color: #3a6f8f;
        width: auto;
        float: left;
        clear: both;
        display: block;
        font-size: 14pt;
        margin-bottom: 10px;
        font-weight: 300; }
      #blog #sq2-main-content .blog-post-wrapper .hs-cta-wrapper a .cta-content .btn.btn-primary {
        background: #4d0723;
        border: 0;
        width: 90%;
        display: block;
        clear: both;
        padding: 9px;
        text-decoration: none;
        color: #fff; }
    #blog #sq2-main-content .blog-post-wrapper .hs-cta-wrapper a > img {
      width: 120px;
      position: absolute;
      z-index: 2;
      right: -23px;
      top: -23px; }

#blog-sidebar {
  margin-bottom: 20px; }
  #blog-sidebar h3 {
    font-size: 12pt;
    background: #30607d;
    color: #fff;
    line-height: 12pt;
    margin: 0 0 -1px;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center; }
  #blog-sidebar .hs-cta-wrapper {
    margin-top: 40px;
    clear: both;
    width: 100%;
    /*height: 200px;*/
    display: block;
    position: relative;
    background-color: #f7f7f7;
    border: solid 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    max-width: 420px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      #blog-sidebar .hs-cta-wrapper {
        width: 60%;
        margin-left: auto;
        margin-right: auto; } }
    #blog-sidebar .hs-cta-wrapper a {
      text-decoration: none; }
      #blog-sidebar .hs-cta-wrapper a .cta-content {
        width: 60%;
        padding: 20px;
        display: block;
        clear: both; }
        #blog-sidebar .hs-cta-wrapper a .cta-content .cta-title {
          text-decoration: none;
          color: #3a6f8f;
          font-size: 20pt;
          width: auto;
          float: left;
          clear: both;
          display: block;
          font-size: 14pt;
          margin-bottom: 12px;
          font-weight: 700;
          line-height: 17pt; }
        #blog-sidebar .hs-cta-wrapper a .cta-content .cta-subtitle {
          color: #3a6f8f;
          width: auto;
          float: left;
          clear: both;
          display: block;
          font-size: 14pt;
          margin-bottom: 10px;
          font-weight: 300; }
        #blog-sidebar .hs-cta-wrapper a .cta-content .btn.btn-primary {
          background: #4d0723;
          border: 0;
          display: block;
          clear: both;
          padding: 9px;
          width: 90%;
          text-decoration: none;
          color: #fff; }
      #blog-sidebar .hs-cta-wrapper a > img {
        width: 120px;
        position: absolute;
        z-index: 2;
        right: -23px;
        top: -23px; }

.pageid-2892570973 .full-middle .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_section_header .page-header.section-header {
  border: 0;
  color: #295570;
  font-size: 20px;
  font-weight: bold; }
.pageid-2892570973 .full-middle .hs_cos_wrapper.hs_cos_wrapper_widget_container.hs_cos_wrapper_type_widget_container {
  display: block;
  width: 1170px;
  position: relative;
  margin: 0 auto;
  /* clear: both; */
  min-height: 42em; }
.pageid-2892570973 .full-middle .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
  color: #295570;
  float: left;
  width: calc(100% - 300px);
  /*margin: 0 auto;*/ }
  .pageid-2892570973 .full-middle .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text img {
    border: solid 1px #ccc;
    margin: 0px 30px 30px 30px; }
.pageid-2892570973 .full-middle .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
  position: absolute;
  /* float: right; */
  float: left;
  right: 0;
  top: 0; }
  .pageid-2892570973 .full-middle .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form .hs_cos_wrapper.form-title {
    border-top: solid 15px #295570;
    margin: 0; }

.pageid-2876501881 .page-header .secondary-header {
  font-size: 14pt; }
.pageid-2876501881 .hs_cos_wrapper_type_rich_text p {
  line-height: 27px;
  font-size: 14pt; }
.pageid-2876501881 .hs_cos_wrapper_type_rich_text ul {
  margin: 15px 0 15px 30px; }
  .pageid-2876501881 .hs_cos_wrapper_type_rich_text ul li {
    font-size: 14pt;
    margin: 0 0 10px; }

.pageid-2856581516 #sq2-main-content form {
  width: 520px;
  margin: 0 auto 40px;
  padding-top: 30px; }
  @media only screen and (max-width: 767px) {
    .pageid-2856581516 #sq2-main-content form {
      width: 80%; } }
  .pageid-2856581516 #sq2-main-content form:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
    background-color: #30607d;
    left: 0; }

@media only screen and (max-width: 767px) {
  #event #sq2-main-content #event-content {
    width: 80%;
    margin: 0 auto; } }
#event #sq2-main-content #event-content #event-listing {
  text-align: center; }
  #event #sq2-main-content #event-content #event-listing .post-listing {
    display: inline;
    width: auto;
    margin: 0 auto; }
#event #sq2-main-content #event-content .post-item {
  /*float: left;*/
  width: 33.1%;
  float: none;
  display: inline-block; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #event #sq2-main-content #event-content .post-item {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    #event #sq2-main-content #event-content .post-item {
      width: 80%;
      margin: 0 auto;
      float: none; } }
  #event #sq2-main-content #event-content .post-item .event-wrapper {
    padding: 0 30px 20px;
    margin: 25px 15px 25px 0px;
    background-color: #f7f7f7;
    border: solid 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    cursor: default; }
    #event #sq2-main-content #event-content .post-item .event-wrapper .post-header {
      margin-bottom: 30px; }
      #event #sq2-main-content #event-content .post-item .event-wrapper .post-header h3 {
        margin: 0 -30px;
        padding: 10px 15px;
        font-size: 16pt;
        background: #30607d;
        color: #fff;
        text-align: center;
        font-weight: 700; }
    #event #sq2-main-content #event-content .post-item .event-wrapper h2 {
      text-align: left;
      margin: 0 0 6px;
      text-align: center; }
      #event #sq2-main-content #event-content .post-item .event-wrapper h2 a {
        color: #30607d;
        font-weight: 700;
        font-size: 16pt;
        line-height: 20pt;
        text-decoration: none; }
    #event #sq2-main-content #event-content .post-item .event-wrapper .btn.more-link {
      background: #4d0723;
      border: 0;
      display: block;
      clear: both;
      padding: 15px 0;
      width: 90%;
      margin-right: auto;
      margin-left: auto;
      text-decoration: none;
      color: #fff;
      font-size: 13pt;
      margin-top: 30px; }
    #event #sq2-main-content #event-content .post-item .event-wrapper .event-details {
      text-align: left;
      font-size: 12pt;
      color: #3a6f8f;
      line-height: 20pt;
      margin-top: 15px;
      margin-bottom: 13px; }
#event #sq2-main-content #event-content .event-post-wrapper {
  margin-top: 30px; }
  #event #sq2-main-content #event-content .event-post-wrapper h1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #3a6f8f;
    cursor: default; }
    @media only screen and (max-width: 767px) {
      #event #sq2-main-content #event-content .event-post-wrapper h1 {
        font-size: 21pt;
        line-height: 23pt;
        text-align: center; } }
  #event #sq2-main-content #event-content .event-post-wrapper .event-details {
    background-color: #E8F5FD;
    margin: 0px 0px 30px 0px;
    padding: 10px;
    color: #295570;
    cursor: default;
    font-size: 13pt; }
  #event #sq2-main-content #event-content .event-post-wrapper .event-body {
    margin: 30px 0px 0px 0px;
    color: #30607d;
    font-size: 13pt;
    line-height: 19pt; }
    #event #sq2-main-content #event-content .event-post-wrapper .event-body img {
      margin-bottom: 10px; }
  #event #sq2-main-content #event-content .event-post-wrapper .event-extra-details {
    font-size: 16px;
    margin: 0px 0px 30px 0px;
    padding: 10px 0px 10px 0px;
    color: #295570;
    cursor: default; }

#resources #sq2-main-content #blog-content {
  margin-top: 60px;
  font-size: 16pt;
  line-height: 22pt;
  color: #30607d; }
  #resources #sq2-main-content #blog-content .post-item {
    float: left;
    width: 25%;
    margin: 0px 0px 15px; }
    #resources #sq2-main-content #blog-content .post-item .post-image {
      background: #fff;
      margin: 0 10px;
      border: solid 1px rgba(0, 0, 0, 0.09);
      -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
      box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
      padding: 10px;
      text-align: center; }
      #resources #sq2-main-content #blog-content .post-item .post-image > img {
        max-height: 180px; }
    #resources #sq2-main-content #blog-content .post-item .post-header h2 {
      text-align: center; }
      #resources #sq2-main-content #blog-content .post-item .post-header h2 a {
        color: #30607d;
        font-weight: 700;
        font-size: 16pt;
        line-height: 20pt;
        text-decoration: none; }
    #resources #sq2-main-content #blog-content .post-item .content-row-cta a {
      text-align: center;
      background: #4d0723;
      border: 0;
      display: block;
      clear: both;
      padding: 6px 0;
      width: 70%;
      margin-right: auto;
      margin-left: auto;
      text-decoration: none;
      color: #fff;
      font-size: 13pt;
      margin-top: 7px;
      margin-bottom: 40px; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pageid-2843423861 .content-row > .container > .span8 {
    width: 100%; }
  .pageid-2843423861 .content-row > .container > .span4 {
    display: none; } }
@media only screen and (max-width: 767px) {
  .pageid-2843423861 .content-row > .container > .span8 {
    width: 100%; }
  .pageid-2843423861 .content-row > .container > .span4 {
    display: none; } }
.pageid-2843423861 .content-row-desc {
  padding: 40px; }
  .pageid-2843423861 .content-row-desc .icon-list {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .pageid-2843423861 .content-row-desc .icon-list .icon-indidivual {
        padding-top: 10px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        display: inline-block; } }
    .pageid-2843423861 .content-row-desc .icon-list .icon-indidivual .primary-icon {
      /*height: 86px!important;*/ }
      @media only screen and (max-width: 767px) {
        .pageid-2843423861 .content-row-desc .icon-list .icon-indidivual .primary-icon {
          height: auto !important; } }
      .pageid-2843423861 .content-row-desc .icon-list .icon-indidivual .primary-icon span.iconblock {
        display: inline-block;
        min-height: 86px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .pageid-2843423861 .content-row-desc .icon-list .icon-indidivual .primary-icon span.iconblock {
            min-height: 0px; } }
      .pageid-2843423861 .content-row-desc .icon-list .icon-indidivual .primary-icon a {
        display: inline-block; }
      .pageid-2843423861 .content-row-desc .icon-list .icon-indidivual .primary-icon img {
        width: auto !important;
        max-height: 80px; }
        @media only screen and (max-width: 767px) {
          .pageid-2843423861 .content-row-desc .icon-list .icon-indidivual .primary-icon img {
            width: 48px !important;
            max-height: 60px; } }
      @media only screen and (max-width: 767px) {
        .pageid-2843423861 .content-row-desc .icon-list .icon-indidivual .primary-icon {
          float: none; } }
    .pageid-2843423861 .content-row-desc .icon-list .icon-indidivual .section-link {
      font-size: 11pt;
      display: inline-block;
      width: 100%;
      color: #363636;
      line-height: 12pt;
      text-align: center;
      margin-left: auto;
      margin-bottom: 0px;
      margin-right: auto;
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        .pageid-2843423861 .content-row-desc .icon-list .icon-indidivual .section-link {
          float: none;
          font-size: 19pt;
          text-align: center;
          width: 100%;
          margin-left: 0px;
          line-height: 24pt;
          max-width: 100%;
          margin-bottom: 10px; } }
.pageid-2843423861 #hs_cos_wrapper_widget_2878074718 .container {
  position: static; }
.pageid-2843423861 #hs_cos_wrapper_widget_2878074718 .image-block {
  /*position: absolute;
  height: 100%;
  right:0;*/ }
.pageid-2843423861 #hs_cos_wrapper_widget_2878074718 .image-wrapper.image-right {
  right: 0;
  left: auto; }
.pageid-2843423861 #hs_cos_wrapper_widget_2878074718 .image-wrapper img {
  /*bottom:0;
  top:auto;*/
  position: absolute;
  width: 57%;
  margin-top: 160px; }
  @media only screen and (min-width: 1200px) {
    .pageid-2843423861 #hs_cos_wrapper_widget_2878074718 .image-wrapper img {
      width: 770px;
      margin-top: 0;
      right: -58px; } }
.pageid-2843423861 #hs_cos_wrapper_widget_2854488876 .image-wrapper {
  position: absolute; }
  .pageid-2843423861 #hs_cos_wrapper_widget_2854488876 .image-wrapper img {
    width: auto;
    height: 100%; }
    @media only screen and (min-width: 1200px) {
      .pageid-2843423861 #hs_cos_wrapper_widget_2854488876 .image-wrapper img {
        /*@include translate(20%, 0%);*/ } }
.pageid-2843423861 #hs_cos_wrapper_widget_2863853699 .image-wrapper img {
  height: 100% !important;
  right: 0;
  left: auto !important; }

/**/
.pageid-2870011307 {
  /*Design*/
  /*Default text on blue box*/
  /*2015 and beyond*/
  /*Image size fixed*/ }
  .pageid-2870011307 .content-row .content-row-title h1 {
    text-transform: uppercase;
    font-size: 30pt; }
  .pageid-2870011307 .content-row .content-row-title h3 {
    text-transform: uppercase;
    font-size: 30pt;
    z-index: 9;
    position: relative; }
  .pageid-2870011307 #hs_cos_wrapper_widget_2873615784 .content-row {
    padding-top: 40px;
    background: transparent url("//cdn2.hubspot.net/hubfs/168396/images/02_about_us/2_0_dyntek_AboutUs/bckourcompanie.jpg") left top no-repeat;
    background-size: cover;
    padding-bottom: 40px; }
  .pageid-2870011307 #hs_cos_wrapper_widget_2873721429 .content-wrapper,
  .pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-wrapper,
  .pageid-2870011307 #hs_cos_wrapper_widget_2873731779 .content-wrapper,
  .pageid-2870011307 #hs_cos_wrapper_widget_2896432875 .content-wrapper,
  .pageid-2870011307 #hs_cos_wrapper_widget_2881018979 .content-wrapper {
    /*padding-top: 100px;*/
    padding: 45px 0; }
  .pageid-2870011307 #hs_cos_wrapper_widget_2873721429 .content-row .content-row-title h3,
  .pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row .content-row-title h3,
  .pageid-2870011307 #hs_cos_wrapper_widget_2873731779 .content-row .content-row-title h3,
  .pageid-2870011307 #hs_cos_wrapper_widget_2896432875 .content-row .content-row-title h3,
  .pageid-2870011307 #hs_cos_wrapper_widget_2881018979 .content-row .content-row-title h3 {
    font-weight: 400;
    text-transform: none;
    font-size: 25pt; }
  .pageid-2870011307 #hs_cos_wrapper_widget_2873731779 img {
    height: 100%; }
  .pageid-2870011307 #hs_cos_wrapper_widget_2870126267 img {
    width: auto;
    margin: 0 20px;
    max-width: 150px; }
    @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
      .pageid-2870011307 #hs_cos_wrapper_widget_2870126267 img {
        width: 120px;
        max-width: 120px;
        margin: 0 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .pageid-2870011307 #hs_cos_wrapper_widget_2870126267 img {
        width: 120px;
        max-width: 120px;
        margin: 0 10px; } }
    @media only screen and (max-width: 767px) {
      .pageid-2870011307 #hs_cos_wrapper_widget_2870126267 img {
        width: 80px;
        margin: 0 10px;
        max-width: 120px; } }
  .pageid-2870011307 #hs_cos_wrapper_widget_2865097811 .content-row .container {
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .pageid-2870011307 #hs_cos_wrapper_widget_2865097811 .content-row .container .image-block {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -khtml-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%); } }
    @media only screen and (max-width: 767px) {
      .pageid-2870011307 #hs_cos_wrapper_widget_2865097811 .content-row .container .image-block {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -khtml-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%); } }
    .pageid-2870011307 #hs_cos_wrapper_widget_2865097811 .content-row .container .image-block .image-wrapper.image-right {
      text-align: right; }
      .pageid-2870011307 #hs_cos_wrapper_widget_2865097811 .content-row .container .image-block .image-wrapper.image-right img {
        padding: 0 10%;
        background: #fff; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .pageid-2870011307 #hs_cos_wrapper_widget_2865097811 .content-row .container .image-block .image-wrapper.image-right img {
            padding: 0; } }
  .pageid-2870011307 #hs_cos_wrapper_widget_2896448760 .content-row .content-wrapper {
    padding: 40px 0; }
  .pageid-2870011307 #hs_cos_wrapper_widget_2881018979 {
    background: #fff; }
  .pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .container {
    position: relative; }
  .pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row > .container .image-block {
    width: 45%;
    position: absolute;
    top: auto;
    right: -3%;
    bottom: 0;
    z-index: -1; }
    @media only screen and (min-width: 1200px) {
      .pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row > .container .image-block {
        width: 36%;
        position: absolute;
        top: auto;
        right: 0;
        height: 100%;
        bottom: 110px;
        z-index: -1;
        display: inline-block; } }
    @media only screen and (min-width: 980px) and (max-width: 1200px -1) {
      .pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row > .container .image-block {
        width: 65%;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: inline-block; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row > .container .image-block {
        right: -50px;
        width: 50%;
        display: inline-block; } }
    @media only screen and (max-width: 767px) {
      .pageid-2870011307 #hs_cos_wrapper_widget_2870128032 .content-row > .container .image-block {
        display: inline-block; } }

/*Carrers*/
.pageid-2890531368 {
  /*Last block with subscribe*/ }
  .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 {
    margin-bottom: 50px; }
    .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .card-design .content-row-desc {
      margin-top: 0;
      margin-bottom: 0; }
    .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .card-design h3 {
      font-size: 13pt;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .card-design h3 {
          padding: 0;
          line-height: 23px;
          font-size: 11pt; } }
      @media only screen and (max-width: 767px) {
        .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .card-design h3 {
          padding: 0;
          line-height: 23px;
          font-size: 11pt; } }
    .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .card-design h4 {
      font-size: 18pt;
      line-height: 30px;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .card-design h4 {
          font-size: 16pt; } }
      @media only screen and (max-width: 767px) {
        .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .card-design h4 {
          font-size: 16pt; } }
    .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .image-wrapper img {
      background: #fff;
      padding: 0 10%;
      margin: 0;
      box-shadow: none;
      -ms-box-shadow: none;
      -khtml-box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .image-wrapper img {
          margin: 25px 0;
          padding: 0; } }
      @media only screen and (max-width: 767px) {
        .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .image-wrapper img {
          margin: 25px 0;
          padding: 0; } }
    .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form h3 {
      padding: 0;
      margin: 0; }
    .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form {
      box-shadow: none;
      -ms-box-shadow: none;
      -khtml-box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      padding: 0;
      margin: 0;
      border: none;
      background: none; }
      .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_email {
        float: left;
        width: 60%; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_email {
            width: 100%;
            float: none; } }
        @media only screen and (max-width: 767px) {
          .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_email {
            width: 100%;
            float: none; } }
        .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_email label {
          display: none; }
        .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_email input {
          width: 100%;
          margin-right: 15px; }
          @media only screen and (min-width: 768px) and (max-width: 979px) {
            .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_email input {
              max-width: 89%; } }
          @media only screen and (max-width: 767px) {
            .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_email input {
              max-width: 89%; } }
          .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_email input:hover {
            box-shadow: none;
            -ms-box-shadow: none;
            -khtml-box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            outline: none; }
      .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_submit {
        float: right; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_submit {
            width: 100%;
            float: none; } }
        @media only screen and (max-width: 767px) {
          .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_submit {
            width: 100%;
            float: none; } }
      .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_lifecyclestage {
        float: left; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_lifecyclestage {
            width: 100%;
            float: none; } }
        @media only screen and (max-width: 767px) {
          .pageid-2890531368 #hs_cos_wrapper_widget_2876261502 .hs_cos_wrapper_type_form form .hs_lifecyclestage {
            width: 100%;
            float: none; } }

.accor {
  margin-bottom: 100px; }

/*----- Accordion -----*/
.accordion, .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important; }

.accordion {
  overflow: hidden;
  /*box-shadow:0px 1px 3px rgba(0,0,0,0.25);*/
  border-radius: 3px;
  background: #f7f7f7; }

/*----- Section Titles -----*/
.accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  /*border-bottom:1px solid #1a1a1a;*/
  background: #3a6f8f;
  transition: all linear 0.15s;
  /* Type */
  font-size: 1.200em;
  /*text-shadow:0px 1px 0px #1a1a1a;*/
  color: #fff;
  text-decoration: none !important; }

.accordion-section-title:visited, .accordion-section-title:focus,
.accordion-section-title.active, .accordion-section-title:hover {
  background: #30607d;
  color: #fff;
  text-decoration: none !important; }

.accordion-section:last-child .accordion-section-title {
  border-bottom: none;
  text-decoration: none !important; }

/*----- Section Content -----*/
.accordion-section-content {
  padding: 15px;
  display: none; }

/**/
.pageid-2921511426 .hero-section .course-topics {
  background-color: #f6f6f6; }
  .pageid-2921511426 .hero-section .course-topics li {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%; }
    .pageid-2921511426 .hero-section .course-topics li a {
      padding: 10px;
      display: block; }

/*** END SASS PRODUCTION ***/

/*///////////////////////////////////////////////////////////
//////////////////SASS OVERRIDES///////////////////////////////*/

/*****************************************/
/*     Resources Page                      */
/*****************************************/

.resources-library .banner-section-content-inner {
    overflow: hidden;
}
.resources-filter-bar {
    margin-bottom: 20px;
    background-color: #858585;
}
.resources-filter-bar-content {
	/* width: 100%; doesn't seem necessary, causes responsiveness issues */
	/* max-width: 560px; added initially for centering, replaced with above */
	margin: 0 auto;
	padding: 20px 20px 10px;
	overflow: hidden;
}
#sq2-main-content .resources-filter-bar form {
    max-width: 85%;
    padding: 20px 0;
    background: none;
    border: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
#sq2-main-content .resources-filter-bar form:before {
    background-color: transparent;
}
.resources-filter-bar span {
	margin: 0 15px;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 36px;
	color: #fffffe;
}
.resources-filter-bar select, .resources-filter-bar .resource_keyword_search, .resources-filter-bar .resource_keyword_submit {
    height: 40px;
	width: 240px;
	margin: 0 10px 10px;
    border-radius: 0;
    box-sizing: border-box;
	display: block;
	float: left;
	font-size: 15px;
}
.resources-filter-bar .resource_keyword_search {
    width: 350px;
    margin-right: 0;
}
.resources-filter-bar .resource_keyword_submit {
    width: 100px;
    margin: 0;
    border: 0;
    background-color: #f99d32;
    text-transform: uppercase;
    color: #fffffe;
}
.resources-filter-bar .resource_keyword_submit:hover {
    background-color: #ff560f;
    cursor: pointer;
}
.resources-content-wrapper {
	min-height: 500px;
}
.resources-content-intro {
	padding: 10px 20px 20px;
	font-size: 20px;
	line-height: 28px;
}
.resource-box {
	/*
	width: 300px;
	height: 300px;
	margin: 20px;
    background: url('//cdn2.hubspot.net/hub/432029/file-2542307759-jpg/blocks-light.jpg?t=1426693127875') repeat;
	*/
	width: 30%;
	min-width: 293px;
	height: 300px;
	margin: 1.5%;
	float: left;
}
.resource-box .resource-link {
	height: 100%;
	display: block;
	position: relative;
	background: center top no-repeat transparent;
	background-size: cover;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #fffffe;
}
.resource-box .resource-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
	background-color: #fffffe;
	opacity: .75;
}
.resource-box .resource-label {
	width: 100%;
	height: 20%;
	position: absolute;
	top: 0;
	background-color: #3a6f8f;
	border: 1px solid #3a6f8f;
	font-size: 18px;
	line-height: 60px;
    /* opacity: 0.8; */
    text-transform: uppercase;
    color: #fffffe;
}
/*
.resource-box.brochure .resource-label {
	background-color: #80b65e;
}
.resource-box.data-sheet .resource-label {
	background-color: #c91616;
}
.resource-box.case-study .resource-label {
	background-color: #e85700;
}
.resource-box.white-paper .resource-label {
	background-color: #f0af00;
}
.resource-box.video .resource-label {
	background-color: #005a83;
}
*/
.resource-box .resource-text {
	height: 55%;
	width: 100%;
	position: absolute;
	top: 20%;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	text-shadow: 0 0 2px #fffffe;
	color: #295570;
}
.resource-box .resource-title {
	width: 90%;
	padding: 20px 5% 10px;
	font-size: 21px;
	line-height: 24px;
}
.resource-box .resource-subtitle {
	width: 90%;
	padding: 0 5%;
    font-size: 14px;
	line-height: 24px;
    font-weight: normal;
}
.resource-box .resource-button-holder {
	height: 25%;
	width: 100%;
	border: 1px solid #888;
	border-top: 0px;
	overflow: hidden;
	position: absolute;
	top: 75%;
}
.resource-box .resource-button {
	width: 74%;
	padding: 15px 0;
	position: absolute;
	bottom: 20px;
	left: 13%;
	background-color: #4d0723;
	font-size: 17px;
	font-weight: normal;
	color: #fffffe;
}
.resource-link:hover {
	opacity: 0.9;
}




.interior-page-multisection .section-header {
	padding: 10px;
	background: url('//cdn2.hubspot.net/hubfs/168396/images/06_utility_menu/6.4_GovernmentContracts/bck_blue.png') center no-repeat transparent;
	color: #fffffe;
}
.section-header .section-title {
	margin: 0;
	padding: 35px 0;
	border-right: 1px solid #295570;
	text-align: center;
	text-transform: uppercase;
	color: #fffffe;
}
.section-header .section-contact-holder a {
	margin: 25px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fffffe;
}
.interior-page-multisection .multi-card .card-wrapper .tilte-card-section h3 {
	padding: 10px;
}




.interior-page-multisection .hero-section .row-fluid {
    margin-top: 20px;
}
.hero-section .course-topics p {
    margin: 0;
    padding: 10px 0;
    border-bottom: 4px solid #c99c32;
    background-color: #3A6f8f;
    text-transform: uppercase;
    color: #fffffe;
}
.hero-section .course-topics ul {
    margin: 0;
    padding: 0;
    box-shadow: 0 0 5px #aaa;  
}
.hero-section .course-topics li {
    margin: 0;
    padding: 10px;
    list-style: none outside none;
    background-color: #fffffe;
    font-size: 13px;
    text-align: center;
}
.hero-section .course-topics li:nth-child(even) {
    background-color: #f6f6f6;
}
.hero-section .class-description {
    font-size: 14px;
    text-align: left;
}
.hero-section .class-header, .hero-section .class-header .section-title {
    background-color: transparent;
    text-align: left;
    color: #3a6f8f;
}
.class-header {
    padding: 10px 0;
    background-color: #3a6f8f;
    color: #fffffe;
}
.class-header .section-title {
    text-transform: uppercase;
    color: #fffffe;
}
.class-header .class-button-holder .btn {
    background-color: #4d0723;
}
.class-header .class-description {
    padding: 10px 0;
}
.interior-page-multisection .card-desc span {
    display: block;
    text-align: center;
}

