/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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-comments-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-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";
}
.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;
}
/*!
dcPui 
Copyright 2016 eTimeline LLC. All rights reserved.
Licensed under the BSD License.
*/
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
 	margin: 0;
	position: relative;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*csslint important:false*/

/* ==========================================================================
   Pure Base Extras
   ========================================================================== */

/**
 * Extra rules that Pure adds on top of Normalize.css
 */

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */

.hidden,
[hidden] {
    display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   Pure Grid
   ========================================================================== */

.pure-g {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    
    -ms-align-content: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.pure-u,
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.pure-u-1-24 {
    width: 4.1667%;
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5000%;
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
}

.pure-u-1-5 {
    width: 20%;
}

.pure-u-5-24 {
    width: 20.8333%;
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
}

.pure-u-7-24 {
    width: 29.1667%;
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5000%;
}

.pure-u-2-5 {
    width: 40%;
}

.pure-u-5-12,
.pure-u-10-24 {
    width: 41.6667%;
}

.pure-u-11-24 {
    width: 45.8333%;
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
}

.pure-u-13-24 {
    width: 54.1667%;
}

.pure-u-7-12,
.pure-u-14-24 {
    width: 58.3333%;
}

.pure-u-3-5 {
    width: 60%;
}

.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5000%;
}

.pure-u-2-3,
.pure-u-16-24 {
    width: 66.6667%;
}

.pure-u-17-24 {
    width: 70.8333%;
}

.pure-u-3-4,
.pure-u-18-24 {
    width: 75%;
}

.pure-u-19-24 {
    width: 79.1667%;
}

.pure-u-4-5 {
    width: 80%;
}

.pure-u-5-6,
.pure-u-20-24 {
    width: 83.3333%;
}

.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5000%;
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
}

.pure-u-23-24 {
    width: 95.8333%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%;
}

/* ==========================================================================
   Pure Button
   ========================================================================== */

.pure-button {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*csslint outline-none:false*/

.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.pure-button:focus {
    outline: 0;
}
.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    border-color: #000\9;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
    border: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
}

.pure-button-hidden {
    display: none;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner{
    padding: 0;
    border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}

/* ==========================================================================
   Pure Form
   ========================================================================== */

/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/

.pure-form input:not([type]),
.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.pure-form input[type="color"] {
    padding: 0.2em 0.5em;
}

.pure-form input:not([type]):focus,
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: #129FEA;
}

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
    outline: thin solid #129FEA;
    outline: 1px auto #129FEA;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: 0.5em 0;
    display: block;
}

.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled],
.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background-color: #eee; /* menu hover bg color */
    color: #777; /* menu text color */
    border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
    color: #b94a48;
    border-color: #e9322d;
}
.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
    outline-color: #e9322d;
}
.pure-form select {
    /* Normalizes the height; padding is not sufficient. */
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: white;
}
.pure-form select[multiple] {
    height: auto;
}
.pure-form label:not(.pure-button) {
    margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
    margin: 0;
    padding: 0.35em 0 0.75em;
    border: 0;
}
.pure-form legend {
    display: block;
    width: 100%;
    padding: 0.3em 0;
    margin-bottom: 0.3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked input[type="file"],
.pure-form-stacked input:not([type]),
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
    display: block;
    margin: 0.25em 0;
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-message-inline {
    display: inline-block;
    vertical-align: middle;
}
.pure-form-aligned textarea {
    vertical-align: top;
}

/* Aligned Forms */
.pure-form-aligned .pure-control-group {
    margin-bottom: 8px;
}
.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em;
}

/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
    border-radius: 2em;
    padding: 0.5em 1em;
}

/* Grouped Inputs */
.pure-form .pure-group fieldset {
    margin-bottom: 10px;
}
.pure-form .pure-group input,
.pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
    z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0;
}
.pure-form .pure-group button {
    margin: 0.35em 0;
}

.pure-form .pure-input-1 {
    width: 100%;
}
.pure-form .pure-input-2-3 {
    width: 66%;
}
.pure-form .pure-input-1-2 {
    width: 50%;
}
.pure-form .pure-input-1-3 {
    width: 33%;
}
.pure-form .pure-input-1-4 {
    width: 25%;
}

/* Inline help for forms */
.pure-form-message-inline {
    display: inline-block;
    padding-left: 0.3em;
    color: #666;
    vertical-align: middle;
    font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
    display: block;
    color: #666;
    font-size: 0.875em;
}

@media only screen and (max-width : 480px) {
    .pure-form button[type="submit"] {
        margin: 0.7em 0 0;
    }

    .pure-form input:not([type]),
    .pure-form input[type="text"],
    .pure-form input[type="password"],
    .pure-form input[type="email"],
    .pure-form input[type="url"],
    .pure-form input[type="date"],
    .pure-form input[type="month"],
    .pure-form input[type="time"],
    .pure-form input[type="datetime"],
    .pure-form input[type="datetime-local"],
    .pure-form input[type="week"],
    .pure-form input[type="number"],
    .pure-form input[type="search"],
    .pure-form input[type="tel"],
    .pure-form input[type="color"],
    .pure-form label {
        margin-bottom: 0.3em;
        display: block;
    }

    .pure-group input:not([type]),
    .pure-group input[type="text"],
    .pure-group input[type="password"],
    .pure-group input[type="email"],
    .pure-group input[type="url"],
    .pure-group input[type="date"],
    .pure-group input[type="month"],
    .pure-group input[type="time"],
    .pure-group input[type="datetime"],
    .pure-group input[type="datetime-local"],
    .pure-group input[type="week"],
    .pure-group input[type="number"],
    .pure-group input[type="search"],
    .pure-group input[type="tel"],
    .pure-group input[type="color"] {
        margin-bottom: 0;
    }

    .pure-form-aligned .pure-control-group label {
        margin-bottom: 0.3em;
        text-align: left;
        display: block;
        width: 100%;
    }

    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0 0;
    }

    .pure-form-message-inline,
    .pure-form-message {
        display: block;
        font-size: 0.75em;
        /* Increased bottom padding to make it group with its related input element. */
        padding: 0.2em 0 0.8em;
    }
}

/* look into pure-table and pure-menu */

/* ==========================================================================
   dc PUI Extras
   ========================================================================== */

html, body {
	height: 100%;
}

div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    position: relative;
    box-sizing: border-box;
}

