@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#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;
  transform: translate(0, 0); }

/* 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; }

.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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-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: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-rebel:before {
  content: ""; }

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

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

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

.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-genderless:before,
.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-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-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: ""; }

@font-face {
  font-family: "CiscoSans";
  font-style: normal;
  font-weight: 400;
  src: url("https://s3-us-west-1.amazonaws.com/webteam-font-storage/fonts/cisco-sans/woff/CiscoSansTTRegular.woff") format("woff"); }

@font-face {
  font-family: "CiscoSansBold";
  font-style: normal;
  font-weight: 700;
  src: url("https://s3-us-west-1.amazonaws.com/webteam-font-storage/fonts/cisco-sans/woff/CiscoSansTTBold.woff") format("woff"); }

@font-face {
  font-family: "CiscoSansLight";
  font-style: normal;
  font-weight: 300;
  src: url("https://s3-us-west-1.amazonaws.com/webteam-font-storage/fonts/cisco-sans/woff/CiscoSansTTLight.woff") format("woff"); }

@font-face {
  font-family: "CiscoSansThin";
  font-style: normal;
  font-weight: 100;
  src: url("https://s3-us-west-1.amazonaws.com/webteam-font-storage/fonts/cisco-sans/woff/CiscoSansTTThin.woff") format("woff"); }

@viewport {
  width: device-width; }

html {
  margin-top: 0 !important; }

html {
  font-size: 62.5%;
  background: #39393b; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: CiscoSansThin, Arial, sans-serif;
  font-weight: normal;
  background: white;
  margin: 0; }

li,
p,
ol li {
  padding-bottom: 0.75em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.5pt;
  color: #6e6e6e; }

a {
  color: #00b0e0;
  text-decoration: none; }
  a:hover {
    color: #0088ad;
    text-decoration: underline; }

b,
strong {
  font-weight: bold; }

i,
em {
  font-style: italic; }

h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #272935;
  padding-bottom: 10px;
  margin: 0; }

body.archive h1 {
  padding-bottom: 0; }

h2 {
  margin-bottom: 0.5em;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.4pt;
  color: #272935; }

h3 {
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  color: #46494e;
  text-transform: uppercase; }

h4 {
  padding-bottom: 0.5em;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #46494e; }

h5 {
  padding-bottom: 0.5em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #46494e; }

h6 {
  padding-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #46494e; }

ul {
  padding-left: 2em;
  padding-bottom: 2.5em;
  list-style-type: square; }
  ul li {
    padding-bottom: 0.25em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7; }
  ul ul {
    list-style-type: disc; }
  ul.none {
    list-style-type: none; }

ol {
  padding-bottom: 2.5em;
  padding-left: 2.25em;
  list-style: decimal; }
  ol li {
    padding: 0; }
  ol ol {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }

blockquote,
blockquote p,
blockquote ol li,
ol blockquote li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #a1a1a1;
  font-style: italic; }

sup {
  font-size: 0.7em;
  vertical-align: top; }

a, img {
  border: none;
  outline: none; }

.clearfix::after,
.clear::after {
  clear: both;
  content: "";
  display: block; }

body #content {
  position: relative;
  padding-top: 3em; }

.align-right {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em; }

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption-text {
  color: #a1a1a1;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

.entry-content img,
.comment-content img,
.widget img {
  max-width: 97.5%;
  /* Fluid images for posts, comments, and widgets */ }

img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

img.size-full {
  max-width: 97.5%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */ }

.grid {
  max-width: 59.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0.25em; }
  .grid::after {
    clear: both;
    content: "";
    display: block; }

.mobile-pagination {
  display: block;
  height: 5em; }
  .mobile-pagination .previous,
  .mobile-pagination .next {
    position: absolute;
    top: 1em;
    width: 50%; }
  .mobile-pagination .previous {
    left: 0; }
  .mobile-pagination .next {
    left: 50%; }
  .mobile-pagination .previous a,
  .mobile-pagination .next a {
    display: block;
    position: absolute;
    top: 0;
    padding: 1em 2em;
    color: #a1a1a1; }
  .mobile-pagination .previous a {
    left: 0; }
  .mobile-pagination .next a {
    right: 0; }
  .mobile-pagination p, .mobile-pagination ol li, ol .mobile-pagination li {
    padding-top: 0em;
    margin: 0.5em 0;
    text-align: center; }

.prev {
  float: left; }

.next {
  float: right; }

.all {
  position: absolute;
  right: 0; }

.desktop-pagination {
  display: none; }

.pagination {
  position: relative;
  padding: 1em;
  margin-top: 2em;
  border-top: 1px dotted #39393b;
  font-family: CiscoSansLight, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }
  .pagination .page-numbers {
    margin: 0 0.5em; }

.read-more {
  float: right;
  font-size: 14px;
  font-size: 1.4rem; }

iframe {
  width: 90%; }

@media screen and (min-width: 59.5em) {
  body #content .main {
    float: left;
    display: block;
    margin-right: 1.1650916087%;
    width: 66.2783027971%;
    position: relative; }
    body #content .main:last-child {
      margin-right: 0; }
  body .grid {
    padding: 0; }
  body .mobile-pagination {
    display: none; }
  body .desktop-pagination {
    display: block;
    padding: 1em; }
    body .desktop-pagination .next {
      margin-right: 75px; }
    body .desktop-pagination .all {
      position: absolute;
      right: 1em; }
  body iframe {
    width: 500px; } }

