/*$social-navigation-hover-bg: ;
$social-navigation-hover-color: ;*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #4b565b;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.6;
}

a {
  color: #00a1f2;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, color .3s ease, opacity .3s ease;
  transition: background-color .3s ease, color .3s ease, opacity .3s ease;
}

a:active, a:focus, a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  margin-top: 0;
}

p {
  margin-bottom: 30px;
  margin-top: 0;
}

label {
  display: inline-block;
}

ul, ol {
  margin-bottom: 30px;
  margin-top: 0;
}

abbr[title] {
  cursor: help;
  text-decoration: none;
}

sub,
sup {
  font-size: 50%;
}

sup {
  top: -1em;
}

address {
  font-style: normal;
  margin-bottom: 30px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: vertical;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-checked li {
  margin-bottom: 10px;
}

.button {
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: border-color .3s ease,background-color .3s ease,color .3s ease;
  transition: border-color .3s ease,background-color .3s ease,color .3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button:active, .button:focus, .button:hover {
  text-decoration: none;
}

.button-primary {
  background-color: #343c3f;
  border-color: #343c3f;
  color: #fff;
}

.button-primary:hover, .button-primary:focus, .button-primary:active {
  background-color: #282f31;
  border-color: #282f31;
  color: #fff;
}

img {
  border: 0;
}

img.responsiveImage {
  max-width: 100%;
  height: auto;
}

/* tiny mce image align styles */
img.right,
div.right {
  max-width: 100%;
  height: auto;
  float: right;
  clear: right;
  margin: 0 0 18px 18px;
}

img.left,
div.left {
  max-width: 100%;
  height: auto;
  float: left;
  clear: left;
  margin: 0 18px 18px 0px;
}

img.leftAlone,
div.leftAlone {
  max-width: 100%;
  height: auto;
  float: none;
  display: block;
  clear: both;
  margin: 0 18px 18px 0;
}

img.center,
div.center {
  max-width: 100%;
  height: auto;
  display: block;
  clear: both;
  margin: 0 auto 18px auto;
}

div.captionImage.right {
  float: right;
}

div.captionImage.left {
  float: left;
}

table.summaryTable {
  border-collapse: collapse;
  border: 1px solid #BFD9D9;
  font-family: Arial !important;
}

table.summaryTable tr td {
  padding: 5px;
  border-right: 1px solid #BFD9D9;
}

table.summaryTable tr th {
  background-color: #BFD9D9;
  padding: 7px 5px;
  font-size: 1.1em;
  text-align: left;
  border-right: 1px solid #BFD9D9;
}

table.summaryTable tr td.mediumShade {
  background-color: #E5EFEF !important;
}

table.summaryTable tr td.lightShade {
  background-color: #F2F7F7 !important;
}

table.summaryTable tr.tableRowOdd, table.summaryTable tr.odd td.shadedCell {
  background-color: #E5EFEF;
}

table.summaryTable tr.tableRowEven, table.summaryTable tr.even {
  background-color: #FFF;
}

table.summaryTable tr.tableRowAlternate, table.summaryTable tr.alternate {
  background-color: #F2F7F7;
}

tr.odd, td.shadedCell {
  background-color: #BFD9D9;
}

.browser-upgrade {
  padding: 20px 15px;
  text-align: center;
}

.browser-upgrade p {
  margin: 0;
}

.logo {
  float: left;
  margin: 20px 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.logo:active, .logo:focus, .logo:hover {
  opacity: 0.66;
}

.logo img {
  display: block;
}

.section {
  padding: 60px 0 80px;
}

.padded-gray-block {
  background-color: #f7f7f7;
  padding: 30px;
}

.footer {
  font-size: 14px;
}

.footer h5 {
  margin-bottom: 15px;
}

.footer-top {
  background-color: #4b565b;
  color: #fff;
  padding: 40px 0 60px;
}

.footer-top a {
  color: #fff;
}

.footer-top a:active, .footer-top a:focus, .footer-top a:hover {
  opacity: 0.66;
  text-decoration: none;
}

.footer-top .button:active, .footer-top .button:focus, .footer-top .button:hover {
  opacity: 1;
}

.footer-bottom {
  padding: 40px 0;
}

.primary-navigation-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  float: right;
  margin: 25px 0;
  overflow: visible;
  padding: 8px 0;
}

.primary-navigation-toggle.is-active .primary-navigation-toggle-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.primary-navigation-toggle.is-active .primary-navigation-toggle-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.primary-navigation-toggle.is-active .primary-navigation-toggle-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.primary-navigation-toggle .primary-navigation-toggle-box {
  display: block;
  height: 24px;
  position: relative;
  width: 40px;
}

