@charset "UTF-8";
/* app css stylesheet */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

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

/* SASS Sheet for meyer reset */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

.fa-border {
  padding: .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: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* main grid variables */
body {
  font: 100% "Helvetica Neue", Helvetica, sans-serif;
  color: #000000; }

/* Generic fonts and mixins */
/* Generics */
/* Breakpoints */
/* navigation */
/* Gutters/Padding */
/* Basic widths */
/* main grid variables */
.hiddenSec {
  display: none; }

.seventyThird {
  display: none; }

nav {
  width: 100%;
  position: relative; }

.topnav {
  width: 73px;
  float: left;
  text-align: center;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  height: 60px; }

.topLevelNav, .topLevelNavHome {
  float: left;
  text-align: center;
  padding: 10px;
  height: 59px; }

.topLevelNav a, topLevelNavHome a {
  margin-top: 6px;
  display: inline-block; }

.topHundred {
  width: 100%;
  min-height: 100px;
  background-color: #fff; }

#topLevelNav1 {
  width: 108px; }

#topLevelNav1 a {
  margin-top: 10px;
  display: inline-block; }

#topLevelNav2 {
  width: 84px; }

#topLevelNav3 {
  width: 148px; }

#topLevelNav4 {
  width: 130px; }

#topLevelNav5 {
  width: 110px; }

#topLevelNav6 {
  width: 181px;
  border-left: 1px solid white; }

#topLevelNav6 .activenav {
  width: 180px; }

.hiddenSec {
  clear: both;
  background-color: #fff;
  margin-top: -5px;
  position: absolute;
  top: 74px;
  width: 100%;
  border: solid #a0a0a0;
  border-width: 0px 1px 1px 1px;
  padding-bottom: 10px; }

.staticLeft {
  float: left;
  width: 25%;
  padding: 0px 20px; }

.seventyThird {
  float: left;
  width: 75%; }

.tertiarylinks {
  float: left;
  width: 33.3%;
  padding: 0px 20px 20px 0px; }

.tertiarylinks:empty {
  display: none; }

.tertiarylinks img {
  margin: 20px auto; }

.sitemap {
  border-left: 1px solid #666d70;
  border-right: 1px solid #666d70;
  border-bottom: 1px solid #666d70; }

.sitemap, #searchform-div, #share-div {
  clear: both;
  display: none; }

.sitemap ul li, .sitemap li {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.sitemapGroup {
  width: 25%;
  float: left;
  padding: 20px; }

.sitemapGroup a {
  text-transform: uppercase;
  text-decoration: none;
  color: #7a7a7a; }

.sitemapTitle {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  margin-top: 20px;
  border: none !important; }

#masthead {
  border-top: 1px solid #a0a0a0;
  height: 60px;
  z-index: 100;
  position: relative;
  border-bottom: 1px solid #a0a0a0;
  background-color: #fff; }

.activel {
  display: block; }

.Small h4 {
  text-align: left; }

.topLevelNav, .topLevelNav a, .topLevelNavHome a, .staticLeft h3, .tertiarylinks h3, .sitemapGroup a, #searchform-div input {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1.5px;
  cursor: pointer;
  line-height: 12px; }

#site-navigation ul {
  position: relative;
  z-index: 100;
  list-style: disc outside none; }

#site-navigation ul.children {
  margin-top: 5px; }

#popUpLink {
  clear: both; }

.staticLeft h3, .tertiarylinks h3 {
  display: inline-block;
  border-bottom: 1px solid #3e6cae;
  width: 100%;
  padding: 10px 0px; }

.staticLeft h3 a, .tertiarylinks h3 a, .offramp a {
  text-decoration: none;
  color: #333333; }

.tertiarylinks h3 a {
  font-weight: normal; }

.imageLink {
  padding: 0px;
  border: none; }

.featuredposts, .featuredposts h3 {
  border: none;
  text-decoration: none;
  color: #333333;
  font-weight: normal;
  margin-top: 10px; }

.haschild a, .sitemapTitle, .page_item_has_children a {
  line-height: 10px;
  display: inline-block; }

.page_item_has_children {
  margin-left: 10px;
  margin-top: 5px; }

.sitemap li {
  margin-top: 2px; }

.children li a {
  border: none;
  font-weight: normal;
  margin-left: 5px; }

.sitemapGroup a {
  line-height: 14px;
  display: inline-block;
  margin-top: 3px;
  letter-spacing: 0.5px; }

#tnSitemap, #sharebutton, #searchbutton, #offRamp {
  font-size: 24px;
  display: inline-block;
  height: 59px;
  padding-top: 15px;
  font-weight: normal;
  cursor: pointer; }