div, p {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

code {
    display: block;
    margin: 16px 0;
    white-space: pre-wrap;
}

.dc-no-select, .dc-no-select * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.dc-align-right {
	text-align: right;
}

.dc-align-center {
	text-align: center;
}

.dc-align-left {
	text-align: left;
}

/* dc Forms */
.dc-pui-field.dc-pui-field-stacked {
	padding: 9px 14px;
	margin-bottom: 14px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 4px;
}

.dc-pui-field .dc-pui-control,
.dc-pui-field .dc-pui-label,
.dc-pui-field .dc-pui-spacer,
.dc-pui-form > .dc-pui-message {
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
    margin-bottom: 8px;
    clear: both;
}

.dc-pui-field .dc-pui-spacer {
	display: none;
}

.dc-pui-field input:not([type]),
.dc-pui-field input[type="text"], 
.dc-pui-field input[type="password"], 
.dc-pui-field select, 
.dc-pui-field textarea {
    padding: 8px 9px;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.dc-pui-field:not(.dc-pui-field-multi) .dc-pui-control input:not([type]),
.dc-pui-field:not(.dc-pui-field-multi) .dc-pui-control input[type="text"], 
.dc-pui-field:not(.dc-pui-field-multi) .dc-pui-control input[type="password"], 
.dc-pui-field:not(.dc-pui-field-multi) .dc-pui-control select, 
.dc-pui-field:not(.dc-pui-field-multi) .dc-pui-control textarea {
    width: 100%;
}

.dc-pui-field input:not([type]):focus,
.dc-pui-field input[type="text"]:focus,
.dc-pui-field input[type="password"]:focus,
.dc-pui-field select:focus,
.dc-pui-field textarea:focus {
    outline: 0;
    border-color: #129FEA;
}

.dc-pui-field input[type="file"]:focus,
.dc-pui-field input[type="radio"]:focus,
.dc-pui-field input[type="checkbox"]:focus {
    outline: thin solid #129FEA;
    outline: 1px auto #129FEA;
}

.dc-pui-field .pure-checkbox,
.dc-pui-field .pure-radio {
    margin: 8px 0;
    display: block;
}

.dc-pui-field input[type="text"][disabled],
.dc-pui-field input[type="password"][disabled],
.dc-pui-field select[disabled],
.dc-pui-field textarea[disabled],
.dc-pui-field input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

.dc-pui-field input[readonly],
.dc-pui-field select[readonly],
.dc-pui-field textarea[readonly] {
    background-color: #eee; 
    color: #777; 
    border-color: #ccc;
}

.dc-pui-field select {
    /* Normalizes the height; padding is not sufficient. */
    height: 36px;
    border: 1px solid #ccc;
    background-color: white;
}

.dc-pui-field select[multiple] {
    height: auto;
}

.dc-pui-field label:not(.dc-pui-input-button) {
    margin: 8px 0 3px;
}

.dc-pui-field.dc-pui-field-stacked .dc-pui-control input:not([type]),
.dc-pui-field.dc-pui-field-stacked .dc-pui-control input[type="text"], 
.dc-pui-field.dc-pui-field-stacked .dc-pui-control input[type="password"], 
.dc-pui-field.dc-pui-field-stacked .dc-pui-control select, 
.dc-pui-field.dc-pui-field-stacked .dc-pui-control textarea {
	width: 100%;
}

.dc-pui-field.dc-pui-form-buttons .dc-pui-control {
	text-align: right;
}

.dc-pui-field.dc-pui-form-buttons .dc-pui-control .pure-button {
    margin-top: 9px;
}

.dc-pui-field.dc-pui-form-buttons .dc-pui-control .pure-button:not(:last-of-type) {
    margin-right: 9px;
}

.dc-pui-textarea {
	min-height: 80px;
}

.dc-pui-field.dc-pui-field-stacked .dc-pui-input-multi > *:not(:first-child) {
	margin-top: 4px;
}

.dc-pui-button-group,
.dc-pui-field.dc-pui-field-stacked .dc-pui-input-group {
	display: table;
	width: 100%;
}

.dc-pui-controlgroup-horizontal > .pure-button, 
.dc-pui-controlgroup-horizontal .dc-pui-checkbox, 
.dc-pui-controlgroup-horizontal .dc-pui-radio {
	display: inline-block;
}

.dc-pui-checkbox input[type="checkbox"],
.dc-pui-radio input[type="radio"] {
    position: absolute;
	position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.dc-pui-checkbox input[type="checkbox"] + label i,
.dc-pui-radio input[type="radio"] + label i {
	color: #aaa;
}

.dc-pui-checkbox input[type="checkbox"] + label i.fa-check,
.dc-pui-radio input[type="radio"] + label i.fa-check {
	display: none;
}

.dc-pui-checkbox input[type="checkbox"]:checked + label,
.dc-pui-radio input[type="radio"]:checked + label {
    background-color: rgb(0, 120, 231);		
    color: #fff;
}

.dc-pui-checkbox input[type="checkbox"]:checked + label i,
.dc-pui-radio input[type="radio"]:checked + label i {
	color: white; 	
}

.dc-pui-checkbox input[type="checkbox"]:checked + label i.fa-check,
.dc-pui-radio input[type="radio"]:checked + label i.fa-check {
	display: inline;
}

.dc-pui-checkbox input[type="checkbox"]:checked + label i.fa-square,
.dc-pui-radio input[type="radio"]:checked + label i.fa-circle {
	display: none;
}

.dc-pui-controlgroup-vertical > .dc-pui-input-button, 
.dc-pui-controlgroup-vertical .dc-pui-checkbox label, 
.dc-pui-controlgroup-vertical .dc-pui-radio label {
    width: 100%;
}

.dc-pui-controlgroup-vertical .dc-pui-checkbox label, 
.dc-pui-controlgroup-vertical .dc-pui-radio label {
    text-align: left;
    white-space: normal;
}

.dc-pui-addon-button,
.dc-pui-input-button {
    padding: 8px 16px;
    color: #555;
    border: none;
    background-color: #f7f7f9;
    text-decoration: none;
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dc-pui-input-button:hover,
.dc-pui-input-button:focus,
.dc-pui-addon-button:hover,
.dc-pui-addon-button:focus {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    outline: 0;
}

.dc-pui-input-button:active,
.dc-pui-addon-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    border-color: #000\9;
}

.dc-pui-input-button[disabled],
.dc-pui-addon-button[disabled] {
    border: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
}

.dc-pui-field .dc-pui-input-group > *,
.dc-pui-field .dc-pui-input-group input:not([type]),
.dc-pui-field .dc-pui-input-group input[type="text"], 
.dc-pui-field .dc-pui-input-group input[type="password"], 
.dc-pui-field .dc-pui-input-group select, 
.dc-pui-field .dc-pui-input-group textarea {
    display: table-cell;
}

.dc-pui-input-group-addon {
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1;
}

.dc-pui-addon-button {
    border: 1px solid #ccc;
}

.dc-pui-addon-glyph-button {
    width: 32px;
}

.dc-pui-addon-info {
    color: #555;
    text-align: center;
    background-color: #f7f7f9;
    vertical-align: middle; 
    border: 1px solid #ccc;
    white-space: nowrap;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

.dc-pui-addon-glyph {
    color: #555;
    text-align: center;
    vertical-align: middle; 
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 32px;
    background-color: white;
    white-space: nowrap;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

.dc-pui-input-group input:not(:last-child) {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dc-pui-input-group .dc-pui-input-group-addon + input {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dc-pui-addon-glyph:first-child {
    border-left: 1px solid #ccc;
}

.dc-pui-addon-glyph:last-child {
    border-right: 1px solid #ccc;
}

.dc-pui-input-group-addon:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dc-pui-input-group-addon:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dc-pui-field.dc-pui-required .dc-pui-label label::before {
	content: '* ';
	color: OrangeRed;
	font-weight: bold;
	font-size: 120%;
}

.dc-pui-uploader-file {
	padding: 10px 0;
}

.dc-pui-uploader-list-header {
	margin-bottom: 8px;
}

.dc-pui-message {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dc-pui-message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.dc-pui-message-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.dc-pui-message-warning {
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.dc-pui-message-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.dc-pui-callout {
    padding: 20px;
    margin: 20px 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.dc-pui-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.dc-pui-callout-info {
    border-left-color: #1b809e;
}

.dc-pui-callout-info h4 {
    color: #1b809e;
}

.dc-pui-callout-success {
    border-left-color: #d6e9c6;
}

.dc-pui-callout-success h4 {
    color: #3c763d;
}

.dc-pui-callout-warning {
    border-left-color: #aa6708;
}

.dc-pui-callout-warning h4 {
    color: #aa6708;
}

.dc-pui-callout-danger {
    border-left-color: #ce4844;
}

.dc-pui-callout-danger h4 {
    color: #ce4844;
}

.dc-pui-tag {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.dc-pui-tag-default {
    background-color: #777;
}

.dc-pui-tag-primary {
    background-color: #337ab7;
}

.dc-pui-tag-success {
    background-color: #5cb85c;
}

.dc-pui-tag-info {
    background-color: #5bc0de;
}

.dc-pui-tag-warning {
    background-color: #f0ad4e;
}

.dc-pui-tag-danger {
    background-color: #d9534f;
}

.dc-pui-panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 9px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.dc-pui-panel:not(:last-child) {
    margin-bottom: 20px;
}

.dc-pui-panel-heading {
    padding: 10px 15px 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dc-pui-panel-default {
    border-color: #ddd;
}

.dc-pui-panel-default > .dc-pui-panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.dc-pui-panel-primary {
    border-color: #337ab7;
}

.dc-pui-panel-primary > .dc-pui-panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.dc-pui-panel-success {
    border-color: #d6e9c6;
}

.dc-pui-panel-success > .dc-pui-panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.dc-pui-panel-info {
    border-color: #bce8f1;
}

.dc-pui-panel-info > .dc-pui-panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.dc-pui-panel-warning {
    border-color: #faebcc;
}

.dc-pui-panel-warning > .dc-pui-panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.dc-pui-panel-danger {
    border-color: #ebccd1;
}

.dc-pui-panel-danger > .dc-pui-panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.dc-pui-panel-heading h5 { 
    float: left;
    margin: 0;
    font-size: 1.17em;
}

/* so floated buttons don't collapse header */
.dc-pui-panel-heading::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.dc-pui-panel-heading a.dc-pui-panel-header-btn {
	display: block;
	margin: 0 12px;
    font-size: 24px;
    float: right;
}

.dc-pui-panel-heading a.dc-pui-panel-header-btn,
.dc-pui-panel-heading a.dc-pui-panel-header-btn:visited {
	color: white;
}

.dc-pui-panel-heading a.dc-pui-panel-header-btn:focus,
.dc-pui-panel-heading a.dc-pui-panel-header-btn:hover {
	color: gray;
}

.dc-pui-panel-group {
    margin-bottom: 20px;
}

.dc-pui-panel-group .dc-pui-panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.dc-pui-panel-group .dc-pui-panel+.dc-pui-panel {
    margin-top: 5px;
}

.dc-pui-panel-body {
    padding: 15px;
}

.dc-pui-panel-body.dc-pui-panel-body-tucked {
    padding: 0;
}

.dc-pui-panel-page,
.dc-pui-panel-page .dc-pui-panel-body {
	height: 100%;
}

@media only screen and (max-width : 639px) {
	.dc-pui-field:not(.dc-pui-form-buttons) {
		padding: 9px 14px;
		margin-bottom: 14px;
		background-color: #f7f7f9;
		border: 1px solid #e1e1e8;
		border-radius: 4px;
	}

	.dc-pui-field.dc-pui-field-multi .dc-pui-control input:not([type]),
	.dc-pui-field.dc-pui-field-multi .dc-pui-control input[type="text"], 
	.dc-pui-field.dc-pui-field-multi .dc-pui-control input[type="password"], 
	.dc-pui-field.dc-pui-field-multi .dc-pui-control select, 
	.dc-pui-field.dc-pui-field-multi .dc-pui-control textarea {
		width: 100%;
	}

	.dc-pui-field .dc-pui-input-multi > *:not(:first-child) {
		margin-top: 4px;
	}

	.dc-pui-field .dc-pui-input-group {
		display: table;
		width: 100%;
	}
}

@media only screen and (min-width : 640px) {
	.dc-pui-field:not(.dc-pui-field-stacked) {
	}

	.dc-pui-field:not(.dc-pui-field-stacked) .dc-pui-control,
	.dc-pui-field:not(.dc-pui-field-stacked) .dc-pui-input-group,
	.dc-pui-field:not(.dc-pui-field-stacked) .dc-pui-label,
	.dc-pui-field:not(.dc-pui-field-stacked) .dc-pui-spacer {
		display: inline-table;
	}

	.dc-pui-field:not(.dc-pui-field-stacked) .dc-pui-spacer,
	.dc-pui-field:not(.dc-pui-field-stacked) .dc-pui-label {
		padding: 0 12px 0 0;
		width: 20%;
		text-align: right;
	}

	.dc-pui-field:not(.dc-pui-field-stacked) .dc-pui-control label:not(.dc-pui-input-button),
	.dc-pui-field:not(.dc-pui-field-stacked) .dc-pui-label label {
		display: inline-block;
		vertical-align: middle;
	}

	.dc-pui-field:not(.dc-pui-field-stacked) .dc-pui-control {
		width: 70%;
	}

	.dc-pui-field:not(.dc-pui-field-stacked) .dc-pui-input-multi > *:not(:first-child) {
		margin-left: 4px;
	}
	
	.dc-pui-input-10 {
		width: 10%;
	}
	
	.dc-pui-input-20 {
		width: 20%;
	}
	
	.dc-pui-input-25 {
		width: 25%;
	}
	
	.dc-pui-input-33 {
		width: 33%;
	}
	
	.dc-pui-input-40 {
		width: 40%;
	}
	
	.dc-pui-input-50 {
		width: 50%;
	}
}


.dc-pui-field.dc-pui-invalid input[type="text"], 
.dc-pui-field.dc-pui-invalid input[type="password"], 
.dc-pui-field.dc-pui-invalid select, 
.dc-pui-field.dc-pui-invalid textarea {
    border-color: #a94442;
}

.dc-pui-field.dc-pui-invalid .dc-pui-input-group-addon {
    border-top-color: #a94442;
    border-bottom-color: #a94442;
}

.dc-pui-field.dc-pui-invalid .dc-pui-input-group-addon:first-child {
    border-left-color: #a94442;
}

.dc-pui-field.dc-pui-invalid .dc-pui-input-group-addon:last-child {
    border-right-color: #a94442;
}

.dc-pui-field.dc-pui-invalid .dc-pui-valid-flag {
    color: #a94442;
}

.dc-pui-field:not(.dc-pui-invalid) .dc-pui-valid-hidden {
    display: none;
}

.dc-pui-field.dc-pui-invalid .dc-pui-invalid-hidden {
    display: none;
}

.dc-pui-field:not(.dc-pui-field-stacked) .dc-pui-compact {
    display: none;
}

/* -----------------------------------------------
	dc.Section support (including media section)
----------------------------------------------- */

.dc-section {
	padding-bottom: 20px;
}

.dc-section.dc-section-hidden {
	filter: opacity(25%);
}

.dc-section:not(:last-child) {
	border-bottom: 2px solid gray;
}

.dc-section.dc-morelink p:last-child {
	text-align: right;
}

.dc-section-paired-media {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.dc-section-paired-media .dc-copy-box {
	/* trick to support text overflow issues */
	min-width: 0;
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0;
}

.dc-section-paired-media .dc-media-box {
	text-align: center;
}

.dc-section-paired-media .dc-media-image img:not(:last-child) {
	padding-bottom: 24px;
}

.dc-section-gallery-list > * {
	position: relative;
	display: inline-block;
}

.dc-section-gallery-list > * .dc-media-video {
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/imgs/video-play.png);
    background-position: center;
    background-repeat: no-repeat;	
}

.dc-section-gallery-list > *:hover .dc-media-video {
	filter: grayscale(30%)
}
				
@media all and (min-width: 0px) and (max-width: 959px) {
	.dc-section-paired-media {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.dc-section-paired-media .dc-copy-box { 
		min-width: 0px; 
		-webkit-flex: 1 0 auto; 
		-ms-flex: 1 0 auto; 
		flex: 1 0 auto; 
	}

	.dc-section-paired-media .dc-media-box { 
		width: 100%;
	} 
	
	.dc-section-paired-media .dc-media-video {
		padding-bottom: 56.25%;
		padding-top: 30px;
		margin: 0 auto;
		height: 0;
		overflow: hidden;
	}
}

@media all and (min-width: 0px) and (max-width: 559px) {
	.dc-section-paired-media .dc-media-video {
		width: 100%;
	}
}

@media all and (min-width: 560px) and (max-width: 959px) {
	.dc-section-paired-media .dc-media-video {
		width: 500px;
	}
}

@media all and (min-width: 960px) {
	.dc-section-paired-media .dc-media-box {
		width: 328px;
		min-width: 328px;
		min-height: 204px;

		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.dc-section-paired-media .dc-media-video {
		min-height: 204px;
	}
}

.dc-youtube-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}

.dc-youtube-container-16x9 iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dc-youtube-container-16x9 img {
	width: 100%; 
	height: auto;
}

/* dc table, based on jQuery reflow table */

.dc-table {
	border: 0;
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}
.dc-table th,
.dc-table td {
	line-height: 24px;
	text-align: left;
	padding: 7px 8px;
	vertical-align:top;
}
.dc-table th .dc-button,
.dc-table td .dc-button {
	line-height: normal;
}
.dc-table th {
	font-weight: bold;
}
.dc-table caption {
	text-align: left;
	margin-bottom: 22px;
	opacity: -.5;
}

.dc-table-stripe tbody tr:nth-child(odd) td,
.dc-table-stripe tbody tr:nth-child(odd) th {
    background-color: #eee;
    background-color: rgba(0,0,0,.04)
}

.dc-table-reflow td .dc-table-cell-label,
.dc-table-reflow th .dc-table-cell-label {
	display: none;
}

.dc-table-reflow thead td,
.dc-table-reflow thead th {
	display: none;
}

.dc-table-reflow td,
.dc-table-reflow th {
	text-align: left;
	display: block;
}

.dc-table-reflow tbody th {
	margin-top: 48px;
}

.dc-table-reflow td .dc-table-cell-label,
.dc-table-reflow th .dc-table-cell-label {
	padding: .7px;
	min-width: 30%;
	display: inline-block;
	margin: -7px 16px -7px -7px;
}

.dc-table-reflow th .dc-table-cell-label-top,
.dc-table-reflow td .dc-table-cell-label-top {
	display: block;
	padding: 7px 0;
	margin: 7px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

@media screen and (min-width: 560px), print {
	.dc-table-reflow.dc-table-break-std td,
	.dc-table-reflow.dc-table-break-std th,
	.dc-table-reflow.dc-table-break-std tbody th,
	.dc-table-reflow.dc-table-break-std tbody td,
	.dc-table-reflow.dc-table-break-std thead td,
	.dc-table-reflow.dc-table-break-std thead th {
		display: table-cell;
	}

	.dc-table-reflow.dc-table-break-std td .dc-table-cell-label,
	.dc-table-reflow.dc-table-break-std th .dc-table-cell-label {
		display: none;
	}
}

/* -----------------------------------------------
	layer layout
----------------------------------------------- */

#dcuiMain {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	-webkit-overflow-scrolling: touch; 
	/*
	position: fixed; 
	left: 0; 
	top: 0; 
	bottom: 0; 
	right: 0; 
	z-index: 0; 
	*/	
}

#dcuiDialog {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(90,90,90,0.8);
	display: flex;
	justify-content: center;
	align-items: center;		
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 700;
}

#dcuiDialog > a.dcuiCloseButton {
	position: absolute;
    right: 18px;
    top: 18px;
	z-index: 50;
}

#dcuiDialog > a.dcuiCloseButton, 
#dcuiDialog > a.dcuiCloseButton:visited {
    color: white;
}

#dcuiDialog > a.dcuiCloseButton:hover, 
#dcuiDialog > a.dcuiCloseButton:focus {
    color: #337ab7;
}

#dcuiDialogPane {
	flex: 0 1 748px;
	max-height: 100vh;	 
    max-width: 748px;
}

#dcuiDialogPane.dcuiWide {
	flex: 0 1 1200px;
    max-width: 1200px;
}

#dcuiDialogPane.dcuiExtraWide {
	flex: 0 1 2000px;
    max-width: 2000px;
}

#dcuiAlert {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(90,90,90,0.8);
	display: flex;
	justify-content: center;
	align-items: center;		
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 900;
}

#dcuiAlert > a.dcuiCloseButton {
	position: absolute;
    right: 18px;
    top: 18px;
	z-index: 50;
}

#dcuiAlert > a.dcuiCloseButton, 
#dcuiAlert > a.dcuiCloseButton:visited {
    color: white;
}

#dcuiAlert > a.dcuiCloseButton:hover, 
#dcuiAlert > a.dcuiCloseButton:focus {
    color: #337ab7;
}

#dcuiAlertPane {
	flex: 0 1 748px;
	max-height: 100vh;	 
}

#dcuiAlertPane.menu {
	flex: 0 1 280px;
}