header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 70px;
  background: white;
  color: #46494e;
  overflow: visible;
  border-bottom: 1px solid #f2f2f2; }
  header a {
    color: #46494e;
    text-decoration: none; }
    header a:hover {
      color: #049fd9;
      border-bottom: 0; }
  header .identity {
    width: 350px;
    position: relative;
    float: left;
    padding: 15px 0;
    z-index: 20; }
    header .identity::after {
      clear: both;
      content: "";
      display: block; }
    header .identity p, header .identity ol li, ol header .identity li {
      float: left;
      padding: 0;
      margin: 0 0 0 0.25em;
      color: #46494e;
      font-size: 22px;
      font-size: 2.2rem; }
      header .identity p:before, header .identity ol li:before, ol header .identity li:before {
        content: '|';
        color: #46494e;
        padding-right: 5px; }
    header .identity .logo {
      height: 25px;
      float: left;
      padding-right: 5px; }
      header .identity .logo a {
        display: block;
        overflow: hidden;
        height: 37px;
        width: auto; }
      header .identity .logo img {
        height: 25px; }
    header .identity .title a {
      color: #46494e; }
      header .identity .title a:hover {
        text-decoration: none; }

#wpadminbar {
  z-index: 9999999 !important; }

#main-menu {
  position: fixed;
  top: 70px;
  right: -500px;
  z-index: 1000;
  display: block;
  width: 500px;
  max-width: 80%;
  height: 100%;
  padding: 1em 0 70px;
  background: #d0d0d0;
  -webkit-transition: right 500ms;
  -moz-transition: right 500ms;
  transition: right 500ms;
  overflow-y: auto; }
  #main-menu.expanded {
    right: 0; }
  #main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #main-menu ul li {
      padding: 0;
      margin: 0; }
      #main-menu ul li:first-of-type a:before {
        display: none; }
      #main-menu ul li.opendns-link a {
        color: #a1a1a1;
        font-size: 16px;
        font-size: 1.6rem; }
      #main-menu ul li.search-link:before {
        content: '\f002';
        background: transparent;
        position: absolute;
        left: 30px;
        display: block;
        width: 16px;
        height: 20px;
        font-size: 20px;
        font-size: 2rem;
        font-family: FontAwesome;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-indent: 0;
        color: #46494e; }
  #main-menu .menu-item-has-children {
    margin-top: -35px; }
    #main-menu .menu-item-has-children:before {
      position: relative;
      top: 35px;
      left: 35px;
      font-size: 18px;
      font-size: 1.8rem;
      font-family: FontAwesome;
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #46494e; }
    #main-menu .menu-item-has-children:before {
      content: '\f107'; }
    #main-menu .menu-item-has-children.showmenu:before {
      content: '\f106'; }
  #main-menu ul.sub-menu {
    display: none; }
    #main-menu ul.sub-menu li a {
      font-size: 14px;
      font-size: 1.4rem;
      padding-left: 4em; }
  #main-menu a {
    position: relative;
    display: block;
    padding: 0.35em 0 0.35em 3em;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: CiscoSansLight, Arial, sans-serif;
    color: #595c5f; }
    #main-menu a:before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 30px;
      display: block;
      width: 100%;
      height: 1px;
      background: white; }
    #main-menu a:hover {
      text-decoration: none; }

#main-menu-button {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 20px;
  height: 14px;
  background: #39393b;
  cursor: pointer;
  overflow: hidden; }
  #main-menu-button:before, #main-menu-button:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 6px;
    background: white;
    border-top: 2px solid #39393b; }
  #main-menu-button:after {
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: 2px solid #39393b; }
  #main-menu-button.active {
    background: transparent; }
    #main-menu-button.active:before {
      display: none; }
    #main-menu-button.active:after {
      left: 0;
      bottom: 0;
      width: 20px;
      height: 20px;
      content: 'x';
      font-size: 20px;
      font-size: 2rem;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 100;
      color: #39393b;
      border-bottom: none;
      text-align: center; }

#qtip-search-box-content {
  display: none; }