.staticLeft h3 a:hover, .tertiarylinks h3 a:hover {
  color: #3e6cae; }

.activenav, .haschild.activel a {
  color: #3e6cae; }

.activenav {
  height: 59px;
  background-color: #fff;
  border-left: 1px #a0a0a0 solid !important;
  border-right: 1px #a0a0a0 solid; }

.duplicateHeader {
  margin-left: 11px;
  border-left: 3px solid #7a7a7a;
  font-weight: bold; }

.offRamphide ul li, .offRamphide li {
  list-style: none; }

#searchform-div, #share-div {
  position: absolute;
  top: 59px;
  padding: 20px;
  right: 0px;
  background-color: #fff;
  display: none;
  width: 325px;
  height: 90px;
  border: solid #a0a0a0;
  border-width: 0px 1px 1px 1px; }

#share-div {
  width: 290px; }

#searchform-div input {
  padding: 10px;
  position: absolute;
  right: 10px;
  margin: 0px;
  width: 145px;
  cursor: text; }

#searchInput {
  position: absolute;
  left: 10px;
  top: 30px; }

.login, .register {
  float: left;
  width: 220px;
  margin-top: 40px; }

.offramp a {
  border-bottom: none; }

.headertop {
  display: block;
  width: 100%;
  border-bottom: 1px #7a7a7a solid;
  text-transform: uppercase; }

.sitemapGroup a {
  text-transform: none; }

.shireLogo {
  float: left;
  width: 18px;
  text-align: right;
  margin-top: 35px; }

#topheader {
  height: 100px;
  position: relative;
  background-color: #fff; }

.login.mobileOnly {
  margin-top: 15px;
  margin-left: 10px; }

.register.mobileOnly {
  margin-top: 15px;
  margin-left: 15px; }

.offRamphide {
  display: none; }

.offRampactive {
  display: block; }

.offramp {
  padding: 10px;
  clear: both;
  width: 100%;
  float: left; }

#offRampList {
  position: absolute;
  top: 61px;
  left: -1000px;
  background-color: #fff; }

.offRamphide .page_item_has_children a {
  font-weight: bold; }

#closeOramp {
  position: absolute;
  right: 0px;
  top: 5px;
  border-bottom: 1px solid #3e6cae;
  border-top: 1px solid #3e6cae; }

#closeOramp img {
  margin-top: 8px; }

.offRamphide .children li a {
  font-weight: normal; }

.offRampactive, .activeMobile {
  color: #3e6cae !important; }

.topnav.mobileOnly {
  cursor: pointer; }

.sitemapTitle a {
  border-left: 3px solid #7a7a7a;
  padding-left: 5px; }

.offramp a {
  padding: 3px 6px;
  line-height: 22px; }

.offRamphide {
  margin-top: 10px; }

.offRamphide a, .offRamphide li a {
  line-height: 22px; }

.offRamphide li {
  margin-top: 13px; }

.activeList {
  display: block;
  margin-top: -15px; }

.activeL {
  display: block !important; }

.searchform img {
  width: 45px; }

.scrollArrow {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0px;
  cursor: pointer;
  z-index: 120; }

#registerPopup {
  position: absolute;
  border: 1px #666d70 solid;
  width: 200px;
  left: 120px;
  top: 18px;
  padding: 10px;
  color: #666d70;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  background-color: #3e6cae;
  font-size: 12px; }

.register {
  cursor: pointer; }

#searchbutton {
  border-left: none;
  border-right: none;
  width: 73px;
  float: left;
  border-right: 1px solid #666d70; }

.closeTrigger {
  height: 58px;
  min-width: 10px;
  position: absolute;
  right: -10px;
  background-color: #fff; }

.activenav.closeTrigger {
  display: none; }

.secondaryLi a {
  font-weight: normal; }

.topLevelNavHome img {
  margin-top: -3px; }

#topLevelNav6 {
  border-right: none !important; }

/* xsmall */
@media (min-width: 0px) {
  .topLevelNav, .topLevelNavHome, #sharebutton {
    display: none; }
  #searchbutton {
    float: right; }
  .adhdLogo {
    text-align: left;
    padding: 20px; }
  .adhdLogo img {
    margin-left: 0px; }
  #tnSitemap {
    display: none; }
  .topnav {
    width: 50px; }
  .scrollArrow {
    display: none; } }

/* small */
@media (min-width: 736px) {
  .adhdLogo {
    width: 100%;
    text-align: center;
    padding: 20px; }
  .topnav {
    width: 73px; } }

/* medium */
@media (min-width: 980px) {
  .topLevelNav, #sharebutton, .topLevelNavHome {
    display: block; }
  #tnSitemap {
    display: inline-block; }
  .adhdLogo {
    float: left;
    padding: 20px;
    width: 651px;
    text-align: center; }
  .adhdLogo img {
    margin-left: -50px; }
  #offRamp {
    display: none; }
  .scrollArrow {
    display: block; } }

