@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Custom SCSS Mixins for Terryberry
 */
/**
 * SCSS String Replace
 */
/**
 * Include Font Face
 */
/**
 * CSS Box Shadow Mixin
 */
/**
 * CSS Transition Mixin
 */
/**
 * Terryberry Specific Variables
 */
@font-face {
  font-family: "Conv_Gotham-Light";
  src: url("fonts/Gotham-Light.eot?") format("eot"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.ttf") format("truetype"), url("fonts/Gotham-Light.svg#Conv_Gotham-Light") format("svg"); }

@font-face {
  font-family: "Conv_Gotham-LightItalic";
  src: url("fonts/Gotham-LightItalic.eot?") format("eot"), url("fonts/Gotham-LightItalic.woff") format("woff"), url("fonts/Gotham-LightItalic.ttf") format("truetype"), url("fonts/Gotham-LightItalic.svg#Conv_Gotham-LightItalic") format("svg"); }

@font-face {
  font-family: "Conv_Gotham-Book";
  src: url("fonts/Gotham-Book.eot?") format("eot"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book.svg#Conv_Gotham-Book") format("svg"); }

@font-face {
  font-family: "Conv_Gotham-BookItalic";
  src: url("fonts/Gotham-BookItalic.eot?") format("eot"), url("fonts/Gotham-BookItalic.woff") format("woff"), url("fonts/Gotham-BookItalic.ttf") format("truetype"), url("fonts/Gotham-BookItalic.svg#Conv_Gotham-BookItalic") format("svg"); }

@font-face {
  font-family: "Conv_Gotham-Medium";
  src: url("fonts/Gotham-Medium.eot?") format("eot"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype"), url("fonts/Gotham-Medium.svg#Conv_Gotham-Medium") format("svg"); }

@font-face {
  font-family: "Conv_Gotham-MediumItalic";
  src: url("fonts/Gotham-MediumItalic.eot?") format("eot"), url("fonts/Gotham-MediumItalic.woff") format("woff"), url("fonts/Gotham-MediumItalic.ttf") format("truetype"), url("fonts/Gotham-MediumItalic.svg#Conv_Gotham-MediumItalic") format("svg"); }

@font-face {
  font-family: "Conv_Gotham-Bold";
  src: url("fonts/Gotham-Bold.eot?") format("eot"), url("fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.ttf") format("truetype"), url("fonts/Gotham-Bold.svg#Conv_Gotham-Bold") format("svg"); }

@font-face {
  font-family: "Conv_Gotham-BoldItalic";
  src: url("fonts/Gotham-BoldItalic.eot?") format("eot"), url("fonts/Gotham-BoldItalic.woff") format("woff"), url("fonts/Gotham-BoldItalic.ttf") format("truetype"), url("fonts/Gotham-BoldItalic.svg#Conv_Gotham-BoldItalic") format("svg"); }

/**
 * Terryberry Bootstrap Overrides
 *
 * @see	https://github.com/twbs/bootstrap-sass/blob/master/assets/stylesheets/bootstrap/_variables.scss
 */
.container {
  max-width: 100%; }

.accordion.panel-group.resources {
  background: #f2f6f8; }
  .accordion.panel-group.resources.galleries {
    background: #FFF;
    margin-top: 30px; }
    .accordion.panel-group.resources.galleries .panel {
      padding: 5px 0; }
      .accordion.panel-group.resources.galleries .panel .panel-heading {
        overflow: auto; }
        .accordion.panel-group.resources.galleries .panel .panel-heading h4.panel-title {
          font-size: 24px; }
        .accordion.panel-group.resources.galleries .panel .panel-heading a {
          color: #5f5f5f !important; }
    .accordion.panel-group.resources.galleries p {
      color: #5f5f5f !important;
      line-height: 24px; }
      .accordion.panel-group.resources.galleries p:first-child {
        margin: 15px 0 0; }
    .accordion.panel-group.resources.galleries ul.product-gallery {
      margin-top: 60px; }
      .accordion.panel-group.resources.galleries ul.product-gallery:before {
        content: '';
        width: 0;
        height: 0;
        display: inherit; }
      .accordion.panel-group.resources.galleries ul.product-gallery li {
        margin: 0 0 30px !important;
        padding: 0;
        list-style-type: none;
        width: 20%;
        bottom: 0;
        float: left;
        text-align: center;
        height: 170px; }
        .accordion.panel-group.resources.galleries ul.product-gallery li a {
          display: block; }
        .accordion.panel-group.resources.galleries ul.product-gallery li p {
          font-size: 14px;
          line-height: 20px; }
        .accordion.panel-group.resources.galleries ul.product-gallery li img {
          margin-bottom: 5px; }
  .accordion.panel-group.resources .panel {
    border-top: 1px solid #a9abae;
    box-shadow: none !important;
    -webkit-box-shadow: none !important; }
    .accordion.panel-group.resources .panel + .panel {
      margin-top: 0; }
    .accordion.panel-group.resources .panel .panel-heading {
      padding: 0 15px; }
      .accordion.panel-group.resources .panel .panel-heading h4.panel-title {
        line-height: 1; }
      .accordion.panel-group.resources .panel .panel-heading a {
        display: block;
        padding: 15px 0;
        height: 50px;
        background: transparent url("../img/accordion-close.png") no-repeat right center !important;
        color: #002c5f; }
        .accordion.panel-group.resources .panel .panel-heading a.no-collapse {
          background-image: none !important; }
        .accordion.panel-group.resources .panel .panel-heading a.collapsed {
          background: transparent !important; }
          .accordion.panel-group.resources .panel .panel-heading a.collapsed:hover {
            background: transparent url("../img/accordion-open.png") no-repeat right center !important; }
        .accordion.panel-group.resources .panel .panel-heading a:focus, .accordion.panel-group.resources .panel .panel-heading a:hover, .accordion.panel-group.resources .panel .panel-heading a:active {
          text-decoration: none;
          outline: none; }
    .accordion.panel-group.resources .panel:last-child {
      border-bottom: 1px solid #a9abae; }
    .accordion.panel-group.resources .panel img {
      max-width: 100%; }
    .accordion.panel-group.resources .panel ul {
      padding: 0;
      display: table;
      width: 100%; }
      .accordion.panel-group.resources .panel ul:before {
        content: url("../img/accordion-list-arrow.png");
        width: 30px;
        height: 30px;
        display: table-cell; }
      .accordion.panel-group.resources .panel ul li {
        list-style-type: none;
        text-indent: 0;
        margin: 0 !important;
        padding-left: 10px;
        position: relative;
        bottom: 8px; }
        .accordion.panel-group.resources .panel ul li:before {
          content: '' !important;
          font-size: 0; }
        .accordion.panel-group.resources .panel ul li a {
          color: #d97a23; }
    .accordion.panel-group.resources .panel .resource-intro {
      margin-bottom: 30px; }
      .accordion.panel-group.resources .panel .resource-intro p {
        margin-bottom: 0 !important; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: 80%; }

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 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  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; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -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: transparent; }

body {
  font-family: "Conv_Gotham-Book";
  font-size: 18px;
  line-height: 1.428571429;
  color: #484848;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #d97a23;
  text-decoration: none; }
  a:hover, a:focus {
    color: #975518;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0px !important; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px !important;
  -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: 25px;
  margin-bottom: 25px;
  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: "Conv_Gotham-Book";
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 54px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 12.5px; }

.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 27px; } }

small,
.small {
  font-size: 88%; }

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, .initialism {
  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; }

.bg-primary {
  color: #fff; }

.bg-primary {
  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; }

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px; }
  ul ul,
  ul ol,
  ol ul,
  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;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 25px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@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%; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.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.428571429;
    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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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: 0px !important; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px !important;
  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: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px !important; }
  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; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @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; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

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

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: 18.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .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: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

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; }

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

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.428571429;
  color: #484848; }

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  color: #484848;
  background-color: #eff2c8;
  background-image: none;
  border: 1px solid #a3a67c;
  border-radius: 0px !important;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .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; }

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: 45px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 36px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 53px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 25px;
    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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px !important; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 36px;
  line-height: 36px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px !important; }

.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0px !important; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 53px;
  line-height: 53px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0px !important; }

.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 53px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 56.25px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px; }

.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; }

.has-feedback label ~ .form-control-feedback {
  top: 30px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #888888; }

@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: 32px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@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: 11px;
    font-size: 23px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 0px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -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.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-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #d97a23;
  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: #975518;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0px !important; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px !important; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px !important; }

.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%; }

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.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: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px !important;
  -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 .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.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: 16px;
  line-height: 1.428571429;
  color: #777777;
  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 {
    right: 0;
    left: auto; }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.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: -1px;
  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: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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 .form-control:focus {
      z-index: 3; }

.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: 18px;
  font-weight: normal;
  line-height: 1;
  color: #484848;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 0px !important; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 0px !important; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 23px;
    border-radius: 0px !important; }
  .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: -1px; }
    .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: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #d97a23; }
  .nav .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 0px !important 0px !important 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px !important; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px !important; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px !important 0px !important 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0px !important; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 17.5px 15px;
  font-size: 23px;
  line-height: 25px;
  height: 60px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px !important; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 8.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 25px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 17.5px;
          padding-bottom: 17.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 12px;
    margin-bottom: 12px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 19px;
    margin-bottom: 19px; }

.navbar-text {
  margin-top: 17.5px;
  margin-bottom: 17.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #002c5f;
  border-color: #001d3e; }
  .navbar-default .navbar-brand {
    color: #FFF; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #e6e6e6;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #FFF; }
  .navbar-default .navbar-nav > li > a {
    color: #FFF; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #d97a23;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #d97a23;
    background-color: #002c5f; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #001d3e; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #002c5f;
    color: #d97a23; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #FFF; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #d97a23;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #d97a23;
      background-color: #002c5f; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #FFF; }
    .navbar-default .navbar-link:hover {
      color: #d97a23; }
  .navbar-default .btn-link {
    color: #FFF; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #d97a23; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px !important; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 0px !important; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #d97a23;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px !important;
      border-top-left-radius: 0px !important; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px !important;
      border-top-right-radius: 0px !important; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #975518;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    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;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important; }

.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px !important;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #484848; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #d97a23; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 25px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 0 15px 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 5px 15px 5px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px !important-1;
  border-top-left-radius: 0px !important-1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 5px 15px 5px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 0px !important-1;
  border-bottom-left-radius: 0px !important-1; }

.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: 0px !important-1;
    border-top-left-radius: 0px !important-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: 0px !important-1;
    border-bottom-left-radius: 0px !important-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: 0 15px 15px;
    padding-right: 0 15px 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px !important-1;
  border-top-left-radius: 0px !important-1; }
  .panel > .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 > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 0px !important-1;
    border-top-right-radius: 0px !important-1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 0px !important-1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: 0px !important-1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px !important-1;
  border-bottom-left-radius: 0px !important-1; }
  .panel > .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 > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 0px !important-1;
    border-bottom-right-radius: 0px !important-1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 0px !important-1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: 0px !important-1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .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: 25px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px !important; }
    .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 transparent; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid transparent; }

.panel-default {
  border-color: transparent; }
  .panel-default > .panel-heading {
    color: #484848;
    background-color: transparent;
    border-color: transparent; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-default > .panel-heading .badge {
      color: transparent;
      background-color: #484848; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.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%; }

.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px !important;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

.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; } }

@media screen and (max-width: 1199px) {
  .contact-form .checkboxes .form-group label {
    display: table;
    width: 100%;
    line-height: 1; }
    .contact-form .checkboxes .form-group label a,
    .contact-form .checkboxes .form-group label span {
      display: table-cell !important; }
    .contact-form .checkboxes .form-group label a {
      width: 45px; } }