.qtip-default.search-box {
  border-color: #d0d0d0 !important; }

@media screen and (min-width: 59.5em) {
  body.admin-bar header {
    top: 32px; }
  body header {
    height: 100px; }
  body #main-menu-button {
    display: none; }
  body .identity {
    padding: 45px 0 0; }
  body nav {
    position: absolute;
    bottom: 0;
    left: 0; }
    body nav ul {
      padding: 0;
      list-style: none; }
    body nav li {
      display: inline-block; }
    body nav a {
      font-size: 18px;
      font-size: 1.8rem; }
      body nav a:hover {
        color: white;
        text-decoration: none; }
    body nav#main-menu {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      display: block;
      width: auto;
      max-width: 100%;
      height: auto;
      background: transparent;
      z-index: 10;
      overflow-y: visible; }
      body nav#main-menu .menu {
        position: absolute;
        right: 0;
        bottom: 0px;
        margin: 0; }
      body nav#main-menu a {
        position: static;
        display: inline;
        padding: 0 1em;
        font-size: 14px;
        font-size: 1.4rem;
        color: #46494e;
        font-family: CiscoSansLight, Arial, sans-serif;
        padding-bottom: 20px; }
        body nav#main-menu a:before {
          display: none; }
        body nav#main-menu a:hover {
          color: #049fd9;
          text-decoration: none; }
      body nav#main-menu .current-menu-item a {
        color: #049fd9;
        border-bottom: 5px solid #049fd9; }
      body nav#main-menu .current-menu-item.opendns-link a,
      body nav#main-menu .current-menu-item.search-link a {
        border-bottom: none; }
      body nav#main-menu .opendns-link {
        position: absolute;
        top: -40px;
        right: 10px; }
        body nav#main-menu .opendns-link a {
          font-size: 11px;
          font-size: 1.1rem;
          color: #049fd9; }
          body nav#main-menu .opendns-link a:hover {
            color: #037fae; }
      body nav#main-menu .menu-item-has-children {
        margin-top: 0;
        cursor: pointer; }
        body nav#main-menu .menu-item-has-children:after {
          font-size: 18px;
          font-size: 1.8rem;
          font-family: FontAwesome;
          font-smoothing: antialiased;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #46494e;
          margin-left: -10px; }
        body nav#main-menu .menu-item-has-children:before {
          content: ' '; }
        body nav#main-menu .menu-item-has-children.showmenu:before {
          content: ' '; }
        body nav#main-menu .menu-item-has-children:after {
          content: '\f107'; }
        body nav#main-menu .menu-item-has-children.showmenu:after {
          content: '\f106'; }
      body nav#main-menu ul.sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 10px;
        background: #fff;
        padding: 10px 10px 50px;
        margin: 0;
        border-bottom: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb; }
        body nav#main-menu ul.sub-menu li {
          float: none;
          width: 175px;
          display: block; }
          body nav#main-menu ul.sub-menu li a {
            padding: 0.25em 0.5em;
            font-size: 12px;
            font-size: 1.2rem; }
          body nav#main-menu ul.sub-menu li.current-menu-item a {
            border-bottom: none;
            color: #049fd9; }
      body nav#main-menu .search-link {
        text-indent: -9999px;
        text-align: left;
        line-height: 1; }
        body nav#main-menu .search-link:before {
          display: none;
          top: 26px;
          left: 38px; }
        body nav#main-menu .search-link a {
          position: relative;
          display: block;
          width: 16px;
          height: 20px; }
          body nav#main-menu .search-link a:before {
            content: '\f002';
            background: transparent;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 16px;
            height: 20px;
            font-family: FontAwesome;
            font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-indent: 0;
            margin-left: 0;
            margin-top: 0; }
      body nav#main-menu .search-link .show {
        position: relative;
        color: #46494e;
        background: white; }
        body nav#main-menu .search-link .show:before {
          content: 'x';
          font-family: CiscoSansLight, Arial, sans-serif;
          font-size: 24px;
          font-size: 2.4rem;
          margin-top: -5px; }
        body nav#main-menu .search-link .show:hover {
          color: #46494e; }
      body nav#main-menu .search-link a:before {
        content: '\f002'; }
  body .qtip-default {
    border-color: white !important;
    background-color: white !important; }
  body #qtip-search-box.qtip.search-box {
    /* z-index: 10000000 !important;*/
    z-index: 1100009 !important;
    width: 281px;
    height: 75px;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    background-color: white;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3); }
    body #qtip-search-box.qtip.search-box:before, body #qtip-search-box.qtip.search-box:after {
      display: none;
      border: 0; }
    body #qtip-search-box.qtip.search-box .qtip-content {
      width: 265px !important;
      height: 50px !important;
      padding: 20px 15px !important;
      background: white !important;
      border-radius: 0px;
      display: block; }
      body #qtip-search-box.qtip.search-box .qtip-content form {
        width: 255px;
        height: 35px;
        border: 0;
        background: white;
        padding: 0;
        overflow: hidden; }
      body #qtip-search-box.qtip.search-box .qtip-content label {
        display: none; }
      body #qtip-search-box.qtip.search-box .qtip-content hr {
        border: none;
        height: 1px;
        background: #39393b;
        margin: -20px auto 2em; }
      body #qtip-search-box.qtip.search-box .qtip-content p, body #qtip-search-box.qtip.search-box .qtip-content ol li, ol body #qtip-search-box.qtip.search-box .qtip-content li {
        font-size: 13px;
        font-size: 1.3rem;
        text-align: center;
        font-family: CiscoSansLight, Arial, sans-serif; }
      body #qtip-search-box.qtip.search-box .qtip-content span {
        background: white;
        padding: 10px; }
      body #qtip-search-box.qtip.search-box .qtip-content .text {
        border: 0;
        width: 190px;
        height: 35px;
        line-height: 20px;
        font-size: 13px;
        font-size: 1.3rem;
        padding: 0 5px;
        float: left;
        color: #272935;
        outline: none; }
      body #qtip-search-box.qtip.search-box .qtip-content .submit {
        float: right;
        display: block;
        height: 22px;
        width: 27px;
        padding: 0;
        margin: 3px 8px 3px 0;
        border-radius: 0;
        border: 0;
        cursor: pointer;
        background: white;
        text-decoration: none;
        color: #46494e;
        font-size: 20px;
        font-size: 2rem; }
        body #qtip-search-box.qtip.search-box .qtip-content .submit i {
          display: block;
          margin: -2px 0 0 5px; } }