#dcuiAlertPane.menu a {
	display: block;
	border-bottom: 1px solid gray;
}

#dcuiAppTab {
	position: fixed;
	top: 240px;
	left: 0;
	width: 28px;
	height: 28px;
	background-color: rgba(255,0,0,0.66);
	z-index: 50;
	padding: 7px;
	line-height: 0;
    overflow: hidden;
    border-radius: 0px 8px 8px 0px;
}

#dcuiAppTab:hover {
	color: white;
	cursor: pointer;
}

#dcuiApp {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(90,90,90,0.5);
	z-index: 300;
	overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	padding: 0;
}

#dcuiApp .dc-pui-panel-page .dc-pui-panel-body {
	height: calc(100vh - 85px);
}

#dcuiAppPane {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background: white;
	margin: 0;
    overflow: hidden;
	border-radius: 10px 10px 10px 10px;
}

/* each individual pane fills full */
#dcuiAppPane > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

#dcuiAppMenu {
	display: none;
}

@media all and (min-width: 960px) {
	#dcuiApp {
		padding: 8px;
	}
	
	#dcuiAppPane {
		margin: 8px;
	}
	
	#dcuiAppMenu {
		display: block;
		width: 240px;
		margin: 8px;
		border-radius: 10px 10px 10px 10px;
		background: white;
	}
	
	#dcuiAppMenu > div {
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	#dcuiAppMenu > div .dc-pui-panel-heading {
		padding: 14px 15px;
	}
	
	#dcuiAppMenuBody > .pure-button {
		display: block;
		border-top: 2px solid #eee;
	}
	
	#dcuiAppMenuBody > .pure-button:last-child {
		border-bottom: 2px solid #eee;
	}
}


