@charset "UTF-8";
@custom-media --breakpoint-xs (min-width: 0);
@custom-media --breakpoint-xs-sm (min-width: 560px);
@custom-media --breakpoint-sm (min-width: 960px);
@custom-media --breakpoint-lg (min-width: 1240px);
body {
  overflow-x: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

body {
  color: #333;
}

@media (min-width: 1240px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
  }
  body #main {
    flex: 1 0 auto;
  }
}
a {
  color: #0F7DB8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus, a:active {
  color: #003f5f;
}

.color--black {
  color: #000;
}

.color--white {
  color: #fff;
}

.color--white a {
  color: #fff;
  text-decoration: underline;
}

.mw-100 {
  max-width: 100%;
}

.h1, h1 {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 24px;
  font-weight: 300;
}
@media (min-width: 1240px) {
  .h1, h1 {
    font-size: 36px;
  }
}

.h2, h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.h3, h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.h4, h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.h5, h5, p {
  font-size: 16px;
  margin-bottom: 8px;
}

p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 16px;
}
p + h3 {
  margin-top: 32px;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  color: #2D2D2D;
}

blockquote {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  line-height: 1.78;
}

.small-font, .gutter-item {
  font-size: 14px;
}
.small-font p, .gutter-item p, .small-font a, .gutter-item a {
  font-size: 14px;
}

.content ol,
.content ul {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #333;
}
.content ol li,
.content ul li {
  margin-bottom: 9px;
}
.content ol {
  padding-left: 18px;
}
.content ol li {
  padding-left: 8px;
}
.content ul {
  list-style-type: none;
  padding-left: 0;
}
.content ul li {
  position: relative;
  padding-left: 36px;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 4px;
  background-color: #003f5f;
}
.content a.external {
  padding-right: 20px;
  display: inline-block;
  background: transparent url("/_resources/themes/cic/dist/images/icon-external-link.svg") no-repeat right 25%;
  background-size: 15px 13px;
}