.pre-footer {
  margin: 4em 0;
  background: #ebebeb; }
  .pre-footer .social {
    width: 100%;
    padding: 0 0 1em;
    list-style: none; }
    .pre-footer .social p, .pre-footer .social ol li, ol .pre-footer .social li {
      padding: 0;
      margin: 0;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: right; }
    .pre-footer .social a {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 20px 5px 0 0; }
      .pre-footer .social a span {
        display: none; }
      .pre-footer .social a i:before {
        position: relative;
        top: -2px; }
    .pre-footer .social:last-child a {
      margin-right: 0; }
  .pre-footer .label {
    float: left;
    display: block;
    margin-right: 3.5786642602%;
    width: 100%;
    padding: 2em 0 0;
    margin: 1em 0 0; }
    .pre-footer .label:last-child {
      margin-right: 0; }
    .pre-footer .label p, .pre-footer .label ol li, ol .pre-footer .label li {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      padding: 0;
      margin: 0; }
  .pre-footer .form {
    float: left;
    display: block;
    margin-right: 3.5786642602%;
    width: 100%; }
    .pre-footer .form:last-child {
      margin-right: 0; }
    .pre-footer .form iframe {
      border: none;
      width: 100%; }
  .pre-footer .rss-feed {
    float: left;
    display: block;
    margin-right: 3.5786642602%;
    width: 100%; }
    .pre-footer .rss-feed:last-child {
      margin-right: 0; }
    .pre-footer .rss-feed a {
      color: #a1a1a1;
      font-size: 16px;
      font-size: 1.6rem;
      padding: 0.5em 0; }
      .pre-footer .rss-feed a .fa-rss {
        color: #f37820; }

footer {
  position: relative;
  padding: 2.25em 0;
  background: #39393b;
  font-family: CiscoSansLight, Arial, sans-serif; }
  footer a {
    color: #c7c7c7;
    font-size: 13px;
    font-size: 1.3rem; }
    footer a:hover {
      color: #d4d4d4; }
  footer p, footer ol li, ol footer li {
    padding: 10px 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    color: #c7c7c7;
    text-align: center; }
  footer ul {
    padding-bottom: 1.25em;
    padding-left: 0;
    text-align: center; }
    footer ul li {
      display: inline-block;
      padding: 0.5em;
      line-height: 1; }
      footer ul li.hidden {
        display: none; }

@media screen and (min-width: 59.5em) {
  body .pre-footer .label {
    float: left;
    display: block;
    margin-right: 1.1650916087%;
    width: 100%; }
    body .pre-footer .label:last-child {
      margin-right: 0; }
  body .pre-footer .form {
    float: left;
    display: block;
    margin-right: 1.1650916087%;
    width: 74.7087270978%; }
    body .pre-footer .form:last-child {
      margin-right: 0; }
  body .pre-footer .rss-feed {
    float: left;
    display: block;
    margin-right: 1.1650916087%;
    width: 24.1261812934%;
    margin-right: 0;
    text-align: right; }
    body .pre-footer .rss-feed:last-child {
      margin-right: 0; }
  body footer p, body footer ol li, ol body footer li {
    text-align: left;
    display: inline-block; }
  body footer ul {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left; }
    body footer ul li {
      display: inline-block;
      padding: 0;
      margin-left: 3em; } }

.post-tile {
  float: left;
  padding: 0.4em; }

.page-header {
  padding-top: 3em; }
  .page-header h1 {
    padding-bottom: 0;
    color: #f37820;
    font-size: 36px;
    font-size: 3.6rem; }

.author .page-header h1 {
  margin-bottom: 0; }

.author .page-header p, .author .page-header ol li, ol .author .page-header li {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 0.5em; }

.entry-content {
  overflow: hidden; }
  .entry-content p, .entry-content ol li, ol .entry-content li {
    font-family: CiscoSansLight, Arial, sans-serif; }

.date-arrow-wrapper {
  margin-top: -50px; }

.banner-content-wrapper .date,
.banner-content-wrapper .author {
  padding-bottom: 1em; }

.banner-content-wrapper .date,
.banner-content-wrapper .author a {
  color: #f7f7f7;
  text-decoration: none;
  letter-spacing: 0.5pt;
  font-size: 20px;
  font-size: 2rem; }

.banner-content-wrapper .button a {
  background: #f37820;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: .75em 1.25em;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  color: white;
  text-decoration: none; }
  .banner-content-wrapper .button a:hover {
    text-decoration: none;
    background: #f48636; }

.entry-header .date-arrow {
  position: absolute;
  bottom: 10px;
  left: 5%;
  width: 90%;
  margin: 0 auto;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  padding: 1em 0; }
  .entry-header .date-arrow .date {
    float: left;
    color: #f7f7f7;
    text-decoration: none;
    letter-spacing: 0.5pt;
    font-size: 14px;
    font-size: 1.4rem; }

.comment {
  float: right;
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.5pt;
  color: #f7f7f7;
  text-align: right; }
  .comment a.comment-link {
    color: #f7f7f7;
    text-decoration: none;
    display: inline; }

.archive article.post .entry-header:before {
  opacity: 0.5; }

.archive article.post:nth-child(5n+1) .entry-header:before {
  background-image: linear-gradient(-55deg, #5779EB 25%, #048FC3 85%); }

.archive article.post:nth-child(5n+2) .entry-header:before {
  background-image: linear-gradient(-55deg, #cc568e 7%, #b05ce5 93%); }

.archive article.post:nth-child(5n+3) .entry-header:before {
  background-image: linear-gradient(-55deg, #d1633f 7%, #d93e59 93%); }

.archive article.post:nth-child(5n+4) .entry-header:before {
  background-image: linear-gradient(-55deg, #ffb71c 7%, #eb7c26 93%); }

.archive article.post:nth-child(5n+5) .entry-header:before {
  background-image: linear-gradient(-55deg, #23b863 7%, #51bf4a 93%); }

.home article .entry-header:before {
  opacity: 0.5; }

.home article.postcount1 .entry-header:before, .home article.postcount6 .entry-header:before {
  background-image: linear-gradient(-55deg, #5779EB 25%, #048FC3 85%); }

.home article.postcount2 .entry-header:before, .home article.postcount7 .entry-header:before {
  background-image: linear-gradient(-55deg, #cc568e 7%, #b05ce5 93%); }

.home article.postcount3 .entry-header:before, .home article.postcount8 .entry-header:before {
  background-image: linear-gradient(-55deg, #d1633f 7%, #d93e59 93%); }

.home article.postcount4 .entry-header:before, .home article.postcount9 .entry-header:before {
  background-image: linear-gradient(-55deg, #ffb71c 7%, #eb7c26 93%); }

.home article.postcount5 .entry-header:before, .home article.postcount10 .entry-header:before {
  background-image: linear-gradient(-55deg, #23b863 7%, #51bf4a 93%); }

.entry-header {
  width: auto;
  width: 360px;
  height: 203px;
  background-size: 360px 203px;
  position: relative;
  background-repeat: no-repeat; }
  .entry-header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 203px;
    display: block;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .entry-header a {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%; }
    .entry-header a .title {
      color: #f7f7f7;
      text-decoration: none;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: normal;
      letter-spacing: 0.4pt;
      text-shadow: 1px 1px 1px #272935;
      padding: 1em 1em 0;
      overflow: hidden;
      position: relative;
      line-height: 1.2em;
      max-height: 110px; }
    .entry-header a:hover {
      text-decoration: none; }

.banner-header-wrapper {
  display: block;
  height: 440px;
  position: relative;
  margin-bottom: 2em;
  background-color: #434356; }

.banner-header {
  display: block;
  height: 440px;
  width: auto;
  background-size: auto 440px;
  background-position: top center;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden; }
  .banner-header:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

.banner-content-wrapper {
  padding: 0 10px;
  position: relative;
  margin-top: -350px; }
  .banner-content-wrapper a.title-link {
    display: block;
    position: relative;
    z-index: 1; }
    .banner-content-wrapper a.title-link:hover {
      color: #f2f2f2;
      text-decoration: none; }
  .banner-content-wrapper a.date-link {
    color: #f7f7f7; }
    .banner-content-wrapper a.date-link:hover {
      color: #f2f2f2;
      text-decoration: none; }
  .banner-content-wrapper .title {
    color: #f7f7f7;
    text-decoration: none;
    font-size: 32px;
    font-size: 3.2rem;
    text-transform: none;
    font-weight: normal;
    text-shadow: 1px 1px 1px #272935; }

@media screen and (min-width: 40em) {
  body .entry-header {
    width: 444px;
    height: 250px;
    background-size: 444px 250px; }
    body .entry-header:before {
      height: 250px; }
  body .post-tile {
    padding: 0.8em; }
  body .banner-content-wrapper {
    padding: 0 10px;
    margin-top: -375px; } }

@media screen and (min-width: 59.5em) {
  body .page-header {
    padding: 100px 0 1em; }
    body .page-header h1 {
      font-size: 40px;
      font-size: 4rem; }
  body .comment {
    font-size: 18px;
    font-size: 1.8rem; }
  body .banner-header {
    background-size: cover; }
  body .banner-content-wrapper .title {
    width: 80%;
    font-size: 46px;
    font-size: 4.6rem; }
  body .banner-content-wrapper .date-arrow {
    width: 50%;
    float: right; }
    body .banner-content-wrapper .date-arrow .date {
      font-size: 18px;
      font-size: 1.8rem; }
  body .entry-header {
    width: 444px; }
    body .entry-header a .title {
      font-size: 28px;
      font-size: 2.8rem;
      max-height: 200px; }
  body .post-tile {
    padding: 0.8em; } }

.single .banner-header-wrapper .title {
  margin: 0; }

.author-meta {
  width: 100%; }
  .author-meta p, .author-meta ol li, ol .author-meta li {
    color: white;
    padding: 0;
    margin: 0 0 0 1em;
    line-height: 1.4;
    text-shadow: 3px 3px 25px #272935; }

.author-meta--name {
  width: 100%;
  float: left;
  border-bottom: 1px solid white;
  padding: 0.5em 0;
  margin-bottom: 0.5em; }
  .author-meta--name a {
    color: white; }
    .author-meta--name a:hover {
      text-decoration: none; }

.author-meta--date {
  float: left; }

.single .entry-content {
  padding: 0 0.5em;
  position: relative; }
  .single .entry-content p, .single .entry-content ol li, ol .single .entry-content li {
    color: #545454;
    padding-bottom: 0; }
  .single .entry-content blockquote,
  .single .entry-content blockquote p,
  .single .entry-content blockquote ol li,
  ol .single .entry-content blockquote li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6; }
    .single .entry-content blockquote h3,
    .single .entry-content blockquote p h3,
    .single .entry-content blockquote ol li h3,
    ol .single .entry-content blockquote li h3 {
      font-weight: normal;
      text-transform: none;
      padding-bottom: 0;
      margin: 2em 0 0; }
  .single .entry-content .wp-caption-text {
    font-size: 15px;
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    margin: 0.5em 0 0;
    padding: 0; }

.post-categories {
  margin: 0;
  padding: 0; }
  .post-categories li {
    display: inline-block;
    position: relative;
    margin: 0 10px 20px 0; }
    .post-categories li a {
      padding: 10px 20px;
      list-style: none;
      border: 1px solid #39393b;
      border-radius: 20px;
      font-size: 12px;
      font-size: 1.2rem;
      color: #39393b;
      text-decoration: none; }
      .post-categories li a:hover {
        background: #ebebeb;
        text-decoration: none; }

#social-floater {
  display: none; }

@media screen and (min-width: 59.5em) {
  body .author-meta {
    width: 54%;
    float: right; }
  body.single .entry-content {
    padding: 0 6em; }
    body.single .entry-content ul {
      padding-bottom: 0.5em; }
      body.single .entry-content ul li {
        font-size: 18px;
        font-size: 1.8rem; }
    body.single .entry-content p, body.single .entry-content ol li, ol body.single .entry-content li {
      font-size: 18px;
      font-size: 1.8rem; }
    body.single .entry-content blockquote,
    body.single .entry-content blockquote p,
    body.single .entry-content blockquote ol li,
    ol body.single .entry-content blockquote li {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.6; }
  body #social-floater {
    position: absolute;
    width: 120px;
    left: -20px;
    display: block; }
    body #social-floater.anchored {
      position: absolute;
      bottom: 0px; }
    body #social-floater #social-sharing-buttons {
      width: 51px;
      overflow: visible;
      padding: 0 0 15px 20px;
      position: relative;
      top: 0;
      margin-top: 40px;
      height: auto;
      z-index: 1; }
      body #social-floater #social-sharing-buttons.start {
        position: fixed;
        top: 100px; }
      body #social-floater #social-sharing-buttons span {
        float: none;
        font-size: 12px;
        font-size: 1.2rem; }
        body #social-floater #social-sharing-buttons span:first-child {
          margin: 0; }
      body #social-floater #social-sharing-buttons #social-share-counter a {
        color: #a1a1a1; }
        body #social-floater #social-sharing-buttons #social-share-counter a span {
          width: 40px;
          height: 40px;
          margin-bottom: 0em; }
          body #social-floater #social-sharing-buttons #social-share-counter a span:before {
            content: '\f199';
            display: block;
            position: relative;
            font-size: 40px;
            font-size: 4rem;
            font-family: FontAwesome;
            font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #aaaaaa;
            margin-top: -10px;
            padding-left: 10px; }
          body #social-floater #social-sharing-buttons #social-share-counter a span:hover {
            color: #b4b4b4; }
        body #social-floater #social-sharing-buttons #social-share-counter a:hover {
          text-decoration: none; }
      body #social-floater #social-sharing-buttons #social-share-counter span.stButton {
        display: block; }
      body #social-floater #social-sharing-buttons #social-share-counter > span {
        display: block; }
        body #social-floater #social-sharing-buttons #social-share-counter > span span {
          background-image: none !important;
          text-indent: -99999px;
          width: 40px;
          height: 40px;
          margin-bottom: 0.5em; }
          body #social-floater #social-sharing-buttons #social-share-counter > span span:before {
            display: block;
            position: absolute;
            top: 0px;
            left: 10px;
            font-size: 40px;
            font-size: 4rem;
            font-family: FontAwesome;
            font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-indent: 0;
            color: #aaaaaa; }
          body #social-floater #social-sharing-buttons #social-share-counter > span span.facebook:before {
            content: '\f082'; }
          body #social-floater #social-sharing-buttons #social-share-counter > span span.googleplus:before {
            content: '\f0d4'; }
          body #social-floater #social-sharing-buttons #social-share-counter > span span.linkedin:before {
            content: '\f08c'; }
          body #social-floater #social-sharing-buttons #social-share-counter > span span.twitter:before {
            content: '\f081'; } }

.newsletter-signup form {
  width: auto !important; }

.newsletter-signup .mktoForm {
  padding: 16px 0; }

.newsletter-signup .mktoLabel,
.newsletter-signup .mktoOffset {
  display: none !important; }

.newsletter-signup .mktoForm .mktoFormRow {
  float: left;
  clear: none; }

.newsletter-signup .mktoButtonRow {
  float: left; }

.newsletter-signup .mktoForm .mktoGutter {
  width: 0 !important; }

.newsletter-signup .mktoEmailField {
  width: 256px !important;
  padding: 10px !important;
  border: 1px solid #a1a1a1;
  font-family: CiscoSansLight, Arial, sans-serif;
  font-size: 20px !important; }

.newsletter-signup .mktoButtonWrap {
  margin-left: 0 !important; }

.newsletter-signup .mktoForm button.mktoButton {
  background: #f37820;
  color: #fff;
  border: 1px solid #f37820;
  line-height: 1.2em;
  font-size: 20px;
  padding: 10px; }

.newsletter-signup .hidden {
  display: none; }

#dataviz-container {
  display: none;
  height: 593px;
  margin: 0 0 1em; }
  #dataviz-container #nocanvas {
    position: relative;
    height: 545px;
    background: image_url("network-map-beige.png") left top no-repeat; }
    #dataviz-container #nocanvas .pin {
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      background: #f37820;
      border-radius: 6px;
      border: 1px solid white;
      top: 0;
      left: 0;
      opacity: 0; }
      #dataviz-container #nocanvas .pin span {
        display: none; }
      #dataviz-container #nocanvas .pin:hover {
        width: 10px;
        height: 10px;
        border: 2px solid white; }
  #dataviz-container #dataviz {
    display: block; }
    #dataviz-container #dataviz.hidden {
      display: none; }

#dataviz-credit {
  display: none;
  position: relative;
  margin: 0 0 2em; }
  #dataviz-credit.hidden {
    display: none; }
  #dataviz-credit h4 {
    right: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: right; }

