/*! 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: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table,
  #wp-calendar,
  table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th,
  #wp-calendar td,
  #wp-calendar th,
  table td,
  table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  min-width: 320px;
}
mb-4 {
  margin-bottom: 30px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #496073;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
  outline: 0 !important;
}
.panel a {
  text-decoration: underline;
}
.panel .card a {
  text-decoration: none;
}
.panel a:hover,
.panel a:active {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
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: 44px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 20px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #008593;
}
a.text-primary:hover {
  color: #005760;
}
.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: #008593;
}
a.bg-primary:hover {
  background-color: #005760;
}
.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: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 3px solid #5EB56C;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
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 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table,
#wp-calendar,
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
#wp-calendar > thead > tr > th,
#wp-calendar > tbody > tr > th,
#wp-calendar > tfoot > tr > th,
#wp-calendar > thead > tr > td,
#wp-calendar > tbody > tr > td,
#wp-calendar > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th,
#wp-calendar > thead > tr > th,
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
#wp-calendar > caption + thead > tr:first-child > th,
#wp-calendar > colgroup + thead > tr:first-child > th,
#wp-calendar > thead:first-child > tr:first-child > th,
#wp-calendar > caption + thead > tr:first-child > td,
#wp-calendar > colgroup + thead > tr:first-child > td,
#wp-calendar > thead:first-child > tr:first-child > td,
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
#wp-calendar > tbody + tbody,
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table,
#wp-calendar #wp-calendar,
table table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th,
#wp-calendar > thead > tr > td.active,
#wp-calendar > tbody > tr > td.active,
#wp-calendar > tfoot > tr > td.active,
#wp-calendar > thead > tr > th.active,
#wp-calendar > tbody > tr > th.active,
#wp-calendar > tfoot > tr > th.active,
#wp-calendar > thead > tr.active > td,
#wp-calendar > tbody > tr.active > td,
#wp-calendar > tfoot > tr.active > td,
#wp-calendar > thead > tr.active > th,
#wp-calendar > tbody > tr.active > th,
#wp-calendar > tfoot > tr.active > th,
table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th,
#wp-calendar > thead > tr > td.success,
#wp-calendar > tbody > tr > td.success,
#wp-calendar > tfoot > tr > td.success,
#wp-calendar > thead > tr > th.success,
#wp-calendar > tbody > tr > th.success,
#wp-calendar > tfoot > tr > th.success,
#wp-calendar > thead > tr.success > td,
#wp-calendar > tbody > tr.success > td,
#wp-calendar > tfoot > tr.success > td,
#wp-calendar > thead > tr.success > th,
#wp-calendar > tbody > tr.success > th,
#wp-calendar > tfoot > tr.success > th,
table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th,
#wp-calendar > thead > tr > td.info,
#wp-calendar > tbody > tr > td.info,
#wp-calendar > tfoot > tr > td.info,
#wp-calendar > thead > tr > th.info,
#wp-calendar > tbody > tr > th.info,
#wp-calendar > tfoot > tr > th.info,
#wp-calendar > thead > tr.info > td,
#wp-calendar > tbody > tr.info > td,
#wp-calendar > tfoot > tr.info > td,
#wp-calendar > thead > tr.info > th,
#wp-calendar > tbody > tr.info > th,
#wp-calendar > tfoot > tr.info > th,
table > thead > tr > td.info,
table > tbody > tr > td.info,
table > tfoot > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr > th.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > tbody > tr.info > td,
table > tfoot > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th,
#wp-calendar > thead > tr > td.warning,
#wp-calendar > tbody > tr > td.warning,
#wp-calendar > tfoot > tr > td.warning,
#wp-calendar > thead > tr > th.warning,
#wp-calendar > tbody > tr > th.warning,
#wp-calendar > tfoot > tr > th.warning,
#wp-calendar > thead > tr.warning > td,
#wp-calendar > tbody > tr.warning > td,
#wp-calendar > tfoot > tr.warning > td,
#wp-calendar > thead > tr.warning > th,
#wp-calendar > tbody > tr.warning > th,
#wp-calendar > tfoot > tr.warning > th,
table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th,
#wp-calendar > thead > tr > td.danger,
#wp-calendar > tbody > tr > td.danger,
#wp-calendar > tfoot > tr > td.danger,
#wp-calendar > thead > tr > th.danger,
#wp-calendar > tbody > tr > th.danger,
#wp-calendar > tfoot > tr > th.danger,
#wp-calendar > thead > tr.danger > td,
#wp-calendar > tbody > tr.danger > td,
#wp-calendar > tfoot > tr.danger > td,
#wp-calendar > thead > tr.danger > th,
#wp-calendar > tbody > tr.danger > th,
#wp-calendar > tfoot > tr.danger > th,
table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table,
  .table-responsive > #wp-calendar,
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > #wp-calendar > thead > tr > th,
  .table-responsive > #wp-calendar > tbody > tr > th,
  .table-responsive > #wp-calendar > tfoot > tr > th,
  .table-responsive > #wp-calendar > thead > tr > td,
  .table-responsive > #wp-calendar > tbody > tr > td,
  .table-responsive > #wp-calendar > tfoot > tr > td,
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control,
#searchform #s {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
#searchform #s:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder,
#searchform #s::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
#searchform #s:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder,
#searchform #s::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
#searchform #s[disabled],
#searchform #s[readonly],
fieldset[disabled] #searchform #s {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control,
#searchform #s[disabled],
fieldset[disabled] #searchform #s {
  cursor: not-allowed;
}
textarea.form-control,
textarea#searchform #s {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 35px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control,
.form-group-sm #searchform #s {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control,
select.form-group-sm #searchform #s {
  height: 31px;
  line-height: 31px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control,
textarea.form-group-sm #searchform #s,
select[multiple].form-group-sm #searchform #s {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  min-height: 34px;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control,
.form-group-lg #searchform #s {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.form-group-lg .form-control,
select.form-group-lg #searchform #s {
  height: 48px;
  line-height: 48px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control,
textarea.form-group-lg #searchform #s,
select[multiple].form-group-lg #searchform #s {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  min-height: 40px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback #searchform #s {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control,
.has-success #searchform #s {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.has-success #searchform #s:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control,
.has-warning #searchform #s {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.has-warning #searchform #s:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control,
.has-error #searchform #s {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error #searchform #s:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline #searchform #s {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group #searchform #s {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > #searchform #s {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
.comment-reply-link,
.comment-respond #submit,
#wp-calendar #prev a,
#wp-calendar #next a,
#searchform #searchsubmit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  padding-right: 80px !important;
  color: #ffffff;
  background-color: #FFFFFF26;
  background-image: url("../images/link-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: auto 15px;
  border: 0;
  text-decoration: none !important;
  font-weight: bold;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #FFFFFF33;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #d53c52;
  border-color: #cc2c43;
}
.btn-primary .badge {
  color: #d53c52;
  background-color: #ffffff;
}
.btn-success,
.comment-reply-link {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-secondary {
  padding-right: 80px !important;
  color: #3C3C3C;
  background-color: #0000001A;
  background-image: url("../images/link-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: auto 15px;
  border: 0;
  text-decoration: none !important;
  font-weight: bold;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-primary {
  color: #3C3C3C;
  background-color: #00000026;
}
.link-arrow {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: 5px;
  background-image: url("../images/link-arrow.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-reply-link.focus,
.comment-reply-link:active,
.comment-reply-link.active,
.open > .dropdown-toggle.comment-reply-link {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.comment-reply-link:active,
.comment-reply-link.active,
.open > .dropdown-toggle.comment-reply-link {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active,
.comment-reply-link.disabled,
.comment-reply-link[disabled],
fieldset[disabled] .comment-reply-link,
.comment-reply-link.disabled:hover,
.comment-reply-link[disabled]:hover,
fieldset[disabled] .comment-reply-link:hover,
.comment-reply-link.disabled:focus,
.comment-reply-link[disabled]:focus,
fieldset[disabled] .comment-reply-link:focus,
.comment-reply-link.disabled.focus,
.comment-reply-link[disabled].focus,
fieldset[disabled] .comment-reply-link.focus,
.comment-reply-link.disabled:active,
.comment-reply-link[disabled]:active,
fieldset[disabled] .comment-reply-link:active,
.comment-reply-link.disabled.active,
.comment-reply-link[disabled].active,
fieldset[disabled] .comment-reply-link.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge,
.comment-reply-link .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info,
.comment-respond #submit,
#searchform #searchsubmit {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.comment-respond #submit:hover,
.comment-respond #submit:focus,
.comment-respond #submit.focus,
.comment-respond #submit:active,
.comment-respond #submit.active,
.open > .dropdown-toggle.comment-respond #submit,
#searchform #searchsubmit:hover,
#searchform #searchsubmit:focus,
#searchform #searchsubmit.focus,
#searchform #searchsubmit:active,
#searchform #searchsubmit.active,
.open > .dropdown-toggle#searchform #searchsubmit {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.comment-respond #submit:active,
.comment-respond #submit.active,
.open > .dropdown-toggle.comment-respond #submit,
#searchform #searchsubmit:active,
#searchform #searchsubmit.active,
.open > .dropdown-toggle#searchform #searchsubmit {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active,
.comment-respond #submit.disabled,
.comment-respond #submit[disabled],
fieldset[disabled] .comment-respond #submit,
.comment-respond #submit.disabled:hover,
.comment-respond #submit[disabled]:hover,
fieldset[disabled] .comment-respond #submit:hover,
.comment-respond #submit.disabled:focus,
.comment-respond #submit[disabled]:focus,
fieldset[disabled] .comment-respond #submit:focus,
.comment-respond #submit.disabled.focus,
.comment-respond #submit[disabled].focus,
fieldset[disabled] .comment-respond #submit.focus,
.comment-respond #submit.disabled:active,
.comment-respond #submit[disabled]:active,
fieldset[disabled] .comment-respond #submit:active,
.comment-respond #submit.disabled.active,
.comment-respond #submit[disabled].active,
fieldset[disabled] .comment-respond #submit.active,
#searchform #searchsubmit.disabled,
#searchform #searchsubmit[disabled],
fieldset[disabled] #searchform #searchsubmit,
#searchform #searchsubmit.disabled:hover,
#searchform #searchsubmit[disabled]:hover,
fieldset[disabled] #searchform #searchsubmit:hover,
#searchform #searchsubmit.disabled:focus,
#searchform #searchsubmit[disabled]:focus,
fieldset[disabled] #searchform #searchsubmit:focus,
#searchform #searchsubmit.disabled.focus,
#searchform #searchsubmit[disabled].focus,
fieldset[disabled] #searchform #searchsubmit.focus,
#searchform #searchsubmit.disabled:active,
#searchform #searchsubmit[disabled]:active,
fieldset[disabled] #searchform #searchsubmit:active,
#searchform #searchsubmit.disabled.active,
#searchform #searchsubmit[disabled].active,
fieldset[disabled] #searchform #searchsubmit.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge,
.comment-respond #submit .badge,
#searchform #searchsubmit .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning,
#wp-calendar #prev a,
#wp-calendar #next a {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  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],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger,
#wp-calendar td a {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
#wp-calendar td a:hover,
#wp-calendar td a:focus,
#wp-calendar td a.focus,
#wp-calendar td a:active,
#wp-calendar td a.active,
.open > .dropdown-toggle#wp-calendar td a {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
#wp-calendar td a:active,
#wp-calendar td a.active,
.open > .dropdown-toggle#wp-calendar td a {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active,
#wp-calendar td a.disabled,
#wp-calendar td a[disabled],
fieldset[disabled] #wp-calendar td a,
#wp-calendar td a.disabled:hover,
#wp-calendar td a[disabled]:hover,
fieldset[disabled] #wp-calendar td a:hover,
#wp-calendar td a.disabled:focus,
#wp-calendar td a[disabled]:focus,
fieldset[disabled] #wp-calendar td a:focus,
#wp-calendar td a.disabled.focus,
#wp-calendar td a[disabled].focus,
fieldset[disabled] #wp-calendar td a.focus,
#wp-calendar td a.disabled:active,
#wp-calendar td a[disabled]:active,
fieldset[disabled] #wp-calendar td a:active,
#wp-calendar td a.disabled.active,
#wp-calendar td a[disabled].active,
fieldset[disabled] #wp-calendar td a.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge,
#wp-calendar td a .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #008593;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #004046;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 15px 30px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 55px;
}
.btn-sm,
.btn-group-sm > .btn,
#wp-calendar #prev a,
#wp-calendar #next a {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #D2D2D2;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #008593;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control,
.input-group #searchform #s {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > #searchform #s {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > #searchform #s {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > #searchform #s,
select[multiple].input-group-lg > #searchform #s {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > #searchform #s {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > #searchform #s {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > #searchform #s,
select[multiple].input-group-sm > #searchform #s {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group #searchform #s {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group #searchform #s:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group #searchform #s:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group #searchform #s:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #008593;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.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: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #008593;
}
.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: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: 21px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  height: 75px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control,
  .navbar-form #searchform #s {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group #searchform #s {
    width: auto;
  }
  .navbar-form .input-group > .form-control,
  .navbar-form .input-group > #searchform #s {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm,
.navbar-btn#wp-calendar #prev a,
.navbar-btn#wp-calendar #next a {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #D2D2D2;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #D2D2D2;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@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: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.panel .pagination li:before {
  content: "" !important;
  display: none !important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 15px;
  font-size: 18px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #172025;
  background-color: #ffffff;
  border: 1px solid #172025;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;

}
.pagination > li:last-child > a,
.pagination > li:last-child > span {

}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #172025;
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #172025;
  border-color: #172025;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.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: 21px 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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #008593;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #005760;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #008593;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #008593;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #008593;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #008593;
  border-color: #008593;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #60f0ff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.list-item-content p {
  font-size: 14px;
}
.panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table,
.panel > #wp-calendar,
.panel > .table-responsive > #wp-calendar,
.panel > .panel-collapse > #wp-calendar,
.panel > table,
.panel > .table-responsive > table,
.panel > .panel-collapse > table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption,
.panel > #wp-calendar caption,
.panel > .table-responsive > #wp-calendar caption,
.panel > .panel-collapse > #wp-calendar caption,
.panel > table caption,
.panel > .table-responsive > table caption,
.panel > .panel-collapse > table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > #wp-calendar:first-child,
.panel > .table-responsive:first-child > #wp-calendar:first-child,
.panel > table:first-child,
.panel > .table-responsive:first-child > table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > #wp-calendar:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > #wp-calendar:first-child > thead:first-child > tr:first-child,
.panel > #wp-calendar:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > #wp-calendar:first-child > tbody:first-child > tr:first-child,
.panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > #wp-calendar:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > #wp-calendar:first-child > thead:first-child > tr:first-child td:first-child,
.panel > #wp-calendar:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > #wp-calendar:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > #wp-calendar:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > #wp-calendar:first-child > thead:first-child > tr:first-child th:first-child,
.panel > #wp-calendar:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > #wp-calendar:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > #wp-calendar:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > #wp-calendar:first-child > thead:first-child > tr:first-child td:last-child,
.panel > #wp-calendar:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > #wp-calendar:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > #wp-calendar:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > #wp-calendar:first-child > thead:first-child > tr:first-child th:last-child,
.panel > #wp-calendar:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > #wp-calendar:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > #wp-calendar:last-child,
.panel > .table-responsive:last-child > #wp-calendar:last-child,
.panel > table:last-child,
.panel > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > #wp-calendar:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > #wp-calendar:last-child > tbody:last-child > tr:last-child,
.panel > #wp-calendar:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > #wp-calendar:last-child > tfoot:last-child > tr:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > #wp-calendar:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > #wp-calendar:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > #wp-calendar:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > #wp-calendar:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > #wp-calendar:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > #wp-calendar:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > #wp-calendar:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > #wp-calendar:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > #wp-calendar:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > #wp-calendar:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > #wp-calendar:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > #wp-calendar:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > #wp-calendar:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > #wp-calendar:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > #wp-calendar:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > #wp-calendar:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body,
.panel > .panel-body + #wp-calendar,
.panel > #wp-calendar + .panel-body,
.panel > .panel-body + table,
.panel > table + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > #wp-calendar > tbody:first-child > tr:first-child th,
.panel > #wp-calendar > tbody:first-child > tr:first-child td,
.panel > table > tbody:first-child > tr:first-child th,
.panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #008593;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #008593;
  border-color: #008593;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008593;
}
.panel-primary > .panel-heading .badge {
  color: #008593;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008593;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.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-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/* WordPress Core */