@media screen and (max-width: 991px) {
  header .navbar.navbar-default a.btn.btn-chat {
    display: none; }
  header form.search-form {
    margin-top: 25px !important; }
  a.navbar-brand {
    z-index: 9999;
    position: relative; }
  #utility,
  .navbar-header {
    display: none; }
  .home #why-terryberry,
  .home #whats-new,
  .home #clients,
  .home #roi-calculator {
    height: auto !important;
    min-height: 0 !important; }
  .clients .client {
    display: block !important; }
    .clients .client img {
      max-height: 100%; }
  footer {
    height: auto;
    text-align: center;
    padding: 60px 0 0 !important; }
    footer#basic {
      height: auto; }
    footer .social-icons ul {
      display: inline-table; }
      footer .social-icons ul li {
        display: inline; }
    footer #middle-footer,
    footer #right-footer,
    footer #copyright p {
      display: none; }
    footer .pull-left,
    footer .pull-right {
      float: none !important;
      width: 100%;
      text-align: center;
      margin: 0 0 5px; } }

@media screen and (max-width: 767px) {
  a.btn.btn-default.learn-more,
  button.btn.btn-default.learn-more {
    font-size: 20px !important;
    padding: 10px 30px !important; }
  img {
    max-width: 100%;
    height: auto; }
  .section {
    padding: 40px 0; }
  header .main-header {
    text-align: center; }
    header .main-header .navbar-brand {
      float: none !important;
      display: block; }
      header .main-header .navbar-brand > img {
        display: inline-block !important; }
  header ul#navbar-actions {
    right: 0 !important;
    display: none; }
    header ul#navbar-actions .input-group-addon,
    header ul#navbar-actions .input-group-btn {
      width: auto !important; }
  header .navbar.navbar-default.fixed #mega-menu-wrap-primary {
    left: 0 !important; }
  header .navbar.navbar-default.fixed #fixed-search .search-form-container,
  header .navbar.navbar-default.fixed #fixed-search a#open-fixed-search {
    display: none !important; }
  header .navbar.navbar-default #fixed-search {
    right: auto !important;
    left: 15px !important;
    top: 1px !important; }
  #home-carousel {
    height: 235px !important; }
    #home-carousel .carousel-inner {
      overflow: auto; }
      #home-carousel .carousel-inner .item {
        height: 235px !important;
        overflow: hidden; }
        #home-carousel .carousel-inner .item .carousel-caption {
          top: 0;
          max-width: 100%;
          right: 0;
          left: 0;
          font-family: "Conv_Gotham-Light";
          font-size: 28px !important;
          color: #002c5f;
          text-align: right;
          padding-bottom: 0;
          line-height: 1;
          letter-spacing: -3px; }
          #home-carousel .carousel-inner .item .carousel-caption .caption {
            max-width: 720px;
            float: right; }
      #home-carousel .carousel-inner .carousel-buttons.carousel-caption a.carousel-button {
        width: 120px !important;
        height: 120px !important;
        border-radius: 50% !important;
        float: none !important;
        font-family: "Conv_Gotham-Book";
        font-size: 19px;
        padding: 90px 10px 0;
        line-height: 1;
        margin: 0 15px; }
        #home-carousel .carousel-inner .carousel-buttons.carousel-caption a.carousel-button#three-sixty {
          background-size: 50% !important; }
  .carousel-buttons {
    position: relative !important;
    top: 0 !important; }
    .carousel-buttons .carousel-button-container.no-right-padding {
      padding-right: 15px !important; }
    .carousel-buttons a.carousel-button {
      display: block !important;
      margin: 8px auto !important;
      float: none !important; }
      .carousel-buttons a.carousel-button#three-sixty {
        position: relative;
        bottom: 19px; }
  #home-highlights .stat {
    display: block;
    margin-bottom: 40px; }
    #home-highlights .stat h1 {
      margin-bottom: 0; }
    #home-highlights .stat h3 {
      margin-top: 8px; }
  .breadcrumbs {
    display: none; }
  .page-content .product-tile .learn-more {
    margin-bottom: 30px; }
  .page-content #image-columns .tile a h2 {
    font-size: 24px;
    left: 10px !important;
    bottom: 10px !important;
    line-height: 1; }
  #why-terryberry .why-tb-container .panel h4.panel-title {
    font-size: 20px !important; }
    #why-terryberry .why-tb-container .panel h4.panel-title a {
      height: auto !important;
      min-height: 30px;
      background-size: 25px !important; }
  #cta-row .cta-block {
    margin-bottom: 30px;
    text-align: center !important; }
  #contact h2 {
    font-size: 22px; }
  #contact .no-left-padding {
    padding-left: 15px !important; }
  #contact .no-right-padding:not(.form-group) {
    padding-right: 15px !important; }
  #contact .no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  #roi-calculator #roi .col-md-4 {
    padding: 0 !important; }
  #internal-banner .internal-banner-caption .container h1.page-title {
    left: 0 !important;
    font-size: 36px; }
  #product-banner {
    height: auto;
    width: 100%;
    padding: 15px 0; }
    #product-banner .container {
      height: auto; }
      #product-banner .container h1.page-title {
        position: relative;
        bottom: 0;
        left: 0px;
        font-size: 36px; }
  .page-intro h1 {
    font-size: 40px !important;
    line-height: 1;
    margin-bottom: 10px !important; }
  .page-intro h2 {
    font-size: 30px !important;
    line-height: 1 !important; }
  .product-tile h2 {
    font-size: 26px; }
  #blog .post.featured-post .post-actions a,
  #blog .post.featured-post .post-actions span {
    display: block; }
  #blog .post.featured-post .post-actions span {
    position: relative !important;
    bottom: 0;
    top: 5px; } }

@media screen and (max-width: 480px) {
  .carousel-buttons a.carousel-button {
    display: block !important;
    float: none !important;
    margin: 8px auto !important; }
    .carousel-buttons a.carousel-button#three-sixty {
      position: relative;
      bottom: 0;
      background-size: 50%; }
  .contact-form .checkboxes .form-group label {
    display: table;
    width: 100%;
    line-height: 1; }
    .contact-form .checkboxes .form-group label a,
    .contact-form .checkboxes .form-group label span {
      display: table-cell; }
    .contact-form .checkboxes .form-group label a {
      width: 20%;
      bottom: 0px !important; }
    .contact-form .checkboxes .form-group label span.label-text {
      width: 70%;
      position: relative;
      bottom: 5px; } }

/**
 * Global Terryberry SCSS Styles
 */
html,
body {
  -webkit-font-smoothing: antialiased; }

.no-left-padding {
  padding-left: 0; }

.no-right-padding {
  padding-right: 0; }

.no-padding {
  padding: 0; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Verdana, "Conv_Gotham-Light", Helvetica, sans-serif !important;
  font-size: 18px;
  color: #484848;
  vertical-align: bottom; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Verdana, "Conv_Gotham-Light", Helvetica, sans-serif !important;
  font-size: 18px !important;
  color: #484848 !important;
  vertical-align: bottom !important; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Verdana, "Conv_Gotham-Light", Helvetica, sans-serif !important;
  font-size: 18px !important;
  color: #484848 !important;
  vertical-align: bottom !important; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: Verdana, "Conv_Gotham-Light", Helvetica, sans-serif !important;
  font-size: 18px !important;
  color: #484848 !important;
  vertical-align: bottom !important; }

input:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: 0 !important; }

a {
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }

b, strong {
  font-family: "Conv_Gotham-Medium";
  font-weight: 500; }

