/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('/content/themes/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/content/themes/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/content/themes/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/content/themes/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/content/themes/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/content/themes/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.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;
}
.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;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-commenpt-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
@font-face {
  font-family: 'api';
  src: url('fonts/api.eot?ndl150');
  src: url('fonts/api.eot?ndl150#iefix') format('embedded-opentype'), url('fonts/api.ttf?ndl150') format('truetype'), url('fonts/api.woff?ndl150') format('woff'), url('fonts/api.svg?ndl150#api') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="api-icon-"]:before,
[class*=" api-icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'api' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.api-icon-announcements:before {
  content: "\e900";
}
.api-icon-announcements-o:before {
  content: "\e901";
}
.api-icon-careers:before {
  content: "\e902";
}
.api-icon-careers-o:before {
  content: "\e903";
}
.api-icon-commercial:before {
  content: "\e904";
}
.api-icon-commercial-o:before {
  content: "\e905";
}
.api-icon-communications:before {
  content: "\e906";
}
.api-icon-communications-o:before {
  content: "\e907";
}
.api-icon-documents:before {
  content: "\e908";
}
.api-icon-documents-o:before {
  content: "\e909";
}
.api-icon-download:before {
  content: "\e90a";
}
.api-icon-download-o:before {
  content: "\e90b";
}
.api-icon-emi:before {
  content: "\e90c";
}
.api-icon-electromagnetic:before {
  content: "\e90c";
}
.api-icon-emi-o:before {
  content: "\e90d";
}
.api-icon-electromagnetic-o:before {
  content: "\e90d";
}
.api-icon-events:before {
  content: "\e90e";
}
.api-icon-calendar:before {
  content: "\e90e";
}
.api-icon-events-o:before {
  content: "\e90f";
}
.api-icon-calendar-o:before {
  content: "\e90f";
}
.api-icon-industrial:before {
  content: "\e910";
}
.api-icon-industrial-o:before {
  content: "\e911";
}
.api-icon-leadership:before {
  content: "\e912";
}
.api-icon-leadership-o:before {
  content: "\e913";
}
.api-icon-locations:before {
  content: "\e914";
}
.api-icon-locations-o:before {
  content: "\e915";
}
.api-icon-manufacturing:before {
  content: "\e916";
}
.api-icon-manufacturing-o:before {
  content: "\e917";
}
.api-icon-medical:before {
  content: "\e918";
}
.api-icon-medical-o:before {
  content: "\e919";
}
.api-icon-military:before {
  content: "\e91a";
}
.api-icon-military-o:before {
  content: "\e91b";
}
.api-icon-news:before {
  content: "\e91c";
}
.api-icon-news-o:before {
  content: "\e91d";
}
.api-icon-qa:before {
  content: "\e91e";
}
.api-icon-qa-o:before {
  content: "\e91f";
}
.api-icon-rf:before {
  content: "\e920";
}
.api-icon-radiofrequency:before {
  content: "\e920";
}
.api-icon-rf-o:before {
  content: "\e921";
}
.api-icon-radiofrequency-o:before {
  content: "\e921";
}
.api-icon-shield:before {
  content: "\e922";
}
.api-icon-secure:before {
  content: "\e922";
}
.api-icon-shield-o:before {
  content: "\e923";
}
.api-icon-secure-o:before {
  content: "\e923";
}
.api-icon-space:before {
  content: "\e924";
}
.api-icon-space-o:before {
  content: "\e925";
}
.api-icon-structure:before {
  content: "\e926";
}
.api-icon-structure-o:before {
  content: "\e927";
}
.api-icon-benefits:before {
  content: "\e928";
}
.api-icon-benefits-o:before {
  content: "\e929";
}
.api-icon-critical:before {
  content: "\e92a";
}
.api-icon-critical-o:before {
  content: "\e92b";
}
.api-icon-diversity:before {
  content: "\e92c";
}
.api-icon-diversity-o:before {
  content: "\e92d";
}
.api-icon-global:before {
  content: "\e92e";
}
.api-icon-global-o:before {
  content: "\e92f";
}
.api-icon-growth:before {
  content: "\e930";
}
.api-icon-growth-o:before {
  content: "\e931";
}
.api-icon-impact:before {
  content: "\e932";
}
.api-icon-impact-o:before {
  content: "\e933";
}
.api-icon-veteran:before {
  content: "\e934";
}
.api-icon-veteran-o:before {
  content: "\e935";
}
.api-icon-volunteer:before {
  content: "\e936";
}
.api-icon-volunteer-o:before {
  content: "\e937";
}
.api-icon-power:before {
  content: '';
  background-image: url('https://assets.spectrumcontrol.com/images/power_icon_200.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0.22em;
  height: 1em;
  width: 1em;
}
.api-icon-power-o:before {
  content: '';
  background-image: url('https://assets.spectrumcontrol.com/images/power_icon_circle_200.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0.22em;
  height: 1em;
  width: 1em;
}
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.field-label {
  display: block;
  padding-left: 0.25em;
  font-weight: bold;
}
.field-label .note {
  padding-left: 0.25em;
  font-weight: normal;
  font-size: 0.92em;
  color: #999999;
}
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=time],
input[type=url],
select,
textarea {
  display: inline-block;
  padding: 0.33em;
  box-sizing: border-box;
  background-color: white;
  color: #3b393a;
  font-size: 1em;
  height: 2.167em;
  border: 1px solid #3b393a;
}
input[type=text].invalid,
input[type=number].invalid,
input[type=email].invalid,
input[type=password].invalid,
input[type=search].invalid,
input[type=tel].invalid,
input[type=date].invalid,
input[type=datetime].invalid,
input[type=time].invalid,
input[type=url].invalid,
select.invalid,
textarea.invalid {
  border: 1px solid #c70000 !important;
}
input[type=text][disabled],
input[type=number][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=time][disabled],
input[type=url][disabled],
select[disabled],
textarea[disabled],
input[type=text][readonly],
input[type=number][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=search][readonly],
input[type=tel][readonly],
input[type=date][readonly],
input[type=datetime][readonly],
input[type=time][readonly],
input[type=url][readonly],
select[readonly],
textarea[readonly] {
  border: 1px solid #676767;
  background-color: #eaeaea;
}
input[type=number].no-spinner {
  -moz-appearance: textfield;
}
input[type=number].no-spinner::-webkit-inner-spin-button,
input[type=number].no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  resize: vertical;
}
.default-button,
a.default-button {
  display: inline-block;
  padding: 0.33em 1em;
  height: 2.167em;
  box-sizing: border-box;
  background-color: #005c8f;
  color: white !important;
  border: none;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0;
  vertical-align: bottom;
}
.default-button.fa,
a.default-button.fa {
  font-size: 1.25em;
  height: 1.7336em;
  padding: 0.4em 0 0.128em 0;
  width: 1.75em;
  text-align: center;
}
.border-button,
a.border-button {
  display: inline-block;
  padding: 0.33em 1em;
  height: 2.167em;
  box-sizing: border-box;
  background-color: #005c8f;
  color: #ffffff !important;
  border: none;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0;
  vertical-align: bottom;
  background-color: white;
  color: #005c8f !important;
  border: 2px solid #005c8f;
}
.border-button.fa,
a.border-button.fa {
  font-size: 1.25em;
  height: 1.7336em;
  padding: 0.4em 0 0.128em 0;
  width: 1.75em;
  text-align: center;
}
.soft-button,
a.soft-button {
  display: inline-block;
  padding: 0.33em 1em;
  height: 2.167em;
  box-sizing: border-box;
  background-color: #005c8f;
  color: #ffffff !important;
  border: none;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0;
  vertical-align: bottom;
  background-color: #b1b1b1;
  color: white !important;
}
.soft-button.fa,
a.soft-button.fa {
  font-size: 1.25em;
  height: 1.7336em;
  padding: 0.4em 0 0.128em 0;
  width: 1.75em;
  text-align: center;
}
.green-button,
a.green-button {
  display: inline-block;
  padding: 0.33em 1em;
  height: 2.167em;
  box-sizing: border-box;
  background-color: #005c8f;
  color: #ffffff !important;
  border: none;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0;
  vertical-align: bottom;
  background-color: #09b596;
  color: white !important;
}
.green-button.fa,
a.green-button.fa {
  font-size: 1.25em;
  height: 1.7336em;
  padding: 0.4em 0 0.128em 0;
  width: 1.75em;
  text-align: center;
}
.red-button,
a.red-button {
  display: inline-block;
  padding: 0.33em 1em;
  height: 2.167em;
  box-sizing: border-box;
  background-color: #005c8f;
  color: #ffffff !important;
  border: none;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0;
  vertical-align: bottom;
  background-color: #c70000;
  color: white !important;
}
.red-button.fa,
a.red-button.fa {
  font-size: 1.25em;
  height: 1.7336em;
  padding: 0.4em 0 0.128em 0;
  width: 1.75em;
  text-align: center;
}
.gray-button,
a.gray-button {
  display: inline-block;
  padding: 0.33em 1em;
  height: 2.167em;
  box-sizing: border-box;
  background-color: #005c8f;
  color: #ffffff !important;
  border: none;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0;
  vertical-align: bottom;
  background-color: #999999;
  color: white !important;
}
.gray-button.fa,
a.gray-button.fa {
  font-size: 1.25em;
  height: 1.7336em;
  padding: 0.4em 0 0.128em 0;
  width: 1.75em;
  text-align: center;
}
.light-gray-button,
a.light-gray-button {
  display: inline-block;
  padding: 0.33em 1em;
  height: 2.167em;
  box-sizing: border-box;
  background-color: #005c8f;
  color: #ffffff !important;
  border: none;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0;
  vertical-align: bottom;
  background-color: #b1b1b1;
  color: #3b393a !important;
}
.light-gray-button.fa,
a.light-gray-button.fa {
  font-size: 1.25em;
  height: 1.7336em;
  padding: 0.4em 0 0.128em 0;
  width: 1.75em;
  text-align: center;
}
.clear-button,
a.clear-button {
  display: inline;
  padding: 0;
  background-color: transparent;
  color: inherit !important;
  border: none;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
}
.note-item {
  margin: 0.5em;
  padding: 0.5em 1em;
  background: #f0f0f0;
}
.note-item .note-submitted {
  border-bottom: 2px solid #d1d1d1;
  padding: 0.25em 0;
  font-size: 0.92em;
  font-style: italic;
  text-align: right;
}
.note-item .note-note {
  padding: 0.5em 0em;
}
.note-item .note-from {
  border-top: 2px solid #d1d1d1;
  padding: 0.25em 0;
  text-align: right;
}
.validator {
  display: none;
  background-color: white;
  color: #c70000;
  border: 1px solid #c70000;
  padding: 0.25em 0.5em;
  position: absolute;
  right: -0.5em;
  max-width: 90%;
  top: calc(100% - 1.25em);
  z-index: 15;
}
.validator.invalid {
  display: block;
}
.checkvalidator {
  display: block !important;
  background-color: transparent;
  color: #3b393a;
  border: none;
  padding: 0.25em 0.5em;
  position: static;
  position: relative;
  right: initial;
  max-width: none;
  top: initial;
  z-index: initial;
  width: auto;
  padding-left: 2em;
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkvalidator:before {
  content: "\f096";
}
.checkvalidator .invalid {
  display: block;
  max-width: none;
}
.checkvalidator.valid:before {
  content: "\f046";
}
.checkvalidator:before {
  position: absolute;
  left: 0.5em;
  top: 0.33em;
  color: #10838c;
  margin-right: 1em;
}
.matchvalidator {
  display: block !important;
  background-color: transparent;
  color: #3b393a;
  border: none;
  padding: 0.25em 0.5em;
  position: static;
  position: relative;
  right: initial;
  max-width: none;
  top: initial;
  z-index: initial;
  width: auto;
  padding-left: 2em;
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.matchvalidator .invalid {
  display: block;
  max-width: none;
}
.matchvalidator.valid:before {
  content: "\f00c";
}
.matchvalidator:before {
  color: #10838c;
}
.error {
  color: #c70000;
}
.tooltip {
  display: none;
}
:hover > .tooltip,
td:hover > div > .tooltip {
  display: block;
  background-color: white;
  border: 1px solid #565656;
  padding: 0.25em 0.5em;
  position: absolute;
  z-index: 999;
}
table.grid {
  padding: 0;
  border-spacing: 0;
}
table.grid thead td {
  text-align: center;
  font-weight: bold;
  background-color: #b1b1b1;
  color: #3b393a;
  padding: 0.5em 1em;
  white-space: nowrap;
}
table.grid th {
  text-align: center;
  font-weight: bold;
  background-color: #868686;
  color: white;
  padding: 0.5em 1em;
  white-space: nowrap;
}
table.grid td {
  padding: 0.5em 0.75em;
  border: 1px solid #565656;
  text-wrap: avoid;
  white-space: nowrap;
}
[auto-complete] {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
.ac-drop {
  position: absolute !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #b1b1b1;
  z-index: 99;
  overflow-y: auto;
  max-height: 60vh;
}
.ac-drop .ac-item {
  margin: 0 !important;
  padding: 0.25em;
  background-color: white;
  display: block;
  cursor: default;
}
.ac-drop .ac-item:nth-child(2n+1) {
  background-color: #f0f0f0;
}
.ac-drop .ac-item.selected {
  background-color: #bdf6eb;
}
label.box-select input[type=radio],
label.box-select input[type=checkbox] {
  display: none;
}
label.box-select span {
  display: inline-block;
  padding: 0.33em;
  border: 1px solid #b1b1b1;
  color: #b1b1b1;
  margin-left: 0.25em;
  margin-bottom: 0.25em;
}
label.box-select input[type=radio]:checked ~ span,
label.box-select input[type=checkbox]:checked ~ span {
  background-color: #005c8f;
  color: white;
}
.panel {
  margin: 2em auto;
  padding: 1em;
  position: relative;
  box-sizing: border-box;
}
.panel.none {
  display: none;
}
.panel.sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.panel.eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.panel.sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.panel.three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.panel.quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.panel.five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.panel.third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.panel.three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.panel.seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.panel.half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.panel.nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.panel.five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.panel.two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.panel.eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.panel.three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.panel.thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.panel.five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.panel.seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.panel.fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.panel.full {
  display: block;
  width: 100%;
}
.panel h2 {
  padding: 0.5em 1em;
  margin: 0;
  font-size: 1.5em;
}
.tablet .panel {
  position: relative;
  box-sizing: border-box;
}
.tablet .panel.tablet-none {
  display: none;
}
.tablet .panel.tablet-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.tablet .panel.tablet-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.tablet .panel.tablet-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.tablet .panel.tablet-three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.tablet .panel.tablet-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.tablet .panel.tablet-five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.tablet .panel.tablet-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.tablet .panel.tablet-three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.tablet .panel.tablet-seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.tablet .panel.tablet-half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.tablet .panel.tablet-nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.tablet .panel.tablet-five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.tablet .panel.tablet-two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.tablet .panel.tablet-eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.tablet .panel.tablet-three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.tablet .panel.tablet-thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.tablet .panel.tablet-five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.tablet .panel.tablet-seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.tablet .panel.tablet-fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.tablet .panel.tablet-full {
  display: block;
  width: 100%;
}
.mobile .panel {
  position: relative;
  box-sizing: border-box;
  padding: 0.5em;
  margin: 0;
  border: none;
}
.mobile .panel.mobile-none {
  display: none;
}
.mobile .panel.mobile-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.mobile .panel.mobile-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.mobile .panel.mobile-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.mobile .panel.mobile-three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.mobile .panel.mobile-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.mobile .panel.mobile-five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.mobile .panel.mobile-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.mobile .panel.mobile-three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.mobile .panel.mobile-seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.mobile .panel.mobile-half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.mobile .panel.mobile-nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.mobile .panel.mobile-five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.mobile .panel.mobile-two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.mobile .panel.mobile-eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.mobile .panel.mobile-three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.mobile .panel.mobile-thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.mobile .panel.mobile-five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.mobile .panel.mobile-seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.mobile .panel.mobile-fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.mobile .panel.mobile-full {
  display: block;
  width: 100%;
}
/*
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), 
        url('fonts/OpenSans-Regular-webfont.woff') format('woff'), 
        url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), 
        url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

* {
  font-family: 'Open Sans', sans-serif;
}
p {
  padding: 0;
  margin: 0;
  padding-bottom: 0.5em;
}
body {
  padding: 0;
  margin: 0;
}
a:link,
a:active,
a:visited {
  color: #3b393a;
}
.page-head {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 14;
}
.page-head .logo-link {
  float: left;
  margin-top: 2.5em;
  margin-left: 1.5em;
}
.page-head .logo-link img {
  max-height: 70px;
}
.page-head .nav {
  float: right;
  margin-top: 3.5em;
}
.page-head .nav .menu-root {
  display: none;
}
.page-head .nav .search-root {
  display: none;
}
.page-head .nav .search-area {
  display: inline-block;
  padding-right: 1em;
}
.page-head .nav .search-area > .search-box {
  margin: 0px;
  padding: 5px;
  width: 100%;
  height: 31px;
  border: 1px solid #848f95;
  width: 152px;
  margin-left: 0.75em;
  border-radius: 3px;
  font-weight: 700;
  line-height: 31px;
  color: #848f95;
  font-size: 10px;
  text-align: left;
  outline: none;
  text-align: center;
  font-weight: normal;
}
.page-head .nav ul.site-nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-head .nav ul.site-nav > li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.page-head .nav ul.site-nav > li > .menu-title > a {
  color: #848f95;
  text-decoration: none;
  font-weight: 700;
  padding: 0.66em 0.86em;
  padding-bottom: 3.166em;
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
  box-sizing: border-box;
}
.page-head .nav ul.site-nav > li > .menu-drop {
  display: none;
  background-color: #f2f6fa;
  padding: 1em;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: 0.5em solid #005c8f;
}
.page-head .nav ul.site-nav > li > .menu-drop > .container > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 1em;
  box-sizing: border-box;
  list-style: none;
}
.page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li > a {
  color: #005c8f;
  font-weight: 700;
  padding: 0.66em 0.75em;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li ul > li {
  padding: 0.125em 0em;
}
.page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li ul > li > a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding: 0.25em;
  margin-left: 1em;
  padding-left: 1.25em;
}
.page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li ul > li > a::before {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 7px;
  height: 7px;
  border: 1px solid #005c8f;
  border-radius: 50%;
  content: "";
}
.page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li ul > li > a:hover {
  text-decoration: underline;
}
.page-head .nav ul.site-nav > li.active > .menu-title > a {
  color: #005c8f;
}
.page-head .nav ul.site-nav > li.active > .menu-drop {
  display: block;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5em;
  color: white;
  text-align: center;
  background-color: #146998;
  padding: 1.25em 0.5em;
  margin: 0;
  display: block;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75em;
}
div.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  max-width: 1260px;
  z-index: 1;
}
.main-body {
  margin-top: 0;
  padding: 0;
  min-height: calc(100vh - 25em);
  z-index: 3 !important;
  padding-top: 1.5em;
}
.page-footer {
  min-height: 5em;
  position: relative;
  padding: 1em 1.33em;
}
.page-footer .footer-links {
  width: calc(100% - 16em);
  font-size: 11px;
  color: #626262;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  flex-flow: row;
  justify-content: space-between;
  display: inline-flex;
  flex-wrap: wrap;
}
.page-footer .footer-links .foot-link {
  color: #626262;
  text-decoration: none;
  white-space: nowrap;
  text-wrap: avoid;
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 0;
}
.page-footer .footer-links a:hover {
  color: #a0a0a0;
  text-decoration: underline;
}
.page-footer .footer-social {
  padding: 0;
  margin: 0;
  display: block;
  float: right;
  margin-top: 0.25em;
  box-sizing: border-box;
  text-align: right;
  width: 13.5em;
  margin-bottom: 2em;
}
.page-footer .footer-social a {
  font-size: 1.5em;
  text-decoration: none;
  color: #626262;
  margin-left: 0.86em;
}
.tablet .page-head .nav,
.mobile .page-head .nav {
  margin-top: 2.5em;
  padding-right: 1.5em;
}
.tablet .page-head .nav .menu-root,
.mobile .page-head .nav .menu-root {
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *display: inline;
  zoom: 1;
  color: #adadad;
  font-size: 2em;
  padding: 0.25em;
  padding-bottom: 1.5em;
  cursor: pointer;
  box-sizing: border-box;
  width: 1.5em;
}
.tablet .page-head .nav .menu-root:before,
.mobile .page-head .nav .menu-root:before {
  content: "\f0c9";
}
.tablet .page-head .nav .menu-root.active,
.mobile .page-head .nav .menu-root.active {
  font-weight: normal;
  color: #005c8f;
}
.tablet .page-head .nav .menu-root.active:before,
.mobile .page-head .nav .menu-root.active:before {
  content: "\f00d";
}
.tablet .page-head .nav .search-root,
.mobile .page-head .nav .search-root {
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *display: inline;
  zoom: 1;
  color: #adadad;
  font-size: 2em;
  padding: 0.25em;
  padding-bottom: 1.5em;
  cursor: pointer;
}
.tablet .page-head .nav .search-root:before,
.mobile .page-head .nav .search-root:before {
  content: "\f002";
}
.tablet .page-head .nav .search-root.active,
.mobile .page-head .nav .search-root.active {
  color: #005c8f;
}
.tablet .page-head .nav ul.site-nav,
.mobile .page-head .nav ul.site-nav {
  position: absolute;
  display: none;
  width: 100%;
  box-sizing: border-box;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 0 1.25em;
  padding-bottom: 1em;
}
.tablet .page-head .nav ul.site-nav > li,
.mobile .page-head .nav ul.site-nav > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.tablet .page-head .nav ul.site-nav > li > .menu-title,
.mobile .page-head .nav ul.site-nav > li > .menu-title {
  padding: 1.5em 0em 1em 0em;
  border-bottom: 1px solid #005c8f;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.tablet .page-head .nav ul.site-nav > li > .menu-title > a,
.mobile .page-head .nav ul.site-nav > li > .menu-title > a {
  color: #005c8f;
  font-size: 1.4em;
  text-decoration: none;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  box-sizing: border-box;
}
.tablet .page-head .nav ul.site-nav > li > .menu-title .menu-anchor,
.mobile .page-head .nav ul.site-nav > li > .menu-title .menu-anchor {
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #005c8f;
  font-size: 2em;
  padding: 0.45em 0.45em 0.5em 3.45em;
  position: absolute;
  right: 0em;
  top: 0.2em;
  font-weight: normal !important;
  cursor: pointer;
}
.tablet .page-head .nav ul.site-nav > li > .menu-title .menu-anchor::before,
.mobile .page-head .nav ul.site-nav > li > .menu-title .menu-anchor::before {
  content: "\f107";
}
.tablet .page-head .nav ul.site-nav > li:not(:first-child),
.mobile .page-head .nav ul.site-nav > li:not(:first-child) {
  margin-top: 0.5em;
}
.tablet .page-head .nav ul.site-nav > li > .menu-drop,
.mobile .page-head .nav ul.site-nav > li > .menu-drop {
  display: none;
  background-color: white;
  padding: 0;
  position: static;
  top: auto;
  left: auto;
  width: auto;
  border-bottom: none;
}
.tablet .page-head .nav ul.site-nav > li > .menu-drop > .container,
.mobile .page-head .nav ul.site-nav > li > .menu-drop > .container {
  width: auto;
  padding: 0;
  margin: 0;
}
.tablet .page-head .nav ul.site-nav > li > .menu-drop > .container > ul,
.mobile .page-head .nav ul.site-nav > li > .menu-drop > .container > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tablet .page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li,
.mobile .page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li {
  display: block;
  vertical-align: top;
  width: auto;
  padding: 0em;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
.tablet .page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li > a,
.mobile .page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li > a {
  color: #a0a0a0;
  font-weight: bolder;
  font-size: 18px;
  padding: 0.7em 0em;
  display: block;
  text-decoration: none;
  text-transform: none;
  border-bottom: 1px solid #d0d2d3;
}
.tablet .page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li ul,
.mobile .page-head .nav ul.site-nav > li > .menu-drop > .container > ul > li ul {
  display: none;
}
.tablet .page-head .nav ul.site-nav > li.active > .menu-title > .menu-anchor::before,
.mobile .page-head .nav ul.site-nav > li.active > .menu-title > .menu-anchor::before {
  content: "\f106";
}
.tablet .page-head .nav ul.site-nav > li.active > .menu-drop,
.mobile .page-head .nav ul.site-nav > li.active > .menu-drop {
  display: block;
}
.tablet .page-head .nav ul.site-nav.active,
.mobile .page-head .nav ul.site-nav.active {
  display: block;
}
.tablet .page-head .nav .search-area,
.mobile .page-head .nav .search-area {
  position: absolute;
  display: none;
  width: 100%;
  box-sizing: border-box;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 1em 1.25em 2em 1.25em;
}
.tablet .page-head .nav .search-area input[type=text],
.mobile .page-head .nav .search-area input[type=text] {
  width: calc(100% - 1em);
}
.tablet .page-head .nav .search-area.active,
.mobile .page-head .nav .search-area.active {
  display: block;
}
.tablet div.container,
.mobile div.container {
  width: auto;
}
.tablet .main-body,
.mobile .main-body {
  padding-left: 1em;
  padding-right: 1em;
}
.tablet .page-footer .footer-links .foot-link,
.mobile .page-footer .footer-links .foot-link {
  min-width: 15em;
}
.mobile .page-footer .footer-links {
  vertical-align: top;
  width: calc(100% - 6em);
  min-width: 0;
}
.mobile .page-footer .footer-social {
  vertical-align: top;
  width: 3em;
  text-align: center;
}
.mobile .page-footer .footer-social a {
  margin-bottom: 0.66em;
}
.pager-page {
  margin-right: 0.5em;
}
.pager-page.active {
  text-decoration: none;
}
ul.dev-info {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 1em;
  border-left: 1px solid #565656;
  border-top: 1px solid #565656;
  z-index: 10;
}
ul.dev-info > li {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
}
ul.dev-info > li > span.handle {
  display: block;
  padding: 0.25em 1.5em;
  background-color: #f0f0f0;
  cursor: pointer;
  border-right: 1px solid #565656;
  position: relative;
}
ul.dev-info > li > div.fly-out {
  text-align: left;
  position: absolute;
  bottom: 100%;
  right: 0;
  min-width: 16em;
  max-width: 40vw;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #565656;
  box-sizing: border-box;
  padding: 0.5em;
  display: none;
  min-height: 30vh;
  max-height: 75vh;
}
ul.dev-info > li > div.fly-out .stats-message {
  background-color: #f0f0f0;
  margin: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.25em;
}
ul.dev-info > li > div.fly-out .stats-message .message-caller {
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.33em;
  padding-left: 2em;
}
ul.dev-info > li > div.fly-out .stats-message .message-caller i {
  margin-left: -1.67em;
  font-weight: normal;
}
ul.dev-info > li > div.fly-out .stats-message .message-body {
  padding: 0.25em;
}
ul.dev-info > li > div.fly-out .stats-message .message-time {
  padding: 0.33em;
  font-size: 0.75em;
  text-align: right;
}
ul.dev-info > li > div.fly-out .request-url {
  font-weight: bold;
  padding: 0.25em;
  border-bottom: 0.25em solid #f0f0f0;
  color: #101e8e;
  margin-bottom: 0.5em;
}
ul.dev-info > li > div.fly-out .request-url:not(:first-child) {
  margin-top: 0.66em;
}
ul.dev-info > li > div.fly-out > ul.time-info,
ul.dev-info > li > div.fly-out > ul.time-spans {
  font-size: 0.86em;
}
ul.dev-info > li > div.fly-out ul.time-info,
ul.dev-info > li > div.fly-out ul.time-spans {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.dev-info > li > div.fly-out ul.time-info li,
ul.dev-info > li > div.fly-out ul.time-spans li {
  padding: 0.25em 0.25em 0 0.25em;
  border-left: 0.25em solid #565656;
  border-bottom: 1px solid #565656;
}
ul.dev-info > li > div.fly-out ul.time-info ul,
ul.dev-info > li > div.fly-out ul.time-spans ul {
  margin-left: -0.25em;
  border-left: 0.5em solid #565656;
  border-top: 1px solid #565656;
}
ul.dev-info > li.active > div.fly-out {
  display: block;
}
ul.dev-info > li.active > span.handle {
  background-color: white;
}
ul.dev-info > li.active > span.handle:before {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  z-index: 10;
  background-color: white;
}
.button-area {
  position: fixed;
  right: 0;
  top: 20em;
  background-color: white;
  z-index: 6;
}
.button-area a.fa {
  text-decoration: none;
  font-size: 2em;
  color: white;
  background-color: #005c8f;
  display: block;
  width: 1.75em;
  height: 1.75em;
  margin: 0.33em 0.5em;
  padding: 0.4em 0.45em;
  box-sizing: border-box;
  border-radius: 0.125em;
}
.sections,
.sub-sections,
.non-masonry {
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: -1px;
}
.sections .section,
.sub-sections .section,
.non-masonry .section {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.sections .section.none,
.sub-sections .section.none,
.non-masonry .section.none {
  display: none;
}
.sections .section.sixteenth,
.sub-sections .section.sixteenth,
.non-masonry .section.sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.sections .section.eighth,
.sub-sections .section.eighth,
.non-masonry .section.eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.sections .section.sixth,
.sub-sections .section.sixth,
.non-masonry .section.sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.sections .section.three-sixteenth,
.sub-sections .section.three-sixteenth,
.non-masonry .section.three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.sections .section.quarter,
.sub-sections .section.quarter,
.non-masonry .section.quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.sections .section.five-sixteenth,
.sub-sections .section.five-sixteenth,
.non-masonry .section.five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.sections .section.third,
.sub-sections .section.third,
.non-masonry .section.third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.sections .section.three-eighth,
.sub-sections .section.three-eighth,
.non-masonry .section.three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.sections .section.seven-sixteenth,
.sub-sections .section.seven-sixteenth,
.non-masonry .section.seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.sections .section.half,
.sub-sections .section.half,
.non-masonry .section.half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.sections .section.nine-sixteenth,
.sub-sections .section.nine-sixteenth,
.non-masonry .section.nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.sections .section.five-eighth,
.sub-sections .section.five-eighth,
.non-masonry .section.five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.sections .section.two-third,
.sub-sections .section.two-third,
.non-masonry .section.two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.sections .section.eleven-sixteenth,
.sub-sections .section.eleven-sixteenth,
.non-masonry .section.eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.sections .section.three-quarter,
.sub-sections .section.three-quarter,
.non-masonry .section.three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.sections .section.thirteen-sixteenth,
.sub-sections .section.thirteen-sixteenth,
.non-masonry .section.thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.sections .section.five-sixth,
.sub-sections .section.five-sixth,
.non-masonry .section.five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.sections .section.seven-eighth,
.sub-sections .section.seven-eighth,
.non-masonry .section.seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.sections .section.fifteen-sixteenth,
.sub-sections .section.fifteen-sixteenth,
.non-masonry .section.fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.sections .section.full,
.sub-sections .section.full,
.non-masonry .section.full {
  display: block;
  width: 100%;
}
.sections .sub-section,
.sub-sections .sub-section,
.non-masonry .sub-section {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.sections .sub-section.none,
.sub-sections .sub-section.none,
.non-masonry .sub-section.none {
  display: none;
}
.sections .sub-section.sixteenth,
.sub-sections .sub-section.sixteenth,
.non-masonry .sub-section.sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.sections .sub-section.eighth,
.sub-sections .sub-section.eighth,
.non-masonry .sub-section.eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.sections .sub-section.sixth,
.sub-sections .sub-section.sixth,
.non-masonry .sub-section.sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.sections .sub-section.three-sixteenth,
.sub-sections .sub-section.three-sixteenth,
.non-masonry .sub-section.three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.sections .sub-section.quarter,
.sub-sections .sub-section.quarter,
.non-masonry .sub-section.quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.sections .sub-section.five-sixteenth,
.sub-sections .sub-section.five-sixteenth,
.non-masonry .sub-section.five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.sections .sub-section.third,
.sub-sections .sub-section.third,
.non-masonry .sub-section.third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.sections .sub-section.three-eighth,
.sub-sections .sub-section.three-eighth,
.non-masonry .sub-section.three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.sections .sub-section.seven-sixteenth,
.sub-sections .sub-section.seven-sixteenth,
.non-masonry .sub-section.seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.sections .sub-section.half,
.sub-sections .sub-section.half,
.non-masonry .sub-section.half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.sections .sub-section.nine-sixteenth,
.sub-sections .sub-section.nine-sixteenth,
.non-masonry .sub-section.nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.sections .sub-section.five-eighth,
.sub-sections .sub-section.five-eighth,
.non-masonry .sub-section.five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.sections .sub-section.two-third,
.sub-sections .sub-section.two-third,
.non-masonry .sub-section.two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.sections .sub-section.eleven-sixteenth,
.sub-sections .sub-section.eleven-sixteenth,
.non-masonry .sub-section.eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.sections .sub-section.three-quarter,
.sub-sections .sub-section.three-quarter,
.non-masonry .sub-section.three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.sections .sub-section.thirteen-sixteenth,
.sub-sections .sub-section.thirteen-sixteenth,
.non-masonry .sub-section.thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.sections .sub-section.five-sixth,
.sub-sections .sub-section.five-sixth,
.non-masonry .sub-section.five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.sections .sub-section.seven-eighth,
.sub-sections .sub-section.seven-eighth,
.non-masonry .sub-section.seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.sections .sub-section.fifteen-sixteenth,
.sub-sections .sub-section.fifteen-sixteenth,
.non-masonry .sub-section.fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.sections .sub-section.full,
.sub-sections .sub-section.full,
.non-masonry .sub-section.full {
  display: block;
  width: 100%;
}
.sections .well,
.sub-sections .well,
.non-masonry .well {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.sections .well.none,
.sub-sections .well.none,
.non-masonry .well.none {
  display: none;
}
.sections .well.sixteenth,
.sub-sections .well.sixteenth,
.non-masonry .well.sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.sections .well.eighth,
.sub-sections .well.eighth,
.non-masonry .well.eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.sections .well.sixth,
.sub-sections .well.sixth,
.non-masonry .well.sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.sections .well.three-sixteenth,
.sub-sections .well.three-sixteenth,
.non-masonry .well.three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.sections .well.quarter,
.sub-sections .well.quarter,
.non-masonry .well.quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.sections .well.five-sixteenth,
.sub-sections .well.five-sixteenth,
.non-masonry .well.five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.sections .well.third,
.sub-sections .well.third,
.non-masonry .well.third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.sections .well.three-eighth,
.sub-sections .well.three-eighth,
.non-masonry .well.three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.sections .well.seven-sixteenth,
.sub-sections .well.seven-sixteenth,
.non-masonry .well.seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.sections .well.half,
.sub-sections .well.half,
.non-masonry .well.half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.sections .well.nine-sixteenth,
.sub-sections .well.nine-sixteenth,
.non-masonry .well.nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.sections .well.five-eighth,
.sub-sections .well.five-eighth,
.non-masonry .well.five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.sections .well.two-third,
.sub-sections .well.two-third,
.non-masonry .well.two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.sections .well.eleven-sixteenth,
.sub-sections .well.eleven-sixteenth,
.non-masonry .well.eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.sections .well.three-quarter,
.sub-sections .well.three-quarter,
.non-masonry .well.three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.sections .well.thirteen-sixteenth,
.sub-sections .well.thirteen-sixteenth,
.non-masonry .well.thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.sections .well.five-sixth,
.sub-sections .well.five-sixth,
.non-masonry .well.five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.sections .well.seven-eighth,
.sub-sections .well.seven-eighth,
.non-masonry .well.seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.sections .well.fifteen-sixteenth,
.sub-sections .well.fifteen-sixteenth,
.non-masonry .well.fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.sections .well.full,
.sub-sections .well.full,
.non-masonry .well.full {
  display: block;
  width: 100%;
}
.sections .section,
.sub-sections .section,
.non-masonry .section,
.sections .sub-section,
.sub-sections .sub-section,
.non-masonry .sub-section {
  border: none;
  padding: 0;
  margin: 0;
  margin-right: -1px;
  vertical-align: top;
  display: inline-block;
}
.sections .section.spacer,
.sub-sections .section.spacer,
.non-masonry .section.spacer,
.sections .sub-section.spacer,
.sub-sections .sub-section.spacer,
.non-masonry .sub-section.spacer {
  width: 2.08333333%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.sections .section .section-title,
.sub-sections .section .section-title,
.non-masonry .section .section-title,
.sections .sub-section .section-title,
.sub-sections .sub-section .section-title,
.non-masonry .sub-section .section-title {
  margin: 0.25em;
  margin-bottom: 0;
  padding: 0.5em 1em 0.25em 1em;
  background-color: white;
  border-bottom: 0.25em solid #146998;
  color: #505070;
  font-weight: bolder;
  font-size: 1.5em;
  position: relative;
}
.sections .section .section-title.sub,
.sub-sections .section .section-title.sub,
.non-masonry .section .section-title.sub,
.sections .sub-section .section-title.sub,
.sub-sections .sub-section .section-title.sub,
.non-masonry .sub-section .section-title.sub {
  background-color: white;
  border-bottom: 0.25em solid #868686;
  color: #505070;
}
.sections .section .section-title.sub2,
.sub-sections .section .section-title.sub2,
.non-masonry .section .section-title.sub2,
.sections .sub-section .section-title.sub2,
.sub-sections .sub-section .section-title.sub2,
.non-masonry .sub-section .section-title.sub2 {
  background-color: #b1b1b1;
  color: #505070;
}
.sections .section .section-body,
.sub-sections .section .section-body,
.non-masonry .section .section-body,
.sections .sub-section .section-body,
.sub-sections .sub-section .section-body,
.non-masonry .sub-section .section-body {
  position: relative;
  margin: 0.4em;
  margin-top: 0;
  padding: 0.25em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: white;
}
.sections .section:not(.has-subs):before,
.sub-sections .section:not(.has-subs):before,
.non-masonry .section:not(.has-subs):before,
.sections .sub-section:not(.has-subs):before,
.sub-sections .sub-section:not(.has-subs):before,
.non-masonry .sub-section:not(.has-subs):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - .25em);
  width: calc(100% - .25em);
}
.sections .section.tabbed-section .section-title > ul,
.sub-sections .section.tabbed-section .section-title > ul,
.non-masonry .section.tabbed-section .section-title > ul,
.sections .sub-section.tabbed-section .section-title > ul,
.sub-sections .sub-section.tabbed-section .section-title > ul,
.non-masonry .sub-section.tabbed-section .section-title > ul {
  font-size: 0.86em;
  display: block;
  list-style: none;
  background-color: transparent;
  padding: 0.25em 0.25em 0 0.25em;
  margin: 0;
  border: none;
  margin-bottom: -0.66em;
}
.sections .section.tabbed-section .section-title > ul > li,
.sub-sections .section.tabbed-section .section-title > ul > li,
.non-masonry .section.tabbed-section .section-title > ul > li,
.sections .sub-section.tabbed-section .section-title > ul > li,
.sub-sections .sub-section.tabbed-section .section-title > ul > li,
.non-masonry .sub-section.tabbed-section .section-title > ul > li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #146998;
  font-weight: bold;
  color: #505070;
  border: 0.33em solid #146998;
  margin: 0;
  margin-right: 0.5em;
  padding: 0.2em 0.66em;
}
.sections .section.tabbed-section .section-title > ul > li.active,
.sub-sections .section.tabbed-section .section-title > ul > li.active,
.non-masonry .section.tabbed-section .section-title > ul > li.active,
.sections .sub-section.tabbed-section .section-title > ul > li.active,
.sub-sections .sub-section.tabbed-section .section-title > ul > li.active,
.non-masonry .sub-section.tabbed-section .section-title > ul > li.active {
  background-color: white;
  border-bottom: 0.33em solid white;
  color: #505070;
}
.sections .section.tabbed-section .section-title.sub > ul > li,
.sub-sections .section.tabbed-section .section-title.sub > ul > li,
.non-masonry .section.tabbed-section .section-title.sub > ul > li,
.sections .sub-section.tabbed-section .section-title.sub > ul > li,
.sub-sections .sub-section.tabbed-section .section-title.sub > ul > li,
.non-masonry .sub-section.tabbed-section .section-title.sub > ul > li {
  background-color: #868686;
  border: 0.25em solid #868686;
}
.sections .section.tabbed-section .section-title.sub > ul > li.active,
.sub-sections .section.tabbed-section .section-title.sub > ul > li.active,
.non-masonry .section.tabbed-section .section-title.sub > ul > li.active,
.sections .sub-section.tabbed-section .section-title.sub > ul > li.active,
.sub-sections .sub-section.tabbed-section .section-title.sub > ul > li.active,
.non-masonry .sub-section.tabbed-section .section-title.sub > ul > li.active {
  background-color: white;
  border-bottom: 0.25em solid white;
}
.sections .section .sub-section .section-title,
.sub-sections .section .sub-section .section-title,
.non-masonry .section .sub-section .section-title,
.sections .sub-section .sub-section .section-title,
.sub-sections .sub-section .sub-section .section-title,
.non-masonry .sub-section .sub-section .section-title {
  border-bottom: 0.25em solid #868686;
}
.sections .well,
.sub-sections .well,
.non-masonry .well {
  border: none;
  padding: 0;
  margin: 0;
  margin-right: -1px;
  vertical-align: top;
  display: inline-block;
}
.sections .well:not(.has-subs):before,
.sub-sections .well:not(.has-subs):before,
.non-masonry .well:not(.has-subs):before {
  content: '';
  display: block;
  position: absolute;
  top: 0.33em;
  left: 0.33em;
  height: calc(100% - .75em);
  width: calc(100% - .75em);
  border: 1px solid #146998;
}
.sections .well .section-title,
.sub-sections .well .section-title,
.non-masonry .well .section-title {
  margin: 0.25em;
  margin-bottom: 0;
  padding: 0.5em 1em 0.25em 1em;
  background-color: transparent;
  border-bottom: 0.25em solid #146998;
  color: #505070;
  font-weight: bolder;
  font-size: 1.5em;
  position: relative;
}
.sections .well .section-body,
.sub-sections .well .section-body,
.non-masonry .well .section-body {
  position: relative;
  margin: 0.4em;
  margin-top: 0;
  padding: 0.25em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: transparent;
}
.tiles {
  position: relative;
  padding: 0;
  margin: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.tiles .tile {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
}
.tiles .tile.h-1:before,
.tiles .tile.h-2:before,
.tiles .tile.h-3:before,
.tiles .tile.h-4:before,
.tiles .tile.h-5:before,
.tiles .tile.h-6:before,
.tiles .tile.h-7:before,
.tiles .tile.h-8:before,
.tiles .tile.h-9:before,
.tiles .tile.h-10:before,
.tiles .tile.h-11:before,
.tiles .tile.h-12:before {
  display: block;
  content: '';
  position: relative;
}
.tiles .tile.w-1.h-1:before {
  padding-top: 100%;
}
.tiles .tile.w-1.h-2:before {
  padding-top: 200%;
}
.tiles .tile.w-1.h-3:before {
  padding-top: 300%;
}
.tiles .tile.w-1.h-4:before {
  padding-top: 400%;
}
.tiles .tile.w-1.h-5:before {
  padding-top: 500%;
}
.tiles .tile.w-1.h-6:before {
  padding-top: 600%;
}
.tiles .tile.w-1.h-7:before {
  padding-top: 700%;
}
.tiles .tile.w-1.h-8:before {
  padding-top: 800%;
}
.tiles .tile.w-1.h-9:before {
  padding-top: 900%;
}
.tiles .tile.w-1.h-10:before {
  padding-top: 1000%;
}
.tiles .tile.w-1.h-11:before {
  padding-top: 1100%;
}
.tiles .tile.w-1.h-12:before {
  padding-top: 1200%;
}
.tiles .tile.w-2.h-1:before {
  padding-top: 50%;
}
.tiles .tile.w-2.h-2:before {
  padding-top: 100%;
}
.tiles .tile.w-2.h-3:before {
  padding-top: 150%;
}
.tiles .tile.w-2.h-4:before {
  padding-top: 200%;
}
.tiles .tile.w-2.h-5:before {
  padding-top: 250%;
}
.tiles .tile.w-2.h-6:before {
  padding-top: 300%;
}
.tiles .tile.w-2.h-7:before {
  padding-top: 350%;
}
.tiles .tile.w-2.h-8:before {
  padding-top: 400%;
}
.tiles .tile.w-2.h-9:before {
  padding-top: 450%;
}
.tiles .tile.w-2.h-10:before {
  padding-top: 500%;
}
.tiles .tile.w-2.h-11:before {
  padding-top: 550%;
}
.tiles .tile.w-2.h-12:before {
  padding-top: 600%;
}
.tiles .tile.w-3.h-1:before {
  padding-top: 33.33%;
}
.tiles .tile.w-3.h-2:before {
  padding-top: 66.67%;
}
.tiles .tile.w-3.h-3:before {
  padding-top: 100%;
}
.tiles .tile.w-3.h-4:before {
  padding-top: 133.33%;
}
.tiles .tile.w-3.h-5:before {
  padding-top: 166.67%;
}
.tiles .tile.w-3.h-6:before {
  padding-top: 200%;
}
.tiles .tile.w-3.h-7:before {
  padding-top: 233.33%;
}
.tiles .tile.w-3.h-8:before {
  padding-top: 266.67%;
}
.tiles .tile.w-3.h-9:before {
  padding-top: 300%;
}
.tiles .tile.w-3.h-10:before {
  padding-top: 333.33%;
}
.tiles .tile.w-3.h-11:before {
  padding-top: 366.67%;
}
.tiles .tile.w-3.h-12:before {
  padding-top: 400%;
}
.tiles .tile.w-4.h-1:before {
  padding-top: 25%;
}
.tiles .tile.w-4.h-2:before {
  padding-top: 50%;
}
.tiles .tile.w-4.h-3:before {
  padding-top: 75%;
}
.tiles .tile.w-4.h-4:before {
  padding-top: 100%;
}
.tiles .tile.w-4.h-5:before {
  padding-top: 125%;
}
.tiles .tile.w-4.h-6:before {
  padding-top: 150%;
}
.tiles .tile.w-4.h-7:before {
  padding-top: 175%;
}
.tiles .tile.w-4.h-8:before {
  padding-top: 200%;
}
.tiles .tile.w-4.h-9:before {
  padding-top: 225%;
}
.tiles .tile.w-4.h-10:before {
  padding-top: 250%;
}
.tiles .tile.w-4.h-11:before {
  padding-top: 275%;
}
.tiles .tile.w-4.h-12:before {
  padding-top: 300%;
}
.tiles .tile.w-5.h-1:before {
  padding-top: 20%;
}
.tiles .tile.w-5.h-2:before {
  padding-top: 40%;
}
.tiles .tile.w-5.h-3:before {
  padding-top: 60%;
}
.tiles .tile.w-5.h-4:before {
  padding-top: 80%;
}
.tiles .tile.w-5.h-5:before {
  padding-top: 100%;
}
.tiles .tile.w-5.h-6:before {
  padding-top: 120%;
}
.tiles .tile.w-5.h-7:before {
  padding-top: 140%;
}
.tiles .tile.w-5.h-8:before {
  padding-top: 160%;
}
.tiles .tile.w-5.h-9:before {
  padding-top: 180%;
}
.tiles .tile.w-5.h-10:before {
  padding-top: 200%;
}
.tiles .tile.w-5.h-11:before {
  padding-top: 220%;
}
.tiles .tile.w-5.h-12:before {
  padding-top: 240%;
}
.tiles .tile.w-6.h-1:before {
  padding-top: 16.67%;
}
.tiles .tile.w-6.h-2:before {
  padding-top: 33.33%;
}
.tiles .tile.w-6.h-3:before {
  padding-top: 50%;
}
.tiles .tile.w-6.h-4:before {
  padding-top: 66.67%;
}
.tiles .tile.w-6.h-5:before {
  padding-top: 83.33%;
}
.tiles .tile.w-6.h-6:before {
  padding-top: 100%;
}
.tiles .tile.w-6.h-7:before {
  padding-top: 116.67%;
}
.tiles .tile.w-6.h-8:before {
  padding-top: 133.33%;
}
.tiles .tile.w-6.h-9:before {
  padding-top: 150%;
}
.tiles .tile.w-6.h-10:before {
  padding-top: 166.67%;
}
.tiles .tile.w-6.h-11:before {
  padding-top: 183.33%;
}
.tiles .tile.w-6.h-12:before {
  padding-top: 200%;
}
.tiles .tile.w-7.h-1:before {
  padding-top: 14.29%;
}
.tiles .tile.w-7.h-2:before {
  padding-top: 28.57%;
}
.tiles .tile.w-7.h-3:before {
  padding-top: 42.86%;
}
.tiles .tile.w-7.h-4:before {
  padding-top: 57.14%;
}
.tiles .tile.w-7.h-5:before {
  padding-top: 71.43%;
}
.tiles .tile.w-7.h-6:before {
  padding-top: 85.71%;
}
.tiles .tile.w-7.h-7:before {
  padding-top: 100%;
}
.tiles .tile.w-7.h-8:before {
  padding-top: 114.29%;
}
.tiles .tile.w-7.h-9:before {
  padding-top: 128.57%;
}
.tiles .tile.w-7.h-10:before {
  padding-top: 142.86%;
}
.tiles .tile.w-7.h-11:before {
  padding-top: 157.14%;
}
.tiles .tile.w-7.h-12:before {
  padding-top: 171.43%;
}
.tiles .tile.w-8.h-1:before {
  padding-top: 12.5%;
}
.tiles .tile.w-8.h-2:before {
  padding-top: 25%;
}
.tiles .tile.w-8.h-3:before {
  padding-top: 37.5%;
}
.tiles .tile.w-8.h-4:before {
  padding-top: 50%;
}
.tiles .tile.w-8.h-5:before {
  padding-top: 62.5%;
}
.tiles .tile.w-8.h-6:before {
  padding-top: 75%;
}
.tiles .tile.w-8.h-7:before {
  padding-top: 87.5%;
}
.tiles .tile.w-8.h-8:before {
  padding-top: 100%;
}
.tiles .tile.w-8.h-9:before {
  padding-top: 112.5%;
}
.tiles .tile.w-8.h-10:before {
  padding-top: 125%;
}
.tiles .tile.w-8.h-11:before {
  padding-top: 137.5%;
}
.tiles .tile.w-8.h-12:before {
  padding-top: 150%;
}
.tiles .tile.w-9.h-1:before {
  padding-top: 11.11%;
}
.tiles .tile.w-9.h-2:before {
  padding-top: 22.22%;
}
.tiles .tile.w-9.h-3:before {
  padding-top: 33.33%;
}
.tiles .tile.w-9.h-4:before {
  padding-top: 44.44%;
}
.tiles .tile.w-9.h-5:before {
  padding-top: 55.55%;
}
.tiles .tile.w-9.h-6:before {
  padding-top: 66.67%;
}
.tiles .tile.w-9.h-7:before {
  padding-top: 77.78%;
}
.tiles .tile.w-9.h-8:before {
  padding-top: 88.89%;
}
.tiles .tile.w-9.h-9:before {
  padding-top: 100%;
}
.tiles .tile.w-9.h-10:before {
  padding-top: 111.11%;
}
.tiles .tile.w-9.h-11:before {
  padding-top: 122.22%;
}
.tiles .tile.w-9.h-12:before {
  padding-top: 133.33%;
}
.tiles .tile.w-10.h-1:before {
  padding-top: 10%;
}
.tiles .tile.w-10.h-2:before {
  padding-top: 20%;
}
.tiles .tile.w-10.h-3:before {
  padding-top: 30%;
}
.tiles .tile.w-10.h-4:before {
  padding-top: 40%;
}
.tiles .tile.w-10.h-5:before {
  padding-top: 50%;
}
.tiles .tile.w-10.h-6:before {
  padding-top: 60%;
}
.tiles .tile.w-10.h-7:before {
  padding-top: 70%;
}
.tiles .tile.w-10.h-8:before {
  padding-top: 80%;
}
.tiles .tile.w-10.h-9:before {
  padding-top: 90%;
}
.tiles .tile.w-10.h-10:before {
  padding-top: 100%;
}
.tiles .tile.w-10.h-11:before {
  padding-top: 110%;
}
.tiles .tile.w-10.h-12:before {
  padding-top: 120%;
}
.tiles .tile.w-11.h-1:before {
  padding-top: 9.09%;
}
.tiles .tile.w-11.h-2:before {
  padding-top: 18.18%;
}
.tiles .tile.w-11.h-3:before {
  padding-top: 27.27%;
}
.tiles .tile.w-11.h-4:before {
  padding-top: 36.36%;
}
.tiles .tile.w-11.h-5:before {
  padding-top: 45.45%;
}
.tiles .tile.w-11.h-6:before {
  padding-top: 54.55%;
}
.tiles .tile.w-11.h-7:before {
  padding-top: 63.64%;
}
.tiles .tile.w-11.h-8:before {
  padding-top: 72.73%;
}
.tiles .tile.w-11.h-9:before {
  padding-top: 81.82%;
}
.tiles .tile.w-11.h-10:before {
  padding-top: 90.91%;
}
.tiles .tile.w-11.h-11:before {
  padding-top: 100%;
}
.tiles .tile.w-11.h-12:before {
  padding-top: 100.09%;
}
.tiles .tile.w-12.h-1:before {
  padding-top: 8.333333333%;
}
.tiles .tile.w-12.h-2:before {
  padding-top: 16.66666667%;
}
.tiles .tile.w-12.h-3:before {
  padding-top: 25%;
}
.tiles .tile.w-12.h-4:before {
  padding-top: 33.33333333%;
}
.tiles .tile.w-12.h-5:before {
  padding-top: 41.66666667%;
}
.tiles .tile.w-12.h-6:before {
  padding-top: 50%;
}
.tiles .tile.w-12.h-7:before {
  padding-top: 58.33333333%;
}
.tiles .tile.w-12.h-8:before {
  padding-top: 66.66666667%;
}
.tiles .tile.w-12.h-9:before {
  padding-top: 75%;
}
.tiles .tile.w-12.h-10:before {
  padding-top: 83.33333333%;
}
.tiles .tile.w-12.h-11:before {
  padding-top: 91.66666667%;
}
.tiles .tile.w-12.h-12:before {
  padding-top: 100%;
}
.tiles .tile .content {
  position: absolute;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  box-sizing: border-box;
}
.tiles .tile h3.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0.5em;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 2em;
  font-weight: bold;
  color: #3b393a;
  display: block;
  padding-top: 30%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.tiles .tile.top span.content,
.tiles .tile.top img.content,
.tiles .tile.top iframe.content {
  top: 0;
}
.tiles .tile.bottom span.content,
.tiles .tile.bottom img.content,
.tiles .tile.bottom iframe.content {
  bottom: 0;
}
.tiles .tile.middle span.content,
.tiles .tile.middle img.content,
.tiles .tile.middle iframe.content {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.tiles .tile.center span.content,
.tiles .tile.center img.content,
.tiles .tile.center iframe.content {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tiles .tile.left span.content,
.tiles .tile.left img.content,
.tiles .tile.left iframe.content {
  left: 0;
  text-align: left;
  margin-right: auto;
}
.tiles .tile.right span.content,
.tiles .tile.right img.content,
.tiles .tile.right iframe.content {
  right: 0;
  text-align: right;
  margin-left: auto;
}
.tiles.w-2 .tile.w-1 {
  width: 50%;
}
.tiles.w-2 .tile.w-2,
.tiles.w-2 .tile.w-3,
.tiles.w-2 .tile.w-4,
.tiles.w-2 .tile.w-5,
.tiles.w-2 .tile.w-6,
.tiles.w-2 .tile.w-7,
.tiles.w-2 .tile.w-8,
.tiles.w-2 .tile.w-9,
.tiles.w-2 .tile.w-10,
.tiles.w-2 .tile .w-11,
.tiles.w-2 .tile .w-12 {
  width: 100%;
}
.tiles.w-4 .tile.w-1 {
  width: 25%;
}
.tiles.w-4 .tile.w-2 {
  width: 50%;
}
.tiles.w-4 .tile.w-3 {
  width: 75%;
}
.tiles.w-4 .tile.w-4,
.tiles.w-4 .tile.w-5,
.tiles.w-4 .tile.w-6,
.tiles.w-4 .tile.w-7,
.tiles.w-4 .tile.w-8,
.tiles.w-4 .tile.w-9,
.tiles.w-4 .tile.w-10,
.tiles.w-4 .tile .w-11,
.tiles.w-4 .tile .w-12 {
  width: 100%;
}
.tiles.w-6 .tile.w-1 {
  width: 16.67%;
}
.tiles.w-6 .tile.w-2 {
  width: 33.33%;
}
.tiles.w-6 .tile.w-3 {
  width: 50%;
}
.tiles.w-6 .tile.w-4 {
  width: 66.67%;
}
.tiles.w-6 .tile.w-5 {
  width: 83.33%;
}
.tiles.w-6 .tile.w-6,
.tiles.w-6 .tile.w-7,
.tiles.w-6 .tile.w-8,
.tiles.w-6 .tile.w-9,
.tiles.w-6 .tile.w-10,
.tiles.w-6 .tile .w-11,
.tiles.w-6 .tile .w-12 {
  width: 100%;
}
.tiles.w-8 .tile.w-1 {
  width: 12.5%;
}
.tiles.w-8 .tile.w-2 {
  width: 25%;
}
.tiles.w-8 .tile.w-3 {
  width: 37.5%;
}
.tiles.w-8 .tile.w-4 {
  width: 50%;
}
.tiles.w-8 .tile.w-5 {
  width: 62.5%;
}
.tiles.w-8 .tile.w-6 {
  width: 75%;
}
.tiles.w-8 .tile.w-7 {
  width: 87.5%;
}
.tiles.w-8 .tile.w-8,
.tiles.w-8 .tile.w-9,
.tiles.w-8 .tile.w-10,
.tiles.w-8 .tile .w-11,
.tiles.w-8 .tile .w-12 {
  width: 100%;
}
.tiles.w-10 .tile.w-1 {
  width: 10%;
}
.tiles.w-10 .tile.w-2 {
  width: 20%;
}
.tiles.w-10 .tile.w-3 {
  width: 30%;
}
.tiles.w-10 .tile.w-4 {
  width: 40%;
}
.tiles.w-10 .tile.w-5 {
  width: 50%;
}
.tiles.w-10 .tile.w-6 {
  width: 60%;
}
.tiles.w-10 .tile.w-7 {
  width: 70%;
}
.tiles.w-10 .tile.w-8 {
  width: 80%;
}
.tiles.w-10 .tile.w-9 {
  width: 90%;
}
.tiles.w-10 .tile.w-10,
.tiles.w-10 .tile .w-11,
.tiles.w-10 .tile .w-12 {
  width: 100%;
}
.tiles.w-12 .tile.w-1 {
  width: 8.33333333%;
}
.tiles.w-12 .tile.w-2 {
  width: 16.66666667%;
}
.tiles.w-12 .tile.w-3 {
  width: 25%;
}
.tiles.w-12 .tile.w-4 {
  width: 33.33333333%;
}
.tiles.w-12 .tile.w-5 {
  width: 41.66666667%;
}
.tiles.w-12 .tile.w-6 {
  width: 50%;
}
.tiles.w-12 .tile.w-7 {
  width: 58.33333333%;
}
.tiles.w-12 .tile.w-8 {
  width: 66.66666667%;
}
.tiles.w-12 .tile.w-9 {
  width: 75%;
}
.tiles.w-12 .tile.w-10 {
  width: 83.33333333%;
}
.tiles.w-12 .tile.w-11 {
  width: 91.66666667%;
}
.tiles.w-12 .tile.w-12 {
  width: 100%;
}
.tiles .tile {
  border: 0.25em solid white;
  margin: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.tiles .tile .tile-header {
  text-align: center;
  width: 100%;
  position: absolute;
  font-weight: bold;
  top: 0.5em;
  left: 0;
}
.tiles .tile .tile-content {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: calc(40% - .5em);
  height: 1.25em;
  font-size: 3em;
  font-weight: bold;
  margin: auto;
}
.tiles .tile .tile-footer {
  text-align: center;
}
.tablet .sections,
.tablet .sub-sections {
  position: relative;
}
.tablet .sections .mas-section.sixteenth,
.tablet .sub-sections .mas-section.sixteenth {
  width: 50%;
}
.tablet .sections .mas-section.eighth,
.tablet .sub-sections .mas-section.eighth {
  width: 50%;
}
.tablet .sections .mas-section.sixth,
.tablet .sub-sections .mas-section.sixth {
  width: 50%;
}
.tablet .sections .mas-section.three-sixteenth,
.tablet .sub-sections .mas-section.three-sixteenth {
  width: 50%;
}
.tablet .sections .mas-section.quarter,
.tablet .sub-sections .mas-section.quarter {
  width: 50%;
}
.tablet .sections .mas-section.five-sixteenth,
.tablet .sub-sections .mas-section.five-sixteenth {
  width: 50%;
}
.tablet .sections .mas-section.third,
.tablet .sub-sections .mas-section.third {
  width: 50%;
}
.tablet .sections .mas-section.three-eighth,
.tablet .sub-sections .mas-section.three-eighth {
  width: 100%;
}
.tablet .sections .mas-section.seven-sixteenth,
.tablet .sub-sections .mas-section.seven-sixteenth {
  width: 100%;
}
.tablet .sections .mas-section.half,
.tablet .sub-sections .mas-section.half {
  width: 100%;
}
.tablet .sections .mas-section.nine-sixteenth,
.tablet .sub-sections .mas-section.nine-sixteenth {
  width: 100%;
}
.tablet .sections .mas-section.five-eighth,
.tablet .sub-sections .mas-section.five-eighth {
  width: 100%;
}
.tablet .sections .mas-section.two-third,
.tablet .sub-sections .mas-section.two-third {
  width: 100%;
}
.tablet .sections .mas-section.eleven-sixteenth,
.tablet .sub-sections .mas-section.eleven-sixteenth {
  width: 100%;
}
.tablet .sections .mas-section.three-quarter,
.tablet .sub-sections .mas-section.three-quarter {
  width: 100%;
}
.tablet .sections .mas-section.thirteen-sixteenth,
.tablet .sub-sections .mas-section.thirteen-sixteenth {
  width: 100%;
}
.tablet .sections .mas-section.five-sixth,
.tablet .sub-sections .mas-section.five-sixth {
  width: 100%;
}
.tablet .sections .mas-section.seven-eighth,
.tablet .sub-sections .mas-section.seven-eighth {
  width: 100%;
}
.tablet .sections .mas-section.fifteen-sixteenth,
.tablet .sub-sections .mas-section.fifteen-sixteenth {
  width: 100%;
}
.tablet .sections .sub-section.sixteenth,
.tablet .sub-sections .sub-section.sixteenth {
  width: 50%;
}
.tablet .sections .sub-section.eighth,
.tablet .sub-sections .sub-section.eighth {
  width: 50%;
}
.tablet .sections .sub-section.sixth,
.tablet .sub-sections .sub-section.sixth {
  width: 50%;
}
.tablet .sections .sub-section.three-sixteenth,
.tablet .sub-sections .sub-section.three-sixteenth {
  width: 50%;
}
.tablet .sections .sub-section.quarter,
.tablet .sub-sections .sub-section.quarter {
  width: 50%;
}
.tablet .sections .sub-section.five-sixteenth,
.tablet .sub-sections .sub-section.five-sixteenth {
  width: 50%;
}
.tablet .sections .sub-section.third,
.tablet .sub-sections .sub-section.third {
  width: 50%;
}
.tablet .sections .sub-section.three-eighth,
.tablet .sub-sections .sub-section.three-eighth {
  width: 100%;
}
.tablet .sections .sub-section.seven-sixteenth,
.tablet .sub-sections .sub-section.seven-sixteenth {
  width: 100%;
}
.tablet .sections .sub-section.half,
.tablet .sub-sections .sub-section.half {
  width: 100%;
}
.tablet .sections .sub-section.nine-sixteenth,
.tablet .sub-sections .sub-section.nine-sixteenth {
  width: 100%;
}
.tablet .sections .sub-section.five-eighth,
.tablet .sub-sections .sub-section.five-eighth {
  width: 100%;
}
.tablet .sections .sub-section.two-third,
.tablet .sub-sections .sub-section.two-third {
  width: 100%;
}
.tablet .sections .sub-section.eleven-sixteenth,
.tablet .sub-sections .sub-section.eleven-sixteenth {
  width: 100%;
}
.tablet .sections .sub-section.three-quarter,
.tablet .sub-sections .sub-section.three-quarter {
  width: 100%;
}
.tablet .sections .sub-section.thirteen-sixteenth,
.tablet .sub-sections .sub-section.thirteen-sixteenth {
  width: 100%;
}
.tablet .sections .sub-section.five-sixth,
.tablet .sub-sections .sub-section.five-sixth {
  width: 100%;
}
.tablet .sections .sub-section.seven-eighth,
.tablet .sub-sections .sub-section.seven-eighth {
  width: 100%;
}
.tablet .sections .sub-section.fifteen-sixteenth,
.tablet .sub-sections .sub-section.fifteen-sixteenth {
  width: 100%;
}
.tablet .sections .section,
.tablet .sub-sections .section {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.tablet .sections .section.tablet-none,
.tablet .sub-sections .section.tablet-none {
  display: none;
}
.tablet .sections .section.tablet-sixteenth,
.tablet .sub-sections .section.tablet-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.tablet .sections .section.tablet-eighth,
.tablet .sub-sections .section.tablet-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.tablet .sections .section.tablet-sixth,
.tablet .sub-sections .section.tablet-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.tablet .sections .section.tablet-three-sixteenth,
.tablet .sub-sections .section.tablet-three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.tablet .sections .section.tablet-quarter,
.tablet .sub-sections .section.tablet-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.tablet .sections .section.tablet-five-sixteenth,
.tablet .sub-sections .section.tablet-five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.tablet .sections .section.tablet-third,
.tablet .sub-sections .section.tablet-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.tablet .sections .section.tablet-three-eighth,
.tablet .sub-sections .section.tablet-three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.tablet .sections .section.tablet-seven-sixteenth,
.tablet .sub-sections .section.tablet-seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.tablet .sections .section.tablet-half,
.tablet .sub-sections .section.tablet-half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.tablet .sections .section.tablet-nine-sixteenth,
.tablet .sub-sections .section.tablet-nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.tablet .sections .section.tablet-five-eighth,
.tablet .sub-sections .section.tablet-five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.tablet .sections .section.tablet-two-third,
.tablet .sub-sections .section.tablet-two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.tablet .sections .section.tablet-eleven-sixteenth,
.tablet .sub-sections .section.tablet-eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.tablet .sections .section.tablet-three-quarter,
.tablet .sub-sections .section.tablet-three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.tablet .sections .section.tablet-thirteen-sixteenth,
.tablet .sub-sections .section.tablet-thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.tablet .sections .section.tablet-five-sixth,
.tablet .sub-sections .section.tablet-five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.tablet .sections .section.tablet-seven-eighth,
.tablet .sub-sections .section.tablet-seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.tablet .sections .section.tablet-fifteen-sixteenth,
.tablet .sub-sections .section.tablet-fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.tablet .sections .section.tablet-full,
.tablet .sub-sections .section.tablet-full {
  display: block;
  width: 100%;
}
.tablet .sections .sub-section,
.tablet .sub-sections .sub-section {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.tablet .sections .sub-section.tablet-none,
.tablet .sub-sections .sub-section.tablet-none {
  display: none;
}
.tablet .sections .sub-section.tablet-sixteenth,
.tablet .sub-sections .sub-section.tablet-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.tablet .sections .sub-section.tablet-eighth,
.tablet .sub-sections .sub-section.tablet-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.tablet .sections .sub-section.tablet-sixth,
.tablet .sub-sections .sub-section.tablet-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.tablet .sections .sub-section.tablet-three-sixteenth,
.tablet .sub-sections .sub-section.tablet-three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.tablet .sections .sub-section.tablet-quarter,
.tablet .sub-sections .sub-section.tablet-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.tablet .sections .sub-section.tablet-five-sixteenth,
.tablet .sub-sections .sub-section.tablet-five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.tablet .sections .sub-section.tablet-third,
.tablet .sub-sections .sub-section.tablet-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.tablet .sections .sub-section.tablet-three-eighth,
.tablet .sub-sections .sub-section.tablet-three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.tablet .sections .sub-section.tablet-seven-sixteenth,
.tablet .sub-sections .sub-section.tablet-seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.tablet .sections .sub-section.tablet-half,
.tablet .sub-sections .sub-section.tablet-half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.tablet .sections .sub-section.tablet-nine-sixteenth,
.tablet .sub-sections .sub-section.tablet-nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.tablet .sections .sub-section.tablet-five-eighth,
.tablet .sub-sections .sub-section.tablet-five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.tablet .sections .sub-section.tablet-two-third,
.tablet .sub-sections .sub-section.tablet-two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.tablet .sections .sub-section.tablet-eleven-sixteenth,
.tablet .sub-sections .sub-section.tablet-eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.tablet .sections .sub-section.tablet-three-quarter,
.tablet .sub-sections .sub-section.tablet-three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.tablet .sections .sub-section.tablet-thirteen-sixteenth,
.tablet .sub-sections .sub-section.tablet-thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.tablet .sections .sub-section.tablet-five-sixth,
.tablet .sub-sections .sub-section.tablet-five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.tablet .sections .sub-section.tablet-seven-eighth,
.tablet .sub-sections .sub-section.tablet-seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.tablet .sections .sub-section.tablet-fifteen-sixteenth,
.tablet .sub-sections .sub-section.tablet-fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.tablet .sections .sub-section.tablet-full,
.tablet .sub-sections .sub-section.tablet-full {
  display: block;
  width: 100%;
}
.tablet .section,
.tablet .sub-section {
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.tablet .section.spacer,
.tablet .sub-section.spacer {
  width: 2.08333333%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.tablet .section .section-title,
.tablet .sub-section .section-title {
  margin: 0.25em;
  margin-bottom: 0;
  padding: 0.5em 1em;
  background-color: white;
  border-bottom: 0.25em solid #146998;
  color: #505070;
  font-weight: bolder;
  font-size: 1.5em;
  position: relative;
}
.tablet .section .section-title.sub,
.tablet .sub-section .section-title.sub {
  background-color: white;
  border-bottom: 0.25em solid #868686;
  color: #505070;
}
.tablet .section .section-title.sub2,
.tablet .sub-section .section-title.sub2 {
  background-color: #b1b1b1;
  color: #505070;
}
.tablet .section .section-body,
.tablet .sub-section .section-body {
  position: relative;
  margin: 0.4em;
  margin-top: 0;
  padding-top: 1em;
}
.tablet .section.tabbed-section .section-title > ul,
.tablet .sub-section.tabbed-section .section-title > ul {
  display: block;
  list-style: none;
  background-color: #146998;
  padding: 0.25em 0.25em 0 0.25em;
  margin: 0;
  border: none;
  margin-bottom: -0.5em;
}
.tablet .section.tabbed-section .section-title > ul > li,
.tablet .sub-section.tabbed-section .section-title > ul > li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #868686;
  font-weight: bold;
  color: white;
  border: 2px solid #146998;
  margin: 0;
  margin-right: 0.5em;
  padding: 0.25em 0.75em;
}
.tablet .section.tabbed-section .section-title > ul > li.active,
.tablet .sub-section.tabbed-section .section-title > ul > li.active {
  background-color: white;
  border: 2px solid white;
  color: #505070;
}
.tablet .section.tabbed-section .section-title.sub > ul,
.tablet .sub-section.tabbed-section .section-title.sub > ul {
  display: block;
  list-style: none;
  background-color: #868686;
  padding: 0.25em 0.25em 0 0.25em;
  margin: 0;
  border: none;
  margin-bottom: -0.5em;
}
.tablet .section.tabbed-section .section-title.sub > ul > li,
.tablet .sub-section.tabbed-section .section-title.sub > ul > li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #b1b1b1;
  font-weight: bold;
  color: #505070;
  border: 2px solid #868686;
  margin: 0;
  margin-right: 0.5em;
  padding: 0.25em 0.75em;
}
.tablet .section.tabbed-section .section-title.sub > ul > li.active,
.tablet .sub-section.tabbed-section .section-title.sub > ul > li.active {
  background-color: white;
  border: 2px solid white;
  color: #505070;
}
.tablet .sub-section .section-title {
  background-color: white;
  border-bottom: 0.25em solid #868686;
  color: #505070;
}
.mobile .sections,
.mobile .sub-sections {
  position: relative;
}
.mobile .sections .section.sixteenth,
.mobile .sub-sections .section.sixteenth {
  width: 100%;
}
.mobile .sections .section.eighth,
.mobile .sub-sections .section.eighth {
  width: 100%;
}
.mobile .sections .section.sixth,
.mobile .sub-sections .section.sixth {
  width: 100%;
}
.mobile .sections .section.three-sixteenth,
.mobile .sub-sections .section.three-sixteenth {
  width: 100%;
}
.mobile .sections .section.quarter,
.mobile .sub-sections .section.quarter {
  width: 100%;
}
.mobile .sections .section.five-sixteenth,
.mobile .sub-sections .section.five-sixteenth {
  width: 100%;
}
.mobile .sections .section.third,
.mobile .sub-sections .section.third {
  width: 100%;
}
.mobile .sections .section.three-eighth,
.mobile .sub-sections .section.three-eighth {
  width: 100%;
}
.mobile .sections .section.seven-sixteenth,
.mobile .sub-sections .section.seven-sixteenth {
  width: 100%;
}
.mobile .sections .section.half,
.mobile .sub-sections .section.half {
  width: 100%;
}
.mobile .sections .section.nine-sixteenth,
.mobile .sub-sections .section.nine-sixteenth {
  width: 100%;
}
.mobile .sections .section.five-eighth,
.mobile .sub-sections .section.five-eighth {
  width: 100%;
}
.mobile .sections .section.two-third,
.mobile .sub-sections .section.two-third {
  width: 100%;
}
.mobile .sections .section.eleven-sixteenth,
.mobile .sub-sections .section.eleven-sixteenth {
  width: 100%;
}
.mobile .sections .section.three-quarter,
.mobile .sub-sections .section.three-quarter {
  width: 100%;
}
.mobile .sections .section.thirteen-sixteenth,
.mobile .sub-sections .section.thirteen-sixteenth {
  width: 100%;
}
.mobile .sections .section.five-sixth,
.mobile .sub-sections .section.five-sixth {
  width: 100%;
}
.mobile .sections .section.seven-eighth,
.mobile .sub-sections .section.seven-eighth {
  width: 100%;
}
.mobile .sections .section.fifteen-sixteenth,
.mobile .sub-sections .section.fifteen-sixteenth {
  width: 100%;
}
.mobile .sections .sub-section.sixteenth,
.mobile .sub-sections .sub-section.sixteenth {
  width: 100%;
}
.mobile .sections .sub-section.eighth,
.mobile .sub-sections .sub-section.eighth {
  width: 100%;
}
.mobile .sections .sub-section.sixth,
.mobile .sub-sections .sub-section.sixth {
  width: 100%;
}
.mobile .sections .sub-section.three-sixteenth,
.mobile .sub-sections .sub-section.three-sixteenth {
  width: 100%;
}
.mobile .sections .sub-section.quarter,
.mobile .sub-sections .sub-section.quarter {
  width: 100%;
}
.mobile .sections .sub-section.five-sixteenth,
.mobile .sub-sections .sub-section.five-sixteenth {
  width: 100%;
}
.mobile .sections .sub-section.third,
.mobile .sub-sections .sub-section.third {
  width: 100%;
}
.mobile .sections .sub-section.three-eighth,
.mobile .sub-sections .sub-section.three-eighth {
  width: 100%;
}
.mobile .sections .sub-section.seven-sixteenth,
.mobile .sub-sections .sub-section.seven-sixteenth {
  width: 100%;
}
.mobile .sections .sub-section.half,
.mobile .sub-sections .sub-section.half {
  width: 100%;
}
.mobile .sections .sub-section.nine-sixteenth,
.mobile .sub-sections .sub-section.nine-sixteenth {
  width: 100%;
}
.mobile .sections .sub-section.five-eighth,
.mobile .sub-sections .sub-section.five-eighth {
  width: 100%;
}
.mobile .sections .sub-section.two-third,
.mobile .sub-sections .sub-section.two-third {
  width: 100%;
}
.mobile .sections .sub-section.eleven-sixteenth,
.mobile .sub-sections .sub-section.eleven-sixteenth {
  width: 100%;
}
.mobile .sections .sub-section.three-quarter,
.mobile .sub-sections .sub-section.three-quarter {
  width: 100%;
}
.mobile .sections .sub-section.thirteen-sixteenth,
.mobile .sub-sections .sub-section.thirteen-sixteenth {
  width: 100%;
}
.mobile .sections .sub-section.five-sixth,
.mobile .sub-sections .sub-section.five-sixth {
  width: 100%;
}
.mobile .sections .sub-section.seven-eighth,
.mobile .sub-sections .sub-section.seven-eighth {
  width: 100%;
}
.mobile .sections .sub-section.fifteen-sixteenth,
.mobile .sub-sections .sub-section.fifteen-sixteenth {
  width: 100%;
}
.mobile .sections .section,
.mobile .sub-sections .section {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.mobile .sections .section.mobile-none,
.mobile .sub-sections .section.mobile-none {
  display: none;
}
.mobile .sections .section.mobile-sixteenth,
.mobile .sub-sections .section.mobile-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.mobile .sections .section.mobile-eighth,
.mobile .sub-sections .section.mobile-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.mobile .sections .section.mobile-sixth,
.mobile .sub-sections .section.mobile-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.mobile .sections .section.mobile-three-sixteenth,
.mobile .sub-sections .section.mobile-three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.mobile .sections .section.mobile-quarter,
.mobile .sub-sections .section.mobile-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.mobile .sections .section.mobile-five-sixteenth,
.mobile .sub-sections .section.mobile-five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.mobile .sections .section.mobile-third,
.mobile .sub-sections .section.mobile-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.mobile .sections .section.mobile-three-eighth,
.mobile .sub-sections .section.mobile-three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.mobile .sections .section.mobile-seven-sixteenth,
.mobile .sub-sections .section.mobile-seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.mobile .sections .section.mobile-half,
.mobile .sub-sections .section.mobile-half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.mobile .sections .section.mobile-nine-sixteenth,
.mobile .sub-sections .section.mobile-nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.mobile .sections .section.mobile-five-eighth,
.mobile .sub-sections .section.mobile-five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.mobile .sections .section.mobile-two-third,
.mobile .sub-sections .section.mobile-two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.mobile .sections .section.mobile-eleven-sixteenth,
.mobile .sub-sections .section.mobile-eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.mobile .sections .section.mobile-three-quarter,
.mobile .sub-sections .section.mobile-three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.mobile .sections .section.mobile-thirteen-sixteenth,
.mobile .sub-sections .section.mobile-thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.mobile .sections .section.mobile-five-sixth,
.mobile .sub-sections .section.mobile-five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.mobile .sections .section.mobile-seven-eighth,
.mobile .sub-sections .section.mobile-seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.mobile .sections .section.mobile-fifteen-sixteenth,
.mobile .sub-sections .section.mobile-fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.mobile .sections .section.mobile-full,
.mobile .sub-sections .section.mobile-full {
  display: block;
  width: 100%;
}
.mobile .sections .sub-section,
.mobile .sub-sections .sub-section {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.mobile .sections .sub-section.mobile-none,
.mobile .sub-sections .sub-section.mobile-none {
  display: none;
}
.mobile .sections .sub-section.mobile-sixteenth,
.mobile .sub-sections .sub-section.mobile-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.mobile .sections .sub-section.mobile-eighth,
.mobile .sub-sections .sub-section.mobile-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.mobile .sections .sub-section.mobile-sixth,
.mobile .sub-sections .sub-section.mobile-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.mobile .sections .sub-section.mobile-three-sixteenth,
.mobile .sub-sections .sub-section.mobile-three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.mobile .sections .sub-section.mobile-quarter,
.mobile .sub-sections .sub-section.mobile-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.mobile .sections .sub-section.mobile-five-sixteenth,
.mobile .sub-sections .sub-section.mobile-five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.mobile .sections .sub-section.mobile-third,
.mobile .sub-sections .sub-section.mobile-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.mobile .sections .sub-section.mobile-three-eighth,
.mobile .sub-sections .sub-section.mobile-three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.mobile .sections .sub-section.mobile-seven-sixteenth,
.mobile .sub-sections .sub-section.mobile-seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.mobile .sections .sub-section.mobile-half,
.mobile .sub-sections .sub-section.mobile-half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.mobile .sections .sub-section.mobile-nine-sixteenth,
.mobile .sub-sections .sub-section.mobile-nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.mobile .sections .sub-section.mobile-five-eighth,
.mobile .sub-sections .sub-section.mobile-five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.mobile .sections .sub-section.mobile-two-third,
.mobile .sub-sections .sub-section.mobile-two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.mobile .sections .sub-section.mobile-eleven-sixteenth,
.mobile .sub-sections .sub-section.mobile-eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.mobile .sections .sub-section.mobile-three-quarter,
.mobile .sub-sections .sub-section.mobile-three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.mobile .sections .sub-section.mobile-thirteen-sixteenth,
.mobile .sub-sections .sub-section.mobile-thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.mobile .sections .sub-section.mobile-five-sixth,
.mobile .sub-sections .sub-section.mobile-five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.mobile .sections .sub-section.mobile-seven-eighth,
.mobile .sub-sections .sub-section.mobile-seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.mobile .sections .sub-section.mobile-fifteen-sixteenth,
.mobile .sub-sections .sub-section.mobile-fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.mobile .sections .sub-section.mobile-full,
.mobile .sub-sections .sub-section.mobile-full {
  display: block;
  width: 100%;
}
.mobile .section,
.mobile .sub-section {
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.mobile .section.spacer,
.mobile .sub-section.spacer {
  width: 2.08333333%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.mobile .section .section-title,
.mobile .sub-section .section-title {
  margin: 0.25em;
  margin-bottom: 0;
  padding: 0.5em 1em;
  background-color: white;
  border-bottom: 0.25em solid #146998;
  color: #505070;
  font-weight: bolder;
  font-size: 1.5em;
  position: relative;
}
.mobile .section .section-title.sub,
.mobile .sub-section .section-title.sub {
  background-color: white;
  border-bottom: 0.25em solid #868686;
  color: #505070;
}
.mobile .section .section-title.sub2,
.mobile .sub-section .section-title.sub2 {
  background-color: #b1b1b1;
  color: #505070;
}
.mobile .section .section-body,
.mobile .sub-section .section-body {
  position: relative;
  margin: 0.4em;
  margin-top: 0;
  padding-top: 1em;
}
.mobile .section.tabbed-section .section-title > ul,
.mobile .sub-section.tabbed-section .section-title > ul {
  display: block;
  list-style: none;
  background-color: #146998;
  padding: 0.25em 0.25em 0 0.25em;
  margin: 0;
  border: none;
  margin-bottom: -0.5em;
}
.mobile .section.tabbed-section .section-title > ul > li,
.mobile .sub-section.tabbed-section .section-title > ul > li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #868686;
  font-weight: bold;
  color: white;
  border: 2px solid #146998;
  margin: 0;
  margin-right: 0.5em;
  padding: 0.25em 0.75em;
}
.mobile .section.tabbed-section .section-title > ul > li.active,
.mobile .sub-section.tabbed-section .section-title > ul > li.active {
  background-color: white;
  border: 2px solid white;
  color: #505070;
}
.mobile .section.tabbed-section .section-title.sub > ul,
.mobile .sub-section.tabbed-section .section-title.sub > ul {
  display: block;
  list-style: none;
  background-color: #868686;
  padding: 0.25em 0.25em 0 0.25em;
  margin: 0;
  border: none;
  margin-bottom: -0.5em;
}
.mobile .section.tabbed-section .section-title.sub > ul > li,
.mobile .sub-section.tabbed-section .section-title.sub > ul > li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #b1b1b1;
  font-weight: bold;
  color: #505070;
  border: 2px solid #868686;
  margin: 0;
  margin-right: 0.5em;
  padding: 0.25em 0.75em;
}
.mobile .section.tabbed-section .section-title.sub > ul > li.active,
.mobile .sub-section.tabbed-section .section-title.sub > ul > li.active {
  background-color: white;
  border: 2px solid white;
  color: #505070;
}
.mobile .section .sub-section .section-title,
.mobile .sub-section .sub-section .section-title {
  background-color: #868686;
}
.ui-draggable-dragging {
  z-index: 9999 !important;
}
.input-block {
  width: auto;
  padding: 0px;
  position: relative;
}
.input-block p {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.input-block p.none {
  display: none;
}
.input-block p.sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.input-block p.eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.input-block p.sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.input-block p.three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.input-block p.quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.input-block p.five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.input-block p.third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.input-block p.three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.input-block p.seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.input-block p.half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.input-block p.nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.input-block p.five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.input-block p.two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.input-block p.eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.input-block p.three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.input-block p.thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.input-block p.five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.input-block p.seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.input-block p.fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.input-block p.full {
  display: block;
  width: 100%;
}
.input-block div {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.input-block div.none {
  display: none;
}
.input-block div.sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.input-block div.eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.input-block div.sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.input-block div.three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.input-block div.quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.input-block div.five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.input-block div.third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.input-block div.three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.input-block div.seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.input-block div.half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.input-block div.nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.input-block div.five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.input-block div.two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.input-block div.eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.input-block div.three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.input-block div.thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.input-block div.five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.input-block div.seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.input-block div.fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.input-block div.full {
  display: block;
  width: 100%;
}
.input-block.isolate {
  border: 1px solid #565656;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.input-block p:not(.input-block),
.input-block div:not(.input-block),
.input-block p:not(.block-head),
.input-block div:not(.block-head),
.input-block p:not(.block-row),
.input-block div:not(.block-row) {
  padding: 0.25em;
}
.input-block p input:not([type=checkbox]):not([type=radio]),
.input-block div input:not([type=checkbox]):not([type=radio]),
.input-block p select,
.input-block div select,
.input-block p textarea,
.input-block div textarea {
  width: 100%;
}
.input-block p.isolate,
.input-block div.isolate {
  border: 1px solid #565656;
  padding: 0.25em 0.5em;
}
.input-block.block-table > .block-head {
  font-weight: bold;
  background-color: #868686;
  color: white;
}
.input-block.block-table > .block-head p,
.input-block.block-table > .block-head div {
  vertical-align: middle;
  padding: 0.25em 0.5em;
}
.input-block.block-table > .block-head.center p,
.input-block.block-table > .block-head.center div {
  text-align: center;
}
.input-block.block-table > .block-row {
  margin: 0;
  background-color: white;
}
.input-block.block-table > .block-row > p:not(.input-block),
.input-block.block-table > .block-row > div:not(.input-block),
.input-block.block-table > .block-row > p:not(.block-head),
.input-block.block-table > .block-row > div:not(.block-head),
.input-block.block-table > .block-row > p:not(.block-row),
.input-block.block-table > .block-row > div:not(.block-row) {
  padding: 0.25em 0.5em;
}
.input-block.block-table > .block-row.disabled {
  opacity: 0.5;
}
.input-block.block-table > .block-row.disabled > p:not(.input-block),
.input-block.block-table > .block-row.disabled > div:not(.input-block),
.input-block.block-table > .block-row.disabled > p:not(.block-head),
.input-block.block-table > .block-row.disabled > div:not(.block-head),
.input-block.block-table > .block-row.disabled > p:not(.block-row),
.input-block.block-table > .block-row.disabled > div:not(.block-row) {
  padding: 0.125em 0.5em;
}
.input-block.block-table > .block-row .block-table {
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #626c85;
}
.input-block.block-table > .block-row:not(.total-row):not(.sub-total-row):nth-child(2n+1) {
  background-color: #f0f0f0;
}
.input-block.block-table > .block-row.top p,
.input-block.block-table > .block-row.top div {
  vertical-align: top;
}
.input-block.block-table > .block-row.center p,
.input-block.block-table > .block-row.center div {
  text-align: center;
}
.input-block.block-table > .block-row.total-row {
  border-top: 2px solid black;
  font-size: 1.125em;
}
.input-block.block-table > .block-row.sub-total-row {
  font-size: 1.125em;
}
.input-block.block-table > .block-row.selected {
  background-color: #bdf6eb !important;
}
.input-block.block-table .block-table {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.input-block.block-table .block-table .block-head {
  background-color: #868686;
  color: white;
}
.input-block.block-table .block-table .block-head p,
.input-block.block-table .block-table .block-head div {
  vertical-align: middle;
  padding: 0.125em 0.25em;
}
.input-block.block-table .block-table .block-row {
  padding: 0.125em 0.25em;
}
.option-block {
  width: auto;
  padding: 0px;
  position: relative;
}
.option-block > p {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.option-block > p.none {
  display: none;
}
.option-block > p.sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.option-block > p.eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.option-block > p.sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.option-block > p.three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.option-block > p.quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.option-block > p.five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.option-block > p.third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.option-block > p.three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.option-block > p.seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.option-block > p.half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.option-block > p.nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.option-block > p.five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.option-block > p.two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.option-block > p.eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.option-block > p.three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.option-block > p.thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.option-block > p.five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.option-block > p.seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.option-block > p.fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.option-block > p.full {
  display: block;
  width: 100%;
}
.option-block > div {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.option-block > div.none {
  display: none;
}
.option-block > div.sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.option-block > div.eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.option-block > div.sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.option-block > div.three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.option-block > div.quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.option-block > div.five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.option-block > div.third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.option-block > div.three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.option-block > div.seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.option-block > div.half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.option-block > div.nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.option-block > div.five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.option-block > div.two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.option-block > div.eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.option-block > div.three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.option-block > div.thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.option-block > div.five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.option-block > div.seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.option-block > div.fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.option-block > div.full {
  display: block;
  width: 100%;
}
.option-block.isolate {
  border: 1px solid #565656;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.option-block > p:not(.option-block),
.option-block > div:not(.option-block),
.option-block > p:not(.input-block),
.option-block > div:not(.input-block),
.option-block > p:not(.block-head),
.option-block > div:not(.block-head),
.option-block > p:not(.block-row),
.option-block > div:not(.block-row) {
  padding: 0.25em;
}
.option-block > p > span > input:not([type=checkbox]):not([type=radio]),
.option-block > div > span > input:not([type=checkbox]):not([type=radio]),
.option-block > p > span > select,
.option-block > div > span > select,
.option-block > p > span > textarea,
.option-block > div > span > textarea {
  width: 100%;
}
.option-block > p > input:not([type=checkbox]):not([type=radio]),
.option-block > div > input:not([type=checkbox]):not([type=radio]),
.option-block > p > select,
.option-block > div > select,
.option-block > p > textarea,
.option-block > div > textarea {
  width: 100%;
}
.option-block > p.isolate,
.option-block > div.isolate {
  border: 1px solid #565656;
  padding: 0.25em 0.5em;
}
.tablet .input-block,
.mobile .input-block {
  position: relative;
}
.tablet .input-block p,
.mobile .input-block p {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.tablet .input-block p.tablet-none,
.mobile .input-block p.tablet-none {
  display: none;
}
.tablet .input-block p.tablet-sixteenth,
.mobile .input-block p.tablet-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.tablet .input-block p.tablet-eighth,
.mobile .input-block p.tablet-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.tablet .input-block p.tablet-sixth,
.mobile .input-block p.tablet-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.tablet .input-block p.tablet-three-sixteenth,
.mobile .input-block p.tablet-three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.tablet .input-block p.tablet-quarter,
.mobile .input-block p.tablet-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.tablet .input-block p.tablet-five-sixteenth,
.mobile .input-block p.tablet-five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.tablet .input-block p.tablet-third,
.mobile .input-block p.tablet-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.tablet .input-block p.tablet-three-eighth,
.mobile .input-block p.tablet-three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.tablet .input-block p.tablet-seven-sixteenth,
.mobile .input-block p.tablet-seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.tablet .input-block p.tablet-half,
.mobile .input-block p.tablet-half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.tablet .input-block p.tablet-nine-sixteenth,
.mobile .input-block p.tablet-nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.tablet .input-block p.tablet-five-eighth,
.mobile .input-block p.tablet-five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.tablet .input-block p.tablet-two-third,
.mobile .input-block p.tablet-two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.tablet .input-block p.tablet-eleven-sixteenth,
.mobile .input-block p.tablet-eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.tablet .input-block p.tablet-three-quarter,
.mobile .input-block p.tablet-three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.tablet .input-block p.tablet-thirteen-sixteenth,
.mobile .input-block p.tablet-thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.tablet .input-block p.tablet-five-sixth,
.mobile .input-block p.tablet-five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.tablet .input-block p.tablet-seven-eighth,
.mobile .input-block p.tablet-seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.tablet .input-block p.tablet-fifteen-sixteenth,
.mobile .input-block p.tablet-fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.tablet .input-block p.tablet-full,
.mobile .input-block p.tablet-full {
  display: block;
  width: 100%;
}
.tablet .input-block div,
.mobile .input-block div {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.tablet .input-block div.tablet-none,
.mobile .input-block div.tablet-none {
  display: none;
}
.tablet .input-block div.tablet-sixteenth,
.mobile .input-block div.tablet-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.tablet .input-block div.tablet-eighth,
.mobile .input-block div.tablet-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.tablet .input-block div.tablet-sixth,
.mobile .input-block div.tablet-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.tablet .input-block div.tablet-three-sixteenth,
.mobile .input-block div.tablet-three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.tablet .input-block div.tablet-quarter,
.mobile .input-block div.tablet-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.tablet .input-block div.tablet-five-sixteenth,
.mobile .input-block div.tablet-five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.tablet .input-block div.tablet-third,
.mobile .input-block div.tablet-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.tablet .input-block div.tablet-three-eighth,
.mobile .input-block div.tablet-three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.tablet .input-block div.tablet-seven-sixteenth,
.mobile .input-block div.tablet-seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.tablet .input-block div.tablet-half,
.mobile .input-block div.tablet-half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.tablet .input-block div.tablet-nine-sixteenth,
.mobile .input-block div.tablet-nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.tablet .input-block div.tablet-five-eighth,
.mobile .input-block div.tablet-five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.tablet .input-block div.tablet-two-third,
.mobile .input-block div.tablet-two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.tablet .input-block div.tablet-eleven-sixteenth,
.mobile .input-block div.tablet-eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.tablet .input-block div.tablet-three-quarter,
.mobile .input-block div.tablet-three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.tablet .input-block div.tablet-thirteen-sixteenth,
.mobile .input-block div.tablet-thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.tablet .input-block div.tablet-five-sixth,
.mobile .input-block div.tablet-five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.tablet .input-block div.tablet-seven-eighth,
.mobile .input-block div.tablet-seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.tablet .input-block div.tablet-fifteen-sixteenth,
.mobile .input-block div.tablet-fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.tablet .input-block div.tablet-full,
.mobile .input-block div.tablet-full {
  display: block;
  width: 100%;
}
.tablet .input-block.isolate,
.mobile .input-block.isolate {
  border: 1px solid #565656;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.tablet .input-block p:not(.input-block),
.mobile .input-block p:not(.input-block),
.tablet .input-block div:not(.input-block),
.mobile .input-block div:not(.input-block),
.tablet .input-block p:not(.block-head),
.mobile .input-block p:not(.block-head),
.tablet .input-block div:not(.block-head),
.mobile .input-block div:not(.block-head),
.tablet .input-block p:not(.block-row),
.mobile .input-block p:not(.block-row),
.tablet .input-block div:not(.block-row),
.mobile .input-block div:not(.block-row) {
  padding: 0.25em;
}
.tablet .input-block p input:not([type=checkbox]):not([type=radio]),
.mobile .input-block p input:not([type=checkbox]):not([type=radio]),
.tablet .input-block div input:not([type=checkbox]):not([type=radio]),
.mobile .input-block div input:not([type=checkbox]):not([type=radio]),
.tablet .input-block p select,
.mobile .input-block p select,
.tablet .input-block div select,
.mobile .input-block div select,
.tablet .input-block p textarea,
.mobile .input-block p textarea,
.tablet .input-block div textarea,
.mobile .input-block div textarea {
  width: 100%;
}
.tablet .input-block p.isolate,
.mobile .input-block p.isolate,
.tablet .input-block div.isolate,
.mobile .input-block div.isolate {
  border: 1px solid #565656;
  padding: 0.25em 0.5em;
}
.mobile .input-block {
  position: relative;
}
.mobile .input-block p {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.mobile .input-block p.mobile-none {
  display: none;
}
.mobile .input-block p.mobile-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.mobile .input-block p.mobile-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.mobile .input-block p.mobile-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.mobile .input-block p.mobile-three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.mobile .input-block p.mobile-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.mobile .input-block p.mobile-five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.mobile .input-block p.mobile-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.mobile .input-block p.mobile-three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.mobile .input-block p.mobile-seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.mobile .input-block p.mobile-half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.mobile .input-block p.mobile-nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.mobile .input-block p.mobile-five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.mobile .input-block p.mobile-two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.mobile .input-block p.mobile-eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.mobile .input-block p.mobile-three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.mobile .input-block p.mobile-thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.mobile .input-block p.mobile-five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.mobile .input-block p.mobile-seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.mobile .input-block p.mobile-fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.mobile .input-block p.mobile-full {
  display: block;
  width: 100%;
}
.mobile .input-block div {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-right: -1px;
}
.mobile .input-block div.mobile-none {
  display: none;
}
.mobile .input-block div.mobile-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 6.25%;
}
.mobile .input-block div.mobile-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
}
.mobile .input-block div.mobile-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6666667%;
}
.mobile .input-block div.mobile-three-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 18.75%;
}
.mobile .input-block div.mobile-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
}
.mobile .input-block div.mobile-five-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 31.25%;
}
.mobile .input-block div.mobile-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.33%;
}
.mobile .input-block div.mobile-three-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 37.5%;
}
.mobile .input-block div.mobile-seven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 43.75%;
}
.mobile .input-block div.mobile-half {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 50%;
}
.mobile .input-block div.mobile-nine-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 56.25%;
}
.mobile .input-block div.mobile-five-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 62.5%;
}
.mobile .input-block div.mobile-two-third {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 66.66%;
}
.mobile .input-block div.mobile-eleven-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68.75%;
}
.mobile .input-block div.mobile-three-quarter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 75%;
}
.mobile .input-block div.mobile-thirteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 81.25%;
}
.mobile .input-block div.mobile-five-sixth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 83.33%;
}
.mobile .input-block div.mobile-seven-eighth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 87.5%;
}
.mobile .input-block div.mobile-fifteen-sixteenth {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 93.75%;
}
.mobile .input-block div.mobile-full {
  display: block;
  width: 100%;
}
.mobile .input-block.isolate {
  border: 1px solid #565656;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.mobile .input-block p:not(.input-block),
.mobile .input-block div:not(.input-block),
.mobile .input-block p:not(.block-head),
.mobile .input-block div:not(.block-head),
.mobile .input-block p:not(.block-row),
.mobile .input-block div:not(.block-row) {
  padding: 0.25em;
}
.mobile .input-block p input:not([type=checkbox]):not([type=radio]),
.mobile .input-block div input:not([type=checkbox]):not([type=radio]),
.mobile .input-block p select,
.mobile .input-block div select,
.mobile .input-block p textarea,
.mobile .input-block div textarea {
  width: 100%;
}
.mobile .input-block p.isolate,
.mobile .input-block div.isolate {
  border: 1px solid #565656;
  padding: 0.25em 0.5em;
}
.flex-table .flex-row {
  position: relative;
  background-color: #f0f0f0;
}
.flex-table .flex-row .flex-pin {
  vertical-align: top;
  width: 8.25em;
  box-sizing: border-box;
  padding: 0.5em;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.flex-table .flex-row .flex-pin .fa {
  margin-right: 0.125em;
  margin-bottom: 0.125em;
}
.flex-table .flex-row .flex-main {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: calc(100% - 8.25em);
  box-sizing: border-box;
}
.flex-table .flex-row .flex-main .flex-heading {
  font-weight: bold;
  color: white;
  padding: 0.5em 1em;
  padding: 0.5em;
}
.flex-table .flex-row .flex-main .flex-cells {
  background-color: white;
  overflow: hidden;
  max-height: 3.66em;
}
.flex-table .flex-row .flex-main .flex-cells .flex-cell {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  min-width: 16.6666667%;
}
.flex-table .flex-row .flex-main .flex-cells .flex-cell .cell-head {
  background-color: #f0f0f0;
  padding: 0.25em 1.5em;
  text-align: center;
  font-weight: bold;
}
.flex-table .flex-row .flex-main .flex-cells .flex-cell .cell-body {
  text-align: center;
  padding: 0.25em 1em;
}
.flex-table .flex-row .flex-detail {
  background-color: #f0f0f0;
  text-align: right;
  padding: 0.25em 0.75em;
}
.flex-table .flex-row.expanded .flex-main .flex-cells {
  max-height: none;
}
.flex-table.spaced .flex-row {
  margin-bottom: 0.5em !important;
}
.copy-helper {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
}
.copy-helper textarea {
  height: 0;
  width: 0;
  border: none;
  color: transparent;
  background-color: transparent;
}
table.excel-grid {
  border-spacing: 0;
  border-left: 1px solid #3b393a;
  border-top: 1px solid #3b393a;
  max-width: 100%;
  max-height: calc(100vh - 6em);
}
table.excel-grid thead,
table.excel-grid tbody {
  max-width: 100%;
  max-height: calc(100vh - 6em);
  overflow: auto;
}
table.excel-grid thead tr td,
table.excel-grid tbody tr td,
table.excel-grid thead tr th,
table.excel-grid tbody tr th {
  vertical-align: middle;
}
table.excel-grid thead tr td.highlighted,
table.excel-grid tbody tr td.highlighted,
table.excel-grid thead tr th.highlighted,
table.excel-grid tbody tr th.highlighted {
  background-color: rgba(157, 204, 207, 0.55);
}
table.excel-grid thead tr td input.numeric,
table.excel-grid tbody tr td input.numeric,
table.excel-grid thead tr th input.numeric,
table.excel-grid tbody tr th input.numeric,
table.excel-grid thead tr td span.numeric,
table.excel-grid tbody tr td span.numeric,
table.excel-grid thead tr th span.numeric,
table.excel-grid tbody tr th span.numeric {
  text-align: right;
}
table.excel-grid thead tr td input.numeric:focus,
table.excel-grid tbody tr td input.numeric:focus,
table.excel-grid thead tr th input.numeric:focus,
table.excel-grid tbody tr th input.numeric:focus,
table.excel-grid thead tr td span.numeric:focus,
table.excel-grid tbody tr td span.numeric:focus,
table.excel-grid thead tr th span.numeric:focus,
table.excel-grid tbody tr th span.numeric:focus {
  text-align: center;
}
table.excel-grid thead tr td input.left,
table.excel-grid tbody tr td input.left,
table.excel-grid thead tr th input.left,
table.excel-grid tbody tr th input.left,
table.excel-grid thead tr td span.left,
table.excel-grid tbody tr td span.left,
table.excel-grid thead tr th span.left,
table.excel-grid tbody tr th span.left {
  text-align: left;
}
table.excel-grid thead tr td input.right,
table.excel-grid tbody tr td input.right,
table.excel-grid thead tr th input.right,
table.excel-grid tbody tr th input.right,
table.excel-grid thead tr td span.right,
table.excel-grid tbody tr td span.right,
table.excel-grid thead tr th span.right,
table.excel-grid tbody tr th span.right {
  text-align: right;
}
table.excel-grid thead tr td input.center,
table.excel-grid tbody tr td input.center,
table.excel-grid thead tr th input.center,
table.excel-grid tbody tr th input.center,
table.excel-grid thead tr td span.center,
table.excel-grid tbody tr td span.center,
table.excel-grid thead tr th span.center,
table.excel-grid tbody tr th span.center {
  text-align: center;
}
table.excel-grid thead tr td span,
table.excel-grid tbody tr td span,
table.excel-grid thead tr th span,
table.excel-grid tbody tr th span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 2.167em;
  padding: 0.33em;
  box-sizing: border-box;
  width: 100%;
}
table.excel-grid thead tr td input,
table.excel-grid tbody tr td input,
table.excel-grid thead tr th input,
table.excel-grid tbody tr th input {
  margin: 0px;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  min-height: 2.167em;
}
table.excel-grid thead tr td,
table.excel-grid tbody tr td {
  padding: 0px;
  position: relative;
  border-right: 1px solid #3b393a;
  border-bottom: 1px solid #3b393a;
}
table.excel-grid thead tr td span,
table.excel-grid tbody tr td span {
  opacity: 0.8;
}
table.excel-grid thead tr th,
table.excel-grid tbody tr th {
  background-color: #b1b1b1;
  padding: 0px;
  position: relative;
  border-right: 1px solid #3b393a;
  border-bottom: 1px solid #3b393a;
  text-align: center;
}
table.excel-grid thead tr th.filler,
table.excel-grid tbody tr th.filler {
  background-color: #999999;
}
table.excel-grid tbody tr.disabled {
  background-color: #808080;
  color: white;
}
table.excel-grid tbody tr.disabled input {
  color: white;
}
table.excel-grid tbody tr:nth-child(2n+1) {
  background-color: #f0f0f0;
}
table.excel-grid tbody tr:nth-child(2n+1).disabled {
  background-color: #404040;
  color: white;
}
table.excel-grid tbody tr:nth-child(2n+1).disabled input {
  color: white;
}
table.excel-sub-grid {
  border-spacing: 0;
  border-left: 0px solid #3b393a;
  border-top: 0px solid #3b393a;
  max-width: 100%;
  max-height: calc(100vh - 6em);
}
table.excel-sub-grid thead,
table.excel-sub-grid tbody {
  max-width: 100%;
  max-height: calc(100vh - 6em);
  overflow: auto;
}
table.excel-sub-grid thead tr td,
table.excel-sub-grid tbody tr td,
table.excel-sub-grid thead tr th,
table.excel-sub-grid tbody tr th {
  vertical-align: middle;
}
table.excel-sub-grid thead tr td.highlighted,
table.excel-sub-grid tbody tr td.highlighted,
table.excel-sub-grid thead tr th.highlighted,
table.excel-sub-grid tbody tr th.highlighted {
  background-color: rgba(157, 204, 207, 0.55);
}
table.excel-sub-grid thead tr td input.numeric,
table.excel-sub-grid tbody tr td input.numeric,
table.excel-sub-grid thead tr th input.numeric,
table.excel-sub-grid tbody tr th input.numeric,
table.excel-sub-grid thead tr td span.numeric,
table.excel-sub-grid tbody tr td span.numeric,
table.excel-sub-grid thead tr th span.numeric,
table.excel-sub-grid tbody tr th span.numeric {
  text-align: right;
}
table.excel-sub-grid thead tr td input.numeric:focus,
table.excel-sub-grid tbody tr td input.numeric:focus,
table.excel-sub-grid thead tr th input.numeric:focus,
table.excel-sub-grid tbody tr th input.numeric:focus,
table.excel-sub-grid thead tr td span.numeric:focus,
table.excel-sub-grid tbody tr td span.numeric:focus,
table.excel-sub-grid thead tr th span.numeric:focus,
table.excel-sub-grid tbody tr th span.numeric:focus {
  text-align: center;
}
table.excel-sub-grid thead tr td input.left,
table.excel-sub-grid tbody tr td input.left,
table.excel-sub-grid thead tr th input.left,
table.excel-sub-grid tbody tr th input.left,
table.excel-sub-grid thead tr td span.left,
table.excel-sub-grid tbody tr td span.left,
table.excel-sub-grid thead tr th span.left,
table.excel-sub-grid tbody tr th span.left {
  text-align: left;
}
table.excel-sub-grid thead tr td input.right,
table.excel-sub-grid tbody tr td input.right,
table.excel-sub-grid thead tr th input.right,
table.excel-sub-grid tbody tr th input.right,
table.excel-sub-grid thead tr td span.right,
table.excel-sub-grid tbody tr td span.right,
table.excel-sub-grid thead tr th span.right,
table.excel-sub-grid tbody tr th span.right {
  text-align: right;
}
table.excel-sub-grid thead tr td input.center,
table.excel-sub-grid tbody tr td input.center,
table.excel-sub-grid thead tr th input.center,
table.excel-sub-grid tbody tr th input.center,
table.excel-sub-grid thead tr td span.center,
table.excel-sub-grid tbody tr td span.center,
table.excel-sub-grid thead tr th span.center,
table.excel-sub-grid tbody tr th span.center {
  text-align: center;
}
table.excel-sub-grid thead tr td span,
table.excel-sub-grid tbody tr td span,
table.excel-sub-grid thead tr th span,
table.excel-sub-grid tbody tr th span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 2.167em;
  padding: 0.33em;
  box-sizing: border-box;
  width: 100%;
}
table.excel-sub-grid thead tr td input,
table.excel-sub-grid tbody tr td input,
table.excel-sub-grid thead tr th input,
table.excel-sub-grid tbody tr th input {
  margin: 0px;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  min-height: 2.167em;
}
table.excel-sub-grid thead tr td,
table.excel-sub-grid tbody tr td {
  padding: 0px;
  position: relative;
  border-right: 1px solid #3b393a;
  border-bottom: 1px solid #3b393a;
}
table.excel-sub-grid thead tr td span,
table.excel-sub-grid tbody tr td span {
  opacity: 0.8;
}
table.excel-sub-grid thead tr th,
table.excel-sub-grid tbody tr th {
  background-color: #b1b1b1;
  padding: 0px;
  position: relative;
  border-right: 1px solid #3b393a;
  border-bottom: 1px solid #3b393a;
  text-align: center;
}
table.excel-sub-grid thead tr th.filler,
table.excel-sub-grid tbody tr th.filler {
  background-color: #999999;
}
table.excel-sub-grid tbody tr.disabled {
  background-color: #808080;
  color: white;
}
table.excel-sub-grid tbody tr.disabled input {
  color: white;
}
table.excel-sub-grid tbody tr:nth-child(2n+1) {
  background-color: #D3D3D3;
}
table.excel-sub-grid tbody tr:nth-child(2n+1).disabled {
  background-color: #404040;
  color: white;
}
table.excel-sub-grid tbody tr:nth-child(2n+1).disabled input {
  color: white;
}
.animate-show.animating {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 0.5s;
  overflow: hidden !important;
  font-size: 1em;
}
.animate-show.animating.ng-hide {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  opacity: 0 !important;
}
.animate-show.animating.ng-hide div,
.animate-show.animating.ng-hide span,
.animate-show.animating.ng-hide p {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.animate-show.animating.ng-hide input,
.animate-show.animating.ng-hide select,
.animate-show.animating.ng-hide button {
  padding: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
}
.context-menu-layer {
  background-color: rgba(128, 128, 128, 0.39);
}
.context-menu-list {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  background-color: #f1f1f1;
  border: 1px solid #b1b1b1;
  border-bottom: none;
}
.context-menu-list li {
  display: block;
  padding: 0.5em 1em;
  border-bottom: 1px solid #b1b1b1;
  cursor: pointer;
}
.context-menu-list li:hover {
  background-color: #c9d1d1;
}
.context-menu-list li:before {
  margin-right: 0.5em;
}
[tree-select] {
  padding: 0 !important;
  margin: 0 !important;
}
[tree-select] > [tree-list] {
  padding: 0 !important;
  margin: 0 !important;
  z-index: 50;
  background-color: white;
  position: absolute !important;
  top: calc(100%);
  left: 0;
  min-width: calc(100%);
  border: 1px solid #565656;
  max-height: 60vh;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
[tree-select] > [tree-list] [tree-list] {
  padding: 0 !important;
  margin: 0 !important;
}
[tree-select] > [tree-list] ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1.5em solid #b1b1b1;
}
[tree-select] > [tree-list] ul li {
  padding: 0;
  margin: 0;
  position: relative;
}
[tree-select] > [tree-list] ul li .list-node {
  padding: 0.25em;
  border-bottom: 1px solid #b1b1b1;
  white-space: nowrap;
}
[tree-select] > [tree-list] ul li .selectable {
  cursor: pointer;
}
[tree-select] > [tree-list] ul li .selectable:hover {
  background-color: #bdf6eb;
}
[tree-select] > [tree-list] ul li span.fa {
  position: absolute;
  padding: 0.33em 0.33em;
  top: 0.125em;
  left: -1.5em;
}
.overlay {
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(8, 8, 8, 0.36);
}
.overlay .status {
  position: fixed;
  width: 14.83em;
  height: 12em;
  top: 50%;
  left: 50%;
  margin-top: -6.25em;
  margin-left: -8.33em;
  background-color: white;
  border: 1px solid #3b393a;
  padding: 4px 10px;
}
.overlay .status .title {
  padding: 0.167em 0.33em;
  border-bottom: 1px solid #565656;
  margin-bottom: 0.33em;
  text-align: left;
  font-weight: bold;
}
.overlay .status .img {
  text-align: center;
  padding: 0.33em;
}
.overlay .status .img img {
  max-width: 4em;
}
.overlay .status .body {
  text-align: center;
  margin-top: 0.86em;
}
.overlay .empty {
  position: fixed;
  width: 8.167em;
  height: 5.916em;
  top: 50%;
  left: 50%;
  margin-top: -3em;
  margin-left: -5em;
  background-color: white;
  border: 1px solid #3b393a;
  padding: 0.33em 0.86em;
}
.overlay .empty .title {
  padding: 0.167em 0.33em;
  border-bottom: 1px solid #565656;
  margin-bottom: 0.33em;
  text-align: left;
  font-weight: bold;
}
.overlay .empty .img {
  text-align: center;
  padding: 0.33em;
}
.pt-dialog {
  position: fixed;
  background-color: white;
  border: 1px solid #3b393a;
  margin: 1em;
  max-width: 90%;
  max-width: -moz-calc(98%);
  max-width: -webkit-calc(98%);
  max-width: -o-calc(98%);
  max-width: calc(100% - 2em);
  z-index: 50;
  overflow: hidden;
}
.pt-dialog .pt-dialog-menu {
  background-color: #f1f1f1;
  border-bottom: 1px solid #3b393a;
  height: 2em;
  margin-top: -1px;
}
.pt-dialog .pt-dialog-menu .pt-dialog-menu-icon {
  display: block;
  text-decoration: none;
  padding: 0.5em;
  height: 1em;
  width: 1em;
  text-align: center;
}
.pt-dialog .pt-dialog-menu .pt-dialog-menu-icon.left {
  float: left;
  border-right: 1px solid #3b393a;
}
.pt-dialog .pt-dialog-menu .pt-dialog-menu-icon.right {
  float: right;
  border-left: 1px solid #3b393a;
}
.pt-dialog .pt-dialog-content {
  margin: 0.5em;
  position: relative;
  height: calc(93.75%);
  height: calc(100% - 6.25em);
  max-height: calc(93.75vh);
  max-height: calc(100vh - 6.25em);
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
.pt-dialog .pt-dialog-content .pt-dialog-body {
  min-height: 100%;
}
.pt-dialog.no-scroll {
  overflow: hidden;
}
.pt-dialog.no-scroll .pt-dialog-content {
  margin: 0.5em;
  position: relative;
  height: auto;
  overflow: hidden;
}
.pt-dialog.no-scroll .pt-dialog-content .pt-dialog-body {
  height: auto;
}
.pt-dialog.no-scroll .pt-dialog-content .pt-dialog-body iframe {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  padding: 0px;
  margin: 0px;
}
.flex .pt-dialog,
.tablet .pt-dialog {
  z-index: 50;
  max-height: 90%;
  max-height: -moz-calc(97vh);
  max-height: -webkit-calc(97vh);
  max-height: -o-calc(97vh);
  max-height: calc(100vh - 3em);
}
.flex .pt-dialog .pt-dialog-head,
.tablet .pt-dialog .pt-dialog-head {
  font-weight: bold;
  background-color: #146998;
  color: white;
  border-bottom: 1px solid white;
  font-size: 1.25em;
  padding: 0.33em 0.67em;
  cursor: pointer;
}
.flex .pt-dialog .pt-dialog-head .pt-dialog-close-button,
.tablet .pt-dialog .pt-dialog-head .pt-dialog-close-button {
  cursor: pointer;
  float: right;
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flex .pt-dialog .pt-dialog-head .pt-dialog-close-button:before,
.tablet .pt-dialog .pt-dialog-head .pt-dialog-close-button:before {
  content: "\f00d";
}
.mobile .pt-dialog {
  top: 0em !important;
  left: 0em !important;
  padding: 0em;
  margin: 0em;
  max-height: 95% !important;
  max-width: calc(96px) !important;
  width: calc(98%) !important;
  max-height: calc(100% - 2.7em) !important;
  max-width: calc(100% - 2px) !important;
  width: calc(100% - 2px) !important;
}
.mobile .pt-dialog .pt-dialog-head {
  font-weight: bold;
  background-color: #868686;
  color: white;
  border-bottom: 1px solid #3b393a;
  font-size: 1.25em;
  padding: 0.33em 0.67em;
  position: relative;
}
.mobile .pt-dialog .pt-dialog-head .pt-dialog-close-button {
  font-size: 1em;
  float: right;
  height: 100%;
  width: 1.25em;
  text-align: center;
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.mobile .pt-dialog .pt-dialog-head .pt-dialog-close-button:before {
  content: "\f00d";
}
.pt-tabs > ul {
  display: block;
  list-style: none;
  background-color: #146998;
  padding: 0.5em 0.5em 0 0.5em;
  margin: 0;
  border: none;
  margin-bottom: 1em;
}
.pt-tabs > ul > li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #868686;
  font-weight: bold;
  color: #505070;
  border: 2px solid #146998;
  margin: 0;
  margin-right: 0.5em;
  padding: 0.25em 0.75em;
}
.pt-tabs > ul > li.active {
  background-color: white;
  border: 2px solid white;
  color: #505070;
}
.log-note {
  background-color: #f1f1f1;
  padding: 0.5em 0.75em;
  margin-bottom: 0.75em;
}
.log-note .note-head {
  text-align: right;
  padding-bottom: 0.33em;
  padding-right: 0.5em;
  border-bottom: 1px solid white;
  font-size: 0.92em;
}
.log-note .note-body {
  font-size: 1.125em;
  padding: 0.5em 0.33em;
  min-height: 3em;
  box-sizing: border-box;
  position: relative;
}
.log-note .note-body.collapsible {
  padding-bottom: 2em;
  height: auto;
}
.log-note .note-body.collapsible .note-collapser {
  background-color: white;
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0.17em;
}
.log-note .note-body.collapsible .note-collapser:before {
  content: "\f077";
}
.log-note .note-body.collapsible.collapsed {
  height: 11.66em;
  overflow: hidden;
}
.log-note .note-body.collapsible.collapsed .note-collapser {
  background-color: white;
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.log-note .note-body.collapsible.collapsed .note-collapser:before {
  content: "\f078";
}
.log-note .note-foot {
  border-top: 1px solid white;
  padding-top: 0.25em;
  padding-right: 0.42em;
  text-align: right;
}
.text-api-blurple {
  color: #101e8e;
}
.text-light-blurple {
  color: #8585c5;
}
.text-header-bg {
  color: #f0f0f0;
}
.text-footer-bg {
  color: #f0f0f0;
}
.text-section-title-bg {
  color: #146998;
}
.text-section-sub-title-bg {
  color: #868686;
}
.text-page-bg {
  color: white;
}
.text-black {
  color: #3b393a;
}
.text-button-dk-blue {
  color: #101e8e;
}
.text-button-blue {
  color: #005c8f;
}
.text-button-cyan {
  color: #09b596;
}
.text-button-green {
  color: #10838c;
}
.text-button-gray {
  color: #999999;
}
.text-button-red {
  color: #c70000;
}
.text-highlight {
  color: #bdf6eb;
}
.text-border-gray {
  color: #565656;
}
.text-light-gray {
  color: #b1b1b1;
}
.text-error-bg {
  color: #fa9c9c;
}
.text-error-fg {
  color: #c70000;
}
.bg-api-blurple {
  background-color: #101e8e;
}
.bg-light-blurple {
  background-color: #8585c5;
}
.bg-header-bg {
  background-color: #f0f0f0;
}
.bg-footer-bg {
  background-color: #f0f0f0;
}
.bg-section-title-bg {
  background-color: #146998;
}
.bg-section-sub-title-bg {
  background-color: #868686;
}
.bg-page-bg {
  background-color: white;
}
.bg-black {
  background-color: #3b393a;
}
.bg-button-dk-blue {
  background-color: #101e8e;
}
.bg-button-blue {
  background-color: #005c8f;
}
.bg-button-cyan {
  background-color: #09b596;
}
.bg-button-green {
  background-color: #10838c;
}
.bg-button-gray {
  background-color: #999999;
}
.bg-button-red {
  background-color: #c70000;
}
.bg-highlight {
  background-color: #bdf6eb;
}
.bg-border-gray {
  background-color: #565656;
}
.bg-light-gray {
  background-color: #b1b1b1;
}
.bg-error-bg {
  background-color: #fa9c9c;
}
.bg-error-fg {
  background-color: #c70000;
}
.bg-api-blurple-override {
  background-color: #101e8e !important;
}
.bg-light-blurple-override {
  background-color: #8585c5 !important;
}
.bg-header-bg-override {
  background-color: #f0f0f0 !important;
}
.bg-footer-bg-override {
  background-color: #f0f0f0 !important;
}
.bg-section-title-bg-override {
  background-color: #146998 !important;
}
.bg-section-sub-title-bg-override {
  background-color: #868686 !important;
}
.bg-page-bg-override {
  background-color: white !important;
}
.bg-black-override {
  background-color: #3b393a !important;
}
.bg-button-dk-blue-override {
  background-color: #101e8e !important;
}
.bg-button-blue-override {
  background-color: #005c8f !important;
}
.bg-button-cyan-override {
  background-color: #09b596 !important;
}
.bg-button-green-override {
  background-color: #10838c !important;
}
.bg-button-gray-override {
  background-color: #999999 !important;
}
.bg-button-red-override {
  background-color: #c70000 !important;
}
.bg-highlight-override {
  background-color: #bdf6eb !important;
}
.bg-border-gray-override {
  background-color: #565656 !important;
}
.bg-light-gray-override {
  background-color: #b1b1b1 !important;
}
.bg-error-bg-override {
  background-color: #fa9c9c !important;
}
.bg-error-fg-override {
  background-color: #c70000 !important;
}
.text-api-blurple-override {
  color: #101e8e !important;
}
.text-light-blurple-override {
  color: #8585c5 !important;
}
.text-header-bg-override {
  color: #f0f0f0 !important;
}
.text-footer-bg-override {
  color: #f0f0f0 !important;
}
.text-section-title-bg-override {
  color: #146998 !important;
}
.text-section-sub-title-bg-override {
  color: #868686 !important;
}
.text-page-bg-override {
  color: white !important;
}
.text-black-override {
  color: #3b393a !important;
}
.text-button-dk-blue-override {
  color: #101e8e !important;
}
.text-button-blue-override {
  color: #005c8f !important;
}
.text-button-cyan-override {
  color: #09b596 !important;
}
.text-button-green-override {
  color: #10838c !important;
}
.text-button-gray-override {
  color: #999999 !important;
}
.text-button-red-override {
  color: #c70000 !important;
}
.text-highlight-override {
  color: #bdf6eb !important;
}
.text-border-gray-override {
  color: #565656 !important;
}
.text-light-gray-override {
  color: #b1b1b1 !important;
}
.text-error-bg-override {
  color: #fa9c9c !important;
}
.text-error-fg-override {
  color: #c70000 !important;
}