.primary-navigation-toggle .primary-navigation-toggle-inner,
.primary-navigation-toggle .primary-navigation-toggle-inner:before,
.primary-navigation-toggle .primary-navigation-toggle-inner:after {
  background-color: #4b565b;
  height: 4px;
  position: absolute;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  width: 40px;
}

.primary-navigation-toggle .primary-navigation-toggle-inner {
  display: block;
  margin-top: -2px;
  top: 2px;
}

.primary-navigation-toggle .primary-navigation-toggle-inner:before,
.primary-navigation-toggle .primary-navigation-toggle-inner:after {
  content: '';
  display: block;
}

.primary-navigation-toggle .primary-navigation-toggle-inner:before {
  top: 10px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.primary-navigation-toggle .primary-navigation-toggle-inner:after {
  top: 20px;
}

.primary-navigation {
  background: #4b565b;
  clear: both;
  margin: 0 -15px;
}

.primary-navigation.is-hidden {
  display: none;
}

.primary-navigation-list {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  list-style: none;
  padding-left: 0;
}

.primary-navigation-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.primary-navigation-item .primary-navigation-link {
  color: #fff;
  display: block;
  padding: 17px 20px;
}

.primary-navigation-item .primary-navigation-link:active, .primary-navigation-item .primary-navigation-link:focus, .primary-navigation-item .primary-navigation-link:hover {
  background-color: #343c3f;
  text-decoration: none;
}

.primary-navigation-item .primary-navigation-link.is-active {
  background-color: #282e31;
}

.side-navigation-list {
  margin: 0 0 45px;
  list-style: none;
  padding-left: 0;
}

.side-navigation-item {
  margin-bottom: 2px;
}

.side-navigation-item .side-navigation-link {
  background-color: #f5f5f5;
  color: #666;
  padding: 20px 24px;
  display: block;
}

.side-navigation-item .side-navigation-link.is-active, .side-navigation-item .side-navigation-link:active, .side-navigation-item .side-navigation-link:focus, .side-navigation-item .side-navigation-link:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}

.social-navigation-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.social-navigation-item {
  margin-bottom: 10px;
}

.social-navigation-item .social-navigation-link {
  display: inline-block;
}

.social-navigation-item .social-navigation-link:active, .social-navigation-item .social-navigation-link:focus, .social-navigation-item .social-navigation-link:hover {
  opacity: 0.66;
  text-decoration: none;
}

.social-navigation-item .social-navigation-link .social-navigation-icon {
  background-color: #fff;
  border-radius: 50%;
  color: #4b565b;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  margin-right: 6px;
  text-align: center;
  width: 25px;
}

.social-navigation-item .social-navigation-link .social-navigation-text {
  display: inline-block;
}

.simple-navigation {
  list-style: none;
  padding-left: 0;
}

.simple-navigation li {
  margin-bottom: 10px;
}

.print-button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  margin: 30px 0 0;
  opacity: 1;
  padding: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.print-button:active, .print-button:focus, .print-button:hover {
  opacity: 0.66;
}

.print-button .print-button-icon {
  display: inline-block;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  margin-right: 6px;
  text-align: center;
  width: 25px;
}

.print-button .print-button-text {
  display: inline-block;
}

.search-box {
  padding: 20px;
}

.template-a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.template-a .gsc-control-cse {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  border-color: white;
}

.template-a .gsc-input-box {
  border-color: #4d90fe;
}

.template-a button.gsc-search-button {
  background-color: #4d90fe;
  border-color: #4d90fe;
  background-image: none;
  margin-top: 0;
}

.search-form {
  font-size: 14px;
  position: relative;
}

.search-form .search-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search-form .search-input {
  background: #fff;
  color: #4b565b;
  border: none;
  border-radius: 4px;
  display: block;
  line-height: 1.2;
  padding: 12px 12px 12px 50px;
  width: 100%;
}