table#networks {
  display: table;
  width: 100%;
  margin: 2em auto 0 auto; }
  table#networks th {
    background: #272935;
    color: white;
    padding: 1em;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: CiscoSansThin, Arial, sans-serif;
    font-weight: normal; }
  table#networks td {
    padding: 0.6em 1.3em;
    color: #46494e;
    border: 1px solid #46494e;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: CiscoSansThin, Arial, sans-serif; }

#google-network-map {
  display: none; }

@media screen and (min-width: 59.5em) {
  body #dataviz-container,
  body #dataviz-credit {
    display: block; }
  body #google-network-map {
    display: block;
    width: 100%;
    height: 590px;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 1em; }
    body #google-network-map .dark-qtip {
      background: #46494e;
      overflow: visible; }
      body #google-network-map .dark-qtip canvas {
        display: none; }
      body #google-network-map .dark-qtip .fa-caret-left {
        position: absolute;
        left: -10px;
        top: 7px;
        font-size: 36px;
        font-size: 3.6rem;
        color: #46494e; }
      body #google-network-map .dark-qtip .fa-caret-right {
        display: none;
        position: absolute;
        right: -10px;
        top: 7px;
        font-size: 36px;
        font-size: 3.6rem;
        color: #46494e; }
      body #google-network-map .dark-qtip p, body #google-network-map .dark-qtip ol li, ol body #google-network-map .dark-qtip li {
        padding: 0.5em;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.5;
        color: white; }
      body #google-network-map .dark-qtip .qtip-content {
        overflow: visible; }
      body #google-network-map .dark-qtip .info-window {
        padding: 0.5em;
        line-height: 1.7; }
        body #google-network-map .dark-qtip .info-window * {
          padding: 0; }
        body #google-network-map .dark-qtip .info-window ul {
          list-style: none; }
        body #google-network-map .dark-qtip .info-window h3 {
          font-size: 16px;
          font-size: 1.6rem;
          color: white; }
        body #google-network-map .dark-qtip .info-window p, body #google-network-map .dark-qtip .info-window ol li, ol body #google-network-map .dark-qtip .info-window li {
          font-size: 13px;
          font-size: 1.3rem; }
      body #google-network-map .dark-qtip.qtip-pos-rb .fa-caret-left, body #google-network-map .dark-qtip.qtip-pos-rt .fa-caret-left {
        display: none; }
      body #google-network-map .dark-qtip.qtip-pos-rb .fa-caret-right, body #google-network-map .dark-qtip.qtip-pos-rt .fa-caret-right {
        display: block; }
      body #google-network-map .dark-qtip.qtip-pos-rb .fa-caret-right {
        top: auto;
        bottom: 14px; } }