.gallery-caption {
  font-weight: bold;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
img.alignnone {
  max-width: 96%;
  height: auto;
  width: auto;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Recommended CSS from WP for defined content width support */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
iframe,
embed {
  max-width: 100%;
}
/* Sticky Post */
.sticky {
  background: #eeeeee;
  padding: 20px 20px 20px 20px;
}
/* Comments */
.comment-form-comment #comment {
  width: 100%;
}
.commentlist li {
  list-style: none;
}
.comment-author,
.comment-edit-link {
  font-weight: bold;
}
.comment-body {
  margin-top: 10px;
  margin-bottom: 10px;
}
.comment-respond code {
  white-space: pre-wrap;
}
/* Post Thumbnail */
.attachment-post-thumbnail {
  float: left;
  margin: 0px 10px;
}
/* Calendar Widget */
/* Search Form Widget */
#searchform #searchsubmit {
  margin-top: 5px;
}
.widget {
  margin-bottom: 5px;
}
/* Tables */
/* Post text Wrap Fixes */
.post {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@font-face {
  font-family: 'gbst';
  src: url('../fonts/gbst.eot?ef3goz');
  src: url('../fonts/gbst.eot?ef3goz#iefix') format('embedded-opentype'), url('../fonts/gbst.ttf?ef3goz') format('truetype'), url('../fonts/gbst.woff?ef3goz') format('woff'), url('../fonts/gbst.svg?ef3goz#gbst') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gbst' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-uniE600:before {
  content: "\e683";
}
.icon-uniE601:before {
  content: "\e684";
}
.icon-uniE602:before {
  content: "\e685";
}
.icon-uniE603:before {
  content: "\e686";
}
.icon-uniE604:before {
  content: "\e687";
}
.icon-uniE605:before {
  content: "\e688";
}
.icon-uniE606:before {
  content: "\e689";
}
.icon-uniE607:before {
  content: "\e68a";
}
.icon-uniE608:before {
  content: "\e68b";
}
.icon-uniE609:before {
  content: "\e68c";
}
.icon-uniE60A:before {
  content: "\e68d";
}
.icon-uniE60B:before {
  content: "\e68e";
}
.icon-uniE60C:before {
  content: "\e68f";
}
.icon-uniE60D:before {
  content: "\e690";
}
.icon-uniE60E:before {
  content: "\e691";
}
.icon-uniE60F:before {
  content: "\e692";
}
.icon-uniE610:before {
  content: "\e693";
}
.icon-uniE611:before {
  content: "\e694";
}
.icon-uniE612:before {
  content: "\e695";
}
.icon-uniE613:before {
  content: "\e696";
}
.icon-uniE614:before {
  content: "\e697";
}
.icon-uniE615:before {
  content: "\e698";
}
.icon-uniE616:before {
  content: "\e699";
}
.icon-uniE618:before {
  content: "\e69a";
}
.icon-uniE619:before {
  content: "\e69b";
}
.icon-uniE61A:before {
  content: "\e69c";
}
.icon-uniE61B:before {
  content: "\e69d";
}
.icon-uniE61C:before {
  content: "\e69e";
}
.icon-uniE61D:before {
  content: "\e69f";
}
.icon-uniE61E:before {
  content: "\e6a0";
}
.icon-uniE61F:before {
  content: "\e6a1";
}
.icon-uniE620:before {
  content: "\e6a2";
}
.icon-uniE621:before {
  content: "\e6a3";
}
.icon-uniE622:before {
  content: "\e6a4";
}
.icon-uniE623:before {
  content: "\e6a5";
}
.icon-uniE624:before {
  content: "\e6a6";
}
.icon-uniE625:before {
  content: "\e6a7";
}
.icon-uniE626:before {
  content: "\e6a8";
}
.icon-uniE627:before {
  content: "\e6a9";
}
.icon-uniE628:before {
  content: "\e6aa";
}
.icon-uniE629:before {
  content: "\e6ab";
}
.icon-uniE62B:before {
  content: "\e6ac";
}
.icon-uniE62C:before {
  content: "\e6ad";
}
.icon-uniE62D:before {
  content: "\e6ae";
}
.icon-uniE62E:before {
  content: "\e6af";
}
.icon-uniE62F:before {
  content: "\e6b0";
}
.icon-uniE630:before {
  content: "\e6b1";
}
.icon-uniE631:before {
  content: "\e6b2";
}
.icon-uniE632:before {
  content: "\e6b3";
}
.icon-uniE633:before {
  content: "\e6b4";
}
.icon-uniE634:before {
  content: "\e6b5";
}
.icon-uniE635:before {
  content: "\e6b6";
}
.icon-uniE636:before {
  content: "\e6b7";
}
.icon-uniE637:before {
  content: "\e6b8";
}
.icon-uniE638:before {
  content: "\e6b9";
}
.icon-uniE639:before {
  content: "\e6ba";
}
.icon-uniE63A:before {
  content: "\e6bb";
}
.icon-uniE63B:before {
  content: "\e6bc";
}
.icon-uniE63C:before {
  content: "\e6bd";
}
.icon-uniE63D:before {
  content: "\e6be";
}
.icon-uniE63E:before {
  content: "\e6bf";
}
.icon-uniE63F:before {
  content: "\e6c0";
}
.icon-uniE640:before {
  content: "\e6c1";
}
.icon-uniE641:before {
  content: "\e6c2";
}
.icon-uniE642:before {
  content: "\e6c3";
}
.icon-uniE643:before {
  content: "\e6c4";
}
.icon-uniE644:before {
  content: "\e6c5";
}
.icon-uniE645:before {
  content: "\e6c6";
}
.icon-uniE646:before {
  content: "\e6c7";
}
.icon-uniE647:before {
  content: "\e6c8";
}
.icon-uniE648:before {
  content: "\e6c9";
}
.icon-uniE649:before {
  content: "\e6ca";
}
.icon-uniE64A:before {
  content: "\e6cb";
}
.icon-uniE64B:before {
  content: "\e6cc";
}
.icon-uniE64C:before {
  content: "\e6cd";
}
.icon-uniE64D:before {
  content: "\e6ce";
}
.icon-uniE64E:before {
  content: "\e6cf";
}
.icon-uniE64F:before {
  content: "\e6d0";
}
.icon-uniE650:before {
  content: "\e6d1";
}
.icon-uniE651:before {
  content: "\e6d2";
}
.icon-uniE652:before {
  content: "\e6d3";
}
.icon-uniE653:before {
  content: "\e6d4";
}
.icon-uniE654:before {
  content: "\e6d5";
}
.icon-uniE655:before {
  content: "\e6d6";
}
.icon-uniE656:before {
  content: "\e6d7";
}
.icon-uniE657:before {
  content: "\e6d8";
}
.icon-uniE658:before {
  content: "\e6d9";
}
.icon-uniE659:before {
  content: "\e6da";
}
.icon-uniE65A:before {
  content: "\e6db";
}
.icon-uniE65B:before {
  content: "\e6dc";
}
.icon-uniE65C:before {
  content: "\e6dd";
}
.icon-uniE65D:before {
  content: "\e6de";
}
.icon-uniE65E:before {
  content: "\e6df";
}
.icon-uniE65F:before {
  content: "\e6e0";
}
.icon-uniE660:before {
  content: "\e6e1";
}
.icon-uniE661:before {
  content: "\e6e2";
}
.icon-uniE662:before {
  content: "\e6e3";
}
.icon-uniE663:before {
  content: "\e6e4";
}
.icon-uniE664:before {
  content: "\e6e5";
}
.icon-uniE665:before {
  content: "\e6e6";
}
.icon-uniE666:before {
  content: "\e6e7";
}
.icon-uniE667:before {
  content: "\e6e8";
}
.icon-uniE668:before {
  content: "\e6e9";
}
.icon-uniE669:before {
  content: "\e6ea";
}
.icon-uniE66A:before {
  content: "\e6eb";
}
.icon-uniE66B:before {
  content: "\e6ec";
}
.icon-uniE66C:before {
  content: "\e6ed";
}
.icon-uniE66D:before {
  content: "\e6ee";
}
.icon-uniE66E:before {
  content: "\e6ef";
}
.icon-uniE66F:before {
  content: "\e6f0";
}
.icon-uniE670:before {
  content: "\e6f1";
}
.icon-uniE671:before {
  content: "\e6f2";
}
.icon-uniE672:before {
  content: "\e6f3";
}
.icon-uniE673:before {
  content: "\e6f4";
}
.icon-uniE674:before {
  content: "\e6f5";
}
.icon-uniE675:before {
  content: "\e6f6";
}
.icon-uniE676:before {
  content: "\e6f7";
}
.icon-uniE677:before {
  content: "\e6f8";
}
.icon-uniE678:before {
  content: "\e6f9";
}
.icon-uniE679:before {
  content: "\e6fa";
}
.icon-uniE67A:before {
  content: "\e6fb";
}
.icon-uniE67B:before {
  content: "\e6fc";
}
.icon-uniE67C:before {
  content: "\e6fd";
}
.icon-uniE67D:before {
  content: "\e6fe";
}
.icon-uniE67E:before {
  content: "\e6ff";
}
.icon-uniE67F:before {
  content: "\e700";
}
.icon-uniE680:before {
  content: "\e701";
}
.icon-uniE681:before {
  content: "\e702";
}
.icon-uniE682:before {
  content: "\e703";
}
.icon-magGlassSimple:before {
  content: "\e900";
}
.icon-mapPin:before {
  content: "\e902";
}
.icon-globe:before {
  content: "\e903";
}
.icon-fileicon:before {
  content: "\e904";
}
.icon-fileIconImage:before {
  content: "\e905";
}
.icon-fileIcon-pdf:before {
  content: "\e906";
}
.icon-fileIcon-word:before {
  content: "\e907";
}
.icon-fileicon-Powerpoint:before {
  content: "\e908";
}
.icon-fileIconExcel:before {
  content: "\e909";
}
.icon-euFlag:before {
  content: "\e90a";
}
.icon-usa:before {
  content: "\e90b";
}
.icon-asia:before {
  content: "\e90c";
}
.icon-europe:before {
  content: "\e90d";
}
.icon-EMEA:before {
  content: "\e90f";
}
.icon-MiddleEast-icon {
  vertical-align: middle;
  width: 33.33px;
  height: 33.33px;
  display: inline-block;
  background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzMuMzMiIGhlaWdodD0iMzMuMzMiIHZpZXdCb3g9IjAgMCAzMy4zMyAzMy4zMyI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1NaWRkbGVFYXN0Ij4NCiAgICAgIDxyZWN0IHdpZHRoPSIzMy4zMyIgaGVpZ2h0PSIzMy4zMyIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9Ik1pZGRsZUVhc3QiIGNsaXAtcGF0aD0idXJsKCNjbGlwLU1pZGRsZUVhc3QpIj4NCiAgICA8ZyBpZD0iTWlkZGxlRWFzdF9pY29uIiBkYXRhLW5hbWU9Ik1pZGRsZUVhc3QgaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM0LjEyNiAtMTUuNTk4KSI+DQogICAgICA8cGF0aCBpZD0iUGF0aF8xIiBkYXRhLW5hbWU9IlBhdGggMSIgZD0iTTguNzUsMjcuMTEzLDguMTM0LDI1LjZhLjk4OC45ODgsMCwwLDEtLjEuMTM1Yy0uMS4xLS41Mi0uMTUyLS45MTMtLjA1MWExLjQ1OCwxLjQ1OCwwLDAsMS0xLjA3OC0uMjI4LDIuNDU3LDIuNDU3LDAsMCwwLTEuNzg4LjI5MWMtLjE2NS4yNDEtLjU4NC4yNDEtLjk2NC4wODlBNS4xMTEsNS4xMTEsMCwwLDAsMS43MjIsMjUuNGEyLjUyNiwyLjUyNiwwLDAsMS0xLjI5NS0uMzFjLS4wMjguMDc0LS4wNTMuMTQ1LS4wNzguMjE0LS4yMTIuNTgyLjE1OS43NC0uMTA2LDEuMDU4czAsLjY4OCwwLDEuMjd2Ni42MDhINS40NzVsLjMtLjJjLjE1Mi0uMS40MDYuMTUyLjQwNi4xNTJINy4zYS42OTQuNjk0LDAsMCwwLC40NTcuMjU0Yy4yNTMsMCwuMS0uNDA3LjUwOC0uNDA3cy4zLS42MS41NTgtLjYxLjIuMDUyLjQ1Ni0uM2MuMDA3LS4wMTEuMDItLjAyNC4wMjgtLjAzNmExLjA1OSwxLjA1OSwwLDAsMSwwLS4zNDRjLjA2NC0uNDA1LS4yMTYtLjM4MS0uMzkzLS45NTFzLS44ODgtMS40Mi0uOTEzLTEuNzUtLjQxOS0uNTItLjQwNi0uODc1LS4xOS0uMzkzLS41ODQtLjk1MWEyLjI2OCwyLjI2OCwwLDAsMS0uMzkzLTEuNTczYy4xMTQtLjAzNy40NDMuODI0LjU3LDEuMXMuNTU4LDEuMTI5Ljg2MywxLjEyOS40MTktMS4yODEuNTItMS4yMTdhLjA2Ni4wNjYsMCwwLDEsLjAyMS4wMzdsLjAzMy0uMjMyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzQgMy4yNTYpIiBmaWxsPSIjOTY5Njk2Ii8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8zIiBkYXRhLW5hbWU9IlBhdGggMyIgZD0iTTIyLjgzNSwxOC44NTljLjE2MS0uMTQyLjI1Ny0uNy0uNDE1LS42NjhhLjY3Ny42NzcsMCwwLDAtLjAwOS4xMTMsNi44LDYuOCwwLDAsMS0uNjM3LDEuMjg1bC40LjE3MmE0LjU2OSw0LjU2OSwwLDAsMSwuNjU3LS45IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMS4xNzQgNy4zNDIpIiBmaWxsPSIjOTY5Njk2Ii8+DQogICAgICA8cGF0aCBpZD0iUGF0aF81IiBkYXRhLW5hbWU9IlBhdGggNSIgZD0iTTIzLjQyNCwxNS4zNjFhNC41NjksNC41NjksMCwwLDAtLjY1Ny45bC4wNDQuMDE5LjA2OC4zMDUuNzc4LjQwNmEzLjMzOSwzLjMzOSwwLDAsMSwuODEzLS40NGMuMjM2LS4wMzMsMi45NDYtMS40OSwyLjk0Ni0xLjQ5cy4yMzgtLjM3My4yLS41MDlhLjk1OS45NTksMCwwLDEsLjA2OC0uNjc3Yy4xMzYtLjE2OS0uMTY5LS40NDEtLjA2OC0uNzEycy41NDItLjQwNS41NDItLjQwNWwuNTA3LS4zNzItLjMzOC0uMWEyLjQ4OCwyLjQ4OCwwLDAsMS0uOTQ4LjEzNWMtLjUwOC0uMDMzLS42MDkuMzM5LTEuMTUxLjMzOXMtLjg0Ny4xMzQtLjk4My0uMDM0LS4xNy0uMDY4LS41NDIuMS0uNjEuMTM2LS43NzgsMC0uMzA1LjAzNC0uMzM5LjIuMDE4LjUyMy0uNTA4LjZjLS4wMzYuMTU2LS4xLjMxOS0uMDA3LjQzMi4xMzQuMTY3LS4wMjguMzY1LS4wNjcuNjM1LjY3Mi0uMDMuNTc3LjUyNi40MTUuNjY4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMC41ODYgMTAuODQpIiBmaWxsPSIjOTY5Njk2Ii8+DQogICAgICA8cGF0aCBpZD0iUGF0aF83IiBkYXRhLW5hbWU9IlBhdGggNyIgZD0iTTIxLjc2MiwyMy40NzRjLS4xMy4wNTItLjE4MS41NDMtLjE4MS42MmExLjA4NSwxLjA4NSwwLDAsMCwuMzE3LjU0NGMuMDQ4LS4zNzUuMDYtLjg2OS4wOTQtMSwuMDA5LS4wMzUuMDE5LS4wOTUuMDMtLjE2N2EuODg3Ljg4NywwLDAsMC0uMjYuMDA3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMS4yODggNC4yMTgpIiBmaWxsPSIjOTY5Njk2Ii8+DQogICAgICA8cGF0aCBpZD0iUGF0aF85IiBkYXRhLW5hbWU9IlBhdGggOSIgZD0iTTIwLjM1NywyNS4xNjFsLjA4OS4wNDhhNC45NTIsNC45NTIsMCwwLDEsLjI3NS0xLjI0MywxLjA2NSwxLjA2NSwwLDAsMCwuMTA5LS40MTdBMS4wODcsMS4wODcsMCwwLDEsMjAuNTEyLDIzYzAtLjA3Ny4wNTEtLjU2OC4xODEtLjYyYS44NTguODU4LDAsMCwxLC4yNi0uMDA3Yy4wMjQtLjE1NC4wNS0uMzcyLjA3MS0uNTdsLS40MzMtLjE4NWExLjYxNSwxLjYxNSwwLDAsMC0uMTM3LjQsNS4zNTUsNS4zNTUsMCwwLDEtLjY3NywxLjUyNmwuNjE2LDEuNTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMi4zNTcgNS4zMDgpIiBmaWxsPSIjOTY5Njk2Ii8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8xMSIgZGF0YS1uYW1lPSJQYXRoIDExIiBkPSJNMjQuNzY4LDIxLjQ4NWE5LjM5NCw5LjM5NCwwLDAsMS0xLjEuNTE4LDMuMzMyLDMuMzMyLDAsMCwwLS44MTMuNDQxbC0uNzc5LS40MDYtLjA2OC0uMzA1LS4wMTUtLjAwNmMtLjAzMi4yOTItLjA3My42My0uMS43MzdhNi44ODMsNi44ODMsMCwwLDEtLjIsMS40MjEsNC45NjEsNC45NjEsMCwwLDAtLjI3NSwxLjI0MywzLjA0NSwzLjA0NSwwLDAsMCwuNzY0LjMzMS43MDkuNzA5LDAsMCwwLC42NzgtLjUwOGMwLS4yLjI3MS0uMjM3LjU0Mi0uMjM3cy4zLS4zLjUwOC0uNDA3LS40NC0uNjc3LS42NDMtLjc0NS4xNjktLjUwOC44NDctLjU0Mi41MDgtLjI3MS44OC0uMjcxaC4wNDdjLS4wNjUtLjMtLjE0Ny0uNjU1LS4yLS44NDNhMi40MzcsMi40MzcsMCwwLDEtLjA2OS0uNDIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxLjM4NiA1LjM5KSIgZmlsbD0iIzk2OTY5NiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMTMiIGRhdGEtbmFtZT0iUGF0aCAxMyIgZD0iTTE4LjU4Nyw0LjU0OWMtLjEzNi0uMDMzLjA2OC0uNzc4LDAtLjkxNHMtLjIzOC0uNzExLS4wMzQtLjcxMWMuMTg0LDAtLjAxOC0uNDE2LjIyNC0uNDQxYS44OTEuODkxLDAsMCwwLS4xNTctLjMxNWMtLjEyNy0uMS0uNTA3LjEtLjY1OS0uMjc5czAtLjQzMS0uMjI5LS43MzZTMTcuNC41NDUsMTcuMTI0LjY3MWEyLjY4NiwyLjY4NiwwLDAsMS0uOS4wMjcsMi4zMzYsMi4zMzYsMCwwLDEtMS41OS41MzEsNi4wNjYsNi4wNjYsMCwwLDAtMS41LjAzOGMtLjQ5NSwwLS42MzUtLjM1NS0xLjAxNS0uMzNTMTEuNzQ3LjYsMTEuMzY2LjYsMTEuMjc3LjQsMTAuMDg1LjI1M2EzLjU1NiwzLjU1NiwwLDAsMC0yLjYuOGMtLjM4MS4zMzEtMS43NS4wMTMtMS44NzcuMXMuMDI1LjQ4Mi0uNDMyLjY2LTEuNDU5LDAtMS44LjE1My0uNDY5LjY1OS0uMTc4LjYzMy40NDQuMTE1LjM1NS4yNDEuMjQuNDgyLjA3Ni42MzVhLjM5MS4zOTEsMCwwLDAsLjAyNi42Yy4yLjE1Mi4yNC40MzIsMCwuNDY5cy40MTguMzE3LjQzMS40NDQuNTU4LjE5MS41NTguMzQzLjE2NC4yLjQzMS4xMjcuMzY4LjI5MS41MzMuNTQ1LDEuMS4wNzYsMS4xLS4yLjI3OS0uMzU2LjctLjMxNy45NjUuNjA4LDEuMTY3LjY4NC42MjEtLjE1Mi44ODgtLjE1Mi42NDYtLjQxOS44LS41MDcuNDE4LjI5Mi42Ni4xNjUuNTA3LS4yNjcuNjU5LS4xNzctLjM2OC40ODItLjIyOC42ODVhLjM2NS4zNjUsMCwwLDEsLjAyLjI5MWMuNTI2LS4wNzIuNDc2LS40MzcuNTA4LS42cy4xNjktLjMzOC4zMzktLjIuNDA2LjE2OS43NzksMCwuNDA3LS4yNzEuNTQyLS4xLjQ0LjAzNC45ODIuMDM0LjY0My0uMzcyLDEuMTUxLS4zMzlhMi40ODgsMi40ODgsMCwwLDAsLjk0OC0uMTM1bC4zMjIuMWMuMTMyLS4xMjEuMTIzLS4yNTguMzgyLS4yOTEuNDA2LS4wNS41NTguMjU0Ljc2MS4xNTJzLjg0OC41OS45MDYuMTQzYTEuMiwxLjIsMCwwLDAtLjQwNi0uNjc5TTQuMywxLjI4Yy4zLS4xMTQuOTg5LjAzOCwxLjE1NS0uMTE0UzUuMDI0LjgyNCw0LjgwOS42NDZBLjg3NC44NzQsMCwwLDEsNC42LjJhLjM1LjM1LDAsMCwxLS4zNDcuMDY0LDEuNjg5LDEuNjg5LDAsMCwwLS44NzUsMGMtLjEuMDM4LjA3Ni4zNjEuMDc2LjU3MXMtLjI0Ny4yNjctLjI0Ny40YzAsLjEtLjA5LjE3Mi0uMi4yOTRhLjkyOC45MjgsMCwwLDAsLjUuMjQ1Yy4zNTYsMCwuNDk1LS4zOC44LS41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMi4yOTUgMTgpIiBmaWxsPSIjOTY5Njk2Ii8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8xNSIgZGF0YS1uYW1lPSJQYXRoIDE1IiBkPSJNMzEuNywyNy41NzdzLTEuMzIxLS4xNjktMS41MjQtLjE2OWExLjcxMiwxLjcxMiwwLDAsMS0xLjAxNi0uMzM5LDI0Ljc1NiwyNC43NTYsMCwwLDAtMi4wNjYtMS41MjQsMTIuMjYyLDEyLjI2MiwwLDAsMC0xLjY5NC0uOTgyLDQuOTY0LDQuOTY0LDAsMCwwLS43MTEsMGMtLjM3MiwwLS4yLjIzNy0uODguMjcxcy0xLjA1LjQ3NS0uODQ3LjU0Mi44NDcuNjQzLjY0My43NDUtLjIzNy40MDctLjUwOC40MDctLjU0Mi4wMzQtLjU0Mi4yMzdhLjcwOS43MDksMCwwLDEtLjY3OC41MDgsMy40OCwzLjQ4LDAsMCwxLS44NTItLjM3OWwtLjA4OS4yNDYtLjAzMy4yMzJjLjA1OS4xOC0uMDMuOTE5LjE0NC45NzcuMTkuMDYzLjI5MS40MDYuNy44NWE3LjAyNCw3LjAyNCwwLDAsMSwxLjI0MywxLjkyNywxLjIwNywxLjIwNywwLDAsMCwuNjU5Ljk1MWMuNTA4LjM0My41MDguNzYuNzc0Ljk2NHMuMi40NDMuMjE2Ljk1MWExLjgxNiwxLjgxNiwwLDAsMCwuNywxLjQ0NywyLjE2OCwyLjE2OCwwLDAsMSwuOTg5LDEuMTI4LDMuOTc4LDMuOTc4LDAsMCwwLC43ODYsMS4zMDdjLjI5MS4yOTEuMTI3LjQ0My4yOTEuNjU5YTIuMzM2LDIuMzM2LDAsMCwxLC4yODMuNSwyLjAwNiwyLjAwNiwwLDAsMCwuNC0uMjE2Yy4wNDgtLjEtLjEtLjM2OC0uMDI0LS40NjdhLjkzMi45MzIsMCwwLDEsLjM2OC0uMzE5Yy4xNDYtLjA0OS4zMTguMTQ4LjYzNy4xYTIuNTQsMi41NCwwLDAsMSwxLjA1NC4xYy4wNzMuMDc1Ljk4MS4wMjUsMS4yLjJzLjQ0MS4xMjIuNTg4LS4yMjFhNS4wNzIsNS4wNzIsMCwwLDEsMS4zMjMtMS4xNTJjLjE0Ny0uMDczLDEuMjUsMCwxLjY5Mi0uMXMzLjMzMy0xLjAyOSwzLjQ1Ni0xLjEyOGE4LjQ4LDguNDgsMCwwLDAsLjU4OC0xLjc4OWMwLS4xNzItLjIyLS42MzgtLjQ0MS0uNjEzYTE0LjU3OCwxNC41NzgsMCwwLDEtMi4xNTctLjI0NSwxLjUsMS41LDAsMCwxLS42NDctLjkyMSwxLjEyLDEuMTIsMCwwLDEtLjM1NS0uNTQ5LjY0OS42NDksMCwwLDEtLjcxNi0uNDkzYy0uMTY4LS4xMTUtLjYxNC0uNzQ4LS40NTgtLjkyNS4xOS0uMjE1LS4xLS42NzItLjM4MS0uOTI1cy0uODUtLjcyMy0uODc1LTEuMDE0YTEuNjMzLDEuNjMzLDAsMCwwLS4xMDgtLjM2NGwtLjY4My0uMDM1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjEuNjkyIDMuNTc1KSIgZmlsbD0iIzk2OTY5NiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMTciIGRhdGEtbmFtZT0iUGF0aCAxNyIgZD0iTTYwLjc0OSw0MS4wMnYuNjVsLS41NDIuNjg2LS4yODkuNzIzYTEuMjkyLDEuMjkyLDAsMCwwLC4xNzUsMGMuMjIxLS4wMjUuNDQxLjQ0MS40NDEuNjEzYTguNDg4LDguNDg4LDAsMCwxLS41ODgsMS43ODljLS4wODkuMDcxLTEuNjE4LjU3NS0yLjYyOC44ODguMjE5LjQ1NC42NTcsMS4zNTksMS4wNTEsMi4xNjZhMS40OTIsMS40OTIsMCwwLDAsLjIxNy0uMTA1Yy40ODItLjI3OCwxLjAyNy0uMTM4LDEuNC0uMjRzLjAxMi0uNDA3LjMzLS42NzMuNzczLS4wNjMuOTM4LS4xNTIuMjgtLjY3MS41NTgtLjc4Ni41ODMtLjAzOC41NDUtLjI3OS4wMjYtMS4xLjI5Mi0xLjE1NC42ODUtLjMzLjctLjQ4M2E5LjkxNCw5LjkxNCwwLDAsMSwuNzEtMWMuMTY1LS4yNzkuMTc4LS40MzItLjA2My0uNDY5cy0uNjIxLS43MTEtLjcyMi0uOS0uODM3LS4wNjQtMS40MzQtLjUzM2ExLjYzOSwxLjYzOSwwLDAsMS0uNDYyLS45MTFsLS4zLjE3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4xMTUgLTYuMDgzKSIgZmlsbD0iIzk2OTY5NiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMTkiIGRhdGEtbmFtZT0iUGF0aCAxOSIgZD0iTTU1LjMzMyw0MC4xNTFhLjMyNS4zMjUsMCwwLDEsLjAxOC0uMjM4Yy4xNjUtLjI3OS4yNjYtMS0uMS0xLjFzLS41NzEuNjM1LS41NzEuODM3YzAsLjAzOC0uMDI0LjAzNy0uMDYyLjAxMmEuNjQ5LjY0OSwwLDAsMCwuNzE3LjQ5MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS43MTYgLTQuODY5KSIgZmlsbD0iIzk2OTY5NiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjEiIGRhdGEtbmFtZT0iUGF0aCAyMSIgZD0iTTU3Ljg5NCw0MS4yODRhMTQuOTgxLDE0Ljk4MSwwLDAsMCwxLjk4Mi4yNDNsLjI4OS0uNzIzLjU0Mi0uNjg2di0uNjVoLjMyNWwuMy0uMTdjLS4xMjYtLjUyOS0uMTQ1LTEuMDYtLjIzNS0xLjA2Ny0uMTUyLS4wMTItLjc3NC42Ni0xLjAyOCwxLjE1NGExLjYzNywxLjYzNywwLDAsMS0xLjYyMy43NiwxLjA3LDEuMDcsMCwwLDAtMS4wMTUuMjY2Yy0uMDQyLjAzLS4xMDguMDA2LS4xODEtLjA0OWExLjUsMS41LDAsMCwwLC42NDcuOTIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjE1NyAtNC41MzEpIiBmaWxsPSIjOTY5Njk2Ii8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yMyIgZGF0YS1uYW1lPSJQYXRoIDIzIiBkPSJNMzYuNywxOS4yYy4xMDktLjExNS4xMjgtLjI3Ni4zOTItLjMxNS4yMDgtLjAzMS4zMzguMTA1LjU2Ny4zMTlhLjkzOS45MzksMCwwLDEsLjM3NS0uMmMtLjIyOS0uMjM4LS41LS41MTEtLjQ4NC0uNjc1LjAzNC0uMjcxLS4yNzEtLjQwNy0uMy0uNTc2cy4yLS40NC4wNjgtLjU3NS0uMTctLjQ3NC0uNDA1LS41MDgtLjk4My0uNDA3LS45NDktLjY0My0uMjcxLS40MDctLjQwNi0uNDc0LS4yNzEtLjY3OC0uMS0uNzc5LjEzNi0uNjc3LjMzOS0uNjc3LjAzNC0uMy4xLS41MDgtLjE2OS0uMy0uMzM4LS4zYS42MTcuNjE3LDAsMCwxLS40NzQtLjUwOWMwLS4yMzctLjMzOS0uNTc1LS4zMDUtLjY3Ni0uMDU4LjQ0Ny0uNy0uMjQ1LS45MDYtLjE0M3MtLjM1NS0uMi0uNzYxLS4xNTJjLS4yNi4wMzMtLjI1MS4xNjktLjM4Mi4yOTFsLjAxNiwwLS41MDguMzcycy0uNDQuMTM0LS41NDIuNDA2LjIuNTQyLjA2OC43MTJhLjk1OS45NTksMCwwLDAtLjA2OC42NzdjLjAzNC4xMzYtLjIuNTA5LS4yLjUwOXMtMS4wMDguNTQyLTEuODQ4Ljk3MmEyLjQ1LDIuNDUsMCwwLDAsLjA2OS40MmMuMDUzLjE4OC4xMzUuNTQ2LjIuODQzYTQuMiw0LjIsMCwwLDEsLjY2NCwwLDEyLjI2MiwxMi4yNjIsMCwwLDEsMS42OTQuOTgyLDI0Ljc2LDI0Ljc2LDAsMCwxLDIuMDY2LDEuNTI1LDEuNzEzLDEuNzEzLDAsMCwwLDEuMDE2LjMzOWMuMTE3LDAsLjYuMDU1Ljk5NS4xQTQuODkyLDQuODkyLDAsMCwxLDM2LjcsMTkuMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYuNTEzIDExLjEyOSkiIGZpbGw9IiM5Njk2OTYiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI1IiBkYXRhLW5hbWU9IlBhdGggMjUiIGQ9Ik00Ni42MjIsMzAuMzIzbC40NC4zNzIuNjgzLjAzNWE4LjY2Miw4LjY2MiwwLDAsMS0uNDEyLTEuMDgyLjIxMy4yMTMsMCwwLDEsLjA3Ni0uMTQzYy0uMjI5LS4yMTMtLjM1OS0uMzQ5LS41NjctLjMxOS0uMjYzLjAzOS0uMjgyLjItLjM5Mi4zMTVhNC45LDQuOSwwLDAsMC0uMzU3Ljc1NmwuNTMuMDY1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2Ljc2NiAwLjgyOSkiIGZpbGw9IiM5Njk2OTYiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI3IiBkYXRhLW5hbWU9IlBhdGggMjciIGQ9Ik0xNy4zLDE2LjM4N2MtLjAyNS0uMTQuMTY1LS40MzIuNDU3LS41NDZzLjE3OC0uMzI5LS4wMTMtLjE2NWEyLjE4NiwyLjE4NiwwLDAsMS0xLjIxOC4zNjhjLS41NzEuMDI2LS43NDkuNC0uMzkzLjYwOC40NTYuMjY3LDEuMTkyLS4xMjYsMS4xNjYtLjI2NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQuNjI2IDguODY2KSIgZmlsbD0iIzk2OTY5NiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjgiIGRhdGEtbmFtZT0iUGF0aCAyOCIgZD0iTTE3LjMsMTYuMzg3Yy0uMDI1LS4xNC4xNjUtLjQzMi40NTctLjU0NnMuMTc4LS4zMjktLjAxMy0uMTY1YTIuMTg2LDIuMTg2LDAsMCwxLTEuMjE4LjM2OGMtLjU3MS4wMjYtLjc0OS40LS4zOTMuNjA4QzE2LjU4NywxNi45MiwxNy4zMjIsMTYuNTI3LDE3LjMsMTYuMzg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQuNjI2IDguODY2KSIgZmlsbD0iIzk2OTY5NiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjkiIGRhdGEtbmFtZT0iUGF0aCAyOSIgZD0iTTQ0Ljc2OSw1NC42MzZjLS40NDEuMS0xLjU0NS4wMjQtMS42OTEuMWE1LjA1OCw1LjA1OCwwLDAsMC0xLjMyMywxLjE1MmMtLjE0OC4zNDMtLjM2OC4zOTItLjU4OS4yMjFzLTEuMTI4LS4xMjMtMS4yLS4yYTIuNTQxLDIuNTQxLDAsMCwwLTEuMDU0LS4xYy0uMzE5LjA0OS0uNDktLjE0OC0uNjM3LS4xYS45MzIuOTMyLDAsMCwwLS4zNjguMzE4Yy0uMDczLjEuMDczLjM2OS4wMjUuNDY3YTIuMDEyLDIuMDEyLDAsMCwxLS40LjIxNi44MTEuODExLDAsMCwxLC4wNzMuNTI5LDEuOTM1LDEuOTM1LDAsMCwwLC4yNTQsMS4zN2MuMjY2LjM5Mi4xNjUsMS4xMTYuMjkxLDEuMjU2YTIuMTA2LDIuMTA2LDAsMCwwLDEuNTYtLjE3OCwxLjgsMS44LDAsMCwxLDEuMS0uMzQzLDEuNTI2LDEuNTI2LDAsMCwwLC45MzgtLjQ1NmMuMTE0LS4xNTIuNjM0LS4xNjQuODUtLjEzOXMuNDMxLS4yMTYuNjcyLS40NTZhNi45ODksNi45ODksMCwwLDEsMS44MTQtLjZjLjgxMS0uMjUzLjYzNC0uNjM0LjgyNC0uODYyLjE1OS0uMTkxLjM4My0uMTM2LjczNC0uMjc2LS4zOTQtLjgwNy0uODMyLTEuNzEyLTEuMDUxLTIuMTY2LS4zOS4xMi0uNzA1LjIxMi0uODI4LjI0bTIuMDksNS42ODJjLjI4NC4yOTQuODQzLS4wNDguODczLS4xNjZzLTEuMTkzLS4xNjUtLjg3My4xNjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExLjgzNiAtMTQuMTA5KSIgZmlsbD0iIzk2OTY5NiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMzEiIGRhdGEtbmFtZT0iUGF0aCAzMSIgZD0iTTU3LjMwOCwxOC4wODhjLS4yLS4wNjcsMC0uNzc5LS40MDYtLjk0OWExLjU3NiwxLjU3NiwwLDAsMS0uODgxLS43NDRjLS4xLS4yNzEtLjYxLS41NDMtLjU3Ni0uNzQ2czEuMDE2LS44NDcuODgtMS4yMi0uNzc5LS4zLS44NDYtLjQ0LjAzNC0uNjEtLjEzNS0uOTgyLjEzNS0uNzEyLDAtLjkxNC4wNjgtLjYwOS4xLS43NDUuMzcyLS4zMzguMzM4LS42NzZhLjM3Ny4zNzcsMCwwLDEsLjE5LS4zOSw0LjUxOSw0LjUxOSwwLDAsMS0uMTUzLTEuMDVjMC0uMTI3LS40MDUtLjEyNy0uNjA5LS4xcy0uMzgtLjQ4Mi0uNTgzLS40ODJhLjM2Ni4zNjYsMCwwLDEtLjM4MS0uM2MwLS4xNTItLjQ4Mi0uMjU0LS43MzUtLjIyOXMtLjMtLjItLjQwNi0uMmExLjI1NiwxLjI1NiwwLDAsMS0uNjM0LS4yNzljLS4xMjctLjE1Mi0uODYyLS4yLS45ODktLjAyNnMtLjM4MS4wNzYtLjYwOS4wNzYtLjYzNC4zNTUtLjc2LjUzMmMtLjA3OC4xMS0uNDQuMTMyLS43MDkuMTM0YTEuMTEzLDEuMTEzLDAsMCwxLS4wMjYuNDUsMy44NzEsMy44NzEsMCwwLDEtMS44NTIuNDA2Yy0uNzM2LjAyNi0uNzg2LS45MzktMS41NzItLjkzOWExLjEsMS4xLDAsMCwxLTEuMDM4LTEuMDEzYy0uMzM5LS4xMjktLjY2MS0uMzUxLS42MTQtLjQ0NS4wNjctLjEzNS4yMzYtLjk4My0uMTctLjc3OXMtLjk4Mi44NDYtMS43MjcuNzQ1LS4yLS4xNjktLjU3Ny0uMzM4LS4xMzYtLjU3Ni0uNTA4LS42NDQtLjEuNDQxLS4zLjQ0MS0uMDM0LjU3NS4wMzQuNzExLS4xMzYuODgxLDAsLjkxNGExLjE5NCwxLjE5NCwwLDAsMSwuNDA2LjY3OWMtLjAzNC4xLjMuNDQuMy42NzdhLjYxNi42MTYsMCwwLDAsLjQ3NS41MDljLjE3LDAsLjQwNi4xLjMzOC4zcy4xLjUwOC0uMS41MDgtLjE3LjU3Ni0uMzM5LjY3Ny0uMDM0LjcxMS4xLjc3OS40NC4yMzcuNDA2LjQ3NC43MTIuNjA5Ljk0OS42NDMuMjcuMzcyLjQwNS41MDgtLjEuNDA3LS4wNjguNTc1LjMzOS4zMDYuMy41NzZjLS4wMi4xNjQuMjU1LjQzOC40ODQuNjc1YS43NDMuNzQzLDAsMCwxLC4yMDgtLjAzN2MuMjI5LDAsLjIxNi0uMjUzLjM5My0uMXMuNDE5LS4wMTMuNi0uMDI2LjY1OS45Ljg3NCwxLjM0NC4yLjYuNS43ODcuNjIxLjA4OSwxLjA0LjUyYTMuNzYzLDMuNzYzLDAsMCwwLDEuOTUzLjc0OGMuNDU2LjAyNi44LS40OTQsMS4zODMtLjM4cy40NDMuODYyLjY1OSwxLjEyOSwyLjU4Ny40NDQsMi45OTMuNTU5YTQuOTM0LDQuOTM0LDAsMCwwLC45LjA3N2MtLjAwOS0uMDg1LS4wMTctLjE2MS0uMDIyLS4yMTRhLjk1OS45NTksMCwwLDEsLjU0Mi0uODgsMi4yNzksMi4yNzksMCwwLDEsLjc3OS0uMjM4Yy4yNzEtLjAzNCwwLS41NzUtLjItLjY0MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS44MyAxNC42OTEpIiBmaWxsPSIjOTY5Njk2Ii8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4=") no-repeat;
}
.icon-EMEA2:before {
  content: "\e910";
}
.icon-euFlagOutline3:before {
  content: "\e90e";
}
.icon-headsetDude:before {
  content: "\e911";
}
.icon-signetThinLeftArrow:before {
  content: "\e600";
}
.icon-signetThinRightArrow:before {
  content: "\e601";
}
.icon-bigThinArrowLeft:before {
  content: "\e602";
}
.icon-bigThinArrowRight:before {
  content: "\e603";
}
.icon-thinLeftArrow:before {
  content: "\e604";
}
.icon-thinRightArrow:before {
  content: "\e605";
}
.icon-BIRup:before {
  content: "\e606";
}
.icon-BIRdown:before {
  content: "\e607";
}
.icon-signetDoubleUp:before {
  content: "\e608";
}
.icon-signetDoubleDown:before {
  content: "\e609";
}
.icon-leftDoubleArrows:before {
  content: "\e60a";
}
.icon-rightDoubleArrows:before {
  content: "\e60b";
}
.icon-doubleDown:before {
  content: "\e60c";
}
.icon-anchorLink:before {
  content: "\e60d";
}
.icon-leftArrow:before {
  content: "\e60e";
}
.icon-rightArrow:before {
  content: "\e60f";
}
.icon-leftButton:before {
  content: "\e610";
}
.icon-rightButton:before {
  content: "\e611";
}
.icon-burgerBarMenu:before {
  content: "\e612";
}
.icon-menu:before {
  content: "\e613";
}
.icon-burgerBarNew:before {
  content: "\e614";
}
.icon-addReversed:before {
  content: "\e615";
}
.icon-plus:before {
  content: "\e616";
}
.icon-minus:before {
  content: "\e617";
}
.icon-plusButton:before {
  content: "\e618";
}
.icon-minusButton:before {
  content: "\e619";
}
.icon-closeButton:before {
  content: "\e61a";
}
.icon-tick:before {
  content: "\e61b";
}
.icon-close:before {
  content: "\e61c";
}
.icon-tickNew:before {
  content: "\e61d";
}
.icon-thinClose:before {
  content: "\e61e";
}
.icon-fsCalc:before {
  content: "\e61f";
}
.icon-emu:before {
  content: "\e620";
}
.icon-refresh:before {
  content: "\e621";
}
.icon-return:before {
  content: "\e622";
}
.icon-helpIcon:before {
  content: "\e623";
}
.icon-circleTick:before {
  content: "\e624";
}
.icon-tickCircle:before {
  content: "\e625";
}
.icon-bigArrowLeft:before {
  content: "\e626";
}
.icon-bigArrowRight:before {
  content: "\e627";
}
.icon-phone:before {
  content: "\e628";
}
.icon-phoneRotate:before {
  content: "\e629";
}
.icon-iphone:before {
  content: "\e62a";
}
.icon-email:before {
  content: "\e62b";
}
.icon-postBox:before {
  content: "\e62c";
}
.icon-buildings:before {
  content: "\e62d";
}
.icon-fax:before {
  content: "\e62e";
}
.icon-house:before {
  content: "\e62f";
}
.icon-cog:before {
  content: "\e630";
}
.icon-edit:before {
  content: "\e631";
}
.icon-spanner:before {
  content: "\e632";
}
.icon-magGlass:before {
  content: "\e633";
}
.icon-printer:before {
  content: "\e634";
}
.icon-smallCalendar:before {
  content: "\e635";
}
.icon-lock:before {
  content: "\e636";
}
.icon-userNew:before {
  content: "\e637";
}
.icon-userWithPadlock:before {
  content: "\e638";
}
.icon-info:before {
  content: "\e639";
}
.icon-alert:before {
  content: "\e63a";
}
.icon-alertBell:before {
  content: "\e63b";
}
.icon-iPad:before {
  content: "\e63c";
}
.icon-BIRShare:before {
  content: "\e63d";
}
.icon-newspaper-outline:before {
  content: "\e63e";
}
.icon-newspaper:before {
  content: "\e63f";
}
.icon-transferUserSimplified:before {
  content: "\e640";
}
.icon-GrowShrink:before {
  content: "\e641";
}
.icon-creditCard:before {
  content: "\e642";
}
.icon-camera:before {
  content: "\e643";
}
.icon-book:before {
  content: "\e644";
}
.icon-expand:before {
  content: "\e645";
}
.icon-content:before {
  content: "\e646";
}
.icon-generic:before {
  content: "\e647";
}
.icon-folder:before {
  content: "\e648";
}
.icon-folderUp:before {
  content: "\e649";
}
.icon-dcoument:before {
  content: "\e64a";
}
.icon-star:before {
  content: "\e64b";
}
.icon-starHollow:before {
  content: "\e64c";
}
.icon-BIRhourglass:before {
  content: "\e64d";
}
.icon-BIRGraph:before {
  content: "\e64e";
}
.icon-ABN:before {
  content: "\e64f";
}
.icon-noABN:before {
  content: "\e650";
}
.icon-coin:before {
  content: "\e651";
}
.icon-cartNew:before {
  content: "\e652";
}
.icon-briefcase:before {
  content: "\e653";
}
.icon-twoWayArrow:before {
  content: "\e654";
}
.icon-van:before {
  content: "\e655";
}
.icon-vanRight:before {
  content: "\e656";
}
.icon-linkedIn:before {
  content: "\e657";
}
.icon-facebook:before {
  content: "\e658";
}
.icon-youtube:before {
  content: "\e659";
}
.icon-instagram:before {
  content: "\e65a";
}
.icon-twitterBird:before {
  content: "\e65b";
}
.icon-soundCloud:before {
  content: "\e65c";
}
.icon-cloud:before {
  content: "\e65d";
}
.icon-flame:before {
  content: "\e65e";
}
.icon-knife:before {
  content: "\e65f";
}
.icon-mortarBoard:before {
  content: "\e660";
}
.icon-forklift:before {
  content: "\e661";
}
.icon-fish:before {
  content: "\e662";
}
.icon-dice:before {
  content: "\e663";
}
.icon-circleCoin:before {
  content: "\e664";
}
.icon-boat:before {
  content: "\e665";
}
.icon-asterix:before {
  content: "\e666";
}
.icon-anchor:before {
  content: "\e667";
}
.icon-airplane:before {
  content: "\e668";
}
.icon-zoom:before {
  content: "\e669";
}
.icon-xmasTree:before {
  content: "\e66a";
}
.icon-video:before {
  content: "\e66b";
}
.icon-userRealistic:before {
  content: "\e66c";
}
.icon-userWithTie:before {
  content: "\e66d";
}
.icon-user:before {
  content: "\e66e";
}
.icon-tvPanel:before {
  content: "\e66f";
}
.icon-truck:before {
  content: "\e670";
}
.icon-sprayPaint:before {
  content: "\e671";
}
.icon-smiley:before {
  content: "\e672";
}
.icon-cart:before {
  content: "\e673";
}
.icon-rss:before {
  content: "\e674";
}
.icon-priceTag:before {
  content: "\e675";
}
.icon-oldTv:before {
  content: "\e676";
}
.icon-oldComputer:before {
  content: "\e677";
}
.icon-lightningBolt:before {
  content: "\e678";
}
.icon-cancel:before {
  content: "\e679";
}
.icon-floppyDisk:before {
  content: "\e67a";
}
.icon-australia:before {
  content: "\e67b";
}
.icon-nz:before {
  content: "\e67c";
}
.icon-downloadArrow:before {
  content: "\e67d";
}
.icon-compass:before {
  content: "\e67e";
}
.icon-clock:before {
  content: "\e67f";
}
.icon-calc:before {
  content: "\e680";
}
.icon-box:before {
  content: "\e681";
}
.icon-bank:before {
  content: "\e682";
}
.icon-megaphone:before {
  content: "\e901";
}
@font-face {
    font-family: 'FKGroteskNeue-Regular';
    src: url('../fonts/FKGroteskNeue-Regular.woff2') format('woff2'),
         url('../fonts/FKGroteskNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FKGroteskNeue-Italic';
    src: url('../fonts/FKGroteskNeue-Italic.woff2') format('woff2'),
         url('../fonts/FKGroteskNeue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'FKGroteskNeue-Medium';
    src: url('../fonts/FKGroteskNeue-Medium.woff2') format('woff2'),
         url('../fonts/FKGroteskNeue-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FKGroteskNeue-MediumItalic';
    src: url('../fonts/FKGroteskNeue-MediumItalic.woff2') format('woff2'),
         url('../fonts/FKGroteskNeue-MediumItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
  font-family: 'montserratultra_light';
  src: url('../fonts/montserrat-ultralight.eot');
  src: url('../fonts/montserrat-ultralight.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-ultralight.woff2') format('woff2'), url('../fonts/montserrat-ultralight.woff') format('woff'), url('../fonts/montserrat-ultralight.ttf') format('truetype'), url('../fonts/montserrat-ultralight.svg#montserratultra_light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratultra_hairline';
  src: url('../fonts/montserrat-hairline.eot');
  src: url('../fonts/montserrat-hairline.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-hairline.woff2') format('woff2'), url('../fonts/montserrat-hairline.woff') format('woff'), url('../fonts/montserrat-hairline.ttf') format('truetype'), url('../fonts/montserrat-hairline.svg#montserratultra_hairline') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular1.eot');
  src: url('../fonts/montserrat-regular1.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular1.woff2') format('woff2'), url('../fonts/montserrat-regular1.woff') format('woff'), url('../fonts/montserrat-regular1.ttf') format('truetype'), url('../fonts/montserrat-regular1.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.website-wrapper {
  overflow: hidden;
}
body {
  /* For the Footer Menu */
  padding-bottom: 0;
}
.clear {
  clear: both;
}
p,
li {
  color: #5A5A5A;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
ul {
  padding-left: 0;
}
ul li {
  margin-bottom: 12px;
  list-style: none;
  padding-bottom: 8px;
  margin-left: 25px;
}
.panel ul li:before {
  content: "\2022";
  color: #72E184;
  font-weight: bold;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
ul li > ul {
  padding-top: 16px;
}
ol {
  padding-left: 0;
  margin-left: 0;
  counter-reset: li;
}
ol > li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 4px 8px 4px 0;
  list-style: none;
}
ol > li::before {
  content: counters(li, ".");
  counter-increment: li;
  font-size: 15px;
  font-weight: bold;
  color: #222;
  position: absolute;
  left: -2em;
  padding-right: 10px;
}
ol > li > ol > li {
  margin-left: 3em;
}
ol > li > ol > li::before {
  left: -3em;
}
ol > li > ol > li > ol > li {
  margin-left: 4em;
}
ol > li > ol > li > ol > li::before {
  left: -4em;
}
ol > li > ol > li > ol > li > ol > li {
  margin-left: 5em;
}
ol > li > ol > li > ol > li > ol > li::before {
  left: -5em;
}
ol > li > ol > li > ol > li > ol > li > ol > li {
  margin-left: 6em;
}
ol > li > ol > li > ol > li > ol > li > ol > li::before {
  left: -6em;
}
.pagination {
  padding-top: 30px;
}
.pagination li {
  background: none;
  padding: 0;
}
p + ul,
ul + p,
h3 + ul,
h2 + ul {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .row-eq-height-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}
.topHeaderWrapper {
  background: #ffffff;
  background: none;
  position: relative;
  min-height: 75px;
  min-width: 320px;
}
.topHeaderWrapper.fixed {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
}
.topHeaderWrapper .container {
  position: relative;
  height: 100%;
}
@media (max-width: 1199px) {
  .topHeaderWrapper .container {
    width: 100% !important;
  }
  #home-feature {
	margin-top: 40px;
  }
}
.topHeader {
  height: 80px;
}
a.company-logo {
  display: block;
  text-decoration: none;
  width: 133px;
  height: 35px;
  margin-top: 19px;
  float: left;
  overflow: hidden;
}
@media (max-width: 1100px) and (min-width: 992px) {
  a.company-logo {
    max-width: 134px;
  }
}
@media (max-width: 500px) {
  a.company-logo {
    max-width: 134px;
  }
}
.social-row {
  margin-bottom: 30px;
}
#socialIcons {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: -15px;
}
#socialIcons .social-icon {
  display: flex;
  margin-right: 15px;
  background: #5EB56C;
  border-radius: 100px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  width: 40px;
  height: 40px;
  float: left;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
/* .social-icon {
  font-size: 35px;
  padding-left: 10px;
  color: #008593;
  cursor: pointer;
} */
.google-maps {
  position: relative;
  padding-bottom: 25%;
  overflow: hidden;
  height: 300px;
  border-bottom: 10px solid #72E184;
}
@media (min-width: 768px) {
  .google-maps {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .google-maps {
    height: 500px;
  }
}
.heroWrapper {

}
@media (max-width: 991px) {
  .heroWrapper {

  }
}
@media (max-width: 991px) and screen and (min-width: 768px) and (max-width: 991px) {
  .heroWrapper {
    padding-bottom: 100px;
  }
}
.heroWrapper .container {
  text-align: center;
}
.heroWrapper p {
  font-family: 'FKGroteskNeue-Regular', Arial, serif;
  font-weight: normal;
  color: #ffffff;
  line-height: 120%;
  text-align: left;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  padding-top: 0;
  margin-top: 10px;
  padding-bottom: 15px;
}
.heroWrapper strong {
  font-family: 'FKGroteskNeue-Regular', Arial, serif;
  font-weight: bold;
}
.home-feature-wrapper {
  background: #172025;
  border-bottom: 9px solid #72e184;
}
.home-feature-wrapper #introText {
  width: 100%;
  font-size: 65px;
  font-weight: normal;
  padding: 20vh 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.home-feature-wrapper #introText span {
  color: #72E184;
}
@media (max-width: 767px) {
  .home-feature-wrapper #introText {
    font-size: 50px;
    padding-left: 20px;
	padding-right: 20px;
  }
}
.sectionIntro {
  background-color: #255c8b;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.sectionIntro p {
  color: #ffffff;
  font-size: 15px;
}
.smallCrumb,
.GBSTcrumb {
  margin-bottom: 30px;
  font-size: 15px;
  color: #D2D2D2;
  text-align: left;
}
.smallCrumb a,
.GBSTcrumb a,
.smallCrumb span,
.GBSTcrumb span {
  display: inline-block;
}
.smallCrumb a.icon-rightArrow,
.GBSTcrumb a.icon-rightArrow,
.smallCrumb span.icon-rightArrow,
.GBSTcrumb span.icon-rightArrow {
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.GBSTcrumb a {
  color: #D2D2D2;
}
.smallCrumb {
  color: #5A5A5A;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 50px;
}
a.learnMore {
  color: #ffffff;
  font-size: 20px;
  font-family: 'FKGroteskNeue-Regular', Arial, serif;
  position: absolute;
  top: -135px;
}
@media (max-width: 991px) {
  a.learnMore {
    position: absolute;
    top: -80px;
    left: initial;
    display: inline-block;
  }
}
a.learnMore:link {
  text-decoration: none;
}
.statsWrap {
  margin-top: 0;
  text-align: center;
}
.statsWrap p {
  font-size: 24px;
  letter-spacing: -1px;
  font-family: 'FKGroteskNeue-Regular', Arial, serif;
}
@media (min-width: 992px) {
  .statsWrap p {
    font-family: 'FKGroteskNeue-Regular', Arial, serif;
    font-size: 35px;
    letter-spacing: -2px;
  }
}
.statsWrap h4 {
  font-family: Arial, serif;
  font-size: 75px;
  letter-spacing: -4px;
  padding-bottom: 0;
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 0;
}
.footer {
  background-color: #172025;
  border-top: 10px solid #72E184;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 0;
  font-size: 14px;
}
.footer .logo-row {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #707070;
}
.footer .logo-row .row {
  display: flex;
  align-items: center;
}
.footer .logo-row h4 {
  text-align: right;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}
.footer .logo-row h2 {
  margin: 0;
}
.footer.moveFooter {
  margin-top: 40px;
}
@media (min-width: 991px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer.moveFooter {
    padding-top: 40px;
  }
}
.footer h2 {
  color: #ffffff;
  font-weight: bold;
  padding-top: 16px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer h3, .footer h4, .footer p {
  color: #ffffff;
}
.footer h4 {
	margin-bottom: 20px;
	font-size: 18px;
}
.footer p {
	font-size: 16px;
}
.footer ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.footer li {
  margin-bottom: 13px;
  margin-left: 0;
  padding-bottom: 0;
  background: none;
  padding-left: 0;
  font-size: 14px;
}
.footer li a {
  color: #D2D2D2;
}
.footer .social-buttons .footer-icon {
  display: flex;
  margin-right: 15px;
  background: #72E184;
  border-radius: 100px;
  color: #172025;
  font-size: 22px;
  line-height: 1;
  width: 40px;
  height: 40px;
  float: left;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.footer .social-buttons {
  padding-bottom: 10px;
  overflow: hidden;
}
.footer #footerButton {
  background: #FFFFFF26;
  color: #ffffff;
}
.footer #footerButton:hover,
.footer #footerButton:active {
  background: #FFFFFF33;
}
.footer #footerButton.user-icon {
  padding-right: 70px;
  background-image: url("../images/user-icon.svg");
  background-repeat: no-repeat;
  background-position: 85% center;
}
.footer a.footer-icon {
  font-size: 30px;
  margin-right: 12px;
  color: #ffffff;
}
.footer a.footer-icon:last-child {
  margin-right: 0;
}
.bottomLogos {
  color: #ffffff;
  background: #071218;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 20px;
}
.bottomLogos nav {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 14px;
}
.bottomLogos nav a {
  margin-right: 30px;
  color: #D2D2D2;
}
.bottomLogos nav a:last-child {
  margin-right: 0;
}

.bottomLogos .emuDesign {
  float: right;
}
.bottomLogos .emuDesign .gbst-digital {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  margin-left: 10px;
  font-size: 16px;
  text-indent: -9999px;
  background-image: url("../images/gbst-digital-logo.svg"); 
  background-repeat: no-repeat;
  background-position: center center;
  width: 180px;
}
@media (max-width: 991px) {
  .bottomLogos {
    text-align: center;
  }
  .bottomLogos nav {
    width: 100%;
    margin-bottom: 10px;
  }
  .bottomLogos .copyright {
	display: block;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .bottomLogos .emuDesign {
    float: none;
  }
  .bottomLogos .emuDesign a {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 767px) {
  .bottomLogos {
    text-align: left;
  }
}
@media (max-width: 360px) {
  .bottomLogos .emuDesign .gbst-digital {
	margin-left: 0;
	margin-top: 10px;
	display: block;
  }
}
.page-columns > [class*='col-'] + [class*='col-'] {
  border-left: 1px solid #D2D2D2;
}
@media (max-width: 991px) {
  .page-columns > [class*='col-'] + [class*='col-'] {
    border-left: 0;
    border-top: 1px solid #D2D2D2;
    padding-top: 30px;
    margin-top: 30px;
  }
}
.page-columns > [class*='col-'] + [class*='col-'] strong {
  color: #000000;
}
.page-columns > [class*='col-'] + [class*='col-'] .right-column-wrapper,
.page-columns > [class*='col-'] + [class*='col-'] .gform_wrapper {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .page-columns > [class*='col-'] + [class*='col-'] .right-column-wrapper,
  .page-columns > [class*='col-'] + [class*='col-'] .gform_wrapper {
    padding-left: 0;
  }
}
#tinymce {
  margin: 10px 15px;
}
.panel.always-innovating {
  position: relative;
  padding: 110px 0;
  background: #f5f5f5;
}
@media (max-width: 1199px) {
  .panel.always-innovating {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .panel.always-innovating {
    padding: 60px 0;
  }
}
.panel.always-innovating h2 {
  text-align: left;
}
.panel.always-innovating p {
  font-size: 18px;
  line-height: 1.5;
}
.panel.always-innovating .list-items.col-sm-6:nth-of-type(2) {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .panel.always-innovating .list-items.col-sm-6:nth-of-type(2) {
    padding-left: 45px;
  }
}
.panel.news-events {
  position: relative;
  padding: 60px 0 80px;
  background: #F0F0F0;
}
.panel.news-events.flat-bottom {
  -webkit-clip-path: none;
  clip-path: none;
}
@media (max-width: 1199px) {
  .panel.news-events {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .panel.news-events {
    padding: 60px 0;
  }
}
.panel.news-events .img-responsive {
  max-height: 109px;
}
.panel.news-events h2 {
/*   margin-bottom: 25px; */
}
.panel.news-events h3 + div {
  margin-top: 15px;
}
.panel.news-events a {
  color: #172025;
  text-decoration: none;
}
.panel.news-events h4 {
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  background-image: url("../images/link-arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 45px;
}
.panel.news-events a:hover h4,
.panel.news-events a:active h4 {
  background-position: 10px 5px;
}
.panel.news-events .list-items-events h4 {
  background: transparent;
  padding-left: 0;
}
.panel.news-events p {
  font-weight: normal;
  line-height: 20px;
  color: #555;
}
.panel.news-events .icon-thinRightArrow {
  font-size: 10px;
}
.panel.news-events .row + .row {
  padding-top: 10px;
}
 .panel.news-events .btn-secondary {
  margin-top: 20px;
}
.panel.news-events .list-items.col-sm-6 {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .panel.news-events .list-items.col-sm-6 {
    padding-right: 45px;
  }
}
/* .solutions-cards {
  display: flex;
}
.solutions-cards .col-md-6,
.solutions-cards .col-md-6 .card {
  height: 100%;
} */
.panel.solutions .card,
.solutions-cards .card {
  margin-bottom: 30px;
  border-bottom: 5px solid #72E184;
  transition: box-shadow .3s;
}
.panel.solutions .card:hover,
.solutions-cards .card:hover {
  box-shadow: 0px 3px 10px 0px rgba(63,77,88,0.25);
  transition: box-shadow .3s;
}
.panel.solutions .card a,
.solutions-cards .card a{
  display: block;
  padding: 30px 30px 10px 30px;
}
.solutions-cards .card h3 {
  font-size: 22px !important;
  color: #172025 !important;
  font-weight: bold !important;
  margin: 10px 0 0 0 !important;
}
.solutions-cards .card p {
  padding-top: 20px !important;
  font-size: 18px;
  line-height: 1.5;
  color: #5A5A5A !important;
}
.panel.solutions .card .cardWrapper h3 {
  color: #172025;
  font-weight: bold;
  margin: 30px 0 0 0;
}
.panel.solutions .card .cardWrapper p {
  font-size: 18px;
  line-height: 1.5;
}
.panel-guy {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url('/wp-content/themes/devdmbootstrap3-child/images/tablet-guy.png') no-repeat bottom left;
  background-size: contain;
}
@media screen and (min-width: 991px) {
  .panel-guy {
    width: 600px;
    height: 600px;
    background-position: 100px 150px;
  }
}
@media screen and (min-width: 1200px) {
  .panel-guy {
    width: 750px;
    height: 750px;
    background-position: 150px 200px;
  }
}
@media screen and (min-width: 1600px) {
  .panel-guy {
    width: 1000px;
    height: 1000px;
    background-position: 150px 300px;
  }
}
.insight-homepage {
}
@media (min-width: 1200px) {
  .insight-homepage.hero-container {
  }
}

.insight-homepage .bulb {
  text-align: center;
  margin: 0 auto 30px;
}

h2,
h3 {
  padding: 0;
  margin: 0;
}
h1 {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-family: 'FKGroteskNeue-Regular', Arial, serif;
  line-height: 1.2;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  text-align: left;
  font-size: 36px;
  padding-top: 0;
  margin-top: 90px;
  padding-bottom: 0;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 40px;
    padding-top: 100px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 44px;
    padding-top: 15vh;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.hero-container {
  padding-top: 0;
  background: #172025;
}
@media (min-width: 768px) {
  .hero-container .panel.highlight.image .section-header-content {
	padding: 40px 0;
  }
}
.sectionHeroWrapper {
  margin-top: 0;
  padding-top: 105px;
  padding-bottom: 80px;
  background-position: 50vw center;
/*   background-size: contain; */
  background-repeat: no-repeat;
  background-color: #172025;
  min-height: 500px;
  display: flex;
  align-items: center;
  border-bottom: 10px solid #72E184;
}
@media (min-width: 1200px) {
  .hero-container {
    padding-top: 43px;
  }
}
.sectionHeroWrapper.back-image {
  min-height: 25vw;
}
.sectionHeroWrapper h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: bold;
  text-shadow: 0;
}
@media (max-width: 1199px) {
  .sectionHeroWrapper {
	padding-top: 145px;
  }
}
@media (max-width: 991px) {
  .sectionHeroWrapper {
    min-height: auto;
	background-image: none !important;
  }
}
@media (max-width: 767px) {
  .sectionHeroWrapper {
    min-height: auto;
    background-color: #172025;
  }
}
.sectionHeroWrapper .header-banner-blurb {
  font-family: 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: white;
  font-size: 22px;
  line-height: 1.3;
  text-shadow: 1px 1px 4px #222222;
  text-align: center;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .sectionHeroWrapper .header-banner-blurb {
    font-size: 30px;
  }
}
h2 {
  font-family: 'FKGroteskNeue-Regular', 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #222222;
  padding-top: 20px;
  line-height: 1.3;
}
h2:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  h2 {
    font-size: 30px;
	line-height: 1.3;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {

}
.panel.highlight .multiple-button-wrapper h2 {
  color: #ffffff;
}
.panel.highlight .multiple-button-wrapper .buttons-wrapper {
  margin-top: 40px;
}
@media (max-width: 767px) {
	.panel.highlight .multiple-button-wrapper .buttons-wrapper .btn {
		display: block;
		text-align: left;
	}
}
.panel.highlight .multiple-button-wrapper .buttons-wrapper .download-icon {
  padding-right: 70px;
  background-image: url("../images/download-icon.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.callOut h2 {
  font-size: 30px;
  line-height: 120%;
}
.callOut h2 {
  text-align: left;
}
#report-list h2,
h2[class^='wsp-'] {
  text-align: left;
}
.hero-container .GBSTcrumb span:last-of-type {
/*    display: none; */
}
.hero-container .GBSTcrumb a {
  color: #D2D2D2;
}
.hero-container .category-date-box {
  font-size: 22px;
  color: #D2D2D2;
  margin-top: 20px;
}
.hero-container .category-date-box .dot {
  color: #72E184;
  font-size: 20px;
  margin: 0 5px 0 15px;
}
.mb-4 {
	margin-bottom: 30px;
}
h3,
#archive-single h2 {
  color: #222222;
  font-family: 'FKGroteskNeue-Regular', 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  letter-spacing: normal;
}
h3:first-child,
#archive-single h2:first-child {
  padding-top: 0;
}
h3 + a,
#archive-single h2 + a,
h3 + div,
#archive-single h2 + div {
  margin-top: 10px;
}
h3 + div + p,
#archive-single h2 + div + p {
  padding-top: 40px;
}
#archive-single h2.client-connect-heading {
  color: #032734;
  font-size: 24px;
  padding-bottom: 20px;
}
p + h2,
h2 + p,
h2 + .row,
.row + h2 {
  padding-top: 40px;
}
p + h3,
h3 + p,
h3 + .row,
.row + h3,
.insight-detail-image + h3 {
  padding-top: 20px;
}
.statsWrap h3 {
  font-family: 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
.featureCard h3 {
  color: #255c8b;
  font-size: 18px;
  line-height: 18px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  padding-top: 20px;
  padding-bottom: 5px;
}
.insightCardWrapper h3 {
  line-height: 140%;
  font-weight: normal;
  font-size: 19px;
}
h3.sub-category {
  font-family: 'FKGroteskNeue-Regular', 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
}
h4 {
  font-weight: bold;
}
.navbar,
.navbar.fixed {
  min-height: 0;
  height: auto;
  margin-bottom: 0;
}
.navbar-right,
.navbar-left {
  padding-top: 9px;
  float: left;
}
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  /* Parallax.js fix for retina mac bug - doesn't allow docked header and parallax effects */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
}
@media (max-width: 991px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: absolute;
  }
}
.navbar-left {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .navbar-left {
    padding-left: 30px;
  }
}
.navbar-toggle {
  background: transparent none;
  border: 0;
  border-radius: 4px;
  float: right;
  padding: 0;
  margin: 15px 15px 0 0;
  position: relative;
  color: #ffffff;
  font-size: 30px;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #2f8c38;
}
.navbar-inverse .navbar-nav li > div.menu-item > a:focus,
.navbar-inverse .navbar-nav li > div.menu-item > a {
  color: #ffffff;
  font-family: 'FKGroteskNeue-Regular', Arial, serif;
  font-weight: normal;
  font-size: 16px;
  padding: 8px;
}
@media (min-width: 768px) {
  .navbar-inverse .navbar-nav li > div.menu-item > a:focus,
  .navbar-inverse .navbar-nav li > div.menu-item > a {
    font-size: 16px;
    padding: 15px 10px;
  }
}
@media (min-width: 992px) {
  .navbar-inverse .navbar-nav li > div.menu-item > a:focus,
  .navbar-inverse .navbar-nav li > div.menu-item > a {
    font-size: 16px;
    padding: 15px 15px;
  }
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background: #3cb449;
  background: none;
  border-bottom: 3px solid #72e184;
  padding-bottom: 23px;
}
#gbst .topHeaderWrapper {
  text-align: center;
}
#gbst .topHeaderWrapper .ubermenu {
  position: static;
  display: inline-block !important;
  float: none;
  margin-right: 100px;
}
@media (max-width: 991px) {
  #gbst .topHeaderWrapper .ubermenu {
    display: none !important;
	margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #gbst .topHeaderWrapper .ubermenu:not(.ubermenu-responsive-collapse) {
    display: block !important;
  }
}
/* .menu-item-1968 > ul {
  min-height: 500px !important;
} */
#gbst .ubermenu-submenu .ubermenu-item-target,
#gbst .ubermenu-submenu .ubermenu-target-text,
#gbst .ubermenu-submenu .ubermenu-target .ubermenu-content-block {
  font-family: 'FKGroteskNeue-Regular', Arial, serif !important;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
#gbst .ubermenu-item-level-0 {
  position: relative;
}
@media (max-width: 991px) {
  #gbst .ubermenu-item-level-0 {
    position: static;
  }
}
#gbst .ubermenu-item-level-0 > .ubermenu-target {
  padding: 25px 0 10px 0;
  margin: 0 20px 14px 20px;
  font-family: 'FKGroteskNeue-Regular', Arial, serif;
  font-weight: normal;
  font-size: 16px;
}
#gbst .ubermenu-item-level-0 > .ubermenu-target:after {
  display: none;
}
#gbst .ubermenu-item-level-0 > .ubermenu-target .ubermenu-sub-indicator-close {
  margin-top: 1px;
}
#gbst .ubermenu-item-level-0 > .ubermenu-submenu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0;
  z-index: 999;
}
#gbst .ubermenu-item-level-0 > .ubermenu-submenu.ubermenu-submenu-type-auto {
  width: 1140px;
  left: -350px;
  top: 75px;
}