#dcuiFullScreen {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(90,90,90,0.5);
	z-index: 500;
	padding: 0;
}

#dcuiFullScreen > a.dcuiCloseButton {
	position: absolute;
    right: 18px;
    top: 18px;
	z-index: 50;
}

#dcuiFullScreen > a.dcuiCloseButton, 
#dcuiFullScreen > a.dcuiCloseButton:visited {
    color: white;
}

#dcuiFullScreen > a.dcuiCloseButton:hover, 
#dcuiFullScreen > a.dcuiCloseButton:focus {
    color: #337ab7;
}


.dcuiLayer:not(.dcuiMenu) .dcui-pagepanel-menu {
	display: none;
}

.dcuiContentLayer:not(.dcuiHistory) .dcui-pagepanel-back {
	display: none;
}

#dcuiAlertPane.dcuiContentLayer .dcui-pagepanel-help {
	display: none;
}

#panDcwFullClose {
	position: absolute; 
	top: 24px; 
	right: 24px;
}

#panDcwFullLeft {
	position: absolute; 
	top: 45%; 
	left: 16px; 
	display: none;
}

#panDcwFullRight {
	position: absolute; 
	top: 45%; 
	right: 16px; 
	display: none;
}

#panDcwFullClose svg,
#panDcwFullLeft svg,
#panDcwFullRight svg {
	width: 40px;
	height: 40px;
}