.search-form .search-button {
  background: none;
  border: none;
  color: #4b565b;
  cursor: pointer;
  left: 15px;
  margin-top: -11px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.search-form .search-button .search-button-icon {
  font-size: 21px;
}

.search-form .search-button .search-button-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.page-header {
  background-color: #343c3f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page-header:before {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.page-header.hero .page-header-text {
  height: 280px;
}

.page-header.hero .page-header-heading {
  font-style: italic;
}

.page-header .page-header-text {
  display: table;
  height: 300px;
  table-layout: fixed;
  width: 100%;
}

.page-header .page-header-text .page-header-text-inner {
  display: table-cell;
  vertical-align: middle;
}

.page-header .page-header-heading {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
}

.panel-navigation-section {
  background-color: #4b565b;
  color: #fff;
}

.panel-navigation-section .row {
  margin-left: -10px;
  margin-right: -10px;
}

.panel-navigation-section [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.panel-navigation-section a {
  color: inherit;
}

.panel-navigation-block {
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  margin: 0 -15px 0;
  position: relative;
}

.panel-navigation-block:active, .panel-navigation-block:hover, .panel-navigation-block:focus {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.panel-navigation-block:active .panel-navigation-icon, .panel-navigation-block:hover .panel-navigation-icon, .panel-navigation-block:focus .panel-navigation-icon {
  color: rgba(255, 255, 255, 0.75);
}

.panel-navigation-block .panel-navigation-text {
  padding: 25px 25px 25px 70px;
}

.panel-navigation-block .panel-navigation-text .panel-navigation-subheading {
  font-size: 16px;
  margin: 0 0 5px;
}

.panel-navigation-block .panel-navigation-text .panel-navigation-heading {
  font-size: 21px;
  margin: 0;
}

.panel-navigation-block .panel-navigation-icon {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  left: 25px;
  position: absolute;
  top: 25px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.page-subheader-section {
  background-color: #4b565b;
  color: #fff;
  padding: 50px 0;
}

.page-subheader-section .page-subheader-heading {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

.image-strip {
  background-color: #343c3f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
}

.logo-list {
  font-size: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  padding-left: 0;
}

.logo-item {
  margin: 0 0 40px 0;
  vertical-align: middle;
}

.logo-item .logo-link {
  display: inline-block;
}

.logo-item .logo-link .logo-image {
  display: inline-block;
}

@media (min-width: 544px) {
  .container {
    max-width: auto;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .logo {
    margin: 30px 0;
  }
  .primary-navigation-toggle {
    display: none;
  }
  .primary-navigation {
    background: transparent;
    clear: none;
    margin: 0;
    position: relative;
  }
  .primary-navigation.is-hidden {
    display: block;
  }
  .primary-navigation-list {
    clear: left;
    float: left;
    padding-bottom: 20px;
  }
  .primary-navigation-item {
    border: none;
    float: left;
  }
  .primary-navigation-item + .primary-navigation-item {
    margin-left: 5px;
  }
  .primary-navigation-item .primary-navigation-link {
    border: 0;
    border-radius: 4px;
    color: #4b565b;
    padding: 10px 12px;
  }
  .primary-navigation-item .primary-navigation-link:active, .primary-navigation-item .primary-navigation-link:focus, .primary-navigation-item .primary-navigation-link:hover {
    background-color: #f3f3f3;
  }
  .primary-navigation-item .primary-navigation-link.is-active {
    background-color: #f3f3f3;
    color: #282e31;
  }
  .search-box {
    padding: 0;
    position: absolute;
    right: 0;
    top: 20px;
    width: 180px;
  }
  .search-form .search-input:focus {
    background-color: #eee;
  }
  .search-form .search-input {
    background-color: #f3f3f3;
    padding: 10px 12px 10px 40px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .page-header.hero .page-header-text {
    height: 320px;
  }
  .panel-navigation-section {
    padding: 50px 0 30px;
  }
  .panel-navigation-block {
    border: none;
    border-radius: 4px;
    margin: 0 0 20px;
  }
  .image-strip {
    height: 320px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .logo {
    margin: 30px 0;
  }
  .side-column {
    padding-left: 45px;
  }
  .primary-navigation {
    float: right;
    margin: 37px 0;
  }
  .primary-navigation-list {
    float: left;
    padding: 0;
  }
  .search-box {
    float: right;
    margin-left: 10px;
    position: static;
  }
  .search-form .search-button {
    left: 10px;
  }
  .page-header.hero .page-header-text {
    height: 460px;
  }
  .page-header .page-header-heading {
    font-size: 48px;
  }
  .page-subheader-section .page-subheader-heading {
    font-size: 32px;
  }
  .logo-item {
    display: inline-block;
    margin: 0 20px 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .page-header .page-header-heading {
    font-size: 60px;
  }
  .logo-item {
    margin: 0 40px 30px;
  }
}

@media print {
  .header {
    display: none;
  }
  .section {
    padding: 0;
  }
  .main-column {
    right: auto;
    width: 100%;
  }
  .side-column {
    left: auto;
    padding-left: 15px;
    width: 100%;
  }
  .padded-gray-block {
    background: none;
    padding: 0;
  }
  .footer {
    display: none;
  }
  .side-navigation {
    display: none;
  }
  .page-header {
    background: none;
  }
  .page-header:before {
    display: none;
  }
  .page-header.hero .page-header-text {
    height: auto;
  }
  .page-header .page-header-text {
    height: auto;
  }
  .page-header .page-header-heading {
    color: #4b565b;
    margin-bottom: 30px;
  }
  .panel-navigation-section {
    display: none;
  }
  .page-subheader-section {
    background: none;
    color: #4b565b;
    padding: 0;
  }
  .page-subheader-section .page-subheader-heading {
    font-weight: 600;
  }
  .image-strip {
    display: none;
  }
}