/* large */
/* xlarge */
/* SASS Sheet for header and megamenu */
#mainslideshow {
  overflow: hidden; }

.contentSlider {
  width: 800px;
  margin: auto;
  text-align: center; }

.contentSlider h2 {
  text-align: center;
  color: #fff;
  font-size: 46px;
  display: inline-block;
  line-height: 52px;
  padding: 20px 0px;
  margin-top: 100px; }

.contentSlider h3 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  padding: 20px 0px; }

.slidesjs-previous {
  position: absolute;
  top: 300px;
  z-index: 10;
  left: 20px;
  vertical-align: middle; }

.slidesjs-next {
  position: absolute;
  top: 300px;
  z-index: 10;
  right: 20px; }

.slidesjs-pagination {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  width: 100%;
  text-align: center; }

.slidesjs-pagination-item {
  color: #fff;
  display: inline-block;
  padding: 3px; }

.slidesjs-pagination-item a {
  color: #fff; }

.mobile-text {
  height: 250px; }

.mobile-text h2 {
  font-size: 26px;
  color: #3e6cae;
  padding: 20px;
  text-align: center; }

.mobile-text h3, .mobile-text h3 {
  padding: 20px;
  text-align: center;
  font-weight: normal;
  display: inline-block; }

.mobile-text {
  -webkit-box-shadow: 0px 5px 5px 0px #dbdbdb;
  -moz-box-shadow: 0px 5px 5px 0px #dbdbdb;
  box-shadow: 0px 5px 5px 0px #dbdbdb;
  margin-bottom: 10px; }

.mobileOnly .slidesjs-pagination {
  display: none; }

.slide-shownew {
  display: block;
  position: relative;
  z-index: 50 !important;
  width: 100%; }

.previous {
  position: absolute;
  top: 350px;
  z-index: 100;
  width: 100%;
  z-index: 80; }

#prev {
  display: block;
  margin-left: 20px;
  float: left; }

#next {
  display: block;
  margin-right: 20px;
  float: right; }

.cycle-pager-active {
  color: #3e6cae; }

#adv-custom-pager {
  position: absolute;
  z-index: 100;
  top: 600px;
  text-align: center;
  width: 100%; }

@media (min-width: 0px) {
  .slidesjs-previous, .slidesjs-next {
    display: none; }
  #slides, .slideshow {
    height: 221px; }
  .slide-shownew {
    height: 221px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: none; }
  #mainslideshow {
    height: 500px;
    -webkit-box-shadow: 0px 5px 5px 0px #dbdbdb;
    -moz-box-shadow: 0px 5px 5px 0px #dbdbdb;
    box-shadow: 0px 5px 5px 0px #dbdbdb; }
  .previous {
    display: none; }
  .contentSlider h2 {
    text-align: center;
    color: #3e6cae;
    font-size: 26px;
    display: inline-block;
    line-height: 26px;
    padding: 20px 0px;
    margin-top: 250px; }
  .contentSlider h3 {
    text-align: center;
    color: #333333;
    font-size: 16px;
    display: inline-block;
    padding: 0px 0px;
    font-weight: normal;
    margin-top: 0px; }
  #adv-custom-pager {
    position: absolute;
    z-index: 100;
    top: 680px;
    text-align: center;
    width: 100%; }
  .fa-square {
    color: #7a7a7a;
    margin: 2px; }
  .cycle-pager-active {
    color: #3e6cae; }
  .contentSlider {
    width: 75%; } }

/* small */
/* medium */
@media (min-width: 980px) {
  .previous {
    display: block; }
  .slide-shownew {
    min-height: 500px; }
  .slide-shownew {
    height: 241px;
    background-size: cover; }
  #mainslideshow {
    border: none; }
  .slidesjs-previous {
    position: absolute;
    top: 220px;
    z-index: 10;
    left: 20px;
    vertical-align: middle;
    display: block; }
  .slidesjs-next {
    position: absolute;
    top: 220px;
    z-index: 10;
    right: 20px;
    display: block; }
  .contentSlider h2 {
    text-align: center;
    color: #fff;
    font-size: 46px;
    display: inline-block;
    line-height: 52px;
    padding: 20px 0px;
    margin-top: 70px; }
  .contentSlider h3 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    padding: 20px 0px; }
  .contentSlider h2 p, .contentSlider h3 p {
    color: #fff; }
  #adv-custom-pager {
    position: absolute;
    z-index: 100;
    top: 600px;
    text-align: center;
    width: 100%; }
  .fa-square {
    color: #fff;
    margin: 2px; }
  .cycle-pager-active {
    color: #3e6cae; }
  .contentSlider {
    width: 700px; }
  .contentSlider a {
    display: inline-block;
    clear: both;
    padding: 5px 15px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 10px; }
  .contentSlider h3 {
    padding: 20px 0px; } }