input.btn.btn-default,
button.btn.btn-default,
a.btn.btn-default {
  color: #FFF;
  background-color: #d97a23;
  border-color: #FFF;
  width: 100%;
  font-size: 24px;
  font-family: "Conv_Gotham-Book";
  padding: 12px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
  input.btn.btn-default:focus, input.btn.btn-default.focus,
  button.btn.btn-default:focus,
  button.btn.btn-default.focus,
  a.btn.btn-default:focus,
  a.btn.btn-default.focus {
    color: #FFF;
    background-color: #ad611c;
    border-color: #bfbfbf; }
  input.btn.btn-default:hover,
  button.btn.btn-default:hover,
  a.btn.btn-default:hover {
    color: #FFF;
    background-color: #ad611c;
    border-color: #e0e0e0; }
  input.btn.btn-default:active, input.btn.btn-default.active,
  .open > input.btn.btn-default.dropdown-toggle,
  button.btn.btn-default:active,
  button.btn.btn-default.active,
  .open >
  button.btn.btn-default.dropdown-toggle,
  a.btn.btn-default:active,
  a.btn.btn-default.active,
  .open >
  a.btn.btn-default.dropdown-toggle {
    color: #FFF;
    background-color: #ad611c;
    border-color: #e0e0e0; }
    input.btn.btn-default:active:hover, input.btn.btn-default:active:focus, input.btn.btn-default:active.focus, input.btn.btn-default.active:hover, input.btn.btn-default.active:focus, input.btn.btn-default.active.focus,
    .open > input.btn.btn-default.dropdown-toggle:hover,
    .open > input.btn.btn-default.dropdown-toggle:focus,
    .open > input.btn.btn-default.dropdown-toggle.focus,
    button.btn.btn-default:active:hover,
    button.btn.btn-default:active:focus,
    button.btn.btn-default:active.focus,
    button.btn.btn-default.active:hover,
    button.btn.btn-default.active:focus,
    button.btn.btn-default.active.focus,
    .open >
    button.btn.btn-default.dropdown-toggle:hover,
    .open >
    button.btn.btn-default.dropdown-toggle:focus,
    .open >
    button.btn.btn-default.dropdown-toggle.focus,
    a.btn.btn-default:active:hover,
    a.btn.btn-default:active:focus,
    a.btn.btn-default:active.focus,
    a.btn.btn-default.active:hover,
    a.btn.btn-default.active:focus,
    a.btn.btn-default.active.focus,
    .open >
    a.btn.btn-default.dropdown-toggle:hover,
    .open >
    a.btn.btn-default.dropdown-toggle:focus,
    .open >
    a.btn.btn-default.dropdown-toggle.focus {
      color: #FFF;
      background-color: #8e5017;
      border-color: #bfbfbf; }
  input.btn.btn-default:active, input.btn.btn-default.active,
  .open > input.btn.btn-default.dropdown-toggle,
  button.btn.btn-default:active,
  button.btn.btn-default.active,
  .open >
  button.btn.btn-default.dropdown-toggle,
  a.btn.btn-default:active,
  a.btn.btn-default.active,
  .open >
  a.btn.btn-default.dropdown-toggle {
    background-image: none; }
  input.btn.btn-default.disabled:hover, input.btn.btn-default.disabled:focus, input.btn.btn-default.disabled.focus, input.btn.btn-default[disabled]:hover, input.btn.btn-default[disabled]:focus, input.btn.btn-default[disabled].focus,
  fieldset[disabled] input.btn.btn-default:hover,
  fieldset[disabled] input.btn.btn-default:focus,
  fieldset[disabled] input.btn.btn-default.focus,
  button.btn.btn-default.disabled:hover,
  button.btn.btn-default.disabled:focus,
  button.btn.btn-default.disabled.focus,
  button.btn.btn-default[disabled]:hover,
  button.btn.btn-default[disabled]:focus,
  button.btn.btn-default[disabled].focus,
  fieldset[disabled]
  button.btn.btn-default:hover,
  fieldset[disabled]
  button.btn.btn-default:focus,
  fieldset[disabled]
  button.btn.btn-default.focus,
  a.btn.btn-default.disabled:hover,
  a.btn.btn-default.disabled:focus,
  a.btn.btn-default.disabled.focus,
  a.btn.btn-default[disabled]:hover,
  a.btn.btn-default[disabled]:focus,
  a.btn.btn-default[disabled].focus,
  fieldset[disabled]
  a.btn.btn-default:hover,
  fieldset[disabled]
  a.btn.btn-default:focus,
  fieldset[disabled]
  a.btn.btn-default.focus {
    background-color: #d97a23;
    border-color: #FFF; }
  input.btn.btn-default .badge,
  button.btn.btn-default .badge,
  a.btn.btn-default .badge {
    color: #d97a23;
    background-color: #FFF; }
  input.btn.btn-default:hover,
  button.btn.btn-default:hover,
  a.btn.btn-default:hover {
    background: #E87532; }

button.btn.btn-default,
a.btn.btn-default {
  width: auto;
  padding: 10px 40px; }

.breadcrumbs {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf; }
  .breadcrumbs span {
    font-family: "Conv_Gotham-Bold";
    margin: 0 2px; }
    .breadcrumbs span a:hover {
      text-decoration: none; }
    .breadcrumbs span a span {
      font-family: "Conv_Gotham-Light";
      color: #3573b9; }

#content.fixed {
  position: relative;
  top: 62px; }

.page-intro {
  color: #002c5f;
  margin: 36px 0; }
  .page-intro h2 {
    margin: 0;
    line-height: 40px;
    letter-spacing: -1px;
    font-size: 36px; }
  .page-intro p {
    color: #484848;
    margin: 40px 0 0; }
  .page-intro h1 {
    font-family: "Conv_Gotham-Bold";
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 0; }

.section {
  padding: 60px 0; }
  .section h2.section-title {
    font-size: 36px;
    text-align: center;
    display: block;
    margin: 0;
    line-height: 1;
    color: #002c5f; }
    .section h2.section-title a {
      color: #002c5f; }
      .section h2.section-title a:hover {
        text-decoration: none; }
  .section .section-intro {
    margin: 30px 0 60px; }

h2.section-title {
  font-size: 36px;
  text-align: center;
  display: block;
  margin: 0;
  line-height: 1;
  color: #002c5f; }

#cta-row {
  overflow: auto; }
  #cta-row h2.section-title {
    margin-bottom: 65px; }
  #cta-row .cta-column .icon {
    height: 110px;
    margin-bottom: 20px; }
    #cta-row .cta-column .icon img {
      max-height: 100%;
      width: auto; }
  #cta-row .cta-column a {
    color: #484848;
    text-decoration: none; }
    #cta-row .cta-column a:focus, #cta-row .cta-column a:hover, #cta-row .cta-column a:active {
      text-decoration: none;
      outline: none; }
    #cta-row .cta-column a h4 {
      font-family: "Conv_Gotham-Light";
      font-size: 18px; }

#brochure-download.modal .modal-dialog,
#subscribe-modal.modal .modal-dialog,
#event-registration.modal .modal-dialog {
  width: 800px;
  max-width: 100%;
  margin-top: 100px; }
  #brochure-download.modal .modal-dialog .modal-content,
  #subscribe-modal.modal .modal-dialog .modal-content,
  #event-registration.modal .modal-dialog .modal-content {
    background: #c1cd25;
    color: #484848;
    min-height: 300px;
    overflow: auto;
    padding-bottom: 30px; }
    #brochure-download.modal .modal-dialog .modal-content .modal-header,
    #subscribe-modal.modal .modal-dialog .modal-content .modal-header,
    #event-registration.modal .modal-dialog .modal-content .modal-header {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 9999;
      border-bottom: 0; }
      #brochure-download.modal .modal-dialog .modal-content .modal-header .close,
      #subscribe-modal.modal .modal-dialog .modal-content .modal-header .close,
      #event-registration.modal .modal-dialog .modal-content .modal-header .close {
        margin-top: 0 !important; }
    #brochure-download.modal .modal-dialog .modal-content .modal-body .modal-header,
    #subscribe-modal.modal .modal-dialog .modal-content .modal-body .modal-header,
    #event-registration.modal .modal-dialog .modal-content .modal-body .modal-header {
      position: relative;
      top: 0;
      right: 0;
      border-bottom: 1px solid #e5e5e5; }
      #brochure-download.modal .modal-dialog .modal-content .modal-body .modal-header.section,
      #subscribe-modal.modal .modal-dialog .modal-content .modal-body .modal-header.section,
      #event-registration.modal .modal-dialog .modal-content .modal-body .modal-header.section {
        padding: 0 0 15px 0 !important; }
        #brochure-download.modal .modal-dialog .modal-content .modal-body .modal-header.section .section-intro,
        #subscribe-modal.modal .modal-dialog .modal-content .modal-body .modal-header.section .section-intro,
        #event-registration.modal .modal-dialog .modal-content .modal-body .modal-header.section .section-intro {
          margin-bottom: 30px; }
      #brochure-download.modal .modal-dialog .modal-content .modal-body .modal-header h2,
      #subscribe-modal.modal .modal-dialog .modal-content .modal-body .modal-header h2,
      #event-registration.modal .modal-dialog .modal-content .modal-body .modal-header h2 {
        color: #002c5f !important; }
    #brochure-download.modal .modal-dialog .modal-content .modal-body span.radio,
    #subscribe-modal.modal .modal-dialog .modal-content .modal-body span.radio,
    #event-registration.modal .modal-dialog .modal-content .modal-body span.radio {
      border-bottom: 1px solid #F8F8F8;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07);
      padding-bottom: 10px; }
      #brochure-download.modal .modal-dialog .modal-content .modal-body span.radio .form-control,
      #subscribe-modal.modal .modal-dialog .modal-content .modal-body span.radio .form-control,
      #event-registration.modal .modal-dialog .modal-content .modal-body span.radio .form-control {
        box-shadow: none;
        -webkit-box-shadow: none; }
      #brochure-download.modal .modal-dialog .modal-content .modal-body span.radio input[type='radio'],
      #subscribe-modal.modal .modal-dialog .modal-content .modal-body span.radio input[type='radio'],
      #event-registration.modal .modal-dialog .modal-content .modal-body span.radio input[type='radio'] {
        width: 17px; }

.social-icons {
  margin-top: 30px; }
  .social-icons ul#social {
    margin: 0;
    padding: 0;
    float: right; }
    .social-icons ul#social li {
      list-style-type: none;
      float: left;
      margin: 0 6px; }
      .social-icons ul#social li:first-child {
        margin-left: 0; }
      .social-icons ul#social li:last-child {
        margin-right: 0; }
      .social-icons ul#social li a {
        color: #84888b;
        -webkit-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
        .social-icons ul#social li a:hover {
          text-decoration: none;
          color: #002c5f; }

#brochure-modal .modal-dialog {
  margin-top: 0 !important; }

#brochure-modal .modal-dialog,
#brochure-modal .modal-content,
#brochure-modal .modal-body {
  width: 940px;
  overflow: auto; }
  #brochure-modal .modal-dialog button.close,
  #brochure-modal .modal-content button.close,
  #brochure-modal .modal-body button.close {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px; }
    #brochure-modal .modal-dialog button.close > span,
    #brochure-modal .modal-content button.close > span,
    #brochure-modal .modal-body button.close > span {
      font-size: 27px;
      position: relative;
      top: 3px; }
  #brochure-modal .modal-dialog iframe,
  #brochure-modal .modal-content iframe,
  #brochure-modal .modal-body iframe {
    width: 100%; }

#brochure-modal .modal-body {
  background: #FFF; }

form#pardot-form .hidden {
  display: block !important; }

form#pardot-form #msg p.errors {
  color: #a94442;
  margin: 30px 0 0; }

form#pardot-form p.error {
  color: #a94442;
  margin: 10px 0; }

form#pardot-form .form-group.error input:not(.btn),
form#pardot-form .form-group.error select,
form#pardot-form .form-group.error textarea {
  border: 1px solid #a94442; }

ul#share {
  background: #d97a23;
  display: inline-block;
  margin: 0;
  padding: 10px 15px 5px 10px; }
  ul#share li {
    color: #FFF;
    margin: 0 3px;
    list-style-type: none;
    text-indent: 0;
    display: inline-block;
    padding-left: 0;
    margin: 0; }
    ul#share li:before {
      display: none; }
    ul#share li.title {
      text-transform: uppercase;
      font-size: 14px;
      margin-left: 0;
      margin-right: 8px; }
    ul#share li a {
      font-size: 22px;
      color: #FFF; }

header .container .row {
  position: relative; }

header form.search-form {
  margin-top: 5px; }
  header form.search-form input#search {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #CCC;
    box-shadow: none;
    padding: 15px 0 0; }
  header form.search-form button.btn {
    background: transparent;
    color: #CCC;
    font-size: 26px;
    padding-bottom: 0;
    padding-right: 0;
    border-bottom: 1px solid #CCC; }

header ul#navbar-actions {
  position: absolute;
  right: 15px;
  top: 0;
  margin: 0;
  padding: 0; }
  header ul#navbar-actions li {
    list-style-type: none;
    float: left; }
    header ul#navbar-actions li form.search-form button.btn {
      height: 60px;
      background-color: #002147 !important;
      color: #CCC;
      font-size: 26px;
      padding-top: 15px; }
    header ul#navbar-actions li form.search-form .form-control#search {
      background-color: #002147 !important;
      border: 0;
      height: 60px;
      padding-top: 20px;
      padding-left: 0;
      padding-right: 0;
      color: #FFF;
      max-width: 0;
      width: 228px;
      -webkit-transition: max-width 0.25s ease-in-out;
      -o-transition: max-width 0.25s ease-in-out;
      transition: max-width 0.25s ease-in-out; }
      header ul#navbar-actions li form.search-form .form-control#search:focus {
        box-shadow: none !important;
        outline: none !important; }
      header ul#navbar-actions li form.search-form .form-control#search.open {
        max-width: 228px;
        padding-left: 12px;
        padding-right: 12px; }
    header ul#navbar-actions li a#chat-init {
      background: #c1cd25;
      display: block;
      height: 60px;
      padding: 25px 15px 15px;
      color: #003366;
      font-family: "Conv_Gotham-Medium"; }
    header ul#navbar-actions li a#search-init i {
      color: #CCC;
      font-size: 26px;
      padding: 20px 15px 0px 8px;
      -webkit-transition: color 0.15s ease-in-out;
      -o-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      header ul#navbar-actions li a#search-init i:hover {
        color: #e6effa; }
    header ul#navbar-actions li a:hover {
      text-decoration: none; }

header .main-header {
  height: 108px;
  background: #FFF;
  padding-top: 20px; }
  header .main-header .navbar-brand {
    height: auto;
    padding: 0 15px 14px; }
  header .main-header #utility ul.nav.navbar-nav > li {
    margin: 0 8px; }
    header .main-header #utility ul.nav.navbar-nav > li:first-child {
      margin-left: 0; }
    header .main-header #utility ul.nav.navbar-nav > li:last-child {
      margin-right: 0; }
    header .main-header #utility ul.nav.navbar-nav > li.contact-us > a {
      color: #cc6633; }
    header .main-header #utility ul.nav.navbar-nav > li > a {
      padding: 0;
      font-size: 14px;
      color: #3573b9; }
      header .main-header #utility ul.nav.navbar-nav > li > a:hover {
        background: transparent; }

header .navbar.navbar-default #fixed-crown {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 20px;
  float: left;
  position: absolute; }