@media (max-width: 1199px) {
  #gbst .ubermenu-item-level-0 > .ubermenu-submenu.ubermenu-submenu-type-auto {
    width: 860px;
    left: -87px;
  }
  #gbst .ubermenu-item-level-0 > .ubermenu-submenu.ubermenu-submenu-type-auto .ubermenu-column-3-8 {
    display: none !important;
  }
  #gbst .ubermenu-item-level-0 > .ubermenu-submenu.ubermenu-submenu-type-auto .ubermenu-column-full {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #gbst .ubermenu-item-level-0 > .ubermenu-submenu {
    width: calc(100% - 30px) !important;
    min-width: 0 !important;
    left: 15px !important;
  }
}
#gbst .ubermenu-item-level-0 > .ubermenu-submenu.ubermenu-submenu-type-flyout {
  min-width: 190px !important;
}
#gbst .ubermenu-item-level-0 > .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target {
  padding: 10px 20px;
}
#gbst .ubermenu-item-level-1 > .ubermenu-submenu-type-tabs-group {
  border-color: #D2D2D2;
}
#gbst .ubermenu-item-level-1 > .ubermenu-submenu-type-tabs-group .group-heading {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #212121;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  margin-bottom: -15px;
}
#gbst .ubermenu-item-level-1 > .ubermenu-submenu-type-tabs-group .ubermenu-item-type-custom + .ubermenu-has-submenu-drop:before,
#gbst .ubermenu-item-level-1 > .ubermenu-submenu-type-tabs-group .ubermenu-item-type-custom + .disabled-ubermenu-has-submenu-drop:before {
  display: block;
  content: ' ';
  font-size: 1px;
  line-height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid black;
}
#gbst .ubermenu-item-level-1 > .ubermenu-submenu-type-tabs-group .ubermenu-item-type-custom + .ubermenu-has-submenu-drop.ubermenu-active:before,
#gbst .ubermenu-item-level-1 > .ubermenu-submenu-type-tabs-group .ubermenu-item-type-custom + .disabled-ubermenu-has-submenu-drop.ubermenu-active:before {
  border-top-color: transparent;
}
#gbst .ubermenu-item-level-1 > .ubermenu-submenu-type-tabs-group .ubermenu-tab > .ubermenu-target {
  border: 0;
  padding: 10px 20px;
  padding-right: 40px;
  font-weight: normal !important;
  font-style: normal !important;
}
#gbst .ubermenu-item-level-1 > .ubermenu-submenu-type-tabs-group .ubermenu-tab > .ubermenu-target:after {
  font-size: 25px;
  margin-top: -11px;
  right: 19px;
}
#gbst .ubermenu-item-level-1 > .ubermenu-submenu-type-tabs-group .ubermenu-tab.ubermenu-active .ubermenu-tab-content-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full + .ubermenu-item-level-3 {
  border-left: 1px solid #D2D2D2;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-row {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-row > .ubermenu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-row .ubermenu-item > .ubermenu-target {
  padding: 0 !important;
  margin: 15px 7px;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-row .ubermenu-item:first-child > .ubermenu-target {
  margin-left: 15px;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-row .ubermenu-item:last-child > .ubermenu-target {
  margin-right: 15px;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-row .ubermenu-item:only-child > .ubermenu-target {
  margin-right: 7px;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-row .ubermenu-item-level-5.ubermenu-column-full > .ubermenu-target {
  margin: 15px;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-row + .ubermenu-row .ubermenu-item > .ubermenu-target {
  margin-top: 0;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-target {
  position: relative;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-target .ubermenu-image {
  pointer-events: none;
  float: none;
  height: auto;
  flex: none;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-target .ubermenu-target-title {
  pointer-events: none;
  padding: 10px 15px 10px 40px;
  text-align: left;
  flex: none;
  background-image: url("../images/link-arrow.svg");
  background-repeat: no-repeat;
  background-position: center left;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-target p {
  font-size: 14px;
  margin-left: 40px;
  color: #5A5A5A;
  line-height: 1.6;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-target .ubermenu-custom-content {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #00191a;
  vertical-align: middle;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  font-style: normal;
  z-index: 1;
  cursor: pointer;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  margin: 0;
  overflow: hidden;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-target:hover {
  background-color: transparent;
  /* Sometimes <IE11 shows a blue line at the bottom on hover... */
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-target:hover .ubermenu-image {
  visibility: hidden;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-target:hover .ubermenu-custom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#gbst .ubermenu-item-level-5 .ubermenu-target.ubermenu-item-layout-text_only .ubermenu-target-text {
  font-size: 14px;
  font-weight: normal;
  color: #496073;
  text-decoration: underline;
}
#gbst .ubermenu-item-level-5 .ubermenu-target.ubermenu-item-layout-text_only:hover .ubermenu-target-text {
  text-decoration: none;
}
#gbst .ubermenu-item-level-5 .ubermenu-target.ubermenu-item-layout-text_only:hover {
  background: transparent;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-item-level-5.ubermenu-column-full {

}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-item-level-5.ubermenu-column-full .ubermenu-target:hover {

}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-item-level-5.ubermenu-column-full .ubermenu-target:hover .ubermenu-image {
  visibility: visible;
}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-item-level-5.ubermenu-column-full .ubermenu-image {

}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-item-level-5.ubermenu-column-full .ubermenu-target-title {

}
#gbst .ubermenu-item-level-3.ubermenu-column-full .ubermenu-item-level-5.ubermenu-column-full a .ubermenu-custom-content-padded {
  border-top: 1px solid #63b8e2;
  color: white;
  margin: 30px;
  margin-top: 0;
  padding: 0;
  padding-top: 15px;
  display: block;
  background-color: transparent;
  position: relative;
  text-align: left;
  width: auto;
  height: auto;
  flex: none;
  font-size: 17px;
  line-height: normal;
}
#gbst .ubermenu-item-level-3.ubermenu-column-1-3 .ubermenu-target {
  padding: 10px 22px;
  font-weight: normal;
}
#gbst .ubermenu-item-level-3.ubermenu-column-1-3 .ubermenu-item-level-4 > .ubermenu-target .ubermenu-target-text {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
#gbst .ubermenu-item-level-3.ubermenu-column-1-3 .ubermenu-item-level-4 > .ubermenu-target:hover .ubermenu-target-text {
  color: white;
  font-weight: normal;
}
#gbst .ubermenu-item-level-3.ubermenu-column-1-3 .ubermenu-item-level-4 > .ubermenu-submenu {
  padding: 0;
}
#gbst .ubermenu-item-level-3.ubermenu-column-1-3 .ubermenu-item-level-4 + .ubermenu-item-level-4 {
  padding-top: 20px;
}
#gbst .ubermenu-item-level-3.ubermenu-column-1-3 .ubermenu-item-level-5 > .ubermenu-target {
  padding-top: 5px;
  padding-bottom: 5px;
}
#gbst .ubermenu-item-level-3.ubermenu-column-1-3 + .ubermenu-item-level-3 {
  border-left: 1px solid #D2D2D2;
}
#gbst .ubermenu-item-level-4 {
  margin-top: 0;
}
#gbst .ubermenu-item-level-4.ubermenu-custom-content {
  padding-left: 15px;
}
#gbst .menu-featured-image {
  height: 210px;
  margin-top: 20px;
  background-position: center center !important;
}
#gbst .menu-featured-image + p {
  padding-top: 20px;
}
#gbst .ubermenu-current-menu-item > .ubermenu-target {
  background-color: #72e184 !important;
  color: white !important;
}
#gbst .ubermenu-current-menu-item > .ubermenu-target .ubermenu-target-text {
  color: white !important;
  font-weight: normal !important;
}
#gbst .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  border-bottom: 3px solid transparent !important;
}
#gbst .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:hover,
#gbst .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target,
#gbst .ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target,
#gbst .ubermenu-main .ubermenu-item-level-0.ubermenu-current_page_item > .ubermenu-target {
  border-bottom: 3px solid #72e184 !important;
}
#gbst .ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {
  padding-top: 0;
}
#gbst .ubermenu-responsive-toggle {
  position: absolute;
  top: 17px;
  right: 15px;
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: 30px;
  padding: 0;
  color: #ffffff;
}
#gbst .ubermenu-responsive-toggle.ubermenu-responsive-toggle-open {
  color: #969696;
}
@media (max-width: 991px) {
  #gbst .ubermenu-responsive .ubermenu-nav {
    padding: 0;
  }
  #gbst .ubermenu-responsive .ubermenu-item-level-0 > .ubermenu-target {
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
    font-size: 16px;
  }
  #gbst .disabled-ubermenu-has-submenu-drop .ubermenu-submenu {
    display: none !important;
  }
}
#gbst .fixed .ubermenu-responsive-toggle {
  color: #969696;
}
.no-flexbox #gbst .ubermenu-item-level-3 .ubermenu-row,
.no-flexbox #gbst .ubermenu-item-level-3 .ubermenu-row > .ubermenu-item {
  display: block;
}
.no-flexbox #gbst .ubermenu-item-level-3 .ubermenu-row .ubermenu-custom-content,
.no-flexbox #gbst .ubermenu-item-level-3 .ubermenu-row > .ubermenu-item .ubermenu-custom-content {
  font-weight: normal;
}
.no-flexbox #gbst .ubermenu-item-level-3 .ubermenu-row .ubermenu-target,
.no-flexbox #gbst .ubermenu-item-level-3 .ubermenu-row > .ubermenu-item .ubermenu-target {
  display: block;
  min-height: 189px;
}
.no-flexbox #gbst .ubermenu-item-level-3 .ubermenu-target:hover .ubermenu-custom-content {
  display: inline-block;
}
.panel {
  margin: 0;
  padding: 60px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: white;
}
.panel.highlight {
  background-color: #172025;
}
.panel.dark {
  background-color: #182954;
}
.panel.image {
  background-color: #3F4D58;
  background-image: none !important;
}
.panel.image a {
  color: #72E184;
}
.panel.image .btn-primary {
  color: #ffffff;
}
.panel.highlight.image {
  padding: 120px 0;
}
.panel.dark .btn,
.panel.highlight .btn,
.panel.image .btn {
  box-shadow: none;
}
.panel.dark h2 {
  color: white;
}
.panel.dark p {
  color: white;
}
.panel.shadow {

}
.panel.shadow p {
  font-family: 'FKGroteskNeue-Regular', 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 22px;
}
.panel.faded {
  background-color: #F2F2F2;
}
.panel .row + .row {
  padding-top: 20px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .panel .row + .row {
    padding-top: 0;
  }
}
.panel > .panel {
  padding: 60px 0 0 0;
}
.panel .page-content > p {
  font-size: 16px;
  font-weight: normal;
}
.hero-container .panel.highlight.image {
  background-color: #F0F0F0;
  padding: 0;
}
.hero-container .panel.highlight.image .section-header-content {
  padding: 60px 0;
}
@media (min-width: 767px) {
  .hero-container .panel.highlight.image {
/*     padding: 60px 0; */
  }
}

