.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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: 700;
}
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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
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 {
  *,
  :after,
  :before {
    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: '';
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: Glyphicons Halflings;
  src: url(../fonts/glyphicons-halflings-regular.html);
  src: url(../fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'),
    url(../fonts/glyphicons-halflings-regular-2.html) format('woff2'), url(../fonts/glyphicons-halflings-regular-3.html) format('woff'),
    url(../fonts/glyphicons-halflings-regular-4.html) format('truetype'),
    url(../fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: '\2a';
}
.glyphicon-plus:before {
  content: '\2b';
}
.glyphicon-eur:before,
.glyphicon-euro: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,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: '\e227';
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: '\00a5';
}
.glyphicon-rub:before,
.glyphicon-ruble: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';
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: proxima-nova, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #666;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #f52330;
}
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: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}
.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: inherit;
  font-weight: 700;
  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: 400;
  line-height: 1;
  color: #d7d7d7;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .h1,
  h1 {
    font-size: 30px;
  }
}
.h2,
h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .h2,
  h2 {
    font-size: 40px;
  }
}
.h3,
h3 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}
.h4,
h4 {
  font-size: 24px;
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6 {
  font-size: 16px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
.small,
small {
  font-size: 87%;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #d7d7d7;
}
.text-primary {
  color: #e85632;
}
a.text-primary:hover {
  color: #d03c17;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #e85632;
}
a.bg-primary:hover {
  background-color: #d03c17;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 11px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #d7d7d7;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #d7d7d7;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1340px) {
  .container {
    width: 1300px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #d7d7d7;
}
caption,
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  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 > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  margin: 0;
  min-width: 0;
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type='search'] {
  box-sizing: border-box;
}
input[type='checkbox'],
input[type='radio'] {
  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='checkbox']:focus,
input[type='file']:focus,
input[type='radio']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  padding-top: 12px;
}
.form-control,
output {
  display: block;
  font-size: 16px;
  line-height: 1.42857143;
  color: #838383;
}
.form-control {
  width: 100%;
  height: 46px;
  padding: 10px 20px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  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'],
  input[type='datetime-local'],
  input[type='month'],
  input[type='time'] {
    line-height: 46px;
  }
  .input-group-sm input[type='date'],
  .input-group-sm input[type='datetime-local'],
  .input-group-sm input[type='month'],
  .input-group-sm input[type='time'],
  input[type='date'].input-sm,
  input[type='datetime-local'].input-sm,
  input[type='month'].input-sm,
  input[type='time'].input-sm {
    line-height: 33px;
  }
  .input-group-lg input[type='date'],
  .input-group-lg input[type='datetime-local'],
  .input-group-lg input[type='month'],
  .input-group-lg input[type='time'],
  input[type='date'].input-lg,
  input[type='datetime-local'].input-lg,
  input[type='month'].input-lg,
  input[type='time'].input-lg {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline input[type='checkbox'],
.checkbox input[type='checkbox'],
.radio-inline input[type='radio'],
.radio input[type='radio'] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type='checkbox'],
fieldset[disabled] input[type='radio'],
input[type='checkbox'].disabled,
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='radio'][disabled] {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 36px;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 42px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  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 .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  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 .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  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: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px;
}
@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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type='checkbox'],
  .form-inline .radio input[type='radio'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 34px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 12px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
.sub-nav__cta .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0 solid transparent;
  white-space: nowrap;
  padding: 11px 44px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}