header .navbar.navbar-default #fixed-search {
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 7px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  header .navbar.navbar-default #fixed-search .search-form-container {
    float: left;
    overflow: auto; }
    header .navbar.navbar-default #fixed-search .search-form-container form {
      width: 0;
      opacity: 0;
      -webkit-transition: width 0.25s ease-in-out;
      -o-transition: width 0.25s ease-in-out;
      transition: width 0.25s ease-in-out; }
  header .navbar.navbar-default #fixed-search a#open-fixed-search {
    color: #FFF !important;
    position: relative;
    top: 16px;
    right: 22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
    header .navbar.navbar-default #fixed-search a#open-fixed-search i {
      font-size: 22px;
      color: #FFF; }
    header .navbar.navbar-default #fixed-search a#open-fixed-search.open {
      z-index: -1;
      opacity: 0 !important; }
  header .navbar.navbar-default #fixed-search a.fixed-contact {
    font-size: 16px;
    padding: 5px 7px 1px;
    position: relative;
    top: 13px;
    font-family: "Conv_Gotham-Medium";
    background: #1b4b92;
    border: 1px solid #5279a6;
    border-radius: 2px !important; }
  header .navbar.navbar-default #fixed-search form.search-form {
    margin-top: 0; }
    header .navbar.navbar-default #fixed-search form.search-form input#search {
      border-bottom-color: #FFF;
      color: #FFF;
      font-size: 16px; }
    header .navbar.navbar-default #fixed-search form.search-form input::-webkit-input-placeholder,
    header .navbar.navbar-default #fixed-search form.search-form textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "Conv_Gotham-Light";
      font-size: 16px;
      color: #FFF;
      vertical-align: bottom; }
    header .navbar.navbar-default #fixed-search form.search-form input::-moz-placeholder,
    header .navbar.navbar-default #fixed-search form.search-form textarea::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Conv_Gotham-Light" !important;
      font-size: 16px !important;
      color: #FFF !important;
      vertical-align: bottom !important; }
    header .navbar.navbar-default #fixed-search form.search-form input:-ms-input-placeholder,
    header .navbar.navbar-default #fixed-search form.search-form textarea:-ms-input-placeholder {
      /* IE 10+ */
      font-family: "Conv_Gotham-Light" !important;
      font-size: 16px !important;
      color: #FFF !important;
      vertical-align: bottom !important; }
    header .navbar.navbar-default #fixed-search form.search-form input:-moz-placeholder,
    header .navbar.navbar-default #fixed-search form.search-form textarea:-moz-placeholder {
      /* Firefox 18- */
      font-family: "Conv_Gotham-Light" !important;
      font-size: 16px !important;
      color: #FFF !important;
      vertical-align: bottom !important; }
    header .navbar.navbar-default #fixed-search form.search-form button.btn {
      color: #FFF;
      border-bottom-color: #FFF;
      font-size: 22px;
      top: 3px; }

header .navbar.navbar-default #mega-menu-wrap-primary {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

header .navbar.navbar-default.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  header .navbar.navbar-default.fixed a#open-fixed-search,
  header .navbar.navbar-default.fixed #fixed-crown,
  header .navbar.navbar-default.fixed #fixed-search {
    opacity: 1 !important;
    z-index: 9999; }
  header .navbar.navbar-default.fixed .search-form-container.open form {
    width: 218px !important;
    z-index: 999;
    opacity: 1 !important; }
  header .navbar.navbar-default.fixed #mega-menu-wrap-primary {
    position: relative;
    left: 30px; }

header .navbar.navbar-default .navbar-nav > li > a {
  font-family: "Conv_Gotham-Medium";
  padding: 30px 20px 10px;
  line-height: 1;
  border-bottom: 3px solid transparent; }

header .navbar.navbar-default .navbar-nav > li.active a {
  background: transparent;
  border-bottom: 3px solid #d97a23; }

header .navbar.navbar-default .navbar-nav > li .dropdown-menu.mega-menu {
  right: 0; }

header .navbar.navbar-default a.btn.btn-chat {
  background: #FFF;
  border-radius: 8px !important;
  border: 3px solid #a7b824;
  color: #a7b824;
  height: 35px;
  font-size: 14px;
  font-family: "Conv_Gotham-Medium";
  line-height: 1.45; }

#mega-menu-wrap-primary #mega-menu-primary a:hover {
  color: #d97a23; }

#mega-menu-wrap-primary #mega-menu-primary a.learn-more {
  background: #d97a23;
  color: #FFF;
  border: 1px solid #FFF;
  font-size: 24px;
  font-family: "Conv_Gotham-Book";
  padding: 5px 20px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-align: center;
  margin-top: 60px;
  float: left; }
  #mega-menu-wrap-primary #mega-menu-primary a.learn-more:hover {
    background: #E87532; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.widget_text .textwidget {
  color: #333;
  line-height: 18px;
  font-size: 15px; }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.widget_text .textwidget h2 {
    color: #333;
    line-height: normal; }

#mega-menu-wrap-primary #mega-menu-primary ul li.menu-item a {
  border-bottom: 1px solid #CCC !important;
  padding: 8px 0 !important;
  line-height: 1.1 !important; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  border-bottom: 1px solid #CCC !important;
  padding: 8px 0 !important;
  line-height: 1.1 !important; }

#contact {
  min-height: 700px;
  background: #c1cd25; }

input#email2 {
  position: absolute;
  left: -9999em;
  visibility: hidden; }

.contact-form span:not(.label-text) {
  display: block;
  margin: 0 0 5px; }
  .contact-form span:not(.label-text).error {
    color: #a94442; }
  .contact-form span:not(.label-text).success {
    color: #002c5f; }

.contact-form .checkboxes .form-group {
  margin-bottom: 0; }

.contact-form .checkboxes input[type="checkbox"] {
  display: none; }
  .contact-form .checkboxes input[type="checkbox"]:checked + span:before {
    font: 22px FontAwesome;
    content: '\f00c';
    position: absolute;
    top: -4px;
    left: 0; }

.contact-form .checkboxes label {
  font-size: 18px;
  color: #484848;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e6eba7;
  cursor: pointer; }
  .contact-form .checkboxes label[for="all"] {
    font-size: 24px; }
  .contact-form .checkboxes label a:focus, .contact-form .checkboxes label a:hover, .contact-form .checkboxes label a:active {
    text-decoration: none; }
  .contact-form .checkboxes label img {
    margin-right: 8px;
    position: relative;
    bottom: 3px; }
  .contact-form .checkboxes label span {
    vertical-align: sub; }
    .contact-form .checkboxes label span:not(.label-text) {
      display: inline-block;
      width: 19px;
      height: 19px;
      margin-right: 15px;
      float: left;
      background: #FFF;
      border: 1px solid #333;
      cursor: pointer;
      vertical-align: middle;
      position: relative;
      top: 5px; }

.contact-form textarea {
  min-height: 155px; }

#contact-form-modal .modal-dialog,
#contact-form-modal .modal-content {
  overflow: auto; }

#contact-form-modal .modal-dialog {
  width: 767px; }
  #contact-form-modal .modal-dialog .modal-content {
    background: #c1cd25; }
    #contact-form-modal .modal-dialog .modal-content #contact {
      min-height: 0; }

form#contact-form.blue {
  background: #005091;
  border: 1px solid #779db4;
  padding: 15px 12px 10px 12px;
  overflow: auto; }
  form#contact-form.blue .form-header {
    color: #FFF; }
    form#contact-form.blue .form-header h5 {
      font-size: 18px;
      font-family: "Conv_Gotham-Medium";
      margin: 0 0 15px; }
      form#contact-form.blue .form-header h5 small {
        font-size: 11px;
        color: #FFF !important; }
  form#contact-form.blue .row .col-md-6,
  form#contact-form.blue .row .col-md-12 {
    padding-left: 3px !important;
    padding-right: 3px !important; }
  form#contact-form.blue .form-group {
    margin: 0 0 7px; }
  form#contact-form.blue input[type='text'],
  form#contact-form.blue input[type='email'],
  form#contact-form.blue input[type='tel'] {
    height: 30px;
    background: #ccdce9;
    font-size: 13px; }
  form#contact-form.blue textarea {
    background: #ccdce9;
    font-size: 13px; }
  form#contact-form.blue input[type='submit'].btn.btn-default {
    height: 30px;
    font-size: 14px;
    padding-top: 6px; }
  form#contact-form.blue input::-webkit-input-placeholder,
  form#contact-form.blue textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Conv_Gotham-Light";
    font-size: 13px;
    color: #484848;
    vertical-align: bottom; }
  form#contact-form.blue input::-moz-placeholder,
  form#contact-form.blue textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Conv_Gotham-Light" !important;
    font-size: 13px !important;
    color: #484848 !important;
    vertical-align: bottom !important; }
  form#contact-form.blue input:-ms-input-placeholder,
  form#contact-form.blue textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Conv_Gotham-Light" !important;
    font-size: 13px !important;
    color: #484848 !important;
    vertical-align: bottom !important; }
  form#contact-form.blue input:-moz-placeholder,
  form#contact-form.blue textarea:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Conv_Gotham-Light" !important;
    font-size: 13px !important;
    color: #484848 !important;
    vertical-align: bottom !important; }

#contact-us #contact {
  background: #FFF; }
  #contact-us #contact input[type="text"],
  #contact-us #contact input[type="email"],
  #contact-us #contact input[type="tel"],
  #contact-us #contact textarea {
    background: #c9dcf2; }

#contact-us #contact-info h4 {
  margin-bottom: 0;
  font-family: "Conv_Gotham-Medium"; }

#contact-us #contact-info p {
  color: #484848;
  margin-bottom: 30px; }
  #contact-us #contact-info p a {
    color: #484848; }

#internal-banner {
  height: 335px;
  position: relative; }
  #internal-banner .internal-banner-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    #internal-banner .internal-banner-caption .container {
      position: relative; }
      #internal-banner .internal-banner-caption .container h2.page-title {
        margin: 0;
        color: #FFF;
        position: absolute;
        bottom: 30px;
        left: 15px;
        letter-spacing: -3px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
        font-family: "Conv_Gotham-Medium"; }

.internal-banner-caption h1 {
  color: white !important; }