#panDcwMediaPane {
    height: 100%;
    background-color: rgba(0,0,0,0.66);
	background-image: url(/imgs/load-dots.svg);
	background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#panDcwMediaViewer > * {
    max-width: 100vw;
    max-height: 100vh;
	display: block;
}

#panDcwMediaViewer > iframe {
    width: calc(100vh / 9 * 16);
    height: 100vh;
}

.dcm-fb-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.dcm-fb-icon img {
	width: 50px;
}

.dcm-fb-stamp {
	margin-left: 8px;
}

.dcm-fb-stamp h3 {
	margin-top: 0;
	margin-bottom: 2px;
}

.dcm-fb-stamp {
	font-size: 14px;
}

.dcm-fb-body img {
	max-width: 100%;
}

.dcm-ig-listing {
	text-align: center;
}

.dcm-ig-entry img {
	width: 114px;
	margin-top: 8px;
	margin-right: 8px;
	float: right;
}

.dcm-basic-carousel .dcm-basic-carousel-fader,
.dcm-basic-carousel .dcm-basic-carousel-img {
	height: 100%;
    position: absolute;
}

.dcm-basic-carousel .dcm-basic-carousel-fader {
	z-index: 0;
}

.dcm-basic-carousel .dcm-basic-carousel-img {
	z-index: 4;
}

/*
.dcm-basic-carousel:not(.dcm-loaded) .dcm-basic-carousel-img {
	-webkit-filter: opacity(0.15);
	filter: opacity(0.15);
}
*/

.dcm-basic-carousel .dcm-basic-carousel-list {
	display: none;
}



/* hide internal CMS buttons before CMS is loaded */

.dcm-cms-editable:not(.dcuiCms) .dcuiCmsi {
	display: none !important;
}

 /* -----------------------------------------------
 		GENERAL SETTINGS
----------------------------------------------- */

#dcuiMain  {
	font-family: 'Roboto', sans-serif;
}

#dcuiMain .pubWrapper {
	max-width: 1100px;
	margin: 0 auto;
}

#dcuiMain h1 {
	font-family: 'Montserrat', sans-serif;
	color: #212121;
	letter-spacing: normal;
	font-size: 28px;
	text-align: center;
	margin-top: 70px;
	text-transform: uppercase;
}

#dcuiMain h2 {
	text-align: center;
	display: block;
	margin: 0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #212121;
	text-transform: uppercase;
}

#dcuiMain h3 {
	text-align: center;
	display: block;
	margin: 40px 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	color: #212121;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

#dcuiMain h4 {
	font-family: 'Montserrat', sans-serif;
	color: #48525a;
	letter-spacing: normal;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 5px;
}

#dcuiMain p {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 1.786;
	letter-spacing: normal;
	text-align: justify;
}

#dcuiMain p b {
	color: #48525a;
}

#dcuiMain p:not(:last-child) {
	margin-bottom: 11px;
}

#dcuiMain ul li {
	font-family: 'Roboto', sans-serif;
}

#dcuiMain #pubBody ul li {
	font-family: 'Roboto', sans-serif;
	line-height: 1.786;
	font-size: 13px;
}

#dcuiMain p.centeredLink {
	text-align: center;
}

#dcuiMain a,
#dcuiMain a:visited {
	color: #4e4e4e;
	font-weight: bold;
}

#dcuiMain a:hover,
#dcuiMain a:focus {
	color: #55d6be;
}

#dcuiMain h2 a,
#dcuiMain h2 a:visited{
	font-weight: normal;
	color: #212121;
}

#dcuiMain h2 a:hover,
#dcuiMain h2 a:focus {
	font-weight: normal;
	color: #55d6be;
}

@media all and (min-width: 430px) {
	#dcuiMain p {
		font-size: 14px;
	}
	
	#dcuiMain #pubBody ul li {
		font-size: 14px;
	}
}

@media all and (min-width: 960px) {
	#dcuiMain h1 {
		font-size: 35px;
	}
	
	#dcuiMain p {
		font-size: 16px;
	}
	
	#dcuiMain h2 {
		text-align: left;
		font-size: 18px;
	}
	
	#dcuiMain h3 {
		text-align: left;
		font-size: 17px;
	}
}

/* -----------------------------------------------
	inputs - std button color
	
	put in #dcuiMain to contain this to just website
	not the CMS
----------------------------------------------- */

#dcuiMain .pure-button, 
#dcuiMain .pure-button:visited {
	font-size: 14px;
	border-radius: 0;
	background-color: #fcfc03;
	color: #212121;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}


#dcuiMain .pure-button:hover, 
#dcuiMain .pure-button:focus {
	background-color: #fefe9a;
	color: #212121;
}

#dcuiMain .dcm-fb-listing  {
	max-width: 290px;
	margin: auto;
}

#dcuiMain .dcm-fb-entry {
	margin-bottom: 18px;
}

#dcuiMain .dcm-fb-entry:not(.dcm-fb-entry-last) {
	border-bottom: 1px solid black;
}

#dcuiMain .dcm-fb-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

#dcuiMain .dcm-fb-stamp {
	margin-left: 8px;
}

#dcuiMain .dcm-fb-stamp h3 {
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0;
}

#dcuiMain .dcm-fb-stamp i {
	font-size: 12px;
	font-weight: 300;
    font-style: normal;
}

#dcuiMain .dcm-fb-body p {
	font-size: 12px;
	letter-spacing: 0;
	margin-left: 0;
    margin-right: 0;
}

#dcuiMain .dcm-fb-body img {
	width: 290px;
}

