@charset "UTF-8";
/*================================================================================
[Layer 1 - Core variables and mixins]
*/
/*//!** Background for the dropdown menu.
@dropdown-bg:                    #fff;
//!** Dropdown menu `border-color`.
@dropdown-border:                rgba(0,0,0,.15);
//!** Dropdown menu `border-color` **for IE8**.
@dropdown-fallback-border:       #ccc;
//!** Divider color for between dropdown items.
@dropdown-divider-bg:            #e5e5e5;

//!** Dropdown link text color.
@dropdown-link-color:            @gray-dark;
//!** Hover color for dropdown links.
@dropdown-link-hover-color:      darken(@gray-dark, 5%);
//!** Hover background for dropdown links.
@dropdown-link-hover-bg:         #f5f5f5;

//!** Active dropdown menu item text color.
@dropdown-link-active-color:     @component-active-color;
//!** Active dropdown menu item background color.
@dropdown-link-active-bg:        @component-active-bg;

//!** Disabled dropdown menu item background color.
@dropdown-link-disabled-color:   @gray-light;

//!** Text color for headers within dropdown menus.
@dropdown-header-color:          @gray-light;

//!** Deprecated `@dropdown-caret-color` as of v3.1.0
@dropdown-caret-color:           #000;*/
/*// Basics of a navbar
@navbar-height:                    50px;
@navbar-margin-bottom:             @line-height-computed;
@navbar-border-radius:             @border-radius-base;
@navbar-padding-horizontal:        floor((@grid-gutter-width / 2));
@navbar-padding-vertical:          ((@navbar-height - @line-height-computed) / 2);
@navbar-collapse-max-height:       340px;

@navbar-default-color:             #777;
@navbar-default-bg:                #f8f8f8;
@navbar-default-border:            darken(@navbar-default-bg, 6.5%);

// Navbar links
@navbar-default-link-color:                #777;
@navbar-default-link-hover-color:          #333;
@navbar-default-link-hover-bg:             transparent;
@navbar-default-link-active-color:         #555;
@navbar-default-link-active-bg:            darken(@navbar-default-bg, 6.5%);
@navbar-default-link-disabled-color:       #ccc;
@navbar-default-link-disabled-bg:          transparent;

// Navbar brand label
@navbar-default-brand-color:               @navbar-default-link-color;
@navbar-default-brand-hover-color:         darken(@navbar-default-brand-color, 10%);
@navbar-default-brand-hover-bg:            transparent;

// Navbar toggle
@navbar-default-toggle-hover-bg:           #ddd;
@navbar-default-toggle-icon-bar-bg:        #888;
@navbar-default-toggle-border-color:       #ddd;


//=== Inverted navbar
// Reset inverted navbar basics
@navbar-inverse-color:                      lighten(@gray-light, 15%);
@navbar-inverse-bg:                         #222;
@navbar-inverse-border:                     darken(@navbar-inverse-bg, 10%);

// Inverted navbar links
@navbar-inverse-link-color:                 lighten(@gray-light, 15%);
@navbar-inverse-link-hover-color:           #fff;
@navbar-inverse-link-hover-bg:              transparent;
@navbar-inverse-link-active-color:          @navbar-inverse-link-hover-color;
@navbar-inverse-link-active-bg:             darken(@navbar-inverse-bg, 10%);
@navbar-inverse-link-disabled-color:        #444;
@navbar-inverse-link-disabled-bg:           transparent;

// Inverted navbar brand label
@navbar-inverse-brand-color:                @navbar-inverse-link-color;
@navbar-inverse-brand-hover-color:          #fff;
@navbar-inverse-brand-hover-bg:             transparent;

// Inverted navbar toggle
@navbar-inverse-toggle-hover-bg:            #333;
@navbar-inverse-toggle-icon-bar-bg:         #fff;
@navbar-inverse-toggle-border-color:        #333;*/
/*
//== Pills
@nav-pills-border-radius:                   @border-radius-base;
@nav-pills-active-link-hover-bg:            @component-active-bg;
@nav-pills-active-link-hover-color:         @component-active-color;

*/
/*@jumbotron-padding:              30px;
@jumbotron-color:                inherit;
@jumbotron-bg:                   @gray-lighter;
@jumbotron-heading-color:        inherit;
@jumbotron-font-size:            ceil((@font-size-base * 1.5));
@jumbotron-heading-font-size:    ceil((@font-size-base * 4.5));*/
/*//!** Popover body background color
@popover-bg:                          #fff;
//!** Popover maximum width
@popover-max-width:                   276px;
//!** Popover border color
@popover-border-color:                rgba(0,0,0,.2);
//!** Popover fallback border color
@popover-fallback-border-color:       #ccc;

//!** Popover title background color
@popover-title-bg:                    darken(@popover-bg, 3%);

//!** Popover arrow width
@popover-arrow-width:                 10px;
//!** Popover arrow color
@popover-arrow-color:                 @popover-bg;

//!** Popover outer arrow width
@popover-arrow-outer-width:           (@popover-arrow-width + 1);
//!** Popover outer arrow color
@popover-arrow-outer-color:           fadein(@popover-border-color, 5%);
//!** Popover outer arrow fallback color
@popover-arrow-outer-fallback-color:  darken(@popover-fallback-border-color, 20%);*/
/*@label-default-bg:            @gray-light;
//!** Primary label background color
@label-primary-bg:            @brand-primary;
//!** Success label background color
@label-success-bg:            @brand-success;
//!** Info label background color
@label-info-bg:               @brand-info;
//!** Warning label background color
@label-warning-bg:            @brand-warning;
//!** Danger label background color
@label-danger-bg:             @brand-danger;

//!** Default label text color
@label-color:                 #fff;
//!** Default text color of a linked label
@label-link-hover-color:      #fff;*/
/*//!** Background color of the whole progress component
@progress-bg:                 #f5f5f5;
//!** Progress bar text color
@progress-bar-color:          #fff;
//!** Variable for setting rounded corners on progress bar.
@progress-border-radius:      @border-radius-base;

//!** Default progress bar color
@progress-bar-bg:             @brand-primary;
//!** Success progress bar color
@progress-bar-success-bg:     @brand-success;
//!** Warning progress bar color
@progress-bar-warning-bg:     @brand-warning;
//!** Danger progress bar color
@progress-bar-danger-bg:      @brand-danger;
//!** Info progress bar color
@progress-bar-info-bg:        @brand-info;*/
/*//!** Background color on `.list-group-item`
@list-group-bg:                 #fff;
//!** `.list-group-item` border color
@list-group-border:             #ddd;
//!** List group border radius
@list-group-border-radius:      @border-radius-base;

//!** Background color of single list items on hover
@list-group-hover-bg:           #f5f5f5;
//!** Text color of active list items
@list-group-active-color:       @component-active-color;
//!** Background color of active list items
@list-group-active-bg:          @component-active-bg;
//!** Border color of active list elements
@list-group-active-border:      @list-group-active-bg;
//!** Text color for content within active list items
@list-group-active-text-color:  lighten(@list-group-active-bg, 40%);

//!** Text color of disabled list items
@list-group-disabled-color:      @gray-light;
//!** Background color of disabled list items
@list-group-disabled-bg:         @gray-lighter;
//!** Text color for content within disabled list items
@list-group-disabled-text-color: @list-group-disabled-color;

@list-group-link-color:         #555;
@list-group-link-hover-color:   @list-group-link-color;
@list-group-link-heading-color: #333;*/
/*@badge-color:                 #fff;
//!** Linked badge text color on hover
@badge-link-hover-color:      #fff;
@badge-bg:                    @gray-light;

//!** Badge text color in active nav link
@badge-active-color:          @link-color;
//!** Badge background color in active nav link
@badge-active-bg:             #fff;

@badge-font-weight:           bold;
@badge-line-height:           1;
@badge-border-radius:         10px;*/
/*================================================================================
[Layer 2 - Reset and dependencies]
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=e3e47e2f-d9a6-4745-962f-780c7d8a77e2");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 70%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
.print-only {
  display: none !important;
}
@media print {
  .print-only {
    display: block !important;
  }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .main-nav__mobile-trigger,
  .main-nav__search-trigger,
  .sharing-list,
  .section-nav {
    display: none !important;
  }
  .main-logo {
    margin: 0 !important;
  }
  section {
    page-break-inside: avoid;
  }
}
.datepicker {
  padding: 4px;
  background: #fff;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.lt-ie9 .datepicker {
  border: 1px solid #EBEBEB;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #EBEBEB;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #EBEBEB;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #F4F4F4;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #EBEBEB;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #EBEBEB;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #007AC9;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #F4F4F4;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background: #ffffff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: #007AC9;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker table tr td span:hover {
  background: #F4F4F4;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #EBEBEB;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background: #007AC9;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #EBEBEB;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #F4F4F4;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #F4F4F4;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "Neue Helvetica W01_n2";
  src: url("../fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix");
  src: url("../fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix") format("eot"), url("../fonts/aff68211-86bb-476d-882e-f7a3face144c.woff2") format("woff2"), url("../fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff") format("woff"), url("../fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf") format("truetype"), url("../fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01_i2";
  src: url("../fonts/1cc063b6-7e7b-4880-9905-0d3d4f9c7c7d.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/1cc063b6-7e7b-4880-9905-0d3d4f9c7c7d.eot?#iefix");
  src: url("../fonts/1cc063b6-7e7b-4880-9905-0d3d4f9c7c7d.eot?#iefix") format("eot"), url("../fonts/259bda14-7f43-47ac-b7ac-2baa71dbc05f.woff2") format("woff2"), url("../fonts/b6d63cb7-64b5-4d39-beaf-a8d9fe5eb1df.woff") format("woff"), url("../fonts/284ad777-0022-42a3-9197-c449457c670a.ttf") format("truetype"), url("../fonts/202b6353-ffff-45b1-9a1a-89497323d7ed.svg#202b6353-ffff-45b1-9a1a-89497323d7ed") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Neue Helvetica W01_n3";
  src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
  src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"), url("../fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2") format("woff2"), url("../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("../fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("../fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01_i3";
  src: url("../fonts/a4f9f319-dec9-4afc-8b50-e18cc1b61cb4.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/a4f9f319-dec9-4afc-8b50-e18cc1b61cb4.eot?#iefix");
  src: url("../fonts/a4f9f319-dec9-4afc-8b50-e18cc1b61cb4.eot?#iefix") format("eot"), url("../fonts/09f28057-e848-49b3-94bf-bfaefff51b64.woff2") format("woff2"), url("../fonts/8e9ee02b-f337-4f13-ad6c-969d6d6536c8.woff") format("woff"), url("../fonts/beddbbc6-203e-4f36-8960-3f5ca22af567.ttf") format("truetype"), url("../fonts/af177436-d9e8-44e8-9c9c-ef2d945f20a3.svg#af177436-d9e8-44e8-9c9c-ef2d945f20a3") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Neue Helvetica W01_n6";
  src: url("../fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix");
  src: url("../fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("eot"), url("../fonts/ab23c239-fb66-406e-bce6-f0f260f5a217.woff2") format("woff2"), url("../fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"), url("../fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"), url("../fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01_o6";
  src: url("../fonts/da1caa74-3384-442b-9cf3-c7c71ea54b37.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/da1caa74-3384-442b-9cf3-c7c71ea54b37.eot?#iefix");
  src: url("../fonts/da1caa74-3384-442b-9cf3-c7c71ea54b37.eot?#iefix") format("eot"), url("../fonts/ff14b8ac-2eb4-4d50-b330-e3e0afb4d8f5.woff2") format("woff2"), url("../fonts/5287baae-f2f0-48f7-98bd-ec2986854951.woff") format("woff"), url("../fonts/e6ab5bf0-c0a7-4aeb-a5d0-50177e6b354b.ttf") format("truetype"), url("../fonts/38074018-c2af-4832-8ffa-02293e606fb7.svg#38074018-c2af-4832-8ffa-02293e606fb7") format("svg");
  font-weight: 600;
  font-style: oblique;
}
@font-face {
  font-family: "Helvetica W01_n4";
  src: url("../fonts/05598d95-f297-4c7f-a825-ab617e7e045f.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Helvetica W01";
  src: url("../fonts/05598d95-f297-4c7f-a825-ab617e7e045f.eot?#iefix");
  src: url("../fonts/05598d95-f297-4c7f-a825-ab617e7e045f.eot?#iefix") format("eot"), url("../fonts/89294146-207c-4803-91fe-338f0d0094bd.woff2") format("woff2"), url("../fonts/57055fe4-c2d3-4287-bac2-eece43fdcbd3.woff") format("woff"), url("../fonts/2922d55c-8df4-4066-b7b0-eec2d1524330.ttf") format("truetype"), url("../fonts/f8343ddf-e94d-471e-95b0-3b435acc2499.svg#f8343ddf-e94d-471e-95b0-3b435acc2499") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica W01_o4";
  src: url("../fonts/d3ccb7ea-0438-4c8f-8d67-09fc47f702f8.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Helvetica W01";
  src: url("../fonts/d3ccb7ea-0438-4c8f-8d67-09fc47f702f8.eot?#iefix");
  src: url("../fonts/d3ccb7ea-0438-4c8f-8d67-09fc47f702f8.eot?#iefix") format("eot"), url("../fonts/ac4134ce-b28e-4df9-b88c-a67db965774e.woff2") format("woff2"), url("../fonts/6389110a-e983-4d95-8d1f-5a87de018aac.woff") format("woff"), url("../fonts/940b0050-c3b7-41ea-af4b-857bc9e8313d.ttf") format("truetype"), url("../fonts/10fdc723-bfd0-4462-b99c-a97a1b174b16.svg#10fdc723-bfd0-4462-b99c-a97a1b174b16") format("svg");
  font-weight: 400;
  font-style: oblique;
}
@font-face {
  font-family: "Helvetica W01_n7";
  src: url("../fonts/05f47e74-d17c-45af-86c3-8ab878fd4ec7.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Helvetica W01";
  src: url("../fonts/05f47e74-d17c-45af-86c3-8ab878fd4ec7.eot?#iefix");
  src: url("../fonts/05f47e74-d17c-45af-86c3-8ab878fd4ec7.eot?#iefix") format("eot"), url("../fonts/7ce0a2f5-eb00-46aa-919c-5b3f3667646c.woff2") format("woff2"), url("../fonts/cad22c74-45b4-4c49-9e6a-0cd3768a7bc7.woff") format("woff"), url("../fonts/8ebb9b04-d12d-488e-aa96-0bb6e6777336.ttf") format("truetype"), url("../fonts/7672ef16-fedc-4b60-8337-04b537a6ada5.svg#7672ef16-fedc-4b60-8337-04b537a6ada5") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica W01_o7";
  src: url("../fonts/ec51a024-d2de-44f6-8c2c-4fa4b59564cb.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Helvetica W01";
  src: url("../fonts/ec51a024-d2de-44f6-8c2c-4fa4b59564cb.eot?#iefix");
  src: url("../fonts/ec51a024-d2de-44f6-8c2c-4fa4b59564cb.eot?#iefix") format("eot"), url("../fonts/3e13f208-91f2-41ec-b1bf-e5b29d486821.woff2") format("woff2"), url("../fonts/17d3cf02-3e99-48c3-953a-b26082b28949.woff") format("woff"), url("../fonts/69bad428-ee4f-4bad-9fee-41ce37f8d3f8.ttf") format("truetype"), url("../fonts/1448061d-3b67-423d-8b23-e12b9b7d9437.svg#1448061d-3b67-423d-8b23-e12b9b7d9437") format("svg");
  font-weight: 700;
  font-style: oblique;
}
.helveticaRoman {
  font-family: "Helvetica W01";
  font-weight: 400;
  font-style: normal;
}
.helveticaItalic {
  font-family: "Helvetica W01";
  font-weight: 400;
  font-style: oblique;
}
.helveticaBold {
  font-family: "Helvetica W01";
  font-weight: 700;
  font-style: normal;
}
.helveticaBoldItalic {
  font-family: "Helvetica W01";
  font-weight: 700;
  font-style: oblique;
}
.helveticaNeueThin {
  font-family: "Neue Helvetica W01";
  font-weight: 200;
  font-style: normal;
}
.lt-ie9 .helveticaNeueThin {
  font-family: "Neue Helvetica W01_n2";
}
.helveticaNeueLight {
  font-family: "Neue Helvetica W01";
  font-weight: 300;
  font-style: normal;
}
.lt-ie9 .helveticaNeueLight {
  font-family: "Neue Helvetica W01_n3";
}
.helveticaNeueBoldCondensed {
  font-family: "Neue Helvetica W01";
  font-weight: 600;
  font-style: normal;
}
.lt-ie9 .helveticaNeueBoldCondensed {
  font-family: "Neue Helvetica W01_n6";
}
.gothamBook {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
}
.gothamBookItalic {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: oblique;
}
.gothamMedium {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
}
.gothamMediumItalic {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: oblique;
}
.gothamBold {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}
.gothamBoldItalic {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: oblique;
}
@font-face {
  font-family: 'icomoon--entypo';
  src: url('../fonts/icomoon--entypo.eot?306njv');
  src: url('../fonts/icomoon--entypo.eot?306njv#iefix') format('embedded-opentype'), url('../fonts/icomoon--entypo.woff2?306njv') format('woff2'), url('../fonts/icomoon--entypo.ttf?306njv') format('truetype'), url('../fonts/icomoon--entypo.woff?306njv') format('woff'), url('../fonts/icomoon--entypo.svg?306njv#icomoon--entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon--entypo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-crm:before {
  content: "\e90e";
}
.icon-onedrive:before {
  content: "\e90f";
}
.icon-outlook:before {
  content: "\e910";
}
.icon-sharepoint:before {
  content: "\e911";
}
.icon-video:before {
  content: "\e912";
}
.icon-quote-close:before {
  content: "\e90b";
}
.icon-quote-open:before {
  content: "\e90c";
}
.icon-fax:before {
  content: "\e909";
}
.icon-incentive-programs:before {
  content: "\e90d";
}
.icon-cleancheck:before {
  content: "\e906";
}
.icon-compuclean:before {
  content: "\e907";
}
.icon-salespro:before {
  content: "\e908";
}
.icon-sales-resources:before {
  content: "\e900";
}
.icon-pricing:before {
  content: "\e901";
}
.icon-media-assets:before {
  content: "\e902";
}
.icon-toolbox:before {
  content: "\e903";
}
.icon-report:before {
  content: "\e904";
}
.icon-literature-documentation:before {
  content: "\e905";
}
.icon-chevron-small-down:before {
  content: "\e61d";
}
.icon-chevron-small-left:before {
  content: "\e61e";
}
.icon-chevron-small-right:before {
  content: "\e61f";
}
.icon-chevron-small-up:before {
  content: "\e620";
}
.icon-chevron-with-circle-left:before {
  content: "\e627";
}
.icon-chevron-with-circle-right:before {
  content: "\e628";
}
.icon-triangle-down:before {
  content: "\e637";
}
.icon-triangle-right:before {
  content: "\e639";
}
.icon-warning:before {
  content: "\e63b";
}
.icon-bar-graph:before {
  content: "\e64f";
}
.icon-app:before {
  content: "\e65b";
}
.icon-calendar:before {
  content: "\e660";
}
.icon-download:before {
  content: "\e686";
}
.icon-globe:before {
  content: "\e6a6";
}
.icon-home:before {
  content: "\e6af";
}
.icon-location-pin:before {
  content: "\e6ca";
}
.icon-lock:before {
  content: "\e6cd";
}
.icon-magnifying-glass:before {
  content: "\e6d2";
}
.icon-mail:before {
  content: "\e6d3";
}
.icon-menu:before {
  content: "\e6d9";
}
.icon-print:before {
  content: "\e6f6";
}
.icon-trash:before {
  content: "\e72f";
}
.icon-facebook:before {
  content: "\e752";
}
.icon-twitter:before {
  content: "\e825";
}
.icon-vimeo:before {
  content: "\e827";
}
.icon-youtube:before {
  content: "\e829";
}
.icon-plus:before {
  content: "\e114";
}
.icon-cross:before {
  content: "\e117";
}
.icon-newspaper:before {
  content: "\e745";
}
.icon-file-empty:before {
  content: "\e765";
}
.icon-file-picture:before {
  content: "\e768";
}
.icon-file-zip:before {
  content: "\e76c";
}
.icon-folder:before {
  content: "\e771";
}
.icon-phone:before {
  content: "\e783";
}
.icon-distributor:before {
  content: "\e7b2";
}
.icon-tool:before {
  content: "\e7d2";
}
.icon-list3:before {
  content: "\e7fb";
}
.icon-web:before {
  content: "\e80a";
}
.icon-earth:before {
  content: "\e80b";
}
.icon-plus2:before {
  content: "\e84b";
}
.icon-minus2:before {
  content: "\e84c";
}
.icon-info2:before {
  content: "\e84d";
}
.icon-checkmark:before {
  content: "\e851";
}
.icon-play:before {
  content: "\e856";
}
.icon-share:before {
  content: "\e8be";
}
.icon-linkedin:before {
  content: "\e90a";
}
.icon-file-pdf:before {
  content: "\e91b";
}
.icon-file-word:before {
  content: "\e91d";
}
.icon-file-excel:before {
  content: "\e91e";
}
/*================================================================================
[Icon variants]
*/
.icon--huge {
  font-size: 4.5em;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 54px;
  width: 54px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'icomoon--entypo';
  font-size: 54px;
  line-height: 1;
  color: #5A9AC4;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -65px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -65px;
}
.slick-prev:before {
  content: "\e627";
}
.slick-prev:before[dir="rtl"] {
  content: "\e628";
}
.slick-next {
  right: -65px;
}
.slick-next[dir="rtl"] {
  left: -65px;
  right: auto;
}
.slick-next:before {
  content: "\e628";
}
.slick-next:before[dir="rtl"] {
  content: "\e627";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px 8px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: rgba(90, 154, 196, 0.5);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #5A9AC4;
  opacity: 0.75;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #363E49;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1600px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	 * Remove all paddings around the image on small screen
	 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 36px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 36px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 0;
  right: 6px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.twitter-typeahead {
  display: block !important;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  max-width: 100%;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 2px solid #007AC9;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-menu {
  top: 36px !important;
  width: 422px;
  max-width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #007AC9;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #007AC9;
}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}
/*================================================================================
[Layer 3 - Core CSS]
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7D7D7D;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #5A9AC4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #37739a;
  text-decoration: underline;
}
a.tel-notouch {
  color: #7D7D7D;
  cursor: text;
}
a.tel-notouch:hover,
a.tel-notouch:focus {
  color: #7D7D7D;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 12px 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1 [class^=icon-],
h2 [class^=icon-],
h3 [class^=icon-],
h4 [class^=icon-],
h5 [class^=icon-],
h6 [class^=icon-],
.h1 [class^=icon-],
.h2 [class^=icon-],
.h3 [class^=icon-],
.h4 [class^=icon-],
.h5 [class^=icon-],
.h6 [class^=icon-] {
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  top: 0.07em;
  padding-right: 0.15em;
}
h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup,
.h1 sup,
.h2 sup,
.h3 sup,
.h4 sup,
.h5 sup,
.h6 sup {
  font-size: 0.45em;
  line-height: 0;
  position: relative;
  top: -0.5em;
}
.alternate-sections h1 sup,
.alternate-sections h2 sup,
.alternate-sections h3 sup,
.alternate-sections h4 sup,
.alternate-sections h5 sup,
.alternate-sections h6 sup,
.alternate-sections .h1 sup,
.alternate-sections .h2 sup,
.alternate-sections .h3 sup,
.alternate-sections .h4 sup,
.alternate-sections .h5 sup,
.alternate-sections .h6 sup {
  top: 0;
  font-size: 1em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h4--separator,
.h4--separator,
h5--separator,
.h5--separator,
h6--separator,
.h6--separator {
  padding: 10px 0;
  color: #7D7D7D;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #F4F4F4;
}
h1,
.h1 {
  font-size: 31px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}
h1--jumbo,
.h1--jumbo {
  font-size: 3em;
  color: rgba(180, 206, 233, 0.25);
  font-family: "Neue Helvetica W01";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 auto -0.7em auto;
  max-width: 1615px;
  padding: 0 15px 0 15px;
}
@media (min-width: 768px) {
  h1--jumbo,
  .h1--jumbo {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  h1--jumbo,
  .h1--jumbo {
    font-size: 3.38461538em;
  }
}
.lt-ie9 h1--jumbo,
.lt-ie9 .h1--jumbo {
  font-family: "Neue Helvetica W01_n6";
}
.lt-ie9 h1--jumbo,
.lt-ie9 .h1--jumbo {
  color: #f3f7fc;
}
@media (min-width: 768px) {
  h1--jumbo,
  .h1--jumbo {
    font-size: 5em;
    margin-bottom: -0.6em;
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  h1--jumbo,
  .h1--jumbo {
    font-size: 5em;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  h1--jumbo,
  .h1--jumbo {
    font-size: 5.86666667em;
  }
}
@media (min-width: 1200px) {
  h1--jumbo,
  .h1--jumbo {
    font-size: 7em;
    margin-bottom: -0.6em;
    padding: 0 45px 0 45px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  h1--jumbo,
  .h1--jumbo {
    font-size: 8em;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  h1--jumbo,
  .h1--jumbo {
    font-size: 8.8em;
  }
}
h1--jumbo-white,
.h1--jumbo-white {
  color: rgba(255, 255, 255, 0.75);
}
.lt-ie9 h1--jumbo-white,
.lt-ie9 .h1--jumbo-white {
  color: #f3f7fc;
}
h1--jumbo-overlay,
.h1--jumbo-overlay {
  position: absolute;
  z-index: 1;
}
h2,
.h2 {
  color: #007AC9;
  font-size: 23px;
  letter-spacing: -0.0333em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
h3,
.h3 {
  font-size: 21.5px;
  color: #49535F;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.heading--jumbo-thin {
  font-family: "Neue Helvetica W01";
  font-weight: 200;
  font-style: normal;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.lt-ie9 .heading--jumbo-thin {
  font-family: "Neue Helvetica W01_n2";
}
@media (min-width: 768px) {
  .heading--jumbo-thin {
    font-size: 85px;
  }
}
@media (min-width: 992px) {
  .heading--jumbo-thin {
    font-size: 100px;
  }
}
p {
  margin: 0 0 10px;
}
p:empty {
  margin: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.text-white {
  color: #fff;
}
.text-spartan-blue {
  color: #007AC9;
}
.text-spartan-blue-fade {
  color: rgba(0, 122, 201, 0.4);
}
.text-white-fade {
  color: rgba(255, 255, 255, 0.5);
}
.text-light-blue-fade {
  color: rgba(180, 206, 233, 0.12);
}
.text-light-blue-fade25 {
  color: rgba(180, 206, 233, 0.25);
}
.text-light-blue-fade40 {
  color: rgba(180, 206, 233, 0.4);
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.bg-slate {
  background: #363E49;
  color: #fff;
}
.bg-gray-x-light {
  background: #F4F4F4;
}
.bg-spartan-blue {
  background: #007AC9;
  color: #fff;
}
.bg-gray-blue {
  background: #5A9AC4;
}
.bg-spartan-blue-fade {
  background: rgba(0, 122, 201, 0.4);
}
.bg-light-blue-fade {
  background: rgba(180, 206, 233, 0.12);
}
.bg-light-blue-fade25 {
  background: rgba(180, 206, 233, 0.25);
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/*================================================================================
[Borders]
*/
.bb {
  padding-bottom: 0.33em;
  border-bottom: 2px solid #7D7D7D;
}
.bb--bold {
  padding-bottom: 0.33em;
  border-bottom: 2px solid #595959;
}
.bb--thin {
  border-bottom: 1px solid #cacaca;
}
.bt {
  padding-top: 0.33em;
  border-top: 2px solid #7D7D7D;
}
.bt--bold {
  padding-top: 0.33em;
  border-top: 2px solid #595959;
}
.br {
  border-right: 2px solid #7D7D7D;
}
.br--thin {
  border-right: 1px solid #EBEBEB;
}
.bl {
  border-left: 2px solid #7D7D7D;
}
.bl--thin {
  border-left: 1px solid #EBEBEB;
}
/*================================================================================
[Word break]
*/
.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  h2.headline-scale {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  h2.headline-scale {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h2.headline-scale {
    font-size: 30px;
  }
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 6px 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-xsl-1, .col-xsl-2, .col-xsl-3, .col-xsl-4, .col-xsl-5, .col-xsl-6, .col-xsl-7, .col-xsl-8, .col-xsl-9, .col-xsl-10, .col-xsl-11, .col-xsl-12 {
    float: left;
  }
  .col-xsl-12 {
    width: 100%;
  }
  .col-xsl-11 {
    width: 91.66666667%;
  }
  .col-xsl-10 {
    width: 83.33333333%;
  }
  .col-xsl-9 {
    width: 75%;
  }
  .col-xsl-8 {
    width: 66.66666667%;
  }
  .col-xsl-7 {
    width: 58.33333333%;
  }
  .col-xsl-6 {
    width: 50%;
  }
  .col-xsl-5 {
    width: 41.66666667%;
  }
  .col-xsl-4 {
    width: 33.33333333%;
  }
  .col-xsl-3 {
    width: 25%;
  }
  .col-xsl-2 {
    width: 16.66666667%;
  }
  .col-xsl-1 {
    width: 8.33333333%;
  }
  .col-xsl-pull-12 {
    right: 100%;
  }
  .col-xsl-pull-11 {
    right: 91.66666667%;
  }
  .col-xsl-pull-10 {
    right: 83.33333333%;
  }
  .col-xsl-pull-9 {
    right: 75%;
  }
  .col-xsl-pull-8 {
    right: 66.66666667%;
  }
  .col-xsl-pull-7 {
    right: 58.33333333%;
  }
  .col-xsl-pull-6 {
    right: 50%;
  }
  .col-xsl-pull-5 {
    right: 41.66666667%;
  }
  .col-xsl-pull-4 {
    right: 33.33333333%;
  }
  .col-xsl-pull-3 {
    right: 25%;
  }
  .col-xsl-pull-2 {
    right: 16.66666667%;
  }
  .col-xsl-pull-1 {
    right: 8.33333333%;
  }
  .col-xsl-pull-0 {
    right: auto;
  }
  .col-xsl-push-12 {
    left: 100%;
  }
  .col-xsl-push-11 {
    left: 91.66666667%;
  }
  .col-xsl-push-10 {
    left: 83.33333333%;
  }
  .col-xsl-push-9 {
    left: 75%;
  }
  .col-xsl-push-8 {
    left: 66.66666667%;
  }
  .col-xsl-push-7 {
    left: 58.33333333%;
  }
  .col-xsl-push-6 {
    left: 50%;
  }
  .col-xsl-push-5 {
    left: 41.66666667%;
  }
  .col-xsl-push-4 {
    left: 33.33333333%;
  }
  .col-xsl-push-3 {
    left: 25%;
  }
  .col-xsl-push-2 {
    left: 16.66666667%;
  }
  .col-xsl-push-1 {
    left: 8.33333333%;
  }
  .col-xsl-push-0 {
    left: auto;
  }
  .col-xsl-offset-12 {
    margin-left: 100%;
  }
  .col-xsl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xsl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xsl-offset-9 {
    margin-left: 75%;
  }
  .col-xsl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xsl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xsl-offset-6 {
    margin-left: 50%;
  }
  .col-xsl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xsl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xsl-offset-3 {
    margin-left: 25%;
  }
  .col-xsl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xsl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xsl-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
th,
td {
  padding: 12px 2px;
}
th {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  color: #A6A6A6;
  text-transform: uppercase;
}
td {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 1.42857143;
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #F4F4F4;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #F4F4F4;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #F4F4F4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #F4F4F4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #F4F4F4;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label,
.faux-label {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 0.95em;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie10 input[type="password"] {
  font-family: sans-serif !important;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
button[class^="icon-"],
button.icon-trash {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /*------- [Modifiers] -------*/
}
.form-control:focus {
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-control--auto-width {
  width: auto;
}
@media (min-width: 768px) {
  .form-control--width-5 {
    width: 5em !important;
  }
  .form-control--width-10 {
    width: 10em !important;
  }
  .form-control--width-15 {
    width: 15em !important;
  }
  .form-control--width-20 {
    width: 20em !important;
  }
  .form-control--width-25 {
    width: 25em !important;
  }
  .form-control--width-30 {
    width: 30em !important;
  }
  .form-control--width-35 {
    width: 35em !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .form-control--width-25.input-group {
    width: 26.5em !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .form-control--width-25.input-group {
    width: 22em !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .form-control--width-30.input-group {
    width: 30.5em !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .form-control--width-30.input-group {
    width: 27em !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .form-control--width-35.error {
    width: 490px !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .form-control--width-35.input-group {
    width: 36.5em !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .form-control--width-35.input-group {
    width: 490px !important;
  }
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-group--block-label label {
  display: block;
}
.form-group--sds {
  border-bottom: rgba(125, 125, 125, 0.3);
  padding: 20px 0 0 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-group--sds {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: right;
    margin-bottom: 20px;
  }
}
.form-group--sds label {
  display: block;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 768px) {
  .form-group--sds label {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .form-group--sds label {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .form-group--sds label {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .form-group--sds label {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .form-group--sds > div {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0 0 0;
    width: 63%;
  }
}
@media (min-width: 992px) {
  .form-group--sds > div {
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .form-group--sds > div {
    width: 55%;
  }
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 12px 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 12px 0;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.input-validation-error {
  border-color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.date .error + .input-group-addon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  z-index: 4;
  width: 39px;
  border-radius: 0;
  border-color: #ccc;
  border-left: 1px solid #a94442;
}
.date .error + .input-group-addon .icon-calendar {
  padding-top: 3px;
  display: inline-block;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bdbdbd;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/*================================================================================
[Modifiers]
*/
.form-control--outline {
  border: 2px solid #fff;
  background: transparent;
  color: inherit;
}
.form-control--blue-border {
  border: 2px solid #007AC9;
  background: transparent;
  color: inherit;
}
select.error,
input[type="text"].error {
  border: 1px solid #a94442;
}
.error,
.field-validation-error {
  color: #a94442;
  font-size: 12px;
}
/*================================================================================
[ClickDimensions form support classes]
*/
.clickdform {
  overflow: visible !important;
  height: auto !important;
}
.clickdform .responsiveRow {
  margin-bottom: 15px;
  margin-bottom: 10px;
}
.clickdform .responsiveRow--block-label label {
  display: block;
}
.clickdform .responsiveRow--sds {
  border-bottom: rgba(125, 125, 125, 0.3);
  padding: 20px 0 0 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .clickdform .responsiveRow--sds {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: right;
    margin-bottom: 20px;
  }
}
.clickdform .responsiveRow--sds label {
  display: block;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 768px) {
  .clickdform .responsiveRow--sds label {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .clickdform .responsiveRow--sds label {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .clickdform .responsiveRow--sds label {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .clickdform .responsiveRow--sds label {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .clickdform .responsiveRow--sds > div {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0 0 0;
    width: 63%;
  }
}
@media (min-width: 992px) {
  .clickdform .responsiveRow--sds > div {
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .clickdform .responsiveRow--sds > div {
    width: 55%;
  }
}
.clickdform .maxSize1 {
  font-family: "Gotham A", "Gotham B" !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 0.95em !important;
  display: inline-block !important;
  max-width: 100% !important;
  margin-bottom: 5px !important;
  font-size: 15px !important;
}
.clickdform input[type=text] {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /*------- [Modifiers] -------*/
}
.clickdform input[type=text]:focus {
  outline: 0;
}
.clickdform input[type=text]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.clickdform input[type=text]:-ms-input-placeholder {
  color: #999;
}
.clickdform input[type=text]::-webkit-input-placeholder {
  color: #999;
}
.clickdform input[type=text][disabled],
.clickdform input[type=text][readonly],
fieldset[disabled] .clickdform input[type=text] {
  background-color: #eeeeee;
  opacity: 1;
}
.clickdform input[type=text][disabled],
fieldset[disabled] .clickdform input[type=text] {
  cursor: not-allowed;
}
textarea.clickdform input[type=text] {
  height: auto;
}
.clickdform input[type=text]--auto-width {
  width: auto;
}
@media (min-width: 768px) {
  .clickdform input[type=text]--width-5 {
    width: 5em !important;
  }
  .clickdform input[type=text]--width-10 {
    width: 10em !important;
  }
  .clickdform input[type=text]--width-15 {
    width: 15em !important;
  }
  .clickdform input[type=text]--width-20 {
    width: 20em !important;
  }
  .clickdform input[type=text]--width-25 {
    width: 25em !important;
  }
  .clickdform input[type=text]--width-30 {
    width: 30em !important;
  }
  .clickdform input[type=text]--width-35 {
    width: 35em !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .clickdform input[type=text]--width-25.input-group {
    width: 26.5em !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .clickdform input[type=text]--width-25.input-group {
    width: 22em !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .clickdform input[type=text]--width-30.input-group {
    width: 30.5em !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .clickdform input[type=text]--width-30.input-group {
    width: 27em !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .clickdform input[type=text]--width-35.error {
    width: 490px !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .clickdform input[type=text]--width-35.input-group {
    width: 36.5em !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .clickdform input[type=text]--width-35.input-group {
    width: 490px !important;
  }
}
.clickdform input[type=button] {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-family: "Gotham A", "Gotham B" !important;
  font-weight: 500 !important;
  font-style: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 2px solid transparent !important;
  white-space: nowrap !important;
  padding: 6px 12px !important;
  font-size: 10px !important;
  line-height: 1.42857143 !important;
  border-radius: 6px 0 !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  color: #fff !important;
  background-color: #007AC9 !important;
  border-color: #007AC9 !important;
  padding: 9px 16px !important;
  font-size: 13px !important;
  line-height: 1.3333333 !important;
  border-radius: 12px 0 !important;
}
@media (min-width: 768px) {
  .clickdform input[type=button] {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .clickdform input[type=button] {
    font-size: 14px;
  }
}
.clickdform input[type=button]:focus,
.clickdform input[type=button]:active:focus,
.clickdform input[type=button].active:focus,
.clickdform input[type=button].focus,
.clickdform input[type=button]:active.focus,
.clickdform input[type=button].active.focus {
  outline: none !important;
}
.clickdform input[type=button]:hover,
.clickdform input[type=button]:focus,
.clickdform input[type=button].focus {
  text-decoration: none !important;
}
.clickdform input[type=button]:active,
.clickdform input[type=button].active {
  outline: 0 !important;
  background-image: none !important;
}
.clickdform input[type=button].disabled,
.clickdform input[type=button][disabled],
fieldset[disabled] .clickdform input[type=button] {
  cursor: not-allowed !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a.clickdform input[type=button].disabled,
fieldset[disabled] a.clickdform input[type=button] {
  pointer-events: none !important;
}
.clickdform input[type=button] [class^=icon] {
  position: relative !important;
  display: inline-block !important;
  line-height: 0 !important;
  font-size: 1.2em !important;
  top: 4px !important;
}
.clickdform input[type=button] [class^=icon-chevron-small-right] {
  margin: 0 -4px !important;
}
.clickdform input[type=button]:focus,
.clickdform input[type=button].focus {
  color: #fff !important;
}
.clickdform input[type=button]:hover {
  color: #fff !important;
}
.clickdform input[type=button]:active,
.clickdform input[type=button].active,
.open > .dropdown-toggle.clickdform input[type=button] {
  color: #fff !important;
}
.clickdform input[type=button]:active,
.clickdform input[type=button].active,
.open > .dropdown-toggle.clickdform input[type=button] {
  background-image: none !important;
}
.clickdform input[type=button].disabled,
.clickdform input[type=button][disabled],
fieldset[disabled] .clickdform input[type=button],
.clickdform input[type=button].disabled:hover,
.clickdform input[type=button][disabled]:hover,
fieldset[disabled] .clickdform input[type=button]:hover,
.clickdform input[type=button].disabled:focus,
.clickdform input[type=button][disabled]:focus,
fieldset[disabled] .clickdform input[type=button]:focus,
.clickdform input[type=button].disabled.focus,
.clickdform input[type=button][disabled].focus,
fieldset[disabled] .clickdform input[type=button].focus,
.clickdform input[type=button].disabled:active,
.clickdform input[type=button][disabled]:active,
fieldset[disabled] .clickdform input[type=button]:active,
.clickdform input[type=button].disabled.active,
.clickdform input[type=button][disabled].active,
fieldset[disabled] .clickdform input[type=button].active {
  border-color: #007AC9 !important;
}
.clickdform input[type=button] .badge {
  color: #007AC9 !important;
  background-color: #fff !important;
}
.clickdform input[type=button]:hover,
.clickdform input[type=button]:focus,
.clickdform input[type=button]:active {
  border-color: #0099fc !important;
  background-color: #0099fc !important;
}
@media (min-width: 768px) {
  .clickdform input[type=button] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .clickdform input[type=button] {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .input-group.form-control--width-30,
  .input-group.form-control--width-35 {
    width: 100%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.42857143;
  border-radius: 6px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .btn {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .btn {
    font-size: 14px;
  }
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn [class^=icon] {
  position: relative;
  display: inline-block;
  line-height: 0;
  font-size: 1.2em;
  top: 4px;
}
.btn [class^=icon-chevron-small-right] {
  margin: 0 -4px;
}
.btn-blue {
  background: #007AC9;
  color: white;
  text-decoration: none;
}
.btn-blue:hover,
.btn-blue:focus {
  background: #005b96;
  color: white;
  text-decoration: none;
}
.btn-blue.play-button {
  font-weight: bold;
  text-align: center;
  padding: 9px 16px;
  display: inline-flex;
  font-size: 24px;
}
.btn-blue.play-button .play-icon {
  display: flex;
  height: 40px;
  width: 40px;
  background: white;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 10px;
}
.btn-blue.play-button .play-icon:after {
  content: " ";
  width: 20px;
  height: 20px;
  border-left: solid 20px #005b96;
  border-bottom: solid 10px transparent;
  border-top: solid 10px transparent;
  display: block;
  margin-left: 5px;
}
.btn-default {
  color: #5A9AC4;
  background-color: transparent;
  border-color: #5A9AC4;
}
.btn-default:focus,
.btn-default.focus {
  color: #5A9AC4;
}
.btn-default:hover {
  color: #5A9AC4;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #5A9AC4;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #5A9AC4;
}
.btn-default .badge {
  color: transparent;
  background-color: #5A9AC4;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #80b1d1;
  border-color: #80b1d1;
}
.btn-white {
  color: #7D7D7D;
  background-color: #fff;
  border-color: transparent;
}
.btn-white:focus,
.btn-white.focus {
  color: #7D7D7D;
}
.btn-white:hover {
  color: #7D7D7D;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #7D7D7D;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  border-color: transparent;
}
.btn-white .badge {
  color: #fff;
  background-color: #7D7D7D;
}
.btn-white-border,
.btn-outline {
  color: #5A9AC4;
  background-color: transparent;
  border-color: #fff;
}
.btn-white-border:focus,
.btn-outline:focus,
.btn-white-border.focus,
.btn-outline.focus {
  color: #5A9AC4;
}
.btn-white-border:hover,
.btn-outline:hover {
  color: #5A9AC4;
}
.btn-white-border:active,
.btn-outline:active,
.btn-white-border.active,
.btn-outline.active,
.open > .dropdown-toggle.btn-white-border,
.open > .dropdown-toggle.btn-outline {
  color: #5A9AC4;
}
.btn-white-border:active,
.btn-outline:active,
.btn-white-border.active,
.btn-outline.active,
.open > .dropdown-toggle.btn-white-border,
.open > .dropdown-toggle.btn-outline {
  background-image: none;
}
.btn-white-border.disabled,
.btn-outline.disabled,
.btn-white-border[disabled],
.btn-outline[disabled],
fieldset[disabled] .btn-white-border,
fieldset[disabled] .btn-outline,
.btn-white-border.disabled:hover,
.btn-outline.disabled:hover,
.btn-white-border[disabled]:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-white-border:hover,
fieldset[disabled] .btn-outline:hover,
.btn-white-border.disabled:focus,
.btn-outline.disabled:focus,
.btn-white-border[disabled]:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-white-border:focus,
fieldset[disabled] .btn-outline:focus,
.btn-white-border.disabled.focus,
.btn-outline.disabled.focus,
.btn-white-border[disabled].focus,
.btn-outline[disabled].focus,
fieldset[disabled] .btn-white-border.focus,
fieldset[disabled] .btn-outline.focus,
.btn-white-border.disabled:active,
.btn-outline.disabled:active,
.btn-white-border[disabled]:active,
.btn-outline[disabled]:active,
fieldset[disabled] .btn-white-border:active,
fieldset[disabled] .btn-outline:active,
.btn-white-border.disabled.active,
.btn-outline.disabled.active,
.btn-white-border[disabled].active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-white-border.active,
fieldset[disabled] .btn-outline.active {
  border-color: #fff;
}
.btn-white-border .badge,
.btn-outline .badge {
  color: transparent;
  background-color: #5A9AC4;
}
.btn-white-border,
.btn-outline,
.btn-white-border:hover,
.btn-outline:hover,
.btn-white-border:focus,
.btn-outline:focus,
.btn-white-border:active,
.btn-outline:active {
  color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #007AC9;
  border-color: #007AC9;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #007AC9;
}
.btn-primary .badge {
  color: #007AC9;
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #0099fc;
  background-color: #0099fc;
}
.btn-primary-reversed {
  color: #007AC9;
  background-color: transparent;
  border-color: #007AC9;
}
.btn-primary-reversed:focus,
.btn-primary-reversed.focus {
  color: #007AC9;
}
.btn-primary-reversed:hover {
  color: #007AC9;
}
.btn-primary-reversed:active,
.btn-primary-reversed.active,
.open > .dropdown-toggle.btn-primary-reversed {
  color: #007AC9;
}
.btn-primary-reversed:active,
.btn-primary-reversed.active,
.open > .dropdown-toggle.btn-primary-reversed {
  background-image: none;
}
.btn-primary-reversed.disabled,
.btn-primary-reversed[disabled],
fieldset[disabled] .btn-primary-reversed,
.btn-primary-reversed.disabled:hover,
.btn-primary-reversed[disabled]:hover,
fieldset[disabled] .btn-primary-reversed:hover,
.btn-primary-reversed.disabled:focus,
.btn-primary-reversed[disabled]:focus,
fieldset[disabled] .btn-primary-reversed:focus,
.btn-primary-reversed.disabled.focus,
.btn-primary-reversed[disabled].focus,
fieldset[disabled] .btn-primary-reversed.focus,
.btn-primary-reversed.disabled:active,
.btn-primary-reversed[disabled]:active,
fieldset[disabled] .btn-primary-reversed:active,
.btn-primary-reversed.disabled.active,
.btn-primary-reversed[disabled].active,
fieldset[disabled] .btn-primary-reversed.active {
  border-color: #007AC9;
}
.btn-primary-reversed .badge {
  color: transparent;
  background-color: #007AC9;
}
/*
// Success appears as green
.btn-success {
  .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border);
}
// Info appears as blue-green
.btn-info {
  .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border);
}
// Warning appears as orange
.btn-warning {
  .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
  .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border);
}
*/
.btn-reversed {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
}
.btn-reversed:focus,
.btn-reversed.focus {
  color: #fff;
}
.btn-reversed:hover {
  color: #fff;
}
.btn-reversed:active,
.btn-reversed.active,
.open > .dropdown-toggle.btn-reversed {
  color: #fff;
}
.btn-reversed:active,
.btn-reversed.active,
.open > .dropdown-toggle.btn-reversed {
  background-image: none;
}
.btn-reversed.disabled,
.btn-reversed[disabled],
fieldset[disabled] .btn-reversed,
.btn-reversed.disabled:hover,
.btn-reversed[disabled]:hover,
fieldset[disabled] .btn-reversed:hover,
.btn-reversed.disabled:focus,
.btn-reversed[disabled]:focus,
fieldset[disabled] .btn-reversed:focus,
.btn-reversed.disabled.focus,
.btn-reversed[disabled].focus,
fieldset[disabled] .btn-reversed.focus,
.btn-reversed.disabled:active,
.btn-reversed[disabled]:active,
fieldset[disabled] .btn-reversed:active,
.btn-reversed.disabled.active,
.btn-reversed[disabled].active,
fieldset[disabled] .btn-reversed.active {
  border-color: #fff;
}
.btn-reversed .badge {
  color: transparent;
  background-color: #fff;
}
.btn-link {
  color: #5A9AC4;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #37739a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 9px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 12px 0;
}
@media (min-width: 768px) {
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: 18px;
  }
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 4px 0;
}
@media (min-width: 768px) {
  .btn-sm,
  .btn-group-sm > .btn {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .btn-sm,
  .btn-group-sm > .btn {
    font-size: 12px;
  }
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 4px 0;
}
@media (min-width: 768px) {
  .btn-xs,
  .btn-group-xs > .btn {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .btn-xs,
  .btn-group-xs > .btn {
    font-size: 12px;
  }
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-icon {
  border: none;
  background: transparent;
  font-size: 30px;
}
.btn [class^="icon-"] {
  position: relative;
  top: 4px;
  display: inline;
}
/*================================================================================
[Global elements]
*/
body {
  font-family: "Helvetica W01";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  overflow-x: hidden !important;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}
body.state-locked {
  position: fixed;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
body.state-locked .main-nav__top {
  position: fixed;
}
header:before,
main:before,
footer:before,
header:after,
main:after,
footer:after {
  content: " ";
  display: table;
}
header:after,
main:after,
footer:after {
  clear: both;
}
header:before,
main:before,
footer:before,
header:after,
main:after,
footer:after {
  content: " ";
  display: table;
}
header:after,
main:after,
footer:after {
  clear: both;
}
/*================================================================================
[Top navigation]
*/
.top-nav {
  background: #191919;
  font-size: 14px;
  color: #A6A6A6;
  display: none;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  /*------- [Elements] -------*/
}
@media (min-width: 768px) {
  .top-nav {
    display: block;
  }
}
@media (min-width: 768px) {
  .top-nav__contents {
    text-align: right;
  }
}
.top-nav__social,
.top-nav__user {
  display: inline-block;
}
.top-nav__social-title,
.top-nav__social-list {
  display: inline-block;
}
.top-nav__social-title {
  padding: 0 15px 0 0;
  margin: 0;
}
.top-nav__social-list {
  position: relative;
  top: 2px;
}
.top-nav__social-list a {
  color: #A6A6A6;
}
/*================================================================================
[Main site logo]
*/
.main-logo {
  display: block;
  position: relative;
  z-index: 1;
  width: 55px;
  height: 70px;
  background: url(/Static/img/logos/spartan-logo.png) top left no-repeat;
  background-size: contain;
  margin: 0 auto;
  transform: none;
  opacity: 1;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.lt-ie9 .main-logo {
  background-image: url(/Static/img/logos/spartan-logo_sd.png);
}
@media (min-width: 768px) {
  .main-logo {
    display: inline-block;
    margin: 3px 45px 0 0;
  }
}
@media (min-width: 992px) {
  .main-logo {
    width: 75px;
    height: 95px;
    margin-top: 0;
  }
}
.main-logo.state-out {
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
}
.lt-ie9 .main-logo.state-out {
  display: none;
}
.parent_check.parent_stuck {
  position: static;
}
/*================================================================================
[Main navigation]
*/
.main-nav {
  background: #007AC9;
  color: #fff;
  padding: 15px 0;
  /*------- [Navigation panel] -------*/
  /*------- [Search panel] -------*/
}
.main-nav:before,
.main-nav:after {
  content: " ";
  display: table;
}
.main-nav:after {
  clear: both;
}
.main-nav:before,
.main-nav:after {
  content: " ";
  display: table;
}
.main-nav:after {
  clear: both;
}
.main-nav__nav,
.main-nav__search {
  display: block;
  position: absolute;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
@media (min-width: 768px) {
  .main-nav__nav,
  .main-nav__search {
    left: 85px;
  }
}
@media (min-width: 992px) {
  .main-nav__nav,
  .main-nav__search {
    height: 95px;
    left: 110px;
  }
}
.main-nav__nav {
  opacity: 1;
}
@media (max-width: 767px) {
  .main-nav__nav.state-out .main-nav__mobile-trigger,
  .main-nav__nav.state-out .main-nav__search-trigger {
    transform: translateY(95px);
    opacity: 0;
  }
  .lt-ie9 .main-nav__nav.state-out .main-nav__mobile-trigger,
  .lt-ie9 .main-nav__nav.state-out .main-nav__search-trigger {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-nav__nav.state-out {
    transform: translateY(95px);
    opacity: 0;
  }
  .lt-ie9 .main-nav__nav.state-out {
    display: none;
  }
}
.main-nav__top {
  position: absolute;
  padding-left: 0;
  list-style: none;
  display: none;
  top: 85px;
  left: 0;
  width: 100%;
  right: 0;
  height: 100%;
  height: calc(100% - 85px);
  background: #007AC9;
  z-index: 1000;
  overflow: auto;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
}
@media (min-width: 768px) {
  .main-nav__top {
    padding: 0;
    overflow: visible;
    height: auto;
    top: auto;
    right: auto;
    width: auto;
    bottom: -30px;
    background: transparent;
    display: flex;
  }
}
.main-nav__top.state-active {
  display: block;
}
.no-flexbox .main-nav__top {
  width: 100%;
}
@media (min-width: 768px) {
  .no-flexbox .main-nav__top {
    display: block;
    margin-right: 0;
  }
}
.main-nav__item {
  display: block;
  position: relative;
  margin: 0;
}
.main-nav__item.state-active .main-nav__trigger--has-children:after {
  content: "\e637";
}
@media (min-width: 768px) {
  .no-flexbox .main-nav__item {
    display: inline-block;
  }
}
.lt-ie9 .main-nav__item {
  display: block;
  float: left;
}
.main-nav__trigger {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 13.5px;
  padding: 15px 8px 15px 70px;
  margin-bottom: 1px;
  position: relative;
  border-bottom: 2px solid rgba(180, 206, 233, 0.12);
  /*------- [Modifiers] -------*/
}
.lt-ie9 .main-nav__trigger {
  border-color: #f3f7fc;
}
li:first-child .main-nav__trigger {
  border-top: 2px solid rgba(180, 206, 233, 0.12);
}
.lt-ie9 li:first-child .main-nav__trigger {
  border-color: #f3f7fc;
}
@media (min-width: 768px) {
  .main-nav__trigger {
    padding-left: 8px;
  }
  li:first-child .main-nav__trigger {
    border-top: 0;
  }
}
.main-nav__trigger:hover,
.main-nav__trigger:active,
.main-nav__trigger:focus {
  color: #B4CEE9;
  text-decoration: none;
}
.main-nav__trigger:hover:after,
.main-nav__trigger:active:after,
.main-nav__trigger:focus:after {
  color: #fff;
}
@media (min-width: 768px) {
  .main-nav__trigger {
    border: none;
  }
}
@media (min-width: 992px) {
  .main-nav__trigger {
    font-size: 17px;
    padding: 15px 12px 20px;
  }
}
@media (min-width: 1200px) {
  .main-nav__trigger {
    font-size: 17px;
    padding: 15px 15px 20px;
  }
}
.main-nav__item.state-active .main-nav__trigger {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
.lt-ie9 .main-nav__item.state-active .main-nav__trigger {
  background: #1f85cf;
}
@media (min-width: 768px) {
  .main-nav__trigger--has-children {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .main-nav__trigger--has-children {
    padding-right: 4px;
  }
}
.main-nav__trigger--has-children:after {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  font-size: 26px;
  line-height: 24px;
  text-align: center;
  height: 50px;
  outline: none;
  width: 50px;
  vertical-align: center;
  font-family: 'icomoon--entypo';
  content: "\e639";
  padding: 14px 0px 0 0px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: rgba(180, 206, 233, 0.25);
}
.main-nav__trigger--has-children:after .lt-ie9 {
  background: #f3f7fc;
}
@media (min-width: 768px) {
  .main-nav__trigger--has-children:after {
    content: "\e637";
    position: static;
    border-right: 0;
    line-height: normal;
    width: auto;
    height: auto;
    display: inline;
    font-size: inherit;
    padding-left: 0;
    top: 0;
    padding-top: 3px;
    background: transparent;
  }
}
@media (min-width: 768px) {
  .main-nav__trigger--has-children:after {
    padding-left: 3px;
  }
}
@media (min-width: 992px) {
  .main-nav__trigger--has-children:after {
    padding-left: 6px;
  }
}
.main-nav__mobile-trigger,
.main-nav__search-trigger {
  padding: 0;
}
.main-nav__mobile-trigger {
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: all 0.33s ease-in-out;
}
.main-nav__mobile-trigger [class*=icon] {
  line-height: 1.3;
}
.main-nav__mobile-trigger div {
  display: none;
}
.main-nav__mobile-trigger i {
  display: block;
  left: 0;
}
@media (min-width: 768px) {
  .main-nav__mobile-trigger {
    display: none;
  }
}
.main-nav__mobile-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  max-height: 50px;
  overflow: hidden;
  outline: none;
}
@media (min-width: 768px) {
  .main-nav__mobile-toggle {
    display: none;
  }
}
.main-nav__mobile-user {
  position: absolute;
  transform: translateY(-95px);
  opacity: 0;
  top: 25px;
  right: 10px;
  text-align: right;
  transition: all 0.25s ease-in;
  width: calc(100vw - 90px);
}
@media (min-width: 768px) {
  .main-nav__mobile-user {
    display: none;
  }
}
.main-nav__mobile-user.state-in {
  transform: translateY(0);
  opacity: 1;
}
.main-nav__search-trigger {
  font-size: 44px;
  position: absolute;
  color: #fff;
  right: 10px;
  top: 50%;
  transform: translateY(-22px);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  line-height: 50px;
  margin-top: 6px;
  /*------- [Modifiers] -------*/
}
@media (min-width: 768px) {
  .main-nav__search-trigger {
    margin-top: 0;
    font-size: 30px;
    right: 10px;
    top: auto;
    bottom: -20px;
    transform: none;
  }
}
@media (min-width: 992px) {
  .main-nav__search-trigger {
    bottom: -15px;
  }
}
.main-nav__search-trigger.state-out {
  transform: translateY(20px);
  opacity: 0;
}
.lt-ie9 .main-nav__search-trigger.state-out {
  display: block;
}
.main-nav__search {
  transform: translateY(-115px);
  opacity: 0;
}
.lt-ie9 .main-nav__search {
  display: none;
}
.main-nav__search.state-in {
  transform: translateY(-5px);
  opacity: 1;
}
@media (min-width: 992px) {
  .main-nav__search.state-in {
    transform: translateY(15px);
  }
  .lt-ie9 .main-nav__search.state-in {
    display: block;
  }
}
.main-nav__search-box {
  margin: 0 45px 0 10px;
}
@media (min-width: 768px) {
  .main-nav__search-box {
    margin: 0 auto;
    max-width: 65%;
    position: relative;
    left: -32.5px;
  }
}
/*================================================================================
[Sub navigation]
*/
.sub-nav {
  display: none;
  background: #fff;
  z-index: 1000;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  /*------- [Elements] -------*/
  /*------- [Modifiers] -------*/
}
@media (min-width: 768px) {
  .sub-nav {
    width: 490px;
    padding: 15px 25px 25px;
    box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    left: -30px;
    top: 100%;
    margin-top: -2px;
  }
}
@media (min-width: 768px) {
  .sub-nav__panel {
    float: left;
    padding-bottom: 15px;
    width: 220px;
  }
}
.sub-nav__panel + .sub-nav__panel {
  border-top: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .sub-nav__panel + .sub-nav__panel {
    border-top: 0;
    padding-left: 20px;
  }
}
.sub-nav__list {
  padding-left: 0;
  list-style: none;
}
.sub-nav li {
  border-bottom: 1px solid #EBEBEB;
}
.sub-nav li:last-child {
  border-bottom: none;
}
.sub-nav a {
  display: inline-block;
  padding: 15px;
  color: #595959;
  font-size: 14.5px;
}
@media (min-width: 768px) {
  .sub-nav a {
    padding: 10px 0;
  }
}
.sub-nav a:hover,
.sub-nav a:focus,
.sub-nav a:active {
  color: #5A9AC4;
  text-decoration: none;
}
.main-nav__item.state-active .sub-nav {
  display: block;
}
.sub-nav__view-all {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  text-align: center;
  clear: both;
  position: relative;
  border-top: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .sub-nav__view-all {
    border: none;
    margin: -25px;
    color: #fff;
    background: #363E49;
  }
}
.sub-nav__view-all a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .sub-nav__view-all a {
    padding: 25px 6px;
  }
  .sub-nav__view-all a,
  .sub-nav__view-all a:active,
  .sub-nav__view-all a:hover,
  .sub-nav__view-all a:focus {
    color: #fff;
  }
}
.sub-nav__view-all [class*=icon] {
  font-size: 18px;
  position: relative;
  top: 3px;
  left: -3px;
}
@media (min-width: 768px) {
  .sub-nav--extra-wide {
    width: 710px;
  }
}
.candid-zoom-overlay-footer.candid-items0 {
  display: none !important;
}
/*================================================================================
[Mobile main nav extra panels]
*/
.mobile-extras {
  padding: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-extras {
    display: none;
  }
}
.mobile-extras__search,
.mobile-extras__sub-links,
.mobile-extras__social,
.mobile-extras__logos {
  margin-bottom: 20px;
}
/*================================================================================
[Search box]
*/
.search-box__label {
  font-size: 11px;
  font-style: italic;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .search-box__label {
    font-size: 12.5px;
  }
}
@media (min-width: 992px) {
  .search-box__label {
    font-size: 15px;
  }
}
.search-box__close {
  padding: 0;
  position: absolute;
  bottom: -1px;
  right: 8px;
}
@media (min-width: 768px) {
  .search-box__close {
    bottom: -15px;
  }
}
@media (min-width: 992px) {
  .search-box__close {
    bottom: 0;
  }
}
.search-box__submit {
  font-size: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
}
/*================================================================================
[Buttons]
*/
/*================================================================================
[Main body]
*/
main {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-nav-container {
    height: 0;
  }
  .section-nav-container .section-nav {
    position: absolute;
  }
}
/*================================================================================
[Footer]
*/
.site-footer {
  /*------- [Main content row] -------*/
  /* This class is used to offset the negative margin on mobile */
  /*------- [Sub content row] -------*/
}
.site-footer__main {
  background: #EBEBEB;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .site-footer__main {
    padding: 50px 0;
  }
}
.site-footer__nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .site-footer__nav {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .site-footer__nav {
    float: left;
    width: 66.66666667%;
  }
}
.site-footer__nav-list {
  padding-left: 0;
  list-style: none;
}
.site-footer__nav-list a {
  display: block;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  color: #7D7D7D;
  padding: 10px 0;
}
.site-footer__nav-sub-list {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__nav-sub-list {
    display: block;
    padding-left: 0;
    list-style: none;
    position: relative;
    margin-top: -5px;
  }
}
.site-footer__nav-sub-list a {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding: 4px 0;
}
.site-footer__nav-col2 {
  margin-left: 50%;
}
@media (min-width: 480px) {
  .site-footer__nav-col2 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .site-footer__nav-col2 {
    margin-left: 25%;
  }
}
.site-footer__nav-col3 {
  margin-left: 50%;
}
@media (min-width: 480px) {
  .site-footer__nav-col3 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .site-footer__nav-col3 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .site-footer__nav-col3 {
    margin-left: 50%;
  }
}
.site-footer__nav-reset,
.site-footer__nav-reset2,
.site-footer__nav-reset3,
.site-footer__nav-reset4 {
  position: relative;
}
@media (min-width: 768px) {
  .site-footer__nav-reset2 {
    margin-top: -88px;
  }
}
@media (min-width: 768px) {
  .site-footer__nav-reset3 {
    margin-top: -132px;
  }
}
.site-footer__nav-reset,
.site-footer__nav-reset4 {
  margin-top: -176px;
}
@media (max-width: 767px) {
  .site-footer__nav-pad1 {
    margin-bottom: 54px;
  }
}
.site-footer__logos {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 480px) {
  .site-footer__logos {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .site-footer__logos {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 480px) {
  .site-footer__logos {
    text-align: left;
    padding-top: 40px;
  }
}
.site-footer__sub {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  padding-bottom: 40px;
}
.site-footer__sub .row {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .site-footer__sub .row {
    padding: 40px 0 0;
  }
}
@media (min-width: 768px) {
  .site-footer__social {
    display: table;
    margin: 0 auto;
    vertical-align: middle;
  }
}
.site-footer__social-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .site-footer__social-title {
    display: table-cell;
    padding-right: 8px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .site-footer__social-list {
    display: table-cell;
  }
}
.site-footer__copyright {
  color: #A6A6A6;
}
.spartan-footer-logo {
  width: 67px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .spartan-footer-logo {
    width: 60px;
  }
}
@media (min-width: 992px) {
  .spartan-footer-logo {
    width: 75px;
  }
}
.issa-footer-logo {
  width: 108px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .issa-footer-logo {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .issa-footer-logo {
    width: 120px;
  }
}
/*================================================================================
[Floating where to buy button]
*/
.where-to-buy {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 999;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  padding: 10px 15px 10px 10px;
  background: #007AC9;
}
.where-to-buy,
.where-to-buy:hover,
.where-to-buy:focus,
.where-to-buy:active {
  color: #fff;
  text-decoration: none;
}
.where-to-buy:hover,
.where-to-buy:focus,
.where-to-buy:active {
  background: #005b96;
}
/*=============================================================================
[padding modifications to body-content class]
*/
.primary-sidebar .body-content {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .primary-sidebar .body-content {
    margin: 0;
  }
}
.homepage .body-content {
  margin-bottom: 0;
}
.distributor-landing .body-content {
  margin: 0;
}
@media (max-width: 767px) {
  .limit-width {
    max-width: 250px;
  }
}
/*================================================================================
[Layer 4 - Components]
*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  border-radius: 6px 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -2px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -2px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 6px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 6px 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 12px 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 6px 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 12px 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -2px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -2px;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.breadcrumb > li {
  display: inline-block;
  text-transform: uppercase;
}
.lt-ie9 .breadcrumb > li {
  display: block;
  float: left;
}
.breadcrumb > li:after {
  content: "\e61f";
  padding: 0 0 0 3px;
  color: #ccc;
  font-family: 'icomoon--entypo';
  font-size: 1.25em;
  line-height: 0;
  position: relative;
  top: 3px;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #5A9AC4;
  margin-left: 1px;
  border-radius: 6px 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #37739a;
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #5A9AC4;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 12px 0;
  border-top-left-radius: 12px 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 12px 0;
  border-top-right-radius: 12px 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px 0;
  border-top-left-radius: 4px 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px 0;
  border-top-right-radius: 4px 0;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert [class^=icon] {
  font-size: 1.25em;
  line-height: 0;
  position: relative;
  top: 0.175em;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #eff5fa;
  border-color: #7dccff;
  color: #007AC9;
}
.alert-info hr {
  border-top-color: #63c2ff;
}
.alert-info .alert-link {
  color: #005b96;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.panel--overflow {
  overflow: visible;
}
.panel-bg-icon {
  z-index: 0;
  display: block;
  position: absolute;
  right: 3%;
  top: -50%;
  font-size: 200px;
  color: rgba(180, 206, 233, 0.25);
  /*------- [Modifiers] -------*/
}
.lt-ie9 .panel-bg-icon {
  color: #f3f7fc;
  z-index: -1;
}
.panel-bg-icon--align-bottom-right {
  right: -20%;
  top: auto;
  bottom: -22.5%;
}
.lt-ie9 .panel-dark .panel-bg-icon {
  color: #1f85cf;
}
.panel-body {
  padding: 20px;
  position: relative;
  z-index: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid rgba(125, 125, 125, 0.3);
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel--collapsed {
  display: none;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 20px;
  padding-right: 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #F4F4F4;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid rgba(125, 125, 125, 0.3);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}
.panel-default {
  border-color: rgba(125, 125, 125, 0.3);
}
.panel-default > .panel-heading {
  color: inherit;
  background-color: #fff;
  border-color: rgba(125, 125, 125, 0.3);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(125, 125, 125, 0.3);
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: inherit;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(125, 125, 125, 0.3);
}
.lt-ie9 .panel-default {
  border-color: #ccddf0;
}
.panel-blue {
  border-color: transparent;
  background: rgba(180, 206, 233, 0.25);
}
.panel-blue > .panel-heading {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}
.panel-blue > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-blue > .panel-heading .badge {
  color: transparent;
  background-color: inherit;
}
.panel-blue > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-blue--sidebar .section__heading.bb--bold {
  border-bottom: 0;
}
.panel-gray-x-light {
  border-color: rgba(125, 125, 125, 0.3);
  background: rgba(180, 206, 233, 0.12);
}
.panel-gray-x-light > .panel-heading {
  color: inherit;
  background-color: transparent;
  border-color: rgba(125, 125, 125, 0.3);
}
.panel-gray-x-light > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(125, 125, 125, 0.3);
}
.panel-gray-x-light > .panel-heading .badge {
  color: transparent;
  background-color: inherit;
}
.panel-gray-x-light > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(125, 125, 125, 0.3);
}
.panel-slate-light {
  border-color: rgba(125, 125, 125, 0.3);
  background: rgba(54, 62, 73, 0.03);
}
.panel-slate-light > .panel-heading {
  color: inherit;
  background-color: transparent;
  border-color: rgba(125, 125, 125, 0.3);
}
.panel-slate-light > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(125, 125, 125, 0.3);
}
.panel-slate-light > .panel-heading .badge {
  color: transparent;
  background-color: inherit;
}
.panel-slate-light > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(125, 125, 125, 0.3);
}
.panel-transparent {
  border-color: rgba(125, 125, 125, 0.3);
  background: transparent;
}
.panel-transparent > .panel-heading {
  color: inherit;
  background-color: transparent;
  border-color: rgba(125, 125, 125, 0.3);
}
.panel-transparent > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(125, 125, 125, 0.3);
}
.panel-transparent > .panel-heading .badge {
  color: transparent;
  background-color: inherit;
}
.panel-transparent > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(125, 125, 125, 0.3);
}
.panel-dark {
  border-color: transparent;
  background: #007AC9;
  color: #fff;
}
.panel-dark > .panel-heading {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-dark > .panel-heading .badge {
  color: transparent;
  background-color: #fff;
}
.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-dark .panel-title {
  color: #fff;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/*================================================================================
[Social list]
*/
.social-list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0 15px 0 0;
  line-height: 16px;
  /*------- [Modifiers] -------*/
}
.social-list > li {
  display: inline-block;
}
.social-list__item {
  font-size: 26px;
  padding: 0 6px;
}
@media (min-width: 768px) {
  .social-list__item {
    font-size: 16px;
    padding: 0 3px;
  }
}
.social-list a {
  color: inherit;
}
.social-list a:hover,
.social-list a:active,
.social-list a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .social-list--lg .social-list__item {
    font-size: 20px;
  }
}
/*================================================================================
[User actions list]
*/
.user-nav {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  line-height: 16px;
  margin: 0;
}
.user-nav > li {
  display: inline-block;
}
.user-nav [class*=icon] {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 16px;
  padding-right: 5px;
}
.user-nav__item {
  padding: 0;
}
.user-nav a {
  color: #fff;
}
.user-nav a:hover,
.user-nav a:active,
.user-nav a:focus {
  text-decoration: none;
}
.user-nav a:before {
  display: inline-block;
  content: "|";
  padding: 0 8px;
}
.user-nav__item:first-child a:before {
  display: none;
}
.wpicon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: #A6A6A6;
}
/*================================================================================
[Logo list]
*/
.logo-list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.logo-list > li {
  display: inline-block;
}
.logo-list li {
  padding: 10px 40px 0 0;
}
@media (min-width: 480px) {
  .logo-list li {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .logo-list li {
    padding-top: 0;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .logo-list li {
    padding-right: 55px;
  }
}
.logo-list li:last-child {
  padding: 0;
}
.lt-ie9 .logo-list li {
  display: block;
  float: left;
}
/*================================================================================
[Footer sub-links]
*/
.footer-sub-links {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.footer-sub-links > li {
  display: inline-block;
}
.footer-sub-links li:after {
  content: ' | ';
}
.footer-sub-links li:last-child:after {
  content: '';
}
.footer-sub-links a {
  color: inherit;
}
/*================================================================================
[Category list]
*/
.category-list {
  padding-left: 0;
  list-style: none;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  /*------- [Elements] -------*/
  /*------- [Modifiers] -------*/
}
@media (min-width: 768px) {
  .category-list {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .category-list {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .category-list__item {
    height: 0;
    text-indent: -999em;
  }
}
.category-list__link {
  display: block;
  padding: 4px 0;
  color: #7D7D7D;
  text-decoration: none;
}
.category-list__link:hover,
.category-list__link:active,
.category-list__link:focus {
  text-decoration: underline;
}
.category-list__link.category-selected {
  color: #5A9AC4;
}
.category-list__link.category-selected,
.category-list__link.category-selected:hover,
.category-list__link.category-selected:active,
.category-list__link.category-selected:focus {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.category-list--small {
  font-size: 10px;
}
@media (min-width: 768px) {
  .category-list--small {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .category-list--small {
    font-size: 14px;
  }
}
/*================================================================================
[Result card list: result cards are in _cards.less]
*/
.result-card-list {
  padding-left: 0;
  list-style: none;
}
.result-card-list > li {
  margin-bottom: 20px;
}
/*================================================================================
[Two Column list]
*/
.two-column-list {
  columns: 2;
  column-gap: 40px;
}
.two-column-list li {
  margin-bottom: 5px;
}
.lt-ie10 .two-column-list li {
  width: 47%;
  float: left;
  margin: 0 0 5px 0;
  padding: 0;
}
/*================================================================================
[Sharing list]
*/
.sharing-list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
.sharing-list > li {
  display: inline-block;
}
@media (min-width: 768px) {
  .sharing-list {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .sharing-list {
    font-size: 16px;
  }
}
.sharing-list__item + .sharing-list__item {
  margin-left: 8px;
}
.sharing-list a,
.sharing-list a:focus,
.sharing-list a:active,
.sharing-list a:hover {
  color: #A6A6A6;
}
.sharing-list div {
  color: #A6A6A6;
}
/*================================================================================
[Step list]
*/
.step-list {
  padding-left: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px !important;
}
.step-list:before,
.step-list:after {
  content: " ";
  display: table;
}
.step-list:after {
  clear: both;
}
.step-list:before,
.step-list:after {
  content: " ";
  display: table;
}
.step-list:after {
  clear: both;
}
.step-list--padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .step-list--padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.step-list--pad-bottom {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .step-list--pad-bottom {
    padding-bottom: 40px;
  }
}
.step-list--pad-top {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .step-list--pad-top {
    padding-top: 40px;
  }
}
.step-list__item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .step-list__item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .step-list__item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .step-list__item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .step-list__item {
    float: left;
    width: 16.66666667%;
  }
}
.step-list__img img {
  display: block;
  width: 100%;
  height: auto;
}
.step-list__text {
  font-size: 9px;
  line-height: 1.1;
  background: #EBEBEB;
  color: #404040;
  padding: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .step-list__text {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .step-list__text {
    font-size: 12px;
  }
}
.step-list__text span {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #7D7D7D;
  color: #fff;
  bottom: 100%;
  line-height: 30px;
  padding: 0 5px;
  text-align: center;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  margin: 0 0 0 -10px;
}
@media (min-width: 768px) {
  .step-list__text span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .step-list__text span {
    font-size: 18px;
  }
}
/*================================================================================
[Tile list]
*/
.tile-list {
  padding-left: 0;
  list-style: none;
  /*------- [Modifiers] -------*/
}
.tile-list__item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tile-list__item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .tile-list__item {
    margin-bottom: 30px;
  }
}
.tile-list__link {
  display: block;
}
.tile-list__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.tile-list__title {
  text-align: center;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  margin: 10px 0 0;
}
.tile-list--wide .tile-list__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .tile-list--wide .tile-list__item {
    float: left;
    width: 16.66666667%;
  }
}
/*================================================================================
[Certification list]
*/
.certification-list {
  padding-left: 0;
  list-style: none;
}
.certification-list:before,
.certification-list:after {
  content: " ";
  display: table;
}
.certification-list:after {
  clear: both;
}
.certification-list:before,
.certification-list:after {
  content: " ";
  display: table;
}
.certification-list:after {
  clear: both;
}
.certification-list__item {
  display: table;
  float: left;
  vertical-align: middle;
  font-size: 12px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 40px;
}
@media (min-width: 768px) {
  .certification-list__item {
    max-width: 200px;
  }
}
.certification-list__img,
.certification-list__desc {
  display: table-cell;
  vertical-align: middle;
}
.certification-list__img {
  padding-right: 8px;
}
/*================================================================================
[ SDS SEARCH RESULTS - site content list]
*/
.result-card-site-content-list {
  padding-left: 0;
  list-style: none;
}
.result-card-site-content-list:before,
.result-card-site-content-list:after {
  content: " ";
  display: table;
}
.result-card-site-content-list:after {
  clear: both;
}
.result-card-site-content-list:before,
.result-card-site-content-list:after {
  content: " ";
  display: table;
}
.result-card-site-content-list:after {
  clear: both;
}
.result-card-site-content-list__item {
  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
  padding: 10px 0;
  margin: 0;
}
.result-card-site-content-list__item:last-child {
  border-bottom: 0;
}
/*================================================================================
[Resource card list]
*/
.resource-card-grid {
  padding-left: 0;
  list-style: none;
}
.resource-card-grid:before,
.resource-card-grid:after {
  content: " ";
  display: table;
}
.resource-card-grid:after {
  clear: both;
}
.resource-card-grid:before,
.resource-card-grid:after {
  content: " ";
  display: table;
}
.resource-card-grid:after {
  clear: both;
}
@supports (display: flex) {
  .resource-card-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.resource-card-grid__item {
  box-sizing: border-box;
  float: left;
  margin: 0 0 20px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: -1px;
  position: relative;
}
@media (min-width: 480px) {
  .resource-card-grid__item {
    margin: 0 20px 20px 0;
    width: calc(49.75% - 10px);
  }
  .resource-card-grid__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .resource-card-grid__item + .resource-card-list__item {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .resource-card-grid__item {
    width: calc(32.75% - 10px);
  }
  .resource-card-grid__item:nth-child(2n+2) {
    margin-right: 20px;
  }
  .resource-card-grid__item:nth-child(3n+3) {
    margin-right: 0;
  }
  .lt-ie9 .resource-card-grid__item {
    width: 30%;
  }
}
@media (min-width: 480px) {
  .resource-card-grid__item {
    margin-bottom: 20;
    margin-top: -1px;
  }
}
.resource-card-list {
  padding-left: 0;
  list-style: none;
}
.resource-card-list:before,
.resource-card-list:after {
  content: " ";
  display: table;
}
.resource-card-list:after {
  clear: both;
}
.resource-card-list:before,
.resource-card-list:after {
  content: " ";
  display: table;
}
.resource-card-list:after {
  clear: both;
}
.resource-card-list.resource-card-list--dual-inner {
  padding-bottom: 20px;
}
.resource-card-list__item + .resource-card-list__item {
  border-top-width: 0;
}
.resource-card-list__item.resource-card--mini {
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  box-sizing: border-box;
}
.resource-card-list--dual-inner .resource-card-list__item {
  box-sizing: border-box;
  float: left;
  margin: 0 0 20px;
  display: block;
  width: 100%;
  margin-bottom: 2px !important;
}
@media (min-width: 480px) {
  .resource-card-list--dual-inner .resource-card-list__item {
    margin: 0 20px 20px 0;
    width: calc(49.75% - 10px);
  }
  .resource-card-list--dual-inner .resource-card-list__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
.resource-card-list--dual-inner .resource-card-list__item:nth-child(even):nth-last-child(-n+1),
.resource-card-list--dual-inner .resource-card-list__item:nth-child(odd):nth-last-child(-n+2) {
  border-bottom: none;
}
.resource-card-list--single-inner .resource-card-list__item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-bottom: 2px;
}
.resource-card-list--single-inner .resource-card-list__item:last-child {
  border-bottom: 0;
}
/*================================================================================
[Tile grid]
*/
.tile-grid {
  padding-left: 0;
  list-style: none;
}
.tile-grid__item {
  box-sizing: border-box;
  float: left;
  margin: 0 0 20px;
  display: block;
  width: 100%;
}
@media (min-width: 480px) {
  .tile-grid__item {
    margin: 0 20px 20px 0;
    width: calc(49.75% - 10px);
  }
  .tile-grid__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .tile-grid__item + .resource-card-list__item {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .tile-grid__item {
    width: calc(32.75% - 10px);
  }
  .tile-grid__item:nth-child(2n+2) {
    margin-right: 20px;
  }
  .tile-grid__item:nth-child(3n+3) {
    margin-right: 0;
  }
  .lt-ie9 .tile-grid__item {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .tile-grid__item {
    margin-bottom: 0;
  }
}
/*================================================================================
[Icons list]
*/
.icons-list {
  padding-left: 0;
  list-style: none;
}
.icons-list:before,
.icons-list:after {
  content: " ";
  display: table;
}
.icons-list:after {
  clear: both;
}
.icons-list:before,
.icons-list:after {
  content: " ";
  display: table;
}
.icons-list:after {
  clear: both;
}
.icons-list__item {
  display: block;
  margin-bottom: 12px;
}
.icons-list__item [class^=icon-] {
  color: #007AC9;
  display: block;
  float: left;
  font-size: 1.5em;
  width: 1.5em;
  margin-right: 6px;
  text-align: center;
  position: relative;
  top: -0.05em;
}
/*================================================================================
[Timeline list]
*/
.timeline-list {
  padding-left: 0;
  list-style: none;
  display: block;
}
.timeline-list:before,
.timeline-list:after {
  content: " ";
  display: table;
}
.timeline-list:after {
  clear: both;
}
.timeline-list:before,
.timeline-list:after {
  content: " ";
  display: table;
}
.timeline-list:after {
  clear: both;
}
@media (min-width: 768px) {
  .timeline-list {
    margin: 0 5%;
    display: table;
    width: 90%;
    box-sizing: border-box;
  }
}
.timeline-list__item {
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .timeline-list__item {
    float: left;
    width: 46%;
    margin: 10px 2% 15px 2%;
  }
}
@media (min-width: 768px) {
  .timeline-list__item {
    display: table-row;
  }
  .timeline-list__item > div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
  }
}
.timeline-list__img {
  position: relative;
}
@media (min-width: 768px) {
  .timeline-list__img {
    width: 35%;
  }
}
.timeline-list__img img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid rgba(125, 125, 125, 0.3);
}
@media (min-width: 768px) {
  .timeline-list__img img {
    max-width: 275px;
  }
}
.timeline-list__date {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .timeline-list__date {
    width: 20%;
    text-align: center;
    font-size: inherit;
    margin-top: 0 !important;
  }
}
.timeline-list__text {
  font-size: 12px;
  font-style: italic;
}
@media (min-width: 768px) {
  .timeline-list__text {
    width: 45%;
  }
}
/*================================================================================
[Distributor List]
*/
.distributor-list {
  padding-left: 0;
  list-style: none;
}
.distributor-list__item {
  margin-bottom: 15px;
}
/*================================================================================
[Button List]
*/
.button-list {
  padding-left: 0;
  list-style: none;
  white-space: nowrap;
}
.button-list__item {
  display: inline-block;
}
@media (min-width: 768px) {
  .button-list__item {
    margin: 20px 0 0 10px;
  }
}
/*================================================================================
[Video card grid]
*/
.video-card-grid {
  padding-left: 0;
  list-style: none;
}
.video-card-grid:before,
.video-card-grid:after {
  content: " ";
  display: table;
}
.video-card-grid:after {
  clear: both;
}
.video-card-grid:before,
.video-card-grid:after {
  content: " ";
  display: table;
}
.video-card-grid:after {
  clear: both;
}
.video-card-grid__item {
  box-sizing: border-box;
  float: left;
  margin: 0 0 20px;
  display: block;
  width: 100%;
}
@media (min-width: 480px) {
  .video-card-grid__item {
    margin: 0 20px 20px 0;
    width: calc(49.75% - 10px);
  }
  .video-card-grid__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
/*================================================================================
[Teaser list]
*/
.teaser-grid {
  padding-left: 0;
  list-style: none;
}
.teaser-grid__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .teaser-grid__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .teaser-grid__item {
    float: left;
    width: 33.33333333%;
  }
}
/*================================================================================
[contact list]
*/
.contact-card-list {
  padding-left: 0;
  list-style: none;
}
.contact-card-list__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}
.contact-card-list__item:last-child {
  border-bottom: 0;
}
/*================================================================================
[birthday list]
*/
.birthday-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
.birthday-list--padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .birthday-list--padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.birthday-list--pad-bottom {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .birthday-list--pad-bottom {
    padding-bottom: 40px;
  }
}
.birthday-list--pad-top {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .birthday-list--pad-top {
    padding-top: 40px;
  }
}
.birthday-list:before,
.birthday-list:after {
  content: " ";
  display: table;
}
.birthday-list:after {
  clear: both;
}
.birthday-list:before,
.birthday-list:after {
  content: " ";
  display: table;
}
.birthday-list:after {
  clear: both;
}
.birthday-list__item {
  line-height: 1.1;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 8px;
  padding-left: 0px;
  font-size: 14px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 480px) {
  .birthday-list__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .birthday-list__item {
    float: left;
    width: 33.33333333%;
  }
}
.birthday-list__title {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  color: #363E49;
  font-size: 16px;
}
.birthday-list__picture {
  display: table-cell;
  width: 90px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .birthday-list__picture {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .birthday-list__picture {
    width: 115px;
  }
}
.birthday-list__img {
  vertical-align: top;
  border-radius: 50%;
  width: 100%;
  border: 2px solid #fff;
}
.birthday-list__birthday--today {
  background: #ef3f60;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  border: 2px solid #fff;
}
.birthday-list--todaysbirthdays {
  display: block;
  padding-left: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.birthday-list--todaysbirthdays--padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .birthday-list--todaysbirthdays--padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.birthday-list--todaysbirthdays--pad-bottom {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .birthday-list--todaysbirthdays--pad-bottom {
    padding-bottom: 40px;
  }
}
.birthday-list--todaysbirthdays--pad-top {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .birthday-list--todaysbirthdays--pad-top {
    padding-top: 40px;
  }
}
.birthday-list--todaysbirthdays .birthday-list__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  display: table;
  background: url(/static/img/graphics/confetti.jpg) center bottom no-repeat;
  background-size: 100% auto;
}
@media (min-width: 480px) {
  .birthday-list--todaysbirthdays .birthday-list__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .birthday-list--todaysbirthdays .birthday-list__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .birthday-list--todaysbirthdays .birthday-list__item {
    float: left;
    width: 33.33333333%;
  }
}
.lt-ie9 .birthday-list--todaysbirthdays .birthday-list__item {
  background: url(/static/img/graphics/confetti.jpg) 85% 100% no-repeat;
}
.birthday-list--todaysbirthdays .birthday-list__title {
  text-align: center;
  padding: 5px 0;
}
.birthday-list--todaysbirthdays .birthday-list__body {
  display: table-cell;
  vertical-align: middle;
}
/*================================================================================
[FAQ list]
*/
.faq-list {
  padding-left: 0;
  list-style: none;
}
.faq-list:before,
.faq-list:after {
  content: " ";
  display: table;
}
.faq-list:after {
  clear: both;
}
.faq-list:before,
.faq-list:after {
  content: " ";
  display: table;
}
.faq-list:after {
  clear: both;
}
.faq-list__item {
  position: relative;
}
.faq-list__item.faq-list__item--active .faq__question:before {
  content: "\e84c";
}
.faq-list__item.faq-list__item--active .faq__body {
  max-height: 4000px;
}
.faq-list .faq__body {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-in-out;
}
.faq-list .faq__question {
  position: relative;
  display: block;
  background: #5A9AC4;
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  padding: 13px 15px 13px 52px;
  margin: 0;
  font-size: 12px;
  border-bottom: 1px solid #F4F4F4;
  text-decoration: none;
}
@media (min-width: 768px) {
  .faq-list .faq__question {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .faq-list .faq__question {
    font-size: 16px;
  }
}
.faq-list .faq__question:hover {
  text-decoration: none;
}
.faq-list .faq__question:before {
  content: "\e84b";
  font-family: 'icomoon--entypo';
  font-size: 16px;
  position: absolute;
  display: block;
  width: 40px;
  vertical-align: middle;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding: 13px 10px;
  border-right: 1px solid #F4F4F4;
  transition: all 0.25s ease-in-out;
}
.faq-list .faq__answer {
  border: 1px solid rgba(125, 125, 125, 0.3);
  background: #F4F4F4;
  padding: 20px;
}
/*================================================================================
[Landing card]
*/
.child-page-card {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .child-page-card {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .child-page-card {
    float: left;
    width: 25%;
  }
}
.child-page-card__link {
  text-decoration: none;
  border: 1px solid rgba(180, 206, 233, 0.25);
  padding: 15px;
  display: block;
  background: rgba(180, 206, 233, 0.12);
  transition: all 0.25s ease-in-out;
}
.lt-ie9 .child-page-card__link {
  border-color: #f3f7fc;
}
.child-page-card__link:hover,
.child-page-card__link:active,
.child-page-card__link:focus {
  text-decoration: none;
}
.child-page-card__link:hover {
  background: rgba(180, 206, 233, 0.25);
}
.child-page-card__link:hover .landing-card__title {
  color: #37739a;
}
.lt-ie9 .child-page-card__link:hover {
  background: #f3f7fc;
}
.child-page-card__title {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
  color: #5A9AC4;
  text-align: center;
  display: block;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .child-page-card__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .child-page-card__title {
    font-size: 18px;
  }
}
.child-page-card__img {
  text-align: center;
}
.child-page-card__img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto;
}
.child-page-card__des {
  color: #7D7D7D;
  font-size: 10px;
  line-height: 1.3;
  display: block;
}
@media (min-width: 768px) {
  .child-page-card__des {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .child-page-card__des {
    font-size: 14px;
  }
}
.child-page-card--compact {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .child-page-card--compact {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .child-page-card--compact {
    float: left;
    width: 16.66666667%;
  }
}
/*================================================================================
[Result card]
*/
.result-card {
  border: 1px solid #EBEBEB;
  font-size: 14px;
  cursor: pointer;
  /*------- [Modifiers] -------*/
}
.result-card__title {
  background: #007AC9;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 10px;
}
@media (max-width: 767px) {
  .result-card__title {
    word-break: break-all;
  }
}
.result-card__body {
  padding: 20px;
}
@media (min-width: 768px) {
  .result-card__body {
    padding: 20px 40px;
  }
}
.result-card__body-thumb {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .result-card__body-thumb {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .result-card__body-thumb {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .result-card__body-thumb {
    margin-left: -20px;
  }
}
.result-card__body-title a,
.result-card__body-desc a,
.result-card__body-title a:active,
.result-card__body-desc a:active,
.result-card__body-title a:hover,
.result-card__body-desc a:hover,
.result-card__body-title a:focus,
.result-card__body-desc a:focus {
  color: inherit;
  text-decoration: none;
}
.result-card__body-title {
  overflow: hidden;
  margin-left: 33.33333333%;
  font-size: 18px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .result-card__body-title {
    margin-left: 25%;
  }
}
@media (max-width: 767px) {
  .result-card__body-title {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .result-card__body-title {
    margin-top: 5px;
  }
}
.result-card__body-desc {
  clear: both;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .result-card__body-desc {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .result-card__body-desc {
    clear: none;
    padding-top: 0;
  }
}
.result-card__specs {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .result-card__specs {
    margin-top: 0;
  }
}
.result-card--hover {
  background: rgba(180, 206, 233, 0.12);
}
/*================================================================================
[Logo card]
*/
.logo-card-grid:before,
.logo-card-grid:after {
  content: " ";
  display: table;
}
.logo-card-grid:after {
  clear: both;
}
.logo-card-grid:before,
.logo-card-grid:after {
  content: " ";
  display: table;
}
.logo-card-grid:after {
  clear: both;
}
.logo-card-grid__item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .logo-card-grid__item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .logo-card-grid__item {
    float: left;
    width: 25%;
  }
}
.logo-card {
  position: relative;
}
.logo-card__link {
  display: block;
  background: #fff;
  position: relative;
  border: 1px solid rgba(180, 206, 233, 0.25);
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.logo-card__logo {
  max-width: 100%;
  max-height: 250px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/*================================================================================
[SDS SEARCH CARD for site content ]
*/
.result-card-site-content {
  font-size: 15px;
  padding-bottom: 20px !important;
}
.result-card-site-content__link {
  font-size: 18px;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  margin: 3px 0 8px 0;
  display: block;
}
.result-card-site-content__body-title {
  margin-top: 0;
}
.result-card-site-content__body-title a {
  color: inherit;
  text-decoration: none;
}
.result-card-site-content__body-title a:hover,
.result-card-site-content__body-title a:active,
.result-card-site-content__body-title a:focus,
.result-card--hover .result-card-site-content__body-title a {
  color: #5A9AC4;
}
.result-card-site-content__body-title a:hover,
.result-card-site-content__body-title a:active,
.result-card-site-content__body-title a:focus {
  text-decoration: underline;
}
.result-card-site-content__body em {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  background: #efebd1;
  display: inline-block;
  padding: 0 2px;
  color: #5a5a5a;
  font-style: normal;
}
/*================================================================================
[Resource card]
*/
.resource-card {
  background: #fff;
  border: 1px solid rgba(125, 125, 125, 0.3);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.33s linear;
  /*------- [Elements] -------*/
  /*------- [Non-touch only] -------*/
  /*------- [Modifiers] -------*/
  /*------- [Special placements] -------*/
}
.lt-ie9 .resource-card {
  border: 1px solid #ccddf0;
}
.resource-card__icon,
.resource-card__thumb {
  position: absolute;
  left: 10px;
}
.resource-card__icon {
  top: 17px;
  font-size: 36px;
  color: #A6A6A6;
}
.resource-card__icon [class*="icon-"]:before {
  position: relative;
  top: 1px;
  vertical-align: top;
}
.resource-card__thumb {
  height: 43px;
  width: 35px;
  top: 50%;
  margin-top: -21px;
}
.resource-card__thumb img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  max-height: 43px;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.lt-ie9 .resource-card__thumb img {
  left: 0;
  top: 0;
}
.resource-card__body {
  margin-bottom: 10px;
  overflow: hidden;
  min-height: 70px;
}
.resource-card__body:before,
.resource-card__body:after {
  content: " ";
  display: table;
}
.resource-card__body:after {
  clear: both;
}
.resource-card__body:before,
.resource-card__body:after {
  content: " ";
  display: table;
}
.resource-card__body:after {
  clear: both;
}
.resource-card__title {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #404040;
  margin: 20px 15px 5px 55px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resource-card__title a {
  color: inherit;
}
@media (max-width: 767px) {
}
.resource-card__meta {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0 15px 0 55px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #A6A6A6;
}
.resource-card__meta > li {
  display: inline-block;
}
.resource-card__meta li + li {
  margin-left: 10px;
}
.resource-card__link {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #5A9AC4;
}
.resource-card__link,
.resource-card__link:hover,
.resource-card__link:active,
.resource-card__link:focus {
  text-decoration: none;
}
.resource-card__actions {
  display: table;
  width: 100%;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  border-top: 1px solid #EBEBEB;
  padding: 0;
  text-transform: uppercase;
}
.resource-card__actions li {
  display: table-cell;
  text-align: center;
}
.resource-card__actions li + li {
  border-left: 1px solid #EBEBEB;
}
.resource-card__actions-link {
  display: block;
  padding: 10px 15px;
  margin: 0 !important;
  /* Override an injected AddThis style :( */
}
.resource-card__actions-link [class^=icon] {
  font-size: 1.1em;
  line-height: 0;
}
.resource-card__download {
  display: none;
}
@media (min-width: 768px) {
  .resource-card__download {
    display: block;
  }
}
.no-touch .resource-card__title a {
  color: inherit;
}
.resource-card--mini {
  min-height: 70px;
  display: table;
  vertical-align: middle;
}
.flexbox .resource-card--mini {
  display: flex;
  align-items: center;
}
.resource-card--mini .resource-card__icon,
.resource-card--mini .resource-card__thumb,
.resource-card--mini .resource-card__body,
.resource-card--mini .resource-card__actions {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}
.flexbox .resource-card--mini .resource-card__icon,
.flexbox .resource-card--mini .resource-card__thumb,
.flexbox .resource-card--mini .resource-card__body,
.flexbox .resource-card--mini .resource-card__actions {
  display: block;
}
.resource-card--mini .resource-card__body {
  width: calc(100% - 50px);
  margin: 0;
  padding-right: 10px;
  min-height: 0;
  vertical-align: top;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .resource-card--mini .resource-card__body {
    width: calc(100% - 90px);
  }
}
.resource-card--mini .resource-card__title,
.resource-card--mini .resource-card__meta {
  margin: 5px 0 0 55px;
}
.resource-card--mini .resource-card__title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .resource-card--mini .resource-card__title {
    font-size: 16px;
  }
}
.resource-card--mini .resource-card__icon {
  top: 50%;
  margin-top: -28px;
}
.resource-card--mini .resource-card__icon .resource-card-list--single-inner {
  top: 50%;
  margin-top: -25px;
}
.resource-card--mini .resource-card__thumb {
  height: 43px;
}
.resource-card--mini .resource-card__thumb img {
  left: 0;
  transform: translateY(-50%);
}
.resource-card--mini .resource-card__actions {
  padding-top: 20px;
  padding-right: 10px;
  border: none;
  width: 50px;
  text-align: right;
}
.resource-card--mini .resource-card__actions li + li {
  border: none;
}
.resource-card--mini .resource-card__actions li {
  text-align: right;
}
@media (min-width: 768px) {
  .resource-card--mini .resource-card__actions {
    width: 90px;
  }
}
.resource-card--mini .resource-card__actions-link {
  padding: 10px 6px;
}
.resource-card--mini .resource-card__actions-link,
.resource-card--mini .resource-card__actions-link:hover,
.resource-card--mini .resource-card__actions-link:focus,
.resource-card--mini .resource-card__actions-link:active {
  text-decoration: none;
}
.resource-card--mini .resource-card__actions-link i[class^=icon] {
  font-size: 30px;
}
.resource-card--micro {
  background: transparent;
  border-width: 1px 0;
  display: table;
  vertical-align: middle;
}
.resource-card--micro:first-child {
  border-top: 0;
}
.resource-card--micro .resource-card__icon {
  font-size: 18px;
  top: 50%;
  margin-top: -9px;
}
.resource-card--micro .resource-card__body,
.resource-card--micro .resource-card__actions {
  display: table-cell;
  padding: 10px 0 10px 0;
  vertical-align: middle;
}
.resource-card--micro .resource-card__body {
  width: 100%;
  margin: 0;
  padding-right: 10px;
  min-height: 0;
  line-height: 1;
}
.resource-card--micro .resource-card__title {
  margin: 0 0 0 40px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  color: #404040;
  font-size: 14px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  .resource-card--micro .resource-card__title {
    font-size: 16px;
  }
}
.resource-card--micro .resource-card__title a:hover,
.resource-card--micro .resource-card__title a:active,
.resource-card--micro .resource-card__title a:focus {
  color: #5A9AC4;
}
.resource-card--micro .resource-card__actions {
  border-top: 0;
  vertical-align: middle;
}
.resource-card--micro .resource-card__actions li + li {
  border: none;
}
.resource-card--micro .resource-card__actions li {
  vertical-align: middle;
}
.resource-card--micro .resource-card__actions-link {
  position: relative;
  padding: 12px 8px 10px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
}
.resource-card--micro .resource-card__actions-link i[class^=icon] {
  font-size: 22px;
}
.resource-card--micro .resource-card__actions-link:after {
  content: attr(title);
  display: none;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}
.lt-ie9 .resource-card--micro .resource-card__actions-link:after {
  top: 27px;
  left: -25%;
}
.lt-ie9 .resource-card--micro .resource-card__actions-link.resource-card__email {
  overflow: visible !important;
}
.lt-ie9 .resource-card--micro .resource-card__actions-link.resource-card__email:after {
  left: 5%;
}
.resource-card--micro .resource-card__actions-link:hover,
.resource-card--micro .resource-card__actions-link:focus,
.resource-card--micro .resource-card__actions-link:active {
  text-decoration: none;
}
.resource-card--micro .resource-card__actions-link:hover:after {
  display: block;
}
.resource-card--large .resource-card__thumb {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  padding: 5px 5px 0;
}
.resource-card--large .resource-card__thumb img {
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  max-height: none;
  transform: translate(0, 0);
}
.resource-card--large .resource-card__title {
  margin: 15px 15px 5px 15px;
}
.resource-card--large .resource-card__meta {
  margin: 0 15px 0 15px;
}
.resource-card--hover {
  background: #f6f9fc;
}
.resource-card--hover .resource-card__title a {
  color: #5A9AC4;
}
.resource-card--hover .resource-card__actions {
  border-color: rgba(84, 84, 84, 0.3);
}
.resource-card--hover .resource-card__actions li + li {
  border-color: rgba(84, 84, 84, 0.3);
}
.resource-card--hover.resource-card--mini .resourec-card__actions,
.resource-card--hover.resource-card--mini .resourec-card__actions li + li {
  border: none;
}
.result-card .resource-card {
  border: none;
}
/*================================================================================
[Resource tile]
*/
.resource-tile {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.lt-ie9 .resource-tile {
  border: 1px solid #ccddf0;
}
.resource-tile__link {
  display: block;
  color: inherit;
}
.resource-tile__link:hover,
.resource-tile__link:active,
.resource-tile__link:focus {
  text-decoration: none;
  background: rgba(180, 206, 233, 0.12);
}
.resource-tile__icon,
.resource-tile__title {
  display: table-cell;
  vertical-align: middle;
}
.resource-tile__icon {
  background: #5A9AC4;
  color: #fff;
  padding: 10px 15px;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  width: 65px;
  height: 65px;
}
.resource-tile__icon .icon-tool {
  font-size: 30px;
}
.resource-tile__icon .icon-report {
  font-size: 26px;
}
.resource-tile__title {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  padding: 15px 12px;
}
.resource-tile--dark {
  background: transparent;
  color: #fff;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .resource-tile--dark {
    border-top: 0;
  }
}
.resource-tile--dark .resource-tile__link:hover,
.resource-tile--dark .resource-tile__link:active,
.resource-tile--dark .resource-tile__link:focus {
  color: #fff;
}
/*================================================================================
[Feature Card]
*/
.feature-card-grid {
  padding-left: 0;
  list-style: none;
}
.feature-card-grid:before,
.feature-card-grid:after {
  content: " ";
  display: table;
}
.feature-card-grid:after {
  clear: both;
}
.feature-card-grid:before,
.feature-card-grid:after {
  content: " ";
  display: table;
}
.feature-card-grid:after {
  clear: both;
}
@supports (display: flex) {
  .feature-card-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.feature-card-grid__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .feature-card-grid__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .feature-card-grid__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .feature-card-grid__item {
    float: left;
    width: 33.33333333%;
  }
}
@supports (display: flex) {
  .feature-card-grid__item {
    display: flex;
    margin-left: -0.25px;
    margin-right: -0.25px;
  }
}
.feature-card-grid__item.feature-card--lg {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .feature-card-grid__item.feature-card--lg {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .feature-card-grid__item.feature-card--lg {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .feature-card-grid__item.feature-card--lg {
    float: left;
    width: 50%;
  }
}
.feature-card-grid__item.feature-card--quad {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .feature-card-grid__item.feature-card--quad {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .feature-card-grid__item.feature-card--quad {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .feature-card-grid__item.feature-card--quad {
    float: left;
    width: 25%;
  }
}
.feature-card-grid__item.feature-card--compact {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .feature-card-grid__item.feature-card--compact {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .feature-card-grid__item.feature-card--compact {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .feature-card-grid__item.feature-card--compact {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .feature-card-grid__item.feature-card--compact {
    float: left;
    width: 16.66666667%;
  }
}
.feature-card-list {
  padding-left: 0;
  list-style: none;
}
.feature-card-list:before,
.feature-card-list:after {
  content: " ";
  display: table;
}
.feature-card-list:after {
  clear: both;
}
.feature-card-list:before,
.feature-card-list:after {
  content: " ";
  display: table;
}
.feature-card-list:after {
  clear: both;
}
.feature-card-list__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .feature-card-list__item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .feature-card-list__item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .feature-card-list__item {
    float: left;
    width: 100%;
  }
}
.feature-card {
  overflow: hidden;
}
.feature-card__link,
.feature-card__wrapper {
  background: #fff;
  display: block;
  color: inherit;
  text-decoration: none;
}
@supports (display: flex) {
  .feature-card__link,
  .feature-card__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.feature-card__link:hover {
  text-decoration: none;
}
.feature-card__link:hover .feature-card__description {
  color: #7D7D7D;
}
.feature-card__link:hover .feature-card__subtitle {
  color: #37739a;
}
.feature-card__link:hover .feature-card__title {
  color: #37739a;
}
.feature-card__link:hover .feature-card__body {
  background: rgba(180, 206, 233, 0.25);
}
.lt-ie9 .feature-card__link:hover .feature-card__body {
  background: #f3f7fc;
}
.feature-card__link:active,
.feature-card__link:focus {
  text-decoration: none;
}
.feature-card__title {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 5px 0;
  color: #5A9AC4;
  transition: all 0.25s ease-in-out;
}
.feature-card__title + .feature-card__subtitle {
  margin: -4px 0 10px 0;
}
.feature-card--compact .feature-card__title {
  font-size: 12px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .feature-card--compact .feature-card__title {
    font-size: 13px;
    line-height: 1.1;
  }
}
.feature-card__wrapper .feature-card__title {
  color: #404040;
}
.feature-card__thumb {
  height: 160px;
  overflow: hidden;
  position: relative;
}
.feature-card__thumb img {
  width: 100%;
  position: relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lt-ie9 .feature-card__thumb img {
  top: 0;
}
@media (max-width: 420px) {
  .feature-card__thumb {
    height: 105px;
  }
}
@media (min-width: 480px) and (max-width: 600px) {
  .feature-card__thumb {
    height: 88px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 601px) and (max-width: 650px) {
  .feature-card__thumb {
    height: 90px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 651px) and (max-width: 767px) {
  .feature-card__thumb {
    height: 110px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 768px) {
  .feature-card__thumb {
    height: 130px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .feature-card__thumb {
    height: 155px;
  }
}
.lt-ie9 .feature-card__thumb {
  height: auto;
  top: 0;
}
.feature-card--compact .feature-card__thumb {
  height: 81px;
}
@media (min-width: 480px) {
  .feature-card--compact .feature-card__thumb {
    height: 75px;
  }
}
@media (min-width: 768px) {
  .feature-card--compact .feature-card__thumb {
    height: 98px;
  }
}
@media (min-width: 992px) {
  .feature-card--compact .feature-card__thumb {
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .feature-card--compact .feature-card__thumb {
    height: 100px;
  }
}
.lt-ie9 .feature-card--compact .feature-card__thumb {
  height: auto;
}
.feature-card__subtitle {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  color: #5A9AC4;
  transition: all 0.25s ease-in-out;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #7D7D7D;
}
.feature-card__body {
  background: rgba(180, 206, 233, 0.12);
  padding: 15px;
  transition: all 0.25s ease-in-out;
  min-height: 50px;
}
@media (min-width: 768px) {
  .feature-card__body {
    min-height: 60px;
  }
}
.lt-ie9 .feature-card__body {
  background: #f3f7fc;
}
@supports (display: flex) {
  .feature-card__body {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-items: stretch;
  }
}
.feature-card--compact .feature-card__body {
  padding: 10px;
}
.feature-card__description {
  font-size: 14px;
  line-height: 1.3;
  color: #7D7D7D;
}
.feature-card__description p:last-child {
  margin-bottom: 0;
}
.feature-card--lg .feature-card__title {
  border-top: 0;
  font-size: 21px;
  border-bottom: 0;
}
.feature-card--lg .feature-card__link:hover .feature-card__subtitle {
  color: #7D7D7D;
}
/*================================================================================
[Overlay tile]
*/
.overlay-tile {
  height: 240px;
  position: relative;
  overflow: hidden;
  background: #fff;
  /*------- [Elements] -------*/
  /*------- [Modifiers] -------*/
}
.overlay-tile--dualtile:before,
.overlay-tile--dualtile:after {
  content: " ";
  display: table;
}
.overlay-tile--dualtile:after {
  clear: both;
}
.overlay-tile--dualtile:before,
.overlay-tile--dualtile:after {
  content: " ";
  display: table;
}
.overlay-tile--dualtile:after {
  clear: both;
}
.overlay-tile--dualtile .overlay-tile {
  height: 140px;
}
@media (min-width: 992px) {
  .overlay-tile--dualtile .overlay-tile {
    height: 240px;
    width: 50%;
    float: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .overlay-tile--dualtile .overlay-tile {
    width: 50%;
    float: left;
  }
}
.overlay-tile__bg {
  display: block;
  position: relative;
  max-height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.lt-ie9 .overlay-tile__bg {
  left: -30%;
}
@media (max-width: 991px) {
  .overlay-tile--dualtile .overlay-tile__bg {
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
.overlay-tile__logo {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.overlay-tile__logo img {
  width: 100px;
  height: auto;
}
.overlay-tile__spot-right {
  display: block;
  position: absolute;
  max-width: 37.5%;
  right: 3%;
  top: 12%;
  z-index: 2;
}
.overlay-tile__overlay,
.overlay-tile__cta {
  left: 0;
  right: 0;
  padding: 15px 20px;
}
.overlay-tile__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(to bottom, rgba(54, 62, 73, 0.65) 0%, rgba(54, 62, 73, 0.2) 55%, rgba(54, 62, 73, 0.16) 100%);
}
.lt-ie9 .overlay-tile__overlay {
  background: url(/Static/img/graphics/ieFallback-gradient.png) top left repeat-x;
}
.lt-ie10 .overlay-tile__overlay {
  background: url(/Static/img/graphics/ieFallback-gradient.png) top left no-repeat;
  background-size: 100% 100%;
}
.overlay-tile__title {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .overlay-tile__title {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .overlay-tile__title {
    font-size: 20px;
  }
}
.overlay-tile__desc {
  font-size: 11px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .overlay-tile__desc {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .overlay-tile__desc {
    font-size: 15px;
  }
}
.overlay-tile--dualtile .overlay-tile__desc {
  font-size: 12px;
  padding-right: 25%;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 480px) {
  .overlay-tile--dualtile .overlay-tile__desc {
    padding-right: 0;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .overlay-tile--dualtile .overlay-tile__desc {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .overlay-tile--dualtile .overlay-tile__desc {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .overlay-tile--dualtile .overlay-tile__desc {
    font-size: 15px;
  }
}
.overlay-tile__cta {
  position: absolute;
  bottom: 0;
  text-align: center;
  background: linear-gradient(to bottom, rgba(54, 62, 73, 0) 0%, rgba(54, 62, 73, 0.65) 100%);
}
.overlay-tile--dark {
  background: #007AC9;
  color: #fff;
}
.overlay-tile--dark .overlay-tile__overlay,
.overlay-tile--dark .overlay-tile__cta {
  background: transparent;
}
.overlay-tile--wide .overlay-tile__title {
  margin-right: 35%;
}
.overlay-tile--wide .overlay-tile__desc {
  margin-right: 40%;
}
.overlay-tile--short {
  height: 150px;
}
@media (min-width: 768px) {
  .overlay-tile--short {
    height: 195px;
  }
}
/*================================================================================
[Distributor card]
*/
.distributor-card {
  font-size: 15px;
  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
  padding-bottom: 15px;
  /*------- [Modifiers] -------*/
}
.distributor-card:last-child {
  border: none;
  padding-bottom: 0;
}
.distributor-card__icon {
  float: left;
  background: #5A9AC4;
  color: #fff;
  padding: 10px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  width: 3em;
  text-align: center;
}
.distributor-card__icon,
.distributor-card__icon:hover,
.distributor-card__icon:active,
.distributor-card__icon:focus {
  color: #fff;
  text-decoration: none;
}
.distributor-card__icon:hover,
.distributor-card__icon:active,
.distributor-card__icon:focus {
  background: #007AC9;
}
.distributor-card__details {
  margin-left: 60px;
  overflow: hidden;
}
.distributor-card__title {
  margin: 5px 0;
  font-size: 18px;
  cursor: pointer;
}
.distributor-card__title:hover {
  color: #5A9AC4;
}
.distributor-card__subtitle {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 5px;
}
.distributor-card__distance,
.distributor-card__phone,
.distributor-card__fax,
.distributor-card__web,
.distributor-card__email,
.distributor-card__directions {
  margin-bottom: 2px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.distributor-card__distance {
  font-size: 10px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  color: rgba(54, 62, 73, 0.5);
}
@media (min-width: 768px) {
  .distributor-card__distance {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .distributor-card__distance {
    font-size: 14px;
  }
}
.distributor-card__address {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-bottom: 10px;
}
.distributor-card__directions {
  margin-top: 10px !important;
}
.distributor-card--no-index .distributor-card__details {
  margin-left: 0;
}
/*================================================================================
[Dispenser card]
*/
.dispenser-card {
  background: #F4F4F4;
  border: 1px solid rgba(125, 125, 125, 0.2);
  padding: 15px 20px;
  margin-bottom: 20px;
}
.dispenser-card_title {
  color: #007AC9;
}
.dispenser-card_info {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(125, 125, 125, 0.2);
  font-size: 14px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
}
/*================================================================================
[Literature card]
*/
.literature-card {
  background: #F4F4F4;
  border: 1px solid rgba(125, 125, 125, 0.2);
  padding: 15px 20px;
  margin-bottom: 20px;
}
.literature-card_title {
  color: #007AC9;
}
.literature-card_info {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(125, 125, 125, 0.2);
  font-size: 14px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
}
/*================================================================================
[Video card]
*/
.video-card {
  background: rgba(180, 206, 233, 0.25);
}
.video-card__title {
  padding: 4px 15px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .video-card__title {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .video-card__title {
    font-size: 16px;
  }
}
.video-card iframe {
  border: none;
}
/*================================================================================
[News Card]
*/
.news-card-grid {
  padding-left: 0;
  list-style: none;
}
.news-card-grid:before,
.news-card-grid:after {
  content: " ";
  display: table;
}
.news-card-grid:after {
  clear: both;
}
.news-card-grid:before,
.news-card-grid:after {
  content: " ";
  display: table;
}
.news-card-grid:after {
  clear: both;
}
.news-card-grid__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .news-card-grid__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .news-card-grid__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .news-card-grid__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .news-card-grid__item {
    float: left;
    width: 33.33333333%;
  }
}
.news-card-grid__item.news-card--quad {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .news-card-grid__item.news-card--quad {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .news-card-grid__item.news-card--quad {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .news-card-grid__item.news-card--quad {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .news-card-grid__item.news-card--quad {
    float: left;
    width: 25%;
  }
}
.news-card-grid__item.news-card--lg,
.news-card-grid__item.news-card--lg.news-card--quad {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .news-card-grid__item.news-card--lg,
  .news-card-grid__item.news-card--lg.news-card--quad {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .news-card-grid__item.news-card--lg,
  .news-card-grid__item.news-card--lg.news-card--quad {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .news-card-grid__item.news-card--lg,
  .news-card-grid__item.news-card--lg.news-card--quad {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .news-card-grid__item.news-card--lg,
  .news-card-grid__item.news-card--lg.news-card--quad {
    float: left;
    width: 100%;
  }
}
.news-card-list {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .news-card-list {
    display: table;
  }
  .news-card-list--micro {
    display: block;
  }
}
.news-card-list .news-card-list__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}
@media (min-width: 480px) {
  .news-card-list .news-card-list__item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .news-card-list .news-card-list__item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .news-card-list .news-card-list__item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .news-card-list .news-card-list__item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .news-card-list .news-card-list__item {
    display: table-row;
  }
  .news-card-list .news-card-list__item--micro {
    display: block;
  }
}
.news-card {
  /*------- [Elements] -------*/
  /*------- [Modifiers] -------*/
}
.news-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  background: rgba(180, 206, 233, 0.12);
  min-height: 100px;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.news-card__link:before,
.news-card__link:after {
  content: " ";
  display: table;
}
.news-card__link:after {
  clear: both;
}
.news-card__link:before,
.news-card__link:after {
  content: " ";
  display: table;
}
.news-card__link:after {
  clear: both;
}
.lt-ie9 .news-card__link {
  background: #f3f7fc;
}
.news-card__link:hover {
  text-decoration: none;
  background: rgba(180, 206, 233, 0.25);
}
.news-card__link:hover .news-card__continue {
  color: #007AC9;
}
.news-card__link:hover .news-card__title {
  color: #404040;
}
.news-card__link:active,
.news-card__link:focus {
  text-decoration: none;
}
.news-card__thumb {
  position: relative;
  margin: -15px -15px 0;
  border: 1px solid rgba(180, 206, 233, 0.25);
}
.news-card__thumb img {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.news-card__body {
  margin-top: 15px;
}
.news-card__title {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.1;
  padding: 0;
  margin: 2px 0 2px 0;
  color: #595959;
  display: block;
  transition: all 0.25s ease-in-out;
}
.news-card__description {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3;
  padding: 0;
  color: #7D7D7D;
}
.news-card__date {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  transition: all 0.25s ease-in-out;
  line-height: 1.1;
  color: #7D7D7D;
}
.news-card__continue {
  font-size: 12px;
  color: #5A9AC4;
  display: block;
  transition: all 0.25s ease-in-out;
}
.news-card__continue:after {
  content: ">";
  display: inline-block;
  margin-left: 5px !important;
}
.news-card--lg .news-card__link {
  background: #fff;
  padding: 0;
  min-height: 180px;
}
@media (min-width: 992px) {
  .news-card--lg .news-card__link {
    padding-right: 15px;
    min-height: 180px;
  }
}
.news-card--lg .news-card__thumb {
  margin-top: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .news-card--lg .news-card__thumb {
    float: left;
    width: 41.66666667%;
  }
}
@media (max-width: 991px) {
  .news-card--lg .news-card__thumb {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 0 10px;
    padding: 0;
  }
  .news-card--lg .news-card__thumb img {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 992px) {
  .news-card--lg .news-card__thumb {
    margin: 0;
    padding: 0;
  }
}
.news-card--lg .news-card__body {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .news-card--lg .news-card__body {
    float: left;
    width: 58.33333333%;
  }
}
.news-card--lg .news-card__title {
  font-size: 18px;
  line-height: 1.25;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.news-card--lg .news-card__continue {
  font-size: 14px;
  margin-top: 2px;
}
.news-card--lg .news-card:hover {
  text-decoration: none;
  background: #fff;
}
.news-card--micro .news-card__link {
  padding: 0;
  background: transparent;
}
.news-card--micro .news-card__link:hover {
  background: transparent;
}
.news-card--micro .news-card__title {
  font-size: 14px;
  line-height: 1.2;
  padding: 4px 0;
}
.news-card--micro .news-card__continue {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.news-card--micro .news-card__description {
  font-size: 14px;
  line-height: 1.3;
}
.news-card--micro .news-card__thumb {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
  border: 1px solid rgba(180, 206, 233, 0.25);
  height: auto;
  float: none;
  width: auto;
  padding: 0;
}
.lt-ie9 .news-card--micro .news-card__thumb {
  border: 1px solid #f3f7fc;
}
.news-card--micro .news-card__thumb img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  transform: translate(0, 0);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-card--quad .news-card__link {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-card--quad .news-card__thumb {
    margin: 0;
    width: 42%;
    display: table-cell;
    vertical-align: top;
    height: 100px;
  }
  .news-card--quad .news-card__thumb img {
    max-width: none;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .lt-ie9 .news-card--quad .news-card__thumb img {
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-card--quad .news-card__body {
    margin-top: 0;
    padding: 10px 15px;
    display: table-cell;
    width: 58%;
    vertical-align: top;
  }
}
/*================================================================================
[events Card]
*/
.event-card-grid {
  padding-left: 0;
  list-style: none;
}
.event-card-grid:before,
.event-card-grid:after {
  content: " ";
  display: table;
}
.event-card-grid:after {
  clear: both;
}
.event-card-grid:before,
.event-card-grid:after {
  content: " ";
  display: table;
}
.event-card-grid:after {
  clear: both;
}
@supports (display: flex) {
  .event-card-grid {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    justify-content: flex-start;
  }
}
.event-card-grid__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .event-card-grid__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .event-card-grid__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .event-card-grid__item {
    float: left;
    width: 33.33333333%;
  }
}
@supports (display: flex) {
  .event-card-grid__item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.event-card-list {
  padding-left: 0;
  list-style: none;
}
.event-card-list:before,
.event-card-list:after {
  content: " ";
  display: table;
}
.event-card-list:after {
  clear: both;
}
.event-card-list:before,
.event-card-list:after {
  content: " ";
  display: table;
}
.event-card-list:after {
  clear: both;
}
.event-card-list__item {
  margin-bottom: 20px;
}
.event-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  min-height: 100px;
  transition: all 0.25s ease-in-out;
}
.event-card__link:before,
.event-card__link:after {
  content: " ";
  display: table;
}
.event-card__link:after {
  clear: both;
}
.event-card__link:before,
.event-card__link:after {
  content: " ";
  display: table;
}
.event-card__link:after {
  clear: both;
}
@supports (display: flex) {
  .event-card__link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: stretch;
  }
}
.event-card__link:hover {
  text-decoration: none;
}
.event-card__link:hover .event-card__continue {
  color: #37739a;
}
.event-card__link:hover .event-card__title {
  color: #007AC9;
}
.event-card__link:hover .event-card__date {
  background: #007AC9;
}
.event-card__link:hover .event-card__body {
  background: rgba(180, 206, 233, 0.25);
}
.event-card--compact .event-card__link {
  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
  padding-bottom: 20px;
}
.event-card--compact .event-card__link:hover .event-card__body {
  background: transparent;
}
.event-card__link:active,
.event-card__link:focus {
  text-decoration: none;
}
.event-card__date {
  background: #5A9AC4;
  padding: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 12px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
.event-card--compact .event-card__date [class^="icon-"] {
  display: none;
}
.event-card--compact .event-card__date {
  position: absolute;
  font-size: 13px;
  width: 70px;
  height: 70px;
  padding: 10px 3px;
}
@media (min-width: 1200px) {
  .event-card--compact .event-card__date {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}
.event-card--compact .event-card__date-start {
  display: block;
  white-space: nowrap;
}
.event-card__date-end {
  margin-right: 5px !important;
}
.event-card--compact .event-card__date-end {
  display: block;
  white-space: nowrap;
}
.event-card__date-end:nth-child(2) {
  margin-top: 0.7em;
}
@media (min-width: 1200px) {
  .event-card__date-end:nth-child(2) {
    margin-top: 0.85em;
  }
}
.event-card__date-year {
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
}
.event-card--compact .event-card__date-year {
  display: block;
  font-size: 10px;
  color: #B4CEE9;
}
.event-card__thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.event-card--compact .event-card__thumb {
  display: none;
}
.event-card__thumb img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.lt-ie9 .event-card__thumb img {
  left: 0;
}
.event-card__body {
  background: rgba(180, 206, 233, 0.12);
  padding: 15px;
  transition: all 0.25s ease-in-out;
}
.event-card--compact .event-card__body {
  padding: 0 0 0 85px;
  background: transparent;
}
@media (min-width: 1200px) {
  .event-card--compact .event-card__body {
    padding: 0 0 0 95px;
  }
}
@supports (display: flex) {
  .event-card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-items: stretch;
  }
}
.event-card__title {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  padding: 0;
  margin: 10px 0 5px 0;
  color: #5A9AC4;
  transition: all 0.25s ease-in-out;
}
.event-card--compact .event-card__title {
  margin-top: 0;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .event-card--compact .event-card__title {
    font-size: 16px;
  }
}
.event-card__description {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3;
  padding: 0;
  color: #7D7D7D;
  margin-top: 10px !important;
}
.event-card__location {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  transition: all 0.25s ease-in-out;
  line-height: 1.1;
  color: #A6A6A6;
}
.event-card__location [class^="icon-"] {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  left: -2px;
}
.event-card__readmore {
  color: #5A9AC4;
  transition: all 0.25s ease-in-out;
}
.event-card--compact .event-card__readmore {
  display: none;
}
/*================================================================================
[Contact Card] -- used on pages like contact us for small icon list
*/
.contact-card__body {
  display: table;
  width: 100%;
}
.contact-card__icon {
  display: table-cell;
  width: 30px;
  vertica-align: top;
  padding-top: 5px;
}
.contact-card__icon:before {
  font-size: 21px;
}
.icon-location-pin .contact-card__icon:before {
  font-size: 28px;
}
.contact-card__text {
  display: table-cell;
  vertical-align: top;
}
/*================================================================================
[Spec table]
*/
.spec-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-top: 2px solid #F4F4F4;
}
.spec-table > thead > tr > th,
.spec-table > tbody > tr > th,
.spec-table > tfoot > tr > th,
.spec-table > thead > tr > td,
.spec-table > tbody > tr > td,
.spec-table > tfoot > tr > td {
  line-height: 1.42857143;
  vertical-align: top;
}
.spec-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #F4F4F4;
}
.spec-table > caption + thead > tr:first-child > th,
.spec-table > colgroup + thead > tr:first-child > th,
.spec-table > thead:first-child > tr:first-child > th,
.spec-table > caption + thead > tr:first-child > td,
.spec-table > colgroup + thead > tr:first-child > td,
.spec-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.spec-table > tbody + tbody {
  border-top: 2px solid #F4F4F4;
}
.spec-table .table {
  background-color: #fff;
}
.spec-table tr {
  border-bottom: 2px solid #F4F4F4;
}
.spec-table th {
  font-size: 12px;
}
.spec-table td {
  font-size: 14px;
}
/*================================================================================
[Spec table alternate responsive]
*/
.spec-table-alt {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-top: 2px solid #F4F4F4;
}
.spec-table-alt > thead > tr > th,
.spec-table-alt > tbody > tr > th,
.spec-table-alt > tfoot > tr > th,
.spec-table-alt > thead > tr > td,
.spec-table-alt > tbody > tr > td,
.spec-table-alt > tfoot > tr > td {
  line-height: 1.42857143;
  vertical-align: top;
}
.spec-table-alt > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #F4F4F4;
}
.spec-table-alt > caption + thead > tr:first-child > th,
.spec-table-alt > colgroup + thead > tr:first-child > th,
.spec-table-alt > thead:first-child > tr:first-child > th,
.spec-table-alt > caption + thead > tr:first-child > td,
.spec-table-alt > colgroup + thead > tr:first-child > td,
.spec-table-alt > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.spec-table-alt > tbody + tbody {
  border-top: 2px solid #F4F4F4;
}
.spec-table-alt .table {
  background-color: #fff;
}
.spec-table-alt tr {
  border-bottom: 2px solid #F4F4F4;
}
.spec-table-alt th {
  font-size: 14px;
  padding: 12px 5px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .spec-table-alt th {
    font-size: 11px;
    text-transform: none;
    padding: 12px 3px;
  }
}
.spec-table-alt td {
  font-size: 13px;
  font-weight: 100;
  padding: 12px 5px;
}
@media (max-width: 767px) {
  .spec-table-alt td {
    font-size: 10px;
    padding: 12px 3px;
  }
}
/*================================================================================
[Row table]
*/
.row-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.row-table > thead > tr > th,
.row-table > tbody > tr > th,
.row-table > tfoot > tr > th,
.row-table > thead > tr > td,
.row-table > tbody > tr > td,
.row-table > tfoot > tr > td {
  line-height: 1.42857143;
  vertical-align: top;
}
.row-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #F4F4F4;
}
.row-table > caption + thead > tr:first-child > th,
.row-table > colgroup + thead > tr:first-child > th,
.row-table > thead:first-child > tr:first-child > th,
.row-table > caption + thead > tr:first-child > td,
.row-table > colgroup + thead > tr:first-child > td,
.row-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.row-table > tbody + tbody {
  border-top: 2px solid #F4F4F4;
}
.row-table .table {
  background-color: #fff;
}
.row-table th,
.row-table td {
  border-bottom: 1px solid rgba(125, 125, 125, 0.2);
}
.lt-ie9 .row-table th,
.lt-ie9 .row-table td {
  border-bottom: 1px solid #EBEBEB;
}
.row-table th {
  font-size: 12px;
}
.row-table td {
  font-size: 14px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
}
.row-table tr:hover {
  cursor: pointer;
}
.row-table tr:hover td,
.row-table tr:hover th {
  color: #404040;
}
/*================================================================================
[Resource table]
*/
.resource-table {
  /*------- [Modifiers] -------*/
}
.resource-table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.resource-table > tbody > tr:hover {
  background-color: #f5f5f5;
}
.resource-table tr {
  cursor: pointer;
  vertical-align: middle;
}
.resource-table.resource-table td {
  vertical-align: middle;
}
.resource-table__type-cell,
.resource-table__actions-cell {
  padding-left: 8px;
  padding-right: 8px;
}
.resource-table__type-cell {
  text-align: center;
}
.resource-table__type-cell i[class^=icon] {
  font-size: 32px;
}
.resource-table__name-cell {
  width: 90%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.resource-table__name-cell * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.resource-table__actions-cell {
  width: 10%;
  text-align: center;
  padding: inherit 20px;
}
.resource-table__actions {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: 0;
}
.resource-table__actions > li {
  display: inline-block;
}
.resource-table__actions-link {
  padding: 5px;
}
.resource-table__actions-link,
.resource-table__actions-link:active,
.resource-table__actions-link:hover,
.resource-table__actions-link:focus {
  text-decoration: none;
}
.resource-table__actions-link i[class^=icon] {
  font-size: 24px;
}
.resource-table__actions--download {
  display: none;
}
@media (min-width: 768px) {
  .resource-table__actions--download {
    display: block;
  }
}
/*================================================================================
[Carousel - Carousels show multiple items at once]
*/
.carousel {
  padding-left: 0;
  list-style: none;
  height: 240px;
  margin-bottom: 60px;
  overflow-y: hidden;
  /*------- [Modifiers] -------*/
}
.carousel:before,
.carousel:after {
  content: " ";
  display: table;
}
.carousel:after {
  clear: both;
}
.carousel:before,
.carousel:after {
  content: " ";
  display: table;
}
.carousel:after {
  clear: both;
}
.carousel.slick-initialized {
  overflow: visible;
}
.carousel__item {
  display: block;
  float: left;
  width: 320px;
  margin: 0 10px;
}
@media (min-width: 480px) {
  .carousel--arrows {
    margin-left: 75px;
    margin-right: 75px;
  }
}
/*================================================================================
[Rotators - Rotators show a single item at a time]
*/
.rotator {
  padding-left: 0;
  list-style: none;
  height: 440px;
  max-width: 1600px;
  overflow: hidden;
  margin: 0 auto;
  /*------- [Slick carousel elements] -------*/
}
@media (min-width: 480px) {
  .rotator {
    height: 520px;
  }
}
@media (min-width: 768px) {
  .rotator {
    height: 670px;
  }
}
@media (min-width: 992px) {
  .rotator {
    height: 750px;
  }
}
@media (min-width: 1200px) {
  .rotator {
    height: 800px;
  }
}
.rotator.slick-initialized {
  overflow: visible;
}
.rotator__item {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  max-width: 1600px;
  position: relative;
  height: 440px;
}
@media (min-width: 480px) {
  .rotator__item {
    height: 520px;
  }
}
@media (min-width: 768px) {
  .rotator__item {
    height: 670px;
  }
}
@media (min-width: 992px) {
  .rotator__item {
    height: 750px;
  }
}
@media (min-width: 1200px) {
  .rotator__item {
    height: 800px;
  }
}
.rotator__bg {
  display: block;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.lt-ie9 .rotator__bg {
  left: 0;
}
.rotator__overlay {
  position: absolute;
  bottom: 60px;
  left: 30px;
  right: 30px;
  border-radius: 35px 0;
  background: rgba(0, 122, 201, 0.6);
}
.lt-ie9 .rotator__overlay {
  background: #1f85cf;
  width: 50%;
  left: 25%;
}
@media (min-width: 768px) {
  .rotator__overlay {
    bottom: 90px;
    right: 120px;
    left: 120px;
  }
}
@media (min-width: 992px) {
  .rotator__overlay {
    right: 170px;
    left: 170px;
  }
}
.rotator__overlay {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .rotator__overlay {
    flex-direction: row;
  }
}
.rotator__overlay-img {
  background: #fff;
  text-align: center;
  padding: 10px 30px;
  border-radius: 35px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .rotator__overlay-img.flexbox {
    width: 210px;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .rotator__overlay-img.flexbox {
    width: 250px;
  }
}
.rotator__overlay-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.rotator__overlay-body {
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  align-items: center;
}
.rotator__overlay-title {
  font-size: 18px;
  color: #fff;
  margin: 5px 0 10px;
}
@media (min-width: 1200px) {
  .rotator__overlay-title {
    font-size: 26px;
  }
}
.rotator .slick-prev,
.rotator .slick-next {
  transform: none;
  top: 405px;
  z-index: 1;
}
.rotator .slick-prev:before,
.rotator .slick-next:before {
  color: #fff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .rotator .slick-prev,
  .rotator .slick-next {
    top: 525px;
  }
}
@media (min-width: 1200px) {
  .rotator .slick-prev,
  .rotator .slick-next {
    top: 590px;
  }
}
.rotator .slick-prev {
  left: 35px;
}
@media (min-width: 992px) {
  .rotator .slick-prev {
    left: 90px;
  }
}
.rotator .slick-next {
  right: 35px;
}
@media (min-width: 992px) {
  .rotator .slick-next {
    right: 90px;
  }
}
.rotator .slick-dots {
  bottom: 20px;
}
.rotator .slick-dots button:before,
.rotator .slick-dots .slick-active button:before {
  color: #fff;
}
/*================================================================================
[Toolbox]
*/
.toolbox {
  /*------- [Tab elements] -------*/
  /*------- [Tab modifiers] -------*/
  /*------- [Panel elements] -------*/
  /*------- [Panel modifiers] -------*/
}
.toolbox__tabs {
  padding-left: 0;
  list-style: none;
  display: none;
  border-bottom: 2px solid #7D7D7D;
}
@media (min-width: 768px) {
  .toolbox__tabs {
    display: flex;
  }
  .no-flexbox .toolbox__tabs {
    display: table;
  }
}
.toolbox__tab {
  display: block;
  position: relative;
  width: 16.66%;
  height: 120px;
}
.no-flexbox .toolbox__tab {
  display: table-cell;
  width: 10%;
}
.toolbox__tab-link {
  display: block;
  height: 100%;
  width: 100%;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 10px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .toolbox__tab-link {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .toolbox__tab-link {
    font-size: 14px;
  }
}
.toolbox__tab-link,
.toolbox__tab-link:active,
.toolbox__tab-link:hover,
.toolbox__tab-link:focus {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
@media (min-width: 1200px) {
  .toolbox__tab-link {
    padding-top: 10px;
  }
}
.toolbox__tab-icon {
  display: block;
  font-size: 42px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.8);
}
.toolbox__tab--active:after,
.toolbox__tab--active:before {
  bottom: -2px;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.toolbox__tab--active:before {
  border-color: transparent;
  border-bottom-color: #7D7D7D;
  border-width: 18px;
  margin-left: -18px;
}
.toolbox__tab--active:after {
  border-color: transparent;
  border-bottom-color: #363E49;
  border-width: 15px;
  margin-left: -15px;
}
.toolbox__tab--active .toolbox__tab-link,
.toolbox__tab--active .toolbox__tab-link:active,
.toolbox__tab--active .toolbox__tab-link:hover,
.toolbox__tab--active .toolbox__tab-link:focus {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.toolbox__tab--active .toolbox__tab-icon {
  color: #5A9AC4;
}
.toolbox__panels {
  padding-left: 0;
  list-style: none;
}
.toolbox__panel {
  color: #7D7D7D;
}
@media (min-width: 768px) {
  .toolbox__panel {
    display: none;
    padding: 15px;
  }
}
.toolbox__panel:last-child .toolbox__panel-heading:after {
  display: none;
}
.toolbox__panel-heading {
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  position: relative;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}
.toolbox__panel-heading:after {
  font-family: 'icomoon--entypo';
  content: "\e61d";
  display: block;
  position: absolute;
  top: 15%;
  right: 10px;
  font-size: 1.25em;
  pointer-events: none;
}
@media (min-width: 768px) {
  .toolbox__panel-heading {
    display: none;
  }
}
.toolbox__panel-heading a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 8px 2em;
  color: #fff;
}
.toolbox__panel-heading a,
.toolbox__panel-heading a:active,
.toolbox__panel-heading a:focus,
.toolbox__panel-heading a:hover {
  text-decoration: none;
}
.toolbox__panel-heading i[class^=icon-] {
  position: absolute;
  left: 0;
  top: 20%;
  color: #5A9AC4;
  display: block;
  text-align: center;
  width: 2em;
}
.toolbox__panel-heading span {
  overflow: hidden;
}
@media (max-width: 767px) {
  .toolbox__panel-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
}
.toolbox__panel--active {
  display: block;
}
.toolbox__panel-heading--active:after {
  content: "\e620";
}
@media (max-width: 767px) {
  .toolbox__panel-content--active {
    max-height: 999px;
  }
}
/*================================================================================
[Teasers]
*/
.teaser {
  text-align: center;
  font-size: 13px;
}
@media (min-width: 768px) {
  .teaser {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .teaser {
    font-size: 18px;
  }
}
.teaser__img {
  display: block;
  display: flex;
  align-items: flex-end;
  flex-grow: 0;
  flex-direction: column;
  padding-top: 20px;
}
@media (min-width: 480px) {
  .teaser__img {
    padding-top: 0;
  }
}
.teaser__img img {
  margin: 0 auto 0 auto;
  max-width: 110px;
}
.teaser__desc {
  margin-bottom: 20px;
}
/*================================================================================
[Masthead]
*/
.masthead {
  background: #363E49;
  color: #fff;
  padding: 25px 0 20px;
}
.masthead:before,
.masthead:after {
  content: " ";
  display: table;
}
.masthead:after {
  clear: both;
}
.masthead:before,
.masthead:after {
  content: " ";
  display: table;
}
.masthead:after {
  clear: both;
}
.masthead__align {
  position: relative;
}
.masthead__breadcrumbs,
.masthead__breadcrumbs a {
  color: #A6A6A6;
}
.masthead__heading {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .masthead__heading {
    display: table;
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .masthead__title,
  .masthead__subtitle {
    display: table-cell;
  }
}
.masthead__title {
  padding: 10px 10px 0 0;
  margin: 0;
  vertical-align: bottom;
  line-height: 0.85;
}
.masthead__sharing {
  margin: 10px 0 0 0;
}
@media (min-width: 768px) {
  .masthead__sharing {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 15px;
  }
}
.lt-ie9 .masthead__sharing {
  display: none;
}
.masthead__subtitle {
  margin: 10px 0 0;
  vertical-align: bottom;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  color: #A6A6A6;
}
@media (min-width: 768px) {
  .masthead__subtitle {
    margin: 0;
  }
}
.masthead + .container {
  margin-top: 40px;
}
/*================================================================================
[Hero]
*/
.hero {
  position: relative;
  overflow: hidden;
  background: #262b33;
  height: 250px;
  /*background-image: url(/static/img/graphics/hero/Tiled-65th.jpg);*/
  /*------- [Modifiers] -------*/
}
.hero__left-overlay > .container {
  height: 100%;
}
.hero__left-overlay > .container > .row {
  position: relative;
  height: 100%;
}
.hero__left-overlay > .container > .row .cta-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero__left-overlay > .container > .row .homeoverlay-img {
  max-width: 100px;
  position: absolute;
  margin-top: 48.45px;
  /*top: 60%;*/
  right: 10px;
}
@media (min-width: 350px) {
  .hero__left-overlay > .container > .row .homeoverlay-img {
    max-width: 120px;
  }
}
@media (min-width: 480px) {
  .hero__left-overlay > .container > .row .homeoverlay-img {
    top: 0;
  }
}
@media (min-width: 992px) {
  .hero__left-overlay > .container > .row .homeoverlay-img {
    right: 25%;
    max-width: 175px;
    top: 15%;
  }
}
@media (min-width: 480px) {
  .hero {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .hero {
    height: 400px;
  }
}
@media (min-width: 768px) and (min-height: 700px) {
  .hero {
    max-height: calc(100vh - 149px);
  }
}
@media (min-width: 992px) {
  .hero {
    height: 500px;
  }
}
@media (min-width: 992px) and (min-height: 680px) {
  .hero {
    max-height: calc(100vh - 171px);
  }
}
@media (min-width: 1600px) {
  .hero {
    height: 600px;
  }
}
.hero__bg {
  display: block;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (min-width: 1920px) {
  .hero__bg {
    height: auto;
    width: 100%;
  }
}
.lt-ie9 .hero__bg {
  left: 0;
  position: static;
}
.hero__caption {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  color: rgba(255, 255, 255, 0.25);
}
.hero__heading {
  position: absolute;
  bottom: 0;
  font-family: "Neue Helvetica W01";
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  line-height: 0.9;
  width: 100%;
  padding: 40px 15px 0;
  margin-bottom: 0;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0.07em);
  opacity: 0;
  letter-spacing: 1px;
  background: linear-gradient(to top, rgba(54, 62, 73, 0.75) 0%, rgba(54, 62, 73, 0.3) 30%, rgba(54, 62, 73, 0) 100%);
  /*mix-blend-mode: luminosity;*/
}
.lt-ie9 .hero__heading {
  font-family: "Neue Helvetica W01_n6";
}
.lt-ie10 .hero__heading {
  background: url(/static/img/graphics/iefallbackhero.png) repeat-x left bottom;
}
.lt-ie9 .hero__heading {
  left: 0;
  color: #f3f7fc;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: transparent;
}
@media (min-width: 480px) {
  .hero__heading {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .hero__heading {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  .hero__heading {
    font-size: 130px;
  }
}
@media (min-width: 1200px) {
  .hero__heading {
    font-size: 140px;
  }
}
.hero__left-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  margin: 0 auto;
}
.hero__left-overlay .container {
  margin: 0 auto;
}
.hero__left-heading {
  margin-bottom: 20px;
  font-size: 50px;
  text-transform: none;
}
@media (min-width: 480px) {
  .hero__left-heading {
    font-size: 65px;
  }
}
@media (min-width: 768px) {
  .hero__left-heading {
    margin-bottom: 40px;
    font-size: 85px;
  }
}
@media (min-width: 992px) {
  .hero__left-heading {
    font-size: 95px;
  }
}
@media (min-width: 1200px) {
  .hero__left-heading {
    font-size: 120px;
  }
}
@media (min-width: 768px) {
  .hero__left-cta .btn {
    padding: 9px 16px;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 12px 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hero__left-cta .btn {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .hero__left-cta .btn {
    font-size: 18px;
  }
}
.hero__bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}
@media (min-width: 768px) {
  .hero__bottom-overlay {
    padding: 30px 20px;
  }
}
.lt-ie9 .hero__bottom-overlay {
  background: #363E49;
}
.hero__search-form-label {
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hero__search-form-label {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .hero__search-form-label {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .hero__search-form-label {
    text-align: left;
    font-size: 30px;
  }
}
.hero__search-form-input {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: oblique;
  font-size: 14px;
  padding: 12px;
  color: #fff;
}
@media (min-width: 768px) {
  .hero__search-form-input {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .hero__search-form-input {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .hero__search-form-input {
    height: 55px;
  }
}
@media (min-width: 768px) {
  .hero__search-form-submit {
    height: 55px;
  }
}
.hero__rotator {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 0;
  /*------- [Slick carousel elements] -------*/
}
.hero__rotator .slick-list,
.hero__rotator .slick-track {
  height: 440px;
}
@media (min-width: 480px) {
  .hero__rotator .slick-list,
  .hero__rotator .slick-track {
    height: 520px;
  }
}
@media (min-width: 768px) {
  .hero__rotator .slick-list,
  .hero__rotator .slick-track {
    height: 670px;
  }
}
@media (min-width: 992px) {
  .hero__rotator .slick-list,
  .hero__rotator .slick-track {
    height: 750px;
  }
}
@media (min-width: 1200px) {
  .hero__rotator .slick-list,
  .hero__rotator .slick-track {
    height: 800px;
  }
}
.hero .hero__rotator-slide {
  width: 100%;
  height: 100%;
  /*background-position: 50% 50%;*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1200px) {
  .hero .hero__rotator-slide {
    background-position: 25% top;
  }
}
.lt-ie10 .hero--left .hero__left-overlay:before {
  background: url(/static/img/graphics/fallbackherowide.png) top left repeat-y;
}
.hero--left .hero__left-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: inherit;
}
.hero--short {
  height: 340px;
}
@media (min-width: 480px) {
  .hero--short {
    height: 340px;
  }
}
@media (min-width: 480px) and (max-height: 320px) {
  .hero--short {
    max-height: 320px;
  }
}
@media (min-width: 768px) {
  .hero--short {
    height: 420px;
  }
}
.hero--short .hero__left-heading {
  font-size: 34px;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translate(0, -50%);
}
.lt-ie9 .hero--short .hero__left-heading {
  position: relative;
  top: auto;
  padding-top: 2.5%;
  transform: none;
}
@media (min-width: 768px) {
  .hero--short .hero__left-heading {
    padding-right: 50px;
    font-size: 48px;
  }
  .lt-ie9 .hero--short .hero__left-heading {
    padding-top: 4.5%;
  }
}
@media (min-width: 992px) {
  .hero--short .hero__left-heading {
    font-size: 62px;
  }
}
.hero--short .hero__rotator-slide {
  background-position: center top;
}
.hero--medium {
  height: 440px;
}
@media (min-width: 480px) {
  .hero--medium {
    height: 520px;
  }
}
@media (min-width: 480px) and (max-height: 320px) {
  .hero--medium {
    max-height: 320px;
  }
}
@media (min-width: 768px) {
  .hero--medium {
    height: 680px;
  }
}
.hero--medium .hero__left-heading {
  padding-top: 2.5%;
  display: none;
}
@media (min-width: 768px) {
  .hero--medium .hero__left-heading {
    padding-top: 5%;
  }
}
@media (min-width: 768px) and (max-height: 820px) {
  .hero--medium .hero__left-heading {
    font-size: 10vh;
    padding-top: 5vh;
    margin-bottom: 6vh;
  }
}
@media (min-width: 992px) and (max-height: 1000px) {
  .hero--medium .hero__left-heading {
    font-size: 10.5vh;
    padding-top: 5vh;
    margin-bottom: 6vh;
  }
}
.hero--tall {
  height: 440px;
}
@media (min-width: 480px) {
  .hero--tall {
    height: 520px;
  }
}
@media (min-width: 480px) and (max-height: 320px) {
  .hero--tall {
    max-height: 320px;
  }
}
@media (min-width: 768px) {
  .hero--tall {
    height: 670px;
  }
}
@media (min-width: 992px) {
  .hero--tall {
    height: 750px;
  }
}
@media (min-width: 1200px) {
  .hero--tall {
    height: 800px;
  }
}
.hero--tall .hero__left-heading {
  padding-top: 12.5%;
}
@media (max-width: 767px) and (max-height: 360px) {
  .hero--tall .hero__left-heading {
    font-size: 12vh;
    padding-top: 5vh;
    margin-bottom: 6vh;
  }
}
@media (min-width: 768px) {
  .hero--tall .hero__left-heading {
    padding-top: 15%;
  }
}
@media (min-width: 768px) and (max-height: 820px) {
  .hero--tall .hero__left-heading {
    font-size: 10vh;
    padding-top: 5vh;
    margin-bottom: 6vh;
  }
}
@media (min-width: 992px) {
  .hero--tall .hero__left-heading {
    padding-top: 20%;
  }
}
@media (min-width: 992px) and (max-height: 1000px) {
  .hero--tall .hero__left-heading {
    font-size: 10.75vh;
    padding-top: 5vh;
    margin-bottom: 6vh;
  }
}
.hero .hero__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.hero .hero__wrapper > .container,
.hero .hero__wrapper > .container > .row {
  height: 100%;
}
.hero .hero__wrapper .centered-hero-content {
  top: 50%;
  transform: translate(0, -50%);
}
.lt-ie9 .hero .hero__wrapper .centered-hero-content {
  top: 0;
}
.hero .hero__wrapper img {
  max-height: 60px;
  max-width: 250px;
  width: auto;
}
@media (min-width: 768px) {
  .hero .hero__wrapper img {
    max-height: 80px;
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .hero .hero__wrapper img {
    max-height: 110px;
    max-width: 350px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .hero .hero__wrapper img {
    max-height: 140px;
    max-width: 420px;
    width: auto;
  }
}
.hero .hero__wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 80%;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #363e49 0%, rgba(54, 62, 73, 0) 100%);
}
.lt-ie9 .hero .hero__wrapper:before {
  background: url(/static/img/graphics/fallbackherowide.png) top left repeat-y;
}
.lt-ie10 .hero .hero__wrapper:before {
  background: url(/static/img/graphics/fallbackherowide.png) no-repeat 100% 100%;
  background-size: 100% 100%;
}
.hero .hero__wrapper-list {
  padding-left: 0;
  list-style: none;
}
.hero .hero__wrapper-list:before,
.hero .hero__wrapper-list:after {
  content: " ";
  display: table;
}
.hero .hero__wrapper-list:after {
  clear: both;
}
.hero .hero__wrapper-list:before,
.hero .hero__wrapper-list:after {
  content: " ";
  display: table;
}
.hero .hero__wrapper-list:after {
  clear: both;
}
.hero .hero__wrapper-list li {
  font-size: 15px;
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  padding: 5px 5px 5px 25px;
  position: relative;
}
@media (min-width: 768px) {
  .hero .hero__wrapper-list li {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .hero .hero__wrapper-list li {
    font-size: 21px;
  }
}
.hero .hero__wrapper-list li:before {
  display: block;
  position: absolute;
  left: 0;
  font-size: 15px;
  height: 24px;
  width: 26px;
  font-family: 'icomoon--entypo' !important;
  content: "\e851";
  margin-top: 5px;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .hero .hero__wrapper-list li:before {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .hero .hero__wrapper-list li:before {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .hero .hero__wrapper-list li {
    padding: 5px 5px 5px 30px;
  }
}
@media (min-width: 992px) {
  .hero .hero__wrapper-list li {
    padding: 10px 10px 10px 35px;
  }
}
.hero .hero__wrapper-list--checkblue li:before {
  content: "";
  background: url(/static/img/icons/bluecheckmark.png) no-repeat left top;
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .hero .hero__wrapper-list--checkblue li:before {
    width: 30px;
    height: 30px;
    margin-top: -3px;
  }
}
.hero .hero__wrapper-list--checkgreen li:before {
  content: "";
  background: url(/static/img/icons/greencheckmark.png) no-repeat left top;
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .hero .hero__wrapper-list--checkgreen li:before {
    width: 30px;
    height: 30px;
    margin-top: -3px;
  }
}
/*================================================================================
[Hero quote]
*/
.hero-quote {
  color: #fff;
  line-height: 1.1;
  border: 0;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.hero-quote__paragraph {
  position: relative;
  padding: 0 25px;
  font-size: 24px;
}
.hero-quote__paragraph:before {
  font-family: 'icomoon--entypo';
  content: "\e90c";
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -10px;
  left: 0;
}
.hero-quote__paragraph:after {
  font-family: 'icomoon--entypo';
  content: "\e90b";
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media (min-width: 768px) {
  .hero-quote__paragraph {
    padding: 0 40px;
    font-size: 25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hero-quote__paragraph {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .hero-quote__paragraph {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .hero-quote__paragraph {
    padding: 0 50px;
  }
}
.hero-quote__cite {
  display: block;
  padding: 10px 40px 0px 40px;
  text-align: right;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .hero-quote__cite {
    padding: 17px 70px 0 70px;
    font-size: 15px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-style: normal;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hero-quote__cite {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .hero-quote__cite {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .hero-quote__cite {
    padding: 20px 80px 0 80px;
  }
}
/*================================================================================
[Hero Slider Homepage]
*/
.hero-slider .hero-slide:first-child {
  display: block;
}
.hero-slider .hero-slide:first-child img {
  width: 100%;
}
.hero-slider.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.hero-slider.slick-slider {
  margin: 0;
}
.hero-slide-overlay {
  position: absolute;
  top: 25%;
  right: 6vw;
}
@media (min-width: 440px) {
  .hero-slide-overlay {
    top: 45%;
  }
}
@media (min-width: 768px) {
  .hero-slide-overlay {
    bottom: 3%;
    top: initial;
  }
}
@media (min-width: 1200px) {
  .hero-slide-overlay {
    bottom: 3%;
    top: initial;
  }
}
@media (min-width: 1400px) {
  .hero-slide-overlay {
    bottom: 9%;
    top: initial;
  }
}
@media (min-width: 768px) {
  .hero-slide-overlay .btn-lg {
    padding: 0.75rem 4rem;
  }
}
@media (min-width: 1200px) {
  .hero-slide-overlay .btn-lg {
    font-size: 2.3rem;
    padding: 0.75rem 4rem;
  }
}
.hero-slide {
  position: relative;
  display: none;
}
.slick-slide img {
  width: 100%;
}
.container.slick-slider-bottom {
  width: 100%;
  margin-top: -1px;
}
.container.slick-slider-bottom .hero__bottom-overlay {
  position: relative;
  background: #262b33;
}
/*================================================================================
[Search Results Options]
*/
.result-options {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .result-options {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .result-options__num-results,
  .result-options__sort-order {
    display: table-cell;
  }
}
.result-options__num-results {
  font-size: 14px;
  color: #363E49;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .result-options__num-results {
    margin-bottom: 0;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .result-options__sort-order {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .result-options__sort-order-pulldown {
    max-width: 220px;
    float: right;
  }
}
/*================================================================================
[Search Results Pagination]
*/
.result-pagination {
  font-size: 14px;
}
.result-pagination__pagination {
  margin-bottom: 10px;
}
.result-pagination__page-number {
  font-size: 12px;
  text-transform: uppercase;
  color: #A6A6A6;
}
.result-pagination li {
  display: none;
}
@media (min-width: 480px) {
  .result-pagination li {
    display: inline;
  }
}
.result-pagination li.PagedList-skipToFirst,
.result-pagination li.PagedList-skipToPrevious,
.result-pagination li.PagedList-skipToNext,
.result-pagination li.PagedList-skipToLast,
.result-pagination li.active {
  display: inline;
}
#searchAutocompleteContainer {
  position: absolute;
}
#searchAutocompleteContainer ul {
  list-style-type: none;
  box-shadow: 0.25rem 0.25rem 0.25rem #CCCCCC;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border: 0.0625rem solid #2E9FD2;
  flex-grow: 1;
  z-index: 10;
  padding: 0;
  margin: 0;
  /*padding-inline-start: 0;*/
}
#searchAutocompleteContainer ul li {
  padding: 0 0 0 1.125rem;
  width: 100%;
}
#searchAutocompleteContainer ul .ui-state-focus {
  background-color: #EBEBEB;
}
#searchAutocompleteContainer ul a {
  font-style: normal;
  text-shadow: none;
  color: #2E9FD2;
  border: none !important;
  background: none !important;
  width: 100%;
  text-align: left;
  padding-top: 0.5rem;
  padding-left: 0.625rem;
}
/*================================================================================
[Intro]
*/
.intro__heading {
  margin-top: 0;
  font-size: 15px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .intro__heading {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .intro__heading {
    font-size: 21px;
  }
}
/*================================================================================
[Main content area]
*/
.body-content {
  margin: 20px 0;
}
.body-content .alternate-sections {
  margin: -20px 0;
}
@media (min-width: 768px) {
  .body-content {
    margin: 40px 0;
  }
  .body-content .alternate-sections {
    margin: -40px 0;
  }
}
.body-content .bg-slate:first-child,
.body-content .block--intro:first-child {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .body-content .bg-slate:first-child,
  .body-content .block--intro:first-child {
    margin-top: -40px;
  }
}
.alternate-sections {
  clear: both;
}
.alternate-sections section:not(.js-visible):nth-of-type(2n+2) {
  background: #F4F4F4;
}
.alternate-sections section.js-visible:nth-of-type(even) {
  background: #F4F4F4;
}
.section__heading {
  margin-top: 0;
  margin-bottom: 20px;
}
.section__subhead {
  color: #595959;
  margin-bottom: 20px;
}
/*================================================================================
[Fixed section / category navigation]
*/
.section-nav,
.category-nav {
  margin: 0 -15px 20px;
  padding: 15px 15px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.66);
  /*------- [Elements] -------*/
  /*------- [Modifiers] -------*/
}
.lt-ie9 .section-nav,
.lt-ie9 .category-nav {
  background: #fff;
}
@media (max-width: 767px) {
  .section-nav,
  .category-nav {
    position: relative;
    z-index: 1000;
    background: rgba(0, 122, 201, 0.8);
    border-bottom: 1px solid #7D7D7D;
  }
}
@media (min-width: 768px) {
  .section-nav,
  .category-nav {
    width: 90%;
    /* Fallback */
    width: calc(100% - 20px);
  }
}
.section-nav .state--active,
.category-nav .state--active {
  color: #5A9AC4;
}
.section-nav--fixed,
.category-nav--fixed {
  position: fixed;
  top: 0;
}
.row--padded,
.section--padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .row--padded,
  .section--padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.row--pad-bottom,
.section--pad-bottom {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .row--pad-bottom,
  .section--pad-bottom {
    padding-bottom: 40px;
  }
}
.row--pad-top,
.section--pad-top {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .row--pad-top,
  .section--pad-top {
    padding-top: 40px;
  }
}
.section--headline {
  position: relative;
}
@media (min-width: 768px) {
  .section--headline {
    min-height: 120px;
  }
}
@media (min-width: 992px) {
  .section--headline {
    min-height: 150px;
  }
}
@media (min-width: 1200px) {
  .section--headline {
    min-height: 250px;
  }
}
.section--quote {
  background: #004c7d;
}
.section--headline-image {
  position: relative;
  overflow: hidden;
  background: #A6A6A6 !important;
}
.section--headline-image .headline-image {
  width: 100%;
  max-width: 1600px;
  min-width: 800px;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .section--headline-image .headline-image {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.section--image-block {
  background: #007AC9 !important;
  position: relative;
  min-height: 350px;
}
@media (min-width: 1200px) {
  .section--image-block {
    min-height: 342px;
  }
}
.section--image-block h2,
.section--image-block h3,
.section--image-block h4,
.section--image-block p {
  color: #fff;
}
.section--image-block .image-block-img {
  display: block;
}
@media (min-width: 768px) {
  .section--image-block .image-block-img {
    height: 350px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 49%;
  }
}
.section--image-block .image-block-img img {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .section--image-block .image-block-img img {
    min-height: 100%;
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1650px) {
  .section--image-block .image-block-img img {
    width: 100%;
    max-width: none;
    min-height: none;
    left: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.lt-ie9 .section--image-block .image-block-img img {
  position: absolute;
  display: block;
  margin-left: -500px;
  margin-top: -250px;
}
@media (min-width: 1200px) {
  .section--image-block .image-block-img {
    height: 342px;
  }
}
.headline-outer-wrap {
  max-width: 1600px;
  margin: 0 auto;
}
.block--intro {
  background: #363E49;
  color: #fff;
  line-height: 1.3;
}
.block--intro p {
  margin: 0 0 18px 0;
  color: #A6A6A6;
}
.block--intro p:empty,
.block--intro p:last-of-type {
  margin-bottom: 0;
}
.block--intro p:empty:last-of-type {
  margin-bottom: -18px;
}
.block--intro a {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.9em;
}
.block--intro strong,
.block--intro .strong {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}
.block--intro ul {
  color: #A6A6A6;
}
.masthead + .block--intro,
.masthead + .body-content > .block--intro:first-child {
  background: rgba(180, 206, 233, 0.12);
  color: inherit;
}
.lt-ie9 .masthead + .block--intro,
.lt-ie9 .masthead + .body-content > .block--intro:first-child {
  background: #f3f7fc;
}
.masthead + .block--intro .intro__heading,
.masthead + .body-content > .block--intro:first-child .intro__heading {
  color: inherit;
}
.masthead + .block--intro p,
.masthead + .body-content > .block--intro:first-child p {
  color: #7D7D7D;
}
/*================================================================================
[Validation summary]
*/
.validation-summary-errors {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  margin-bottom: 40px !important;
}
.validation-summary-errors h4 {
  margin-top: 0;
  color: inherit;
}
.validation-summary-errors .alert-link {
  font-weight: bold;
}
.validation-summary-errors > p,
.validation-summary-errors > ul {
  margin-bottom: 0;
}
.validation-summary-errors > p + p {
  margin-top: 5px;
}
.validation-summary-errors [class^=icon] {
  font-size: 1.25em;
  line-height: 0;
  position: relative;
  top: 0.175em;
}
.validation-summary-errors hr {
  border-top-color: #e4b9c0;
}
.validation-summary-errors .alert-link {
  color: #843534;
}
.validation-summary-errors ul {
  padding-left: 0;
  list-style: none;
}
/*================================================================================
[Category controls]
*/
.category-controls {
  /*------- [Modifiers] -------*/
}
@media (max-width: 767px) {
  .category-controls__filter {
    margin-bottom: 20px;
  }
}
.category-controls__filter-label {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .category-controls__filter-group {
    width: 18em;
  }
}
@media (min-width: 992px) {
  .category-controls__filter-group {
    width: 28em;
  }
}
@media (min-width: 1200px) {
  .category-controls__filter-group {
    width: 41em;
  }
}
@media (min-width: 768px) {
  .category-controls__filter-input.category-controls__filter-input {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 12px 0;
  }
  select.category-controls__filter-input.category-controls__filter-input {
    height: 46px;
    line-height: 46px;
  }
  textarea.category-controls__filter-input.category-controls__filter-input,
  select[multiple].category-controls__filter-input.category-controls__filter-input {
    height: auto;
  }
}
.category-controls__filter-submit {
  padding: 9px 12px;
}
@media (min-width: 768px) {
  .category-controls__filter-submit {
    padding: 9px 16px;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 12px 0;
    padding: 10.5px 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .category-controls__filter-submit {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .category-controls__filter-submit {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .category-controls__filter-submit {
    padding: 9px 16px;
  }
}
.category-controls__view {
  text-align: center;
}
@media (min-width: 768px) {
  .category-controls__view {
    text-align: right;
  }
}
.category-controls__view-label {
  margin-right: 10px;
}
.category-controls__view-toggle-btn {
  color: #007AC9;
  background-color: transparent;
  border-color: #007AC9;
}
.category-controls__view-toggle-btn:focus,
.category-controls__view-toggle-btn.focus {
  color: #007AC9;
}
.category-controls__view-toggle-btn:hover {
  color: #007AC9;
}
.category-controls__view-toggle-btn:active,
.category-controls__view-toggle-btn.active,
.open > .dropdown-toggle.category-controls__view-toggle-btn {
  color: #007AC9;
}
.category-controls__view-toggle-btn:active,
.category-controls__view-toggle-btn.active,
.open > .dropdown-toggle.category-controls__view-toggle-btn {
  background-image: none;
}
.category-controls__view-toggle-btn.disabled,
.category-controls__view-toggle-btn[disabled],
fieldset[disabled] .category-controls__view-toggle-btn,
.category-controls__view-toggle-btn.disabled:hover,
.category-controls__view-toggle-btn[disabled]:hover,
fieldset[disabled] .category-controls__view-toggle-btn:hover,
.category-controls__view-toggle-btn.disabled:focus,
.category-controls__view-toggle-btn[disabled]:focus,
fieldset[disabled] .category-controls__view-toggle-btn:focus,
.category-controls__view-toggle-btn.disabled.focus,
.category-controls__view-toggle-btn[disabled].focus,
fieldset[disabled] .category-controls__view-toggle-btn.focus,
.category-controls__view-toggle-btn.disabled:active,
.category-controls__view-toggle-btn[disabled]:active,
fieldset[disabled] .category-controls__view-toggle-btn:active,
.category-controls__view-toggle-btn.disabled.active,
.category-controls__view-toggle-btn[disabled].active,
fieldset[disabled] .category-controls__view-toggle-btn.active {
  border-color: #007AC9;
}
.category-controls__view-toggle-btn .badge {
  color: transparent;
  background-color: #007AC9;
}
.category-controls .state--selected {
  color: #fff;
  background-color: #007AC9;
  border-color: #007AC9;
}
.category-controls .state--selected:focus,
.category-controls .state--selected.focus {
  color: #fff;
}
.category-controls .state--selected:hover {
  color: #fff;
}
.category-controls .state--selected:active,
.category-controls .state--selected.active,
.open > .dropdown-toggle.category-controls .state--selected {
  color: #fff;
}
.category-controls .state--selected:active,
.category-controls .state--selected.active,
.open > .dropdown-toggle.category-controls .state--selected {
  background-image: none;
}
.category-controls .state--selected.disabled,
.category-controls .state--selected[disabled],
fieldset[disabled] .category-controls .state--selected,
.category-controls .state--selected.disabled:hover,
.category-controls .state--selected[disabled]:hover,
fieldset[disabled] .category-controls .state--selected:hover,
.category-controls .state--selected.disabled:focus,
.category-controls .state--selected[disabled]:focus,
fieldset[disabled] .category-controls .state--selected:focus,
.category-controls .state--selected.disabled.focus,
.category-controls .state--selected[disabled].focus,
fieldset[disabled] .category-controls .state--selected.focus,
.category-controls .state--selected.disabled:active,
.category-controls .state--selected[disabled]:active,
fieldset[disabled] .category-controls .state--selected:active,
.category-controls .state--selected.disabled.active,
.category-controls .state--selected[disabled].active,
fieldset[disabled] .category-controls .state--selected.active {
  border-color: #007AC9;
}
.category-controls .state--selected .badge {
  color: #007AC9;
  background-color: #fff;
}
.category-controls .state--selected:hover,
.category-controls .state--selected:focus,
.category-controls .state--selected:active {
  border-color: #0099fc;
  background-color: #0099fc;
}
/*================================================================================
[Simple content area helper styles]
*/
.simple-content .btn + .btn {
  margin-left: 5px !important;
}
.simple-content .btn-lg + .btn-lg {
  margin-left: 10px !important;
}
.simple-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*================================================================================
[IE8 Browser upgrade notification]
*/
.browser-upgrade-note {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px;
  background: #f3f7fc;
  font-family: "Helvetica W01";
  font-weight: 400;
  font-style: normal;
  z-index: 1030;
  border-bottom: 1px solid #7D7D7D;
}
.browser-upgrade-note__dismiss {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/*================================================================================
[Candid widget]
*/
.lt-ie9 .candid-widget {
  display: none;
}
.candid-widget-fallback {
  display: none;
}
.lt-ie9 .candid-widget-fallback {
  display: block;
}
.faq-page .faq-results-count {
  display: none;
  margin-top: 2rem;
  font-size: 16px;
  color: #363E49;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
}
.faq-page .faq-results-count.active {
  display: block;
}
.faq-page .faq-list__item {
  display: none;
}
.faq-page .faq-list__item.faq-visible {
  display: list-item;
}
.faq-page .result-pagination {
  display: none;
}
.faq-page .result-pagination.active {
  display: block;
}
.faq-page .result-pagination [data-paginate="numbered"],
.faq-page .result-pagination [data-paginate="first-dotted"],
.faq-page .result-pagination [data-paginate="last-dotted"] {
  display: none;
}
.faq-page .result-pagination [data-paginate="numbered"].faq-visible,
.faq-page .result-pagination [data-paginate="first-dotted"].faq-visible,
.faq-page .result-pagination [data-paginate="last-dotted"].faq-visible {
  display: inline;
}
.faq-page .result-pagination [data-pagination-current] {
  padding-left: 1rem;
  padding-right: 1rem;
}
/*================================================================================
[ShareThis Styles]
*/
.st-custom-button[data-network] {
  cursor: pointer;
}
.st-custom-button[data-network]:hover,
.st-custom-button[data-network]:focus {
  text-decoration: underline;
}
.st-custom-button.resource-card__actions-link {
  color: #5A9AC4;
  text-decoration: none;
}
.st-custom-button.resource-card__actions-link:hover {
  text-decoration: underline;
  color: #37739a;
}
.st-inline-share-buttons {
  display: flex;
  flex-direction: column;
}
.st-container {
  display: none;
  position: absolute;
  z-index: 1000;
}
.sharing-list__item:hover .st-container {
  display: block;
}
/*================================================================================
[Layer 5 - View-specific classes]
*/
/*================================================================================
[Homepage teasers]
*/
@media (min-width: 768px) {
  body[data-page="homePage"] .teaser__img {
    height: 180px;
  }
}
body[data-page="homePage"] .teaser__img img {
  width: 110px;
  height: auto;
}
body[data-page="homePage"] .employee-expand {
  height: 100%;
  position: relative;
}
/*================================================================================
[Product details]
*/
.product-details:before,
.product-details:after {
  content: " ";
  display: table;
}
.product-details:after {
  clear: both;
}
.product-details:before,
.product-details:after {
  content: " ";
  display: table;
}
.product-details:after {
  clear: both;
}
.product-details__img {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-details__img {
    float: left;
    width: 25%;
  }
}
.product-details__body {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-details__body {
    float: left;
    width: 75%;
  }
}
.product-details__title {
  margin-top: 5px;
}
.product-details__details {
  margin-left: 33.33333333%;
  position: relative;
  left: -15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-details__details {
    margin-left: 0%;
  }
}
.product-details__details:before,
.product-details__details:after {
  content: " ";
  display: table;
}
.product-details__details:after {
  clear: both;
}
.product-details__details:before,
.product-details__details:after {
  content: " ";
  display: table;
}
.product-details__details:after {
  clear: both;
}
/*================================================================================
[Packaging variations]
*/
.packaging-variations__img {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .packaging-variations__img {
    float: left;
    width: 41.66666667%;
  }
}
.packaging-variations__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .packaging-variations__img img {
    margin: 0;
  }
}
.packaging-variations__body {
  position: relative;
  left: -15px;
}
.packaging-variations__body:before,
.packaging-variations__body:after {
  content: " ";
  display: table;
}
.packaging-variations__body:after {
  clear: both;
}
.packaging-variations__body:before,
.packaging-variations__body:after {
  content: " ";
  display: table;
}
.packaging-variations__body:after {
  clear: both;
}
.packaging-variations__table {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .packaging-variations__table {
    float: left;
    width: 100%;
  }
}
.packaging-variations__img + .packaging-variations__table {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .packaging-variations__img + .packaging-variations__table {
    float: left;
    width: 58.33333333%;
  }
}
/*================================================================================
[Availability restrictions]
*/
.availability-restrictions .alert {
  margin-top: 10px;
}
.where-to-buy__form-group {
  margin-bottom: 10px !important;
  display: block;
}
.where-to-buy__form-group .faux-label {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.where-to-buy__zip-input.form-control,
.where-to-buy__radius-input.form-control {
  display: block;
  width: 100%;
}
.where-to-buy__submit {
  margin-top: 10px !important;
}
.where-to-buy__map-column {
  margin-bottom: 20px;
  min-height: 300px;
}
.where-to-buy__map-column:before,
.where-to-buy__map-column:after {
  content: " ";
  display: table;
}
.where-to-buy__map-column:after {
  clear: both;
}
.where-to-buy__map-column:before,
.where-to-buy__map-column:after {
  content: " ";
  display: table;
}
.where-to-buy__map-column:after {
  clear: both;
}
@media (min-width: 768px) {
  .where-to-buy__map-column {
    margin-bottom: 0;
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .where-to-buy__map-column {
    min-height: 450px;
  }
}
.where-to-buy__map-column.bottomed-out {
  position: static;
}
.where-to-buy__error,
.where-to-buy__results-row {
  display: none;
}
.where-to-buy__results-row {
  position: relative;
}
.map-container {
  position: relative;
  width: 100%;
  height: 300px;
  border: 1px solid rgba(125, 125, 125, 0.3);
}
@media (min-width: 768px) {
  .map-container {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .map-container {
    height: 450px;
  }
}
.bottomed-out .is_stuck {
  right: 15px;
}
/*================================================================================
[International distributors]
*/
.international-distributor-results {
  min-height: 75vh;
}
.how-to-buy__form-group {
  margin-bottom: 10px !important;
  display: block;
}
.how-to-buy__form-group .faux-label {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.how-to-buy__zip-input.form-control,
.how-to-buy__radius-input.form-control {
  display: block;
  width: 100%;
}
.how-to-buy__submit {
  margin-top: 10px !important;
}
.how-to-buy__map-column {
  margin-bottom: 20px;
  min-height: 300px;
}
.how-to-buy__map-column:before,
.how-to-buy__map-column:after {
  content: " ";
  display: table;
}
.how-to-buy__map-column:after {
  clear: both;
}
.how-to-buy__map-column:before,
.how-to-buy__map-column:after {
  content: " ";
  display: table;
}
.how-to-buy__map-column:after {
  clear: both;
}
@media (min-width: 768px) {
  .how-to-buy__map-column {
    margin-bottom: 0;
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .how-to-buy__map-column {
    min-height: 450px;
  }
}
.how-to-buy__map-column.bottomed-out {
  position: static;
}
.how-to-buy__error,
.how-to-buy__results-row {
  display: none;
}
.how-to-buy__results-row {
  position: relative;
}
.how-to-buy-iframe {
  width: 100%;
  min-height: 960px;
  max-width: 100%;
  height: auto;
  border: none;
}
.map-container {
  position: relative;
  width: 100%;
  height: 300px;
  border: 1px solid rgba(125, 125, 125, 0.3);
}
@media (min-width: 768px) {
  .map-container {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .map-container {
    height: 450px;
  }
}
.bottomed-out .is_stuck {
  right: 15px;
}
/*================================================================================
[International distributors]
*/
.international-distributor-results {
  min-height: 75vh;
}
/*================================================================================
Wingmate form css
*/
.how-to-buy-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.how-to-buy-form small {
  color: red;
}
.how-to-buy-form label {
  font: "Gotham A", "Gotham B", "Roboto";
  font-weight: 500;
  font-style: normal;
  font-size: 0.95em;
  line-height: 1.42857143;
  color: #7D7D7D;
  margin: 0 0 5px;
}
.how-to-buy-form .form-submit {
  color: #FFFFFF;
  background-color: #007AC9;
  border-color: #007AC9;
  border-radius: 6px 0;
  font-weight: 500;
  padding: 13px 15px;
  margin: 0px;
  width: fit-content;
  border: 0px;
}
.how-to-buy-form .form-submit:hover {
  background-color: #0099FC;
}
.how-to-buy-form .form-control {
  height: 36px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px 0;
  outline: none;
  margin-bottom: 10px;
}
.how-to-buy-form .multiselect-control {
  min-height: 100px;
}
.code-sample {
  padding: 20px 0;
}
.hex {
  border: 1px solid #7D7D7D;
  border-radius: 4px;
  padding: 4px;
  background: #F4F4F4;
  color: #A6A6A6;
  font-size: 12px;
  vertical-align: baseline;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px !important;
}
.darkwrap {
  background: #7D7D7D;
  padding: 20px;
}
.darkwrap--ib {
  display: inline-block;
}
/* =================================================
// Prettify Styles
====================================================*/
/* SPAN elements with the classes below are added by prettyprint. */
.pln {
  color: #222;
}
/* plain text */
@media screen {
  /* string content */
  .str {
    color: #dd1144;
  }
  /* a keyword */
  .kwd {
    color: #333333;
  }
  /* a comment */
  .com {
    color: #999988;
  }
  /* a type name */
  .typ {
    color: #445588;
  }
  /* a literal value */
  .lit {
    color: #445588;
  }
  /* punctuation */
  .pun {
    color: #333333;
  }
  /* lisp open bracket */
  .opn {
    color: #333333;
  }
  /* lisp close bracket */
  .clo {
    color: #333333;
  }
  /* a markup tag name */
  .tag {
    color: navy;
  }
  /* a markup attribute name */
  .atn {
    color: teal;
  }
  /* a markup attribute value */
  .atv {
    color: #dd1144;
  }
  /* a declaration */
  .dec {
    color: #333333;
  }
  /* a variable name */
  .var {
    color: teal;
  }
  /* a function name */
  .fun {
    color: #990000;
  }
}
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #006600;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #004444;
  }
  .pun,
  .opn,
  .clo {
    color: #444400;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #440044;
  }
  .atv {
    color: #006600;
  }
}
/* Style */
pre.prettyprint {
  background: #f4f4f4;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px !important;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  /* */
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  /* */
}
.color-swatch-list {
  padding-left: 0;
  list-style: none;
}
.color-swatch-list:before,
.color-swatch-list:after {
  content: " ";
  display: table;
}
.color-swatch-list:after {
  clear: both;
}
.color-swatch-list:before,
.color-swatch-list:after {
  content: " ";
  display: table;
}
.color-swatch-list:after {
  clear: both;
}
.color-swatch-list__item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .color-swatch-list__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .color-swatch-list__item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .color-swatch-list__item {
    float: left;
    width: 25%;
  }
}
.color-swatch {
  min-height: 170px;
  position: relative;
  border: 1px solid #2b323a;
}
.color-swatch ul {
  padding-left: 0;
  list-style: none;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
}
.color-swatch ul:before,
.color-swatch ul:after {
  content: " ";
  display: table;
}
.color-swatch ul:after {
  clear: both;
}
.color-swatch ul:before,
.color-swatch ul:after {
  content: " ";
  display: table;
}
.color-swatch ul:after {
  clear: both;
}
.color-swatch ul li {
  box-sizing: border-box;
  padding: 5px;
  float: left;
  background: #2b323a;
  color: #fff;
  font-size: 14px;
  width: 50%;
  position: relative;
  border-top: 1px solid #191919;
}
.color-swatch ul li h5 {
  color: #fff;
  font-size: 11px;
  margin: 0;
}
.color-swatch ul li p {
  color: #EBEBEB;
  font-size: 13px;
  margin: 0;
}
.color-swatch ul li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #191919;
}
.color-swatch ul li:last-child {
  width: 100%;
}
.color-swatch ul li:last-child p {
  font-size: 16px;
  color: #f5eac4;
}
.color-swatch--spartan-blue {
  background: #007AC9;
}
.color-swatch--spartan-gray-blue {
  background: #5A9AC4;
}
.color-swatch--spartan-light-blue {
  background: #B4CEE9;
}
.color-swatch--spartan-light-blue-fade {
  background: rgba(180, 206, 233, 0.12);
}
.color-swatch--spartan-light-blue-fade25 {
  background: rgba(180, 206, 233, 0.25);
}
.color-swatch--spartan-black {
  background: #191919;
}
.color-swatch--spartan-slate {
  background: #363E49;
}
.color-swatch--spartan-light-slate {
  background: #49535F;
}
.color-swatch--spartan-x-light-slate {
  background: #7b899d;
}
.color-swatch--spartan-gray-x-dark {
  background: #404040;
}
.color-swatch--spartan-gray-x-dark2 {
  background: #595959;
}
.color-swatch--spartan-gray-dark {
  background: #7D7D7D;
}
.color-swatch--spartan-gray-40 {
  background: rgba(255, 255, 255, 0.4);
}
.color-swatch--spartan-gray-light {
  background: #EBEBEB;
}
.color-swatch--spartan-gray-x-light {
  background: #F4F4F4;
}
@media (min-width: 768px) {
  body[data-page="facilitiesDetail"] .teaser__img {
    height: 80px;
  }
}
body[data-page="facilitiesDetail"] .teaser__img img {
  max-width: 160px;
}
@supports (object-fit: cover) {
  .v-login__overlay img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.v-login__compuclean {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.v-login__compuclean * {
  margin: 0 0.33em;
}
.v-login__compuclean *:last-child {
  margin-right: 0;
}
.v-login__compuclean-logo {
  height: 1.8em;
}
/*================================================================================
[Layer 6 - Utility classes]
*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.panel-body:before,
.panel-body:after,
.step-list:before,
.step-list:after,
.birthday-list:before,
.birthday-list:after,
.birthday-list--todaysbirthdays:before,
.birthday-list--todaysbirthdays:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.panel-body:after,
.step-list:after,
.birthday-list:after,
.birthday-list--todaysbirthdays:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.hi-z {
  z-index: 20;
}
.affix {
  position: fixed;
}
.ptn,
.pvn,
.pan {
  padding-top: 0 !important;
}
.ptt,
.pvt,
.pat {
  padding-top: 2px !important;
}
.pts,
.pvs,
.pas {
  padding-top: 5px !important;
}
.ptm,
.pvm,
.pam {
  padding-top: 10px !important;
}
.ptl,
.pvl,
.pal {
  padding-top: 20px !important;
}
.pth,
.pvh,
.pah {
  padding-top: 40px !important;
}
.ptj,
.pvj,
.paj {
  padding-top: 60px !important;
}
.prn,
.phn,
.pan {
  padding-right: 0 !important;
}
.prt,
.pht,
.pat {
  padding-right: 2px !important;
}
.prs,
.phs,
.pas {
  padding-right: 5px !important;
}
.prm,
.phm,
.pam {
  padding-right: 10px !important;
}
.prl,
.phl,
.pal {
  padding-right: 20px !important;
}
.prh,
.phh,
.pah {
  padding-right: 40px !important;
}
.prj,
.phj,
.paj {
  padding-right: 60px !important;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0 !important;
}
.pbt,
.pvt,
.pat {
  padding-bottom: 2px !important;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 5px !important;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 10px !important;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 20px !important;
}
.pbh,
.pvh,
.pah {
  padding-bottom: 40px !important;
}
.pbj,
.pvj,
.paj {
  padding-bottom: 60px !important;
}
.pln,
.phn,
.pan {
  padding-left: 0 !important;
}
.plt,
.pht,
.pat {
  padding-left: 2px !important;
}
.pls,
.phs,
.pas {
  padding-left: 5px !important;
}
.plm,
.phm,
.pam {
  padding-left: 10px !important;
}
.pll,
.phl,
.pal {
  padding-left: 20px !important;
}
.plh,
.phh,
.pah {
  padding-left: 40px !important;
}
.plj,
.phj,
.paj {
  padding-left: 60px !important;
}
.mtn,
.mvn,
.man {
  margin-top: 0 !important;
}
.mtt,
.mvt,
.mat {
  margin-top: 2px !important;
}
.mts,
.mvs,
.mas {
  margin-top: 5px !important;
}
.mtm,
.mvm,
.mam {
  margin-top: 10px !important;
}
.mtl,
.mvl,
.mal {
  margin-top: 20px !important;
}
.mth,
.mvh,
.mah {
  margin-top: 40px !important;
}
.mtj,
.mvj,
.maj {
  margin-top: 60px !important;
}
.mrn,
.mhn,
.man {
  margin-right: 0 !important;
}
.mrt,
.mht,
.mat {
  margin-right: 2px !important;
}
.mrs,
.mhs,
.mas {
  margin-right: 5px !important;
}
.mrm,
.mhm,
.mam {
  margin-right: 10px !important;
}
.mrl,
.mhl,
.mal {
  margin-right: 20px !important;
}
.mrh,
.mhh,
.mah {
  margin-right: 40px !important;
}
.mrj,
.mhj,
.maj {
  margin-right: 60px !important;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0 !important;
}
.mbt,
.mvt,
.mat {
  margin-bottom: 2px !important;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 5px !important;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 10px !important;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 20px !important;
}
.mbh,
.mvh,
.mah {
  margin-bottom: 40px !important;
}
.mbj,
.mvj,
.maj {
  margin-bottom: 60px !important;
}
.mln,
.mhn,
.man {
  margin-left: 0 !important;
}
.mlt,
.mht,
.mat {
  margin-left: 2px !important;
}
.mls,
.mhs,
.mas {
  margin-left: 5px !important;
}
.mlm,
.mhm,
.mam {
  margin-left: 10px !important;
}
.mll,
.mhl,
.mal {
  margin-left: 20px !important;
}
.mlh,
.mhh,
.mah {
  margin-left: 40px !important;
}
.mbj,
.mvj,
.maj {
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .xs-ptn,
  .xs-pvn,
  .xs-pan {
    padding-top: 0 !important;
  }
  .xs-pts,
  .xs-pvs,
  .xs-pas {
    padding-top: 5px !important;
  }
  .xs-ptm,
  .xs-pvm,
  .xs-pam {
    padding-top: 10px !important;
  }
  .xs-ptl,
  .xs-pvl,
  .xs-pal {
    padding-top: 20px !important;
  }
  .xs-pth,
  .xs-pvh,
  .xs-pah {
    padding-top: 40px !important;
  }
  .xs-ptg,
  .xs-pvg,
  .xs-pag {
    padding-top: 60px !important;
  }
  .xs-prn,
  .xs-phn,
  .xs-pan {
    padding-right: 0 !important;
  }
  .xs-prs,
  .xs-phs,
  .xs-pas {
    padding-right: 5px !important;
  }
  .xs-prm,
  .xs-phm,
  .xs-pam {
    padding-right: 10px !important;
  }
  .xs-prl,
  .xs-phl,
  .xs-pal {
    padding-right: 20px !important;
  }
  .xs-prh,
  .xs-phh,
  .xs-pah {
    padding-right: 40px !important;
  }
  .xs-prg,
  .xs-phg,
  .xs-pag {
    padding-right: 60px !important;
  }
  .xs-pbn,
  .xs-pvn,
  .xs-pan {
    padding-bottom: 0 !important;
  }
  .xs-pbs,
  .xs-pvs,
  .xs-pas {
    padding-bottom: 5px !important;
  }
  .xs-pbm,
  .xs-pvm,
  .xs-pam {
    padding-bottom: 10px !important;
  }
  .xs-pbl,
  .xs-pvl,
  .xs-pal {
    padding-bottom: 20px !important;
  }
  .xs-pbh,
  .xs-pvh,
  .xs-pah {
    padding-bottom: 40px !important;
  }
  .xs-pbg,
  .xs-pvg,
  .xs-pag {
    padding-bottom: 60px !important;
  }
  .xs-pln,
  .xs-phn,
  .xs-pan {
    padding-left: 0 !important;
  }
  .xs-pls,
  .xs-phs,
  .xs-pas {
    padding-left: 5px !important;
  }
  .xs-plm,
  .xs-phm,
  .xs-pam {
    padding-left: 10px !important;
  }
  .xs-pll,
  .xs-phl,
  .xs-pal {
    padding-left: 20px !important;
  }
  .xs-plh,
  .xs-phh,
  .xs-pah {
    padding-left: 40px !important;
  }
  .xs-plg,
  .xs-phg,
  .xs-pag {
    padding-left: 60px !important;
  }
  .xs-mtn,
  .xs-mvn,
  .xs-man {
    margin-top: 0 !important;
  }
  .xs-mts,
  .xs-mvs,
  .xs-mas {
    margin-top: 5px !important;
  }
  .xs-mtm,
  .xs-mvm,
  .xs-mam {
    margin-top: 10px !important;
  }
  .xs-mtl,
  .xs-mvl,
  .xs-mal {
    margin-top: 20px !important;
  }
  .xs-mth,
  .xs-mvh,
  .xs-mah {
    margin-top: 40px !important;
  }
  .xs-mtg,
  .xs-mvg,
  .xs-mag {
    margin-top: 60px !important;
  }
  .xs-mrn,
  .xs-mhn,
  .xs-man {
    margin-right: 0 !important;
  }
  .xs-mrs,
  .xs-mhs,
  .xs-mas {
    margin-right: 5px !important;
  }
  .xs-mrm,
  .xs-mhm,
  .xs-mam {
    margin-right: 10px !important;
  }
  .xs-mrl,
  .xs-mhl,
  .xs-mal {
    margin-right: 20px !important;
  }
  .xs-mrh,
  .xs-mhh,
  .xs-mah {
    margin-right: 40px !important;
  }
  .xs-mrg,
  .xs-mhg,
  .xs-mag {
    margin-right: 60px !important;
  }
  .xs-mbn,
  .xs-mvn,
  .xs-man {
    margin-bottom: 0 !important;
  }
  .xs-mbs,
  .xs-mvs,
  .xs-mas {
    margin-bottom: 5px !important;
  }
  .xs-mbm,
  .xs-mvm,
  .xs-mam {
    margin-bottom: 10px !important;
  }
  .xs-mbl,
  .xs-mvl,
  .xs-mal {
    margin-bottom: 20px !important;
  }
  .xs-mbh,
  .xs-mvh,
  .xs-mah {
    margin-bottom: 40px !important;
  }
  .xs-mbg,
  .xs-mvg,
  .xs-mag {
    margin-bottom: 60px !important;
  }
  .xs-mln,
  .xs-mhn,
  .xs-man {
    margin-left: 0 !important;
  }
  .xs-mls,
  .xs-mhs,
  .xs-mas {
    margin-left: 5px !important;
  }
  .xs-mlm,
  .xs-mhm,
  .xs-mam {
    margin-left: 10px !important;
  }
  .xs-mll,
  .xs-mhl,
  .xs-mal {
    margin-left: 20px !important;
  }
  .xs-mlh,
  .xs-mhh,
  .xs-mah {
    margin-left: 40px !important;
  }
  .xs-mlg,
  .xs-mhg,
  .xs-mag {
    margin-left: 60px !important;
  }
  .xs-mauto {
    margin: auto;
  }
}
@media (min-width: 480px) {
  .xsl-ptn,
  .xsl-pvn,
  .xsl-pan {
    padding-top: 0 !important;
  }
  .xsl-pts,
  .xsl-pvs,
  .xsl-pas {
    padding-top: 5px !important;
  }
  .xsl-ptm,
  .xsl-pvm,
  .xsl-pam {
    padding-top: 10px !important;
  }
  .xsl-ptl,
  .xsl-pvl,
  .xsl-pal {
    padding-top: 20px !important;
  }
  .xsl-pth,
  .xsl-pvh,
  .xsl-pah {
    padding-top: 40px !important;
  }
  .xsl-ptg,
  .xsl-pvg,
  .xsl-pag {
    padding-top: 60px !important;
  }
  .xsl-prn,
  .xsl-phn,
  .xsl-pan {
    padding-right: 0 !important;
  }
  .xsl-prs,
  .xsl-phs,
  .xsl-pas {
    padding-right: 5px !important;
  }
  .xsl-prm,
  .xsl-phm,
  .xsl-pam {
    padding-right: 10px !important;
  }
  .xsl-prl,
  .xsl-phl,
  .xsl-pal {
    padding-right: 20px !important;
  }
  .xsl-prh,
  .xsl-phh,
  .xsl-pah {
    padding-right: 40px !important;
  }
  .xsl-prg,
  .xsl-phg,
  .xsl-pag {
    padding-right: 60px !important;
  }
  .xsl-pbn,
  .xsl-pvn,
  .xsl-pan {
    padding-bottom: 0 !important;
  }
  .xsl-pbs,
  .xsl-pvs,
  .xsl-pas {
    padding-bottom: 5px !important;
  }
  .xsl-pbm,
  .xsl-pvm,
  .xsl-pam {
    padding-bottom: 10px !important;
  }
  .xsl-pbl,
  .xsl-pvl,
  .xsl-pal {
    padding-bottom: 20px !important;
  }
  .xsl-pbh,
  .xsl-pvh,
  .xsl-pah {
    padding-bottom: 40px !important;
  }
  .xsl-pbg,
  .xsl-pvg,
  .xsl-pag {
    padding-bottom: 60px !important;
  }
  .xsl-pln,
  .xsl-phn,
  .xsl-pan {
    padding-left: 0 !important;
  }
  .xsl-pls,
  .xsl-phs,
  .xsl-pas {
    padding-left: 5px !important;
  }
  .xsl-plm,
  .xsl-phm,
  .xsl-pam {
    padding-left: 10px !important;
  }
  .xsl-pll,
  .xsl-phl,
  .xsl-pal {
    padding-left: 20px !important;
  }
  .xsl-plh,
  .xsl-phh,
  .xsl-pah {
    padding-left: 40px !important;
  }
  .xsl-plg,
  .xsl-phg,
  .xsl-pag {
    padding-left: 60px !important;
  }
  .xsl-mtn,
  .xsl-mvn,
  .xsl-man {
    margin-top: 0 !important;
  }
  .xsl-mts,
  .xsl-mvs,
  .xsl-mas {
    margin-top: 5px !important;
  }
  .xsl-mtm,
  .xsl-mvm,
  .xsl-mam {
    margin-top: 10px !important;
  }
  .xsl-mtl,
  .xsl-mvl,
  .xsl-mal {
    margin-top: 20px !important;
  }
  .xsl-mth,
  .xsl-mvh,
  .xsl-mah {
    margin-top: 40px !important;
  }
  .xsl-mtg,
  .xsl-mvg,
  .xsl-mag {
    margin-top: 60px !important;
  }
  .xsl-mrn,
  .xsl-mhn,
  .xsl-man {
    margin-right: 0 !important;
  }
  .xsl-mrs,
  .xsl-mhs,
  .xsl-mas {
    margin-right: 5px !important;
  }
  .xsl-mrm,
  .xsl-mhm,
  .xsl-mam {
    margin-right: 10px !important;
  }
  .xsl-mrl,
  .xsl-mhl,
  .xsl-mal {
    margin-right: 20px !important;
  }
  .xsl-mrh,
  .xsl-mhh,
  .xsl-mah {
    margin-right: 40px !important;
  }
  .xsl-mrg,
  .xsl-mhg,
  .xsl-mag {
    margin-right: 60px !important;
  }
  .xsl-mbn,
  .xsl-mvn,
  .xsl-man {
    margin-bottom: 0 !important;
  }
  .xsl-mbs,
  .xsl-mvs,
  .xsl-mas {
    margin-bottom: 5px !important;
  }
  .xsl-mbm,
  .xsl-mvm,
  .xsl-mam {
    margin-bottom: 10px !important;
  }
  .xsl-mbl,
  .xsl-mvl,
  .xsl-mal {
    margin-bottom: 20px !important;
  }
  .xsl-mbh,
  .xsl-mvh,
  .xsl-mah {
    margin-bottom: 40px !important;
  }
  .xsl-mbg,
  .xsl-mvg,
  .xsl-mag {
    margin-bottom: 60px !important;
  }
  .xsl-mln,
  .xsl-mhn,
  .xsl-man {
    margin-left: 0 !important;
  }
  .xsl-mls,
  .xsl-mhs,
  .xsl-mas {
    margin-left: 5px !important;
  }
  .xsl-mlm,
  .xsl-mhm,
  .xsl-mam {
    margin-left: 10px !important;
  }
  .xsl-mll,
  .xsl-mhl,
  .xsl-mal {
    margin-left: 20px !important;
  }
  .xsl-mlh,
  .xsl-mhh,
  .xsl-mah {
    margin-left: 40px !important;
  }
  .xsl-mlg,
  .xsl-mhg,
  .xsl-mag {
    margin-left: 60px !important;
  }
  .xsl-mauto {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .sm-ptn,
  .sm-pvn,
  .sm-pan {
    padding-top: 0 !important;
  }
  .sm-pts,
  .sm-pvs,
  .sm-pas {
    padding-top: 5px !important;
  }
  .sm-ptm,
  .sm-pvm,
  .sm-pam {
    padding-top: 10px !important;
  }
  .sm-ptl,
  .sm-pvl,
  .sm-pal {
    padding-top: 20px !important;
  }
  .sm-pth,
  .sm-pvh,
  .sm-pah {
    padding-top: 40px !important;
  }
  .sm-ptg,
  .sm-pvg,
  .sm-pag {
    padding-top: 60px !important;
  }
  .sm-prn,
  .sm-phn,
  .sm-pan {
    padding-right: 0 !important;
  }
  .sm-prs,
  .sm-phs,
  .sm-pas {
    padding-right: 5px !important;
  }
  .sm-prm,
  .sm-phm,
  .sm-pam {
    padding-right: 10px !important;
  }
  .sm-prl,
  .sm-phl,
  .sm-pal {
    padding-right: 20px !important;
  }
  .sm-prh,
  .sm-phh,
  .sm-pah {
    padding-right: 40px !important;
  }
  .sm-prg,
  .sm-phg,
  .sm-pag {
    padding-right: 60px !important;
  }
  .sm-pbn,
  .sm-pvn,
  .sm-pan {
    padding-bottom: 0 !important;
  }
  .sm-pbs,
  .sm-pvs,
  .sm-pas {
    padding-bottom: 5px !important;
  }
  .sm-pbm,
  .sm-pvm,
  .sm-pam {
    padding-bottom: 10px !important;
  }
  .sm-pbl,
  .sm-pvl,
  .sm-pal {
    padding-bottom: 20px !important;
  }
  .sm-pbh,
  .sm-pvh,
  .sm-pah {
    padding-bottom: 40px !important;
  }
  .sm-pbg,
  .sm-pvg,
  .sm-pag {
    padding-bottom: 60px !important;
  }
  .sm-pln,
  .sm-phn,
  .sm-pan {
    padding-left: 0 !important;
  }
  .sm-pls,
  .sm-phs,
  .sm-pas {
    padding-left: 5px !important;
  }
  .sm-plm,
  .sm-phm,
  .sm-pam {
    padding-left: 10px !important;
  }
  .sm-pll,
  .sm-phl,
  .sm-pal {
    padding-left: 20px !important;
  }
  .sm-plh,
  .sm-phh,
  .sm-pah {
    padding-left: 40px !important;
  }
  .sm-plg,
  .sm-phg,
  .sm-pag {
    padding-left: 60px !important;
  }
  .sm-mtn,
  .sm-mvn,
  .sm-man {
    margin-top: 0 !important;
  }
  .sm-mts,
  .sm-mvs,
  .sm-mas {
    margin-top: 5px !important;
  }
  .sm-mtm,
  .sm-mvm,
  .sm-mam {
    margin-top: 10px !important;
  }
  .sm-mtl,
  .sm-mvl,
  .sm-mal {
    margin-top: 20px !important;
  }
  .sm-mth,
  .sm-mvh,
  .sm-mah {
    margin-top: 40px !important;
  }
  .sm-mtg,
  .sm-mvg,
  .sm-mag {
    margin-top: 60px !important;
  }
  .sm-mrn,
  .sm-mhn,
  .sm-man {
    margin-right: 0 !important;
  }
  .sm-mrs,
  .sm-mhs,
  .sm-mas {
    margin-right: 5px !important;
  }
  .sm-mrm,
  .sm-mhm,
  .sm-mam {
    margin-right: 10px !important;
  }
  .sm-mrl,
  .sm-mhl,
  .sm-mal {
    margin-right: 20px !important;
  }
  .sm-mrh,
  .sm-mhh,
  .sm-mah {
    margin-right: 40px !important;
  }
  .sm-mrg,
  .sm-mhg,
  .sm-mag {
    margin-right: 60px !important;
  }
  .sm-mbn,
  .sm-mvn,
  .sm-man {
    margin-bottom: 0 !important;
  }
  .sm-mbs,
  .sm-mvs,
  .sm-mas {
    margin-bottom: 5px !important;
  }
  .sm-mbm,
  .sm-mvm,
  .sm-mam {
    margin-bottom: 10px !important;
  }
  .sm-mbl,
  .sm-mvl,
  .sm-mal {
    margin-bottom: 20px !important;
  }
  .sm-mbh,
  .sm-mvh,
  .sm-mah {
    margin-bottom: 40px !important;
  }
  .sm-mbg,
  .sm-mvg,
  .sm-mag {
    margin-bottom: 60px !important;
  }
  .sm-mln,
  .sm-mhn,
  .sm-man {
    margin-left: 0 !important;
  }
  .sm-mls,
  .sm-mhs,
  .sm-mas {
    margin-left: 5px !important;
  }
  .sm-mlm,
  .sm-mhm,
  .sm-mam {
    margin-left: 10px !important;
  }
  .sm-mll,
  .sm-mhl,
  .sm-mal {
    margin-left: 20px !important;
  }
  .sm-mlh,
  .sm-mhh,
  .sm-mah {
    margin-left: 40px !important;
  }
  .sm-mlg,
  .sm-mhg,
  .sm-mag {
    margin-left: 60px !important;
  }
  .sm-mauto {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .md-ptn,
  .md-pvn,
  .md-pan {
    padding-top: 0 !important;
  }
  .md-pts,
  .md-pvs,
  .md-pas {
    padding-top: 5px !important;
  }
  .md-ptm,
  .md-pvm,
  .md-pam {
    padding-top: 10px !important;
  }
  .md-ptl,
  .md-pvl,
  .md-pal {
    padding-top: 20px !important;
  }
  .md-pth,
  .md-pvh,
  .md-pah {
    padding-top: 40px !important;
  }
  .md-ptg,
  .md-pvg,
  .md-pag {
    padding-top: 60px !important;
  }
  .md-prn,
  .md-phn,
  .md-pan {
    padding-right: 0 !important;
  }
  .md-prs,
  .md-phs,
  .md-pas {
    padding-right: 5px !important;
  }
  .md-prm,
  .md-phm,
  .md-pam {
    padding-right: 10px !important;
  }
  .md-prl,
  .md-phl,
  .md-pal {
    padding-right: 20px !important;
  }
  .md-prh,
  .md-phh,
  .md-pah {
    padding-right: 40px !important;
  }
  .md-prg,
  .md-phg,
  .md-pag {
    padding-right: 60px !important;
  }
  .md-pbn,
  .md-pvn,
  .md-pan {
    padding-bottom: 0 !important;
  }
  .md-pbs,
  .md-pvs,
  .md-pas {
    padding-bottom: 5px !important;
  }
  .md-pbm,
  .md-pvm,
  .md-pam {
    padding-bottom: 10px !important;
  }
  .md-pbl,
  .md-pvl,
  .md-pal {
    padding-bottom: 20px !important;
  }
  .md-pbh,
  .md-pvh,
  .md-pah {
    padding-bottom: 40px !important;
  }
  .md-pbg,
  .md-pvg,
  .md-pag {
    padding-bottom: 60px !important;
  }
  .md-pln,
  .md-phn,
  .md-pan {
    padding-left: 0 !important;
  }
  .md-pls,
  .md-phs,
  .md-pas {
    padding-left: 5px !important;
  }
  .md-plm,
  .md-phm,
  .md-pam {
    padding-left: 10px !important;
  }
  .md-pll,
  .md-phl,
  .md-pal {
    padding-left: 20px !important;
  }
  .md-plh,
  .md-phh,
  .md-pah {
    padding-left: 40px !important;
  }
  .md-plg,
  .md-phg,
  .md-pag {
    padding-left: 60px !important;
  }
  .md-mtn,
  .md-mvn,
  .md-man {
    margin-top: 0 !important;
  }
  .md-mts,
  .md-mvs,
  .md-mas {
    margin-top: 5px !important;
  }
  .md-mtm,
  .md-mvm,
  .md-mam {
    margin-top: 10px !important;
  }
  .md-mtl,
  .md-mvl,
  .md-mal {
    margin-top: 20px !important;
  }
  .md-mth,
  .md-mvh,
  .md-mah {
    margin-top: 40px !important;
  }
  .md-mtg,
  .md-mvg,
  .md-mag {
    margin-top: 60px !important;
  }
  .md-mrn,
  .md-mhn,
  .md-man {
    margin-right: 0 !important;
  }
  .md-mrs,
  .md-mhs,
  .md-mas {
    margin-right: 5px !important;
  }
  .md-mrm,
  .md-mhm,
  .md-mam {
    margin-right: 10px !important;
  }
  .md-mrl,
  .md-mhl,
  .md-mal {
    margin-right: 20px !important;
  }
  .md-mrh,
  .md-mhh,
  .md-mah {
    margin-right: 40px !important;
  }
  .md-mrg,
  .md-mhg,
  .md-mag {
    margin-right: 60px !important;
  }
  .md-mbn,
  .md-mvn,
  .md-man {
    margin-bottom: 0 !important;
  }
  .md-mbs,
  .md-mvs,
  .md-mas {
    margin-bottom: 5px !important;
  }
  .md-mbm,
  .md-mvm,
  .md-mam {
    margin-bottom: 10px !important;
  }
  .md-mbl,
  .md-mvl,
  .md-mal {
    margin-bottom: 20px !important;
  }
  .md-mbh,
  .md-mvh,
  .md-mah {
    margin-bottom: 40px !important;
  }
  .md-mbg,
  .md-mvg,
  .md-mag {
    margin-bottom: 60px !important;
  }
  .md-mln,
  .md-mhn,
  .md-man {
    margin-left: 0 !important;
  }
  .md-mls,
  .md-mhs,
  .md-mas {
    margin-left: 5px !important;
  }
  .md-mlm,
  .md-mhm,
  .md-mam {
    margin-left: 10px !important;
  }
  .md-mll,
  .md-mhl,
  .md-mal {
    margin-left: 20px !important;
  }
  .md-mlh,
  .md-mhh,
  .md-mah {
    margin-left: 40px !important;
  }
  .md-mlg,
  .md-mhg,
  .md-mag {
    margin-left: 60px !important;
  }
  .md-mauto {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .lg-ptn,
  .lg-pvn,
  .lg-pan {
    padding-top: 0 !important;
  }
  .lg-pts,
  .lg-pvs,
  .lg-pas {
    padding-top: 5px !important;
  }
  .lg-ptm,
  .lg-pvm,
  .lg-pam {
    padding-top: 10px !important;
  }
  .lg-ptl,
  .lg-pvl,
  .lg-pal {
    padding-top: 20px !important;
  }
  .lg-pth,
  .lg-pvh,
  .lg-pah {
    padding-top: 40px !important;
  }
  .lg-ptg,
  .lg-pvg,
  .lg-pag {
    padding-top: 60px !important;
  }
  .lg-prn,
  .lg-phn,
  .lg-pan {
    padding-right: 0 !important;
  }
  .lg-prs,
  .lg-phs,
  .lg-pas {
    padding-right: 5px !important;
  }
  .lg-prm,
  .lg-phm,
  .lg-pam {
    padding-right: 10px !important;
  }
  .lg-prl,
  .lg-phl,
  .lg-pal {
    padding-right: 20px !important;
  }
  .lg-prh,
  .lg-phh,
  .lg-pah {
    padding-right: 40px !important;
  }
  .lg-prg,
  .lg-phg,
  .lg-pag {
    padding-right: 60px !important;
  }
  .lg-pbn,
  .lg-pvn,
  .lg-pan {
    padding-bottom: 0 !important;
  }
  .lg-pbs,
  .lg-pvs,
  .lg-pas {
    padding-bottom: 5px !important;
  }
  .lg-pbm,
  .lg-pvm,
  .lg-pam {
    padding-bottom: 10px !important;
  }
  .lg-pbl,
  .lg-pvl,
  .lg-pal {
    padding-bottom: 20px !important;
  }
  .lg-pbh,
  .lg-pvh,
  .lg-pah {
    padding-bottom: 40px !important;
  }
  .lg-pbg,
  .lg-pvg,
  .lg-pag {
    padding-bottom: 60px !important;
  }
  .lg-pln,
  .lg-phn,
  .lg-pan {
    padding-left: 0 !important;
  }
  .lg-pls,
  .lg-phs,
  .lg-pas {
    padding-left: 5px !important;
  }
  .lg-plm,
  .lg-phm,
  .lg-pam {
    padding-left: 10px !important;
  }
  .lg-pll,
  .lg-phl,
  .lg-pal {
    padding-left: 20px !important;
  }
  .lg-plh,
  .lg-phh,
  .lg-pah {
    padding-left: 40px !important;
  }
  .lg-plg,
  .lg-phg,
  .lg-pag {
    padding-left: 60px !important;
  }
  .lg-mtn,
  .lg-mvn,
  .lg-man {
    margin-top: 0 !important;
  }
  .lg-mts,
  .lg-mvs,
  .lg-mas {
    margin-top: 5px !important;
  }
  .lg-mtm,
  .lg-mvm,
  .lg-mam {
    margin-top: 10px !important;
  }
  .lg-mtl,
  .lg-mvl,
  .lg-mal {
    margin-top: 20px !important;
  }
  .lg-mth,
  .lg-mvh,
  .lg-mah {
    margin-top: 40px !important;
  }
  .lg-mtg,
  .lg-mvg,
  .lg-mag {
    margin-top: 60px !important;
  }
  .lg-mrn,
  .lg-mhn,
  .lg-man {
    margin-right: 0 !important;
  }
  .lg-mrs,
  .lg-mhs,
  .lg-mas {
    margin-right: 5px !important;
  }
  .lg-mrm,
  .lg-mhm,
  .lg-mam {
    margin-right: 10px !important;
  }
  .lg-mrl,
  .lg-mhl,
  .lg-mal {
    margin-right: 20px !important;
  }
  .lg-mrh,
  .lg-mhh,
  .lg-mah {
    margin-right: 40px !important;
  }
  .lg-mrg,
  .lg-mhg,
  .lg-mag {
    margin-right: 60px !important;
  }
  .lg-mbn,
  .lg-mvn,
  .lg-man {
    margin-bottom: 0 !important;
  }
  .lg-mbs,
  .lg-mvs,
  .lg-mas {
    margin-bottom: 5px !important;
  }
  .lg-mbm,
  .lg-mvm,
  .lg-mam {
    margin-bottom: 10px !important;
  }
  .lg-mbl,
  .lg-mvl,
  .lg-mal {
    margin-bottom: 20px !important;
  }
  .lg-mbh,
  .lg-mvh,
  .lg-mah {
    margin-bottom: 40px !important;
  }
  .lg-mbg,
  .lg-mvg,
  .lg-mag {
    margin-bottom: 60px !important;
  }
  .lg-mln,
  .lg-mhn,
  .lg-man {
    margin-left: 0 !important;
  }
  .lg-mls,
  .lg-mhs,
  .lg-mas {
    margin-left: 5px !important;
  }
  .lg-mlm,
  .lg-mhm,
  .lg-mam {
    margin-left: 10px !important;
  }
  .lg-mll,
  .lg-mhl,
  .lg-mal {
    margin-left: 20px !important;
  }
  .lg-mlh,
  .lg-mhh,
  .lg-mah {
    margin-left: 40px !important;
  }
  .lg-mlg,
  .lg-mhg,
  .lg-mag {
    margin-left: 60px !important;
  }
  .lg-mauto {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .xs-text-left {
    text-align: left !important;
  }
  .xs-text-right {
    text-align: right !important;
  }
  .xs-text-center {
    text-align: center !important;
  }
  .xs-pull-left {
    float: left !important;
  }
  .xs-pull-right {
    float: right !important;
  }
  .xs-pull-reset {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-right {
    text-align: right !important;
  }
  .sm-pull-left {
    float: left !important;
  }
  .sm-pull-right {
    float: right !important;
  }
  .sm-pull-reset {
    float: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-text-left {
    text-align: left !important;
  }
  .md-text-right {
    text-align: right !important;
  }
  .md-pull-left {
    float: left !important;
  }
  .md-pull-right {
    float: right !important;
  }
  .md-pull-reset {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .lg-text-left {
    text-align: left !important;
  }
  .lg-text-right {
    text-align: right !important;
  }
  .lg-pull-left {
    float: left !important;
  }
  .lg-pull-right {
    float: right !important;
  }
  .lg-pull-reset {
    float: none !important;
  }
}
/*================================================================================
[Positioning]
*/
.pos-static {
  position: static;
}
/*================================================================================
[Clearing]
*/
.clear {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