.page-content {
  letter-spacing: -.5px;
  margin-top: 0; }
  .page-content h2 {
    font-size: 30px; }
  .page-content h3 {
    margin: 35px 0;
    font-family: "Conv_Gotham-Bold";
    font-size: 24px;
    color: #484848; }
    .page-content h3:first-child {
      margin-top: 0; }
  .page-content p {
    color: #484848;
    margin: 0 0 25px;
    line-height: 28px; }
    .page-content p a {
      color: #d97a23; }
  .page-content ul {
    list-style-type: none;
    padding: 0 0 0 7px;
    margin: 0 0 20px; }
    .page-content ul li {
      padding-left: 15px;
      text-indent: -1.3em;
      margin: 10px 0; }
      .page-content ul li:first-child {
        margin-top: 0; }
      .page-content ul li:last-child {
        margin-bottom: 0; }
      .page-content ul li:before {
        content: "• ";
        color: #88b231;
        font-size: 30px;
        position: relative;
        top: 3px; }
  .page-content ol {
    padding: 0 0 0 15px;
    margin: 0; }
  .page-content .section {
    padding: 30px 0; }
  .page-content #content-rows .product-tile {
    padding: 15px 0 35px; }
  .page-content .product-tile {
    background: #FFF;
    padding: 45px 0 35px; }
    .page-content .product-tile p {
      margin-bottom: 25px !important;
      line-height: 25px; }
    .page-content .product-tile.white, .page-content .product-tile.white-line {
      background: #FFF;
      color: #484848; }
      .page-content .product-tile.white p, .page-content .product-tile.white-line p {
        color: #484848 !important; }
      .page-content .product-tile.white hr, .page-content .product-tile.white-line hr {
        border-top: 1px solid #cfcfcf; }
    .page-content .product-tile.blue {
      background: #00467f;
      color: #FFF; }
      .page-content .product-tile.blue p {
        color: #FFF; }
      .page-content .product-tile.blue a:not(.btn) {
        color: #ffc894 !important; }
    .page-content .product-tile.light-blue {
      background: #3573b9;
      color: #FFF !important; }
      .page-content .product-tile.light-blue p {
        color: #FFF !important; }
      .page-content .product-tile.light-blue a:not(.btn) {
        color: #ffc894 !important; }
    .page-content .product-tile.teal {
      background: #587b7c;
      color: #FFF !important; }
      .page-content .product-tile.teal p {
        color: #FFF !important; }
      .page-content .product-tile.teal a:not(.btn) {
        color: #ffc894 !important; }
    .page-content .product-tile.gray {
      background: #6d6e71;
      color: #FFF !important; }
      .page-content .product-tile.gray p {
        color: #FFF !important; }
      .page-content .product-tile.gray a:not(.btn) {
        color: #ffc894 !important; }
    .page-content .product-tile h3 {
      color: inherit;
      margin: 0 0 40px; }
    .page-content .product-tile ul {
      margin: 0 0 20px; }
    .page-content .product-tile .learn-more {
      margin-top: 20px; }
    .page-content .product-tile .modal.product-row-modal .modal-dialog {
      width: 1170px;
      max-width: 100%;
      height: 100%;
      color: #484848;
      margin: 0 auto; }
      .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content {
        min-height: 100%;
        padding: 80px 0;
        position: static;
        overflow-y: auto; }
        .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .container {
          width: auto; }
        .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-header {
          padding-bottom: 30px;
          margin-bottom: 50px; }
          .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-header h3.modal-title {
            text-align: center;
            margin: 0; }
          .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-header .close {
            position: fixed;
            right: -25px;
            top: 50px;
            padding: 3px;
            background: #d97a23;
            color: #FFF;
            z-index: 9999;
            font-size: 44px;
            opacity: 1 !important;
            border-radius: 50px;
            border: 2px solid #FFF;
            width: 50px;
            height: 50px; }
        .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-body {
          padding: 0 30px; }
          .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-body ul:not(.share) {
            margin-bottom: 30px; }
          .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-body ul.share li {
            margin: 0 13px; }
          .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-body .product-tile {
            overflow: hidden;
            padding-left: 20px;
            padding-right: 20px; }
            .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-body .product-tile.white, .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-body .product-tile.white-line, .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-body .product-tile.body-content {
              color: #484848 !important; }
              .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-body .product-tile.white p, .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-body .product-tile.white-line p, .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-body .product-tile.body-content p {
                color: #484848 !important; }
            .page-content .product-tile .modal.product-row-modal .modal-dialog .modal-content .modal-body .product-tile.body-content {
              padding-left: 0;
              padding-right: 0; }
  .page-content #image-columns {
    margin: 15px 0 30px; }
    .page-content #image-columns .tile {
      margin: 15px 0; }
      .page-content #image-columns .tile a {
        display: block;
        position: relative;
        overflow: hidden; }
        .page-content #image-columns .tile a h2 {
          position: absolute;
          left: 20px;
          bottom: 12px;
          margin: 0;
          color: #FFF;
          font-family: "Conv_Gotham-Medium";
          text-transform: uppercase;
          text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }

#page-share {
  margin-bottom: 50px; }
  #page-share h2 {
    font-size: 32px;
    color: #002c5f;
    border-top: 1px solid #b9babd;
    padding-top: 15px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }
  #page-share ul.share {
    margin: 0;
    padding: 0; }
    #page-share ul.share li {
      list-style-type: none;
      display: inline-block;
      margin: 0 7px; }
      #page-share ul.share li:before {
        content: ''; }
      #page-share ul.share li a {
        font-size: 34px;
        line-height: 1;
        color: #ee8a1d; }

.modal #page-share h2 {
  border-top: 0; }

body.page-template-template-form-page #content-rows .product-tile {
  padding: 15px 0 0 !important; }

body.page-template-template-form-page h2 {
  margin-top: 0 !important; }

.clients {
  margin: 30px 0; }
  .clients .client {
    text-align: center;
    height: 180px;
    display: flex;
    align-items: center; }
    .clients .client img {
      max-width: 100%;
      width: 100%;
      height: auto;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 3.5+ */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+ & Safari 6+ */ }
    .clients .client a {
      text-decoration: none; }
      .clients .client a:hover img {
        filter: none;
        -webkit-filter: grayscale(0%); }

#second-level #internal-banner {
  margin-top: 50px; }
  #second-level #internal-banner .internal-banner-caption .container h1.page-title {
    bottom: 15px; }

#second-level #product-tiles {
  margin-top: 30px; }
  #second-level #product-tiles #product-tile {
    max-height: 280px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px; }
    #second-level #product-tiles #product-tile h3 {
      position: absolute;
      left: 20px;
      bottom: 12px;
      margin: 0;
      color: #FFF;
      font-family: "Conv_Gotham-Medium";
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }

#product.page-content #roi-calculator {
  min-height: 0 !important;
  margin-bottom: 90px; }
  #product.page-content #roi-calculator #results p {
    color: #FFF !important; }
  #product.page-content #roi-calculator #results ul {
    margin-top: 0 !important; }
    #product.page-content #roi-calculator #results ul li {
      margin: 0 !important;
      line-height: 1 !important; }

#second-level.demo-request #contact {
  background: #FFF;
  min-height: 0 !important; }
  #second-level.demo-request #contact input[type="text"],
  #second-level.demo-request #contact input[type="email"],
  #second-level.demo-request #contact input[type="tel"],
  #second-level.demo-request #contact textarea {
    background: #c9dcf2; }
  #second-level.demo-request #contact .section-title,
  #second-level.demo-request #contact .section-intro {
    display: none !important; }

#second-level.demo-request #contact-info h4 {
  margin-bottom: 0;
  font-family: "Conv_Gotham-Medium"; }

#second-level.demo-request #contact-info p {
  color: #484848;
  margin-bottom: 30px; }
  #second-level.demo-request #contact-info p a {
    color: #484848; }

#second-level.demo-request.request-information #contact form#contact-form > .col-md-4.no-left-padding {
  display: none !important; }

#product-banner {
  height: 128px;
  background: #3573b9; }
  #product-banner .container {
    position: relative;
    height: 128px; }
  #product-banner h1.page-title {
    margin: 0;
    color: #FFF;
    position: absolute;
    bottom: 15px;
    left: 30px;
    font-size: 48px;
    font-family: "Conv_Gotham-Medium";
    letter-spacing: -3px;
    line-height: 1; }

#product.page-content ul {
  margin: 20px 0; }

#product.page-content .product-rows {
  margin: 40px 0 0; }

#product ul#share {
  margin: 0 auto 30px;
  padding: 10px 15px 3px; }
  #product ul#share li:not(.title) {
    margin: 0 3px; }

body.no-nav #product-banner {
  margin-bottom: 0px; }

body.no-nav h2 {
  margin-top: 50px; }

body.no-nav #contact {
  background: #80a3b7;
  min-height: 0;
  overflow: auto;
  margin-top: 0px; }
  body.no-nav #contact h2 {
    color: #FFF;
    margin: 0 0 40px; }
  body.no-nav #contact #msg {
    text-align: center;
    margin: 0 0 15px; }
  body.no-nav #contact input[type="text"],
  body.no-nav #contact input[type="email"],
  body.no-nav #contact input[type="password"],
  body.no-nav #contact input[type='number'],
  body.no-nav #contact input[type="tel"],
  body.no-nav #contact select,
  body.no-nav #contact textarea {
    background: #dfe8ed;
    border-color: #939ca1; }
  body.no-nav #contact select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #dfe8ed url("../img/tb-arrow.png") no-repeat 95% center;
    border-radius: 0;
    padding: 10px; }
  body.no-nav #contact #tradeshow-questions {
    margin-top: 10px;
    color: #FFF;
    font-size: 18px; }
    body.no-nav #contact #tradeshow-questions .form-group {
      border-top: 1px solid #d2dfe6;
      padding: 25px 0;
      margin-bottom: 0; }
      body.no-nav #contact #tradeshow-questions .form-group label {
        font-weight: normal; }
        body.no-nav #contact #tradeshow-questions .form-group label#number {
          margin-bottom: 0; }
        body.no-nav #contact #tradeshow-questions .form-group label.question {
          font-family: "Conv_Gotham-Bold";
          margin-bottom: 7px; }
        body.no-nav #contact #tradeshow-questions .form-group label.answer {
          display: block;
          margin: 7px 0; }
          body.no-nav #contact #tradeshow-questions .form-group label.answer input {
            margin-right: 15px;
            position: relative;
            bottom: 2px; }

footer#basic {
  height: 130px;
  padding: 15px 0; }
  footer#basic #copyright {
    border-top: 0;
    padding: 0;
    margin: 0; }

@media screen and (max-width: 991px) {
  body.no-nav .main-header {
    text-align: center; }
    body.no-nav .main-header .navbar-brand {
      float: none;
      display: block; }
      body.no-nav .main-header .navbar-brand > img {
        display: inline-block; }
  body.no-nav #product-banner {
    margin-bottom: 15px;
    height: 65px; }
    body.no-nav #product-banner h1.page-title {
      display: none; }
  body.no-nav .product-tile h2 {
    display: none; }
  body.no-nav #contact {
    margin-top: 15px; }
    body.no-nav #contact h2 {
      margin-bottom: 20px; } }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/ }

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker > div {
  display: none; }

.datepicker table {
  width: 100%;
  margin: 0; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker td.day.disabled {
  color: #eeeeee; }

.datepicker td.old,
.datepicker td.new {
  color: #999999; }

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9; }

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker td span:hover {
  background: #eeeeee; }

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9; }

.datepicker td span.old {
  color: #999999; }

.datepicker th.switch {
  width: 145px; }

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px; }

.datepicker thead tr:first-child th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover {
  background: #eeeeee; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.page-intro.cert-maker {
  margin-top: 80px; }
  .page-intro.cert-maker #intro-txt h3 {
    color: #3573b9 !important; }
  .page-intro.cert-maker #intro-txt.landing h2 {
    letter-spacing: -2px; }

#product.cert-maker .product-tile {
  padding-top: 30px; }

#product.cert-maker #contact {
  margin-bottom: 80px;
  padding: 30px !important;
  min-height: 0 !important;
  overflow: auto !important;
  /*
			input[type="date"] {
				&:before {
					color: #999;
					content: attr(placeholder);
				}
			}

			input::-webkit-datetime-edit{ color: transparent; }
			*/ }
  #product.cert-maker #contact form span:not(.label-text) {
    display: block;
    margin: 15px 0 5px; }
    #product.cert-maker #contact form span:not(.label-text).error {
      color: #a94442; }
    #product.cert-maker #contact form span:not(.label-text).success {
      color: #002c5f; }
  #product.cert-maker #contact form .cert-templates {
    margin-bottom: 30px; }
    #product.cert-maker #contact form .cert-templates ul {
      display: -webkit-box;
      display: -moz-box;
      display: box; }
      #product.cert-maker #contact form .cert-templates ul li {
        list-style-type: none;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        margin: 0; }
        #product.cert-maker #contact form .cert-templates ul li:before {
          content: ''; }
        #product.cert-maker #contact form .cert-templates ul li .template-img {
          margin-bottom: 8px; }
        #product.cert-maker #contact form .cert-templates ul li label {
          font-family: "Conv_Gotham-Light"; }
        #product.cert-maker #contact form .cert-templates ul li input[type='radio'] {
          position: relative;
          bottom: 2px; }