/* large */
/* xlarge */
/* General layout */
.postsDefault {
  min-height: 200px;
  min-width: 25%;
  float: left;
  padding: 10px;
  position: relative; }

.postsDefault h5 {
  color: #7a7a7a;
  font-size: .75rem; }

#prev, #next {
  cursor: pointer; }

.Small h4 {
  text-align: left; }

.Small h4 {
  padding: 10px;
  position: absolute;
  top: 135px;
  text-align: left !important;
  margin-top: 40px;
  font-size: 14px !important; }

.Small h5 {
  padding: 10px;
  position: absolute;
  bottom: 25px;
  font-weight: normal; }

.containerGrey {
  background-color: #eeeeee;
  padding-top: 40px; }

.Double {
  width: 50%; }

.Double h4 {
  padding: 10px;
  position: absolute;
  top: 58px;
  font-size: 22px;
  max-width: 285px; }

.Double h5 {
  padding: 10px;
  position: absolute;
  top: 156px;
  font-weight: normal;
  max-width: 285px; }

.postContent {
  background-color: #fff;
  min-height: 300px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden; }

.readMore {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 7px 30px 7px 30px;
  border: solid #7a7a7a 1px;
  text-decoration: none;
  background-color: #fff;
  text-transform: uppercase; }

.readMore a {
  color: #7a7a7a; }

.readMore:hover {
  background: #3e6cae;
  text-decoration: none;
  color: #fff; }

.readMore:hover a {
  color: #fff; }

.tag {
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  padding: 1px 15px 1px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block; }

.tag.Both {
  background-color: #5530aa; }

.tag.Child {
  background-color: #9f4b9d; }

.tag.Adult {
  background-color: #3e6cae; }

.Register .postContent {
  background-color: #333333; }

.Register .postContent h4 {
  color: #fff;
  text-align: center;
  margin-top: 40px; }

.Register .postContent h5 {
  color: #eeeeee;
  text-align: center;
  margin-top: 20px;
  font-weight: normal;
  padding: 20px; }

.pRegister {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  font-size: 10px; }

.readMorew {
  background-color: #333333;
  border-color: #fff; }

.readMorew a {
  color: #fff; }

.readMorew, .image .postContent .readMore, .Double .readMore {
  position: absolute;
  bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 190px; }

.Register .readMorew {
  background-color: #fff;
  color: #000000; }

.Register .readMorew:hover a {
  color: #000000; }

.Register .readMorew:hover {
  background-color: #3e6cae; }

.image .postContent h4 {
  color: #333333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0px 5px; }

.journalPdate {
  padding: 0px;
  text-align: center;
  color: #7a7a7a;
  font-size: .75rem;
  position: absolute;
  bottom: 80px;
  width: 90%;
  text-align: center; }

.filters {
  text-align: right; }

.filters h6 {
  float: left;
  margin: 20px; }

.filter {
  font-size: 14px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  border: none;
  margin: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

#more {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

#references {
  margin-left: 0px;
  margin-top: 20px; }

#filterChild {
  background-color: #9f4b9d; }

#filterAdult {
  background-color: #3e6cae; }

#filterShow {
  background-color: #5530aa; }

.boxout-line {
  font-style: italic;
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
  margin: 20px 0px;
  padding: 20px 20px 20px 20px !important;
  font-weight: normal;
  font-family: Georgia;
  font-size: 1.7rem !important;
  line-height: 2rem !important; }

p sup, li sup, ul sup, .callout sup {
  font-size: 10px;
  line-height: 1px; }

.boxout-line sup, .callout h2 sup {
  font-size: 16px; }

.boxout-line strong {
  font-weight: normal;
  color: #7a7a7a; }

.postsDefault a {
  color: #333; }

@media (min-width: 0px) {
  .Small, .Register {
    width: 100%; }
  .image {
    width: 100%; }
  .Double h4 {
    top: 255px; }
  .Double h5 {
    top: 356px; }
  .postsDefault {
    height: 360px; }
  .postContent {
    height: 340px; }
  .Double .postContent {
    height: 520px;
    background-position: 0px 0px; }
  .Double {
    width: 100%;
    height: 540px; }
  .filter {
    width: 100%; }
  .contentSlider h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 220px; }
  #adv-custom-pager {
    top: 620px;
    display: none; }
  .Small h4 {
    top: 285px; }
  .journalP {
    padding: 0px 20px;
    text-align: center;
    color: #7a7a7a;
    font-size: .75rem;
    position: absolute;
    top: 220px; } }

/* small */
@media (min-width: 356px) {
  .Small, .Register {
    width: 100%; }
  .image {
    width: 100%; }
  .Double h4 {
    top: 255px; }
  .Double h5 {
    top: 356px; }
  .postsDefault {
    height: 440px; }
  .postContent {
    height: 420px; }
  .Double .postContent {
    height: 520px; }
  .Double {
    width: 100%;
    height: 540px; }
  .filter {
    width: 85%; }
  .filters {
    text-align: center; }
  #adv-custom-pager {
    top: 620px;
    display: none; }
  .contentSlider h2 {
    margin-top: 180px; }
  .Small h4 {
    top: 265px; } }

/* small */
@media (min-width: 456px) {
  .Small, .Register {
    width: 50%; }
  .Double {
    width: 50%;
    height: 390px; }
  .image {
    width: 50%; }
  .Double .postContent {
    height: 410px;
    background-position: -9999px -9999px; }
  .Double h4 {
    top: 58px; }
  .Double h5 {
    top: 156px; }
  .postsDefault {
    height: 430px; }
  .postContent {
    height: 410px; }
  .Double .readMore {
    bottom: 60px; }
  .contentSlider h2 {
    margin-top: 220px; }
  .journalP {
    padding: 0px 20px;
    text-align: center;
    color: #7a7a7a;
    font-size: .75rem;
    position: absolute;
    top: 180px; } }

/* small */
@media (min-width: 736px) {
  .Small, .Register {
    width: 33%; }
  .Double {
    width: 66%;
    height: 320px; }
  .image {
    width: 33%; }
  .Double .postContent {
    height: 320px;
    background-position: 0px 0px; }
  .Double h4 {
    top: 58px; }
  .Double h5 {
    top: 156px; }
  .postsDefault {
    height: 340px; }
  .postContent {
    height: 320px; }
  .Double .readMore {
    bottom: 20px; }
  .filter {
    width: auto; }
  .filters {
    text-align: right; }
  .contentSlider h2 {
    margin-top: 220px; }
  .Small h4 {
    top: 185px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .Small h4 {
    top: 145px; } }

/* medium */
@media (min-width: 980px) {
  .Small, .Register {
    width: 25%; }
  .Double {
    width: 50%; }
  .Double {
    width: 50%;
    height: 320px; }
  .Double .postContent {
    height: 300px; }
  .Double h4 {
    top: 58px; }
  .Double h5 {
    top: 156px; }
  .image {
    width: 25%; }
  .postsDefault {
    height: 320px; }
  .postContent {
    height: 300px; }
  #adv-custom-pager {
    top: 600px;
    display: block; }
  .contentSlider h2 {
    margin-top: 40px; }
  .Small h4 {
    top: 145px; } }

/* large */
/* xlarge */
/* General layout */
article {
  -webkit-box-shadow: 0px 5px 5px 0px #dbdbdb;
  -moz-box-shadow: 0px 5px 5px 0px #dbdbdb;
  box-shadow: 0px 5px 5px 0px #dbdbdb;
  position: relative;
  z-index: 5; }

.entry-content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
  padding: 20px 0px 0px 0px; }

.chartcontainer {
  width: 75%;
  float: right; }

.entry-content h6 {
  display: inline-block;
  float: left;
  min-width: 23%;
  max-width: 23%;
  margin-top: 20px;
  padding-right: 2%; }

table {
  background-color: #eeeeee;
  border: 1px solid #333333;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%; }

tr {
  border-bottom: 1px #fff solid;
  padding: 10px; }

tr:last-child {
  border: none; }

thead tr {
  border-bottom: 1px #fff solid !important; }

td {
  padding: 10px; }

ul li {
  list-style-position: outside; }

a {
  color: #3e6cae;
  text-decoration: none; }

.elearn {
  width: 100%;
  padding: 50px 20px;
  margin: 20px 0px;
  text-align: center;
  background-image: url("/wp-content/themes/adhd/imgs/elearn.png");
  background-size: cover; }

.elearn .readMore {
  margin-top: 40px;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.breadcrumb {
  padding: 10px;
  border-bottom: 1px solid #a0a0a0; }

.breadcrumb a, .breadcrumb {
  font-size: 12px; }

h3 {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0px 0px 0px;
  clear: both;
  color: #3c3d46; }

h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 20px 0px 0px 0px;
  clear: both;
  color: #3c3d46; }

.elearn h2, .elearn h3 {
  width: 90%;
  text-align: center;
  display: inline-block; }

p:empty {
  display: none; }

.basic-table {
  margin-top: 20px; }

strong {
  color: #3c3d46; }

.basic-table ol {
  margin-left: 20px; }

.basic-table ol li {
  list-style: decimal;
  color: #666d70;
  margin: 20px;
  line-height: 14px; }

p {
  color: #666d70;
  padding: 20px 0px; }

.entry-content ul li, .entry-content ol li, .congress-child ul li {
  padding: 10px;
  color: #666d70;
  line-height: 1.5rem; }

.entry-content ul, .entry-content ol, .congress-child ul {
  margin-left: 20px;
  margin-bottom: 10px; }

.entry-content ol li {
  list-style: decimal; }

.banner strong {
  color: white; }

.entry-content ul li:before, .congress-child ul li:before {
  content: "● ";
  color: #3e6cae;
  /* or whatever color you prefer */
  margin: 0 5px 0 5px; }

ul + p {
  padding: 0px !important;
  margin-top: -10px; }

.fullwidth {
  width: 100% !important; }

.pub_date h4 {
  padding: 0px;
  line-height: 1px;
  margin: 0px; }

.pub_date {
  height: 1px; }

#chartdiv {
  float: right;
  max-width: 75%; }

.entry-content ul li ul {
  margin-bottom: 0px; }

.entry-content ul li ul li {
  padding-bottom: 0px;
  margin-left: 8px; }

.entry-content ul li ul li:before, .entry-content ul ul li:before {
  content: "○ ";
  color: #3e6cae;
  /* or whatever color you prefer */
  margin: 0 15px 0 -5px; }

.entry-content ul ul li:before {
  margin-left: 8px; }

.featuredbanner {
  background-position: center center;
  background-size: cover; }

button {
  cursor: pointer; }

.footer {
  float: left;
  width: 25%;
  border-right: 1px solid #fff;
  margin: 20px 0px;
  min-height: 180px; }

.sitemap {
  background-color: #fff;
  z-index: 101; }

.footer p {
  color: #fff; }

#menu-footer-main, #menu-footer-secondary {
  padding: 0px 20px; }

#menu-footer-main li a, #menu-footer-secondary li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px; }

#menu-footer-main li, #menu-footer-secondary li {
  padding: 5px 0px; }

#menu-footer-secondary li a {
  font-weight: normal;
  text-transform: none; }

#menu-footer-main li a {
  text-transform: uppercase; }

#footerFourth p {
  padding: 0px 20px 20px 20px; }

#footerFourth {
  border: none; }

#registerNow, #registerNow a {
  background-color: #fff;
  color: #666d70; }

#references {
  background-color: #3e6cae;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.footercopyRight {
  font-size: 12px;
  color: #666d70;
  margin: 20px 0px; }

#footerFirst {
  padding: 0px 20px; }

#colophon {
  background: #333333;
  clear: both;
  width: 100%;
  padding-bottom: 50px; }

.references {
  display: none; }

.references ol li {
  margin-left: 40px;
  padding: 3px;
  list-style: decimal;
  color: #666d70; }

.seconddiv {
  display: none; }

#more, #morecss, #homebutton {
  clear: both;
  width: 98%;
  background-color: #3e6cae;
  display: block;
  margin: 20px auto;
  cursor: pointer;
  max-width: 980px; }

#homebutton a {
  color: #fff; }

.filteractive:after {
  content: "•";
  position: absolute;
  right: 12px;
  font-size: 22px;
  top: 5px; }

.filter {
  position: relative; }

/* VIDEO Embedding */
/*register page */
.label {
  min-width: 120px;
  float: left;
  color: #666d70; }

.labelRow {
  margin-top: 12px;
  clear: both;
  color: #666d70; }

select {
  border: 1px solid #ccc;
  vertical-align: top;
  height: 28px; }

.redForm {
  font-size: 12px !important;
  color: red; }

.checkBoxtext {
  font-size: 14px; }

.labelBox {
  min-width: 25px;
  float: left; }

/* CONGRESS PAGE */
.congressImage {
  float: left;
  margin: 20px 1% 0px 0px;
  padding: 0px 2% 0px 0px; }

.congressImage img {
  width: 100% !important; }

.congressText {
  width: 68%;
  padding: 0px 1%;
  float: left;
  margin-bottom: 20px; }

.congressImage p {
  line-height: 15px;
  font-size: 14px;
  padding-top: 10px; }

.calloutCongress {
  clear: both; }

.calloutCongress p {
  font-size: 1.7rem;
  line-height: 2rem; }

.calloutCongress :first-of-type {
  padding: 0px !important; }

input[type=submit] {
  padding: 10px 15px;
  background: #3e6cae;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase; }

input[type=text], select {
  padding: 6px 10px;
  box-sizing: border-box; }

.thirty {
  float: left;
  width: 26%;
  padding: 0% 2%; }

.eleranHome {
  margin-bottom: 40px; }

.callout {
  margin: 20px 0px;
  background-color: #eeeeee;
  border: 1px solid #333333;
  padding: 20px !important;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
  padding: 20px 0px 0px 0px; }

.callout {
  color: #666d70; }

.callout p {
  padding-top: 0px;
  padding-bottom: 10px; }

.callout h3, .callout h2 {
  padding-top: 0px;
  margin-top: 0px; }

.callout h2 {
  padding-bottom: 10px; }

.callout strong {
  padding: 10px 0px !important;
  margin-top: 10px; }

.callout ol li {
  list-style: decimal; }

.grid h4 {
  text-align: center;
  padding-bottom: 20px; }

.fullWidthGrey {
  background-color: #eeeeee;
  text-align: center;
  margin: 0px;
  padding: 20px; }

.page-header {
  margin-top: 20px; }

.posts-navigation {
  margin-bottom: 20px; }

.is-small, .entry-meta p {
  font-size: 0.75rem !important;
  margin: 0px !important;
  padding: 5px 0px !important; }

.entry-header h4 {
  font-size: 1rem;
  color: #666d70;
  text-align: left;
  margin-top: 10px; }

.formmMarginL {
  margin-left: 20px;
  display: inline-block; }

.wsp-container ul li, .wsp-container ul li a, .wsp-container ul li .children {
  border: none;
  margin-bottom: 3px;
  padding: 2px; }

h1 {
  font-size: 1.25rem; }

.search-submit {
  color: transparent;
  background-image: url("/wp-content/themes/adhd/imgs/submit.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 132px 34px;
  overflow: hidden;
  width: 132px;
  height: 34px;
  background-color: #fff;
  border: none;
  float: right;
  margin-top: 10px; }

.search-submit {
  color: transparent; }

.entry-content ul {
  list-style: none outside none;
  margin-left: 0;
  padding-left: 10px;
  text-indent: -25px; }

.entry-content li {
  padding-left: 1em; }

.entry-content ol {
  margin-left: 20px; }

.entry-content ol li {
  padding: 10px; }

/* Exit ramp */
#unique_id {
  z-index: 101;
  width: 360px;
  height: 300px;
  position: fixed;
  left: 45%;
  background-color: white;
  border: 1px solid gray;
  padding: 0px 20px 15px;
  transform: translateY(-50%);
  top: 302px;
  display: none; }

#unique_id #continueLink {
  background-color: #3e6cae;
  padding: 5px 10px;
  margin: 0px 5px;
  color: #fff; }

#unique_id #cancelLink {
  background-color: #9f4b9d;
  padding: 5px 10px;
  margin: 0px 5px;
  color: #fff; }

/* Key Congress overview page */
.monthDate {
  width: 25%;
  background-color: #3e6cae;
  float: left;
  clear: both;
  margin-top: 20px;
  text-align: center;
  padding: 10px; }

.congressOverview {
  width: 73%;
  margin-left: 2%;
  float: left;
  margin-top: 20px;
  padding: 10px;
  border-top: 1px #a0a0a0 dotted;
  border-bottom: 1px #a0a0a0 dotted; }

.monthDate h5, .monthDate p {
  color: #fff; }

.monthDate p {
  line-height: 0px;
  padding-bottom: 10px; }

.congressOverview a {
  font-weight: bold; }

#Video2, #Video1, #Video3, #Video4, #Video5, #Video6, #Video7, #Video8, #Video9, #Video10 {
  padding-top: 160px;
  margin-top: -140px; }

.congress-child p {
  padding: 20px 0px 0px 0px; }

.congress-child a {
  margin: 20px 0px 0px 0px;
  display: inline-block; }

.wsp-container .page_item_has_children {
  margin-left: 40px; }

.wsp-container .page_item_has_children li a:before, .wsp-container .page_item_has_children ul li:before {
  margin: 0px; }

.wsp-container .page_item_has_children a {
  padding-left: 20px !important;
  line-height: 18px; }

.wsp-container ul {
  margin-left: 20px; }

/* xsmall */
@media (min-width: 0px) {
  .row, .outerRow {
    width: 100%;
    margin: 0px auto;
    clear: both; }
  .grid {
    width: 100%;
    margin: 0px auto;
    overflow: hidden; }
  .column-12-12 {
    width: 100%;
    position: relative;
    padding: 10px;
    text-align: left; }
  .column-6-12 {
    width: 50%;
    position: relative;
    padding: 10px;
    text-align: left; }
  .mobileOnly {
    display: block; }
  .mobileHide {
    display: none; }
  #content {
    clear: both; }
  #main .banner h2 p, .elearn h2 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    display: inline-block;
    line-height: 26px;
    padding: 20px 0px;
    margin-top: 0px; }
  #main .banner h3 p, .elearn h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 20px 0px;
    font-weight: normal;
    display: inline-block;
    max-width: 980px; }
  .banner {
    text-align: center;
    padding: 20px; }
  .footer {
    width: 100%;
    border-bottom: 1px solid #fff; }
  #registerNow {
    width: 94%; }
  article {
    padding: 20px; }
  .grid-plus {
    max-height: 1770px;
    overflow: hidden; }
  .filters h6 {
    float: left;
    text-align: left; }
  .postsDefault h4 {
    font-size: 22px; }
  .entry-content h6 {
    max-width: 100%;
    margin-bottom: 10px; }
  .entry-content img {
    width: 100%;
    height: auto; }
  .video-js {
    width: 100% !important;
    height: 290px !important; }
  .congressImage {
    width: 100%; }
  .congressText {
    width: 98%;
    padding: 0px 1%;
    float: left;
    margin-bottom: 20px; }
  .congress-child {
    padding: 20px; }
  .fourty, .sixty {
    float: left;
    width: 100%;
    padding: 0% 2%; }
  .borderRight {
    border-right: none; }
  #unique_id {
    left: 5%; }
  div#page.site {
    overflow: hidden; } }

/* small */
@media (min-width: 736px) {
  .mobileHide {
    display: block; }
  .footer {
    width: 25%;
    border-bottom: none; }
  .grid-plus {
    max-height: 1020px;
    overflow: hidden; }
  .ipadHide {
    display: none; }
  .filters h6 {
    float: none; }
  .postsDefault h4 {
    font-size: 100%; }
  .video-js {
    width: 730px !important;
    height: 410px !important; }
  .congressImage {
    width: 40%; }
  .congressText {
    width: 58%;
    padding: 0px 1%;
    float: left;
    margin-bottom: 20px; }
  #unique_id {
    left: 15%; }
  div#page.site {
    overflow: auto; } }

/* medium */
@media (min-width: 980px) {
  article {
    padding: 20px 0px; }
  .footer {
    width: 25%; }
  .grid {
    width: 980px;
    margin: 0px auto; }
  .grid-plus, .grid-pluscc {
    width: 1000px;
    margin: 0px auto;
    padding-bottom: 20px;
    overflow: hidden;
    max-height: 965px;
    overflow: hidden; }
  .grid-pluscc {
    max-height: 650px; }
  .mobileOnly {
    display: none !important; }
  .mobileHide {
    display: block; }
  #site-navigation {
    width: 980px;
    margin: auto;
    position: relative; }
  .banner {
    max-width: 980px;
    margin: auto; }
  #main .banner h2 p, .elearn h2 {
    text-align: center;
    color: #fff;
    font-size: 46px;
    display: inline-block;
    line-height: 52px;
    padding: 0px 0px 20px 0px;
    margin-top: 0px; }
  #main .postHeader .banner h2 p {
    text-align: center;
    color: #fff;
    font-size: 46px;
    display: inline-block;
    line-height: 52px;
    padding: 20px 0px;
    margin: 40px 0px; }
  #main .banner h3 p, .elearn h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 0px 0px 20px 0px;
    line-height: 34px; }
  .site-info {
    max-width: 980px;
    margin: auto;
    padding: 20px 0px;
    color: #fff; }
  .footer {
    float: left;
    width: 25%;
    border-right: 1px solid #fff;
    margin: 20px 0px;
    min-height: 180px; }
  .extended {
    max-height: 962px; }
  .filters h6 {
    float: left; }
  .journalP {
    position: absolute;
    bottom: 100px; }
  .entry-content img {
    width: 77%; }
  .congressImage {
    display: block; }
  .entry-content h6 {
    min-width: 23%;
    max-width: 23%;
    margin-bottom: 0px; }
  .congressImage {
    width: 40%; }
  .congressText {
    width: 58%;
    padding: 0px 1%;
    float: left;
    margin-bottom: 20px; }
  .congress-child {
    padding: 0px; }
  #content {
    margin-top: 160px; }
  .fixedHeader {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 200; }
  .fourty {
    float: left;
    width: 36%;
    padding: 0% 2%; }
  .sixty {
    float: left;
    width: 56%;
    padding: 0% 2%; }
  .video-js {
    width: 77% !important;
    height: 390px !important; }
  .borderRight {
    border-right: 1px solid #a0a0a0; }
  #unique_id {
    left: 40%; } }

/* large */
@media (min-width: 1280px) {
  .ipadHide {
    display: block; }
  .congressImage {
    width: 30%; }
  .congressText {
    width: 68%;
    padding: 0px 1%;
    float: left;
    margin-bottom: 20px; } }

/* xlarge */
/* General layout */