#dcuiMain .dcm-fb-link {
	margin: 12px 0;
}

#dcuiMain .dcm-fb-link a, 
#dcuiMain .dcm-fb-link a:visited {
	font-size: 12px;
	color: #075d83;
	text-decoration: none;
}

#dcuiMain .dcm-fb-link a:hover, 
#dcuiMain .dcm-fb-link a:focus {
	color: #fff;
}

#dcuiMain .dc-section:not(:last-child) {
	border-bottom: none;
}


/* -----------------------------------------------
	header layout
----------------------------------------------- */

#dcuiMain #pubHeader2 .pubWrapper {
	max-width: 880px;
}

#pubHeaderContent {
	max-width: 1500px;
	margin: 0 auto;
}

#pubHeaderTranslucent {
	height: 160px;
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
}

#dcuiMain #pubHeaderLogo {
	max-width: 100%;
	position: absolute;
	top: 15px;
	left: 20px;
	width: 243px;
	z-index: 5;
}

#dcuiMain #pubHeaderPhone {
	position: absolute;
	z-index: 5;
}

#dcuiMain #pubHeaderPhone a,
#dcuiMain #pubHeaderPhone a:visited {
	color: #212121;
	font-size: 18px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
}

#dcuiMain #pubHeaderPhone a:hover,
#dcuiMain #pubHeaderPhone a:focus {
	color: #55d6be;
}

#dcuiMain #pubHeaderCaption {
	display: none;
	position: absolute;
	z-index: 5;
	bottom: 60px;
	right: 0;
	left: 0;
	text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: white;
    text-shadow: rgb(3, 3, 3) 1px 1px 5px;
}

#dcuiMain #pubHeaderSecondary {
	display: none;
	position: absolute;
	z-index: 5;
	bottom: 36px;
	right: 0;
	left: 0;
	text-align: center;
    font-size: 18px;
    color: white;
    text-shadow: rgb(3, 3, 3) 1px 1px 5px;
}

#dcuiMain #pubHeaderSecondary span {
	background-color: rgba(50,50,50,0.25);
    padding: 2px 4px;
}

#dcuiMain #pubHeaderDots {
	display: none;
	position: absolute;
	z-index: 5;
	bottom: 9px;
	right: 0;
	left: 0;
	text-align: center;
}

#dcuiMain #pubHeaderDots a {
	padding: 0 6px;
    text-shadow: rgb(3, 3, 3) 1px 1px 5px;
    font-size: 18px;
    color: white;
    font-weight: 100;
}

#dcuiMain #pubHeaderDots a:focus,
#dcuiMain #pubHeaderDots a:hover {
    color: gray;
}

#dcuiMain #pubHeaderButtons {
	display: none;
}

#dcuiMain #pubHeaderButtons .pure-button,
#dcuiMain #pubHeaderMobile .pure-button {
	margin-left: 9px;
}

#dcuiMain #pubHeader2 {
	background-color: #212121;
	height: 30px;
}

#dcuiMain #pubHeaderMenu {
    display: none;
}

#dcuiMain #pubHeaderMenu ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

#dcuiMain #pubHeaderMenu ul li {
	display: none;
}

#dcuiMain #pubHeaderMenu ul li a ,
#dcuiMain #pubHeaderMenu ul li a:visited {
	display: block;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	margin-bottom: 1px;
}

#dcuiMain #pubHeaderMenu ul li a:hover,
#dcuiMain #pubHeaderMenu ul li a:focus,
#dcuiMain #pubHeaderMenu ul li a.selected {
	color: #fcfc03;
}

#dcuiMain #pubHeaderMenu ul li:not(.later),
#dcuiMain #pubHeaderMenu.active ul li.later {
	padding-bottom: 0;
	display: block;
}

#dcuiMain #pubHeaderMenu ul li a i.fa {
	font-size: 18px;
}

#dcuiMain #pubHeaderMenu ul li a#Order-A-Taxi,
#dcuiMain #pubHeaderMenu ul li a#Rate-Estimator,
#dcuiMain #pubHeaderMenu ul li a#Order-A-Taxi:visited,
#dcuiMain #pubHeaderMenu ul li a#Rate-Estimator:visited{
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	color: #212121;
	padding: 14px 19px 9px 19px;
}

#dcuiMain #pubHeaderMenu ul li a#Order-A-Taxi,
#dcuiMain #pubHeaderMenu ul li a#Order-A-Taxi:visited{
	background-color: #fcfc03;
}

#dcuiMain #pubHeaderMenu ul li a#Rate-Estimator,
#dcuiMain #pubHeaderMenu ul li a#Rate-Estimator:visited{
	background-color: #55d6be;
}

#dcuiMain #pubHeaderMenu ul li a#Order-A-Taxi:hover,
#dcuiMain #pubHeaderMenu ul li a#Order-A-Taxi:focus {
	background-color: #fefe9a;
}

#dcuiMain #pubHeaderMenu ul li a#Rate-Estimator:hover,
#dcuiMain #pubHeaderMenu ul li a#Rate-Estimator:focus {
	background-color: #84e1d0;
}

#dcuiMain #pubHeaderMobile {
	color: #fff;
	padding: 0;
	height: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#dcuiMain #pubHeaderMobile  a#Order-A-Taxi {
	background-color: #fcfc03;
	color: #212121;
	padding: 5px 9px 5px 9px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	margin-right: 15px;
}

#dcuiMain #pubHeaderMobile  a#Rate-Estimator,
#dcuiMain #pubHeaderMobile  a#Rate-Estimator:visited {
	background-color: #55d6be;
	color: #212121;
	padding: 5px 9px 5px 9px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	margin-right: 20px;
}

#dcuiMain #pubHeaderMobile  a#Rate-Estimator:hover,
#dcuiMain #pubHeaderMobile  a#Rate-Estimator:focus {
	background-color: #84e1d0;
}

#dcuiMain #pubHeaderMobile  a#Order-A-Taxi:hover,
#dcuiMain #pubHeaderMobile  a#Order-A-Taxi:focus {
	background-color: #fefe9a;
}

#dcuiMain #pubHeaderMobile i {
	font-size: 1.8em;
}

#dcuiMain #pubHeaderMenuMobile, 
#dcuiMain #pubHeaderMenuMobile:visited {
	color: #fff;
}

#dcuiMain #pubHeaderMenuMobile i:hover, 
#dcuiMain #pubHeaderMenuMobile i:focus {
	color: #fcfc03;
}

#dcuiMain #pubHeaderMobile .pure-button, 
#dcuiMain #pubHeaderMobile .pure-button:visited {
	font-size: 11px;
}



@media all and (max-width: 380px) {
	#dcuiMain #pubHeaderMobile a#Rate-Estimator,
	#dcuiMain #pubHeaderMobile a#Order-A-Taxi{
		font-size: 12px;
		padding: 7px 9px 8px 9px;
		margin-right: 10px;
	}
}
@media all and (max-width: 416px) {
	#dcuiMain #pubHeaderLogo {
		width: 200px;
	}
	
	#dcuiMain #pubHeaderPhone {
		top: 40px;
		left: 20px;
	}
}

@media all and (min-width: 417px) and (max-width: 959px) {
	#dcuiMain #pubHeaderPhone {
		top: 50px;
		left: 20px;
	}
}