body.no-nav.page-template-template-brochure-sidebar header .main-header .container {
  border-bottom: 1px solid #cfcfcf; }

#primary.brochure-page .brochure-photo {
  margin: 50px 0 0px; }

#primary.brochure-page .product-tile .col-md-12 {
  padding-left: 0 !important; }

#primary.brochure-page .product-tile.white ul {
  margin-bottom: 50px; }
  #primary.brochure-page .product-tile.white ul li:before {
    color: #88b231; }

#primary.brochure-page .product-tile img {
  max-width: 100%;
  height: auto; }

#primary.brochure-page .form,
#primary.brochure-page .sidebar-form {
  overflow: auto;
  background: #c1cd25;
  margin-top: 30px;
  padding-bottom: 30px; }
  #primary.brochure-page .form h2,
  #primary.brochure-page .sidebar-form h2 {
    margin-top: 20px;
    font-size: 30px !important; }
  #primary.brochure-page .form h3,
  #primary.brochure-page .sidebar-form h3 {
    position: relative;
    margin: 0; }
  #primary.brochure-page .form p,
  #primary.brochure-page .sidebar-form p {
    margin: 0; }
  #primary.brochure-page .form #msg,
  #primary.brochure-page .sidebar-form #msg {
    margin: 25px 0; }

#search-results ul.search-results {
  margin: 0;
  padding: 0; }
  #search-results ul.search-results li {
    list-style-type: none;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC; }
    #search-results ul.search-results li a {
      font-size: 21px;
      font-family: "Conv_Gotham-Medium";
      color: #002c5f;
      display: block;
      margin: 0 0 25px; }
    #search-results ul.search-results li p {
      margin-bottom: 0px; }

#blog .page-intro h1 a {
  color: inherit; }

#blog .post {
  border-bottom: 1px solid #cfcfcf;
  padding: 30px 0; }
  #blog .post.featured-post {
    border-bottom: 1px solid #cfcfcf;
    padding-top: 0; }
    #blog .post.featured-post .featured-image img {
      max-width: 100%;
      height: auto; }
    #blog .post.featured-post .post-actions {
      position: relative; }
      #blog .post.featured-post .post-actions span.byline {
        position: absolute;
        right: 0;
        bottom: 15px; }
  #blog .post:last-child {
    border-bottom: 0; }
  #blog .post a.read-more {
    font-size: 20px; }
  #blog .post .media .media-left {
    padding-right: 30px; }
  #blog .post .post-header span.byline {
    margin-bottom: 15px;
    display: block; }
  #blog .post .post-header h4.post-title {
    margin: 0; }
    #blog .post .post-header h4.post-title a {
      color: #002c5f; }
  #blog .post .post-thumbnail img {
    max-width: 100%;
    height: auto; }
  #blog .post span.byline {
    display: inline-block;
    font-size: 14px;
    font-family: "Conv_Gotham-Bold";
    color: #999; }

#blog #sidebar {
  margin-top: 36px; }
  #blog #sidebar h3.sidebar-title {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: "Conv_Gotham-Medium";
    color: #484848; }
  #blog #sidebar #subscribe {
    margin-bottom: 60px; }
    #blog #sidebar #subscribe label,
    #blog #sidebar #subscribe br {
      display: none; }
    #blog #sidebar #subscribe p {
      margin: 0 !important; }
    #blog #sidebar #subscribe input[type='submit'] {
      height: 45px;
      font-size: 20px;
      width: auto;
      padding: 5px 20px; }
    #blog #sidebar #subscribe input.form-control {
      background: #c9dcf2;
      margin-bottom: 15px; }
  #blog #sidebar #categories ul {
    margin: 0;
    padding: 0; }
    #blog #sidebar #categories ul li {
      list-style-type: none;
      text-indent: 0;
      padding-left: 0;
      margin: 0; }
      #blog #sidebar #categories ul li:before {
        content: '';
        font-size: 0;
        top: 0; }
      #blog #sidebar #categories ul li a {
        font-family: "Conv_Gotham-Book";
        font-size: 14px;
        color: #484848; }
  #blog #sidebar #archive select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #FFF url("../img/tb-arrow.png") no-repeat 95% 57%;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 14px;
    padding-bottom: 0; }
  #blog #sidebar #dynamic {
    margin-top: 40px; }
    #blog #sidebar #dynamic ul {
      margin: 0;
      padding: 0; }
      #blog #sidebar #dynamic ul li {
        list-style-type: none;
        text-indent: 0;
        padding-left: 0;
        margin: 0; }
        #blog #sidebar #dynamic ul li:before {
          display: none; }
        #blog #sidebar #dynamic ul li a {
          font-family: "Conv_Gotham-Book";
          font-size: 14px;
          color: #484848; }

#blog .post-nav {
  margin: 30px 0; }
  #blog .post-nav ul.pager {
    margin: 0;
    padding: 0; }
    #blog .post-nav ul.pager li {
      list-style-type: none;
      text-indent: 0;
      padding-left: 0;
      margin: 0; }
      #blog .post-nav ul.pager li:before {
        display: none; }
      #blog .post-nav ul.pager li > a,
      #blog .post-nav ul.pager li > span {
        border-radius: 0; }

.single #blog .post {
  border-bottom: 0;
  margin-top: 36px;
  padding-top: 0; }
  .single #blog .post .post-image img {
    max-width: 100%;
    height: auto; }
  .single #blog .post h1 {
    color: #002c5f;
    margin: 30px 0 15px;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 36px; }
  .single #blog .post h1, .single #blog .post h2, .single #blog .post h3, .single #blog .post h4 {
    clear: both !important; }
  .single #blog .post .byline {
    margin: 0; }
  .single #blog .post .top ul#share {
    margin: 0;
    position: relative;
    bottom: 5px;
    float: right;
    display: inline-block; }
    .single #blog .post .top ul#share li {
      color: #333;
      margin: 0;
      display: inline-block;
      text-indent: 0 !important;
      padding: 0 5px; }
      .single #blog .post .top ul#share li.title {
        text-transform: uppercase;
        font-size: 21px;
        margin: 0 3px 0 0; }
      .single #blog .post .top ul#share li:before {
        display: none; }
      .single #blog .post .top ul#share li a {
        font-size: 22px;
        color: #5c6a75; }
  .single #blog .post #comment-count {
    font-size: 12px; }
    .single #blog .post #comment-count a {
      color: #3573b9; }
  .single #blog .post .post-content {
    margin: 20px -15px 0;
    padding: 0 15px 5px;
    border-bottom: 1px solid #cfcfcf; }
    .single #blog .post .post-content blockquote {
      font-size: 24px;
      line-height: 36px;
      border-color: #c1cd25;
      margin: 35px 0; }
      .single #blog .post .post-content blockquote p {
        font-size: 24px;
        line-height: 36px; }
  .single #blog .post .post-meta {
    border-bottom: 1px solid #cfcfcf;
    padding: 30px 15px 0;
    margin: 0 -15px 40px; }
    .single #blog .post .post-meta .meta-section {
      margin: 0 0 15px; }
      .single #blog .post .post-meta .meta-section .meta-title {
        font-size: 14px;
        margin-bottom: 5px; }
      .single #blog .post .post-meta .meta-section ul {
        margin: 0;
        padding: 0; }
        .single #blog .post .post-meta .meta-section ul li {
          list-style-type: none;
          text-indent: 0;
          display: inline-block;
          padding-left: 0;
          margin: 0 15px 8px 0; }
          .single #blog .post .post-meta .meta-section ul li:before {
            display: none; }
          .single #blog .post .post-meta .meta-section ul li a {
            display: inline-block;
            background: #c9ddf2;
            padding: 8px 8px 4px; }
      .single #blog .post .post-meta .meta-section a {
        color: #3366cc;
        font-size: 14px; }
  .single #blog .post .post-discussion h4 {
    margin: 0 0 15px; }
  .single #blog .post .post-discussion ul {
    margin: 0;
    padding: 10px 15px 5px 10px; }
    .single #blog .post .post-discussion ul#share {
      background: #d97a23;
      display: inline-block; }
      .single #blog .post .post-discussion ul#share li {
        color: #FFF;
        margin: 0 3px; }
        .single #blog .post .post-discussion ul#share li.title {
          text-transform: uppercase;
          font-size: 14px;
          margin-left: 0; }
        .single #blog .post .post-discussion ul#share li a {
          font-size: 22px;
          color: #FFF; }
    .single #blog .post .post-discussion ul li {
      list-style-type: none;
      text-indent: 0;
      display: inline-block;
      padding-left: 0;
      margin: 0; }
      .single #blog .post .post-discussion ul li:before {
        display: none; }
    .single #blog .post .post-discussion ul.comment-list {
      padding: 0;
      margin: 0; }
      .single #blog .post .post-discussion ul.comment-list li {
        border-bottom: 1px solid #cfcfcf;
        display: block;
        padding: 30px 15px;
        margin: 0 -15px; }
        .single #blog .post .post-discussion ul.comment-list li:first-child {
          padding-top: 0; }
        .single #blog .post .post-discussion ul.comment-list li a.comment-reply-link {
          display: inline-block;
          background: #d97a23;
          color: #FFF;
          padding: 6px 12px; }
      .single #blog .post .post-discussion ul.comment-list footer {
        background: #FFF;
        padding: 0; }
        .single #blog .post .post-discussion ul.comment-list footer .comment-author {
          margin-bottom: 5px; }
          .single #blog .post .post-discussion ul.comment-list footer .comment-author.vcard b.fn,
          .single #blog .post .post-discussion ul.comment-list footer .comment-author.vcard a,
          .single #blog .post .post-discussion ul.comment-list footer .comment-author.vcard span {
            color: #333;
            font-size: 22px;
            font-family: "Conv_Gotham-Bold"; }
        .single #blog .post .post-discussion ul.comment-list footer .comment-metadata {
          margin-bottom: 15px; }
          .single #blog .post .post-discussion ul.comment-list footer .comment-metadata a {
            font-size: 14px;
            color: #999;
            font-family: "Conv_Gotham-Bold"; }
      .single #blog .post .post-discussion ul.comment-list ul.children li {
        border-bottom: 0;
        border-top: 1px solid #cfcfcf;
        padding: 30px 15px 0 30px;
        margin: 15px -15px 0; }
  .single #blog .post .post-discussion #comments {
    border-top: 1px solid #cfcfcf;
    margin: 50px -15px;
    padding: 20px 15px 0; }
    .single #blog .post .post-discussion #comments h4.comments-title {
      margin-bottom: 50px; }
  .single #blog .post .post-discussion #respond {
    margin: 40px -15px 0;
    background: #c1cd25;
    padding: 30px 15px 15px; }
    .single #blog .post .post-discussion #respond h3#reply-title {
      font-family: "Conv_Gotham-Book";
      margin: 0; }
    .single #blog .post .post-discussion #respond label,
    .single #blog .post .post-discussion #respond span.required {
      display: none !important; }
    .single #blog .post .post-discussion #respond .form-group {
      margin-bottom: 20px; }
    .single #blog .post .post-discussion #respond input:not(#submit) {
      background: #FFF !important;
      height: 40px;
      border: 1px solid #000; }
    .single #blog .post .post-discussion #respond textarea {
      background: #FFF;
      border: 1px solid #000;
      height: 160px; }
    .single #blog .post .post-discussion #respond p.form-submit input.btn.btn-default {
      width: auto;
      height: 45px;
      padding: 6px 12px;
      letter-spacing: -1px;
      border: 0; }