.hero-container .GBSTcrumb .current-item {
  display: none;
}
.hero-container .GBSTcrumb.client-connect {
  background: #032734;
}
.swirl-bg {
  background: url("../images/swirls.png") center center no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
}
.map-bg {

}
.mosaic-bg {
  background-image: url("../images/mosiac2.png");
  background-repeat: repeat-x;
  background-position: top center;
}
.dark.mosaic-bg {
  background-image: url("../images/mosaic-dark.jpg");
}

.iconMenu #countryIcon {
  color: #ffffff;
  cursor: pointer;
  font-size: 33px;
  transition: color .2s;
  position: absolute;
  top: 14px;
  right: 70px;
}
@media (max-width: 991px) {
  .iconMenu #countryIcon {
    right: 99px;
  }
}
.iconMenu .sb-search {
  position: absolute;
  top: 14px;
  right: 15px;
  -webkit-transition: width .3s, right .2s;
  -moz-transition: width .3s, right .2s;
  transition: width .3s, right .2s;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.iconMenu .sb-search.sb-search-open {
  width: 100%;
}
.iconMenu .sb-search.sb-search-open .search-form .sb-search-input {
  opacity: 1;
  pointer-events: all;
  margin-left: 30px;
}
.iconMenu .sb-search.sb-search-open .search-form .sb-search-submit {
  opacity: 1;
  pointer-events: all;
}
.iconMenu .sb-search.sb-search-open .search-form .sb-icon-search {
  color: #ffffff !important;
  background: #5EB56C;
}
@media (max-width: 991px) {
  .iconMenu .sb-search {
    right: 57px;
  }
  .iconMenu .sb-search.sb-search-open {
    right: 15px;
  }
}
.iconMenu .search-form .sb-search-input {
  position: absolute;
  right: 33px;
  width: calc(100% - 63px) !important;
  transition: opacity .2s;
  opacity: 0;
  pointer-events: none;
  background: #ffffff;
  z-index: 999;
  border-right: 0;
  width: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: inherit;
  font-size: 16px;
  color: #172025;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.iconMenu .search-form .sb-search-input::-webkit-input-placeholder {
  color: #172025;
}
.iconMenu .search-form .sb-search-input:-moz-placeholder {
  color: #172025;
}
.iconMenu .search-form .sb-search-input::-moz-placeholder {
  color: #172025;
}
.iconMenu .search-form .sb-search-input:-ms-input-placeholder {
  color: #172025;
}
.iconMenu .search-form .sb-search-submit {
  right: -7px;
  transition: opacity .2s;
  opacity: 0;
  pointer-events: none;
  border: 0;
}
.iconMenu .search-form .sb-icon-search {
  right: -7px;
  font-size: 23px;
  cursor: pointer;
  transition: color .2s, background .2s;
  float: right;
  position: relative;
  color: #ffffff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 4px 0 0 1px;
  z-index: 2;
}
.sb-search-input {
  border: 1px solid #cccccc;
  height: 40px;
  padding: 10px;
  color: #333;
  position: relative;
  z-index: 1;
  display: block;
  top: 0;
  right: 0;
  outline: none;
  background: transparent;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.sb-icon-search,
.sb-search-submit {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: transparent;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #333;
  z-index: 3;
}
#side-search {
  padding-bottom: 40px;
  position: relative;
}
#side-search .sb-icon-search,
#side-search .sb-search-submit {
  line-height: 45px;
}
#side-search .sb-icon-search {
  font-size: 30px;
  z-index: 2;
}
#side-search .sb-search-submit {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  border: none;
  outline: none;
}
.fixed .iconMenu #countryIcon {
  color: #969696;
  text-decoration: none;
}
.fixed .iconMenu .search-form .sb-icon-search {
  color: #969696;
}
.gform_wrapper {
  margin: 0 !important;
  font-size: 16px !important;
}
.gform_wrapper h3.gform_title {
  margin-top: 0 !important;
  font-size: 22px !important;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .gfield_label {
	font-size: 16px;
	font-weight: normal;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-size: 16px !important;
	padding: 5px 10px !important;
}
.gform_wrapper form li,
.gform_wrapper li {
  padding-left: 0 !important;
  background: none;
}
.gform_wrapper div.validation_error {
  padding: 15px !important;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  border-color: #ebccd1;
  color: #a94442 !important;
  width: 100% !important;
  font-weight: normal !important;
  border-top: 1px solid #ebccd1 !important;
  border-bottom: 1px solid #ebccd1 !important;
  font-size: 1em !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top: none !important;
  border-bottom: none !important;
  background: transparent !important;
  width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper .gform_wrapper li.gfield_html {
  width: 100% !important;
  max-width: 100% !important;
}
.gform_wrapper .gfield_error .gfield_label {
  color: inherit !important;
}
.gform_wrapper input.large,
.gform_wrapper select.large,
.gform_wrapper textarea.large {
  width: 100% !important;
}
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error select,
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #A65966 !important;
}
.gform_wrapper li.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !important;
}
.gform_wrapper li.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100% !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  color: #a94442 !important;
  font-size: 11px !important;
  padding-top: 0 !important;
  font-weight: normal !important;
}
.gform_wrapper .gform_footer input[type=submit] {
	width: auto !important;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 55px;
	padding: 15px 80px 15px 30px;
	color: #3C3C3C;
	background-color: #0000001A;
	background-image: url("../images/link-arrow.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 30px) center;
	background-size: auto 15px;
	border: 0;
	text-decoration: none !important;
	font-weight: bold;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #00000026;
}
.navArrows {
  font-size: 80px;
  padding-top: 65px;
  color: #cccccc;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .navArrows {
    font-size: 40px;
  }
  .navArrows.left {
    text-align: left;
  }
  .navArrows.right {
    text-align: right;
  }
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #CCCCCC;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#solutions-carousel {
  clear: left;
}
#solutions-carousel .carousel-control  {
  width: auto;
}
#solutions-carousel .carousel-inner {
  position: relative;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 80%;
  max-width: 1140px;
}
#solutions-carousel .carousel-inner p {
  font-size: 18px;
  line-height: inherit;
}
#solutions-carousel .carousel-inner :after {
  clear: both;
}
#solutions-carousel .cardImage {
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.carousel-control {
  background-image: none !important;
}
.panel .carousel .row + .row {
  padding-top: 0;
}
.timeline dl {
  position: relative;
  top: 0;
  padding: 20px 0;
  margin: 0;
}
.timeline dl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 100;
  content: '';
  opacity: 0.6;
  width: 1px;
  background-color: #008390;
  margin-left: 0.5px;
}
.timeline dt {
  display: none;
}
.timeline dd {
  position: relative;
  z-index: 200;
}
.timeline dd .time {
  display: none !important;
}
.timeline dd .circ {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 200;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #008390 !important;
}
.timeline dd .events {
  position: relative;
  width: 46%;
  padding: 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 15px;
}
.timeline dd .events:before {
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  content: '';
  border: none;
}
.timeline dd .events .events-object {
  margin-right: 10px;
}
.timeline dd .events .events-body {
  overflow: hidden;
  zoom: 1;
  font-family: Arial, sans-serif;
  letter-spacing: 0.8px;
  color: #777;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  display: inline;
}
.timeline dd.even .events h4,
.timeline dd.odd .events h4 {
  padding: 15px 0;
  font-size: 42px;
  font-family: 'FKGroteskNeue-Regular', Arial, sans-serif;
  font-weight: normal;
  color: #008390;
  margin-top: 0;
  margin-bottom: 0;
}
.timeline dd.pos-right .events {
  float: right;
}
.timeline dd.pos-right .events:before {
  left: -23px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.timeline dd.pos-left .events {
  float: left;
  text-align: right;
}
.timeline dd.pos-left .events:before {
  right: -24px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
/* CSS Reset */
@media screen and (max-width: 767px) {
  .timeline dl:before {
    left: 60px;
  }
  .timeline dl dt {
    margin: 0 0 30px 15px;
  }
  .timeline dl dd .circ {
    left: 60px;
  }
  .timeline dl dd .time {
    left: 0;
  }
  .timeline dl dd.pos-left .time {
    padding: 10px 0;
    margin-left: 0;
    font-size: 18px;
    width: 42px;
    text-align: center;
  }
  .timeline dl dd.pos-left .events {
    float: right;
    width: 84%;
    text-align: left;
  }
  .timeline dl dd.pos-left .events:before {
    left: -24px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .timeline dl dd.pos-right .time {
    padding: 10px 0;
    font-size: 18px;
    width: 42px;
    text-align: center;
    margin-left: 0;
  }
  .timeline dl dd.pos-right .events {
    float: right;
    width: 84%;
  }
  .timeline dl dd.even .events:before {
    border-right-color: #1b949e;
  }
  .timeline dl dd.odd .events:before {
    border-right-color: #f58636;
  }
}
@media only screen and (min-width: 481px) and (max-width: 570px) {
  .timeline dl dd.pos-right .events,
  .timeline dl dd.pos-left .events {
    width: 80%;
    /*background-color:red!important;*/
  }
}
@media screen and (max-width: 480px) {
  .timeline dl:before {
    background-color: #FFF;
  }
  .timeline dl dd.pos-left .events,
  .timeline dl dd.pos-right .events {
    width: 100%;
    padding: 0 15px;
  }
  .timeline dl::before {
    left: 0%;
  }
  .circ {
    display: none;
  }
  .timeline dl dd.odd .events::before {
    border-left-color: none!important;
  }
}
.case-studies {
  padding: 60px 0 30px 0;
}
.case-studies.cards > .container {

}
@media (max-width: 767px) {
  .case-studies.cards > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.case-studies.cards > .container > .row + .row {
  padding-top: 20px;
}
.case-studies.cards .card {
  background: #ffffff;
  color: #444444;
  min-height: 405px;
  margin: 0 25px;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .case-studies.cards .card {
    margin-left: 7px;
    margin-right: 7px;
  }
  .case-studies.cards .card h3 {
    margin-bottom: 15px;
  }
  .case-studies.cards .card p.btn-link {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 7px;
    padding-bottom: 10px;
    margin-top: 15px;
    font-size: 18px;
  }
  .case-studies.cards .card .cardImageWrapper .cardImage {
/*     height: 265px; */
  }
}
@media (max-width: 767px) {
  .case-studies.cards .card {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: initial !important;
    min-height: 0 !important;
    margin-bottom: 15px !important;
  }
}
.case-studies.cards .card a {
  display: block;
  height: 100%;
}
.case-studies.cards .card a .cardImageWrapper img {
  transition: transform 0.3s;
}
.case-studies.cards .card a:hover .cardImageWrapper img {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.case-studies.cards .card h3 {
  color: #172025;
  font-weight: bold;
  font-size: 22px;
}
.case-studies.cards .card p {
  color: #5A5A5A;
  font-size: 16px;
  font-weight: normal;
}
.case-studies.cards .card p.btn-link {
  border: 1px solid #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 14px;
  border-radius: 3px;
  color: #ffffff;
  margin-top: 30px;
  line-height: auto;
  font-size: 20px;
  text-decoration: none;
}
.case-studies.cards .card .cardImageWrapper {
  overflow: hidden;
}

@media (max-width: 767px) {
  .case-studies.cards .card .cardImageWrapper {
    display: block;
  }
}

.case-studies.cards .card .cardWrapper {
  padding: 25px 30px 10px 30px;
  height: 100%;
  background: #f0f0f0;
  overflow: hidden;
}
.cards:not(.case-studies) .card {
  font-size: 15px;
  line-height: 140%;
  font-weight: normal;
}
.cards:not(.case-studies) .card * {
  text-decoration: none;
}
.cards:not(.case-studies) .card h3 {
  color: #255c8b;
  line-height: 140%;
  font-weight: normal;
  font-size: 19px;
}
.cards:not(.case-studies) .card p {
  color: #828b9d;
  margin: 0;
}
.cards:not(.case-studies) .card p + p {
  padding-top: 20px;
}
.cards:not(.case-studies) .card h3 + p {
  padding-top: 6px;
}
.cards:not(.case-studies) .card .cardImageWrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
/*   .cards:not(.case-studies) .card .cardImageWrapper {
    display: none;
  } */
}
.cards:not(.case-studies) .card .cardImageWrapper .cardImage {
  width: 100%;
  height: 150px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.cards:not(.case-studies) .card .cardImageWrapper .cardImage:hover .rightArrow {
  color: #05235b;
}
.cards:not(.case-studies) .card .cardImageWrapper .cardImage:hover p {
  color: #9aa2af;
}
.cards:not(.case-studies) .card .cardImageWrapper .cardImage:hover .cardImage {
  transform: scale(1.1);
}
.cards:not(.case-studies) .card .cardWrapper {
  padding: 20px 0;
}
@media (max-width: 767px) {
/*   .cards:not(.case-studies) .card .cardWrapper {
    border-bottom: 1px solid #dddddd;
  } */
}
.cards:not(.case-studies) .card:hover {
  text-decoration: none;
}
.cards:not(.case-studies) .card:hover h3 {
  color: #05235b;
}
.company-news,
.blogs,
.case-studies-insight,
.whitepapers {
  background: transparent;
  z-index: 9;
  position: relative;
  padding-bottom: 0;
}
.company-news h2,
.blogs h2,
.case-studies-insight h2,
.whitepapers h2 {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.company-news .card-title-wrapper,
.blogs .card-title-wrapper,
.case-studies-insight .card-title-wrapper,
.whitepapers .card-title-wrapper {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.company-news .btn-secondary,
.blogs .btn-secondary,
.case-studies-insight .btn-secondary,
.whitepapers .btn-secondary {
  padding-right: 0;
}
.company-news.cards-insight > .container,
.blogs.cards-insight > .container,
.case-studies-insight.cards-insight > .container,
.whitepapers.cards-insight > .container {

}
.article-widget {
  margin-top: 0;
  padding-top: 60px;
  background: #F0F0F0;
}
.article-widget h2 {
  font-size: 40px;
}
.company-news.cards-insight > .container > .row + .row,
.blogs.cards-insight > .container > .row + .row,
.case-studies-insight.cards-insight > .container > .row + .row,
.whitepapers.cards-insight > .container > .row + .row {
  padding-top: 20px;
}
.company-news.cards-insight .row,
.blogs.cards-insight .row,
.case-studies-insight.cards-insight .row,
.whitepapers.cards-insight .row {
  margin: 0;
}
.company-news.cards-insight .card,
.blogs.cards-insight .card,
.case-studies-insight.cards-insight .card,
.whitepapers.cards-insight .card {
  color: #5A5A5A;
  font-size: 16px;
  border-radius: 0;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .company-news.cards-insight .card h3,
  .blogs.cards-insight .card h3,
  .case-studies-insight.cards-insight .card h3,
  .whitepapers.cards-insight .card h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .company-news.cards-insight .card p,
  .blogs.cards-insight .card p,
  .case-studies-insight.cards-insight .card p,
  .whitepapers.cards-insight .card p {
    font-size: 16px;
  }
  .company-news.cards-insight .card p.btn-link,
  .blogs.cards-insight .card p.btn-link,
  .case-studies-insight.cards-insight .card p.btn-link,
  .whitepapers.cards-insight .card p.btn-link {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 7px;
    padding-bottom: 10px;
    margin-top: 15px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .company-news.cards-insight .card,
  .blogs.cards-insight .card,
  .case-studies-insight.cards-insight .card,
  .whitepapers.cards-insight .card {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: initial !important;
    min-height: 0 !important;
    margin-bottom: 15px !important;
  }
}
.company-news.cards-insight .card span,
.blogs.cards-insight .card span,
.case-studies-insight.cards-insight .card span,
.whitepapers.cards-insight .card span {
  vertical-align: middle;
}
.company-news.cards-insight .card .chevron,
.blogs.cards-insight .card .chevron,
.case-studies-insight.cards-insight .card .chevron,
.whitepapers.cards-insight .card .chevron {
  font-size: 14px;
  font-weight: normal;
}
.company-news.cards-insight .card a,
.blogs.cards-insight .card a,
.case-studies-insight.cards-insight .card a,
.whitepapers.cards-insight .card a {
  display: block;
  height: 100%;
}
.company-news.cards-insight .card h3,
.blogs.cards-insight .card h3,
.case-studies-insight.cards-insight .card h3,
.whitepapers.cards-insight .card h3 {
  color: #172025;
  font-weight: bold;
  font-size: 22px;
}
.company-news.cards-insight .card p,
.blogs.cards-insight .card p,
.case-studies-insight.cards-insight .card p,
.whitepapers.cards-insight .card p {
  color: #5A5A5A;
  font-size: 16px;
  font-weight: normal;
}
.company-news.cards-insight .card p.btn-link,
.blogs.cards-insight .card p.btn-link,
.case-studies-insight.cards-insight .card p.btn-link,
.whitepapers.cards-insight .card p.btn-link {
  border: 1px solid #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 14px;
  border-radius: 3px;
  color: #ffffff;
  margin-top: 30px;
  line-height: auto;
  font-size: 20px;
  text-decoration: none;
}
.company-news.cards-insight .card .cardImageWrapper,
.blogs.cards-insight .card .cardImageWrapper,
.case-studies-insight.cards-insight .card .cardImageWrapper,
.whitepapers.cards-insight .card .cardImageWrapper {
  overflow: hidden;
}
.company-news.cards-insight .card .cardImageWrapper .cardImage,
.blogs.cards-insight .card .cardImageWrapper .cardImage,
.case-studies-insight.cards-insight .card .cardImageWrapper .cardImage,
.whitepapers.cards-insight .card .cardImageWrapper .cardImage {
  transition: transform 0.3s;
}
.company-news.cards-insight .card:hover .cardImageWrapper .cardImage,
.blogs.cards-insight .card:hover .cardImageWrapper .cardImage,
.case-studies-insight.cards-insight .card:hover .cardImageWrapper .cardImage,
.whitepapers.cards-insight .card:hover .cardImageWrapper .cardImage {
  transform: scale(1.1);
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .company-news.cards-insight .card .cardImageWrapper,
  .blogs.cards-insight .card .cardImageWrapper,
  .case-studies-insight.cards-insight .card .cardImageWrapper,
  .whitepapers.cards-insight .card .cardImageWrapper {
    display: block;
  }
}
.company-news.cards-insight .card .cardImageWrapper .cardImage,
.blogs.cards-insight .card .cardImageWrapper .cardImage,
.case-studies-insight.cards-insight .card .cardImageWrapper .cardImage,
.whitepapers.cards-insight .card .cardImageWrapper .cardImage {
  width: 100%;
}
.company-news.cards-insight .card .cardWrapper,
.blogs.cards-insight .card .cardWrapper,
.case-studies-insight.cards-insight .card .cardWrapper,
.whitepapers.cards-insight .card .cardWrapper {
  padding-top: 25px;
  padding-bottom: 30px;
  overflow: hidden;
}
.company-news.cards-insight:hover,
.blogs.cards-insight:hover,
.case-studies-insight.cards-insight:hover,
.whitepapers.cards-insight:hover {
  text-decoration: none;
}
.list-items .list-item {
  margin-bottom: 20px;
  display: block;
}
.list-items .list-item:last-child {
  margin-bottom: 0;
}
.list-items .list-item .list-item-icon {
  float: left;
  font-size: 30px;
  padding-right: 15px;
}
.list-items .list-item .list-item-content {
  padding-top: 5px;
  float: left;
  width: 80%;
}
.list-items .list-item .list-item-content p {
  color: #555555;
  font-weight: normal;
  line-height: 23px;
}
.list-items .list-item .list-item-content span {
  font-size: 11px;
}
h3 + .list-item {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .list-items + .list-items {
    padding-top: 40px;
  }
}
.list-items-events .list-item .list-item-content {
  width: 75%;
  padding-top: 0;
}
.list-items-events .list-item .article-image .img-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
.list-items-events .list-item .article-image img {
  transition: transform 0.3s;
}
.list-items-events .list-item:hover .article-image img {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.list-items-events .list-item .list-item-content .eventLocation {
  color: #444444;
  font-size: 14px;
  font-weight: bold;
}
.list-item-content p {
  font-size: 14px;
}
.eventDate,
.eventMonth {
  width: 60px;
  border: 1px solid #cccccc;
  font-size: 40px;
  letter-spacing: -3px;
  text-align: center;
  font-family: 'FKGroteskNeue-Regular', Arial, serif;
}
.eventMonth {
  border-top: 0;
  font-size: 15px;
  letter-spacing: 0;
}
.icon-mapPin {
  color: #c64f28;
  display: inline-block;
  padding-right: 4px;
  position: relative;
  top: -1px;
}
.articles .icon-mapPin {
  top: 1px;
}
.mosaicflow__column {
  float: left;
}
.mosaicflow__column .mosaicflow__item {
  padding: 20px;
}
.mosaicflow__column .mosaicflow__item h2 {
  text-align: left;
  margin: 0;
  padding: 0;
}
.mosaicflow__column .mosaicflow__item .img-responsive {
  width: 100%;
  max-width: 200px;
}
.mosaic-tiles .mosaic-wrapper {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 20px;
}
.mosaic-tiles .mosaic-wrapper > .row {
  overflow: hidden;
}
.mosaic-tiles .mosaic-wrapper p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .mosaic-tiles .mosaic-tile + .mosaic-tile {
    padding-top: 30px;
  }
}
.mosaic-tiles .mosaic-image img {
  width: 100%;
}
.mosaic-tiles .mosaic-content h2 {
  text-align: left;
  font-family: 'FKGroteskNeue-Regular', 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.mosaic-tiles .mosaic-content h4 {
  font-size: 17px;
  padding-bottom: 10px;
}
.mosaic-tiles .mosaic-content-curtain {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.mosaic-tiles .mosaic-content-curtain > .mosaic-curtain {
  background: transparent url('../images/content-curtain.png') repeat-x top left;
  width: 100%;
  height: 50px;
}
.mosaic-tiles .mosaic-content-curtain > .mosaic-readmore {
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #255C8B;
  font-weight: bold;
}
.mosaic-tiles > .row + .row {
  padding-top: 30px;
}
.report-button {
  font-size: 26px;
  font-family: 'FKGroteskNeue-Regular', 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
.report-button:before {
  font-family: 'gbst' !important;
  font-size: 26px;
  position: relative;
  top: 2px;
  padding-right: 10px;
}
.report-archive-column h2 {
  font-size: 40px;
}
#report-list .report-wrapper {
  padding-top: 40px;
}
#report-list .report-item {
  font-size: 22px;
  font-family: 'FKGroteskNeue-Regular', 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
}
#report-list .report-item .icon-fileIcon-pdf {
  position: relative;
  top: 1px;
  padding-right: 10px;
  padding-bottom: 10px;
}
#report-list .report-item + .report-item {
  padding-top: 10px;
}
#report-list .report-note {
  margin-bottom: 30px;
  background-color: #F2F2F2;
  border-radius: 5px;
  padding: 15px;
  padding-top: 13px;
}
#report-list .report-note .icon-info {
  display: inline-block;
  font-size: 20px;
  padding-right: 10px;
  position: relative;
  top: 3px;
}
#report-list #report-list-archive h2 {
  font-size: 22px;
  letter-spacing: initial;
  font-family: 'FKGroteskNeue-Regular', 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
}
#report-list #report-list-archive .report-item {
  font-size: 15px;
}
#report-list #report-list-archive .report-item a {
  font-family: 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#report-list #report-list-archive .report-item a .icon-fileIcon-pdf {
  font-size: 25px;
  top: 5px;
}
#report-list #report-list-archive .report-item + .report-item {
  padding-top: 14px;
}
#case-studies h2 {
  color: #ffffff;
  font-size: 28px;
}
.logoBar {
  width: 100%;
/*   display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  padding: 50px 0;
}
.logoBar span {
	margin: 5px 15px;
}
@media (min-width: 768px) {
  .logoBar {

  }
}
.logoBar span {
  line-height: 55px;
  display: inline-block;
  height: 50px;
}
.logoLabel {
  height: 46px;
  display: inline-block;
  font-family: 'FKGroteskNeue-Regular', Arial, serif;
  font-weight: bold;
  font-size: 15px;
  color: #545454;
}
.ajBell {
  background: url("../images/ajBell.png") left center no-repeat;
  background-size: 109px 35px;
  width: 109px;
}
.canadaLife {
  background: url("../images/canadaLife.png") left center no-repeat;
  background-size: 106px 40px;
  width: 106px;
}
.nabLogo {
  background: url("../images/nabLogo.png") left center no-repeat;
  background-size: 86px 35px;
  width: 86px;
}
.deutscheLogo {
  background: url("../images/Deutsche.png") left center no-repeat;
  background-size: 166px 32px;
  width: 166px;
}
.hsbcLogo {
  background: url("../images/HSBC.png") left center no-repeat;
  background-size: 166px 32px;
  width: 166px;
}
.westpacLogo {
  background: url("../images/Westpac.png") left center no-repeat;
  background-size: 130px 25px;
  width: 130px;
}
.commbankLogo {
  background: url("../images/CommBank.png") left center no-repeat;
  background-size: 210px 35px;
  width: 210px;
}
.anzLogo {
  background: url("../images/ANZ.png") left center no-repeat;
  background-size: 93px 29px;
  width: 93px;
}
.hsbcLogo {
  background: url("../images/HSBC2.png") left center no-repeat;
  background-size: 113px 20px;
  width: 113px;
}
.aegonLogo {
  background: url("../images/Aegon.png") left center no-repeat;
  background-size: 90px 32px;
  width: 90px;
}
.raymondJamesLogo {
  background: url("../images/raymondJames.png") left center no-repeat;
  background-size: 181px 25px;
  width: 181px;
}
.haitongLogo {
  background: url("../images/haitong-homepage.png") left center no-repeat;
  background-size: 105px 36px;
  width: 105px;
}
.fidelityLogo {
  background: url("../images/Fidelity.png") left center no-repeat;
  background-size: 111px 35px;
  width: 111px;
}
.UBSLogo {
  background: url("../images/UBS.png") left center no-repeat;
  background-size: 86px 33px;
  width: 86px;
}
.octopusLogo {
  background: url("../images/OctopusLogo.png") left center no-repeat;
  background-size: 81px 40px;
  width: 81px;
}
.SSFSLogo {
  background: url("../images/SSFSLogo.png") left center no-repeat;
  background-size: 115px 46px;
  width: 115px;
}
.uBankLogo {
  background: url("../images/uBankLogo.png") left center no-repeat;
  background-size: 81px 33px;
  width: 81px;
}
.merrillLynchLogo {
  background: url("../images/merrillLynchLogo.png") left center no-repeat;
  background-size: 165px 34px;
  width: 165px;
}
.itgLogo {
  background: url("../images/itgLogo.png") left center no-repeat;
  background-size: 28px 47px;
  width: 28px;
}
.noviaLogo {
  background: url("../images/noviaLogo.png") left center no-repeat;
  background-size: 81px 42px;
  width: 81px;
}
.rbsMorgansLogo {
  background: url("../images/rbsMorgansLogo.png") left center no-repeat;
  background-size: 182px 28px;
  width: 182px;
}
.vitalityLogo {
  background: url("../images/vitalityLogo.png") left center no-repeat;
  background-size: 85px 47px;
  width: 85px;
}
.holstLogo {
  background: url("../images/holstLogo.png") left center no-repeat;
  background-size: 97px 25px;
  width: 97px;
}
.swissLogo {
  background: url("../images/swisscanto2.png") left center no-repeat;
  background-size: 144px 38px;
  width: 144px;
}
ul[class*='wsp-'] {
  margin: 0;
  padding: 0;
  padding-left: 6px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  clear: both;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 991px) {
  ul[class*='wsp-'] {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  ul[class*='wsp-'] {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
ul[class*='wsp-'] li {
  background: none;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  padding: 0;
  margin: 0;
}
ul[class*='wsp-'] li > a {
  background: url('../images/bullet.png') no-repeat left 26px;
  display: block;
  padding-top: 20px;
  padding-left: 20px;
}
ul[class*='wsp-'] li ul li {
  margin-left: 40px;
  width: 100%;
}
ul[class*='wsp-'] .page_item_has_children {
  padding: 0;
}
ul[class*='wsp-'] .page_item_has_children > .children {
  padding: 0;
  margin: 0;
}
ul[class*='wsp-'] + h2[class*='wsp-'] {
  padding-top: 40px;
}
h2[class*='wsp-'] + ul[class*='wsp-'] {
  padding-top: 10px;
}
ul[class*='wsp-']:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.hideInitial {
  opacity: 0;
}
.caret {
  display: none;
}
.section-header-content {
}
@media (max-width: 767px) {
  .section-header-content {

  }
}
@media (max-width: 992px) {
  .section-header-content h2 {
    font-size: 22px;
    line-height: 1.4;
  }
	
  .hero-container .panel.highlight.image .section-header-content {
    padding: 40px 20px;
  }
	
  .section-header-content p {
	font-size: 18px;
  }
}
@media (min-width: 992px) {
  .section-header-content h2 {
    font-size: 30px;
  }
  .section-header-content p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .section-header-content h2 {
    font-size: 30px;
	line-height: 1.4;
  }
  .section-header-content p {
    font-size: 20px;
    line-height: 1.5;
  }
}
.section-header-content p {
  color: #3C3C3C;
}
.section-header-content h2 + p {
  padding-top: 15px;
}
.section-header-content h2 {
  font-weight: bold;
  color: #222222;
}
.solution-content-wrapper {

}
.solution-content-wrapper .row > div,
.solution-content-right {
  margin-bottom: 50px;
}
.solution-content-wrapper .row div:nth-of-type(odd) {
  clear: left;
}
.featureParagraph {
	font-size: 22px;
	line-height: 33px;
}
.mapTab {
  padding-top: 20px;
}
.mapTab [class^="icon-"] {
  color: #008390;
  font-size: 22px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .mapTab {
    border-top: 1px solid #EEEEEE;
    min-height: 0;
  }
}
.region-cards [class^="icon-"] {
  display: inline-block;
  padding-right: 4px;
  position: relative;
  top: 4px;
  color: #969696;
  font-size: 22px;
  margin-right: 5px;
  text-decoration: none;
}
.region-cards .map-tab h4 {
  padding-top: 20px;
  font-size: 22px;
}
.region-cards .map-tab .icon-mobile {
  background: url('../images/phone-telephone.svg') no-repeat center center;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 767px) {
	.region-cards .map-tab {
		border-width: 0;
	}
  .region-cards .map-tab h4 {
    border-top: 1px solid #D2D2D2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .region-cards.firstRow .map-tab:first-child h4 {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
  }
}

.panel .region-cards + .region-cards {
  padding-top: 0;
}
.map-tab {
  border: 1px solid #D2D2D2;
  margin-right: -1px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {

}
.vacancy-table {
  font-size: 15px;
  font-family: 'FKGroteskNeue-Regular', Arial, serif;
  font-weight: normal;
}
.vacancy-table a {
  color: #000;
  font-weight: bold;
}
p.fundsRaised {
  color: #212121;
  font-size: 13px;
  font-weight: normal;
}
p.fundsRaised span {
  font-size: 22px;
  font-weight: normal;
  color: #d24948;
  line-height: 24px;
}
.testimonial span {
  font-size: 14px;
  font-weight: bold;
  color: #d24948;
}
.client-images,
.awards-images {
  margin-top: 30px;
}
.client-images img,
.awards-images img {
  width: 100%;
}
.client-images .row + .row,
.awards-images .row + .row {
  padding-top: 0;
}
.client-images .client-image,
.awards-images .client-image,
.client-images .award-image,
.awards-images .award-image {
  line-height: 12px;
  text-align: center;
  padding: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 250px;
}
.client-images .client-image .helper,
.awards-images .client-image .helper,
.client-images .award-image .helper,
.awards-images .award-image .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.client-images .client-image img,
.awards-images .client-image img,
.client-images .award-image img,
.awards-images .award-image img {
  vertical-align: middle;
  width: auto;
  max-height: 190px;
}
.client-images .client-image,
.awards-images .client-image,
.client-images .award-image,
.awards-images .award-image {
  border: 1px solid #ccc;
  margin-right: -1px;
  margin-bottom: -1px;
}
@media (max-width: 768px) {

}
@media (min-width: 768px) and (max-width: 992px) {

}
@media (min-width: 992px) and (max-width: 1200px) {

}
@media (min-width: 1200px) {

}
ul.region-list {
  position: absolute;
  width: 150px;
  right: 70px;
  list-style-type: none;
  margin: 0;
  top: 61px;
  padding: 0;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0;
  display: none;
}
@media (max-width: 991px) {
  ul.region-list {
    right: 98px;
  }
}
ul.region-list li {
  background: none;
  padding-left: 0;
  padding-bottom: 0;
  margin: 0;
}
ul.region-list li a {
  font-size: 16px;
  text-align: left;
  display: block;
  padding: 15px;
  font-family: 'FKGroteskNeue-Regular', Arial, sans-serif;
  color: #555555;
  margin-left: 0;
  font-weight: bold;
}
ul.region-list li a:hover {
  background-color: #BAE6C1;
  color: #222222;
  text-decoration: none;
}
.articles .row + .row {
  margin-top: 35px;
}
.article-content h3 {
  margin-bottom: 10px;
}
.article-content p {
  padding-top: 20px;
}
.article-content h3 a {
  color: #172025;
  text-decoration: none;
}
.article-content .sub-title {
  font-size: 16px;
}
.articles .article-image a {
  display: block;
  overflow: hidden;
}
.articles .article-image a img {
  width: 100%;
  transition: transform 0.3s;
}
.articles .article-image a:hover img {
  transform: scale(1.1);
  transition: transform 0.3s;
}

@media (max-width: 991px) {
  .articles .article-image img {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .articles .article-image + .article-content-wrapper {
    padding-top: 20px;
  }
}
.articles .article-button {
  padding-top: 10px;
}
.side-bar-categories h4 {
  padding-bottom: 10px;
  font-size: 18px;
}
.side-bar-categories p + h4 {
  padding-top: 40px;
}
.insight-detail-image + p {
  padding-top: 20px;
}
.posted-in {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D2D2D2;
}
ul.region-list {
  z-index: 200;
}
.callout-block {
  background: #F6F6F6;
  padding: 50px;
}
.callout-block .btn-primary {
  color: #172025;
  margin-top: 20px;
  background-color: #0000001A;
}
.callout-block .btn-primary:hover {
  background-color: #00000026;
}
@media (max-width: 767px) {
  .callout-block {
    padding: 30px;
    margin-top: 20px;
  }
}
.callout-block p {
  font-family: 'FKGroteskNeue-Regular', 'FKGroteskNeue-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 991px) {
  .callout-block p {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .callout-block p {
    font-size: 22px;
    line-height: 26px;
  }
}
.region-filter {
  display: table;
  width: 100%;
  padding-bottom: 30px;
}
.region-filter .region-filter-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.region-filter .region-filter-wrapper .btn-group .btn-default {
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  margin: 0 10px;
}
.region-filter .region-filter-wrapper .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.region-filter .region-filter-wrapper .btn-group > .btn:last-child:not(:first-child), .region-filter .region-filter-wrapper .btn-group > .dropdown-toggle:not(:first-child),
.region-filter .region-filter-wrapper .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 55px;
}
.region-filter .region-filter-wrapper .btn-group .btn-default.active {
  background: #BAE6C1;
  box-shadow: none;
}
.multiple-button-wrapper .btn {
  margin: 5px;
}
.solution-feature-container {
  position: relative;
}
.solution-feature-image.hidden-xs {
  float: left;
  width: 50%;
  margin-right: 30px;
  margin-bottom: 40px;
}
.SKEWED_BUBBLE .solution-feature-image.hidden-xs {
  height: 883px;
}
.FLAT_BROWSER .solution-feature-image.hidden-xs,
.SKEWED_BROWSER .solution-feature-image.hidden-xs {
}
.solution-bubble-image {

  background-repeat: no-repeat;

}
@media (max-width: 1400px) {
  .solution-bubble-image {

  }
}
@media (max-width: 1100px) {
  .solution-bubble-image {

  }
}
.separated-column {
  padding-right: 0;
}
.separated-column h2 {
  text-align: left;
}
.separated-column + .separated-column {
  padding-left: 30px;
  border-left: 1px solid white;
}
.separated-column:last-child {
  padding-right: 15px;
}
@media (max-width: 767px) {
  [class^="col-sm-"].separated-column {
    padding-left: 15px;
  }
  [class^="col-sm-"].separated-column + .separated-column {
    padding-left: 15px;
    border: 0;
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  [class^="col-md-"].separated-column {
    padding-left: 15px;
  }
  [class^="col-md-"].separated-column + .separated-column {
    padding-left: 15px;
    border: 0;
    padding-top: 60px;
  }
}
.rounded > a,
a.rounded {
  display: block;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 15px;
  text-align: center;
}
.rounded > a .block-text,
a.rounded .block-text {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-size: 16px;
}
.rounded > a [class^="icon-"],
a.rounded [class^="icon-"],
.rounded > a [class*=" icon-"],
a.rounded [class*=" icon-"] {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rounded > a [class^="icon-"]:before,
a.rounded [class^="icon-"]:before,
.rounded > a [class*=" icon-"]:before,
a.rounded [class*=" icon-"]:before {
  font-size: 40px;
}
.panel.highlight .rounded > a,
.panel.highlight a.rounded {
  border: 1px solid white;
  color: white;
}
.login-buttons .rounded a {
  border: 1px solid #008593;
}
@media (min-width: 1200px) {
  .connect-item {
    padding-right: 245px;
  }
}
.connect-item p {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}
.connect-items .row {
  margin-left: 0;
  margin-right: 0;
}
.connect-items .row + .row {
  padding-top: 20px;
}
.connect-items .connect-item {
  padding-right: 15px;
}
.connect-items .connect-item p {
  font-size: inherit;
}
.connect-items .connect-item .connect-image {
  width: 100%;
  height: 135px;
  background-size: cover;
  background-position: center;
}
.connect-items .connect-item .connect-content-wrapper {
  padding: 0;
}
.connect-items .connect-item.col-md-12 .connect-image {
  height: 285px;
}
.connect-categories h4 {
  margin-top: 30px;
}
.category-heading {
  width: 100%;
  color: #FFF;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 24px;
}
.category-heading-ceo {
  width: 100%;
  color: #FFF;
  background: #008593;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 24px;
}
.category-heading-ceo img {
  max-height: 30px;
}
.board-members .board-member {
  color: #5A5A5A;
  font-size: 16px;
  line-height: 1.5;
}
.board-members .board-member h3 {
  color: #172025;
}
.board-members .board-member h4 {
  color: #3F4D58;
  font-weight: normal;
  margin-bottom: 20px;
}
.board-members .board-member .member-image-wrapper {
  overflow: hidden;
  max-height: 100vw;
  margin-bottom: 25px;
}
.board-members .board-member .member-image-wrapper .board-member-image {
  width: 100%;
  height: auto;
}
.board-members .board-member .board-member-image.tam-vu {
  background-position-y: -20px;
}
.board-members .board-member .board-member-content-wrapper {
  padding: 40px 0;
}
.board-members .board-member-content-wrapper a {
  text-decoration: none;
  color: #5A5A5A;
}
.board-members .board-member .btn {
  border: 1px solid #FFF;
  padding: 6px 18px;
  border-radius: 3px;
  color: #FFF;
  margin-top: 30px;
}
.cookies-not-set .navbar.navbar-inverse.navbar-fixed-top {
  margin-top: 131px;
}
@media (min-width: 420px) {
  .cookies-not-set .navbar.navbar-inverse.navbar-fixed-top {
    margin-top: 111px;
  }
}
@media (min-width: 603px) {
  .cookies-not-set .navbar.navbar-inverse.navbar-fixed-top {
    margin-top: 91px;
  }
}
@media (min-width: 901px) {
  .cookies-not-set .navbar.navbar-inverse.navbar-fixed-top {
    margin-top: 65px;
  }
}
@media (min-width: 1226px) {
  .cookies-not-set .navbar.navbar-inverse.navbar-fixed-top {
    margin-top: 46px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#myIframe2 {
  min-height: 998px; 
}

.ginput_container_consent {
  display: flex;
  align-items: baseline;
}

.gfield_consent_label {
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}

#cliSettingsPopup .cli-privacy-content {
  padding-bottom: 10px;
}

#cookie-law-info-bar .cli-bar-btn_container {
	margin-top: 20px;
}

#cookie-law-info-bar .cli-modal-content {
	padding: 30px;
}

#cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button {
	padding: 15px 30px;
}
#cliSettingsPopup .cli-tab-container p, #cliSettingsPopup .cli-privacy-content-text {
  font-size: 16px;
}
#cliSettingsPopup .cli-modal-content .cli-privacy-overview h4 {
  font-size: 30px;
  margin-bottom: 30px;
}
#cliSettingsPopup .cli-tab-header, #cliSettingsPopup .cli-tab-header a.cli-nav-link, #cliSettingsPopup span.cli-necessary-caption, #cliSettingsPopup .cli-switch .cli-slider::after {
	font-weight: bold;
}
#cliSettingsPopup .cli-tab-header {
  background-color: #fff;
  font-size: 16px;
  border-bottom: #CCCCCC solid 1px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#cliSettingsPopup .cli-tab-content {
  border-bottom: #f2f2f2 solid 1px;
}

#cookie-law-info-bar .cli_settings_button {
  border: #FFF solid 1px;
  border-radius: 10px;
}

#cookie-law-info-bar .wt-cli-accept-all-btn {
  border: #FFF solid 1px;
  border-radius: 10px;
}

#cookie-law-info-bar, .wt-cli-cookie-bar {
  text-align: left;
}

h5#wt-cli-cookie-banner-title {
  font-size: 24px;
}

#cookie-law-info-bar, .cli-bar-message {
  padding-top: 5px;
  padding-bottom: 12px;
}

#cookie-law-info-bar, .cli-wrapper {
  padding: 20px 20px 30px 20px;
}

#cliSettingsPopup .cli-tab-footer .wt-cli-privacy-accept-btn {
	padding: 15px 30px;
	color: #3C3C3C;
	background-color: #e5e5e5;
	border: 0;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 18px;
	border-radius: 55px;
}

#cliSettingsPopup .cli-switch input:checked + .cli-slider {
  background-color: #5eb56c;
}