.page-id-8217 .entry-content {
  overflow: visible; }

.search-box {
  width: 100%;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.25);
  z-index: 102; }

.search-box__search-container {
  display: flex;
  flex-direction: row;
  align-items: stretch; }

.search-box__search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 1 100%; }

.search-icon-container {
  flex: 0 1 auto; }

.search-icon {
  flex: 0 1 15px;
  align-self: center;
  top: 0 !important; }

.search-box__input_container {
  flex: 1 1 auto; }

.search-box__input {
  width: 100%;
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  border: 0;
  border-left: 1px solid #999999;
  border-radius: 0;
  font-size: 1.8rem;
  color: #333333; }

.search-box__button {
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
  color: #999999;
  font-size: 2em;
  font-weight: 500;
  cursor: pointer; }

#search .search-listing {
  margin-top: 2rem;
  margin-bottom: 2rem; }

#cludo-load-more {
  padding: 1em; }
  #cludo-load-more .button {
    background: #f37820;
    border: #f37820;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: .75em 1.25em;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    font-size: 1em;
    color: #ffffff;
    text-decoration: none; }
    #cludo-load-more .button:hover {
      text-decoration: none;
      background: #f48636;
      border: #f48636; }

.search-filters .subnav {
  display: block;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 20; }
  .search-filters .subnav .contact-modal {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: translateX(100%);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0; }
    .search-filters .subnav .contact-modal .button {
      margin: 1.2rem 0; }
  .search-filters .subnav .freetrial-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.2rem 0;
    transform: translateX(100%);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0; }
  .search-filters .subnav .subnav__list {
    margin: 0;
    padding: 0;
    transform: translateX(-260px);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    list-style: none; }
    .search-filters .subnav .subnav__list::after {
      clear: both;
      content: "";
      display: block; }
    .search-filters .subnav .subnav__list .following-logo {
      transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0; }
  .search-filters .subnav .subnav__item {
    margin-right: 2rem;
    float: left;
    line-height: 71px; }
    .search-filters .subnav .subnav__item img {
      width: 230px;
      height: 25px;
      vertical-align: middle; }
    .search-filters .subnav .subnav__item:last-of-type {
      margin-right: 0; }
  .search-filters .subnav .subnav__link {
    display: block;
    position: relative;
    color: #666666;
    font-weight: 200;
    text-decoration: none; }
    .search-filters .subnav .subnav__link:visited {
      color: #666666; }
  .search-filters .subnav .subnav__link--active {
    color: #333333; }
    .search-filters .subnav .subnav__link--active:visited {
      color: #333333; }
    .search-filters .subnav .subnav__link--active::after {
      display: block;
      position: absolute;
      top: 93%;
      left: 0;
      width: 100%;
      height: 10px;
      background: #049fd9;
      content: ' '; }

.listing-spinner {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 1em auto 4em;
  border: 5px solid #666666;
  border-radius: 50%;
  animation: spin 2s infinite linear; }
  .listing-spinner::after {
    display: block;
    position: absolute;
    top: -22px;
    left: 15px;
    width: 10px;
    height: 40px;
    transform: perspective(100px) rotateX(-80deg);
    background: #ffffff;
    content: ' '; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.mobile-navigation .search-button,
header .search-button,
footer .search-button,
.search-box .search-button {
  position: relative;
  width: 2rem;
  height: 1.4rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer; }

.mobile-navigation .search-icon,
header .search-icon,
footer .search-icon,
.search-box .search-icon {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  box-sizing: content-box; }
  .mobile-navigation .search-icon::after,
  header .search-icon::after,
  footer .search-icon::after,
  .search-box .search-icon::after {
    position: absolute;
    top: 9px;
    left: 11px;
    width: 0;
    height: 7px;
    transform: rotateZ(-45deg);
    border-top: transparent;
    border-bottom: transparent;
    border-left: transparent;
    content: ''; }

header .search-icon {
  border: 2px solid #333333;
  background-color: #ffffff; }
  header .search-icon::after {
    border-right: 3px solid #333333; }

.search-box .search-icon {
  border: 2px solid #999999;
  background-color: #ffffff; }
  .search-box .search-icon::after {
    border-right: 3px solid #999999; }

.mobile-navigation .search-button {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.75em;
  text-align: left; }

.mobile-navigation .search-icon {
  border: 2px solid #ffffff;
  background-color: #333333; }
  .mobile-navigation .search-icon::after {
    border-right: 3px solid #ffffff; }