@media all and (min-width: 960px) {
	#dcuiMain #pubHeaderMenu {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: 35px;

		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;

		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;

		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
    }
    
	#dcuiMain #pubHeaderButtons {
		display: block;	
	}
	
	#dcuiMain #pubHeaderMobile {
		display: none;
	}
	
	#dcuiMain #pubHeaderLogo {
		width: 470px;
		left: 35px;
	}
	
	#dcuiMain #pubHeaderPhone {
		top: 20px;
		right: 35px;
	}

	#dcuiMain #pubHeaderDots,
	#dcuiMain #pubHeaderSecondary,
	#dcuiMain #pubHeaderCaption {
		display: block;
	}
	
	#dcuiMain #pubHeaderPhone a,
	#dcuiMain #pubHeaderPhone a:visited {
		font-size: 26px;
	}

	#dcuiMain #pubHeader2 {
		height: 40px;
	}
}

#dcuiMain #mobile-menu-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(90, 90, 90, 0.5);
	overflow: hidden;
	z-index: 50;
}

#dcuiMain #mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 260px;
	background-color: #212121;
	overflow-y: auto;
    overflow-x: hidden;
	z-index: 60;
}

#dcuiMain #mobile-menu-close {
	position: absolute;
	top: 12px;
	right: 16px;
	z-index: 20;
	text-decoration:none;
	color:#fff;
	font-weight: bold;
	font-size: 18px;
	font-family: sans-serif;
	cursor: pointer;
}

#dcuiMain #mobile-menu-close:hover {
	color: #fcfc03;
}


#dcuiMain #mobile-nav {
	margin: 24px;
}

#dcuiMain #mobile-nav, 
#dcuiMain #mobile-nav ul {
	list-style: none;
	padding: 0;
}

#dcuiMain #mobile-nav li{
	position:relative;
	margin: 6px 0 0;
	padding: 0;
}

#dcuiMain #mobile-nav li a {
	display:block;
	text-decoration:none;
	color:#fff;
    font-size: 19px;
    font-weight: 400;	
	display:inline-block; 
	position: relative;   
}

#dcuiMain #mobile-nav li a:hover {
	color: #fcfc03;
}

#dcuiMain #mobile-nav li ul li a {
	font-size: 10px;
}




/* -----------------------------------------------
	footer layout
----------------------------------------------- */

#dcuiMain #pubFooter {
	color: #fff;
	background-color: #212121;
}

#dcuiMain #pubFooterContent a, 
#dcuiMain #pubFooterContent a:visited {
	color: #fff;
}

#dcuiMain #pubFooterContent a:hover, 
#dcuiMain #pubFooterContent a:focus {
	color: #fcfc03;
}

#dcuiMain #pubFooterMenu {
    text-align: center;
	margin-top: 35px;
}

#dcuiMain #pubFooterMenu ul {
	padding-left: 0;
	list-style: none;
    list-style-image: none;
}

#dcuiMain #pubFooterMenu ul li {
	padding-bottom: 16px;
}

#dcuiMain #pubFooterMenu ul li a,
#dcuiMain #pubFooterMenu ul li a:visited  {
	font-size: 19px;
	line-height: 30px;
}

#dcuiMain #pubFooterLogoLink img {
	display: block;
	margin: auto;
	max-width: 100%;
}

#dcuiMain #pubFooterAddress {
	letter-spacing: normal;
	margin: 0;
	font-size: 16px;
	line-height: 29px;
}

#dcuiMain #pubFooterInfo {
    text-align: center;
}

#dcuiMain #socialIcons {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#dcuiMain #pubFooter .pure-button:not(:first-of-type) {
	margin-left: 16px;
}

#dcuiMain #pubFooter .pure-button i {
		font-size: 20px;
}

#dcuiMain #pubFooter .pure-button, 
#dcuiMain #pubFooter .pure-button:visited {
	padding: 10px;
	width: 40px;
	height: 40px;
	border-radius: 0;
	color: #212121;
	background-color: #55d6be;
}

#dcuiMain #pubFooter .pure-button:hover, 
#dcuiMain #pubFooter .pure-button:focus {
	background-color: #fcfc03;
	color: #212121;
}

#dcuiMain #pubFooterInfo img.logo {
	max-width: 230px;
	margin-top: 30px;
}



#dcuiMain #pubFooterInfo #pubFooterPhone a,
#dcuiMain #pubFooterInfo #pubFooterPhone a:visited {
	font-size: 25px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
}

#dcuiMain #pubFooterInfo #pubFooterPhone a:hover,
#dcuiMain #pubFooterInfo #pubFooterPhone a:focus {
	color: #fcfc03;
}

#dcuiMain #pubFooterInfo p#pubFooterPhone {
	text-align: center;
}

#dcuiMain #pubFooterNotice {
	text-align: center;
	font-size: 12px;
	font-weight: 300;
}

#dcuiMain #pubFooterNotice a,
#dcuiMain #pubFooterNotice a:visited {
	color: #55d6be;
}

#dcuiMain #pubFooterNotice a:hover,
#dcuiMain #pubFooterNotice a:focus {
	color: #fcfc03;
}

@media all and (max-width: 959px) {
	#dcuiMain #pubFooterContent {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#dcuiMain #pubFooterLogo {
		padding-bottom: 5px;
		padding-top: 10px;
		width: 250px;
	}

	#dcuiMain #pubFooterAddress {
		text-align: center;
	}
	
	#dcuiMain #pubFooterInfo {
		width: 250px;
		margin-top: 20px;
		text-align: center;
	}

	#dcuiMain #socialIcons {
		margin-top: 70px;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media all and (min-width: 960px) {
	#dcuiMain footer .pubWrapper {
		width: 92%;
		max-width: 1400px;
	}

	#dcuiMain #pubFooterContent {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

		margin: 0 auto;

		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 70px;
	}
	
	#dcuiMain #pubFooterMenu {
		display: none;
	}
	
	#dcuiMain #pubFooterInfo {
		text-align: left;
		float: left;
		clear: both;
		padding-left: 26px;
		margin-left: 40px;
	}
	
	#dcuiMain #pubFooterInfo img.logo {
		float: right;
		clear: both;
	}
	
	#dcuiMain #pubFooterNotice {
		text-align: left;
	}
	
	#dcuiMain #pubFooterInfo p#pubFooterPhone {
		text-align: left;
	}
}

@media print {
	#dcuiMain #pubHeader, 
	#dcuiMain #pubFooter {
		display: none;
	}
}

/* -----------------------------------------------
	general body layout
----------------------------------------------- */

#dcuiMain.general #pubMain .dc-section {
    color: #4e4e4e;
}

#dcuiMain.general #pubMain .dc-section-paired-media .dc-copy-box {
	margin: 48px 0;
}

#dcuiMain.general #pubMain .dc-section a.pure-button, 
#dcuiMain.general #pubMain .dc-section a.pure-button:visited {
	margin: 30px auto 0px;
	display: block;
	max-width: 200px;
	font-weight: normal;
}


/*
@media all and (max-width: 959px) { 
	#dcuiMain.general #article img, #dcuiMain.general #aside img { 
		max-width: 100%; 
	} 
}
*/

