@charset "UTF-8";
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #0072bc;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
  background-color: #005b96;
  color: #fff;
}
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover, .button:disabled:hover {
  background-color: #0072bc;
}
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}
label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}
input,
select,
textarea {
  display: block;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1em;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: #b1b1b1;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  border-color: #0072bc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
  outline: none;
}
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #ddd;
}
textarea {
  resize: vertical;
}
[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}
[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}
select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin: 0;
}
dt {
  font-weight: 600;
  margin: 0;
}
dd {
  margin: 0;
}
figure {
  margin: 0;
}
img,
picture {
  margin: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}
td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}
tr,
td,
th {
  vertical-align: middle;
}
body {
  color: #333;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1em;
  line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.333em;
  line-height: 1.1;
  margin: 0 0 0.75em;
}
p {
  margin: 0 0 0.75em;
}
a {
  color: #0072bc;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #00568d;
}
hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}
html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
* {
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
html, body {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
}
.outer-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.outer-container::after {
  clear: both;
  content: "";
  display: table;
}
.outer-container .content-container {
  min-height: 400px;
  margin: 40px 0 60px;
  padding: 0 15px;
}
.outer-container .content-container::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 600px) {
  .outer-container .content-container {
    padding: 0 30px;
  }
}
@media (min-width: 900px) {
  .outer-container .rail-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .outer-container .rail-container:last-child {
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  .outer-container .rail-container + .main-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
  }
  .outer-container .rail-container + .main-container:last-child {
    margin-right: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 32px;
  color: #1d2871;
}
h3 {
  font-size: 28px;
}
.component-nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  width: 220px;
  padding: 20px;
}
.component-nav ol {
  list-style: decimal-leading-zero;
  padding-left: 2em;
}
.component-view {
  position: absolute;
  left: 220px;
  top: 0;
  height: 100%;
  right: 0;
  min-width: 320px;
}
.component-view iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-left: 1px solid #ddd;
}
.component-box {
  margin: 20px 0 60px;
}
.component-heading {
  padding: 0 2em;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 50px;
}
.component-heading:after {
  content: '';
  display: block;
  height: 1px;
  background: #ddd;
}
.component-heading .title {
  font-size: 1.77689em;
  margin-bottom: 0;
}
.component-heading .subtitle {
  font-size: 1.333em;
  color: #999;
  font-style: italic;
}
.component-content {
  margin: 0 2em;
  position: relative;
}
.component-content::after {
  clear: both;
  content: "";
  display: table;
}
.component-content.no-margin {
  margin: 0;
}
.dev-grid {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: visible;
  z-index: 9999;
}
.dev-grid, .dev-grid * {
  pointer-events: none;
}
.dev-grid .grid-box {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  height: 100%;
}
.dev-grid .grid-box::after {
  clear: both;
  content: "";
  display: table;
}
.dev-grid .gridline {
  position: absolute;
  background: #ff00ff;
  opacity: 0.3;
}
.dev-grid .gridline.vertical {
  top: 0;
  width: 1px;
  bottom: 0;
}
.dev-grid .gridline.left {
  left: 30px;
}
@media (max-width: 599px) {
  .dev-grid .gridline.left {
    left: 15px;
  }
}
.dev-grid .gridline.right {
  right: 30px;
}
@media (max-width: 599px) {
  .dev-grid .gridline.right {
    right: 15px;
  }
}
.accordion {
  margin-top: 1.5em;
}
.accordion .accordion-title a {
  display: block;
  font-size: 0.7em;
  color: #42b3e5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.accordion .accordion-title a:hover, .accordion .accordion-title a:active, .accordion .accordion-title a:focus {
  color: #1565c0;
}
.accordion .accordion-title a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f103';
  margin-left: 0.5em;
}
.accordion .accordion-content {
  display: none;
}
.article-preview .article-title {
  font-size: 1.5em;
  margin-bottom: .2em;
  color: #1d2871;
  margin-top: 0;
}
@media (min-width: 600px) {
  .article-preview .article-title {
    font-size: 1.7em;
  }
}
.article-preview .article-date {
  font-size: .85em;
  font-weight: 700;
}
.article-preview .article-abstract {
  margin-top: 1em;
  line-height: 1.6em;
  font-size: .9em;
}
@media (min-width: 600px) {
  .article-preview .article-abstract {
    font-size: 1em;
  }
}
.article-preview .article-link {
  display: inline-block;
  margin-top: 0.5em;
  font-size: .9em;
  color: #42b3e5;
}
@media (min-width: 600px) {
  .article-preview .article-link {
    font-size: 1em;
  }
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  font-size: .85em;
  font-weight: 600;
  padding: 1.3em 1.2em 1.1em;
  text-align: center;
  text-transform: uppercase;
}
button .icon:first-child, input[type="button"] .icon:first-child, input[type="reset"] .icon:first-child, input[type="submit"] .icon:first-child, .button .icon:first-child {
  margin-right: 0.5em;
}
button .icon:last-child, input[type="button"] .icon:last-child, input[type="reset"] .icon:last-child, input[type="submit"] .icon:last-child, .button .icon:last-child {
  margin-left: 0.5em;
}
.button-primary {
  background-color: #1d2871;
  min-width: 10em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button-primary:hover, .button-primary:active, .button-primary:focus {
  background-color: #131a48;
}
.button-primary-alt {
  background-color: #4bc8b6;
  min-width: 10em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button-primary-alt:hover, .button-primary-alt:active, .button-primary-alt:focus {
  background-color: #34ac9a;
}
.button-secondary {
  background-color: #42b3e5;
  min-width: 10em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button-secondary:hover, .button-secondary:active, .button-secondary:focus {
  background-color: #1e9ed6;
}
.button-search {
  background-color: #fff;
  color: #42b3e5;
  font-size: 1.2em;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-search:hover, .button-search:active, .button-search:focus {
  background-color: #eee;
  color: #1e9ed6;
}
.button-minimal,
.directory-lookup .cta-submit input.button-minimal {
  background-color: #fafafa;
  color: #1d2871;
  border: 1px solid #bbbfd4;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button-minimal:hover, 
.button-minimal:active, 
.button-minimal:focus,
.directory-lookup .cta-submit input.button-minimal:hover,
.directory-lookup .cta-submit input.button-minimal:active,
.directory-lookup .cta-submit input.button-minimal:focus {
  background-color: #e1e1e1;
  color: #1d2871;
}
.button-submit {
  background-color: #ffc82e;
  color: #1d2871;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.button-submit:hover, .button-submit:active, .button-submit:focus {
  background-color: #e1a500;
  color: #1d2871;
}
.button-promo-1, .button-promo-2 {
  background-color: #ae005f;
  min-width: 14em;
  font-size: 0.8em;
  padding: 1.5em;
}
.button-promo-1:hover, .button-promo-1:active, .button-promo-1:focus, .button-promo-2:hover, .button-promo-2:active, .button-promo-2:focus {
  background-color: #950051;
}
.button-promo-1 {
  background-color: #ae005f;
}
.button-promo-1:hover, .button-promo-1:active, .button-promo-1:focus {
  background-color: #950051;
}
.button-promo-2 {
  background-color: #673bb8;
}
.button-promo-2:hover, .button-promo-2:active, .button-promo-2:focus {
  background-color: #5c35a5;
}
.arrow-nav-list a {
  display: block;
  color: #fff;
  font-size: 1em;
  line-height: 1.4em;
  padding-left: 1.3em;
  margin-bottom: 0.3em;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 900px) {
  .arrow-nav-list a {
    font-size: 1.2em;
  }
}
.arrow-nav-list a:hover, .arrow-nav-list a:active, .arrow-nav-list a:focus {
  color: #42b3e5;
}
.arrow-nav-list a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  float: left;
  margin-left: -1.5em;
  font-size: .8em;
  margin-top: 0.4em;
}
.doc-nav-list a {
  display: block;
  color: #fff;
  font-size: 1em;
  line-height: 1.4em;
  padding-left: 1.3em;
  margin-bottom: 0.3em;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 900px) {
  .doc-nav-list a {
    font-size: 1.2em;
  }
}
.doc-nav-list a:hover, .doc-nav-list a:active, .doc-nav-list a:focus {
  color: #42b3e5;
}
.doc-nav-list a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  float: left;
  margin-left: -1.5em;
  font-size: .8em;
  margin-top: 0.4em;
}
.overlay-categories {
  position: relative;
  border-bottom: 1px solid #42b3e5;
}
.overlay-categories::after {
  clear: both;
  content: "";
  display: table;
}
.overlay-categories .overlay-category {
  position: relative;
  color: #42b3e5;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 1.2em;
  margin-right: 1.2em;
  padding: 0.3em 0;
  float: left;
}
@media (min-width: 600px) {
  .overlay-categories .overlay-category {
    font-size: 1.8em;
  }
}
@media (min-width: 600px) {
  .overlay-categories .overlay-category {
    margin-right: 2em;
  }
}
.overlay-categories .overlay-category:hover, .overlay-categories .overlay-category:active, .overlay-categories .overlay-category:focus {
  color: #9cd7f1;
}
.overlay-categories .overlay-category.active {
  color: #fff;
}
.overlay-categories .overlay-category.active:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
}
@media (min-width: 900px) {
  .overlay-categories {
    display: block;
    float: left;
    width: 240px;
    text-align: right;
    margin-right: -1px;
    border-bottom: 0;
  }
  .overlay-categories .overlay-category {
    float: none;
    width: auto;
    display: block;
    border-right: 1px solid #42b3e5;
    font-size: 2.7em;
    padding: 0.1em .5em 0.1em 0;
    margin-right: 0;
    margin-bottom: 0.7em;
    text-align: left;
  }
  .overlay-categories .overlay-category:hover, .overlay-categories .overlay-category:active, .overlay-categories .overlay-category:focus {
    border-right: 1px solid #9cd7f1;
  }
  .overlay-categories .overlay-category.active {
    border-right: 3px solid #fff;
    margin-right: -1px;
  }
  .overlay-categories .overlay-category.active:after {
    display: none;
  }
}
.overlay-header {
  width: 100%;
  padding-top: 12px;
  margin-bottom: 3em;
}
@media (min-width: 900px) {
  .overlay-header {
    padding-top: 20px;
    margin-bottom: 2em;
  }
}
.overlay-header .logo {
  display: none;
}
@media (min-width: 900px) {
  .overlay-header .logo {
    display: inline-block;
  }
}
.overlay-header .close-button {
  position: relative;
  float: right;
  display: block;
}
.overlay-header .close-button .fa {
  position: relative;
  font-size: 1.2em;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  margin-top: -2px;
  margin-bottom: -2px;
}
@media (max-width: 899px) {
  .overlay-header .close-button {
    top: 3px;
    padding: 0 10px;
    margin-right: -10px;
    min-width: auto;
    width: auto;
    height: 32px;
    line-height: 36px;
    background: none;
  }
  .overlay-header .close-button .fa {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .overlay-header .close-button {
    position: relative;
    top: 8px;
  }
}
.overlay-header .close-button-text {
  display: none;
}
@media (min-width: 900px) {
  .overlay-header .close-button-text {
    display: inline-block;
  }
}
.overlay-menu-content {
  display: none;
  float: left;
  padding-bottom: 1em;
  vertical-align: top;
}
.overlay-menu-content.active {
  display: block;
}
.overlay-menu-content .nav-group {
  color: #fff;
}
.overlay-menu-content .nav-group h3 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
@media (max-width: 899px) {
  .overlay-menu-content .nav-group h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 900px) {
  .overlay-menu-content {
    width: 71%;
    padding-left: 4%;
    border-left: 1px solid #42b3e5;
    min-height: 300px;
  }
  .overlay-menu-content .nav-groups-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .overlay-menu-content .nav-groups-container:last-child {
    margin-right: 0;
  }
  .lt-ie9 .overlay-menu-content .nav-groups-container {
    width: 47%;
  }
  .overlay-menu-content .nav-group {
    color: #fff;
    padding-right: 1em;
  }
}
.product {
  padding: 0.7em 1em 0.7em 0;
  border-top: 1px solid #eaeaea;
}
@media (min-width: 900px) {
  .product {
    margin-bottom: 1em;
  }
}
@media (min-width: 900px) {
  .product {
    border-bottom: 1px solid #eaeaea;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .product:last-child {
    margin-right: 0;
  }
  .product:nth-child(2n) {
    margin-right: 0;
  }
  .product:nth-child(2n+1) {
    clear: left;
  }
  .lt-ie9 .product {
    width: 47%;
  }
}
@media (min-width: 1300px) {
  .product {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .product:last-child {
    margin-right: 0;
  }
  .product:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .product:nth-child(3n) {
    clear: none;
  }
  .product:nth-child(3n) {
    margin-right: 0;
  }
  .product:nth-child(3n+1) {
    clear: left;
  }
  .lt-ie9 .product {
    width: 30%;
  }
}
.product .product-image {
  display: none;
}
@media (min-width: 600px) {
  .product .product-image {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 600px) {
  .product .product-details {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1em;
    width: 70%;
  }
  .lt-ie9 .product .product-details {
    width: 67%;
  }
}
.product .product-title {
  color: #1d2871;
  margin-bottom: 0.1em;
  font-size: 1.5em;
}
@media (min-width: 600px) {
  .product .product-title {
    font-size: 1.5em;
  }
  .lt-ie9 .product .product-title {
    font-size: 1.3em;
  }
}
.product .product-link {
  text-transform: uppercase;
  font-size: 0.75em;
  color: #42b3e5;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.product .product-link:hover, .product .product-link:active, .product .product-link:focus {
  color: #1565c0;
}
.product-view-nav .product-view-link {
  display: inline-block;
  padding: .2em 0.6em;
  color: #42b3e5;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7em;
}
@media (min-width: 600px) {
  .product-view-nav .product-view-link {
    font-size: .9em;
  }
}
.product-view-nav .product-view-link.active {
  border-bottom: 2px solid #42b3e5;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  padding-top: 0.65em;
  padding-bottom: 0.35em;
}
.input-group {
  display: block;
  position: relative;
}
.input-group .input-icon {
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -0.55em;
  color: #42b3e5;
  pointer-events: none;
}
.input-group .input-icon:last-child {
  left: '';
  right: 0.5em;
}
.input-group .input-icon + input {
  padding-left: 28px;
}
.search-result .result-title {
  font-size: 1.5em;
  margin-bottom: .2em;
  color: #1d2871;
  margin-top: 0;
}
@media (min-width: 600px) {
  .search-result .result-title {
    font-size: 1.7em;
  }
}
.search-result .result-path {
  font-size: .85em;
  font-weight: 700;
}
.search-result .result-abstract {
  margin-top: 1em;
  line-height: 1.6em;
  font-size: .9em;
}
@media (min-width: 600px) {
  .search-result .result-abstract {
    font-size: 1em;
  }
}
.search-result .result-link {
  display: inline-block;
  margin-top: 0.5em;
  font-size: .9em;
  color: #42b3e5;
}
@media (min-width: 600px) {
  .search-result .result-link {
    font-size: 1em;
  }
}
.article-list li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.article-list li:last-child {
  border: 0;
}
.article-summary {
  margin: 60px 0;
}
.article-summary .article-preview {
  padding-bottom: 1em;
}
@media (min-width: 900px) {
  .article-summary .article-preview {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-left: 4%;
    padding-bottom: 3em;
  }
  .article-summary .article-preview .article-title {
    font-size: 2.2em;
  }
}
.article .article-heading {
  margin-bottom: 1.5em;
}
.article .title {
  color: #1d2871;
  margin-bottom: 0.2em;
  font-size: 1.8em;
}
.article .source {
  color: #999;
}
.basic-hero {
  background: center center no-repeat;
  background-size: cover;
  padding-top: 46%;
}
@media (min-width: 900px) {
  .basic-hero {
    height: 350px;
  }
}
.broker-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 100%;
  padding: 0 15px 10em;
  background: #1d2871;
  background-color: rgba(29, 40, 113, 0.95);
  color: #fff;
  z-index: 10;
  display: none;
}
.broker-overlay::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 600px) {
  .broker-overlay {
    padding: 0 30px 10em;
  }
}
.broker-overlay.active {
  display: block;
}
.broker-overlay .overlay-categories {
  margin-bottom: 1em;
}
@media (min-width: 900px) {
  .broker-overlay .overlay-categories {
    width: 260px;
  }
}
.broker-overlay .overlay-menu-content {
  line-height: 1.6em;
}
@media (min-width: 900px) {
  .broker-overlay .overlay-menu-content {
    width: 69%;
  }
}
.broker-overlay h3 {
  margin-bottom: 0.3em;
  margin-top: 0.5em;
}
@media (max-width: 899px) {
  .broker-overlay h3 {
    font-size: 1.6em;
  }
}
.broker-overlay p {
  margin-bottom: 1.5em;
}
.broker-overlay p a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.broker-overlay p a:hover, .broker-overlay p a:active, .broker-overlay p a:focus {
  color: #42b3e5;
}
.broker-overlay .button-minimal {
  color: #fff;
  background-color: #4bc8b6;
  border: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.broker-overlay .button-minimal:hover, .broker-overlay .button-minimal:active, .broker-overlay .button-minimal:focus {
  background-color: #3abfac;
}
.broker-overlay ul {
  list-style: initial;
  padding-left: 2em;
}
.broker-overlay .login-wrapper {
  margin-top: 2em;
}
.broker-overlay .login-wrapper .button {
  margin-right: 1em;
  margin-bottom: 1em;
}
.broker-overlay .login-wrapper .learn-more {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1em;
  font-size: .9em;
  font-weight: 700;
}
.broker-overlay .login-wrapper .learn-more a {
  color: #fff;
  text-decoration: underline;
}
.broker-overlay .login-wrapper .learn-more a:hover, .broker-overlay .login-wrapper .learn-more a:active, .broker-overlay .login-wrapper .learn-more a:focus {
  color: #42b3e5;
}
.broker-overlay .overlay-columns {
  margin-top: 2em;
}
@media (min-width: 600px) {
  .broker-overlay .overlay-columns .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .broker-overlay .overlay-columns .column:last-child {
    margin-right: 0;
  }
  .lt-ie9 .broker-overlay .overlay-columns .column {
    width: 46%;
  }
}
.broker-overlay .overlay-columns .column p {
  font-size: .9em;
}
@media (min-width: 1300px) {
  .broker-overlay .overlay-columns .column p {
    font-size: 1em;
  }
}
.category-hero {
  background-color: #fafafa;
  padding: 15px 1em;
  margin: 20px -15px;
}
@media (min-width: 600px) {
  .category-hero {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 900px) {
  .category-hero {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  .category-hero {
    height: 290px;
    position: relative;
  }
}
.category-hero .bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 900px) {
  .category-hero .bg-image {
    display: block;
  }
}
@media (min-width: 900px) {
  .category-hero .content {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 1em;
    left: 0;
    right: 0;
  }
}
.category-hero h5 {
  color: #42b3e5;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 0.3em;
}
@media (min-width: 900px) {
  .category-hero h5 {
    font-size: 1em;
    margin-bottom: .2em;
  }
}
.category-hero h2 {
  color: #1d2871;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .category-hero h2 {
    font-size: 3em;
  }
}
.contact-list {
  position: relative;
}
.contact-list::after {
  clear: both;
  content: "";
  display: table;
}
.contact-list .contact-items {
  margin-bottom: 30px;
}
.contact-list .contact-items::after {
  clear: both;
  content: "";
  display: table;
}
.contact-list .contact-item {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px 1em;
}
@media (min-width: 600px) {
  .contact-list .contact-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 600px) {
  .contact-list .contact-item {
    float: left;
    width: 50%;
  }
  .contact-list .contact-item:nth-child(2n+1) {
    clear: left;
  }
}
.contact-list .contact-item.highlighted-contact {
  background: #1d2871;
  color: #fff;
  padding-bottom: 2em;
}
.contact-list .contact-item.highlighted-contact a {
  color: #fff;
  text-decoration: underline;
}
.contact-list h6 {
  font-size: .75em;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}
@media (min-width: 900px) {
  .contact-list h6 {
    font-size: .85em;
  }
}
.contact-list h3 {
  font-size: 1.6em;
}
@media (min-width: 900px) {
  .contact-list h3 {
    font-size: 1.8em;
    margin-bottom: 0.4em;
  }
}
.contact-list h4 {
  font-size: 1.4em;
  margin-bottom: 0.3em;
}
@media (min-width: 900px) {
  .contact-list h4 {
    font-size: 1.5em;
  }
}
.contact-list p {
  font-size: .8em;
  line-height: 1.7em;
}
.contact-list p:last-child {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .contact-list p {
    font-size: .9em;
  }
}
.contact-list .view-all {
  margin-top: 1.5em;
}
@media (min-width: 900px) {
  .contact-list .view-all {
    font-size: 1em;
  }
}
.main-container:first-child:last-child .contact-list {
  margin: 0 -15px;
}
@media (min-width: 600px) {
  .main-container:first-child:last-child .contact-list {
    margin: 0 -30px;
  }
}
@media (min-width: 900px) {
  .main-container:first-child:last-child .contact-list .contact-item {
    width: 33.33333%;
  }
  .main-container:first-child:last-child .contact-list .contact-item:nth-child(2n+1) {
    clear: none;
  }
  .main-container:first-child:last-child .contact-list .contact-item:nth-child(3n+1) {
    clear: left;
  }
}
.contact-subfooter {
  color: #fff;
  background: #1d2871;
  padding: 5em 1em;
  margin: 40px -15px -60px;
}
.contact-subfooter::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 600px) {
  .contact-subfooter {
    padding: 5em 0 5em 2em;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 900px) {
  .contact-subfooter {
    padding: 4em 0 3em 2em;
  }
}
@media (min-width: 600px) {
  .contact-subfooter .main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .contact-subfooter .main-content:last-child {
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  .contact-subfooter .main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    width: 350px;
    border-right: 1px solid #fff;
    padding: 2em 5% 2em 3%;
  }
  .contact-subfooter .main-content:last-child {
    margin-right: 0;
  }
}
.contact-subfooter h6 {
  font-size: .75em;
  text-transform: uppercase;
  margin-bottom: .1em;
  font-weight: 700;
}
.contact-subfooter h3 {
  margin-bottom: 0.5em;
}
.contact-subfooter a {
  color: #fff;
  font-weight: 700;
}
.contact-subfooter address {
  font-style: normal;
  padding-left: .3em;
  font-size: .95em;
}
@media (min-width: 900px) {
  .contact-subfooter address {
    padding-left: 0.5em;
  }
}
.contact-subfooter .additional-info {
  padding-left: .3em;
  margin-top: 1em;
}
.contact-subfooter .additional-info h5 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.4em;
  margin-top: 1.2em;
}
@media (min-width: 600px) {
  .contact-subfooter .additional-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
    margin-top: 0;
  }
  .contact-subfooter .additional-info:last-child {
    margin-right: 0;
  }
  .contact-subfooter .additional-info h5 {
    margin-top: 0;
    margin-bottom: 1.3em;
  }
}
@media (min-width: 900px) {
  .contact-subfooter .additional-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0;
    width: 55%;
    width: calc(100% - 350px - 4em);
    padding: 4em 5% 3em 5%;
  }
  .contact-subfooter .additional-info:last-child {
    margin-right: 0;
  }
}
.contact-subfooter .arrow-nav-list {
  font-size: .85em;
  padding-left: 0.3em;
}
.lte-ie9 .contact-subfooter .arrow-nav-list {
  max-width: 500px;
}
.contact-subfooter .arrow-nav-list a {
  font-weight: 300;
  margin-bottom: 0.2em;
}
.contact-subfooter .arrow-nav-list a:before {
  font-size: 1em;
  margin-top: 0.2em;
  margin-left: -1.3em;
}
@media (min-width: 600px) {
  .lte-ie9 .contact-subfooter .arrow-nav-list a {
    display: inline-block;
    width: 8em;
  }
}
@media (min-width: 900px) {
  .lte-ie9 .contact-subfooter .arrow-nav-list a {
    width: 9.5em;
  }
}
@media (min-width: 600px) {
  .contact-subfooter .arrow-nav-list {
    padding-left: .8em;
    font-size: .8em;
    -webkit-columns: 3 10em;
    -moz-columns: 3 10em;
    columns: 3 10em;
  }
}
.content-block h5 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  color: #1d2871;
  margin-bottom: .2em;
}
.copy-block {
  font-size: 14px;
}
.copy-block h3 {
  margin-top: 1.2em;
}
.copy-block strong {
  color: #1d2871;
}
.copy-block ul {
  list-style: disc;
  padding-left: 1.5em;
}
.copy-block li {
  margin-bottom: 0.5em;
}
.copy-block .indent {
  padding: 0 20px;
}
.copy-block .cta {
  margin-top: 30px;
}
.copy-block .cta .link:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f178';
  margin-left: 0.5em;
}
.main-footer {
  background-color: #3a3a3a;
  color: #fff;
  position: relative;
}
.main-footer .about-section {
  padding: 2.5em 15px;
  position: relative;
  max-width: 900px;
}
@media (min-width: 600px) {
  .main-footer .about-section {
    padding: 4em 30px;
  }
}
@media (min-width: 900px) {
  .main-footer .about-section {
    position: static;
  }
}
.main-footer .about-section h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
.main-footer .about-section p {
  font-size: .9em;
}
.main-footer .about-section .nav-list {
  text-transform: uppercase;
  font-size: .8em;
}
@media (min-width: 900px) {
  .main-footer .about-section .nav-list {
    margin-top: 2em;
  }
}
.main-footer .about-section .nav-link {
  color: #fff;
  display: block;
}
@media (min-width: 900px) {
  .main-footer .about-section .nav-link {
    display: inline-block;
    margin-right: 1em;
  }
  .main-footer .about-section .nav-link:after {
    content: '|';
    display: inline-block;
    margin-left: 1em;
  }
  .main-footer .about-section .nav-link:last-child:after {
    display: none;
  }
}
.main-footer .about-section .nav-icon-list {
  position: absolute;
  right: 15px;
  bottom: 2.6em;
}
@media (min-width: 600px) {
  .main-footer .about-section .nav-icon-list {
    right: 30px;
  }
}
@media (min-width: 600px) {
  .main-footer .about-section .nav-icon-list {
    bottom: 4.2em;
  }
}
@media (min-width: 900px) {
  .main-footer .about-section .nav-icon-list {
    bottom: 1.6em;
  }
}
.main-footer .about-section .nav-icon-link {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  padding-top: 0.15em;
  font-size: 1.2em;
  color: #a1b1bc;
  border: 1px solid #a1b1bc;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-footer .about-section .nav-icon-link:hover, .main-footer .about-section .nav-icon-link:active, .main-footer .about-section .nav-icon-link:focus {
  background-color: #333;
  color: #fff;
}
.main-footer .copyright-section {
  background-color: #222533;
  padding: 1.5em 15px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .main-footer .copyright-section {
    padding: 1.5em 30px;
    font-size: 16px;
  }
}
.main-footer .copyright-section .copyright {
  font-size: 0.8em;
  margin-bottom: 1.4em;
}
@media (min-width: 900px) {
  .main-footer .copyright-section .copyright {
    margin-bottom: .3em;
  }
}
.main-footer .copyright-section .copyright-item {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.4em;
}
.main-footer .copyright-section .copyright-item:first-child:after {
  content: '|';
  display: inline-block;
  margin-left: 0.1em;
}
.main-footer .copyright-section .nav-link {
  color: #fff;
  display: block;
  font-size: 0.8em;
}
@media (min-width: 900px) {
  .main-footer .copyright-section .nav-link {
    display: inline-block;
    margin-right: 0.5em;
  }
  .main-footer .copyright-section .nav-link:after {
    content: '|';
    display: inline-block;
    margin-left: 0.4em;
  }
  .main-footer .copyright-section .nav-link:last-child:after {
    display: none;
  }
}
.main-header {
  padding: 12px 15px;
  border-bottom: 1px solid #1d2871;
}
@media (min-width: 600px) {
  .main-header {
    padding: 12px 30px;
  }
}
@media (min-width: 900px) {
  .main-header {
    padding: 20px 30px 12px;
  }
}
@media (min-width: 1300px) {
  .main-header {
    padding-bottom: 15px;
  }
}
.main-header .mobile-content {
  text-align: center;
}
.main-header .mobile-content::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 900px) {
  .main-header .mobile-content {
    display: none;
  }
}
.main-header .mobile-content .button-mobile-menu {
  float: left;
  background-color: #fff;
  color: #0072bc;
  font-size: 1.2em;
  padding: 10px;
  margin-left: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-header .mobile-content .button-mobile-menu:hover, .main-header .mobile-content .button-mobile-menu:active, .main-header .mobile-content .button-mobile-menu:focus {
  background-color: #eee;
  color: #005389;
}
.main-header .mobile-content .logo-link {
  display: block;
  position: absolute;
  top: 20px;
  left: 55px;
}
@media (min-width: 600px) {
  .main-header .mobile-content .logo-link {
    left: 50%;
    margin-left: -54px;
  }
}
.main-header .mobile-content .logo-link img {
  width: 108px;
  height: 21px;
  border: 0;
  outline: none;
  display: block;
}
.main-header .mobile-content .button-search {
  float: right;
  margin-right: -10px;
}
.main-header .mobile-content .button-broker {
  position: relative;
  float: right;
  top: 3px;
  padding: 0 10px;
  min-width: auto;
  width: auto;
  height: 32px;
  line-height: 36px;
  font-size: 0.7em;
}
.main-header .desktop-content {
  display: none;
  position: relative;
}
@media (min-width: 900px) {
  .main-header .desktop-content {
    display: block;
  }
}
.main-header .desktop-content .logo-link {
  border: 0;
  outline: none;
}
.main-header .desktop-content .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  border: 0;
  outline: none;
}
.main-header .desktop-content nav {
  display: block;
  vertical-align: middle;
  padding: 1.2em 0 0;
}
@media (min-width: 1300px) {
  .main-header .desktop-content nav {
    display: inline-block;
    width: 55%;
    text-align: center;
  }
}
.main-header .desktop-content .nav-link {
  display: inline-block;
  margin-right: 1.8em;
  text-transform: uppercase;
  font-size: .9em;
  color: #333;
}
.main-header .desktop-content .nav-link:hover, .main-header .desktop-content .nav-link:active, .main-header .desktop-content .nav-link:focus {
  color: #42b3e5;
  font-weight: 700;
}
.main-header .desktop-content .nav-link.active {
  color: #42b3e5;
  font-weight: 700;
}
.main-header .desktop-content .action-group {
  position: absolute;
  right: 0;
  top: 0;
}
.main-header .desktop-content .action-group::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 1300px) {
  .main-header .desktop-content .action-group {
    margin-top: .5em;
  }
}
.main-header .desktop-content .action-group .buttons {
  float: right;
  margin-bottom: 15px;
}
.main-header .desktop-content .action-group .search-form {
  position: relative;
  padding: 0;
  clear: both;
  top: 1px;
}
@media (min-width: 1300px) {
  .main-header .desktop-content .action-group .search-form {
    float: left;
    clear: none;
    top: 0;
    margin: 9px 30px 0 0;
  }
}
.main-header .desktop-content .action-group .search-form .search-input {
  width: 200px;
  margin: 0;
  font-size: 0.8em;
  text-transform: uppercase;
}
.home-hero {
  border-radius: 5px;
  position: relative;
  margin: -40px -15px 0;
}
@media (min-width: 600px) {
  .home-hero {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 900px) {
  .home-hero {
    height: 600px;
  }
}
.home-hero .bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 900px) {
  .home-hero .bg-image {
    display: block;
  }
}
.home-hero .home-hero-content {
  background-color: #1d2871;
  color: #fff;
  padding: 1.5em 15px;
}
@media (min-width: 600px) {
  .home-hero .home-hero-content {
    padding: 1.5em 30px;
  }
}
@media (min-width: 900px) {
  .home-hero .home-hero-content {
    position: relative;
    top: 12em;
    padding-left: 4em;
    width: 700px;
  }
}
.home-hero .home-hero-content h1 {
  font-size: 40px;
  margin-bottom: .2em;
}
@media (min-width: 900px) {
  .home-hero .home-hero-content h1 {
    font-size: 50px;
  }
}
.home-hero .home-hero-content p {
  font-size: .9em;
  margin-bottom: 1.5em;
}
@media (min-width: 900px) {
  .home-hero .home-hero-content p {
    font-size: 1em;
  }
}
.home-hero .home-hero-content .button-submit {
  display: block;
  max-width: 385px;
  margin: 0 auto;
}
.internal-nav {
  display: none;
  margin-bottom: 2em;
}
@media (min-width: 900px) {
  .internal-nav {
    display: block;
  }
}
.internal-nav h4 {
  background-color: #fafafa;
  text-transform: uppercase;
  color: #1d2871;
  border-bottom: 2px solid #ddd;
  padding: 1.2em .5em;
  font-size: 1.05em;
  font-weight: 700;
  margin-bottom: 0;
}
.internal-nav nav .nav-level-1 {
  margin-left: .5em;
}
.internal-nav nav .nav-level-1 a {
  display: block;
  color: #a1b1bc;
  padding: 1.2em 3em 1.2em .5em;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
}
.internal-nav nav .nav-level-1 a:hover {
  color: #42b3e5;
  font-weight: 700;
}
.internal-nav nav .nav-level-1 .has-subnav > a {
  position: relative;
}
.internal-nav nav .nav-level-1 .has-subnav > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f067';
  color: #a1b1bc;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
}
.internal-nav nav .nav-level-1 .has-subnav > a:hover:before {
  color: #42b3e5;
}
.internal-nav nav .nav-level-1 .has-subnav > a.opened {
  color: #42b3e5;
  font-weight: 700;
}
.internal-nav nav .nav-level-1 .has-subnav > a.opened:before {
  color: #42b3e5;
  content: '\f068';
}
.internal-nav nav .nav-level-2 li {
  padding-left: 0;
  color: #a1b1bc;
}
.internal-nav nav .nav-level-2 a {
  color: #a1b1bc;
  font-weight: 700;
  padding-left: 1.5em;
}
.internal-nav nav .nav-level-3 a {
  padding-left: 3em;
}
.internal-nav nav .nav-level-2, .internal-nav nav .nav-level-3 {
  display: none;
}
.internal-nav nav a.active {
  color: #42b3e5;
  font-weight: 700;
}
.page-heading {
  margin: 40px 0 25px;
  border-bottom: 1px solid #eee;
}
.page-heading h5 {
  color: #42b3e5;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 0.3em;
}
@media (min-width: 900px) {
  .page-heading h5 {
    font-size: 0.95em;
    margin-bottom: .2em;
  }
}
.page-heading h2 {
  color: #1d2871;
  margin-bottom: 0.7em;
  font-size: 2em;
}
@media (min-width: 900px) {
  .page-heading h2 {
    font-size: 2.4em;
  }
}
.page-heading .button {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: .5em;
}
@media (min-width: 600px) {
  .page-heading .button {
    font-size: .7em;
    height: 38px;
    min-width: 12em;
    width: auto;
  }
}
@media (min-width: 900px) {
  .page-heading .button {
    font-size: .9em;
    height: 48px;
    margin-right: .5em;
  }
}
.page-heading .button:last-child {
  margin-bottom: 30px;
}
.page-tiles .page-tile {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 900px) {
  .page-tiles .page-tile {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
}
.page-tiles .page-tile-image {
  display: none;
}
@media (min-width: 600px) {
  .page-tiles .page-tile-image {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
  }
}
@media (min-width: 600px) {
  .page-tiles .page-tile-details {
    display: inline-block;
    vertical-align: middle;
    width: 67%;
    padding-left: 2.5em;
  }
}
.page-tiles .page-tile-details h6 {
  font-size: .75em;
  color: #42b3e5;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.page-tiles .page-tile-details h3 {
  font-size: 1.5em;
  margin-bottom: 0.4em;
}
@media (min-width: 900px) {
  .page-tiles .page-tile-details h3 {
    font-size: 1.8em;
  }
}
.page-tiles .page-tile-details p {
  font-size: .9em;
  margin-bottom: 1.3em;
  line-height: 1.4em;
}
@media (min-width: 900px) {
  .page-tiles .page-tile-details p {
    font-size: 1em;
  }
}
.page-tiles .button {
  font-size: 0.75em;
  padding: 1.6em 1.5em;
  min-width: 16em;
}
.primary-promo {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
}
.primary-promo::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 600px) {
  .primary-promo {
    margin: 0 -30px;
  }
}
@media (min-width: 900px) {
  .primary-promo {
    margin: 0;
    max-width: 650px;
  }
}
.primary-promo .bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat center;
  background-size: cover;
  background-position: top center;
}
.primary-promo .promo-content-wrapper {
  position: relative;
}
@media (min-width: 900px) {
  .primary-promo .promo-content-wrapper {
    padding-bottom: 100%;
  }
}
.primary-promo .promo-content {
  padding: 80px 15px;
}
@media (min-width: 600px) {
  .primary-promo .promo-content {
    padding: 60px 30px;
  }
}
@media (min-width: 900px) {
  .primary-promo .promo-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .primary-promo .promo-content:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -0.32em;
  }
  .primary-promo .promo-content .promo-content-positioner {
    display: inline-block;
    vertical-align: middle;
  }
}
.primary-promo h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 0.3em;
}
.primary-promo h2 {
  color: #fff;
  margin-bottom: 0.2em;
  font-size: 2em;
}
@media (min-width: 600px) {
  .primary-promo h2 {
    font-size: 2.4em;
  }
}
.primary-promo p {
  color: #fff;
  font-size: .9em;
  line-height: 1.2em;
}
@media (min-width: 600px) {
  .primary-promo p {
    font-size: 1em;
    line-height: 1.4em;
  }
}
.primary-promo .button {
  font-size: 0.7em;
  padding: 1.8em;
  margin-top: 0.5em;
}
.product-detail .main-content {
  margin-bottom: 2em;
}
@media (min-width: 900px) {
  .product-detail .main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .product-detail .main-content:last-child {
    margin-right: 0;
  }
}
.product-detail h4 {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 700;
  color: #1d2871;
  margin-bottom: .2em;
  margin-top: 2em;
}
@media (min-width: 900px) {
  .product-detail h4 {
    font-size: 1em;
  }
}
.product-detail h4:first-child {
  margin-top: 0;
}
.product-detail p {
  font-size: .9em;
  margin-bottom: 1em;
}
@media (min-width: 900px) {
  .product-detail p {
    font-size: 1em;
  }
}
.product-detail .contact-list {
  font-size: 0.75em;
  margin-top: 1.5em;
}
.product-detail .contact-list li {
  margin-bottom: 0.3em;
}
.product-detail .contact-list a {
  text-decoration: underline;
}
@media (min-width: 900px) {
  .product-detail .contact-list {
    font-size: .9em;
  }
  .product-detail .contact-list li {
    margin-bottom: 0.1em;
  }
}
.product-detail .callout {
  background-color: #4bc8b6;
  color: #fff;
  padding: 1.5em;
  font-size: .8em;
}
@media (min-width: 900px) {
  .product-detail .callout {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
    font-size: 1em;
  }
  .product-detail .callout:last-child {
    margin-right: 0;
  }
}
.product-detail .callout h4 {
  color: #fff;
  margin-bottom: 0.3em;
}
.product-detail .callout h4:first-child {
  margin-top: 0;
}
.product-detail .callout ul {
  list-style: initial;
  padding-left: 2em;
  margin-bottom: 0;
}
.product-detail .callout ul li {
  margin-bottom: 0.2em;
}
.product-menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 100%;
  padding: 0 15px 10em;
  background: #1d2871;
  background-color: rgba(29, 40, 113, 0.95);
  color: #fff;
  z-index: 10;
  display: none;
}
.product-menu::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 600px) {
  .product-menu {
    padding: 0 30px 10em;
  }
}
.product-menu.active {
  display: block;
}
.product-tiles {
  margin: 40px 0;
}
.product-tiles::after {
  clear: both;
  content: "";
  display: table;
}
.product-tiles .product-view-item {
  display: none;
}
.product-tiles .product-view-item.active {
  display: block;
}
.product-tiles h1 {
  font-size: 2em;
  color: #1d2871;
  margin-bottom: 0.5em;
}
@media (min-width: 600px) {
  .product-tiles h1 {
    font-size: 2.5em;
  }
}
.product-tiles h3 {
  font-size: 1.8em;
  margin-top: 1em;
  margin-bottom: .5em;
  color: #4bc8b6;
}
.product-tiles .category-descr {
  font-size: .9em;
}
@media (min-width: 600px) {
  .product-tiles .category-descr {
    font-size: 1em;
  }
}
.product-tiles .product-list {
  margin-top: 1em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.product-tiles .product-list:last-child {
  margin-right: 0;
}
.product-tiles .product-list::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 600px) {
  .product-tiles .product-list {
    margin-top: 2em;
  }
}
.profile-list .profile {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
@media (min-width: 600px) {
  .profile-list .profile-image {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 600px) {
  .profile-list .profile-details {
    display: inline-block;
    vertical-align: top;
    width: 72%;
    padding-left: 1em;
  }
}
@media (min-width: 900px) {
  .profile-list .profile-details {
    padding-left: 1.5em;
  }
}
.profile-list .profile-name {
  margin-top: 1em;
  color: #1d2871;
  font-size: 1.7em;
  margin-bottom: .2em;
}
@media (min-width: 600px) {
  .profile-list .profile-name {
    margin-top: 0;
  }
}
.profile-list .profile-title {
  font-size: .95em;
  color: #42b3e5;
  margin-bottom: .2em;
}
.profile-list .profile-descr {
  margin-top: 0.7em;
}
.profile-list p {
  font-size: .9em;
}
.search-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  min-height: 250px;
  left: 0;
  background: #1d2871;
  background-color: rgba(29, 40, 113, 0.9);
  padding: 10px 15px;
  display: none;
  z-index: 10;
}
@media (min-width: 600px) {
  .search-overlay {
    padding: 10px 30px;
  }
}
.search-overlay.active {
  display: block;
}
@media (min-width: 900px) {
  .search-overlay, .search-overlay.active {
    display: none;
  }
}
.search-overlay .search-form {
  margin: 0 auto;
}
@media (min-width: 600px) {
  .search-overlay .search-form {
    padding-top: 8em;
  }
}
.search-overlay .search-form .search-label {
  display: none;
}
@media (min-width: 900px) {
  .search-overlay .search-form .search-label {
    display: inline-block;
    vertical-align: top;
    width: 4em;
    margin-right: 1.1em;
    color: #fff;
    font-size: 2.5em;
    font-weight: 300;
    border-right: 2px solid #fff;
  }
}
.search-overlay .search-form .search-input {
  width: 67%;
  display: inline-block;
  text-transform: uppercase;
  height: 50px;
}
.search-overlay .search-form .search-input::-webkit-input-placeholder {
  color: #42b3e5;
}
.search-overlay .search-form .search-input::-moz-placeholder {
  color: #42b3e5;
}
.search-overlay .search-form .search-input:-moz-placeholder {
  color: #42b3e5;
}
.search-overlay .search-form .search-input:-ms-input-placeholder {
  color: #42b3e5;
}
@media (min-width: 600px) {
  .search-overlay .search-form .search-input {
    height: 54px;
  }
}
@media (min-width: 900px) {
  .search-overlay .search-form .search-input {
    width: 50%;
    margin-right: .5em;
  }
}
.search-overlay .search-form .search-input::-webkit-input-placeholder {
  color: transparent;
}
.search-overlay .search-form .search-input::-moz-placeholder {
  color: transparent;
}
.search-overlay .search-form .search-input:-moz-placeholder {
  color: transparent;
}
.search-overlay .search-form .search-input:-ms-input-placeholder {
  color: transparent;
}
@media (min-width: 600px) {
  .search-overlay .search-form .search-input::-webkit-input-placeholder {
    color: #42b3e5;
  }
  .search-overlay .search-form .search-input::-moz-placeholder {
    color: #42b3e5;
  }
  .search-overlay .search-form .search-input:-moz-placeholder {
    color: #42b3e5;
  }
  .search-overlay .search-form .search-input:-ms-input-placeholder {
    color: #42b3e5;
  }
}
.search-overlay .search-form .button-submit {
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 1.38em;
  font-size: 0.9em;
  height: 50px;
}
@media (min-width: 600px) {
  .search-overlay .search-form .button-submit {
    height: 54px;
  }
}
@media (min-width: 900px) {
  .search-overlay .search-form .button-submit {
    width: 12em;
    margin-left: 1em;
  }
}
@media (min-width: 600px) {
  .search-overlay .search-form .title-brief {
    display: none;
  }
}
.search-overlay .search-form .title-full {
  display: none;
}
@media (min-width: 600px) {
  .search-overlay .search-form .title-full {
    display: inline;
  }
}
.search-overlay .close-button {
  color: #fff;
  font-size: 1.2em;
  padding: 10px;
  margin-right: -10px;
}
@media (min-width: 900px) {
  .secondary-promo {
    max-width: 650px;
  }
}
.secondary-promo .promo {
  position: relative;
  background-color: #f9fafb;
  padding: 2em 15px;
  margin: 0 -15px;
}
@media (min-width: 600px) {
  .secondary-promo .promo {
    padding: 2em 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 900px) {
  .secondary-promo .promo {
    margin: 0;
  }
}
.secondary-promo .promo h5 {
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 0.3em;
}
.secondary-promo .promo h2 {
  margin-bottom: 0.3em;
  font-size: 2em;
}
.secondary-promo .promo p {
  font-size: .9em;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}
@media (min-width: 900px) {
  .secondary-promo .promo p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .secondary-promo .promo {
    padding: 0;
    padding-bottom: 50%;
  }
  .secondary-promo .promo .promo-descr-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
  }
  .secondary-promo .promo .promo-descr-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin-left: -6px;
  }
  .secondary-promo .promo .promo-descr-wrapper .promo-descr {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2em;
  }
  .secondary-promo .promo .promo-button-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    text-align: center;
  }
  .secondary-promo .promo .promo-button-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
  }
  .secondary-promo .promo .promo-button-wrapper .button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .secondary-promo .promo:nth-child(odd) {
    background: #f9fafb url("../img/secondary-promo_even.png") no-repeat right center;
    background-size: auto 100%;
  }
  .secondary-promo .promo:nth-child(even) {
    background: #f9fafb url("../img/secondary-promo_odd.png") no-repeat left center;
    background-size: auto 100%;
  }
  .secondary-promo .promo:nth-child(even) .promo-button-wrapper {
    left: 0;
    right: 50%;
  }
  .secondary-promo .promo:nth-child(even) .promo-descr-wrapper {
    right: 0;
    left: 50%;
  }
  .secondary-promo .promo:nth-child(even) .promo-descr-wrapper .promo-descr {
    padding-left: 2.5em;
    padding-right: 1em;
  }
}
.section-container {
  padding: 0;
  margin: 40px 0;
}
.section-container::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 600px) {
  .section-container.break-sm .col {
    float: left;
    display: block;
    overflow: hidden;
  }
  .section-container.break-sm.col-2 .col {
    width: 50%;
  }
  .section-container.break-sm.col-3 .col {
    width: 33.33333%;
  }
  .section-container.break-sm.col-sm-lg .col:first-child {
    width: 33.33333%;
  }
  .section-container.break-sm.col-sm-lg .col:last-child {
    width: 66.66667%;
  }
  .section-container.break-sm.col-lg-sm .col:first-child {
    width: 66.66667%;
  }
  .section-container.break-sm.col-lg-sm .col:last-child {
    width: 33.33333%;
  }
  .section-container.break-sm .col:first-child {
    border-radius: 10px 0 0 10px;
  }
  .section-container.break-sm .col:last-child {
    border-radius: 0 10px 10px 0;
  }
}
@media (min-width: 900px) {
  .section-container .col {
    float: left;
    display: block;
    overflow: hidden;
  }
  .section-container.col-2 .col {
    width: 50%;
  }
  .section-container.col-3 .col {
    width: 33.33333%;
  }
  .section-container.col-sm-lg .col:first-child {
    width: 33.33333%;
  }
  .section-container.col-sm-lg .col:last-child {
    width: 66.66667%;
  }
  .section-container.col-lg-sm .col:first-child {
    width: 66.66667%;
  }
  .section-container.col-lg-sm .col:last-child {
    width: 33.33333%;
  }
  .section-container .col:first-child {
    border-radius: 10px 0 0 10px;
  }
  .section-container .col:last-child {
    border-radius: 0 10px 10px 0;
  }
}
.alerts .alert {
  position: relative;
  background-color: #999;
  padding: 15px 55px 15px 30px;
  color: #fff;
}
@media (max-width: 599px) {
  .alerts .alert {
    padding-left: 15px;
    padding-right: 40px;
  }
}
.alerts .alert-error {
  background-color: #ae005f;
}
.alerts .alert-warning {
  background-color: #673bb8;
}
.alerts .alert-info {
  background-color: #42b3e5;
}
.alerts .alert-success {
  background-color: #4bc8b6;
}
.alerts .alert a {
  text-decoration: underline;
}
.alerts .alert a, .alerts .alert a:hover, .alerts .alert a:active, .alerts .alert a:focus {
  color: #fff;
}
.alerts .alert .close {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 30px;
  padding: 15px;
  margin-right: -15px;
}
@media (max-width: 599px) {
  .alerts .alert .close {
    right: 15px;
  }
}
.alerts .alert .close:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00d';
}
.search-results {
  max-width: 900px;
  margin: 0 auto;
}
.search-results h1 {
  color: #1d2871;
  font-size: 40px;
}
@media (min-width: 900px) {
  .search-results h1 {
    font-size: 48px;
  }
}
.search-results li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.search-results li:last-child {
  border: 0;
}
.nav-overlay {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #fff;
  padding: 10px 0;
  display: none;
}
.nav-overlay.active {
  display: block;
}
@media (min-width: 900px) {
  .nav-overlay.active {
    display: none;
  }
}
.nav-overlay .close-button {
  display: block;
  position: absolute;
  top: 8px;
  left: 15px;
  padding: 10px;
  margin-left: -10px;
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 600px) {
  .nav-overlay .close-button {
    left: 30px;
  }
}
.nav-overlay .search-form {
  margin-left: 50px;
  margin-right: 15px;
}
@media (min-width: 600px) {
  .nav-overlay .search-form {
    margin-left: 65px;
    margin-right: 30px;
  }
}
.nav-overlay nav {
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}
.nav-overlay nav a {
  display: block;
  border-top: 1px solid #ddd;
  padding: 17px 15px 12px;
  color: #999;
}
@media (min-width: 600px) {
  .nav-overlay nav a {
    padding: 17px 30px 12px;
  }
}
.nav-overlay nav a.active, .nav-overlay nav a:hover {
  color: #42b3e5;
}
/* WES-37 */
@media (min-width: 1300px) {
  .product:nth-child(2n+1) {
    clear: none;
  }
}
@media (min-width: 900px) {
  .product:nth-child(2n+1) {
      clear: none;
  }
}