footer {
  background: #002c5f;
  padding: 60px 0 40px;
  font-size: 12px; }
  footer a {
    color: #FFF; }
    footer a:hover {
      color: #FFF;
      text-decoration: none; }
  footer #footer-contact {
    margin-top: -30px;
    color: #a7a9ac; }
    footer #footer-contact p {
      margin: 20px 0 0;
      font-family: "Conv_Gotham-Book";
      line-height: 1.2; }
      footer #footer-contact p b {
        font-family: "Conv_Gotham-Bold"; }
    footer #footer-contact img {
      margin-bottom: 10px; }
    footer #footer-contact h5 {
      line-height: 1; }
    footer #footer-contact .social-icons ul#social {
      float: none; }
      footer #footer-contact .social-icons ul#social li {
        margin: 0 4px; }
        footer #footer-contact .social-icons ul#social li a {
          font-size: 18px; }
          footer #footer-contact .social-icons ul#social li a:hover {
            color: #d97a23; }
  footer h4.footer-title {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Conv_Gotham-Bold";
    margin: 0 0 5px;
    line-height: 1.5;
    border-bottom: 1px solid #537193; }
  footer .footer-row {
    margin-bottom: 60px;
    overflow: auto;
    clear: both; }
    footer .footer-row.second-level {
      margin-bottom: 0; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul.footer-links#clients {
      min-height: 0; }
    footer ul.footer-links li {
      font-size: 12px;
      list-style-type: none;
      color: #FFF;
      margin: 3px 0; }
      footer ul.footer-links li.top {
        text-transform: uppercase;
        font-family: "Conv_Gotham-Medium"; }
      footer ul.footer-links li a {
        color: #FFF; }
        footer ul.footer-links li a:hover {
          color: #d97a23; }
  footer #copyright {
    border-top: 2px solid #a7a9ac;
    padding: 15px 0;
    margin: 30px -15px 0;
    color: #a7a9ac; }
    footer #copyright p {
      line-height: 1; }
    footer #copyright a {
      margin: 0 0 0 15px;
      display: inline-block; }

.Button {
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 5px 14px;
  font-size: 18px;
  font-family: 'Conv_Gotham-Bold';
  line-height: 100%;
  border: none;
  border-radius: 12px;
  cursor: pointer; }
  .Button:hover {
    text-decoration: underline; }

.Button--primary {
  background-color: #C0D72F;
  color: #002C5F; }
  .Button--primary:hover {
    color: #002C5F; }

.Button--alt1 {
  background-color: #002C5F;
  color: #C0D72F; }
  .Button--alt1:hover {
    color: #C0D72F; }

.Button--alt2 {
  background-color: #002C5F;
  color: #FFFFFF; }
  .Button--alt2:hover {
    color: #FFFFFF; }

.Button--alt3 {
  background-color: transparent;
  border: 2px solid #002C5F;
  padding-top: 14px;
  padding-bottom: 12px;
  color: #002C5F;
  opacity: 0.6;
  transition: opacity 200ms ease; }
  .Button--alt3:hover {
    color: #002C5F;
    text-decoration: none;
    opacity: 1; }

.MobileMenu__button {
  width: 28px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }

.MobileMenu__button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

.MobileMenu__button span:nth-child(1) {
  top: 0px; }

.MobileMenu__button span:nth-child(2),
.MobileMenu__button span:nth-child(3) {
  top: 10px; }

.MobileMenu__button span:nth-child(4) {
  top: 20px; }

body.MobileMenu--open .MobileMenu__button span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%; }

body.MobileMenu--open .MobileMenu__button span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

body.MobileMenu--open .MobileMenu__button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body.MobileMenu--open .MobileMenu__button span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%; }

body.home *,
body.home *:before,
body.home *:after {
  box-sizing: border-box; }

body.home h1 {
  font-size: 44px;
  line-height: 100%;
  letter-spacing: -0.05em;
  margin: 0; }
  body.home h1 strong {
    font-family: 'Conv_Gotham-Bold'; }
  body.home h1 span {
    display: block; }

body.home h2 {
  margin: 0;
  font-family: 'Conv_Gotham-Bold';
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.05em;
  color: #002C5F; }

body.home h2.h2--light {
  color: #FFFFFF; }

body.home h3 {
  font-family: 'Conv_Gotham-Bold';
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.05em;
  color: #002C5F; }

body.home .ContentBlock,
body.home .HeaderBlock {
  position: relative;
  padding: 0px 5.3%; }

body.home .ContentBlock p {
  font-family: 'Conv_Gotham-Medium';
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.6); }

body.home .Ribbon {
  display: none;
  position: absolute;
  top: 0;
  left: 16%;
  z-index: 0;
  background-size: 100% auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: bottom left;
  pointer-events: none; }

body.home .Menu,
body.home .MobileMenu {
  position: sticky;
  z-index: 9999; }

body.home .Menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  background-color: #0E2E63;
  height: 69px; }
  body.home .Menu .menu {
    margin: 0;
    line-height: 100%; }

body.home .Logo {
  display: inline-block; }
  body.home .Logo img {
    display: block;
    width: 129px;
    height: auto; }

body.home .SecondaryMenu {
  display: none; }
  body.home .SecondaryMenu .menu {
    display: flex; }

body.home .SecondaryMenu .menu,
body.home .MobileMenu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex; }

body.home .SecondaryMenu .menu-item,
body.home .MobileMenu .menu-item {
  padding: 0;
  margin: 0; }
  body.home .SecondaryMenu .menu-item > a,
  body.home .MobileMenu .menu-item > a {
    font-family: 'Conv_Gotham-Medium';
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7); }
    body.home .SecondaryMenu .menu-item > a:hover,
    body.home .MobileMenu .menu-item > a:hover {
      text-decoration: none;
      color: white; }

body.home .SecondaryMenu .menu-item + .menu-item {
  margin-left: 45px; }

body.home .MobileMenu {
  top: 69px;
  height: 0;
  background-color: #0E2E63;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  body.home .MobileMenu .menu {
    flex-direction: column;
    align-items: flex-end;
    padding: 40px 0; }
  body.home .MobileMenu .menu-item > a {
    font-size: 24px; }
  body.home .MobileMenu .menu-item + .menu-item {
    margin-top: 25px; }
  body.home .MobileMenu .Search {
    width: 100%;
    max-width: 800px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px; }

body.home .NavBar {
  display: none; }
  body.home .NavBar .NavBar__inner {
    height: 100%;
    transition: background-color 300ms ease, height 300ms ease, padding 300ms ease; }
  body.home .NavBar .PrimaryNav {
    display: flex;
    width: 75%; }
  body.home .NavBar .NavBar__logo {
    display: block;
    width: 0;
    height: 24px;
    overflow: hidden;
    opacity: 0.7;
    transition: width 300ms ease, margin 300ms ease; }
    body.home .NavBar .NavBar__logo:hover {
      opacity: 1; }
  body.home .NavBar #mega-menu-wrap-primary {
    background-color: transparent;
    width: 100%; }
  body.home .NavBar .Search {
    width: 25%; }
    body.home .NavBar .Search form {
      width: 100%; }
      body.home .NavBar .Search form input {
        transition: padding 300ms ease; }

body.home .NavBar__sentinal {
  position: absolute;
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

body.home .Search__input {
  border: none;
  padding: 20px 32px 18px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  color: #FFF;
  font-size: 16px;
  line-height: 100%; }
  body.home .Search__input::placeholder {
    color: #FFF;
    font-size: 16px;
    line-height: 100%; }

body.home .Hero {
  position: relative;
  padding-top: 1px;
  padding-bottom: 66px;
  background: #FFF url("../img/hero1.png") no-repeat top right;
  background-size: cover; }
  body.home .Hero .Hero__inner > h1 {
    margin-top: 166px;
    margin-bottom: 24px;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #FFF; }
    body.home .Hero .Hero__inner > h1 strong {
      font-family: 'Conv_Gotham-Bold'; }
    body.home .Hero .Hero__inner > h1 span {
      display: block; }
  body.home .Hero .Hero__inner > p {
    margin-bottom: 90px;
    font-family: 'Conv_Gotham-Bold';
    letter-spacing: -0.025em;
    color: #FFF; }
  body.home .Hero .Hero__buttons {
    margin-bottom: 42px; }
  body.home .Hero .Hero__blurbs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px; }
    body.home .Hero .Hero__blurbs p {
      width: 280px;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 16px;
      color: #FFF; }
  body.home .Hero::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 40px;
    background-color: transparent;
    background-image: url("../img/wave-bg-white-mobile.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    z-index: 0; }

body.home .Hero__bgVideo__wrap {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }
  body.home .Hero__bgVideo__wrap video {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    transform: translate(-50%, -50%); }

body.home .Hero__gradient {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(86.59deg, #183C77 25.82%, #183C77 25.83%, rgba(51, 84, 137, 0.31) 91.03%, rgba(24, 60, 119, 0.08) 133.59%);
  z-index: 0; }

body.home .Remote {
  padding-top: 48px;
  padding-bottom: 65px; }
  body.home .Remote h2 {
    margin-bottom: 48px; }

body.home .Remote__body {
  margin-bottom: 54px; }

body.home .Programs {
  background-color: #F0F3F5;
  padding-top: 64px;
  padding-bottom: 80px; }
  body.home .Programs h2 {
    margin-bottom: 70px; }
  body.home .Programs h3 {
    margin: 0 0 14px; }
  body.home .Programs p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 21px; }

body.home .Program {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px; }

body.home .Program__img {
  margin-bottom: 42px;
  width: 100%; }
  body.home .Program__img img {
    max-width: 80%; }

body.home .Program__text {
  width: 100%; }

body.home .Programs__buttons {
  position: relative; }

body.home .Clients {
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  padding-bottom: 34px; }
  body.home .Clients h2 {
    margin-bottom: 50px; }

body.home .Clients__icons {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

body.home .Client {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 31px; }
  body.home .Client img {
    display: inline-block;
    height: auto; }
  body.home .Client--airgas img {
    width: 132px; }
  body.home .Client--champs img {
    width: 131px; }
  body.home .Client--consumers img {
    width: 132px; }
  body.home .Client--mets img {
    width: 71px; }

body.home .Why {
  position: relative;
  background-color: #183C77;
  padding-top: 64px;
  padding-bottom: 112px; }
  body.home .Why h2 {
    margin-bottom: 66px; }
  body.home .Why ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  body.home .Why li {
    font-family: 'Conv_Gotham-Medium';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.05em;
    color: #FFFFFF; }
    body.home .Why li strong {
      font-family: 'Conv_Gotham-Bold';
      color: #C0D72F; }
  body.home .Why li + li {
    margin-top: 48px; }
  body.home .Why::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 40px;
    background: transparent url("../img/wave-bg-green-mobile.png") no-repeat top left;
    background-size: 100% 100%; }

body.home .GetStarted {
  background-color: #C0D72F;
  padding-top: 48px;
  padding-bottom: 64px; }
  body.home .GetStarted h2 {
    margin-bottom: 48px; }
  body.home .GetStarted p {
    margin-bottom: 56px; }

body.home .GetStarted__headshot {
  display: none; }

body.home .Stats {
  padding-top: 64px;
  padding-bottom: 64px; }
  body.home .Stats h2 {
    margin-bottom: 50px;
    color: #000000; }

body.home .Stats__stat {
  display: flex; }

body.home .Stats__stat + .Stats__stat {
  margin-top: 50px; }

body.home .Stats__stat__icon {
  width: 74px; }
  body.home .Stats__stat__icon img {
    display: block;
    width: 55px;
    height: auto; }

body.home .Stats__stat__text {
  font-family: 'Conv_Gotham-Medium';
  width: calc(100% - 74px);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.6); }
  body.home .Stats__stat__text strong {
    margin-bottom: 6px;
    font-family: 'Conv_Gotham-Bold';
    display: block;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -0.05em;
    color: #000000; }

body.home .ContactUs {
  background-color: #D5872D;
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center; }
  body.home .ContactUs h2 {
    margin-bottom: 48px;
    color: #FFFFFF; }

body.MobileMenu--open .MobileMenu {
  height: calc(100vh - 69px); }

@media screen and (min-width: 576px) {
  .Button {
    width: auto;
    min-width: 270px; }
  body.home h2 {
    font-size: 48px;
    line-height: 56px; }
  body.home h3 {
    font-size: 40px;
    line-height: 46px; }
  body.home .HeaderBlock {
    padding: 0 8%; }
  body.home .ContentBlock {
    padding: 0 16%; }
    body.home .ContentBlock p {
      font-size: 24px;
      line-height: 34px; }
  body.home .Logo img {
    width: 177px; }
  body.home .Menu {
    height: 90px; }
  body.home .MobileMenu {
    top: 90px; }
  body.home .Hero {
    padding-top: 21px;
    padding-bottom: 112px; }
    body.home .Hero .Hero__inner > h1 {
      margin-top: 100px;
      font-size: 64px;
      line-height: 56px; }
    body.home .Hero .Hero__inner > p {
      max-width: 400px;
      margin-bottom: 45px;
      font-size: 24px;
      line-height: 30px; }
    body.home .Hero .Hero__buttons {
      margin-bottom: 70px; }
    body.home .Hero .Hero__blurbs p {
      width: 215px; }
    body.home .Hero::after {
      background-image: url("../img/wave-bg-white.png"); }
  body.home .Hero__bgVideo__wrap {
    display: block; }
  body.home .Remote {
    padding-top: 100px;
    padding-bottom: 100px; }
    body.home .Remote h2 {
      margin-bottom: 0; }
    body.home .Remote h2, body.home .Remote p {
      width: 48%; }
  body.home .Remote__body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 115px; }
  body.home .Remote__buttons {
    display: flex;
    justify-content: center; }
  body.home .Programs {
    padding-top: 140px;
    padding-bottom: 115px; }
    body.home .Programs h2 {
      margin-bottom: 87px; }
    body.home .Programs h3 {
      margin: 0 0 27px; }
    body.home .Programs p {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 36px; }
  body.home .Programs__buttons {
    display: flex;
    justify-content: center; }
    body.home .Programs__buttons .Button {
      min-width: 400px; }
  body.home .Clients {
    padding-top: 120px;
    padding-bottom: 150px; }
    body.home .Clients h2 {
      margin-bottom: 114px; }
  body.home .Why {
    padding-top: 132px;
    padding-bottom: 112px; }
    body.home .Why li {
      font-size: 24px;
      line-height: 34px; }
  body.home .GetStarted {
    padding-top: 48px;
    padding-bottom: 129px; }
    body.home .GetStarted h2 {
      margin-bottom: 40px; }
    body.home .GetStarted p {
      margin-bottom: 60px; }
  body.home .Stats {
    padding-top: 146px;
    padding-bottom: 143px; }
    body.home .Stats h2 {
      margin-bottom: 140px; }
  body.home .Stats__stat + .Stats__stat {
    margin-top: 80px; }
  body.home .Stats__stat__icon {
    width: 125px; }
    body.home .Stats__stat__icon img {
      width: 100px; }
  body.home .Stats__stat__text {
    width: calc(100% - 125px);
    font-size: 24px;
    line-height: 34px; }
    body.home .Stats__stat__text strong {
      margin-bottom: 19px;
      font-size: 64px;
      line-height: 56px; }
  body.home .ContactUs {
    padding-top: 86px;
    padding-bottom: 82px; }
    body.home .ContactUs h2 {
      margin-bottom: 59px; }
  body.MobileMenu--open .MobileMenu {
    height: calc(100vh - 90px); } }

@media screen and (min-width: 993px) {
  body.home .Ribbon {
    display: block; }
  body.home .HeaderBlock {
    z-index: 1; }
  body.home .Menu,
  body.home .MobileMenu {
    position: relative;
    top: auto;
    z-index: 1; }
  body.home .MobileMenu__button {
    display: none; }
  body.home .MobileMenu {
    height: 0 !important; }
  body.home .SecondaryMenu {
    display: block; }
  body.home .NavBar {
    display: block;
    position: sticky;
    top: 0;
    height: 120px;
    z-index: 1; }
    body.home .NavBar--stuck .NavBar__inner {
      height: 60%;
      background-color: #0E2E63;
      padding-left: 6%;
      padding-right: 6%; }
    body.home .NavBar--stuck .PrimaryNav {
      width: 80%; }
    body.home .NavBar--stuck .NavBar__logo {
      width: 33px;
      margin-right: 5%; }
    body.home .NavBar--stuck #mega-menu-wrap-primary #mega-menu-primary {
      max-width: 700px; }
      body.home .NavBar--stuck #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
        line-height: 28px; }
    body.home .NavBar--stuck .Search {
      width: 20%; }
    body.home .NavBar--stuck .Search__input {
      padding: 12px 24px 11px;
      font-size: 14px; }
      body.home .NavBar--stuck .Search__input::placeholder {
        font-size: 14px; }
  body.home .NavBar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  body.home #mega-menu-wrap-primary #mega-menu-primary {
    padding: 0 6% 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    max-width: 800px; }
    body.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
      margin: 0;
      flex: 0 1 auto; }
      body.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0;
        height: auto;
        font-family: 'Conv_Gotham-Medium';
        font-size: 16px;
        line-height: 32px;
        color: rgba(255, 255, 255, 0.7); }
        body.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
          text-decoration: none;
          color: white; }
  body.home .Hero__bgVideo__wrap,
  body.home .Hero__gradient {
    top: -120px; }
  body.home .Ribbon--hero {
    background-image: url(../img/ribbon-hero.png);
    width: 87.775%;
    padding-top: 35.1445%;
    bottom: -2.5%;
    left: -1%;
    background-size: 100%;
    top: auto; }
  body.home .Program {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px; }
  body.home .Program:last-child {
    margin-bottom: 140px; }
  body.home .Program__img {
    margin-bottom: 0;
    width: 45%;
    order: 2; }
    body.home .Program__img img {
      max-width: 100%; }
  body.home .Program__text {
    width: 45%;
    order: 1; }
  body.home .Program--awards .Program__img {
    order: 1; }
  body.home .Program--awards .Program__text {
    order: 2; }
  body.home .Ribbon--programs {
    background-image: url(../img/ribbon-programs.png);
    background-position: center left;
    bottom: 0;
    width: 71%; }
  body.home .Client {
    width: 25%;
    margin-bottom: 0; }
  body.home .Why {
    height: calc(73vw + 40px);
    padding-top: 112px; }
    body.home .Why h2 {
      line-height: 48px;
      margin-bottom: 0; }
    body.home .Why li {
      font-size: 20px;
      line-height: 28px; }
    body.home .Why li + li {
      margin-top: 0; }
  body.home .Why__point {
    position: absolute;
    top: -200px;
    left: 0;
    display: flex;
    width: 28%; }
    body.home .Why__point::before {
      content: "";
      flex: 0 0 40px;
      display: block;
      width: 40px;
      height: 40px;
      background-color: #C0D72F;
      border-radius: 50%;
      border: 10px solid #183C77; }
    body.home .Why__point > span {
      margin-left: 4%; }
  body.home .Why__point--1 {
    top: 33%;
    left: 16%; }
  body.home .Why__point--2 {
    top: 41%;
    left: 56%; }
  body.home .Why__point--3 {
    top: 67%;
    left: 16.8%; }
  body.home .Why__point--4 {
    top: 71%;
    left: 62%; }
  body.home .Ribbon--why {
    background-image: url(../img/ribbon-recognition.png);
    width: 48.71%;
    padding-top: 78.4028%;
    background-position: top left; }
  body.home .GetStarted p {
    width: 50%; }
  body.home .GetStarted__headshot {
    position: absolute;
    bottom: -2px;
    right: 0;
    display: inline-block;
    width: 50%;
    max-width: 600px;
    height: auto; }
  body.home .Stats {
    height: 77vw;
    padding-top: 80px; }
    body.home .Stats h2 {
      line-height: 48px; }
  body.home .Stats__stat {
    position: absolute;
    top: -200px;
    left: 0;
    width: 28%; }
  body.home .Stats__stat + .Stats__stat {
    margin-top: 0; }
  body.home .Stats__stat--1 {
    top: 40%;
    left: 15%; }
  body.home .Stats__stat--2 {
    top: 49%;
    left: 58%; }
  body.home .Stats__stat--3 {
    top: 66%;
    left: 16%; }
  body.home .Stats__stat--4 {
    top: 77%;
    left: 60%; }
  body.home .Stats__stat__icon {
    width: 74px; }
    body.home .Stats__stat__icon img {
      width: 55px; }
  body.home .Stats__stat__text {
    width: calc(100% - 74px);
    font-size: 20px;
    line-height: 28px; }
    body.home .Stats__stat__text strong {
      margin-bottom: 6px;
      font-size: 44px;
      line-height: 44px; }
  body.home .Ribbon--stats {
    background-image: url(../img/ribbon-stats.png);
    background-position: center left;
    bottom: 0;
    width: 75.6944%; } }

@media screen and (min-width: 1201px) {
  body.home .Why {
    padding-top: 132px; }
    body.home .Why h2 {
      line-height: 56px; }
    body.home .Why li {
      font-size: 24px;
      line-height: 34px; }
  body.home .Why__point--2 {
    top: 42%; }
  body.home .Why__point--3 {
    top: 68%; }
  body.home .Why__point--4 {
    top: 72%; }
  body.home .Stats {
    padding-top: 146px; }
    body.home .Stats h2 {
      line-height: 56px; }
  body.home .Stats__stat--1 {
    left: 14%; }
  body.home .Stats__stat--2 {
    left: 57%; }
  body.home .Stats__stat--3 {
    left: 15%; }
  body.home .Stats__stat--4 {
    left: 59%; }
  body.home .Stats__stat__icon {
    width: 125px; }
    body.home .Stats__stat__icon img {
      width: 100px; }
  body.home .Stats__stat__text {
    width: calc(100% - 125px);
    font-size: 24px;
    line-height: 34px; }
    body.home .Stats__stat__text strong {
      margin-bottom: 19px;
      font-size: 64px;
      line-height: 56px; } }

@media screen and (min-width: 1601px) {
  body.home .Ribbon {
    background-size: 75%; }
  body.home .Why {
    height: calc(55vw + 40px); }
  body.home .Why__point--2 {
    left: 46.4%; }
  body.home .Why__point--4 {
    left: 50.9%; }
  body.home .Stats {
    height: 58vw; }
  body.home .Stats__stat--2 {
    left: 47%; }
  body.home .Stats__stat--4 {
    left: 48%; } }

/*# sourceMappingURL=style.css.map */