@media all and (max-width: 959px) {
	#dcuiMain.general #pubMain .dc-section {
		color: #4e4e4e;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}


@media all and (min-width: 960px) {
	#dcuiMain.general #pubMain .dc-section {
		padding: 22px 80px 22px 80px;
	}
	
	#dcuiMain.general #pubMain .dc-section-paired-media.imgLeft {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	#dcuiMain.general #pubMain .dc-section-paired-media.imgLeft .dc-media-box {
		margin-right: 80px;
	}
	
	#dcuiMain.general #pubMain .dc-section-paired-media.imgRight .dc-media-box {
		margin-left: 80px;
	}
	
	#dcuiMain.general #pubMain .dc-section-paired-media.imgTop .dc-media-box {
		margin-top: 50px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

#dcuiMain.general #article img,
#dcuiMain.general #aside img {
	max-width: 100%;
}

#dcuiMain.general #carousel.dcm-basic-carousel {
	height: 404px;
	height: 42.1vw;
	max-height: 842px;
	min-height: 211px;
}

#dcuiMain.general #pubMain .dc-section p {
	margin: 10px 27px 10px 27px;
	padding: 0;
	text-align: left;
}

#dcuiMain.general #pubMain .dc-section ul {
	margin: 0 27px 0 35px;
	padding: 0;
}

#dcuiMain.general  a#moreLink,
#dcuiMain.general  a#moreLink:visited {
	width: 100%;
	display: block;
	float: right;
	text-align: right;
	color: #8c8c8c;
	font-size: 12px;
}

#dcuiMain.general  a#moreLink:hover,
#dcuiMain.general a#moreLink:focus {
	color: #55d6be;
}

@media all and (min-width: 370px) {
	
	#dcuiMain.general #pubMain .dc-section ul li {
		text-align: justify;
		text-justify: distribute;
	}

}

@media all and (min-width: 960px) {
	#dcuiMain.general #pubMain .dc-section ul li {
		font-size: 16px;
	}
	
	#dcuiMain.general #pubMain .dc-section p {
		margin: 10px 0 10px 0;
		padding: 0;
		text-align: justify;
	} 
		

}

/* -----------------------------------------------
	home page content
----------------------------------------------- */

#dcuiMain.home p {
	display: block;s
} 

#dcuiMain.home #carouselCopy {
	
}

#dcuiMain.home #appButtons {
    text-align: center;
    margin-top: 20px;
}

@media all and (min-width: 695px) {

}

@media all and (min-width: 800px) {
	
}

@media all and (min-width: 960px) {
	#dcuiMain.home #homeIntro p {
		font-size: 19px;
	}

	
}
	
@media all and (min-width: 1200px) {
	#dcuiMain.home p {
		max-width: 700px;
	}
}

@media all and (min-width: 1500px) {
	#dcuiMain.home p {
		max-width: 800px;
	}
}


/* -----------------------------------------------
	Home Twitter Feed 
----------------------------------------------- */

#dcuiMain.home  #homeTwitter {
	margin: 40px 30px 100px;
}

#dcuiMain.home .dcm-twitter-listing {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}


#dcuiMain.home  .dcm-twitter-listing .dcm-tw-entry {
	margin: 10px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    
    -web-kit-flex: 1;
    flex: 1;
}

#dcuiMain.home  .dcm-twitter-listing .dcm-tw-body {
	margin-left: 11px;
	color: #4e4e4e;
}

#dcuiMain.home  .dcm-twitter-listing .dcm-tw-body a,
#dcuiMain.home  .dcm-twitter-listing .dcm-tw-body a:visited {
	color: #19647E;
}

#dcuiMain.home  .dcm-twitter-listing .dcm-tw-body a:hover,
#dcuiMain.home  .dcm-twitter-listing .dcm-tw-body a:focus {
	color: #55d6be;
}

#dcuiMain.home  .dcm-twitter-listing .dcm-tw-body > div {
	font-size: 12px;
	text-align: left;
}

#dcuiMain.home  .dcm-twitter-listing .dcm-tw-body > div:first-child {
	margin-top: 0;
	margin-bottom: 0;
}

#dcuiMain.home  .dcm-twitter-listing .dcm-tw-body > div:last-child {
	margin-top: 0;
}

#dcuiMain.home  .dcm-twitter-listing .dcm-tw-info-name {
	color: #000;
	font-weight: bold;
}

#dcuiMain.home  .dcm-twitter-listing .dcm-tw-info-user {
	font-weight: 300;
}

#dcuiMain.home .dcm-twitter-listing .dcm-tw-icon {
	width: 51px;
	margin-top: 5px;
}

@media all and (max-width: 370px) {	
	#dcuiMain.home  .dcm-twitter-listing .dcm-tw-body > div {
		font-size: 11px;
		line-height: 1.5;
	}
	
}

@media all and (min-width: 960px) {
	#dcuiMain.home  #homeTwitter {
		margin: 40px 118px 100px;
	}
	
	#dcuiMain.home .dcm-twitter-listing {
		 display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	#dcuiMain.home  .dcm-twitter-listing .dcm-tw-body > div {
		text-align: justify;
	}
	
	#dcuiMain.home  .dcm-twitter-listing .dcm-tw-info-at {
		display: block;
	}
}


/* -----------------------------------------------
	Order A Taxi page
----------------------------------------------- */


@media all and (min-width: 320px) {	

	
}


@media all and (min-width: 660px) {	
	
}

@media all and (min-width: 695px) {
	
}

@media all and (min-width: 960px) {
	
	
	
}

/* -----------------------------------------------
	Rate Estimator page
----------------------------------------------- */
    

/* -----------------------------------------------
	Accounts Page
----------------------------------------------- */


@media all and (min-width: 960px) {
	
	
}





/* -----------------------------------------------
	Hiring Page
----------------------------------------------- */

#dcuiMain.hiring #pubMain #article .dc-copy-box p:first-child {
	margin-top: 0;
}

/* -----------------------------------------------
	Contact Page
----------------------------------------------- */

#dcuiMain.contact #pubMain .dc-section p {
    text-align: left;
}

@media all and (max-width: 640px) {
	#contact-form {
		width: 100%;
	}
}

@media all and (min-width: 641px) and (max-width: 959px) {
	#contact-form {
		width: 650px;
	}
}

/* -----------------------------------------------
	History & Co-op Resources Pages
----------------------------------------------- */

.rightFloatImg {
	max-width: 100%;
	display: block;
	margin: 27px;
}


@media all and (min-width: 430px) and (max-width: 959px) {
	
	.rightFloatImg {
		max-width: 350px;
		margin: 27px auto;
	}
}

@media all and (min-width: 960px) {
	
	.rightFloatImg {
		max-width: 350px;
		float: right;
		margin-left: 30px;
		margin-bottom: 5px;
		margin-top: 9px;
	}
}

/* -----------------------------------------------
	Page-specific Styling
----------------------------------------------- */
#dcuiMain.featured-services #pubMain #article,
#dcuiMain.hiring #pubMain #article {
	margin-bottom: 30px;
}

#dcuiMain.history #pubMain #article,
#dcuiMain.co-op-resources #pubMain #article,
#dcuiMain.accounts #pubMain #article,
#dcuiMain.contact #pubMain #article,
#dcuiMain.about #pubMain #article,
#dcuiMain.rate-estimator #pubMain #article {
		margin-bottom: 60px;
}

#dcuiMain.contact #pubMain #article  h1{
	margin-bottom: 0;
}