.nonvisual-indicator {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.small-font, .gutter-item {
  color: #999999;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.row-reverse {
  flex-direction: row-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
}

.flex-none {
  flex: none;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

@media (min-width: 0) {
  .xs-flex {
    display: flex;
  }

  .xs-flex-none {
    flex: none;
  }

  .xs-flex-column {
    flex-direction: column;
  }

  .xs-row-reverse {
    flex-direction: row-reverse;
  }

  .xs-flex-row {
    flex-direction: row;
  }

  .xs-flex-wrap {
    flex-wrap: wrap;
  }

  .xs-flex-nowrap {
    flex-wrap: nowrap;
  }

  .xs-items-start {
    align-items: flex-start;
  }

  .xs-items-end {
    align-items: flex-end;
  }

  .xs-items-center {
    align-items: center;
  }

  .xs-items-baseline {
    align-items: baseline;
  }

  .xs-items-stretch {
    align-items: stretch;
  }

  .xs-self-start {
    align-self: flex-start;
  }

  .xs-self-end {
    align-self: flex-end;
  }

  .xs-self-center {
    align-self: center;
  }

  .xs-self-baseline {
    align-self: baseline;
  }

  .xs-self-stretch {
    align-self: stretch;
  }

  .xs-justify-start {
    justify-content: flex-start;
  }

  .xs-justify-end {
    justify-content: flex-end;
  }

  .xs-justify-center {
    justify-content: center;
  }

  .xs-justify-between {
    justify-content: space-between;
  }

  .xs-justify-around {
    justify-content: space-around;
  }

  .xs-content-start {
    align-content: flex-start;
  }

  .xs-content-end {
    align-content: flex-end;
  }

  .xs-content-center {
    align-content: center;
  }

  .xs-content-between {
    align-content: space-between;
  }

  .xs-content-around {
    align-content: space-around;
  }

  .xs-content-stretch {
    align-content: stretch;
  }

  .xs-flex-auto {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
  }

  .xs-order-0 {
    order: 0;
  }

  .xs-order-1 {
    order: 1;
  }

  .xs-order-2 {
    order: 2;
  }

  .xs-order-3 {
    order: 3;
  }

  .xs-order-4 {
    order: 4;
  }

  .xs-order-5 {
    order: 5;
  }

  .xs-order-6 {
    order: 6;
  }

  .xs-order-7 {
    order: 7;
  }

  .xs-order-8 {
    order: 8;
  }

  .xs-order-9 {
    order: 9;
  }

  .xs-order-10 {
    order: 10;
  }
}
@media (min-width: 560px) {
  .xs-sm-flex {
    display: flex;
  }

  .xs-sm-flex-none {
    flex: none;
  }

  .xs-sm-flex-column {
    flex-direction: column;
  }

  .xs-sm-row-reverse {
    flex-direction: row-reverse;
  }

  .xs-sm-flex-row {
    flex-direction: row;
  }

  .xs-sm-flex-wrap {
    flex-wrap: wrap;
  }

  .xs-sm-flex-nowrap {
    flex-wrap: nowrap;
  }

  .xs-sm-items-start {
    align-items: flex-start;
  }

  .xs-sm-items-end {
    align-items: flex-end;
  }

  .xs-sm-items-center {
    align-items: center;
  }

  .xs-sm-items-baseline {
    align-items: baseline;
  }

  .xs-sm-items-stretch {
    align-items: stretch;
  }

  .xs-sm-self-start {
    align-self: flex-start;
  }

  .xs-sm-self-end {
    align-self: flex-end;
  }

  .xs-sm-self-center {
    align-self: center;
  }

  .xs-sm-self-baseline {
    align-self: baseline;
  }

  .xs-sm-self-stretch {
    align-self: stretch;
  }

  .xs-sm-justify-start {
    justify-content: flex-start;
  }

  .xs-sm-justify-end {
    justify-content: flex-end;
  }

  .xs-sm-justify-center {
    justify-content: center;
  }

  .xs-sm-justify-between {
    justify-content: space-between;
  }

  .xs-sm-justify-around {
    justify-content: space-around;
  }

  .xs-sm-content-start {
    align-content: flex-start;
  }

  .xs-sm-content-end {
    align-content: flex-end;
  }

  .xs-sm-content-center {
    align-content: center;
  }

  .xs-sm-content-between {
    align-content: space-between;
  }

  .xs-sm-content-around {
    align-content: space-around;
  }

  .xs-sm-content-stretch {
    align-content: stretch;
  }

  .xs-sm-flex-auto {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
  }

  .xs-sm-order-0 {
    order: 0;
  }

  .xs-sm-order-1 {
    order: 1;
  }

  .xs-sm-order-2 {
    order: 2;
  }

  .xs-sm-order-3 {
    order: 3;
  }

  .xs-sm-order-4 {
    order: 4;
  }

  .xs-sm-order-5 {
    order: 5;
  }

  .xs-sm-order-6 {
    order: 6;
  }

  .xs-sm-order-7 {
    order: 7;
  }

  .xs-sm-order-8 {
    order: 8;
  }

  .xs-sm-order-9 {
    order: 9;
  }

  .xs-sm-order-10 {
    order: 10;
  }
}
@media (min-width: 960px) {
  .sm-flex {
    display: flex;
  }

  .sm-flex-none {
    flex: none;
  }

  .sm-flex-column {
    flex-direction: column;
  }

  .sm-row-reverse {
    flex-direction: row-reverse;
  }

  .sm-flex-row {
    flex-direction: row;
  }

  .sm-flex-wrap {
    flex-wrap: wrap;
  }

  .sm-flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm-items-start {
    align-items: flex-start;
  }

  .sm-items-end {
    align-items: flex-end;
  }

  .sm-items-center {
    align-items: center;
  }

  .sm-items-baseline {
    align-items: baseline;
  }

  .sm-items-stretch {
    align-items: stretch;
  }

  .sm-self-start {
    align-self: flex-start;
  }

  .sm-self-end {
    align-self: flex-end;
  }

  .sm-self-center {
    align-self: center;
  }

  .sm-self-baseline {
    align-self: baseline;
  }

  .sm-self-stretch {
    align-self: stretch;
  }

  .sm-justify-start {
    justify-content: flex-start;
  }

  .sm-justify-end {
    justify-content: flex-end;
  }

  .sm-justify-center {
    justify-content: center;
  }

  .sm-justify-between {
    justify-content: space-between;
  }

  .sm-justify-around {
    justify-content: space-around;
  }

  .sm-content-start {
    align-content: flex-start;
  }

  .sm-content-end {
    align-content: flex-end;
  }

  .sm-content-center {
    align-content: center;
  }

  .sm-content-between {
    align-content: space-between;
  }

  .sm-content-around {
    align-content: space-around;
  }

  .sm-content-stretch {
    align-content: stretch;
  }

  .sm-flex-auto {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
  }

  .sm-order-0 {
    order: 0;
  }

  .sm-order-1 {
    order: 1;
  }

  .sm-order-2 {
    order: 2;
  }

  .sm-order-3 {
    order: 3;
  }

  .sm-order-4 {
    order: 4;
  }

  .sm-order-5 {
    order: 5;
  }

  .sm-order-6 {
    order: 6;
  }

  .sm-order-7 {
    order: 7;
  }

  .sm-order-8 {
    order: 8;
  }

  .sm-order-9 {
    order: 9;
  }

  .sm-order-10 {
    order: 10;
  }
}
@media (min-width: 1240px) {
  .lg-flex {
    display: flex;
  }

  .lg-flex-none {
    flex: none;
  }

  .lg-flex-column {
    flex-direction: column;
  }

  .lg-row-reverse {
    flex-direction: row-reverse;
  }

  .lg-flex-row {
    flex-direction: row;
  }

  .lg-flex-wrap {
    flex-wrap: wrap;
  }

  .lg-flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg-items-start {
    align-items: flex-start;
  }

  .lg-items-end {
    align-items: flex-end;
  }

  .lg-items-center {
    align-items: center;
  }

  .lg-items-baseline {
    align-items: baseline;
  }

  .lg-items-stretch {
    align-items: stretch;
  }

  .lg-self-start {
    align-self: flex-start;
  }

  .lg-self-end {
    align-self: flex-end;
  }

  .lg-self-center {
    align-self: center;
  }

  .lg-self-baseline {
    align-self: baseline;
  }

  .lg-self-stretch {
    align-self: stretch;
  }

  .lg-justify-start {
    justify-content: flex-start;
  }

  .lg-justify-end {
    justify-content: flex-end;
  }

  .lg-justify-center {
    justify-content: center;
  }

  .lg-justify-between {
    justify-content: space-between;
  }

  .lg-justify-around {
    justify-content: space-around;
  }

  .lg-content-start {
    align-content: flex-start;
  }

  .lg-content-end {
    align-content: flex-end;
  }

  .lg-content-center {
    align-content: center;
  }

  .lg-content-between {
    align-content: space-between;
  }

  .lg-content-around {
    align-content: space-around;
  }

  .lg-content-stretch {
    align-content: stretch;
  }

  .lg-flex-auto {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
  }

  .lg-order-0 {
    order: 0;
  }

  .lg-order-1 {
    order: 1;
  }

  .lg-order-2 {
    order: 2;
  }

  .lg-order-3 {
    order: 3;
  }

  .lg-order-4 {
    order: 4;
  }

  .lg-order-5 {
    order: 5;
  }

  .lg-order-6 {
    order: 6;
  }

  .lg-order-7 {
    order: 7;
  }

  .lg-order-8 {
    order: 8;
  }

  .lg-order-9 {
    order: 9;
  }

  .lg-order-10 {
    order: 10;
  }
}
.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

.m0 {
  margin: 0rem;
}

.mt0 {
  margin-top: 0rem;
}

.mr0 {
  margin-right: 0rem;
}

.mb0 {
  margin-bottom: 0rem;
}

.ml0 {
  margin-left: 0rem;
}

.my0 {
  margin-bottom: 0rem;
  margin-top: 0rem;
}

.mx0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.m1 {
  margin: 0.5rem;
}

.mt1 {
  margin-top: 0.5rem;
}

.mr1 {
  margin-right: 0.5rem;
}

.mb1 {
  margin-bottom: 0.5rem;
}

.ml1 {
  margin-left: 0.5rem;
}

.my1 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.m2 {
  margin: 1rem;
}

.mt2 {
  margin-top: 1rem;
}

.mr2 {
  margin-right: 1rem;
}

.mb2 {
  margin-bottom: 1rem;
}

.ml2 {
  margin-left: 1rem;
}

.my2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.m3 {
  margin: 1.5rem;
}

.mt3 {
  margin-top: 1.5rem;
}

.mr3 {
  margin-right: 1.5rem;
}

.mb3 {
  margin-bottom: 1.5rem;
}

.ml3 {
  margin-left: 1.5rem;
}

.my3 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.mx3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.m4 {
  margin: 2rem;
}

.mt4 {
  margin-top: 2rem;
}

.mr4 {
  margin-right: 2rem;
}

.mb4 {
  margin-bottom: 2rem;
}

.ml4 {
  margin-left: 2rem;
}

.my4 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.mx4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.m5 {
  margin: 2.5rem;
}

.mt5 {
  margin-top: 2.5rem;
}

.mr5 {
  margin-right: 2.5rem;
}

.mb5 {
  margin-bottom: 2.5rem;
}

.ml5 {
  margin-left: 2.5rem;
}

.my5 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.mx5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.m6 {
  margin: 3rem;
}

.mt6 {
  margin-top: 3rem;
}

.mr6 {
  margin-right: 3rem;
}

.mb6 {
  margin-bottom: 3rem;
}

.ml6 {
  margin-left: 3rem;
}

.my6 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.mx6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.m7 {
  margin: 3.5rem;
}

.mt7 {
  margin-top: 3.5rem;
}

.mr7 {
  margin-right: 3.5rem;
}

.mb7 {
  margin-bottom: 3.5rem;
}

.ml7 {
  margin-left: 3.5rem;
}

.my7 {
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}

.mx7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.m8 {
  margin: 4rem;
}

.mt8 {
  margin-top: 4rem;
}

.mr8 {
  margin-right: 4rem;
}

.mb8 {
  margin-bottom: 4rem;
}

.ml8 {
  margin-left: 4rem;
}

.my8 {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.mx8 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.m9 {
  margin: 4.5rem;
}

.mt9 {
  margin-top: 4.5rem;
}

.mr9 {
  margin-right: 4.5rem;
}

.mb9 {
  margin-bottom: 4.5rem;
}

.ml9 {
  margin-left: 4.5rem;
}

.my9 {
  margin-bottom: 4.5rem;
  margin-top: 4.5rem;
}

.mx9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.m10 {
  margin: 5rem;
}

.mt10 {
  margin-top: 5rem;
}

.mr10 {
  margin-right: 5rem;
}

.mb10 {
  margin-bottom: 5rem;
}

.ml10 {
  margin-left: 5rem;
}

.my10 {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.mx10 {
  margin-left: 5rem;
  margin-right: 5rem;
}

@media (min-width: 0) {
  .xs-m0 {
    margin: 0rem;
  }

  .xs-mt0 {
    margin-top: 0rem;
  }

  .xs-mr0 {
    margin-right: 0rem;
  }

  .xs-mb0 {
    margin-bottom: 0rem;
  }

  .xs-ml0 {
    margin-left: 0rem;
  }

  .xs-my0 {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }

  .xs-mx0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .xs-m1 {
    margin: 0.5rem;
  }

  .xs-mt1 {
    margin-top: 0.5rem;
  }

  .xs-mr1 {
    margin-right: 0.5rem;
  }

  .xs-mb1 {
    margin-bottom: 0.5rem;
  }

  .xs-ml1 {
    margin-left: 0.5rem;
  }

  .xs-my1 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .xs-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs-m2 {
    margin: 1rem;
  }

  .xs-mt2 {
    margin-top: 1rem;
  }

  .xs-mr2 {
    margin-right: 1rem;
  }

  .xs-mb2 {
    margin-bottom: 1rem;
  }

  .xs-ml2 {
    margin-left: 1rem;
  }

  .xs-my2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .xs-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs-m3 {
    margin: 1.5rem;
  }

  .xs-mt3 {
    margin-top: 1.5rem;
  }

  .xs-mr3 {
    margin-right: 1.5rem;
  }

  .xs-mb3 {
    margin-bottom: 1.5rem;
  }

  .xs-ml3 {
    margin-left: 1.5rem;
  }

  .xs-my3 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .xs-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs-m4 {
    margin: 2rem;
  }

  .xs-mt4 {
    margin-top: 2rem;
  }

  .xs-mr4 {
    margin-right: 2rem;
  }

  .xs-mb4 {
    margin-bottom: 2rem;
  }

  .xs-ml4 {
    margin-left: 2rem;
  }

  .xs-my4 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .xs-mx4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs-m5 {
    margin: 2.5rem;
  }

  .xs-mt5 {
    margin-top: 2.5rem;
  }

  .xs-mr5 {
    margin-right: 2.5rem;
  }

  .xs-mb5 {
    margin-bottom: 2.5rem;
  }

  .xs-ml5 {
    margin-left: 2.5rem;
  }

  .xs-my5 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .xs-mx5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs-m6 {
    margin: 3rem;
  }

  .xs-mt6 {
    margin-top: 3rem;
  }

  .xs-mr6 {
    margin-right: 3rem;
  }

  .xs-mb6 {
    margin-bottom: 3rem;
  }

  .xs-ml6 {
    margin-left: 3rem;
  }

  .xs-my6 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .xs-mx6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs-m7 {
    margin: 3.5rem;
  }

  .xs-mt7 {
    margin-top: 3.5rem;
  }

  .xs-mr7 {
    margin-right: 3.5rem;
  }

  .xs-mb7 {
    margin-bottom: 3.5rem;
  }

  .xs-ml7 {
    margin-left: 3.5rem;
  }

  .xs-my7 {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
  }

  .xs-mx7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs-m8 {
    margin: 4rem;
  }

  .xs-mt8 {
    margin-top: 4rem;
  }

  .xs-mr8 {
    margin-right: 4rem;
  }

  .xs-mb8 {
    margin-bottom: 4rem;
  }

  .xs-ml8 {
    margin-left: 4rem;
  }

  .xs-my8 {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .xs-mx8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs-m9 {
    margin: 4.5rem;
  }

  .xs-mt9 {
    margin-top: 4.5rem;
  }

  .xs-mr9 {
    margin-right: 4.5rem;
  }

  .xs-mb9 {
    margin-bottom: 4.5rem;
  }

  .xs-ml9 {
    margin-left: 4.5rem;
  }

  .xs-my9 {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
  }

  .xs-mx9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xs-m10 {
    margin: 5rem;
  }

  .xs-mt10 {
    margin-top: 5rem;
  }

  .xs-mr10 {
    margin-right: 5rem;
  }

  .xs-mb10 {
    margin-bottom: 5rem;
  }

  .xs-ml10 {
    margin-left: 5rem;
  }

  .xs-my10 {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }

  .xs-mx10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 560px) {
  .xs-sm-m0 {
    margin: 0rem;
  }

  .xs-sm-mt0 {
    margin-top: 0rem;
  }

  .xs-sm-mr0 {
    margin-right: 0rem;
  }

  .xs-sm-mb0 {
    margin-bottom: 0rem;
  }

  .xs-sm-ml0 {
    margin-left: 0rem;
  }

  .xs-sm-my0 {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }

  .xs-sm-mx0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .xs-sm-m1 {
    margin: 0.5rem;
  }

  .xs-sm-mt1 {
    margin-top: 0.5rem;
  }

  .xs-sm-mr1 {
    margin-right: 0.5rem;
  }

  .xs-sm-mb1 {
    margin-bottom: 0.5rem;
  }

  .xs-sm-ml1 {
    margin-left: 0.5rem;
  }

  .xs-sm-my1 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .xs-sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs-sm-m2 {
    margin: 1rem;
  }

  .xs-sm-mt2 {
    margin-top: 1rem;
  }

  .xs-sm-mr2 {
    margin-right: 1rem;
  }

  .xs-sm-mb2 {
    margin-bottom: 1rem;
  }

  .xs-sm-ml2 {
    margin-left: 1rem;
  }

  .xs-sm-my2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .xs-sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs-sm-m3 {
    margin: 1.5rem;
  }

  .xs-sm-mt3 {
    margin-top: 1.5rem;
  }

  .xs-sm-mr3 {
    margin-right: 1.5rem;
  }

  .xs-sm-mb3 {
    margin-bottom: 1.5rem;
  }

  .xs-sm-ml3 {
    margin-left: 1.5rem;
  }

  .xs-sm-my3 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .xs-sm-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs-sm-m4 {
    margin: 2rem;
  }

  .xs-sm-mt4 {
    margin-top: 2rem;
  }

  .xs-sm-mr4 {
    margin-right: 2rem;
  }

  .xs-sm-mb4 {
    margin-bottom: 2rem;
  }

  .xs-sm-ml4 {
    margin-left: 2rem;
  }

  .xs-sm-my4 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .xs-sm-mx4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs-sm-m5 {
    margin: 2.5rem;
  }

  .xs-sm-mt5 {
    margin-top: 2.5rem;
  }

  .xs-sm-mr5 {
    margin-right: 2.5rem;
  }

  .xs-sm-mb5 {
    margin-bottom: 2.5rem;
  }

  .xs-sm-ml5 {
    margin-left: 2.5rem;
  }

  .xs-sm-my5 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .xs-sm-mx5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs-sm-m6 {
    margin: 3rem;
  }

  .xs-sm-mt6 {
    margin-top: 3rem;
  }

  .xs-sm-mr6 {
    margin-right: 3rem;
  }

  .xs-sm-mb6 {
    margin-bottom: 3rem;
  }

  .xs-sm-ml6 {
    margin-left: 3rem;
  }

  .xs-sm-my6 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .xs-sm-mx6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs-sm-m7 {
    margin: 3.5rem;
  }

  .xs-sm-mt7 {
    margin-top: 3.5rem;
  }

  .xs-sm-mr7 {
    margin-right: 3.5rem;
  }

  .xs-sm-mb7 {
    margin-bottom: 3.5rem;
  }

  .xs-sm-ml7 {
    margin-left: 3.5rem;
  }

  .xs-sm-my7 {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
  }

  .xs-sm-mx7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs-sm-m8 {
    margin: 4rem;
  }

  .xs-sm-mt8 {
    margin-top: 4rem;
  }

  .xs-sm-mr8 {
    margin-right: 4rem;
  }

  .xs-sm-mb8 {
    margin-bottom: 4rem;
  }

  .xs-sm-ml8 {
    margin-left: 4rem;
  }

  .xs-sm-my8 {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .xs-sm-mx8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs-sm-m9 {
    margin: 4.5rem;
  }

  .xs-sm-mt9 {
    margin-top: 4.5rem;
  }

  .xs-sm-mr9 {
    margin-right: 4.5rem;
  }

  .xs-sm-mb9 {
    margin-bottom: 4.5rem;
  }

  .xs-sm-ml9 {
    margin-left: 4.5rem;
  }

  .xs-sm-my9 {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
  }

  .xs-sm-mx9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xs-sm-m10 {
    margin: 5rem;
  }

  .xs-sm-mt10 {
    margin-top: 5rem;
  }

  .xs-sm-mr10 {
    margin-right: 5rem;
  }

  .xs-sm-mb10 {
    margin-bottom: 5rem;
  }

  .xs-sm-ml10 {
    margin-left: 5rem;
  }

  .xs-sm-my10 {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }

  .xs-sm-mx10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 960px) {
  .sm-m0 {
    margin: 0rem;
  }

  .sm-mt0 {
    margin-top: 0rem;
  }

  .sm-mr0 {
    margin-right: 0rem;
  }

  .sm-mb0 {
    margin-bottom: 0rem;
  }

  .sm-ml0 {
    margin-left: 0rem;
  }

  .sm-my0 {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }

  .sm-mx0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .sm-m1 {
    margin: 0.5rem;
  }

  .sm-mt1 {
    margin-top: 0.5rem;
  }

  .sm-mr1 {
    margin-right: 0.5rem;
  }

  .sm-mb1 {
    margin-bottom: 0.5rem;
  }

  .sm-ml1 {
    margin-left: 0.5rem;
  }

  .sm-my1 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-m2 {
    margin: 1rem;
  }

  .sm-mt2 {
    margin-top: 1rem;
  }

  .sm-mr2 {
    margin-right: 1rem;
  }

  .sm-mb2 {
    margin-bottom: 1rem;
  }

  .sm-ml2 {
    margin-left: 1rem;
  }

  .sm-my2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm-m3 {
    margin: 1.5rem;
  }

  .sm-mt3 {
    margin-top: 1.5rem;
  }

  .sm-mr3 {
    margin-right: 1.5rem;
  }

  .sm-mb3 {
    margin-bottom: 1.5rem;
  }

  .sm-ml3 {
    margin-left: 1.5rem;
  }

  .sm-my3 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .sm-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm-m4 {
    margin: 2rem;
  }

  .sm-mt4 {
    margin-top: 2rem;
  }

  .sm-mr4 {
    margin-right: 2rem;
  }

  .sm-mb4 {
    margin-bottom: 2rem;
  }

  .sm-ml4 {
    margin-left: 2rem;
  }

  .sm-my4 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .sm-mx4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm-m5 {
    margin: 2.5rem;
  }

  .sm-mt5 {
    margin-top: 2.5rem;
  }

  .sm-mr5 {
    margin-right: 2.5rem;
  }

  .sm-mb5 {
    margin-bottom: 2.5rem;
  }

  .sm-ml5 {
    margin-left: 2.5rem;
  }

  .sm-my5 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .sm-mx5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm-m6 {
    margin: 3rem;
  }

  .sm-mt6 {
    margin-top: 3rem;
  }

  .sm-mr6 {
    margin-right: 3rem;
  }

  .sm-mb6 {
    margin-bottom: 3rem;
  }

  .sm-ml6 {
    margin-left: 3rem;
  }

  .sm-my6 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .sm-mx6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm-m7 {
    margin: 3.5rem;
  }

  .sm-mt7 {
    margin-top: 3.5rem;
  }

  .sm-mr7 {
    margin-right: 3.5rem;
  }

  .sm-mb7 {
    margin-bottom: 3.5rem;
  }

  .sm-ml7 {
    margin-left: 3.5rem;
  }

  .sm-my7 {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
  }

  .sm-mx7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm-m8 {
    margin: 4rem;
  }

  .sm-mt8 {
    margin-top: 4rem;
  }

  .sm-mr8 {
    margin-right: 4rem;
  }

  .sm-mb8 {
    margin-bottom: 4rem;
  }

  .sm-ml8 {
    margin-left: 4rem;
  }

  .sm-my8 {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .sm-mx8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm-m9 {
    margin: 4.5rem;
  }

  .sm-mt9 {
    margin-top: 4.5rem;
  }

  .sm-mr9 {
    margin-right: 4.5rem;
  }

  .sm-mb9 {
    margin-bottom: 4.5rem;
  }

  .sm-ml9 {
    margin-left: 4.5rem;
  }

  .sm-my9 {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
  }

  .sm-mx9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm-m10 {
    margin: 5rem;
  }

  .sm-mt10 {
    margin-top: 5rem;
  }

  .sm-mr10 {
    margin-right: 5rem;
  }

  .sm-mb10 {
    margin-bottom: 5rem;
  }

  .sm-ml10 {
    margin-left: 5rem;
  }

  .sm-my10 {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }

  .sm-mx10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 1240px) {
  .lg-m0 {
    margin: 0rem;
  }

  .lg-mt0 {
    margin-top: 0rem;
  }

  .lg-mr0 {
    margin-right: 0rem;
  }

  .lg-mb0 {
    margin-bottom: 0rem;
  }

  .lg-ml0 {
    margin-left: 0rem;
  }

  .lg-my0 {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }

  .lg-mx0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .lg-m1 {
    margin: 0.5rem;
  }

  .lg-mt1 {
    margin-top: 0.5rem;
  }

  .lg-mr1 {
    margin-right: 0.5rem;
  }

  .lg-mb1 {
    margin-bottom: 0.5rem;
  }

  .lg-ml1 {
    margin-left: 0.5rem;
  }

  .lg-my1 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg-m2 {
    margin: 1rem;
  }

  .lg-mt2 {
    margin-top: 1rem;
  }

  .lg-mr2 {
    margin-right: 1rem;
  }

  .lg-mb2 {
    margin-bottom: 1rem;
  }

  .lg-ml2 {
    margin-left: 1rem;
  }

  .lg-my2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg-m3 {
    margin: 1.5rem;
  }

  .lg-mt3 {
    margin-top: 1.5rem;
  }

  .lg-mr3 {
    margin-right: 1.5rem;
  }

  .lg-mb3 {
    margin-bottom: 1.5rem;
  }

  .lg-ml3 {
    margin-left: 1.5rem;
  }

  .lg-my3 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .lg-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg-m4 {
    margin: 2rem;
  }

  .lg-mt4 {
    margin-top: 2rem;
  }

  .lg-mr4 {
    margin-right: 2rem;
  }

  .lg-mb4 {
    margin-bottom: 2rem;
  }

  .lg-ml4 {
    margin-left: 2rem;
  }

  .lg-my4 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .lg-mx4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg-m5 {
    margin: 2.5rem;
  }

  .lg-mt5 {
    margin-top: 2.5rem;
  }

  .lg-mr5 {
    margin-right: 2.5rem;
  }

  .lg-mb5 {
    margin-bottom: 2.5rem;
  }

  .lg-ml5 {
    margin-left: 2.5rem;
  }

  .lg-my5 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .lg-mx5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg-m6 {
    margin: 3rem;
  }

  .lg-mt6 {
    margin-top: 3rem;
  }

  .lg-mr6 {
    margin-right: 3rem;
  }

  .lg-mb6 {
    margin-bottom: 3rem;
  }

  .lg-ml6 {
    margin-left: 3rem;
  }

  .lg-my6 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .lg-mx6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg-m7 {
    margin: 3.5rem;
  }

  .lg-mt7 {
    margin-top: 3.5rem;
  }

  .lg-mr7 {
    margin-right: 3.5rem;
  }

  .lg-mb7 {
    margin-bottom: 3.5rem;
  }

  .lg-ml7 {
    margin-left: 3.5rem;
  }

  .lg-my7 {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
  }

  .lg-mx7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg-m8 {
    margin: 4rem;
  }

  .lg-mt8 {
    margin-top: 4rem;
  }

  .lg-mr8 {
    margin-right: 4rem;
  }

  .lg-mb8 {
    margin-bottom: 4rem;
  }

  .lg-ml8 {
    margin-left: 4rem;
  }

  .lg-my8 {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .lg-mx8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg-m9 {
    margin: 4.5rem;
  }

  .lg-mt9 {
    margin-top: 4.5rem;
  }

  .lg-mr9 {
    margin-right: 4.5rem;
  }

  .lg-mb9 {
    margin-bottom: 4.5rem;
  }

  .lg-ml9 {
    margin-left: 4.5rem;
  }

  .lg-my9 {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
  }

  .lg-mx9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg-m10 {
    margin: 5rem;
  }

  .lg-mt10 {
    margin-top: 5rem;
  }

  .lg-mr10 {
    margin-right: 5rem;
  }

  .lg-mb10 {
    margin-bottom: 5rem;
  }

  .lg-ml10 {
    margin-left: 5rem;
  }

  .lg-my10 {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }

  .lg-mx10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
.p0 {
  padding: 0rem;
}

.pt0 {
  padding-top: 0rem;
}

.pr0 {
  padding-right: 0rem;
}

.pb0 {
  padding-bottom: 0rem;
}

.pl0 {
  padding-left: 0rem;
}

.py0 {
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.px0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.p1 {
  padding: 0.5rem;
}

.pt1 {
  padding-top: 0.5rem;
}

.pr1 {
  padding-right: 0.5rem;
}

.pb1 {
  padding-bottom: 0.5rem;
}

.pl1 {
  padding-left: 0.5rem;
}

.py1 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p2 {
  padding: 1rem;
}

.pt2 {
  padding-top: 1rem;
}

.pr2 {
  padding-right: 1rem;
}

.pb2 {
  padding-bottom: 1rem;
}

.pl2 {
  padding-left: 1rem;
}

.py2 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p3 {
  padding: 1.5rem;
}

.pt3 {
  padding-top: 1.5rem;
}

.pr3 {
  padding-right: 1.5rem;
}

.pb3 {
  padding-bottom: 1.5rem;
}

.pl3 {
  padding-left: 1.5rem;
}

.py3 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.px3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p4 {
  padding: 2rem;
}

.pt4 {
  padding-top: 2rem;
}

.pr4 {
  padding-right: 2rem;
}

.pb4 {
  padding-bottom: 2rem;
}

.pl4 {
  padding-left: 2rem;
}

.py4 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.px4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p5 {
  padding: 2.5rem;
}

.pt5 {
  padding-top: 2.5rem;
}

.pr5 {
  padding-right: 2.5rem;
}

.pb5 {
  padding-bottom: 2.5rem;
}

.pl5 {
  padding-left: 2.5rem;
}

.py5 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.px5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p6 {
  padding: 3rem;
}

.pt6 {
  padding-top: 3rem;
}

.pr6 {
  padding-right: 3rem;
}

.pb6 {
  padding-bottom: 3rem;
}

.pl6 {
  padding-left: 3rem;
}

.py6 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.px6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.p7 {
  padding: 3.5rem;
}

.pt7 {
  padding-top: 3.5rem;
}

.pr7 {
  padding-right: 3.5rem;
}

.pb7 {
  padding-bottom: 3.5rem;
}

.pl7 {
  padding-left: 3.5rem;
}

.py7 {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

.px7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.p8 {
  padding: 4rem;
}

.pt8 {
  padding-top: 4rem;
}

.pr8 {
  padding-right: 4rem;
}

.pb8 {
  padding-bottom: 4rem;
}

.pl8 {
  padding-left: 4rem;
}

.py8 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.px8 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.p9 {
  padding: 4.5rem;
}

.pt9 {
  padding-top: 4.5rem;
}

.pr9 {
  padding-right: 4.5rem;
}

.pb9 {
  padding-bottom: 4.5rem;
}

.pl9 {
  padding-left: 4.5rem;
}

.py9 {
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}

.px9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.p10 {
  padding: 5rem;
}

.pt10 {
  padding-top: 5rem;
}

.pr10 {
  padding-right: 5rem;
}

.pb10 {
  padding-bottom: 5rem;
}

.pl10 {
  padding-left: 5rem;
}

.py10 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.px10 {
  padding-left: 5rem;
  padding-right: 5rem;
}

@media (min-width: 0) {
  .xs-p0 {
    padding: 0rem;
  }

  .xs-pt0 {
    padding-top: 0rem;
  }

  .xs-pr0 {
    padding-right: 0rem;
  }

  .xs-pb0 {
    padding-bottom: 0rem;
  }

  .xs-pl0 {
    padding-left: 0rem;
  }

  .xs-py0 {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }

  .xs-px0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .xs-p1 {
    padding: 0.5rem;
  }

  .xs-pt1 {
    padding-top: 0.5rem;
  }

  .xs-pr1 {
    padding-right: 0.5rem;
  }

  .xs-pb1 {
    padding-bottom: 0.5rem;
  }

  .xs-pl1 {
    padding-left: 0.5rem;
  }

  .xs-py1 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .xs-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs-p2 {
    padding: 1rem;
  }

  .xs-pt2 {
    padding-top: 1rem;
  }

  .xs-pr2 {
    padding-right: 1rem;
  }

  .xs-pb2 {
    padding-bottom: 1rem;
  }

  .xs-pl2 {
    padding-left: 1rem;
  }

  .xs-py2 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .xs-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs-p3 {
    padding: 1.5rem;
  }

  .xs-pt3 {
    padding-top: 1.5rem;
  }

  .xs-pr3 {
    padding-right: 1.5rem;
  }

  .xs-pb3 {
    padding-bottom: 1.5rem;
  }

  .xs-pl3 {
    padding-left: 1.5rem;
  }

  .xs-py3 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .xs-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs-p4 {
    padding: 2rem;
  }

  .xs-pt4 {
    padding-top: 2rem;
  }

  .xs-pr4 {
    padding-right: 2rem;
  }

  .xs-pb4 {
    padding-bottom: 2rem;
  }

  .xs-pl4 {
    padding-left: 2rem;
  }

  .xs-py4 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .xs-px4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs-p5 {
    padding: 2.5rem;
  }

  .xs-pt5 {
    padding-top: 2.5rem;
  }

  .xs-pr5 {
    padding-right: 2.5rem;
  }

  .xs-pb5 {
    padding-bottom: 2.5rem;
  }

  .xs-pl5 {
    padding-left: 2.5rem;
  }

  .xs-py5 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .xs-px5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs-p6 {
    padding: 3rem;
  }

  .xs-pt6 {
    padding-top: 3rem;
  }

  .xs-pr6 {
    padding-right: 3rem;
  }

  .xs-pb6 {
    padding-bottom: 3rem;
  }

  .xs-pl6 {
    padding-left: 3rem;
  }

  .xs-py6 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .xs-px6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs-p7 {
    padding: 3.5rem;
  }

  .xs-pt7 {
    padding-top: 3.5rem;
  }

  .xs-pr7 {
    padding-right: 3.5rem;
  }

  .xs-pb7 {
    padding-bottom: 3.5rem;
  }

  .xs-pl7 {
    padding-left: 3.5rem;
  }

  .xs-py7 {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  .xs-px7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs-p8 {
    padding: 4rem;
  }

  .xs-pt8 {
    padding-top: 4rem;
  }

  .xs-pr8 {
    padding-right: 4rem;
  }

  .xs-pb8 {
    padding-bottom: 4rem;
  }

  .xs-pl8 {
    padding-left: 4rem;
  }

  .xs-py8 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .xs-px8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs-p9 {
    padding: 4.5rem;
  }

  .xs-pt9 {
    padding-top: 4.5rem;
  }

  .xs-pr9 {
    padding-right: 4.5rem;
  }

  .xs-pb9 {
    padding-bottom: 4.5rem;
  }

  .xs-pl9 {
    padding-left: 4.5rem;
  }

  .xs-py9 {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }

  .xs-px9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs-p10 {
    padding: 5rem;
  }

  .xs-pt10 {
    padding-top: 5rem;
  }

  .xs-pr10 {
    padding-right: 5rem;
  }

  .xs-pb10 {
    padding-bottom: 5rem;
  }

  .xs-pl10 {
    padding-left: 5rem;
  }

  .xs-py10 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .xs-px10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 560px) {
  .xs-sm-p0 {
    padding: 0rem;
  }

  .xs-sm-pt0 {
    padding-top: 0rem;
  }

  .xs-sm-pr0 {
    padding-right: 0rem;
  }

  .xs-sm-pb0 {
    padding-bottom: 0rem;
  }

  .xs-sm-pl0 {
    padding-left: 0rem;
  }

  .xs-sm-py0 {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }

  .xs-sm-px0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .xs-sm-p1 {
    padding: 0.5rem;
  }

  .xs-sm-pt1 {
    padding-top: 0.5rem;
  }

  .xs-sm-pr1 {
    padding-right: 0.5rem;
  }

  .xs-sm-pb1 {
    padding-bottom: 0.5rem;
  }

  .xs-sm-pl1 {
    padding-left: 0.5rem;
  }

  .xs-sm-py1 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .xs-sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs-sm-p2 {
    padding: 1rem;
  }

  .xs-sm-pt2 {
    padding-top: 1rem;
  }

  .xs-sm-pr2 {
    padding-right: 1rem;
  }

  .xs-sm-pb2 {
    padding-bottom: 1rem;
  }

  .xs-sm-pl2 {
    padding-left: 1rem;
  }

  .xs-sm-py2 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .xs-sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs-sm-p3 {
    padding: 1.5rem;
  }

  .xs-sm-pt3 {
    padding-top: 1.5rem;
  }

  .xs-sm-pr3 {
    padding-right: 1.5rem;
  }

  .xs-sm-pb3 {
    padding-bottom: 1.5rem;
  }

  .xs-sm-pl3 {
    padding-left: 1.5rem;
  }

  .xs-sm-py3 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .xs-sm-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs-sm-p4 {
    padding: 2rem;
  }

  .xs-sm-pt4 {
    padding-top: 2rem;
  }

  .xs-sm-pr4 {
    padding-right: 2rem;
  }

  .xs-sm-pb4 {
    padding-bottom: 2rem;
  }

  .xs-sm-pl4 {
    padding-left: 2rem;
  }

  .xs-sm-py4 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .xs-sm-px4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs-sm-p5 {
    padding: 2.5rem;
  }

  .xs-sm-pt5 {
    padding-top: 2.5rem;
  }

  .xs-sm-pr5 {
    padding-right: 2.5rem;
  }

  .xs-sm-pb5 {
    padding-bottom: 2.5rem;
  }

  .xs-sm-pl5 {
    padding-left: 2.5rem;
  }

  .xs-sm-py5 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .xs-sm-px5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs-sm-p6 {
    padding: 3rem;
  }

  .xs-sm-pt6 {
    padding-top: 3rem;
  }

  .xs-sm-pr6 {
    padding-right: 3rem;
  }

  .xs-sm-pb6 {
    padding-bottom: 3rem;
  }

  .xs-sm-pl6 {
    padding-left: 3rem;
  }

  .xs-sm-py6 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .xs-sm-px6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs-sm-p7 {
    padding: 3.5rem;
  }

  .xs-sm-pt7 {
    padding-top: 3.5rem;
  }

  .xs-sm-pr7 {
    padding-right: 3.5rem;
  }

  .xs-sm-pb7 {
    padding-bottom: 3.5rem;
  }

  .xs-sm-pl7 {
    padding-left: 3.5rem;
  }

  .xs-sm-py7 {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  .xs-sm-px7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs-sm-p8 {
    padding: 4rem;
  }

  .xs-sm-pt8 {
    padding-top: 4rem;
  }

  .xs-sm-pr8 {
    padding-right: 4rem;
  }

  .xs-sm-pb8 {
    padding-bottom: 4rem;
  }

  .xs-sm-pl8 {
    padding-left: 4rem;
  }

  .xs-sm-py8 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .xs-sm-px8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs-sm-p9 {
    padding: 4.5rem;
  }

  .xs-sm-pt9 {
    padding-top: 4.5rem;
  }

  .xs-sm-pr9 {
    padding-right: 4.5rem;
  }

  .xs-sm-pb9 {
    padding-bottom: 4.5rem;
  }

  .xs-sm-pl9 {
    padding-left: 4.5rem;
  }

  .xs-sm-py9 {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }

  .xs-sm-px9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs-sm-p10 {
    padding: 5rem;
  }

  .xs-sm-pt10 {
    padding-top: 5rem;
  }

  .xs-sm-pr10 {
    padding-right: 5rem;
  }

  .xs-sm-pb10 {
    padding-bottom: 5rem;
  }

  .xs-sm-pl10 {
    padding-left: 5rem;
  }

  .xs-sm-py10 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .xs-sm-px10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 960px) {
  .sm-p0 {
    padding: 0rem;
  }

  .sm-pt0 {
    padding-top: 0rem;
  }

  .sm-pr0 {
    padding-right: 0rem;
  }

  .sm-pb0 {
    padding-bottom: 0rem;
  }

  .sm-pl0 {
    padding-left: 0rem;
  }

  .sm-py0 {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }

  .sm-px0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .sm-p1 {
    padding: 0.5rem;
  }

  .sm-pt1 {
    padding-top: 0.5rem;
  }

  .sm-pr1 {
    padding-right: 0.5rem;
  }

  .sm-pb1 {
    padding-bottom: 0.5rem;
  }

  .sm-pl1 {
    padding-left: 0.5rem;
  }

  .sm-py1 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-p2 {
    padding: 1rem;
  }

  .sm-pt2 {
    padding-top: 1rem;
  }

  .sm-pr2 {
    padding-right: 1rem;
  }

  .sm-pb2 {
    padding-bottom: 1rem;
  }

  .sm-pl2 {
    padding-left: 1rem;
  }

  .sm-py2 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm-p3 {
    padding: 1.5rem;
  }

  .sm-pt3 {
    padding-top: 1.5rem;
  }

  .sm-pr3 {
    padding-right: 1.5rem;
  }

  .sm-pb3 {
    padding-bottom: 1.5rem;
  }

  .sm-pl3 {
    padding-left: 1.5rem;
  }

  .sm-py3 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .sm-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm-p4 {
    padding: 2rem;
  }

  .sm-pt4 {
    padding-top: 2rem;
  }

  .sm-pr4 {
    padding-right: 2rem;
  }

  .sm-pb4 {
    padding-bottom: 2rem;
  }

  .sm-pl4 {
    padding-left: 2rem;
  }

  .sm-py4 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .sm-px4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm-p5 {
    padding: 2.5rem;
  }

  .sm-pt5 {
    padding-top: 2.5rem;
  }

  .sm-pr5 {
    padding-right: 2.5rem;
  }

  .sm-pb5 {
    padding-bottom: 2.5rem;
  }

  .sm-pl5 {
    padding-left: 2.5rem;
  }

  .sm-py5 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .sm-px5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm-p6 {
    padding: 3rem;
  }

  .sm-pt6 {
    padding-top: 3rem;
  }

  .sm-pr6 {
    padding-right: 3rem;
  }

  .sm-pb6 {
    padding-bottom: 3rem;
  }

  .sm-pl6 {
    padding-left: 3rem;
  }

  .sm-py6 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .sm-px6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm-p7 {
    padding: 3.5rem;
  }

  .sm-pt7 {
    padding-top: 3.5rem;
  }

  .sm-pr7 {
    padding-right: 3.5rem;
  }

  .sm-pb7 {
    padding-bottom: 3.5rem;
  }

  .sm-pl7 {
    padding-left: 3.5rem;
  }

  .sm-py7 {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  .sm-px7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm-p8 {
    padding: 4rem;
  }

  .sm-pt8 {
    padding-top: 4rem;
  }

  .sm-pr8 {
    padding-right: 4rem;
  }

  .sm-pb8 {
    padding-bottom: 4rem;
  }

  .sm-pl8 {
    padding-left: 4rem;
  }

  .sm-py8 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .sm-px8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm-p9 {
    padding: 4.5rem;
  }

  .sm-pt9 {
    padding-top: 4.5rem;
  }

  .sm-pr9 {
    padding-right: 4.5rem;
  }

  .sm-pb9 {
    padding-bottom: 4.5rem;
  }

  .sm-pl9 {
    padding-left: 4.5rem;
  }

  .sm-py9 {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }

  .sm-px9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm-p10 {
    padding: 5rem;
  }

  .sm-pt10 {
    padding-top: 5rem;
  }

  .sm-pr10 {
    padding-right: 5rem;
  }

  .sm-pb10 {
    padding-bottom: 5rem;
  }

  .sm-pl10 {
    padding-left: 5rem;
  }

  .sm-py10 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .sm-px10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1240px) {
  .lg-p0 {
    padding: 0rem;
  }

  .lg-pt0 {
    padding-top: 0rem;
  }

  .lg-pr0 {
    padding-right: 0rem;
  }

  .lg-pb0 {
    padding-bottom: 0rem;
  }

  .lg-pl0 {
    padding-left: 0rem;
  }

  .lg-py0 {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }

  .lg-px0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .lg-p1 {
    padding: 0.5rem;
  }

  .lg-pt1 {
    padding-top: 0.5rem;
  }

  .lg-pr1 {
    padding-right: 0.5rem;
  }

  .lg-pb1 {
    padding-bottom: 0.5rem;
  }

  .lg-pl1 {
    padding-left: 0.5rem;
  }

  .lg-py1 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg-p2 {
    padding: 1rem;
  }

  .lg-pt2 {
    padding-top: 1rem;
  }

  .lg-pr2 {
    padding-right: 1rem;
  }

  .lg-pb2 {
    padding-bottom: 1rem;
  }

  .lg-pl2 {
    padding-left: 1rem;
  }

  .lg-py2 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg-p3 {
    padding: 1.5rem;
  }

  .lg-pt3 {
    padding-top: 1.5rem;
  }

  .lg-pr3 {
    padding-right: 1.5rem;
  }

  .lg-pb3 {
    padding-bottom: 1.5rem;
  }

  .lg-pl3 {
    padding-left: 1.5rem;
  }

  .lg-py3 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .lg-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg-p4 {
    padding: 2rem;
  }

  .lg-pt4 {
    padding-top: 2rem;
  }

  .lg-pr4 {
    padding-right: 2rem;
  }

  .lg-pb4 {
    padding-bottom: 2rem;
  }

  .lg-pl4 {
    padding-left: 2rem;
  }

  .lg-py4 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .lg-px4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg-p5 {
    padding: 2.5rem;
  }

  .lg-pt5 {
    padding-top: 2.5rem;
  }

  .lg-pr5 {
    padding-right: 2.5rem;
  }

  .lg-pb5 {
    padding-bottom: 2.5rem;
  }

  .lg-pl5 {
    padding-left: 2.5rem;
  }

  .lg-py5 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .lg-px5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg-p6 {
    padding: 3rem;
  }

  .lg-pt6 {
    padding-top: 3rem;
  }

  .lg-pr6 {
    padding-right: 3rem;
  }

  .lg-pb6 {
    padding-bottom: 3rem;
  }

  .lg-pl6 {
    padding-left: 3rem;
  }

  .lg-py6 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .lg-px6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg-p7 {
    padding: 3.5rem;
  }

  .lg-pt7 {
    padding-top: 3.5rem;
  }

  .lg-pr7 {
    padding-right: 3.5rem;
  }

  .lg-pb7 {
    padding-bottom: 3.5rem;
  }

  .lg-pl7 {
    padding-left: 3.5rem;
  }

  .lg-py7 {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  .lg-px7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg-p8 {
    padding: 4rem;
  }

  .lg-pt8 {
    padding-top: 4rem;
  }

  .lg-pr8 {
    padding-right: 4rem;
  }

  .lg-pb8 {
    padding-bottom: 4rem;
  }

  .lg-pl8 {
    padding-left: 4rem;
  }

  .lg-py8 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .lg-px8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg-p9 {
    padding: 4.5rem;
  }

  .lg-pt9 {
    padding-top: 4.5rem;
  }

  .lg-pr9 {
    padding-right: 4.5rem;
  }

  .lg-pb9 {
    padding-bottom: 4.5rem;
  }

  .lg-pl9 {
    padding-left: 4.5rem;
  }

  .lg-py9 {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }

  .lg-px9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg-p10 {
    padding: 5rem;
  }

  .lg-pt10 {
    padding-top: 5rem;
  }

  .lg-pr10 {
    padding-right: 5rem;
  }

  .lg-pb10 {
    padding-bottom: 5rem;
  }

  .lg-pl10 {
    padding-left: 5rem;
  }

  .lg-py10 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .lg-px10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 26px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #2d2d2d;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sg-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
  height: 200px;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 960px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1240px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 960px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1240px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-sm, .col-xs-sm-12, .col-xs-sm-11, .col-xs-sm-10, .col-xs-sm-9, .col-xs-sm-8, .col-xs-sm-7, .col-xs-sm-6, .col-xs-sm-5, .col-xs-sm-4, .col-xs-sm-3, .col-xs-sm-2, .col-xs-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 960px) {
  .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-sm, .col-xs-sm-12, .col-xs-sm-11, .col-xs-sm-10, .col-xs-sm-9, .col-xs-sm-8, .col-xs-sm-7, .col-xs-sm-6, .col-xs-sm-5, .col-xs-sm-4, .col-xs-sm-3, .col-xs-sm-2, .col-xs-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1240px) {
  .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-sm, .col-xs-sm-12, .col-xs-sm-11, .col-xs-sm-10, .col-xs-sm-9, .col-xs-sm-8, .col-xs-sm-7, .col-xs-sm-6, .col-xs-sm-5, .col-xs-sm-4, .col-xs-sm-3, .col-xs-sm-2, .col-xs-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 560px) {
  .col-xs-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xs-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 960px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (max-width: 559px) {
  .no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 560px) and (max-width: 959px) {
  .no-gutter-xs-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 960px) and (max-width: 1239px) {
  .no-gutter-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1240px) {
  .no-gutter-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
.col-content-gutter {
  flex: 1;
}
@media (min-width: 960px) {
  .col-content-gutter {
    flex: 0;
  }
}
.col-content-gutter .content-gutter {
  width: 100%;
}
@media (min-width: 960px) {
  .col-content-gutter .content-gutter {
    width: 250px;
  }
}
@media all and (-ms-high-contrast: none) {
  .col-content-gutter {
    flex: 1;
  }
}

@media (min-width: 960px) {
  .col-content-gutter--right {
    padding-left: 35px;
  }
}

@media (min-width: 960px) and (max-width: 1239px) {
  .col-content-gutter--left {
    padding-left: 35px;
  }
}
@media (min-width: 1240px) {
  .col-content-gutter--left {
    padding-right: 35px;
  }
}

.img-full {
  width: 100%;
  display: block;
}

.ElementImg {
  margin-bottom: 2rem;
}

.ElementImg + .ElementImg {
  margin-top: 48px;
}

img {
  display: block;
}

.content img {
  max-width: 100%;
  object-fit: contain;
}
.content img.leftNaturalInline {
  display: inline;
}
.content img.left {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.content img.leftAlone {
  width: 100%;
}
.content img.center {
  margin: 0 auto;
}
.content img.right {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}

table,
.table {
  border-collapse: collapse;
  min-width: 100%;
  border-spacing: 0;
}
table td p,
.table td p {
  margin-bottom: 0;
}

.header-cell, th, thead td {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.25px;
  background-color: #fafafa;
  color: #4a4a4a;
  text-transform: uppercase;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 1px 0 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  overflow: auto;
}

.body-cell, td {
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #333;
  bottom: #fff;
  box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.5);
  overflow: auto;
}

.fixed {
  position: absolute;
  left: 0;
  top: auto;
  white-space: normal;
  margin-left: 0px;
  border-right: 1px solid #d8d8d8;
}

.table-overflow-holder {
  position: relative;
  width: 153%;
}
@media (max-width: 960px) {
  .table-overflow-holder {
    width: auto;
  }
}

.table-overflow {
  overflow: auto;
  margin-bottom: 32px;
}
.table-overflow:after {
  content: "";
  height: 100%;
  width: 7px;
  position: absolute;
  right: -7px;
  backdrop-filter: blur(3.3px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 1px 0 rgba(0, 0, 0, 0.05);
  top: 0;
}
@media (max-width: 960px) {
  .table-overflow {
    width: auto;
  }
}
@media (max-width: 559px) {
  .table-overflow {
    margin-left: -20px;
    margin-right: -20px;
  }
  .table-overflow:after {
    right: -26px;
  }
}

.no-overflow:after {
  content: "";
  display: none;
}

tr {
  position: relative;
}
tr:hover, tr:active {
  background-color: rgba(15, 125, 184, 0.05);
}

.money {
  text-align: right;
}

@media (max-width: 1239px) {
  .nav {
    background: #fff;
    z-index: 2;
    position: fixed;
    top: 0;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translateX(100%);
    transition: transform 0.5s ease-out;
    left: auto;
    right: 0;
    width: auto;
    min-width: 400px;
    height: 100%;
  }
}
@media (max-width: 1239px) and (max-width: 560px) {
  .nav {
    width: 100%;
    z-index: 2;
  }
}
.nav.show-nav {
  transform: translateX(0);
  transition: transform 0.5s ease-out;
  box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.nav .widget-link {
  text-decoration: none;
}
.nav .widget-link:hover {
  text-decoration: none;
}
.nav .widget {
  background-color: #efa031;
  z-index: 3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 14px;
  transition: all 0.3s ease;
  align-items: center;
  height: 54px;
  width: 66px;
  max-width: 66px;
}
.nav .widget span {
  opacity: 0;
  width: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
}
@media (min-width: 960px) {
  .nav .widget {
    display: none;
  }
}
@media (max-width: 1239px) {
  .nav .widget {
    display: flex;
  }
}
.nav .tide-widget {
  max-width: 100%;
  width: 100%;
  background: #003f5f;
}
@media (max-width: 560px) {
  .nav .tide-widget {
    max-width: 250px;
    width: 250px;
  }
}
.nav .tide-widget img {
  width: 40px;
}
.nav .tide-widget span {
  opacity: 1;
  width: auto;
  margin-left: 10px;
}
.nav .tide-widget:hover {
  background-color: #0f7db8;
  text-decoration: none;
}
.nav .weather-widget {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 560px) {
  .nav .weather-widget {
    max-width: 250px;
    width: 250px;
  }
}
.nav .weather-widget img {
  width: 40px;
}
.nav .weather-widget span {
  opacity: 1;
  width: auto;
  margin-left: 10px;
}
.nav .weather-widget:hover {
  background-color: #ed8b02;
  text-decoration: none;
}
.nav .nav-widget {
  margin-top: 40px;
  display: block;
}
@media (min-width: 1240px) {
  .nav .nav-widget {
    display: none;
  }
}
.nav .last-widget {
  margin-top: 0;
}
.nav .more-nav-list {
  position: absolute;
  left: 0;
  background: white;
  top: 110px;
  list-style: none;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.25);
}
.nav .more-nav-list .nav-widget {
  display: none;
}
.nav .more-nav-list .container {
  height: 100%;
}
@media (max-width: 1240px) {
  .nav .more-nav-list {
    display: block !important;
    top: 0;
    margin-left: -20px;
  }
}
@media (min-width: 1240px) {
  .nav .more-nav-list .nav-item {
    padding-bottom: 0;
  }
}
.nav .more {
  width: 14px;
  height: 14px;
  border: none;
  background: url("/_resources/themes/cic/dist/images/more-nav.svg") no-repeat;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease-in-out;
  transform: rotate(0);
  margin-bottom: 0;
}
@media (max-width: 1240px) {
  .nav .more {
    display: none;
  }
}
.nav .more-nav-open {
  transition: all 0.25s ease-in-out;
  transform: rotate(90deg);
  margin-bottom: -12px;
}
.nav .toggle-more-nav {
  width: 14px;
  height: 14px;
  position: absolute;
}
@media (max-width: 1240px) {
  .nav .toggle-more-nav {
    display: none;
  }
}
@media (max-width: 1240px) {
  .nav .services-dropdown {
    transform: translateX(0px);
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    color: #909090;
    position: relative;
    cursor: pointer;
  }
}
@media (min-width: 1240px) {
  .nav .services-dropdown .services-dropdown-link {
    pointer-events: none;
  }
}
@media (max-width: 1240px) {
  .nav .services-dropdown .services-dropdown-arrow {
    position: absolute;
    right: 0;
  }
}

.nav-list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 1239px) {
  .nav-list {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    padding-left: 40px;
  }
}

@media (max-width: 1239px) {
  .nav-list-top {
    padding-top: 120px;
  }
}

.nav-item {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
}
@media (min-width: 1240px) {
  .nav-item {
    font-size: 18px;
    height: 100%;
    padding-bottom: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1239px) {
  .nav-item {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 14px;
  }
}
.nav-item a {
  color: #000;
}
@media (max-width: 1239px) {
  .nav-item a {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    color: #909090;
  }
  .nav-item a.sub-nav-btn--open {
    color: #000;
  }
}
@media (min-width: 1240px) {
  .nav-item:hover .nav-list-dropdown, .nav-item--hover .nav-list-dropdown {
    display: block;
  }
}
@media (min-width: 1240px) {
  .nav-item:hover .nav-list-dropdown-down-icon, .nav-item--hover .nav-list-dropdown-down-icon {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
  }
}
.nav-item .sub-nav-btn--open .nav-list-dropdown-down-icon {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
.nav-item .sub-nav-btn--open .nav-list-dropdown-down-icon--black {
  display: inline;
}
.nav-item .sub-nav-btn--open .nav-list-dropdown-down-icon--grey {
  display: none;
}

@media (max-width: 1239px) {
  .nav-item-top {
    opacity: 0;
    transform: translateX(-500px);
  }
}

.nav-list-dropdown-down-icon {
  top: -2px;
  position: relative;
}
.nav-list-dropdown-down-icon--black {
  display: none;
}
.nav-list-dropdown-down-icon--grey {
  display: inline;
}
@media (min-width: 1240px) {
  .nav-list-dropdown-down-icon--black {
    display: inline;
  }
  .nav-list-dropdown-down-icon--grey {
    display: none;
  }
}

.nav-list-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: auto;
  z-index: 2;
  padding: 32px 0 44px;
  background-color: #003f5f;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 1239px) {
  .nav-list-dropdown {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    background-color: #fff;
    box-shadow: none;
    padding: 0;
  }
}
@media (max-width: 1239px) {
  .nav-list-dropdown .container {
    padding: 0 10px;
  }
}
@media (max-width: 1239px) {
  .nav-list-dropdown .nav-list {
    display: none;
    padding: 0;
    padding-top: 10px;
    align-items: flex-start;
  }
}
.nav-list-dropdown .nav-item {
  display: block;
  color: #fff;
  font-weight: 600;
  flex: 0 0 230px;
  padding: 0;
  padding-right: 15px;
  margin-right: 45px;
}
@media (max-width: 1239px) {
  .nav-list-dropdown .nav-item {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.nav-list-dropdown .nav-item a {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}
@media (max-width: 1239px) {
  .nav-list-dropdown .nav-item a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (max-width: 1239px) {
  .nav-list-dropdown .nav-item-no-more {
    display: none;
  }
}
@media (min-width: 1240px) {
  .nav-list-dropdown .nav-item--more {
    display: none;
  }
}
.nav-list-dropdown-down-icon {
  width: 14px;
  margin-left: 5px;
  line-height: 1;
  transition: all 0.35s ease-in-out;
}
.nav-list-dropdown .nav-item-summary {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 1239px) {
  .nav-list-dropdown .nav-item-summary {
    display: none;
  }
}

.nav-service {
  align-items: stretch;
}
.nav-service:last-child {
  border-right: none;
}
.nav-service .nav-item {
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: auto;
  flex: 0 0 29%;
}
@media (min-width: 1240px) {
  .nav-service .nav-item .nav-item-heading {
    margin-bottom: 16px;
  }
}
.nav-service .nav-item--end {
  border-right: none;
}
.nav-service .nav-item:last-child {
  border-right: none;
}
@media (max-width: 1239px) {
  .nav-service .nav-item-no-more {
    display: none;
  }
}
@media (min-width: 1240px) {
  .nav-service .nav-item--more {
    display: none;
  }
}

.nav-item-sub-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-right: 30px;
  width: 170px;
}

.nav-sub-items {
  display: flex;
}
@media (max-width: 1239px) {
  .nav-sub-items {
    display: none;
  }
}

.nav-item-sub-col {
  margin-right: 30px;
}

.show-mobile-nav {
  overflow: hidden;
}

/*  IE 10 + 11 fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav-service .nav-item {
    flex: 0 0 28%;
  }
}
.header {
  position: relative;
  z-index: 2;
  padding-top: 16px;
}
@media (max-width: 560px) {
  .header {
    margin-bottom: 16px;
  }
}
.header .container {
  position: static;
}
@media (min-width: 1240px) {
  .header {
    padding-top: 24px;
    margin-bottom: 0;
  }
}

.header-search {
  display: flex;
  position: relative;
  padding: 0;
  padding-right: 120px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 560px) {
  .header-search {
    top: 20px;
  }
}
@media (min-width: 1240px) {
  .header-search {
    width: auto;
    padding-left: 32px;
    padding-right: 14px;
  }
}
.header-search input.text {
  border: none;
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #B3B3B3;
  outline: none;
}
.header-search input.text:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
@media (min-width: 560px) {
  .header-search input.text {
    border: 1px solid #B3B3B3;
    border-radius: 32px;
    width: 220px;
  }
  .header-search input.text:focus {
    outline: none;
    border: 1px solid #000;
  }
}
@media (min-width: 1240px) {
  .header-search input.text {
    border: 1px solid #B3B3B3;
    border-radius: 32px;
    width: 190px;
  }
  .header-search input.text:focus {
    outline: none;
    border: 1px solid #000;
  }
}
@media (min-width: 1240px) {
  .header-search input.text {
    padding: 18px;
    min-width: 175px;
    align-self: center;
  }
}
.header-search .input.text::placeholder {
  color: #B3B3B3;
}

.header-search-container {
  max-width: 100%;
  position: absolute;
  bottom: 100%;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: 0.2s bottom ease-in-out, 0.1s opacity ease-in-out 0.1s;
  overflow: hidden;
  padding: 20px 20px 42px 20px;
  opacity: 0;
  z-index: 2;
}
@media (min-width: 560px) {
  .header-search-container {
    display: flex;
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    height: auto;
    padding: 0;
    opacity: 1;
    max-width: 300px;
    padding: 20px;
    padding-top: 6px;
  }
}
@media (min-width: 1240px) {
  .header-search-container {
    max-width: 210px;
    padding: 0px;
    height: 58px;
    margin-top: 12px;
    border-radius: 70px;
  }
}
.header-search-container.open-search {
  bottom: 0;
  opacity: 1;
  transition: 0.2s bottom ease-in-out, 0.1s opacity ease-in-out;
}

.header-logo {
  max-width: 143px;
  padding-top: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1240px) {
  .header-logo {
    max-width: 180px;
  }
}
@media (min-width: 1240px) {
  .header-logo {
    width: auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 1239px) {
  .CICHomePage .header-logo {
    display: block;
  }
}

.header-nav {
  position: static;
}
@media (max-width: 1239px) {
  .header-nav {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .header-nav {
    margin-bottom: 8px;
  }
}

.header-mobile-button {
  display: block;
  position: absolute;
  right: 3%;
  z-index: 100;
  top: 24px;
}
@media (max-width: 560px) {
  .header-mobile-button {
    position: relative;
    top: 0;
  }
}
@media (min-width: 1240px) {
  .header-mobile-button {
    display: none;
    margin-bottom: 25px;
  }
}
.header-mobile-button.hamburger {
  z-index: 10;
}

.CICHomePage .header {
  padding-bottom: 0;
}
.CICHomePage .header-mobile-button {
  top: 12px;
}
@media (min-width: 560px) {
  .CICHomePage .header-mobile-button {
    top: 24px;
  }
}
.CICHomePage .hamburger-inner {
  background-color: #000;
  transition: background-color 0.25s ease-in-out 0.5s;
}
@media (max-width: 560px) {
  .CICHomePage .hamburger-inner {
    background-color: #000;
  }
}
.CICHomePage .hamburger-inner::after {
  background-color: #000;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear, background-color 0.25s ease-in-out 0.5s;
}
@media (max-width: 560px) {
  .CICHomePage .hamburger-inner::after {
    background-color: #000;
  }
}
.CICHomePage .hamburger-inner::before {
  background-color: #000;
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.25s ease-in-out 0.5s;
}
@media (max-width: 560px) {
  .CICHomePage .hamburger-inner::before {
    background-color: #000;
  }
}
.CICHomePage.show-mobile-nav .hamburger-inner, .CICHomePage.show-search-bar .hamburger-inner {
  background-color: #2D2D2D;
  transition: none;
}
.CICHomePage.show-mobile-nav .hamburger-inner::after, .CICHomePage.show-search-bar .hamburger-inner::after {
  background-color: #2D2D2D;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.CICHomePage.show-mobile-nav .hamburger-inner::before, .CICHomePage.show-search-bar .hamburger-inner::before {
  background-color: #2D2D2D;
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-mobile-search {
  padding: 15px 15px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: tranparent;
  border: 0;
  overflow: visible;
}
@media (min-width: 560px) {
  .header-mobile-search {
    display: none;
  }
}

.header-search-icon {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 24px;
  top: -2px;
}
.header-search-icon--black {
  position: absolute;
  left: 15px;
  top: 13px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5 ease-in 0.5s;
}
.show-search-bar .header-search-icon--black, .show-mobile-nav .header-search-icon--black {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5 ease-out;
}

input.header-search-submit {
  padding: 4px 8px 8px 8px;
  background: url("/_resources/themes/cic/dist/images/icon-search.svg");
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  position: absolute;
  right: 80px;
  top: -2px;
  padding-top: 28px;
}
@media (min-width: 1240px) {
  input.header-search-submit {
    right: 32px;
  }
}
@media (max-width: 560px) {
  input.header-search-submit {
    display: none;
  }
}

.header-wave-container {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 0;
  width: 100%;
}

.header-wave-image {
  width: 105%;
  margin-top: -16px;
  max-height: 30px;
  object-fit: cover;
  object-position: 50% 100%;
}

.CICHomePage .header-wave-container {
  display: inherit;
}
@media (max-width: 1239px) {
  .CICHomePage .header-wave-container {
    display: none;
  }
}

.page-header {
  margin-bottom: 32px;
}

/* Edge fixes */
@supports (-ms-ime-align: auto) {
  @media (min-width: 560px) {
    input.text {
      max-width: 220px;
    }
  }
}
/*  IE 10 + 11 fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-logo {
    -ms-interpolation-mode: bicubic;
  }

  .header-wave-image {
    height: 30px;
    background-size: 190% !important;
  }

  .header-search {
    width: 220px;
    position: relative;
    right: 25px;
  }
}
.btn {
  background: transparent;
}

.slider {
  opacity: 0;
  visibility: hidden;
}
.slider .slider-paging {
  position: absolute;
  margin: 0;
  top: 30px;
  right: 100px;
  list-style-type: none;
  color: #FFF;
  opacity: 0.7;
  font-size: 14px;
}
.slider .slider-paging li {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  list-style-type: none;
}
.slider .slider-paging .slick-active {
  display: block;
}
.slider .slick-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 40px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #FFF;
  background-position: center;
  background-size: 7px 8px;
  background-repeat: no-repeat;
}
.slider .slick-arrow:hover, .slider .slick-arrow:active {
  background-color: rgba(45, 45, 45, 0.3);
}
.slider .slick-next {
  right: 40px;
}
.slider .slick-next:before {
  background-image: url("/_resources/themes/cic/dist/images/chevron-arrow-white.svg");
}
.slider .slick-prev {
  right: 65px;
}
.slider .slick-prev:before {
  background-image: url("/_resources/themes/cic/dist/images/chevron-arrow-white.svg");
  transform: rotateY(180deg);
}

.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.gutter-item {
  color: #595959;
  margin: 0;
  padding-top: 16px;
  margin-bottom: 32px;
}
.gutter-item:not(:first-child) {
  margin-top: 32px;
}
.gutter-item .gutter-icon {
  width: calc(100% - 4px);
}
.gutter-item .fa {
  display: block;
  font-size: 120px;
  line-height: 1;
  margin: 0 auto;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80px;
  margin-bottom: 16px;
}
.gutter-item .med-blue {
  color: #67a7c0;
}
.gutter-item .blue {
  color: #046b93;
}
.gutter-item .light-blue {
  color: #b2d1dd;
}
.gutter-item .turquoise {
  color: #50a4a5;
}
.gutter-item .light-bluegrey {
  color: #bbc9cb;
}
.gutter-item .bright-green {
  color: #9fba4d;
}
.gutter-item .green {
  color: #53ab57;
}
.gutter-item .light-rust {
  color: #d09861;
}
.gutter-item .brown {
  color: #9a7a5b;
}
.gutter-item .red-orange {
  color: #f13d0c;
}

.gutter-border-top {
  border-top: 2px solid #d8d8d8;
}

.gutter-border-bottom {
  border-bottom: 2px solid #d8d8d8;
}

.no-border {
  border-top: 0;
}

.gutter-button {
  background: #009687 !important;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  padding: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2px;
  margin-top: 34px;
}
.gutter-button:hover {
  transition: all 0.3s ease-in-out;
  background: #06635A;
}
.gutter-button:focus {
  color: #fff;
}

.gutter-link {
  color: #0F7DB8;
  margin-top: 34px;
  display: block;
}

.content-gutter .gutter-stat p {
  font-size: 60px;
  margin-bottom: 0;
  margin-top: 32px;
  color: #2d2d2d;
  line-height: 1;
}
.content-gutter .gutter-stat sup {
  font-size: 30px;
  font-weight: bold;
  top: -0.75em;
}
.content-gutter .gutter-stat span {
  font-weight: bold;
  font-size: 30px;
  margin-left: 5px;
}

.gutter-bottom .gutter-item {
  padding-bottom: 8px;
  padding-top: 0;
  margin-top: 0;
}
.gutter-bottom .gutter-button {
  margin-bottom: 16px;
}

.gutter-item--image {
  margin-top: 0;
}
@media (max-width: 1239px) {
  .gutter-item--image {
    border: none;
    margin-top: 8px;
  }
}

.content {
  position: relative;
  z-index: 1;
}

.ElementContent {
  margin-bottom: 1rem;
}

.gutter-icon-holder {
  display: flex;
  margin-bottom: 16px;
}
.gutter-icon-holder .gutter-icon {
  margin-right: 16px;
}

.gutter-icon-link {
  margin-top: 0;
}

.gutter-icon-stat {
  display: flex;
}
.gutter-icon-stat .fa {
  margin-left: 0;
  margin-right: 16px;
}
.gutter-icon-stat .gutter-stat p {
  font-size: 50px;
}

/*  IE 10 + 11 fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gutter-item .gutter-icon {
    width: auto;
  }
}
.jumplinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ECECEC;
  padding: 12px 46px;
}
@media (max-width: 1239px) {
  .jumplinks ul {
    padding: 12px 24px;
  }
}
.jumplinks ul li a {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding-left: 36px;
  position: relative;
  margin: 12px 0;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.jumplinks ul li a:before {
  content: "";
  background-image: url("/_resources/themes/cic/dist/images/down-arrow-blue.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.jumplinks ul li a:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.85;
}

.anchorjs-link:after {
  display: none;
}

.ElementJumplink .container {
  position: relative;
}
.ElementJumplink .jump-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.ElementJumplink .jump-top {
  cursor: pointer;
  position: fixed;
  display: none;
  bottom: 5%;
  width: 25px;
}
.ElementJumplink .jump-top img {
  height: 25px;
  width: 25px;
  display: block;
  transform: rotate(180deg);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background: white;
}

.ElementJumplink {
  margin-bottom: 24px;
}

#Iframepage-iframe {
  margin: 20px 0;
  border: none;
  display: block !important;
}

.caption--center {
  margin: 0 auto;
  max-width: 540px;
  font-size: 14px;
  line-height: 1.5;
  color: #595959;
  margin-top: 16px;
}
@media (min-width: 960px) {
  .caption--center {
    text-align: center;
  }
}

.intro {
  font-size: 20px;
  font-weight: 300;
}

.CIC .form,
.CIC .userform, .Chatham .form,
.Chatham .userform {
  margin-top: 24px;
}
.CIC .form input, .CIC .form textarea,
.CIC .userform input,
.CIC .userform textarea, .Chatham .form input, .Chatham .form textarea,
.Chatham .userform input,
.Chatham .userform textarea {
  border: 1px solid #E7E7E7;
  border-radius: 2px;
  padding: 16px;
  width: 100%;
  margin-bottom: 16px;
  margin-top: 16px;
  resize: none;
}
.CIC .form textarea::placeholder,
.CIC .userform textarea::placeholder, .Chatham .form textarea::placeholder,
.Chatham .userform textarea::placeholder {
  color: #B3B3B3;
}
.CIC .form input::placeholder,
.CIC .userform input::placeholder, .Chatham .form input::placeholder,
.Chatham .userform input::placeholder {
  color: #B3B3B3;
}
.CIC .form input[type=submit],
.CIC .userform input[type=submit], .Chatham .form input[type=submit],
.Chatham .userform input[type=submit] {
  background-color: #009687;
  color: #fff;
  width: 105px;
  text-align: center;
  display: block;
  padding: 12px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 560px) {
  .CIC .form input[type=submit],
.CIC .userform input[type=submit], .Chatham .form input[type=submit],
.Chatham .userform input[type=submit] {
    width: 100%;
  }
}
.CIC .form input[type=submit]:hover,
.CIC .userform input[type=submit]:hover, .Chatham .form input[type=submit]:hover,
.Chatham .userform input[type=submit]:hover {
  transition: all 0.3s ease-in-out;
  background: #06635A;
  cursor: pointer;
}
.CIC .form input[type=reset],
.CIC .userform input[type=reset], .Chatham .form input[type=reset],
.Chatham .userform input[type=reset] {
  width: auto;
  text-align: center;
  display: block;
  padding: 16px;
  text-decoration: none;
  margin-top: 18px;
  color: #595959;
  border: none;
  width: auto;
  margin-left: 20px;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}
.CIC .form input[type=reset]:hover,
.CIC .userform input[type=reset]:hover, .Chatham .form input[type=reset]:hover,
.Chatham .userform input[type=reset]:hover {
  transition: all 0.3s ease-in-out;
  background: #F5F5F5;
  color: #000;
  cursor: pointer;
}
@media (max-width: 500px) {
  .CIC .form input[type=reset],
.CIC .userform input[type=reset], .Chatham .form input[type=reset],
.Chatham .userform input[type=reset] {
    width: 100%;
  }
}
.CIC .form fieldset,
.CIC .userform fieldset, .Chatham .form fieldset,
.Chatham .userform fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.CIC .form .left,
.CIC .userform .left, .Chatham .form .left,
.Chatham .userform .left {
  font-size: 16px;
}
.CIC .form .required-identifier,
.CIC .userform .required-identifier, .Chatham .form .required-identifier,
.Chatham .userform .required-identifier {
  color: #CC2929;
  font-size: 14px;
  font-weight: 100;
  margin-left: 16px;
}
.CIC .form .error,
.CIC .userform .error, .Chatham .form .error,
.Chatham .userform .error {
  color: #CC2929;
  font-size: 14px;
  font-weight: 100;
  border-color: #CC2929;
}
.CIC .form .error:focus,
.CIC .userform .error:focus, .Chatham .form .error:focus,
.Chatham .userform .error:focus {
  outline: none !important;
  border: 1px solid #CC2929;
  box-shadow: 0 0 10px #CC2929;
}
.CIC .form .message,
.CIC .userform .message, .Chatham .form .message,
.Chatham .userform .message {
  font-weight: bold;
  position: relative;
  top: -16px;
}
.CIC .form .textarea,
.CIC .userform .textarea, .Chatham .form .textarea,
.Chatham .userform .textarea {
  position: relative;
}
.CIC .form .word-count,
.CIC .userform .word-count, .Chatham .form .word-count,
.Chatham .userform .word-count {
  color: #B3B3B3;
  position: absolute;
  right: 0;
  font-size: 14px;
  font-weight: 100;
}
@media (max-width: 480px) {
  .CIC .form .word-count,
.CIC .userform .word-count, .Chatham .form .word-count,
.Chatham .userform .word-count {
    top: 12px;
  }
}
.CIC .form .count-chars,
.CIC .userform .count-chars, .Chatham .form .count-chars,
.Chatham .userform .count-chars {
  color: #B3B3B3;
  position: absolute;
  right: 136px;
  font-size: 14px;
  font-weight: 100;
}
@media (max-width: 480px) {
  .CIC .form .count-chars,
.CIC .userform .count-chars, .Chatham .form .count-chars,
.Chatham .userform .count-chars {
    right: 100px;
    top: -12px;
  }
}
.CIC .form .Actions,
.CIC .userform .Actions, .Chatham .form .Actions,
.Chatham .userform .Actions {
  display: flex;
}
.CIC #MemberLoginForm_LoginForm fieldset, .Chatham #MemberLoginForm_LoginForm fieldset {
  border: 0;
  padding: 0;
}
.CIC #MemberLoginForm_LoginForm .checkbox, .Chatham #MemberLoginForm_LoginForm .checkbox {
  margin-top: 8px;
}
.CIC #MemberLoginForm_LoginForm .field, .Chatham #MemberLoginForm_LoginForm .field {
  margin-top: 16px;
}
.CIC #MemberLoginForm_LoginForm .text, .Chatham #MemberLoginForm_LoginForm .text {
  border: 0;
  width: 300px;
}
.CIC #MemberLoginForm_LoginForm .text input, .Chatham #MemberLoginForm_LoginForm .text input {
  border-bottom: 1px solid #2d2d2d;
  padding: 8px;
  background: #f9f9f9;
}
.CIC #MemberLoginForm_LoginForm .text input:focus, .Chatham #MemberLoginForm_LoginForm .text input:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.CIC #MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_action_dologin, .Chatham #MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_action_dologin {
  background: #009687;
  color: #fff;
  text-align: center;
  display: block;
  padding: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2px;
  margin-top: 32px;
  margin-bottom: 24px;
  width: 150px;
}

.ElementUserDefinedForm {
  margin-bottom: 16px;
}

select, .form-control.dropdown {
  display: block;
  padding-left: 16px;
  width: 100%;
  height: 52px;
  font-size: 14px;
  line-height: 1.42857;
  background: white;
  background-image: url("/_resources/themes/cic/dist/images/down-arrow-inverse.svg");
  background-size: 12px;
  outline: none;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border: 1px solid #E7E7E7;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-bottom: 16px;
  margin-top: 16px;
  font-size: 16px;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.Page .desktop-share, .Page .mobile-share {
  display: none;
}

.ErrorPage .desktop-share, .ErrorPage .mobile-share {
  display: none;
}

.news-events {
  position: relative;
  z-index: 1;
}
.news-events h1 {
  font-weight: normal;
  margin-bottom: 8px;
}
.news-events .news-story__meta {
  margin-bottom: 24px;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 960px) {
  .news-events .news-story__meta {
    flex-direction: row;
  }
}
.news-events .news-story__meta span {
  color: #999999;
}
@media (min-width: 960px) {
  .news-events .news-header {
    max-width: 570px;
  }
}
.news-events .related-pages h5 {
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.news-events .related-pages .related-item {
  border-left: 3px solid #009687;
  padding-left: 16px;
  margin-bottom: 25px;
}
.news-events .related-pages .related-item a {
  color: #000;
  font-weight: bold;
}
@media (max-width: 1239px) {
  .news-events .related-pages {
    margin-top: 32px;
  }
}
.news-events .event-details {
  display: flex;
  margin-top: 15px;
}
.news-events .event-details__headers {
  width: 95px;
  font-weight: bold;
}

.news-event-item {
  padding-bottom: 24px;
}
@media (max-width: 1239px) {
  .news-event-item {
    flex-direction: column;
  }
}
.news-event-item .news-event-img {
  margin-right: 25px;
  margin-bottom: 36px;
  max-height: 207px;
}
@media (min-width: 560px) and (max-width: 959px) {
  .news-event-item .news-event-img {
    max-height:  360px;
  }
}
@media (max-width: 1240px) {
  .news-event-item .news-event-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .news-event-item .news-event-img {
    flex: 0 0 160px;
  }
}
.news-event-item .news-event-img img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
@media (min-width: 560px) and (max-width: 959px) {
  .news-event-item .news-event-img img {
    max-height:  360px;
  }
}
.news-event-item .news-event-item-title a {
  color: #2D2D2D;
}
.news-event-item .news-event-content {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
  width: 100%;
}
.news-event-item .news-event-content h5 {
  font-size: 14px;
  color: #595959;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}
.news-event-item .news-event-content span {
  color: #fff;
  background-color: #0F7DB8;
  border-radius: 2px;
  padding: 0px 8px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 10px;
}
.news-event-item .news-event-content .read-more {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0F7DB8;
}

.filter {
  font-size: 14px;
  color: #595959;
}

.news-events-filter {
  font-size: 14px;
  color: #595959;
}

.NewsEventsHolder .page-header {
  margin-top: 24px;
}

.NewsEventsPage .news-header {
  margin-top: 24px;
}
.NewsEventsPage .sidenav {
  margin-top: 24px;
}

.NewsEventsHolder .breadcrumbs {
  margin-top: 24px;
}
.NewsEventsHolder .news-event-container {
  position: relative;
  z-index: 1;
}

.share-buttons {
  margin-top: 0;
  display: flex;
}
.share-buttons a {
  opacity: 0.7;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.share-buttons a:not(:last-child) {
  margin-right: 9px;
}
.share-buttons a:hover {
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 960px) {
  .share-buttons {
    margin-top: 16px;
  }
}
@media (max-width: 960px) {
  .share-buttons .confirm-modal {
    right: 20px;
  }
}

.desktop-share {
  display: block;
}
@media (max-width: 560px) {
  .desktop-share {
    display: none;
  }
}

.mobile-share {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 560px) {
  .mobile-share {
    display: none;
  }
}

.share-wrapper {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
}

.atm {
  display: none !important;
}

/*  IE 10 + 11 fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .share-buttons a img {
    display: inline-block;
  }
}
.hero-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 660px;
  color: #fff;
}
.hero-image .bg-img {
  width: 100%;
  height: 100%;
}
.hero-image .bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(16, 13, 63, 0.15), rgba(7, 13, 35, 0.15));
  background-position-x: 35%;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 960px) {
  .hero-image {
    min-height: 770px;
  }
}
@media (max-width: 1239px) {
  .hero-image .CICHomePage {
    margin-top: 0;
  }
}
@media (max-width: 559px) {
  .hero-image .CICHomePage {
    margin-top: -96px;
  }
}
.hero-image .hero-content {
  margin-top: 60px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1239px) {
  .CICHomePage .hero-image .hero-content {
    margin-top: 100px;
  }
}
.hero-image h1 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.hero-image .hero-image-holder {
  height: 100%;
  width: 100%;
  position: absolute;
}
.hero-image .hero-image-holder p {
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 1;
  font-size: 12px;
}
@media (max-width: 960px) {
  .hero-image .hero-image-holder p {
    left: 20px;
  }
}
.hero-image .hero-image-holder p a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.hidden {
  display: none;
}

@supports (-ms-ime-align: auto) {
  .hero-image {
    max-height: 660px;
  }
  .hero-image .hero-image-holder {
    position: absolute;
    top: 0;
  }

  .nav-list {
    list-style: inherit;
    list-style-type: inherit;
  }
  .nav-list li {
    list-style-position: outside;
    overflow: hidden;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero-image {
    max-height: 660px;
  }

  .nav-list {
    list-style: inherit;
    list-style-type: inherit;
  }
  .nav-list li {
    list-style-position: outside;
    overflow: hidden;
  }
}
@-moz-document url-prefix() {
  .hero-image {
    max-height: 660px;
  }
  @media (max-width: 960px) {
    .hero-image {
      max-height: 770px;
    }
  }
}
.banner-widgets {
  position: fixed;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 4;
}
@media (max-width: 1239px) {
  .banner-widgets {
    display: none;
  }
}
.banner-widgets a:hover {
  text-decoration: none;
  cursor: pointer;
}
.banner-widgets .widget {
  background-color: #003f5f;
  z-index: 3;
  cursor: pointer;
  display: flex;
  color: #fff;
  padding: 14px;
  transition: all 0.3s ease;
  align-items: center;
  height: 54px;
  width: 66px;
  max-width: 66px;
}
.banner-widgets .widget span {
  opacity: 0;
  width: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}
.banner-widgets .tide-widget img {
  width: 36px;
  margin-left: 2px;
}
.banner-widgets .tide-widget:hover {
  background-color: #0f7db8;
  text-decoration: none;
  width: 200px;
  max-width: 200px;
}
.banner-widgets .tide-widget:hover span {
  opacity: 1;
  width: auto;
  margin-left: 10px;
}
.banner-widgets .weather-widget img {
  width: 40px;
}
.banner-widgets .weather-widget:hover {
  background-color: #efa031;
  text-decoration: none;
  max-width: 200px;
  width: 200px;
}
.banner-widgets .weather-widget:hover span {
  opacity: 1;
  width: auto;
  margin-left: 10px;
}

.homepage-blocks .homepage-blocks-title {
  position: relative;
  z-index: 1;
}
.homepage-blocks .row {
  display: flex;
  position: relative;
}
.homepage-blocks-title {
  color: #fff;
}
.homepage-blocks .list-visible {
  min-height: 56px;
  transition: all 0.4s ease-in-out;
}
.homepage-blocks .list-visible .item-list {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.homepage-blocks .list-visible .item-list .item-list-content:first-child {
  padding-left: 0;
}
.homepage-blocks .list-visible .item-list .item-list-content:nth-child(3) {
  padding-right: 0;
}
.homepage-blocks .list-visible .item-list .item-list-content:nth-child(4) {
  padding-left: 60px;
}
@media (max-width: 960px) {
  .homepage-blocks .list-visible .item-list .item-list-content {
    padding: 0 !important;
  }
}
@media (max-width: 1190px) {
  .homepage-blocks .list-visible .item-list .item-list-content:first-child {
    padding-left: 60px;
  }
  .homepage-blocks .list-visible .item-list .item-list-content:nth-child(3) {
    padding-left: 60px;
  }
  .homepage-blocks .list-visible .item-list .item-list-content:nth-child(4) {
    padding-left: 30px;
  }
  .homepage-blocks .list-visible .item-list .item-list-content:nth-child(5) {
    padding-left: 60px;
  }
}
@media (min-width: 960px) {
  .homepage-blocks .list-visible .item-list .item-list-content:first-child {
    padding-left: 60px;
  }
  .homepage-blocks .list-visible .item-list .item-list-content:nth-child(3) {
    padding-right: 60px;
  }
}
.homepage-blocks .list-visible .item-content .item-heading h3 {
  background-color: #06635A;
  transition: all 0.4s ease-in-out;
}
.homepage-blocks .list-visible .item-content .item-heading h3:after {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 960px) {
  .homepage-blocks .list-visible .item-content .item-heading h3:after {
    transform: rotate(90deg);
  }
}
.homepage-blocks .list-hidden {
  min-height: 56px;
  transition: all 0.4s ease-in-out;
}
.homepage-blocks .list-hidden .item-list {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  height: 100%;
  visibility: hidden;
}
@media (max-width: 960px) {
  .homepage-blocks .list-hidden .item-list {
    max-height: 0;
  }
}
.homepage-blocks .list-hidden .item-content .item-heading h3 {
  background-color: #009687;
  transition: all 0.4s ease-in-out;
}
.homepage-blocks .list-hidden .item-content .item-heading h3:after {
  transform: rotate(270deg);
  transition: all 0.4s ease-in-out;
}
.homepage-blocks .item-content {
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}
.homepage-blocks .item-content .item-heading {
  transition: all 0.25s ease-in-out;
}
.homepage-blocks .item-content .item-heading h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
  background-color: #009687;
  padding: 16px 20px 16px 20px;
  position: relative;
  transition: all 0.25s ease-in-out;
  border-bottom: none;
  color: #fff;
}
.homepage-blocks .item-content .item-heading h3:hover {
  cursor: pointer;
  background-color: #06635A;
  transition: all 0.25s ease-in-out;
}
.homepage-blocks .item-content .item-heading h3:after {
  content: "";
  background-image: url("/_resources/themes/cic/dist/images/item-arrow.svg");
  height: 14px;
  width: 14px;
  background-repeat: no-repeat;
  position: absolute;
  right: 5%;
  font-size: 16px;
  color: #FFF;
  background-position: center;
  background-size: 14px;
  top: 35%;
}
@media (min-width: 560px) {
  .homepage-blocks .item-content .item-heading h3 {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 0px;
  }
}
@media (max-width: 959px) {
  .homepage-blocks .item-content .item-heading h3 {
    margin-bottom: -1px;
  }
}
.homepage-blocks .item-content .item-heading .last-heading {
  border-bottom: none;
}
.homepage-blocks .item-list {
  padding-left: 0;
  padding-right: 0;
  background: white;
  position: relative;
}
.homepage-blocks .item-list-1 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 960px) {
  .homepage-blocks .item-list-1 {
    position: relative;
  }
}
.homepage-blocks .item-list-2 {
  position: absolute;
  top: -57px;
  right: 0;
}
@media (max-width: 960px) {
  .homepage-blocks .item-list-2 {
    position: relative;
    top: 0;
  }
}
.homepage-blocks .item-list-3 {
  position: absolute;
  top: -114px;
  right: 0;
}
@media (max-width: 960px) {
  .homepage-blocks .item-list-3 {
    position: relative;
    top: 0;
  }
}
.homepage-blocks .item-list-4 {
  position: absolute;
  top: -171px;
  right: 0;
}
@media (max-width: 960px) {
  .homepage-blocks .item-list-4 {
    position: relative;
    top: 0;
  }
}
.homepage-blocks .item-list h5 {
  color: #2D2D2D;
  margin-bottom: 4px;
}
@media (max-width: 960px) {
  .homepage-blocks .item-list h5 {
    margin: 8px 0;
    font-weight: normal;
  }
}
.homepage-blocks .item-list h5 a {
  color: #2D2D2D;
}
.homepage-blocks .item-list p {
  color: #2D2D2D;
  margin-top: 0;
  max-height: 65px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .homepage-blocks .item-list p {
    display: none;
  }
}
.homepage-blocks .item-list .item-list-content {
  max-width: 290px;
  flex: 1 1 290px;
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 960px) {
  .homepage-blocks .item-list .item-list-content {
    max-width: 230px;
  }
}
.homepage-blocks .item-list .item-list-content p {
  font-size: 14px;
  color: #595959;
}
@media (max-width: 960px) {
  .homepage-blocks .item-list .item-list-content {
    max-width: none;
    margin: 0 20px 0;
  }
}
.homepage-blocks .no-gutter {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 559px) {
  .featured-links-holder h3 {
    margin-bottom: 0;
  }
}
.featured-links-holder .featured-links {
  min-height: 475px;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 559px) {
  .featured-links-holder .featured-links {
    margin: 24px 0;
    min-height: 0;
  }
}
.featured-links-holder .featured-links a {
  font-weight: bold;
  width: 50%;
  margin: 0 auto;
}
.featured-links-holder .featured-links h4 {
  margin: 24px 0 16px 0;
  min-height: 0;
}
@media (max-width: 768px) {
  .featured-links-holder .featured-links h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  .featured-links-holder .featured-links h4 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .featured-links-holder .featured-links p {
    display: none;
  }
}
@media (max-width: 959px) {
  .featured-links-holder .featured-links p {
    display: block;
  }
}
.featured-links-holder .featured-links .featured-link {
  color: #0F7DB8;
}
@media (max-width: 768px) {
  .featured-links-holder .featured-links .featured-link {
    margin-top: 12px;
    display: block;
  }
}
@media (max-width: 959px) {
  .featured-links-holder .featured-links .featured-link {
    display: inline-block;
    margin-top: 0;
  }
}
.featured-links-holder .featured-links .featured-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 959px) {
  .featured-links-holder .featured-links .featured-img {
    margin-bottom: 32px;
    max-height: none;
  }
}
@media (max-width: 480px) {
  .featured-links-holder .featured-links .featured-img {
    margin-bottom: 0;
    max-height: 100%;
  }
}
.featured-links-holder .featured-links .featured-img-sml {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 559px) {
  .featured-links-holder .featured-links .featured-img-sml {
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .featured-links-holder .featured-links .featured-img-sml {
    width: 100%;
  }
}

.featured-events-holder {
  position: relative;
}
.featured-events-holder .featured-events {
  background: #fff;
}
.featured-events-holder .featured-events:focus {
  outline: none;
}
@media (max-width: 960px) {
  .featured-events-holder .featured-events {
    margin-bottom: 16px;
  }
}
@media (max-width: 560px) {
  .featured-events-holder .featured-events {
    margin-bottom: 32px;
  }
}
@media (max-width: 560px) and (--breakpoint-sm) {
  .featured-events-holder .featured-events:not(.slick-active):after {
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 0.6;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.featured-events-holder .featured-events a {
  text-decoration-color: #000;
}
.featured-events-holder .featured-events h4 {
  min-height: 55px;
  margin-top: 20px;
  text-decoration-color: #000;
}
.featured-events-holder .featured-events h4:focus {
  outline: none;
}
@media (max-width: 560px) {
  .featured-events-holder .featured-events h4 {
    font-size: 16px;
    margin-bottom: 16px;
    min-height: 48px;
  }
}
.featured-events-holder .featured-events .no-img {
  margin-top: 0;
}
@media (max-width: 560px) {
  .featured-events-holder .featured-events p {
    font-size: 14px;
  }
}
.featured-events-holder .featured-events a {
  font-weight: bold;
}
@media (max-width: 560px) {
  .featured-events-holder .featured-events a {
    font-size: 14px;
  }
}
.featured-events-holder .featured-events img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.featured-events-holder .featured-events .featured-event-link {
  margin-top: 16px;
  color: #0F7DB8;
  width: 50%;
  margin: 0 auto;
}
.featured-events-holder .featured-events .featured-event-link:focus {
  outline: none;
}

.events-row::-webkit-scrollbar {
  display: none;
}

.featured-events-holder .slick-list {
  max-height: 450px;
}
.featured-events-holder .slick-track {
  margin-left: 0;
}
.featured-events-holder .slick-track img {
  width: 100%;
  outline: none;
}
.featured-events-holder .slick-track .slick-slide:focus {
  outline: none !important;
}
.featured-events-holder .slick-track .slick-active {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.featured-events-holder .slick-track .next {
  opacity: 0.6;
  transition: all 0.25s ease-in-out;
}
.featured-events-holder .slick-track .prev {
  opacity: 0.6;
  transition: all 0.25s ease-in-out;
}
.featured-events-holder .slick-track .slick-cloned {
  display: none;
}
.featured-events-holder .slick-initialized {
  opacity: 1;
}

.pagination {
  text-align: center;
  font-size: 14px;
}
.pagination a {
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #666666;
  text-align: center;
}
.pagination span {
  background-color: #0F7DB8;
  border-radius: 50%;
  color: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
.pagination .next img,
.pagination .prev img {
  width: 13px;
  margin-bottom: 1px;
}
.pagination .next img {
  transform: rotate(-90deg);
}
.pagination .prev img {
  transform: rotate(90deg);
}

.site-banner {
  position: relative;
  z-index: 4;
  display: none;
}
.site-banner .container {
  position: relative;
}
.site-banner .site-content-open {
  position: absolute;
  /*top: 50px;*/
  right: 5%;
  display: none;
  border-radius: 2px;
  border: solid 1px #ffffff;
}
.site-banner .site-content-open a {
  color: #FFF;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.site-banner .site-content-open img {
  margin-left: 10px;
}
@media (max-width: 560px) {
  .site-banner .site-content-open {
    right: 10px;
  }
  .site-banner .site-content-open a {
    font-size: 10px;
  }
  .site-banner .site-content-open img {
    max-width: 9px;
  }
}
.site-banner-alert {
  background: #CC2929;
}
.site-banner-info {
  background: #0F7DB8;
}
.site-banner-warning {
  background: #CC2929;
}
.site-banner-close {
  position: absolute;
  top: -40px;
  right: 5%;
}
.site-banner-close a {
  color: #FFF;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.site-banner-close img {
  margin-left: 10px;
}
@media (max-width: 560px) {
  .site-banner-close {
    right: 10px;
  }
  .site-banner-close a {
    font-size: 10px;
  }
  .site-banner-close img {
    max-width: 9px;
  }
}
@media (max-width: 560px) {
  .site-banner .flex {
    display: block;
  }
}
.site-banner .message p {
  font-size: 14px;
}
.site-banner .site-banner-close {
  position: absolute;
  top: 12px;
  right: 5%;
}
.site-banner .site-banner-date p {
  margin-bottom: 0;
}

.site-banner-content {
  position: relative;
  z-index: 4;
  display: none;
}
.site-banner-content .container {
  position: relative;
}
.site-banner-content-alert {
  background: #CC2929;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.site-banner-content-warning {
  background: #CC2929;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.site-banner-content-info {
  background: #0F7DB8;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.site-banner-content .banner-content p {
  margin: 0;
}
.site-banner-content .site-content-close {
  position: absolute;
  top: 0;
  right: 5%;
  border-radius: 2px;
  border: solid 1px #ffffff;
}
.site-banner-content .site-content-close a {
  color: #FFF;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.site-banner-content .site-content-close img {
  margin-left: 10px;
}
@media (max-width: 560px) {
  .site-banner-content .site-content-close {
    right: 10px;
  }
  .site-banner-content .site-content-close a {
    font-size: 10px;
  }
  .site-banner-content .site-content-close img {
    max-width: 9px;
  }
}

.hidden {
  visibility: hidden;
}

.confirm-modal {
  height: 130px;
  width: 230px;
  background: white;
  position: absolute;
  color: #000;
  transform: translateY(-146px);
  font-weight: bold;
  font-size: 16px;
  padding: 16px 24px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 15;
}
@media (max-width: 480px) {
  .confirm-modal {
    transform: translateY(-146px);
  }
}
.confirm-modal:before {
  content: "Are you sure you wish to download this file?";
  position: relative;
}
.confirm-modal:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 10px solid #fff;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.modal-hidden {
  display: none;
}

.modal-visible {
  display: block;
}

.file {
  position: relative;
}

.confirm-download {
  background: #009687;
  border: 1px solid #009687;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 8px 12px;
  margin-right: 16px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  float: left;
  line-height: 1.25;
}
.confirm-download:hover {
  text-decoration: none;
  background: #06635A;
  border-color: #06635A;
  cursor: pointer;
}

.cancel-download {
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: #000;
  font-weight: bold;
  padding: 8px 12px;
  margin-top: 10px;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 64px;
  right: 26px;
}
.cancel-download:hover {
  cursor: pointer;
  background: #E7E7E7;
  border-color: #E7E7E7;
}

.sidenav {
  width: 100%;
  background-color: #f9f5f5;
  display: none;
  padding: 24px 43px;
  margin-bottom: 32px;
}
@media (min-width: 1240px) {
  .sidenav {
    position: absolute;
    background-color: transparent;
    padding: 0;
    z-index: 1;
  }
  .sidenav:hover {
    cursor: default;
  }
}
@media (min-width: 560px) {
  .sidenav {
    display: block;
  }
}
@media (max-width: 960px) {
  .sidenav {
    padding: 24px 43px 24px 20px;
  }
}
.sidenav .breadcrumbs {
  font-size: 18px;
  color: #2D2D2D;
  font-weight: bold;
  margin-right: 24px;
  margin-bottom: 0;
}
@media (min-width: 1240px) {
  .sidenav .breadcrumbs {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 28px;
    pointer-events: auto;
  }
}
@media (min-width: 960px) {
  .sidenav .breadcrumbs {
    margin-right: 0;
    width: 25%;
    padding-right: 24px;
  }
}
.sidenav .breadcrumbs a {
  color: #2D2D2D;
}
@media (min-width: 1240px) {
  .sidenav .breadcrumbs a {
    color: #999999;
  }
}
.sidenav .sidenav-img {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  max-height: 24px;
  cursor: pointer;
}
.sidenav .sidenav-img:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/_resources/themes/cic/dist/images/down-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 960px) {
  .sidenav .sidenav-img:after {
    background-image: url("/_resources/themes/cic/dist/images/down-arrow-inverse.svg");
    width: 12px;
    height: 12px;
    margin-left: 2px;
  }
}
@media (min-width: 960px) {
  .sidenav .sidenav-img {
    position: relative;
    display: inline-block;
  }
}
@media (min-width: 1240px) {
  .sidenav .sidenav-img {
    display: none;
  }
}
.sidenav ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (min-width: 1240px) {
  .sidenav ul {
    opacity: 1;
    height: auto;
  }
}
.sidenav ul .sidenav-active {
  font-weight: bold;
}
.sidenav ul .sidenav-item:not(:last-child) {
  margin-bottom: 16px;
}
.sidenav ul .sidenav-item a {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.25;
}
.sidenav ul .sidenav-item a.current {
  color: #003f5f;
}
.sidenav span {
  color: #999999;
}
.sidenav .events-side-nav {
  margin-top: 22px;
}
.sidenav .events-side-nav .section {
  font-weight: bold;
}
.sidenav .sidenav-wrapper {
  width: 25%;
  padding-right: 24px;
  position: absolute;
}
@media (max-width: 1240px) {
  .sidenav .sidenav-wrapper {
    position: static;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .sidenav .sidenav-wrapper {
    position: relative;
  }
}

.sidenav-dropdown .breadcrumbs {
  font-size: 18px;
  color: #2D2D2D;
  font-weight: bold;
  margin-right: 24px;
  margin-bottom: 0;
  pointer-events: none;
}
@media (min-width: 1240px) {
  .sidenav-dropdown .breadcrumbs {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 28px;
    pointer-events: auto;
  }
}
@media (min-width: 960px) {
  .sidenav-dropdown .breadcrumbs {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .sidenav-dropdown .breadcrumbs {
    padding-bottom: 0;
  }
}
.sidenav-dropdown .breadcrumbs a {
  color: #2D2D2D;
}
@media (min-width: 1240px) {
  .sidenav-dropdown .breadcrumbs a {
    color: #999999;
  }
}

.sidenav-open ul {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  margin-top: 24px;
}
.sidenav-open .breadcrumbs .sidenav-img {
  transform: rotate(180deg);
}

.sidenav-closed ul {
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
}

.sidenav-no-dropdown {
  font-size: 18px;
  color: #2D2D2D;
  font-weight: bold;
  margin-right: 24px;
  margin-bottom: 0;
}
@media (min-width: 1240px) {
  .sidenav-no-dropdown {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 28px;
    pointer-events: auto;
  }
}
@media (min-width: 960px) {
  .sidenav-no-dropdown {
    margin-right: 0;
  }
}

.search-holder {
  background: #ececec;
}
.search-holder .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 3em;
  padding-bottom: 2em;
}
.search-holder em {
  font-style: normal;
}
.search-holder .inpage-search {
  width: 80%;
}
@media (max-width: 560px) {
  .search-holder .inpage-search {
    width: 100%;
  }
}
.search-holder .inpage-search input.text {
  width: 100%;
}
.search-holder .inpage-search .header-search-submit {
  display: block;
}
.search-holder .inpage-search .header-search {
  width: auto;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 14px;
}
.search-holder .inpage-search input.text {
  max-width: 100%;
}
.search-results .searchResultHeader em {
  font-style: normal;
}
.search-results .results-summary em {
  background-color: #ff0;
  font-style: normal;
}
.results-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 56px;
}
.results-list ul li {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 16px;
}
.results-list ul h4 a {
  color: #000;
}
.results-list ul .result-type {
  color: #595959;
  font-size: 14px;
  margin-bottom: 16px;
}
.results-list .results-found {
  text-align: right;
}
@media (max-width: 960px) {
  .results-list .results-found {
    text-align: left;
  }
}
.results-list .results-pagination {
  text-align: center;
  font-size: 14px;
}
.results-list .results-pagination .active a {
  color: #fff;
}
.results-list .results-pagination a {
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #666666;
  text-align: center;
}
.results-list .results-pagination .active {
  background-color: #0F7DB8;
  border-radius: 50%;
  color: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
.results-list .results-pagination .next img,
.results-list .results-pagination .prev img {
  width: 13px;
  margin-top: 16px;
}
.results-list .results-pagination .next img {
  transform: rotate(-90deg);
  margin-left: 10px;
}
.results-list .results-pagination .prev img {
  transform: rotate(90deg);
}

.ElementResource {
  margin-top: 24px;
  margin-bottom: 3rem;
}
.ElementResource .resource-item {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  border-left: 4px solid #16c7bb;
  position: relative;
  padding: 8px 0;
  transition: all 0.25s ease-in-out;
}
.ElementResource .resource-item h5 {
  margin-bottom: 0;
  margin-top: 4px;
}
.ElementResource .resource-item p {
  color: #999999;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.ElementResource .resource-holder {
  position: relative;
  padding-left: 64px;
  padding-right: 20px;
}

.file-type .resource-item:before {
  content: "";
  background-image: url("/_resources/themes/cic/dist/images/document-logo.png");
  background-position: center;
  background-size: 36px;
  width: 38px;
  height: 46px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  transform: translateY(25%);
}
.file-type-pdf .resource-item:before {
  background-image: url("/_resources/themes/cic/dist/images/pdf-logo.png");
}
.file-type-jpg .resource-item:before, .file-type-png .resource-item:before, .file-type-jpeg .resource-item:before, .file-type-jif .resource-item:before {
  background-image: url("/_resources/themes/cic/dist/images/image-logo.png");
}

.download-resource {
  position: relative;
  transition: all 0.25s ease-in-out;
}
.download-resource:hover {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.download-resource:hover .resource-item {
  transition: all 0.25s ease-in-out;
  border-left-color: #003f5f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.CICLandingPage article, .CICServicePage article {
  height: 100%;
  min-height: 450px;
  max-height: 480px;
  margin-top: 40px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 560px) {
  .CICLandingPage article, .CICServicePage article {
    min-height: 0;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.CICLandingPage article h3, .CICServicePage article h3 {
  font-weight: normal;
  font-size: 21px;
  font-weight: normal;
  min-height: 62px;
  width: 70%;
  margin-top: 26px;
}
@media (max-width: 560px) {
  .CICLandingPage article h3, .CICServicePage article h3 {
    min-height: 0;
  }
}
.CICLandingPage article h3:hover, .CICServicePage article h3:hover {
  text-decoration: underline;
  text-decoration-color: #000;
}
.CICLandingPage article img, .CICServicePage article img {
  max-height: 145px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.CICLandingPage article p, .CICServicePage article p {
  color: #0F7DB8;
}
.CICLandingPage .item-content, .CICServicePage .item-content {
  min-height: 56px;
}
@media (max-width: 560px) {
  .CICLandingPage .item-content, .CICServicePage .item-content {
    position: relative;
  }
}
.CICLandingPage .item-content p, .CICServicePage .item-content p {
  color: #000;
}
.CICLandingPage .item-count, .CICServicePage .item-count {
  position: absolute;
  top: 89%;
}
@media (max-width: 767px) {
  .CICLandingPage .item-count, .CICServicePage .item-count {
    top: 95%;
  }
}
@media (max-width: 560px) {
  .CICLandingPage .item-count, .CICServicePage .item-count {
    position: relative;
    top: 0;
  }
}

.service-holder-banner img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 40px;
}

.CICServiceHolderPage a {
  text-decoration: none;
}
.CICServiceHolderPage a:hover {
  text-decoration: none;
}
.CICServiceHolderPage a:hover .service-item {
  border-color: #003f5f;
  transition: border-color 0.25s ease-in-out;
}
.CICServiceHolderPage a:hover p {
  text-decoration: none;
}
.CICServiceHolderPage a .service-item {
  border-left: 4px solid;
  border-color: #009687;
  transition: border-color 0.25s ease-in-out;
  margin-bottom: 2rem;
}
@media (max-width: 560px) {
  .CICServiceHolderPage a .service-item {
    margin-bottom: 1.5rem;
  }
}
.CICServiceHolderPage a .service-item p {
  margin-top: 0;
  text-decoration: none;
  color: #2d2d2d;
}
.CICServiceHolderPage a .service-item p:hover {
  text-decoration: none;
}

.CICServicePage article {
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
}
.CICServicePage article h3 {
  min-height: 0;
  margin-top: 16px;
}
.CICServicePage .service-abstract {
  font-size: 21px;
}

.footer {
  background: #003f5f;
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
@media (max-width: 960px) {
  .footer {
    margin-top: 56px;
  }
}
@media (max-width: 960px) {
  .footer .footer-main {
    margin-top: 24px;
    text-align: center;
  }
}
.footer .footer-main h4 {
  color: #fff;
  font-weight: normal;
}
@media (max-width: 960px) {
  .footer .footer-main h4 {
    margin-top: 16px;
    cursor: pointer;
    display: inline-block;
  }
}
.footer .footer-main p, .footer .footer-main a {
  color: #a2becc;
}
.footer .footer-main .open {
  display: block;
}
.footer .footer-main .closed {
  display: block;
}
@media (max-width: 960px) {
  .footer .footer-main .closed {
    display: none;
  }
}
.footer .footer-contact {
  margin-bottom: 86px;
}
@media (max-width: 960px) {
  .footer .footer-contact {
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer .footer-contact h3 {
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-top: 86px;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .footer .footer-contact h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.footer .footer-contact img {
  min-width: 46px;
  height: 52px;
  margin-right: 20px;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
@media (max-width: 960px) {
  .footer .footer-contact img {
    display: none;
  }
}
.footer .footer-contact a {
  color: #fff;
  display: flex;
}
.footer .footer-contact a:hover img {
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}
.footer .footer-contact a:hover span {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .footer .footer-contact p {
    font-size: 18px;
  }
}
.footer .footer-contact .footer-location {
  margin-right: 10px;
  width: 52px;
}
.footer .footer-privacy {
  color: #fff;
  display: flex;
  padding-bottom: 26px;
  padding-top: 118px;
  position: relative;
}
@media (max-width: 960px) {
  .footer .footer-privacy {
    padding-top: 40px;
    padding-bottom: 32px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.footer .footer-privacy p {
  font-size: 14px;
}
.footer .footer-privacy .copyright {
  margin-right: 54px;
}
@media (max-width: 960px) {
  .footer .footer-privacy .copyright {
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .footer .footer-privacy .copyright span {
    display: flex;
  }
}
.footer .footer-privacy .privacy-items {
  margin-right: 20px;
}
@media (max-width: 960px) {
  .footer .footer-privacy .privacy-items {
    margin-right: 0;
  }
}
.footer .footer-privacy a {
  color: #fff;
  font-size: 14px;
}
.footer .footer-privacy a img {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.footer .footer-privacy a:hover img {
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}
.footer .footer-privacy .govt-logo {
  position: absolute;
  right: 0;
  margin-top: -6px;
}
@media (max-width: 960px) {
  .footer .footer-privacy .govt-logo {
    position: relative;
    margin-top: 56px;
    margin-bottom: 40px;
  }
}
.footer .footer-privacy .govt-logo img {
  height: 28px;
}
.footer .dropdown-field p a:hover {
  color: #fff;
}

.phone-span {
  display: inline-block;
}
@media (max-width: 960px) {
  .phone-span {
    margin-left: 12px;
  }
}

/*  IE 10 + 11 fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer .footer-privacy .govt-logo img {
    width: 275px;
  }
}
.video-column .sr-only {
  display: none;
}
.video-column .video-container {
  height: 100%;
}

.video-full {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #000;
  margin-bottom: 16px;
}
.video-full .video-thumbnail {
  position: relative;
  cursor: pointer;
  height: 100%;
}
.video-full .video-thumbnail:hover .video-button {
  background: #E60000;
}
.video-full .video-thumbnail:hover .video-button:after {
  border-left: 18px solid #ffffff !important;
}
.video-full .video-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 65px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 5px;
}
.video-full .video-button:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.video-full .video-button:after {
  border-left: 18px solid #fff !important;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 11px;
  left: 14px;
  border-right: 0 solid transparent;
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
  transform: translateX(60%);
}
.video-full .video-button .play-button {
  margin-bottom: 0;
}
.video-full .video-button .play-button:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.video-full .hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.video-full .media {
  margin-top: 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.video-full .media iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.video-full img {
  width: 100%;
  position: relative;
  object-fit: cover;
  display: block;
}

.ElementVideo {
  margin-bottom: 2rem;
}

.ElementVideo + .ElementContent, .ElementImage + .ElementContent {
  margin-top: 48px;
}

.CICResourcePage {
  /*  IE 10 + 11 fixes */
}
.CICResourcePage .search-holder {
  height: 100%;
}
.CICResourcePage .search-resources {
  background: #ececec;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.CICResourcePage .search-resources .cic-site-search {
  padding: 4px 8px 8px 8px;
  background: url("/_resources/themes/cic/dist/images/icon-search-black.svg");
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  position: absolute;
  right: 42px;
  top: 55%;
  padding-top: 8px;
  z-index: 1;
}
.CICResourcePage .search-resources .cic-site-filter {
  border-radius: 2px;
  background-color: #009687;
  border: 1px solid #009687;
  padding: 16px 30px;
  width: 150px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin-top: 16px;
  transition: all 0.25s ease-in-out;
}
.CICResourcePage .search-resources .cic-site-filter:hover {
  transition: all 0.25s ease-in-out;
  background-color: #06635A;
  border-color: #06635A;
  cursor: pointer;
}
@media (max-width: 1240px) {
  .CICResourcePage .search-resources .cic-site-filter {
    margin-top: 0;
  }
}
.CICResourcePage .search-resources .cic-site-search {
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.CICResourcePage .search-resources .cic-site-search:hover {
  transition: all 0.25s ease-in-out;
  opacity: 0.7;
  cursor: pointer;
}
.CICResourcePage .resource-seach {
  margin: 16px 0;
  font-size: 16px;
  display: block;
  padding-left: 16px;
  width: 100%;
  height: 52px;
  border: 1px solid #E7E7E7;
  border-radius: 2px;
  box-shadow: none;
}
.CICResourcePage .resource-search-result a {
  color: #0F7DB8;
}
.CICResourcePage .resource-search-result a:hover {
  text-decoration: underline;
}
@media (max-width: 1240px) {
  .CICResourcePage .content-icon {
    width: 10%;
  }
}
@media (max-width: 1240px) {
  .CICResourcePage .content-result {
    width: 90%;
  }
}
.CICResourcePage .content-result .download-resource:hover {
  text-decoration-color: #000;
}
.CICResourcePage .content-result .download-resource h4:hover {
  text-decoration-color: #000;
}
.CICResourcePage fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.CICResourcePage .sort-option {
  margin-left: 8px;
  color: #0F7DB8;
}
.CICResourcePage .sort-option-current {
  font-weight: bold;
}
.CICResourcePage .file-type:before {
  content: "";
  background-image: url("/_resources/themes/cic/dist/images/document-logo.png");
  background-position: center;
  background-size: 36px;
  width: 38px;
  height: 46px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
}
.CICResourcePage .file-type-pdf:before {
  background-image: url("/_resources/themes/cic/dist/images/pdf-logo.png");
}
.CICResourcePage .file-type-jpg:before, .CICResourcePage .file-type-png:before, .CICResourcePage .file-type-jpeg:before, .CICResourcePage .file-type-jif:before {
  background-image: url("/_resources/themes/cic/dist/images/image-logo.png");
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .CICResourcePage .search-holder {
    height: 325px;
  }
}
@-moz-document url-prefix() {
  .CICResourcePage .search-holder {
    height: 325px;
  }
}

.social {
  padding-top: 24px;
}
.header .social {
  display: none;
}
@media (min-width: 1240px) {
  .header .social {
    display: block;
    text-align: right;
  }
}
.social .fa-facebook-official {
  font-size: 24px;
}
@media (min-width: 961px) {
  .footer-main .social {
    position: absolute;
    bottom: 0;
    right: 15px;
  }
}

@media print {
  .homepage-blocks {
    display: none !important;
  }

  .share-buttons {
    display: none;
  }

  .banner-widgets {
    display: none !important;
  }

  .header-logo {
    padding: 4px 14px !important;
    display: block !important;
    -webkit-print-color-adjust: exact !important;
    filter: grayscale(100%) !important;
  }

  a:after {
    display: none !important;
  }

  .header-search-container {
    display: none !important;
  }

  .col-content-gutter {
    display: none !important;
  }

  .breadcrumbs {
    display: none !important;
  }

  .footer-privacy {
    justify-content: center !important;
  }

  .dropdown-field p .link {
    display: block !important;
  }

  .hero-image {
    min-height: 200px !important;
  }
  .hero-image .bg-img {
    display: none !important;
  }
  .hero-image img {
    display: none !important;
  }

  *,
*:before,
*:after,
p:first-letter,
blockquote:first-letter,
li:first-letter,
p:first-line,
blockquote:first-line,
li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: 1cm;
  }
  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
    position: relative;
    width: auto;
    height: auto;
    vertical-align: baseline;
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="/"]:after,
a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .dn-print {
    display: none !important;
  }

  .db-print {
    display: block !important;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img,
blockquote,
.step {
    page-break-inside: avoid;
  }

  .jump-wrapper,
nav,
.site-banner .icon,
a[role=button],
.banner-holder,
#jumplinks {
    display: none !important;
  }

  iframe,
figure {
    display: none;
  }

  .featured-links {
    width: 100%;
    float: none;
    display: block;
    page-break-inside: avoid;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: 300px !important;
  }
  .featured-links img {
    max-height: 250px !important;
    max-width: 250px !important;
  }
  .featured-links a {
    display: block;
  }

  .featured-events {
    width: 100%;
    float: none;
    display: block;
    page-break-inside: avoid;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: 300px !important;
  }
  .featured-events img {
    max-height: 250px !important;
    max-width: 250px !important;
  }
  .featured-events a {
    display: block;
  }

  .content,
.sidebar {
    float: none !important;
    width: 100%;
  }

  .content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