.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px transparent;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fafafa;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #1a9af7;
  border-color: #1a9af7;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #077fd7;
  border-color: #077acd;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #1a9af7;
  border-color: #1a9af7;
}
.btn-primary .badge {
  color: #1a9af7;
  background-color: #fff;
}
.btn-primary:hover {
  background-color: #0271c1;
  border-color: #0271c1;
}
.btn-primary--outline {
  color: #1a9af7;
  background-color: transparent;
  border-color: #1a9af7;
  border: 2px solid #1a9af7;
}
.btn-primary--outline.active,
.btn-primary--outline.focus,
.btn-primary--outline:active,
.btn-primary--outline:focus,
.btn-primary--outline:hover,
.open > .dropdown-toggle.btn-primary--outline {
  color: #1a9af7;
  background-color: transparent;
  border-color: #077acd;
}
.btn-primary--outline.active,
.btn-primary--outline:active,
.open > .dropdown-toggle.btn-primary--outline {
  background-image: none;
}
.btn-primary--outline.disabled,
.btn-primary--outline.disabled.active,
.btn-primary--outline.disabled.focus,
.btn-primary--outline.disabled:active,
.btn-primary--outline.disabled:focus,
.btn-primary--outline.disabled:hover,
.btn-primary--outline[disabled],
.btn-primary--outline[disabled].active,
.btn-primary--outline[disabled].focus,
.btn-primary--outline[disabled]:active,
.btn-primary--outline[disabled]:focus,
.btn-primary--outline[disabled]:hover,
fieldset[disabled] .btn-primary--outline,
fieldset[disabled] .btn-primary--outline.active,
fieldset[disabled] .btn-primary--outline.focus,
fieldset[disabled] .btn-primary--outline:active,
fieldset[disabled] .btn-primary--outline:focus,
fieldset[disabled] .btn-primary--outline:hover {
  background-color: transparent;
  border-color: #1a9af7;
}
.btn-primary--outline .badge {
  color: transparent;
  background-color: #1a9af7;
}
.btn-primary--outline:hover {
  background-color: transparent;
  border-color: #0271c1;
  color: #0271c1;
}
.btn-primary--outline.inactive {
  border-color: #d7d7d7;
  color: #d7d7d7;
  cursor: default;
}
.btn-success {
  color: #fff;
  background-color: #09cd3a;
  border-color: #09cd3a;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #15bd3f;
  border-color: #15bd3f;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  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.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  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.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #fd1725;
  border-color: #fd1725;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #f52330;
  border-color: #f52330;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-tag {
  font-size: 14px;
  border: 1px solid #333;
  border-radius: 1em;
  color: #333;
  display: inline-block;
  padding: 0.1em 0.75em;
}
.btn-tag,
.btn-tag:active,
.btn-tag:hover {
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
.btn-tag:active,
.btn-tag:hover {
  background-color: #1a9af7;
  border-color: #1a9af7;
  color: #fff;
}
.btn-link {
  color: #1a9af7;
  font-weight: 400;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #e85632;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #d7d7d7;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
}
.btn-sm,
.btn-xs {
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  display: inline-block;
}
.nav > li > a {
  position: relative;
  padding: 10px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #d7d7d7;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #d7d7d7;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #1a9af7;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #838383;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #e85632;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    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: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@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 hsla(0, 0%, 100%, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    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-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container-fluid .navbar-brand,
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@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 .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin: 2px -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
@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 .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type='checkbox'],
  .navbar-form .radio input[type='radio'] {
    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;
    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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs,
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@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: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #fefefe;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #fefefe;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  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:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fefefe;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fefefe;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fefefe;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 11px 44px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1a9af7;
  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: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #e85632;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #e85632;
  border-color: #e85632;
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #d7d7d7;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.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:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #d7d7d7;
  background-color: #fff;
  cursor: not-allowed;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.row:after,
.row:before,
.site-footer__container:after,
.site-footer__container:before,
.site-footer__section:after,
.site-footer__section:before,
.sub-nav__list--footer:after,
.sub-nav__list--footer:before {
  content: ' ';
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.row:after,
.site-footer__container:after,
.site-footer__section:after,
.sub-nav__list--footer: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;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.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;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.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;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.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;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.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;
  }
}
.author-page {
  padding-bottom: 44px;
  padding-top: 44px;
}
.author-page__bio-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 5.5px;
}
.author-page__container {
  text-align: center;
}
.author-page__image {
  height: auto;
  max-width: 150px;
  border-radius: 50%;
}
.featured-post {
  padding-bottom: 66px;
  padding-top: 66px;
  color: #fff;
  text-align: center;
  position: relative;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.featured-post__button {
  font-size: 13px;
  font-weight: 700;
}
.featured-post__date {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 22px;
}
.featured-post__rail {
  padding: 0 9px;
}
.featured-post__read-time {
  margin-top: 17px;
  font-size: 12px;
  font-weight: 100;
  line-height: 16px;
}
.featured-post__read-time-icon {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: text-bottom;
}
.featured-post__title {
  margin-bottom: 10px;
}
.post-layout {
  padding-bottom: 0;
  padding-top: 40px;
}
.clearfix.marginbig {
  margin-top: 31px;
  clear: both;
  background: #fafafa;
}
.post-layout__byline,
.post-layout__read-time {
  font-size: 14px;
  padding: 0;
}
.post-layout__date {
  color: #fff;
  font-size: 14px;
  opacity: 0.7;
  padding: 5.5px 11px;
  position: absolute;
  right: 0;
}
.post-layout__featured-cta {
  background-color: #ccc;
  padding-bottom: 22px;
  padding-top: 22px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.post-layout__featured-cta:hover {
  background-color: #38d6fb;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.post-layout__featured-cta img {
  height: auto;
  max-width: 100%;
}
.post-layout__featured-image {
  background-size: cover;
  border-radius: 4px 4px 0 0;
  min-height: 200px;
  position: relative;
}
.post-layout__link {
  color: #000;
}
.post-layout__link:hover {
  color: #1a9af7;
}
.post-layout__nav-next,
.post-layout__nav-prev {
  padding: 5.5px 16.5px;
}
.post-layout__nav-prev {
  margin-right: 22px;
}
.post-layout__pagination {
  padding-top: 22px;
  text-align: center;
  padding-bottom: 22px;
}
.post-layout__post {
  margin-bottom: 44px;
}
.post-layout__read-time {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .post-layout__read-time {
    text-align: right;
  }
}
.post-layout__title {
  font-size: 24px;
  margin-bottom: 11px;
}
.single-post__body {
  padding-top: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.single-post__content {
  margin-bottom: 22px;
  margin-left: 0;
  margin-right: 0;
}
.single-post__content h1 {
  font-size: 32px;
  color: #333;
}
.single-post__content h2 {
  font-size: 26px;
}
.single-post__content img,
.single-post__content figure {
  height: auto;
  max-width: 100% !important;
  vertical-align: bottom;
}
.single-post__content-container {
  margin-bottom: 22px;
}
.single-post__featured-image {
  background-color: #333;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.single-post__header {
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 44px;
  padding-top: 88px;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .single-post__header {
    padding-bottom: 108px;
    padding-top: 154px;
  }
}
.single-post__date {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 11px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.66);
}
.single-post__ind-tag {
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 5.5px;
}
.single-post__ind-tag:last-of-type {
  margin-right: 0;
}
.single-post__read-time {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
}
.single-post__read-time-icon {
  font-size: 16px;
  margin-right: 5.5px;
  position: relative;
  top: 2px;
}
.single-post__tags--posted-in {
  display: block;
  margin-bottom: 5.5px;
  font-size: 14px;
}
.single-post__title {
  margin-bottom: 0;
  margin-top: 0;
}
.single-post__widget {
  border-bottom: 1px solid #eee;
  display: inline-block;
  width: 100%;
  margin-bottom: 11px;
  padding-bottom: 22px;
}
@media screen and (min-width: 992px) {
  .single-post__widget {
    position: relative;
  }
  .single-post__widget:before {
    border-bottom: 1px solid #ccc;
    position: absolute;
    bottom: -1px;
    right: -15px;
    content: '';
    width: 140px;
  }
}
.single-post__widget:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-post__widget:last-of-type:before {
  border-bottom: 0;
}
.single-post__widget-title {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 22px;
  margin-top: 11px;
}
.author-block {
  margin-bottom: 22px;
}
.author-block__follow {
  font-size: 11px;
}
.author-block__follow--icon {
  font-size: 9px;
  margin-right: 4px;
}
.author-block__image {
  border-radius: 50%;
  max-width: 100%;
}
.author-block__image-container {
  height: auto;
  max-width: 55px;
}
.author-block__posted-by {
  font-size: 14px;
  margin-bottom: 5.5px;
}
.author-block__posted-by--large {
  font-size: 16px;
  margin-right: 5.5px;
}
@media screen and (min-width: 480px) {
  .author-block__posted-by {
    margin-bottom: 0;
  }
}
.author-block__posted-by,
.author-block__text {
  display: inline-block;
}
.author-block__text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin-left: 11px;
}
.widget__icon-link {
  color: #333;
}
.widget__icon-link:hover {
  color: #1a9af7;
  border: none;
}
.widget__icon-link:hover .widget__icon--comment:before {
  content: '\e902';
}
.widget__icon-link:hover .widget__icon--heart:before {
  content: '\e908';
}
.widget__icon-link:hover .widget__icon--linkedin:before {
  content: '\e90a';
}
.widget__icon-link:hover .widget__icon--twitter:before {
  content: '\e90d';
}
.widget__icon-link:hover .widget__icon--facebook:before {
  content: '\e906';
}
.widget__icon-link:hover .widget__icon--email:before {
  content: '\e904';
}
.widget__icon-link:hover .widget__icon--bookmark:before {
  content: '\e900';
}
.widget__related-post {
  display: table;
  margin-bottom: 22px;
}
.widget__related-post a.cta_button {
  display: table !important;
}
.widget__related-post:last-of-type {
  margin-bottom: 0;
}
.widget__related-post-content {
  display: table-cell;
  vertical-align: top;
  padding-top: 2px;
}
.widget__related-post-image {
  background-position: 50%;
  background-size: cover;
  height: 100px;
  width: 100px;
}
.widget__related-post-image-container {
  margin-right: 11px !important;
}
.widget__related-post-meta {
  font-size: 12px;
}
.widget__related-post-meta--type {
  text-transform: uppercase;
}
.widget__related-post-title {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0;
}
.widget__social-comment,
.widget__social-like,
.widget__social-network {
  display: inline-block;
  margin: 0 5px;
}
.widget__social-container {
  padding: 0;
  text-align: right;
}
.widget__social-interact {
  font-size: 16px;
  padding: 0;
  text-align: left;
}
.widget__social-like {
  /* margin-right: 11px */
}
.widget__social-like.is-active .like-button {
  color: #1a9af7;
}
.widget__social-like.is-active .widget__icon--heart:before {
  content: '\e908';
}
.widget__social-network {
  margin-right: 5.5px;
  vertical-align: text-top;
}
.widget__social-network:last-of-type {
  margin-right: 0;
}
.widget__social-number {
  font-size: 16px;
  vertical-align: middle;
}
.icon_localytics-blog {
  background-image: url(../images/two-tone.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  width: 100%;
}
.nav {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .nav {
    line-height: 33px;
    margin-right: 18px;
    vertical-align: top;
  }
}
.nav > li > a {
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  padding: 5px 18px 5px 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  color: #1a9af7;
}
.nav > li.active > a {
  color: #1a9af7;
  font-weight: 700;
}
.nav > li:last-of-type a {
  padding: 5px 0;
}
.site-header {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .site-header {
    padding: 22px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header {
    margin-left: -15px;
    margin-right: -15px;
    padding: 22px 0;
  }
}
.site-nav {
  height: 36px;
}
.site-nav__brand {
  display: inline-block;
  height: 30px;
  line-height: 0;
  width: 215px;
}
.site-nav__brand-container {
  height: 30px;
}
.site-nav,
.site-nav__brand-container {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .site-nav,
  .site-nav__brand-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .site-nav__content {
    float: right !important;
  }
}
@media screen and (min-width: 992px) {
  .site-nav__content,
  .site-nav__cta,
  .site-nav__search {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 992px) {
  .site-nav__cta {
    padding-left: 18px;
  }
}
.site-nav__search {
  min-width: 154px;
}
.site-nav__subscribe {
  padding: 5.5px 12.57142857px;
}
.mobile-nav {
  margin-top: 0;
  padding: 0;
}
.mobile-nav__blog-blurb {
  color: #fff;
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
  padding-left: 22px;
  padding-right: 22px;
}
.mobile-nav__container {
  background-color: #1e3056;
  display: none;
  float: left;
  opacity: 0;
  overflow: scroll;
  height: 100%;
  width: 100%;
  z-index: 500;
}
.mobile-nav__container,
.mobile-nav__container--active {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.mobile-nav__container--active {
  display: block;
  opacity: 1;
  position: fixed;
  top: 60px;
}
@media screen and (min-width: 992px) {
  .mobile-nav__container {
    height: 100%;
  }
  .mobile-nav__container--active {
    position: relative;
    top: auto;
  }
}
.mobile-nav__cta {
  margin-bottom: 44px;
  margin-left: 33px;
  min-height: 88px;
  text-align: left;
}
.mobile-nav__cta-subscribe {
  font-size: 20px;
  font-weight: 700;
  padding: 5.5px 44px;
}
.mobile-nav__menu {
  list-style-type: none;
  margin-bottom: 44px;
  padding-left: 55px;
}
.mobile-nav__menu > li {
  font-size: 18px;
}
.mobile-nav__menu > li > a {
  color: #fff;
  display: block;
  padding: 5.5px;
}
.mobile-nav__menu > li > a:first-of-type {
  padding-top: 11px;
}
.mobile-nav__menu > li > a:last-of-type {
  padding-bottom: 0;
}
.mobile-nav__menu .active {
  font-weight: 700;
}
.mobile-nav__padding {
  display: inline-block;
  float: left;
  height: auto;
  width: 100%;
  padding: 15px;
  z-index: 500;
}
.mobile-nav__padding--active {
  position: fixed;
  top: 0;
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .mobile-nav__padding {
    display: block;
    padding: 0;
    width: auto;
  }
  .mobile-nav__padding--active {
    position: relative;
    top: auto;
    padding-bottom: 0;
  }
}
.mobile-nav__search {
  background-color: #1a9af7;
  margin-bottom: 33px;
  padding: 11px 33px;
}
.mobile-nav__search .gsc-control-searchbox-only .gsc-search-box.gsc-search-box-tools table.gsc-search-box {
  width: 100%;
}
.mobile-nav__search .gsc-control-searchbox-only .gsc-search-box.gsc-search-box-tools table.gsc-search-box .gsc-input-box {
  background-color: transparent;
  height: 35px;
}
.mobile-nav__search .gsc-control-searchbox-only .gsc-search-box.gsc-search-box-tools table.gsc-search-box .gsc-input-box .gsib_a input,
.mobile-nav__search
  .gsc-control-searchbox-only
  .gsc-search-box.gsc-search-box-tools
  table.gsc-search-box
  .gsc-input-box
  .gsib_a
  input::-webkit-input-placeholder {
  color: #fff;
  font-size: 20px;
}
.mobile-nav__search .gsc-control-searchbox-only .gsc-search-box.gsc-search-box-tools table.gsc-search-box .gsc-input-box .gsib_a input,
.mobile-nav__search
  .gsc-control-searchbox-only
  .gsc-search-box.gsc-search-box-tools
  table.gsc-search-box
  .gsc-input-box
  .gsib_a
  input::-moz-placeholder {
  color: #fff;
  font-size: 20px;
}
.mobile-nav__search .gsc-control-searchbox-only .gsc-search-box.gsc-search-box-tools table.gsc-search-box .gsc-input-box .gsib_a input,
.mobile-nav__search
  .gsc-control-searchbox-only
  .gsc-search-box.gsc-search-box-tools
  table.gsc-search-box
  .gsc-input-box
  .gsib_a
  input:-ms-input-placeholder {
  color: #fff;
  font-size: 20px;
}
.mobile-nav__search .gsc-control-searchbox-only .gsc-search-box.gsc-search-box-tools table.gsc-search-box .gsc-input-box .gsib_a input,
.mobile-nav__search
  .gsc-control-searchbox-only
  .gsc-search-box.gsc-search-box-tools
  table.gsc-search-box
  .gsc-input-box
  .gsib_a
  input::placeholder {
  color: #fff;
  font-size: 20px;
}
.mobile-nav__search
  .gsc-control-searchbox-only
  .gsc-search-box.gsc-search-box-tools
  table.gsc-search-box
  .gsc-input-box
  .gsib_a
  .gsc-input {
  left: 0;
  max-width: 80%;
}
.mobile-nav__search .gsc-control-searchbox-only .gsc-search-box.gsc-search-box-tools table.gsc-search-box .gsc-input-box .gsib_b {
  display: none;
}
.mobile-nav__search .gsc-control-searchbox-only .gsc-search-box.gsc-search-box-tools table.gsc-search-box .gsc-search-button input {
  height: 35px;
  width: 35px;
}
.mobile-nav__search .gsc-control-searchbox-only .gsc-search-box.gsc-search-box-tools table.gsc-search-box .gsc-search-button:after {
  font-size: 18px;
  line-height: 25px;
  height: 35px;
  width: 35px;
  border: 1px solid #fff;
  padding: 5px;
}
.mobile-nav__search .gsc-control-searchbox-only .gsc-search-box.gsc-search-box-tools table.gsc-search-box .gsc-search-button:active:after,
.mobile-nav__search .gsc-control-searchbox-only .gsc-search-box.gsc-search-box-tools table.gsc-search-box .gsc-search-button:hover:after {
  background-color: #fff;
  color: #1a9af7;
}
.mobile-nav__section-header {
  color: #8f98ab;
  font-size: 14px;
  margin-bottom: 11px;
  margin-top: 0;
  padding-left: 33px;
}
.mobile-nav__social {
  background-color: #1e3056;
  border-bottom: 0;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  padding: 11px 22px;
  z-index: 500;
}
.mobile-nav__social .widget__icon-link,
.mobile-nav__social .widget__social-number {
  color: #fff;
}
.mobile-nav__social .widget__icon-link,
.mobile-nav__social .widget__social-network {
  font-size: 18px;
}
.mobile-nav__social .widget__social-like {
  margin-right: 22px;
}
@media screen and (min-width: 992px) {
  .mobile-nav__social .widget__social-like {
    margin-right: 11px;
  }
}
.mobile-nav__social .widget__social-network {
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  .mobile-nav__social .widget__social-network {
    margin-right: 11px;
  }
}
.mobile-nav__social .widget__social-network:last-of-type {
  margin-right: 0;
}
.mobile-nav__social .widget__social-number {
  position: relative;
  top: 0.25em;
}
.mobile-nav__social-title {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-nav__social-title {
    display: block;
  }
}
.mobile-nav__toggle {
  height: 50px;
  width: 70px;
  padding-right: 20px;
  position: relative;
  top: 0;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
}
.mobile-nav__toggle:hover {
  cursor: pointer;
}
.mobile-nav__toggle-bar {
  position: absolute;
  width: 30px;
}
.mobile-nav__toggle-bar > img {
  height: 1px;
  max-width: 100%;
  position: absolute;
}
.mobile-nav__toggle-bar:nth-child(1) {
  top: 0;
}
.mobile-nav__toggle-bar:nth-child(2) {
  top: 50%;
}
.mobile-nav__toggle-bar:nth-child(3) {
  top: 100%;
}
.mobile-nav__visible {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .mobile-nav__visible {
    overflow: scroll;
  }
}
.sub-nav--pri-nav {
  margin-bottom: 22px;
}
.sub-nav__cta {
  float: left;
  clear: left;
  color: #80878c;
  font-size: 14px;
  font-weight: 100;
  margin: 22px 0 0;
}
.sub-nav__cta .btn {
  color: #fff;
  background-color: #1a9af7;
  border-color: #1a9af7;
  text-transform: uppercase;
  margin-left: 0;
  padding: 5px 15px;
}
.open > .dropdown-toggle.sub-nav__cta .btn,
.sub-nav__cta .btn.active,
.sub-nav__cta .btn.focus,
.sub-nav__cta .btn:active,
.sub-nav__cta .btn:focus,
.sub-nav__cta .btn:hover {
  color: #fff;
  background-color: #077fd7;
  border-color: #077acd;
}
.open > .dropdown-toggle.sub-nav__cta .btn,
.sub-nav__cta .btn.active,
.sub-nav__cta .btn:active {
  background-image: none;
}
.sub-nav__cta .btn.disabled,
.sub-nav__cta .btn.disabled.active,
.sub-nav__cta .btn.disabled.focus,
.sub-nav__cta .btn.disabled:active,
.sub-nav__cta .btn.disabled:focus,
.sub-nav__cta .btn.disabled:hover,
.sub-nav__cta .btn[disabled],
.sub-nav__cta .btn[disabled].active,
.sub-nav__cta .btn[disabled].focus,
.sub-nav__cta .btn[disabled]:active,
.sub-nav__cta .btn[disabled]:focus,
.sub-nav__cta .btn[disabled]:hover,
fieldset[disabled] .sub-nav__cta .btn,
fieldset[disabled] .sub-nav__cta .btn.active,
fieldset[disabled] .sub-nav__cta .btn.focus,
fieldset[disabled] .sub-nav__cta .btn:active,
fieldset[disabled] .sub-nav__cta .btn:focus,
fieldset[disabled] .sub-nav__cta .btn:hover {
  background-color: #1a9af7;
  border-color: #1a9af7;
}
.sub-nav__cta .btn .badge {
  color: #1a9af7;
  background-color: #fff;
}
.sub-nav__cta .btn:hover {
  background-color: #e85632;
  border-color: #e85632;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .sub-nav__cta .btn {
    margin-left: 11px;
  }
}
.sub-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-nav__list--pri-nav {
  overflow: hidden;
}
.sub-nav__link {
  color: #80878c;
  font-size: 14px;
  font-weight: 100;
  line-height: 33px;
  white-space: nowrap;
}
.sub-nav__link:focus,
.sub-nav__link:hover {
  color: #80878c;
}
.no-touchevents .sub-nav__link:focus,
.no-touchevents .sub-nav__link:hover {
  color: #fff;
}
.sub-nav__link--sales,
.sub-nav__link--support,
.sub-nav__link--tel {
  padding-left: 22px;
  clear: left;
  float: left;
  position: relative;
}
.sub-nav__link--sales .ico,
.sub-nav__link--support .ico,
.sub-nav__link--tel .ico {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.sub-nav__title {
  color: #aeb5ba;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 11px;
}
.sub-nav__title--pri-nav {
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sub-nav__title--pri-nav [role='button'] {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: block;
}
.no-touchevents .sub-nav__title--pri-nav [role='button']:focus,
.no-touchevents .sub-nav__title--pri-nav [role='button']:hover {
  color: #fff;
}
.sub-nav__title--pri-nav [role='button'] .glyphicon {
  margin-top: -5px;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 10px;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.sub-nav__title--pri-nav [role='button'].collapsed .glyphicon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.subnav {
  background-color: #f1efe9;
  position: relative;
  z-index: 100;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .subnav {
    position: static;
  }
}
.subnav-list {
  background-color: #e8e7e1;
  margin-bottom: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .subnav-list {
    background-color: #f1efe9;
    max-height: none !important;
    padding: 0 15px;
  }
}
.subnav-toggle:checked + .subnav--company .subnav-list {
  max-height: 500px;
}
.subnav-list__item {
  display: block;
}
@media screen and (min-width: 768px) {
  .subnav-list__item {
    display: inline-block;
    margin-right: 50px;
  }
}
.subnav-list__link {
  color: #838383;
  display: block;
  line-height: 52px;
  padding-left: 60px;
}
@media screen and (min-width: 768px) {
  .subnav-list__link {
    line-height: 77px;
    padding-left: 0;
  }
}
.subnav-list__link--active,
.subnav-list__link:hover {
  color: #1a9af7;
}
.subnav-list__link--active {
  display: none;
}
@media screen and (min-width: 768px) {
  .subnav-list__link--active {
    display: inline;
  }
}
.subnav-toggle {
  display: none;
}
.subnav-toggle-trigger {
  color: #1a9af7;
  font-weight: 400;
  display: block;
  line-height: 52px;
  margin-bottom: 0;
  padding-left: 60px;
}
@media screen and (min-width: 768px) {
  .subnav-toggle-trigger {
    display: none;
  }
}
.subnav-toggle-trigger:after,
.subnav-toggle-trigger:before {
  background: url(../images/sprite/small-icons.png) no-repeat 0 0;
  background-size: 100px 1700px;
  background-position: left -1150px;
  content: '';
  display: block;
  height: 25px;
  width: 28px;
  left: 18px;
  position: absolute;
  top: 15px;
}
.subnav-toggle-trigger:after {
  display: none;
  background-position: 3px -1200px;
}
.subnav-toggle:checked + .subnav .subnav-toggle-trigger:after {
  display: block;
}
.subnav-toggle:checked + .subnav .subnav-toggle-trigger:before {
  display: none;
}
.site-footer {
  background-color: #172735;
  color: #80878c;
  padding: 66px 0;
  position: relative;
}
.site-footer__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.site-footer__container > .navbar-collapse,
.site-footer__container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .site-footer__container > .navbar-collapse,
  .site-footer__container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.site-footer__section {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 24px;
  text-align: center;
}
.site-footer__section:last-child {
  margin-bottom: 0;
}
.site-footer__section p,
.site-footer__section span {
  color: #80878c;
  font-size: 14px;
  font-weight: 100;
}
.sub-nav--footer {
  margin-bottom: 44px;
  width: auto;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.sub-nav--footer .sub-nav__link {
  font-size: 13px;
}
.sub-nav--footer:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .sub-nav--footer {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sub-nav--footer:nth-child(n + 3) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sub-nav--footer {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .sub-nav--footer {
    margin-bottom: 0;
    width: 20%;
  }
}
.sub-nav__list--footer {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.sub-nav__list--footer li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.sub-nav__title--footer {
  font-size: 18px;
}
@media screen and (min-width: 480px) {
  .sub-nav__title--footer {
    padding-bottom: 11px;
  }
}
.footer__link,
.footer__title {
  font-size: 18px;
}
.footer__link--sales,
.footer__link--support,
.footer__link--tel,
.footer__link--tel-emea {
  color: #aeb5ba;
}
.footer__link--support,
.footer__link--tel,
.footer__link--tel-emea {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__link--support,
  .footer__link--tel,
  .footer__link--tel-emea {
    display: inline-block;
  }
}
.footer__link--sales,
.footer__link--tel-emea {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .footer__link--sales,
  .footer__link--tel-emea {
    margin-left: 44px;
  }
}
.footer__link .ico {
  margin-right: 11px;
}
.footer-logos--platforms,
.footer-logos--social {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-logos--platforms,
  .footer-logos--social {
    display: inline-block;
  }
}
.footer-logos--platforms {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .footer-logos--platforms {
    margin-bottom: 0;
    margin-right: 44px;
  }
}
.footer-logos__title {
  display: block;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .footer-logos__title {
    display: inline-block;
    margin-bottom: 0;
  }
}
.footer-logos__image {
  color: #80878c;
}
a.footer-logos__image:hover {
  color: #fff;
}
.footer-logos__image > .logo {
  font-size: 20px;
  line-height: 1;
  color: inherit;
  vertical-align: top;
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-left: 6px;
}
.footer-logos__image > .logo--www {
  width: 1.4em;
}
.site-nav__search .gsc-control-searchbox-only {
  padding-top: 4px;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box {
  position: relative;
  width: 154px;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsc-input {
  background-color: transparent !important;
  padding-right: 0;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsc-input-box {
  border-color: #1a9af7;
  border-radius: 15px;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsc-input-box,
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsc-input-box-focus,
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsc-input-box-hover {
  box-shadow: none;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsc-search-button {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsc-search-button:after {
  font-family: blog;
  background-color: #1a9af7;
  border-radius: 50%;
  color: #fff;
  content: '\e90c';
  font-size: 14px;
  line-height: 25px;
  pointer-events: none;
  text-align: center;
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsc-search-button:hover:after {
  background-color: #0271c1;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsc-search-button input {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsib_a {
  position: relative;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsib_a .gsc-input {
  font-size: 14px;
  margin: 0 !important;
  max-width: 95px;
  position: absolute;
  left: 11px;
  top: 3px;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsst_a {
  margin-right: 22px;
  padding-top: 5.5px !important;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsst_a .gscb_a {
  color: #1a9af7;
}
.site-nav__search .gsc-search-box-tools table.gsc-search-box .gsst_a .gscb_a:hover {
  color: #e85632;
}
.search-layout {
  padding: 44px 15px;
}
.search-layout__nav-search {
  padding: 0;
}
.search-layout__search-form {
  background-color: #d7d7d7;
  border-radius: 4px;
  display: block !important;
  margin-bottom: 33px;
  padding: 0;
}
.search-layout__search-form .gsc-search-box.gsc-search-box-tools,
.search-layout__search-form .gsc-search-box.gsc-search-box-tools table.gsc-search-box {
  margin-bottom: 0;
}
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-input .gsc-input-box {
  background-color: transparent;
  border: 0;
  height: auto;
}
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-input .gsc-input-box .gsib_a {
  padding: 11px;
}
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-input .gsc-input-box .gsib_a .gsc-input {
  background-color: transparent !important;
  height: auto !important;
  margin: 0 !important;
  font-size: 20px;
}
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-input .gsc-input-box .gsib_b {
  display: none;
}
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-input .gsc-input-box,
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-input .gsc-input-box-focus,
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-input .gsc-input-box-hover {
  box-shadow: none;
}
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-search-button {
  position: relative;
  min-width: 75px;
  height: 50px;
  width: 120px;
}
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-search-button:before {
  content: 'Search';
  background-color: #1a9af7;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 11px;
  position: absolute;
}
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-search-button:hover:before {
  background-color: #0271c1;
}
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-search-button input.gsc-search-button-v2 {
  display: block;
  height: 100%;
  width: 100%;
  min-width: 0;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  border: none;
  opacity: 0;
}
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-search-button input.gsc-search-button-v2:active,
.search-layout__search-form .gsc-search-box.gsc-search-box-tools td.gsc-search-button input.gsc-search-button-v2:focus {
  box-shadow: none;
  outline: none;
}
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0;
}
.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  font-family: proxima-nova, Arial, sans-serif !important;
}
.gs-no-results-result .gs-snippet {
  background-color: transparent !important;
  border-color: #1a9af7 !important;
  color: #1a9af7 !important;
  font-size: 16px;
  line-height: 16px;
  margin: 0 11px !important;
  padding: 11px 22px !important;
}
.gsc-results {
  width: 100%;
}
.gs-snippet,
.gsc-result-info,
.gsc-thumbnail-inside,
.gsc-url-top {
  font-weight: 400;
  padding: 0 11px !important;
}
.gsc-results .gsc-cursor-box {
  margin: 11px;
}
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #1a9af7 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #fff !important;
  background-color: #333 !important;
  padding: 2px 7.33333333px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none !important;
}
.subscription-modal__active {
  overflow: hidden;
}
.subscription-modal__background,
.subscription-modal__body {
  display: none;
}
.subscription-modal__background {
  background-color: #000;
  opacity: 0.8;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 501;
}
.subscription-modal__body {
  background-image: -webkit-linear-gradient(bottom, #1e3056, #1d4e84 50%, #1e3056);
  background-image: linear-gradient(0deg, #1e3056 0, #1d4e84 50%, #1e3056);
  overflow: visible;
  padding: 44px 22px;
  position: fixed;
  z-index: 501;
}
@media screen and (min-width: 992px) {
  .subscription-modal__body {
    padding: 44px 33px;
  }
}
.subscription-modal__close {
  background-color: transparent;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.subscription-modal__close--x {
  color: #1a9af7;
  fill: currentColor;
  pointer-events: none;
  padding: 5.5px;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .subscription-modal__close {
    background-color: #fff;
    right: -15px;
    top: -15px;
  }
}
.subscription-modal__form {
  color: #fff !important;
  max-width: 425px;
}
.subscription-modal__form,
.subscription-modal__form .mktoHasWidth {
  width: 100% !important;
}
.subscription-modal__form .mktoError {
  float: left;
}
.subscription-modal__form .mktoFormRow .mktoFormCol {
  float: none;
}
.subscription-modal__form .mktoFormRow:nth-child(3) {
  margin-bottom: 22px;
}
.subscription-modal__form .mktoFormRow:nth-child(3) .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap {
  float: none;
  text-align: center;
}
.subscription-modal__form .mktoFormRow:nth-child(4) {
  display: inline-block;
  width: 60%;
}
@media screen and (min-width: 992px) {
  .subscription-modal__form .mktoFormRow:nth-child(4) {
    width: 72.5%;
  }
}
.subscription-modal__form .mktoFormRow:nth-child(4) .mktoClear {
  clear: none;
}
.subscription-modal__form .mktoFormRow:nth-child(4) .mktoFieldWrap.mktoRequiredField {
  width: 100% !important;
}
.subscription-modal__form .mktoFormRow:nth-child(4) .mktoFieldDescriptor.mktoFormCol {
  display: inline-block;
  float: left;
  margin-bottom: 0 !important;
  width: 100%;
}
.subscription-modal__form .mktoEmailField {
  background-color: #d7d7d7;
  border: 0;
  border-radius: 4px;
  color: #333;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 11px !important;
}
.subscription-modal__form .mktoEmailField:active,
.subscription-modal__form .mktoEmailField:focus {
  box-shadow: none;
  outline: none;
}
.subscription-modal__form .mktoButton {
  background-color: #1a9af7;
  border: none;
  border-radius: 4px;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.5;
  padding: 11px !important;
  width: 100%;
}
.subscription-modal__form .mktoButton:active,
.subscription-modal__form .mktoButton:focus {
  box-shadow: none;
  outline: none;
}
.subscription-modal__form .mktoButton:hover {
  background-color: #0271c1;
}
.subscription-modal__form .mktoButtonRow {
  display: inline-block;
  margin-left: 2.5%;
  vertical-align: top;
  width: 37.5%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .subscription-modal__form .mktoButtonRow {
    width: 25%;
  }
}
.subscription-modal__form .mktoButtonWrap {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .subscription-modal__form {
    min-width: 400px;
  }
}
.subscription-modal__paragraph,
.subscription-modal__paragraph--success,
.subscription-modal__title {
  font-weight: 100;
  margin-bottom: 22px !important;
  margin-top: 0;
}
.subscription-modal__paragraph--success {
  margin-bottom: 0 !important;
}
.subscription-modal__success {
  color: #fff !important;
  max-width: 425px;
  text-align: center;
}
.subscription-modal__success--checkmark {
  color: #17d766;
  fill: currentColor;
  margin-bottom: 22px;
  max-width: 125px;
}
@media screen and (min-width: 992px) {
  .subscription-modal__success {
    min-width: 400px;
  }
}
@font-face {
  font-family: localytics-icons;
  src: url(https://www.localytics.com/wp-content/themes/localytics/fonts/localytics-icons.eot);
}
@font-face {
  font-family: localytics-icons;
  src: url('data:application/x-font-ttf;charset=utf-8;base64,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')
    format('truetype');
  font-weight: 400;
  font-style: normal;
}
.ico {
  font-family: localytics-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico.ico--support:before {
  content: '\e61a';
}
.ico.ico--apps:before {
  content: '\e617';
}
.ico.ico--companies:before {
  content: '\e618';
}
.ico.ico--link:before {
  content: '\e619';
}
.ico.ico--people:before {
  content: '\e600';
}
.ico.ico--answers:before {
  content: '\e601';
}
.ico.ico--atomic:before {
  content: '\e602';
}
.ico.ico--attribution:before {
  content: '\e603';
}
.ico.ico--audience:before {
  content: '\e604';
}
.ico.ico--calendar:before {
  content: '\e605';
}
.ico.ico--chart:before,
.ico.ico--datapoints:before {
  content: '\e606';
}
.ico.ico--contact-info:before {
  content: '\e607';
}
.ico.ico--cycle:before {
  content: '\e608';
}
.ico.ico--distribution:before {
  content: '\e609';
}
.ico.ico--documents:before {
  content: '\e60a';
}
.ico.ico--emea:before {
  content: '\e901';
}
.ico.ico--filters:before {
  content: '\e60b';
}
.ico.ico--funnel:before {
  content: '\e60c';
}
.ico.ico--insights:before {
  content: '\e60d';
}
.ico.ico--layout:before {
  content: '\e60e';
}
.ico.ico--money:before {
  content: '\e60f';
}
.ico.ico--paper-airplane:before {
  content: '\e610';
}
.ico.ico--devices:before,
.ico.ico--phone:before {
  content: '\e611';
}
.ico.ico--power-users:before {
  content: '\e612';
}
.ico.ico--profile:before {
  content: '\e613';
}
.ico.ico--push-messaging:before {
  content: '\e614';
}
.ico.ico--targeting:before {
  content: '\e615';
}
.ico.ico--stopwatch:before {
  content: '\e616';
}
.ico.ico--usa:before {
  content: '\e900';
}
.icon,
svg.icon {
  display: inline-block;
}
svg.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.icon-container--circle {
  background-color: rgba(0, 135, 243, 0);
  border: 3px solid #fff;
  border-radius: 999px;
  padding: 16px;
  font-size: 0;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
  position: absolute;
  top: 50%;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.btn-trigger--hover:hover .icon-container--circle,
.btn:hover .icon-container--circle {
  background-color: rgba(0, 135, 243, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 135, 243, 0.5);
}
.icon-container .icon_play-inactive {
  height: 30px;
  width: 30px;
}
.icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-list__item {
  margin-bottom: 22px;
  padding-left: 60px;
  position: relative;
}
.icon-list__icon {
  display: inline-block;
  font-size: 40px;
  height: 1em;
  max-width: 40px;
  width: 1em;
  left: 0;
  position: absolute;
  top: 5px;
}
.ico-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ico-list__item {
  margin-bottom: 22px;
}
.ico-list__icon {
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 60px;
}
@font-face {
  font-family: blog;
  src: url(http://cdn2.hubspot.net/hubfs/367525/2016_Blog_Theme/blog.eot);
}
@font-face {
  font-family: blog;
  src: url('data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBbIAAAC8AAAAYGNtYXAXVtKVAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZhkwaLgAAAF4AAAM/GhlYWQKVP51AAAOdAAAADZoaGVhB8ID1AAADqwAAAAkaG10eDugAEwAAA7QAAAATGxvY2EUjhewAAAPHAAAAChtYXhwABoAxwAAD0QAAAAgbmFtZU054MsAAA9kAAABYnBvc3QAAwAAAAAQyAAAACAAAwN6AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpDgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Q7//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAD/xgLGA7oAGgAAASEiBhURFBYXHgEzMjY3CQEeATMyNjURNCYjAq39ZgkKCAUJFAkKEwoBBgEGChMKGCEQCQO6Cgr8YA4VCQoKCAUBAP8ABQgiGAOmCgoAAAIAAP/GAsYDugAaAC8AAAEhIgYVERQWFx4BMzI2NwkBHgEzMjY1ETQmIwMUBiMiJicBJiIHAQYiNS4BNREhEQKt/WYJCggFCRQJChMKAQYBBgoTChghEAkTCAUFAwX+7QUQBf7tBQ4FAgJ0A7oKCvxgDhUJCgoIBQEA/wAFCCIYA6YKCvxMCQoCBQEGBQX+8wUFBQoEA438cwAAAAEAAP/AA/MDwAAhAAABISIOAhUUHgIXFRQWFzAyMTI2NSUzMj4CNTYuAiMCpv66SIBgOCxIXDAIBQYFCAEgYEZ7XDYDNFt7RgPAP2qOT0iAZEYO5wUJBQIE9D5rjk9Ni2o+AAACAAD/wAPzA8AAIQBAAAABISIOAhUUHgIXFRQWFzAyMTI2NSUzMj4CNTYuAiMRIyIGFQU1NCYjLgM1ND4CMyEyHgIVFA4CIwKm/rpIgGA4LEhcMAgFBgUIASBgRntcNgM0W3tGZgUI/voKCSxURCkxVHA+AUY8bVMxMVNtPAPAP2qOT0iAZEYO5wUJBQIE9D5rjk9Ni2o+/SYBBdrNCgkKOllzREV+Xjg4Xn5FRntdNgAAAAAEAAYAUwPzAzMAEAAhADMATQAAASEiBhURFBYzITI2NRE2JiMBBzAGIyImNTQmPwE2MhcWFAUOASMiJi8BJjQ3NjIfARYUBxEBDgEjIiYnASY0NzYyFwEWMjcBNjIXDgEHA4b89DBERDADBjBDBUIw/eDgCAQFCAUF4AUQBAoCFgQEBAUDBeAFBQUQBOAFBf6tCSIODx0O/rMFBQUQBQFTDioOAVQEEAUFAwUDM0Mw/gAwPUIrAgAwQ/46ugYBBQUQBbkFBQkLvwUBAQW6BRAEBQW5BQsKAgD+2g8LCw8BJgULCgUF/tkODgEnBQUKCwUAAAAABQAGAFMD8wMzABkAKwA9AE4AXwAACQEGIicBJiIHBhQXAR4BMzI2NwE2NCcmIgcDJiIHBhQfATAWMzI2NTQ2LwEhBwYUFx4BMzI2PwE2NCcmIgcBISIGFREUFjMhMjY1ETYmIxMUBiMhIiY1ETQ2MyEyFhURA23+sw4qDv6sBAoFBQUBTQohDw4dDgFTBQUEEAXNBRAFBATgCAUFCAUF4P6z4AUFBQMFBQMF4AUFBRAFAjP89DBERDADBjBDBUIwVDIi/PQiMjIiAwYiMQLN/tkODgEnBQUKCwX+2goJCQoBJgUQBQUF/rkFBQQQBboGAQUFEAW5uQUQBQUBAQW6BRAEBQUBrUMw/gAwPUIrAgAwQ/2NIisrIgIAIisrIv4AAAAAAAEAAP/GAfMDugAxAAAFIyImNREjIiY9ATQ2OwE1ND4COwEyFh0BFAYrASIGHQEzMhYXFBYVBxQGKwERFAYjATrHBQ5NCQoKCVMYNFY+mgUOCQp6EwaNBAQEBxoJCnMKCToKCgHTDgWtBQ5aKFE/KAoKpgUOGwVTAgUFAwWmBQj+JwoKAAIAAP/GAfMDugAxAFQAAAUjIiY1ESMiJj0BNDY7ATU0PgI7ATIWHQEUBisBIgYdATMyFhcUFhUHFAYrAREUBiMnMxE0NjsBNyMiJj0BNDY7ATUjIg4CHQEUBisBFTMyFhURATrHBQ5NCQoKCVMYNFY+mgUOCQp6EwaNBAQEBxoJCnMKCbqtCQp6DIwFDycTYIBDTSYKCglNUwUIOgoKAdMOBa0FDlooUT8oCgqmBQ4bBVMCBQUDBaYFCP4nCgogAdoFDo0KCWAiHocwP0EQbQUOjQgF/iYAAAEAAAAGA60DegAhAAAlIiY1AS4BNTQ2Nz4BMzIWHwE3PgEzMhYXHgEUBgcBFAYjAgAFCP5gJi0mJyZlNTVkJzMtJmU1NWQnKSgoKf5gCAUGAgUBoCZgOjlgJyYnJyYtLSYnJyYpZWljJv5gBQIAAAACAAAABgOtA3oAIQBAAAAlIiY1AS4BNTQ2Nz4BMzIWHwE3PgEzMhYXHgEUBgcBFAYjAyIGBw4BFRQWFwkBPgE0JicuASMiBg8BBiIvAS4BIwIABQj+YCYtJicmZTU1ZCczLSZlNTVkJykoKCn+YAgF7TBTHSEfIx0BjQGNISIiISJTKzBTHUAFEgk6HVMwBgIFAaAmYDo5YCcmJycmLS0mJycmKWVpYyb+YAUCA0cjHSJTKytYHf5tAYwiVVlVIiEfIx06BQU6IR8AAAADAAD/wAQAA40ANQBFAFIAAAUjIiY1ETQmIyIGBw4BFREUBisBIiYnLgE1PAM1NDYzPgE7ATIWHQE+ATMyHgIVERQGIyEjIiY1ETQ2OwEyFhURFAYDMSImNTQ2MzIWFRYGA+3TCgpGEysqBQUBCgnUBAQEBQICBQQEBNQJChhWPzxhRCUOBf0G0woJCQrTCgkJcD9OTTk6TQVMQAoJAVNgIDEPBBoO/qAKCgIFBQMFArbiyhUFCAUBCQomHSkqTm9G/pQPCwoJAnoJCgoJ/YYJCgLNSzU5R0c5NUsABgAA/8AEAAONADUAWQBpAG4AewCIAAAFIyImNRE0JiMiBgcOARURFAYrASImJy4BNTwDNTQ2Mz4BOwEyFh0BPgEzMh4CFREUBiMnMxE0LgIjIgYHDgEjIiY9ASMcAxUzETQ2Nz4BMzIWFREFIyImNRE0NjsBMhYVERQGJzMRIxETMSImNTQ2MzIWFRYGJyIGFRQWMzEyNjU0JgPt0woKRhMrKgUFAQoJ1AQEBAUCAgUEBATUCQoYVj88YUQlDgXArR85VDRNTRMFCwoFCKysAgUORSYiWP3T0woJCQrTCgkJyq2tWj9OTTk6TQVMOSs8NSssOzVACgkBU2AgMQ8EGg7+oAoKAgUFAwUCtuLKFQUIBQEJCiYdKSpOb0b+lA8LJgFaQWREJD8hCgMKCUcnqrumIgFNEx0KKy42av7AJgoJAnoJCgoJ/YYJCiYCVP2sAqdLNTlHRzk1S+AzJyYzMyYnMwACACb/8wPAA5oAHwA0AAAlAT4BNTQuAiMiDgIVFB4CMzI2NwEeATMyNjc+AQE0PgIzMh4CFRQOAiMiLgI1A8D+uiElNFp5RkV6WjQ0WnpFOmgrAUYFEAUKCwUOAvypKUVdNTVdRigoRl01NV1FKToBRitoOkV6WjQ0WnpFRnlaNCUh/roFCAgFDiICHTVdRSkpRV01NV1GKChGXTUAAAAAAQANACAD8wNaAGUAACUiLgInLgE1NDYzOgEzMjY3LgEnNDYzJjYzOgEzLgE1NDYzMjYVMhYzLgE1NDY3NDYzMhYVHgMXPAE1ND4CMzIWFz4BNzYWMx4BFQ4BBz4BNzIWFxYUBw4BBxwBFRQOAiMBTStUT0oiBQEJCgoZCjloLDpTEwEFBQcEBQoFMD0BBQUIChMJHB0RDwgFBAgkVmFsOSI7Ty4rTSIcOh0FCQUFAQQaDgQYCgUJBQUFEzAdT5bYiSAMFyEWBAoFBQgcHQ9LOQUIBQIcZDkFCAUFBhxFKx04GAUCAgUrRzUhBQUQBS5POyIkHAQaDgUFBAoFGCYPCgsFAgQFCgUcNxMFCQVs06dnAAAAAgANACAD8wNaAGUAxAAAJSIuAicuATU0NjM6ATMyNjcuASc0NjMmNjM6ATMuATU0NjMyNhUyFjMuATU0Njc0NjMyFhUeAxc8ATU0PgIzMhYXPgE3NhYzHgEVDgEHPgE3MhYXFhQHDgEHHAEVFA4CIyceATMyPgI1PAE1NDYzPgE3DgEjIiYnNDY3PgE3DgEHIiY1LgEjIgYVFBYXFAYjIgYjLgMnDgEVFBYXHgEVFAYjIiYnHgEXMhYVFAYjDgEjHgEzMhYVFAYHDgEHAU0rVE9KIgUBCQoKGQo5aCw6UxMBBQUHBAUKBTA9AQUFCAoTCRwdEQ8IBQQIJFZhbDkiO08uK00iHDodBQkFBQEEGg4EGAoFCQUFBRMwHU+W2InzOXdDkNKJQgEFEx8OEyUOBQoFAgUTHg8YKhgFCBxKJk1nAgUCBQQEBDxzaF0mCgktJgUBCAQUJhMJUDoFCAgFDiQOGFM1BQgCBTB5QyAMFyEWBAoFBQgcHQ9LOQUIBQIcZDkFCAUFBhxFKx04GAUCAgUrRzUhBQUQBS5POyIkHAQaDgUFBAoFGCYPCgsFAgQFCgUcNxMFCQVs06dnWh0dbabDVwUQBAUIDxwPBQgIBQUJBQojEwoRBQIEGCJtTQkVDgUIBwMeNEcrEyAUMFEYBQoEBQgIBTpWCggFBQgJAzA3CAUECgUrKgQAAAABAAAAAQAAX8tAe18PPPUACwQAAAAAANOa3PwAAAAA05rc/AAA/8AEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAATBAAAAAAAAAAAAAAAAgAAAALQAAAC0AAABAAAAAQAAAAEAAAGBAAABgIAAAACAAAABAAAAAQAAAAEAAAABAAAAAQAACYEAAANBAAADQAAAAAACgAUAB4ATACaAMwBJgGgAjICdALgAxgDfgPsBJ4E7gV4Bn4AAQAAABMAxQAGAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAQAAAABAAAAAAACAAcARQABAAAAAAADAAQALQABAAAAAAAEAAQAWgABAAAAAAAFAAsADAABAAAAAAAGAAQAOQABAAAAAAAKABoAZgADAAEECQABAAgABAADAAEECQACAA4ATAADAAEECQADAAgAMQADAAEECQAEAAgAXgADAAEECQAFABYAFwADAAEECQAGAAgAPQADAAEECQAKADQAgGJsb2cAYgBsAG8AZ1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGJsb2cAYgBsAG8AZ2Jsb2cAYgBsAG8AZ1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmJsb2cAYgBsAG8AZ0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=')
    format('truetype');
  font-weight: 400;
  font-style: normal;
}
.blogcon {
  font-family: blog;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blogcon--bookmark-filled:before {
  content: '\e900';
}
.blogcon--bookmark-outline:before {
  content: '\e901';
}
.blogcon--comment-filled:before {
  content: '\e902';
}
.blogcon--comment-outline:before {
  content: '\e903';
}
.blogcon--email-filled:before {
  content: '\e904';
}
.blogcon--email-outline:before {
  content: '\e905';
}
.blogcon--facebook-filled:before {
  content: '\e906';
}
.blogcon--facebook-outline:before {
  content: '\e907';
}
.blogcon--heart-filled:before {
  content: '\e908';
}
.blogcon--heart-outline:before {
  content: '\e909';
}
.blogcon--linkedin-filled:before {
  content: '\e90a';
}
.blogcon--linkedin-outline:before {
  content: '\e90b';
}
.blogcon--search:before {
  content: '\e90c';
}
.blogcon--twitter-filled:before {
  content: '\e90d';
}
.blogcon--twitter-outline:before {
  content: '\e90e';
}
.hs-form {
  margin-top: 44px;
}
.hs-form > div {
  position: relative;
  margin-bottom: 22px;
  vertical-align: top;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .hs-form > div {
    display: inline-block;
    width: 48.5%;
  }
  .hs-form > div:nth-of-type(odd) {
    margin-right: 3%;
  }
  .hs-form > div:nth-of-type(5),
  .hs-form > div:nth-of-type(6) {
    margin-right: 0;
    width: 100%;
  }
}
.hs-form > div label {
  font-weight: 300;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  left: 22px;
  top: 22px;
}
.hs-form > div input,
.hs-form > div label {
  color: #333;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.hs-form > div input {
  background-color: #f1f1f1;
  border: 0;
  padding: 22px;
  width: 100%;
}
.hs-form > div input:active,
.hs-form > div input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.hs-form > div textarea {
  background-color: #f1f1f1;
  border: 22px solid #f1f1f1;
  color: #333;
  min-height: 140px;
  padding: 0;
  width: 100% !important;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.hs-form > div textarea:active,
.hs-form > div textarea:focus {
  box-shadow: none;
  outline: none;
}
.hs-form > div input,
.hs-form > div textarea {
  -webkit-appearance: none;
  box-shadow: none;
}
.hs-form div.active label {
  color: #1a9af7;
  font-size: 12px;
  top: 11px;
}
.hs-form div.active input,
.hs-form div.active label {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.hs-form div.active input {
  padding: 33px 22px 11px;
}
.hs-form div.active textarea {
  border-bottom: 11px solid #f1f1f1;
  border-top: 33px solid #f1f1f1;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.hs-form div.active .hs-error-msgs {
  display: block;
  margin-bottom: 22px;
  margin-top: 11px;
  position: relative;
  right: auto;
  top: 0;
}
@media screen and (min-width: 992px) {
  .hs-form div.active .hs-error-msgs {
    position: absolute;
    right: 22px;
    top: 0;
  }
}
.hs-form div.active .hs-error-msgs label {
  position: relative;
  left: auto;
  right: 0;
  top: 0;
  color: #d00826;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .hs-form div.active .hs-error-msgs label {
    font-size: 12px;
  }
}
.hs-form input[type='submit'].hs-button {
  background-color: #1a9af7;
  border: none;
  border-radius: 0.25em;
  color: #fff;
  padding: 10px 40px;
  width: auto;
}
.hs-form input[type='submit'].hs-button:hover {
  background-color: #0271c1;
}
.hs-form ul.hs-error-msgs {
  display: block;
  position: relative;
  right: auto;
  top: 5.5px;
  list-style-type: none;
  padding-left: 0;
}
.hs-form ul.hs-error-msgs > li > label {
  color: #d00826;
  position: relative;
  left: 0;
  top: 0;
  vertical-align: top;
}
.hs_submit {
  text-align: center;
}
.hs_cos_wrapper_type_blog_comments {
  margin-top: 44px;
  display: block;
}
#comment-form form:before {
  content: 'Share your thoughts.';
  font-weight: 700;
  display: block;
  margin-bottom: 11px;
}
.comment-from h4 {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  text-transform: capitalize;
}
#comment-form .hs-common-confirm-message {
  background-color: transparent !important;
  border: none !important;
  color: #44cd89 !important;
  display: block;
  margin: 44px 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
}
#comment-form .hs-common-confirm-message:before {
  content: '';
  display: block;
  margin: 0 auto 11px;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  background-image: url(//info.localytics.com/hubfs/2016_Blog_Theme/check_icon.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #comment-form .hs-common-confirm-message:before {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 22px;
  }
}
.comment-date {
  font-size: 12px !important;
  float: right;
}

button.comment-reply-to {
  color: #1a9af7 !important;
}
button.comment-reply-to:hover {
  color: #e85632 !important;
}
button.comment-reply-to em {
  font-style: normal;
  text-transform: capitalize;
}
.error-404__image {
  height: auto;
  width: 100%;
  max-width: 300px;
}
.error-404__image-container {
  margin-bottom: 44px;
}
.error-404__layout {
  margin-bottom: 66px;
  margin-top: 66px;
  text-align: center;
}
.error-404__paragraph:first-of-type {
  margin-bottom: 0;
}
.error-404__title {
  margin-bottom: 22px;
}
.browserupgrade {
  background-color: transparent;
  color: #1a9af7;
  margin: 22px 15px;
  text-align: center;
}
.max-width-xs {
  max-width: 450px;
}
@media screen and (min-width: 480px) {
  .max-width-xs {
    margin-left: auto;
    margin-right: auto;
  }
}
.max-width-sm {
  max-width: 738px;
}
@media screen and (min-width: 768px) {
  .max-width-sm {
    margin-left: auto;
    margin-right: auto;
  }
}
.max-width-md {
  max-width: 962px;
}
@media screen and (min-width: 992px) {
  .max-width-md {
    margin-left: auto;
    margin-right: auto;
  }
}
.max-width-lg {
  max-width: 1170px;
}
@media screen and (min-width: 1200px) {
  .max-width-lg {
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------
owl------------------------------*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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: 400px;
  }
}

