@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 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.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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 {
  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-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: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-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: ""; }

/*!
Theme Name: Under Timber
Theme URI: http://underscores.me/
Author: Frontkom
Author URI: http://frontkom.no
Description: Starter theme based on Under Timber (or underscores) to use with the Timber library.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _t
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Under Timber is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"], select,
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus, select:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

input[type="text"], select,
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

@font-face {
  font-family: 'Apex New';
  src: url("fonts/ApexNew-Medium.otf") format("opentype"); }

@font-face {
  font-family: 'Apex New';
  font-weight: 300;
  src: url("fonts/ApexNew-Book.otf") format("opentype"); }

@font-face {
  font-family: 'Apex New';
  font-weight: 600;
  src: url("fonts/ApexNew-Bold.otf") format("opentype"); }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a[class*="fa-"] {
  text-decoration: none; }

.circle[class*="fa-"] {
  background-color: #686868;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  color: white; }

@media (min-width: 45em) {
  .narrow {
    margin-left: 17.08968%;
    margin-right: 17.08968%; } }

.fa-facebook {
  background-color: #3a5795 !important; }

.fa-twitter {
  background-color: #55acee !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.clearfix:before, .list-float:before, .article-author:before, .profile-horizontal:before, .profile-publish:before, .section-topics .gallery-two:before, .clearfix:after, .list-float:after, .article-author:after, .profile-horizontal:after, .profile-publish:after, .section-topics .gallery-two:after {
  content: " ";
  display: table; }

.clearfix:after, .list-float:after, .article-author:after, .profile-horizontal:after, .profile-publish:after, .section-topics .gallery-two:after {
  clear: both; }

.invisible {
  visibility: hidden; }

.circle {
  border-radius: 50%; }

.center {
  text-align: center; }

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

.link-wrapper {
  display: block; }
  .link-wrapper:hover, .link-wrapper:focus {
    text-decoration: none; }

@media (min-width: 33em) {
  .small-only {
    display: none !important; } }

@media (max-width: 45em) {
  .large-only {
    display: none; } }

.clearfix:before, .list-float:before, .article-author:before, .profile-horizontal:before, .profile-publish:before, .section-topics .gallery-two:before, .clearfix:after, .list-float:after, .article-author:after, .profile-horizontal:after, .profile-publish:after, .section-topics .gallery-two:after {
  content: " ";
  display: table; }

.clearfix:after, .list-float:after, .article-author:after, .profile-horizontal:after, .profile-publish:after, .section-topics .gallery-two:after {
  clear: both; }

html {
  font-size: 118.75%;
  line-height: 1.58;
  color: #222222;
  font-family: Georgia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: inherit; }

hr {
  border-top: 1px dotted #C2C2C2;
  background-color: transparent;
  margin: 19px 0; }
  @media (min-width: 45em) {
    hr {
      margin: 38px 0; } }

form {
  line-height: 1.2;
  font-family: "Apex New", Arial, sans-serif; }

input[type="email"],
input[type="text"],
select {
  -webkit-appearance: none;
  border: 1px solid #E3E3E3;
  border-radius: 1px;
  font-weight: 300;
  box-shadow: none;
  line-height: 1;
  padding: 15px 17px 11px;
  width: 100%;
  background-color: #fff; }

select {
  border-color: #C2C2C2; }

::-webkit-input-placeholder {
  color: #686868;
  font-size: 0.73684em;
  line-height: 1.6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #686868;
  font-size: 0.73684em;
  line-height: 1.6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #686868;
  font-size: 0.73684em;
  line-height: 1.6; }

:-ms-input-placeholder {
  color: #686868;
  font-size: 0.73684em;
  line-height: 1.6; }

.inline-input-button {
  display: flex; }
  .inline-input-button > * {
    display: inline-block;
    max-width: 450px;
    vertical-align: top; }
  .inline-input-button [class*="input"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .inline-input-button .submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media (min-width: 45em) {
  .inline-input-button_large-up {
    display: flex; }
    .inline-input-button_large-up > * {
      display: inline-block;
      max-width: 450px;
      vertical-align: top; }
    .inline-input-button_large-up [class*="input"] {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .inline-input-button_large-up .submit {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }

.bg-grey-light {
  background-color: #F9F9F9; }

.main-content {
  padding: 28.5px 0; }
  @media (min-width: 45em) {
    .main-content {
      overflow: hidden; } }
  .template-article .main-content {
    border-bottom: 1px dotted #C2C2C2; }
    @media (min-width: 45em) {
      .template-article .main-content {
        background-color: #F9F9F9;
        padding: 38px 0; } }
  .main-content > .container > .l-row:first-child > [class*="l-col-"]:first-child > :first-child {
    margin-top: 0; }

.page-aside {
  padding: 28.5px 0; }
  @media (min-width: 45em) {
    .page-aside {
      padding: 38px 0; } }

img {
  max-width: 100%; }

figure {
  margin-left: 0;
  margin-right: 0; }
  .article-body figure {
    margin: 38px 0; }
  .template-article .main-content figure {
    margin-left: -19px;
    margin-right: -19px; }
    @media (max-width: 33em) {
      .template-article .main-content figure figcaption {
        padding-left: 19px;
        padding-right: 19px; } }
    @media (min-width: 45em) {
      .template-article .main-content figure {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 45em) {
    .article-body figure {
      clear: right;
      float: right;
      width: 49.18759%;
      margin-left: 38px !important;
      margin-bottom: 38px;
      margin-right: -14.91876% !important; } }

figcaption {
  font-size: 0.84211em;
  margin-top: 3px;
  font-family: "Apex New", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.125;
  color: #686868; }
  figcaption p {
    margin-bottom: .5em; }
    figcaption p:last-child {
      margin-bottom: 0; }
  figcaption .credit {
    font-size: 0.6875em;
    text-transform: uppercase;
    color: #777777; }

a {
  color: #222222;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

blockquote {
  font-family: "Apex New", Arial, sans-serif;
  font-size: 1.15789em;
  font-weight: 600;
  margin: 38px 0;
  color: inherit;
  line-height: 1.6;
  text-transform: uppercase; }
  @media (min-width: 45em) {
    blockquote {
      margin: 76px 0;
      font-size: 1.47368em;
      line-height: 1.6; } }
  @media (max-width: 33em) {
    .template-article .main-content blockquote {
      background-color: #000;
      color: #fff;
      margin-left: -19px;
      margin-right: -19px;
      padding: 38px 19px; } }
  blockquote p:first-of-type:before {
    content: "«"; }
  blockquote p:last-of-type:after {
    content: "»"; }
  blockquote .source {
    font-weight: 300;
    font-size: 0.72727em;
    display: block;
    text-align: right;
    text-transform: none; }
    @media (min-width: 45em) {
      blockquote .source {
        font-size: 0.67857em; } }
    blockquote .source:before {
      content: "–"; }

.container {
  max-width: 1182px;
  margin: 0 19px; }
  @media (min-width: 45em) {
    .container:before, .container:after {
      content: " ";
      display: table; }
    .container:after {
      clear: both; } }
  @media (min-width: 1220px) {
    .container {
      margin: 0 auto; } }

@media (min-width: 45em) {
  .inner-container-narrow {
    margin-left: 8.54484%;
    margin-right: 8.54484%; } }

.gallery-one .grid-item {
  width: 100%; }
  .gallery-one .grid-item:before, .gallery-one .grid-item:after {
    content: " ";
    display: table; }
  .gallery-one .grid-item:after {
    clear: both; }
  .gallery-one .grid-item + .grid-item {
    margin-top: 19px; }
    @media (min-width: 45em) {
      .gallery-one .grid-item + .grid-item {
        margin-top: 38px; } }
    @media (min-width: 45em) {
      .l-col-aside .gallery-one .grid-item + .grid-item {
        margin-top: 19px; } }

@media (min-width: 45em) {
  .gallery-two {
    width: 100%; }
    .gallery-two:before, .gallery-two:after {
      content: " ";
      display: table; }
    .gallery-two:after {
      clear: both; } }

@media (min-width: 45em) {
  .gallery-two .grid-item {
    width: 48.73096%;
    float: left; }
    .gallery-two .grid-item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .gallery-two .grid-item:nth-child(2n + 2) {
      margin-left: 51.26904%;
      margin-right: -100%;
      clear: none; } }

.gallery-two .grid-item + .grid-item {
  margin-top: 19px; }

@media (min-width: 45em) {
  .gallery-two .grid-item:nth-child(-n+2) {
    margin-top: 0; } }

@media (min-width: 45em) {
  .gallery-three {
    width: 100%; }
    .gallery-three:before, .gallery-three:after {
      content: " ";
      display: table; }
    .gallery-three:after {
      clear: both; } }

@media (min-width: 45em) {
  .gallery-three .grid-item {
    width: 31.64129%;
    float: left; }
    .gallery-three .grid-item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .gallery-three .grid-item:nth-child(3n + 2) {
      margin-left: 34.17936%;
      margin-right: -100%;
      clear: none; }
    .gallery-three .grid-item:nth-child(3n + 3) {
      margin-left: 68.35871%;
      margin-right: -100%;
      clear: none; } }

.gallery-three .grid-item + .grid-item {
  margin-top: 19px; }

@media (min-width: 45em) {
  .gallery-three .grid-item:nth-child(-n+3) {
    margin-top: 0; } }

@media (min-width: 20em) {
  .gallery-four {
    width: 100%; }
    .gallery-four:before, .gallery-four:after {
      content: " ";
      display: table; }
    .gallery-four:after {
      clear: both; } }

@media (min-width: 20em) and (max-width: 45em) {
  .gallery-four .grid-item {
    width: 48.73096%;
    float: left; }
    .gallery-four .grid-item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .gallery-four .grid-item:nth-child(2n + 2) {
      margin-left: 51.26904%;
      margin-right: -100%;
      clear: none; } }

@media (min-width: 45em) {
  .gallery-four .grid-item {
    width: 23.09645%;
    float: left; }
    .gallery-four .grid-item:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .gallery-four .grid-item:nth-child(4n + 2) {
      margin-left: 25.63452%;
      margin-right: -100%;
      clear: none; }
    .gallery-four .grid-item:nth-child(4n + 3) {
      margin-left: 51.26904%;
      margin-right: -100%;
      clear: none; }
    .gallery-four .grid-item:nth-child(4n + 4) {
      margin-left: 76.90355%;
      margin-right: -100%;
      clear: none; } }

.gallery-four .grid-item + .grid-item {
  margin-top: 19px; }

@media (min-width: 20em) and (max-width: 45em) {
  .gallery-four .grid-item:nth-child(-n+2) {
    margin-top: 0; } }

@media (min-width: 45em) {
  .gallery-four .grid-item:nth-child(-n+4) {
    margin-top: 0; } }

.mod-border_grid .grid-item {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 37px;
  margin-bottom: 38px; }

.mod-card_grid .section-body {
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 19px; }

.mod-card_grid .grid-item {
  background-color: #fff;
  padding: 19px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  font-family: "Apex New", Arial, sans-serif;
  color: #000; }

h1, .h1 {
  font-size: 1.89474em;
  line-height: 1.2; }
  @media (min-width: 45em) {
    h1, .h1 {
      font-size: 2.84211em; } }

h2, .h2 {
  font-size: 1.36842em;
  line-height: 1.19; }
  @media (min-width: 45em) {
    h2, .h2 {
      font-size: 1.47368em; } }

h3, .h3 {
  font-size: 1.26316em;
  line-height: 1.08;
  color: #686868; }

h4, .h4 {
  font-size: 1.15789em;
  line-height: 1.09; }

h5, .h5 {
  font-size: 1em;
  line-height: 1.11; }

h6, .h6 {
  font-size: 0.84211em;
  line-height: 1.125; }

p {
  margin: 0 0 1em; }

.article-body ul li + li, .article-body ol li + li {
  margin-top: 1em; }

ul.list-clean, .page-footer .row-one ul, ol.list-clean {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

.list-inline, .article-teaser .meta, .article-teaser-short .meta, .article-teaser-box .meta {
  padding-left: 0;
  list-style: none; }
  .list-inline li, .article-teaser .meta li, .article-teaser-short .meta li, .article-teaser-box .meta li {
    display: inline-block; }
    .list-inline li + li, .article-teaser .meta li + li, .article-teaser-short .meta li + li, .article-teaser-box .meta li + li {
      margin-top: 0; }

.list-float {
  padding-left: 0;
  list-style: none; }
  .list-float li {
    float: left; }
    .list-float li + li {
      margin-top: 0; }

.term-title {
  color: #D91F2E;
  font-family: "Apex New", Arial, sans-serif;
  font-size: 1.15789em;
  margin-bottom: 0; }
  @media (min-width: 45em) {
    .term-title {
      text-transform: uppercase;
      border-bottom: 1px solid #D8D8D8;
      padding-bottom: 9.5px;
      margin-bottom: 54px; } }

.article-title {
  margin-top: 0; }
  .article-title + .lead {
    margin-top: 22px !important; }

.basic-page-title {
  margin-top: 0;
  border-bottom: 1px solid #222222;
  padding-bottom: .25em; }
  @media (min-width: 45em) {
    .basic-page-title {
      margin-top: .5em;
      padding-bottom: .3em;
      margin-bottom: .75em; } }

.lead {
  font-family: "Apex New", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.3; }
  .template-article .main-content .lead {
    margin: 28.5px 0;
    font-size: 1.15789em; }

@media (min-width: 45em) {
  .article-header {
    margin-left: 8.54484%;
    margin-right: 8.54484%; } }

@media (min-width: 45em) {
  .article-body {
    margin-left: 17.08968%;
    margin-right: 25.63452%; } }

@media (min-width: 45em) {
  .article-footer {
    margin-left: 17.08968%;
    margin-right: 25.63452%; } }

.article-footer > :last-child {
  margin-bottom: 0; }

.donation-hero {
  background: url("/images/donation-img.jpg") no-repeat center top;
  background-size: 100%;
  margin-bottom: 38px;
  border-bottom: 1px dotted #C2C2C2;
  position: relative;
  font-family: "Apex New", Arial, sans-serif;
  font-weight: 300; }
  @media (max-width: 45em) {
    .donation-hero {
      padding: 51.72944% 0 38px; } }
  @media (min-width: 45em) {
    .donation-hero {
      color: white;
      background-size: cover; } }
  .donation-hero > :last-child {
    margin-bottom: 0; }
  .donation-hero .title {
    color: inherit;
    text-align: center; }
    @media (max-width: 45em) {
      .donation-hero .title {
        color: white;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 20%;
        font-size: 1.15789em; } }
  .donation-hero .form-wrapper {
    margin-top: 48px;
    margin-bottom: 19px; }
    @media (max-width: 45em) {
      .donation-hero .form-wrapper {
        margin-left: -19px;
        margin-right: -19px; } }
    @media (min-width: 45em) {
      .donation-hero .form-wrapper {
        background-color: rgba(0, 0, 0, 0.22);
        padding: 38px 38px 28.5px;
        border-radius: 4px;
        margin-bottom: 114px;
        margin-left: 25.63452%;
        margin-right: 25.63452%; } }
    @media (max-width: 45em) {
      .donation-hero .form-wrapper .form,
      .donation-hero .form-wrapper .desc {
        padding-left: 19px;
        padding-right: 19px; } }
  .donation-hero .form + .form {
    margin-top: 38px; }
    @media (max-width: 45em) {
      .donation-hero .form + .form {
        padding-top: 38px;
        border-top: 1px dashed #C2C2C2; } }
  @media (min-width: 45em) {
    .donation-hero .submit {
      min-width: 150px; } }
  .donation-hero .desc {
    margin-top: 19px;
    font-size: 0.84211em; }
    .donation-hero .desc > :last-child {
      margin-bottom: 0; }
  .donation-hero a {
    color: inherit;
    text-decoration: underline; }
  .donation-hero label,
  .donation-hero select,
  .donation-hero button {
    display: block;
    border-radius: 4px !important; }
  .donation-hero label {
    font-size: 1.36842em;
    margin-bottom: 0.5em; }
  @media (max-width: 45em) {
    .donation-hero select {
      margin-bottom: 19px; } }
  @media (min-width: 45em) {
    .donation-hero select {
      margin-right: 19px;
      height: 54px; } }

.search-result {
  font-family: "Apex New", Arial, sans-serif;
  color: #777777;
  font-weight: 300;
  margin-top: 9.5px;
  font-size: 0.84211em; }
  @media (min-width: 45em) {
    .search-result {
      margin-top: 19px; } }

.newsletter-signup {
  font-family: "Apex New", Arial, sans-serif;
  background-color: #D91F2E;
  color: #fff;
  padding: 38px 19px; }
  @media (min-width: 45em) {
    .newsletter-signup {
      padding-left: 28.5px;
      padding-right: 28.5px; } }
  .newsletter-signup .desc {
    font-weight: 300;
    font-size: 0.84211em; }
  .newsletter-signup .input-text {
    flex: 1; }
  .newsletter-signup .submit {
    font-weight: 300; }
    .newsletter-signup .submit:hover, .newsletter-signup .submit:focus {
      transform: none; }
  @media (max-width: 45em) {
    .page-footer .newsletter-signup {
      margin-left: -19px;
      margin-right: -19px; } }

.btn, .btn-outline, .btn-fill, .btn-text,
button,
input[type="submit"] {
  display: inline-block;
  border: 1px solid #000;
  text-decoration: none;
  font-family: "Apex New", Arial, sans-serif;
  text-align: center;
  padding: 16px 30px;
  line-height: 1;
  font-size: 0.73684em;
  border-radius: 1px;
  transition: all .2s ease-in-out;
  background-color: transparent;
  box-shadow: none;
  text-shadow: none; }
  .btn.large, .large.btn-outline, .large.btn-fill, .large.btn-text,
  button.large,
  input[type="submit"].large {
    border-radius: 2px;
    padding: 20px 40px;
    font-size: 0.84211em; }
  .btn:hover, .btn-outline:hover, .btn-fill:hover, .btn-text:hover, .btn:focus, .btn-outline:focus, .btn-fill:focus, .btn-text:focus,
  button:hover,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    transform: translateY(-3px);
    text-decoration: none;
    box-shadow: none; }

.btn-outline.white {
  border-color: #fff;
  color: #fff; }

.btn-fill {
  background-color: #000;
  color: #fff !important; }
  .btn-fill.red {
    background-color: #D91F2E;
    border-color: #D91F2E; }

.btn-text {
  border-color: transparent; }

.btn-paypal {
  background-color: #FFC439;
  border-color: #DC911D; }

.article-author {
  border-top: 1px dotted #C2C2C2;
  border-bottom: 1px dotted #C2C2C2;
  padding: 10px 0;
  margin: 28.5px 0; }
  @media (min-width: 45em) {
    .article-author {
      margin-top: 57px;
      padding-top: 57px;
      border-bottom: none; } }

[class*="profile-"] {
  font-family: "Apex New", Arial, sans-serif; }

.profile-horizontal .link-wrapper:hover .name, .profile-publish .link-wrapper:hover .name, .profile-horizontal .link-wrapper:focus .name, .profile-publish .link-wrapper:focus .name {
  text-decoration: underline; }

.profile-horizontal .image, .profile-publish .image {
  float: left;
  max-width: 100px;
  border: 1px solid #D8D8D8; }

.profile-horizontal .text-wrapper, .profile-publish .text-wrapper {
  margin-left: 125px;
  line-height: 1.3; }

.profile-horizontal .name, .profile-publish .name {
  font-size: 0.84211em;
  font-weight: 600;
  margin-bottom: .5em; }

.profile-horizontal .desc, .profile-publish .desc {
  color: #686868;
  font-size: 0.84211em;
  font-weight: 300; }

.profile-publish {
  display: flex;
  align-items: center; }
  .profile-publish + .profile-publish {
    margin-top: 9.5px; }
    @media (min-width: 45em) {
      .profile-publish + .profile-publish {
        margin: 0 0 0 19px; } }
  @media (min-width: 45em) {
    .article-author .profile-publish {
      float: left;
      align-items: center; } }
  .profile-publish .name a {
    color: #D91F2E; }
  .profile-publish .image {
    max-width: 80px; }
  .profile-publish .text-wrapper {
    margin-left: 100px;
    line-height: 1.3; }
    .flexbox .profile-publish .text-wrapper {
      margin-left: 20px; }
  .profile-publish [class^="date-"] {
    margin-bottom: 0;
    font-size: 0.73684em;
    font-weight: 300;
    color: #686868; }

.profile-about {
  text-align: center; }
  .profile-about .image {
    max-width: 87px; }
  .profile-about .name {
    font-weight: 600;
    margin-top: 9.5px;
    margin-bottom: 0; }
  .profile-about .name a {
    color: #222222; }
  .profile-about .social-link {
    font-family: Georgia, serif;
    font-style: italic;
    color: #777777;
    text-decoration: none;
    font-size: 0.84211em; }
  .profile-about .desc {
    margin-top: 19px;
    font-size: 0.84211em;
    font-weight: 300;
    color: #686868;
    line-height: 1.25;
    max-width: 25em;
    margin-left: auto;
    margin-right: auto; }

.contentbox {
  border: 1px solid #C2C2C2;
  padding: 28.5px;
  font-size: 0.84211em;
  border-bottom: 3px solid #D91F2E;
  position: relative;
  margin: 38px 0;
  background-color: #fff; }
  .contentbox > :last-child {
    margin-bottom: 0; }
  @media (min-width: 45em) {
    .article-body .contentbox {
      clear: right;
      float: right;
      width: 49.18759%;
      margin-left: 38px;
      margin-bottom: 38px;
      margin-right: -14.91876% !important; } }
  .contentbox ul, .contentbox ol {
    padding-left: 1em; }
  .contentbox .title {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 1.1875em;
    margin-top: 0;
    position: relative;
    margin-bottom: 38px; }
    .contentbox .title:before {
      content: "";
      border: 1px solid #222222;
      position: absolute;
      bottom: -19px;
      width: 50px;
      display: inline-block; }

@media (min-width: 45em) {
  .term-links {
    margin: 38px 0 28.5px; } }

.article-footer .term-links:last-child {
  margin-bottom: -9.5px; }

.term-links .link {
  display: inline-block;
  background-color: #D91F2E;
  color: #fff;
  font-size: 0.84211em;
  padding: 0 14px;
  font-family: "Apex New", Arial, sans-serif;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  margin-right: 9.5px;
  margin-bottom: 9.5px; }
  .term-links .link:before {
    content: "#"; }

.box-title-bold {
  border: 1px solid #C2C2C2;
  padding: 19px; }
  .box-title-bold .title {
    margin: 0;
    background-color: #000;
    color: #fff;
    margin-left: -20px;
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: 19px;
    text-transform: uppercase;
    font-size: 0.73684em;
    font-weight: 600;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 14px; }

.article-author .social-share {
  float: right; }

.support {
  margin-bottom: 19px; }
  @media (min-width: 45em) {
    .support {
      margin-bottom: 76px; } }

.comments .desc {
  font-size: 0.84211em;
  font-style: italic;
  font-family: "Apex New", Arial, sans-serif;
  font-weight: 300;
  color: #686868; }

.publication {
  font-family: "Apex New", Arial, sans-serif;
  text-align: center;
  border: 1px solid #E3E3E3;
  padding: 19px;
  background-color: #fff; }
  .publication .link-wrapper:hover .title, .publication .link-wrapper:focus .title {
    text-decoration: underline; }
  .publication .year {
    display: inline-block;
    border: 1px solid #C2C2C2;
    font-size: 0.73684em;
    color: #C2C2C2;
    line-height: 1;
    padding: 8px 12px; }
  .publication .title {
    font-weight: 400;
    font-size: 1.15789em;
    margin-bottom: .5em;
    margin-top: .5em; }
  .publication .desc {
    font-size: 0.73684em;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #686868;
    margin-bottom: 9.5px; }
    .publication .desc > :last-child {
      margin-bottom: 0; }
  .publication .links {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.78947em; }
    .publication .links li {
      display: inline-block; }
    .publication .links a {
      display: block;
      padding: 3px 5px; }

.share-textbased {
  margin: 19px 0; }
  @media (min-width: 45em) {
    .share-textbased {
      margin: 38px 0; } }
  .share-textbased .desc {
    font-style: italic; }
    .share-textbased .desc a {
      color: #D91F2E; }
  .share-textbased [class^="fb-"] + [class^="fb-"] {
    margin-left: 38px; }

.footer-button-nav {
  text-align: center;
  margin: 19px 0; }
  @media (min-width: 45em) {
    .footer-button-nav {
      margin: 38px 0; } }

.article-teaser, .article-teaser-short, .article-teaser-box {
  font-family: "Apex New", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.25; }
  .article-teaser .link-wrapper:hover .title, .article-teaser-short .link-wrapper:hover .title, .article-teaser-box .link-wrapper:hover .title, .article-teaser .link-wrapper:focus .title, .article-teaser-short .link-wrapper:focus .title, .article-teaser-box .link-wrapper:focus .title {
    text-decoration: underline; }
  .article-teaser .kicker, .article-teaser-short .kicker, .article-teaser-box .kicker {
    color: #D91F2E;
    font-size: 0.84211em;
    font-weight: 400;
    margin-bottom: 4.75px; }
  .article-teaser .image, .article-teaser-short .image, .article-teaser-box .image {
    float: right;
    max-width: 112px;
    margin: 0 0 4.75px 9.5px; }
    @media (min-width: 45em) {
      .article-teaser .image, .article-teaser-short .image, .article-teaser-box .image {
        max-width: 170px; } }
    @media (min-width: 45em) {
      .mod-large_article-teaser .article-teaser .image, .mod-large_article-teaser .article-teaser-short .image, .mod-large_article-teaser .article-teaser-box .image {
        max-width: 270px; } }
  .article-teaser .kicker + .link-wrapper > .image, .article-teaser-short .kicker + .link-wrapper > .image, .article-teaser-box .kicker + .link-wrapper > .image {
    margin-top: -23px; }
  .article-teaser .title, .article-teaser-short .title, .article-teaser-box .title {
    font-size: 1em;
    margin-top: 0;
    line-height: 1.2; }
    @media (min-width: 45em) {
      .mod-large_article-teaser .article-teaser .title, .mod-large_article-teaser .article-teaser-short .title, .mod-large_article-teaser .article-teaser-box .title,
      .l-col-main .article-teaser .title,
      .l-col-main .article-teaser-short .title,
      .l-col-main .article-teaser-box .title {
        font-size: 1.36842em;
        margin-bottom: 9.5px;
        line-height: 1.4; } }
  .article-teaser .desc, .article-teaser-short .desc, .article-teaser-box .desc {
    font-size: 0.84211em;
    margin-bottom: 9.5px; }
    .article-teaser .desc > :last-child, .article-teaser-short .desc > :last-child, .article-teaser-box .desc > :last-child {
      margin-bottom: 0; }
    @media (min-width: 45em) {
      .l-col-main .article-teaser .desc, .l-col-main .article-teaser-short .desc, .l-col-main .article-teaser-box .desc {
        font-size: 1em;
        line-height: 1.5; } }
  .article-teaser .meta, .article-teaser-short .meta, .article-teaser-box .meta {
    font-size: 0.68421em;
    color: #777777;
    margin: 9.5px 0 0; }
    .article-teaser .meta a, .article-teaser-short .meta a, .article-teaser-box .meta a {
      color: inherit; }
    .article-teaser .meta > li, .article-teaser-short .meta > li, .article-teaser-box .meta > li {
      margin-right: 9.5px; }
      .article-teaser .meta > li:last-child, .article-teaser-short .meta > li:last-child, .article-teaser-box .meta > li:last-child {
        margin-right: 0; }
  .article-teaser .term-tag, .article-teaser-short .term-tag, .article-teaser-box .term-tag {
    font-size: 0.63158em;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 6px 10px 4px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 9.5px;
    border-radius: 2px; }
  .mod-mostread_article-teaser .article-teaser:before, .mod-mostread_article-teaser .article-teaser-short:before, .mod-mostread_article-teaser .article-teaser-box:before {
    color: #D91F2E;
    font-family: "Apex New", Arial, sans-serif;
    font-size: 3.68421em;
    font-weight: 300;
    line-height: 1;
    float: left;
    content: "0."; }
  .mod-mostread_article-teaser .article-teaser .title, .mod-mostread_article-teaser .article-teaser-short .title, .mod-mostread_article-teaser .article-teaser-box .title,
  .mod-mostread_article-teaser .article-teaser .desc,
  .mod-mostread_article-teaser .article-teaser-short .desc,
  .mod-mostread_article-teaser .article-teaser-box .desc,
  .mod-mostread_article-teaser .article-teaser .meta,
  .mod-mostread_article-teaser .article-teaser-short .meta,
  .mod-mostread_article-teaser .article-teaser-box .meta {
    margin-left: 70px; }
  .mod-mostread_article-teaser .grid-item:nth-child(1) .article-teaser:before, .mod-mostread_article-teaser .grid-item:nth-child(1) .article-teaser-short:before, .mod-mostread_article-teaser .grid-item:nth-child(1) .article-teaser-box:before {
    content: "1."; }
  .mod-mostread_article-teaser .grid-item:nth-child(2) .article-teaser:before, .mod-mostread_article-teaser .grid-item:nth-child(2) .article-teaser-short:before, .mod-mostread_article-teaser .grid-item:nth-child(2) .article-teaser-box:before {
    content: "2."; }
  .mod-mostread_article-teaser .grid-item:nth-child(3) .article-teaser:before, .mod-mostread_article-teaser .grid-item:nth-child(3) .article-teaser-short:before, .mod-mostread_article-teaser .grid-item:nth-child(3) .article-teaser-box:before {
    content: "3."; }

.article-teaser-short .title {
  margin-bottom: 4.75px; }

.article-teaser-short .author {
  color: #777777; }

.article-teaser-box {
  border: 1px solid #C2C2C2;
  padding: 19px; }
  @media (min-width: 45em) {
    .l-col-main .article-teaser-box {
      padding: 45.6px 57px; } }
  .article-teaser-box .kicker {
    color: inherit;
    margin-bottom: 19px;
    position: relative; }
    .article-teaser-box .kicker:before {
      content: "";
      border-top: 2px solid #000;
      width: 147px;
      display: block;
      margin-bottom: 9.5px; }
    .l-col-main .article-teaser-box .kicker {
      font-weight: 300; }
      .l-col-main .article-teaser-box .kicker:before {
        border-width: 3px; }
  .article-teaser-box .title {
    font-size: 1.36842em;
    line-height: 1.15;
    margin-bottom: 19px; }
    @media (min-width: 45em) {
      .article-teaser-box .title {
        font-size: 1.47368em; } }
    @media (min-width: 45em) {
      .l-col-main .article-teaser-box .title {
        font-size: 2.84211em;
        line-height: 1.2;
        margin-bottom: 19px; } }
  @media (min-width: 45em) {
    .l-col-main .article-teaser-box .desc {
      line-height: 1.6; } }
  .article-teaser-box .meta {
    margin-top: 19px; }
    @media (min-width: 45em) {
      .l-col-main .article-teaser-box .meta {
        font-size: 0.84211em; } }
  .article-teaser-box .image-wrapper {
    margin: 19px -19px -19px;
    display: block; }
    @media (min-width: 45em) {
      .l-col-main .article-teaser-box .image-wrapper {
        margin: 53.2px -57px -45.6px; } }
  .article-teaser-box .image {
    float: none;
    max-width: 100%;
    margin: 0;
    display: block; }
  .article-teaser-box.invert {
    background-color: #000;
    color: #fff;
    border: none; }
    .article-teaser-box.invert .link-wrapper,
    .article-teaser-box.invert .title,
    .article-teaser-box.invert .meta {
      color: inherit; }
    .article-teaser-box.invert .kicker:before {
      border-color: inherit; }
      @media (min-width: 45em) {
        .article-teaser-box.invert .kicker:before {
          content: none; } }
    .article-teaser-box.invert .comment {
      color: #ADADAD; }
  @media (max-width: 45em) {
    .article-teaser-box.expand {
      margin-left: -19px;
      margin-right: -19px; } }
  .article-teaser-box.expand.invert {
    background-color: #D91F2E;
    padding-top: 38px;
    padding-bottom: 38px; }
    .article-teaser-box.expand.invert .kicker {
      margin-bottom: 4.75px; }
      .article-teaser-box.expand.invert .kicker:before {
        content: none; }
    .article-teaser-box.expand.invert .comment {
      color: inherit; }
    .article-teaser-box.expand.invert .image-wrapper {
      margin-bottom: -38px; }

.topic-teaser {
  font-family: "Apex New", Arial, sans-serif;
  line-height: 1.25; }
  @media (min-width: 45em) {
    .topic-teaser {
      color: #fff; } }
  .topic-teaser .link-wrapper {
    color: #D91F2E; }
    @media (min-width: 45em) {
      .topic-teaser .link-wrapper {
        color: inherit; } }
    .topic-teaser .link-wrapper .title {
      text-decoration: underline; }
  .topic-teaser .title {
    color: inherit;
    font-size: 1em;
    line-height: 1.11;
    font-weight: 400;
    margin-bottom: 4.75px; }
    @media (min-width: 45em) {
      .topic-teaser .title {
        font-size: 1.26316em; } }
  .topic-teaser .desc {
    font-size: 0.68421em;
    color: #777777;
    margin: 0;
    font-weight: 300; }
    @media (min-width: 45em) {
      .topic-teaser .desc {
        font-size: 1em; } }
  @media (min-width: 45em) {
    .topic-teaser .link-wrapper,
    .topic-teaser .title,
    .topic-teaser .desc {
      color: inherit; } }

@media (max-width: 45em) {
  .header-nav {
    display: none; } }

@media (min-width: 45em) {
  .header-nav {
    position: absolute;
    top: 35px;
    right: 0; } }

.header-nav ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

@media (max-width: 45em) {
  .js-nav-open .header-nav {
    display: flex;
    flex-direction: column-reverse; } }

.page-header {
  border-bottom: 1px solid #E3E3E3;
  font-family: "Apex New", Arial, sans-serif;
  line-height: 1.2; }
  @media (max-width: 45em) {
    .page-header.js-nav-open {
      border-bottom: 2px solid #D91F2E; } }
  .page-header > .container {
    position: relative; }

.header-logo {
  display: block;
  margin: 13px 0;
  max-width: 144px;
  line-height: 0; }
  @media (min-width: 45em) {
    .header-logo {
      max-width: 247px;
      margin: 28.5px 0; } }

.header-menu {
  margin: 0 -19px; }
  @media (min-width: 45em) {
    .header-menu {
      display: inline-block;
      margin: 0; } }
  .js .js-search-open .header-menu {
    display: none; }
  .header-menu ul {
    background-color: #F9F9F9;
    font-weight: 300; }
    .header-menu ul a {
      padding-left: 38px; }
    @media (min-width: 45em) {
      .header-menu ul {
        position: fixed;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.95);
        left: 0;
        right: 0;
        top: 116px;
        bottom: 0;
        z-index: 10;
        text-align: center;
        font-size: 2.84211em;
        font-family: Georgia, serif;
        font-style: italic;
        padding-top: 38px;
        overflow: scroll; }
        .header-menu ul li {
          display: block; }
        .header-menu ul a {
          font-weight: 600 !important;
          padding: 19px 0; }
        .header-menu ul a:hover,
        .header-menu ul a:focus,
        .header-menu ul .active {
          color: #D91F2E; } }
  @media (min-width: 45em) {
    .header-menu li {
      display: inline-block; } }
  .header-menu a {
    border-top: 1px solid #E3E3E3;
    display: block;
    padding: 15px 19px 11px;
    text-decoration: none;
    position: relative; }
    @media (min-width: 45em) {
      .header-menu a {
        border-top: none;
        font-weight: 300; } }
    .header-menu a:before {
      content: "";
      border-left: 2px solid transparent;
      display: inline-block;
      position: absolute;
      left: 0;
      height: 100%;
      top: 0; }
      @media (min-width: 45em) {
        .header-menu a:before {
          content: none; } }
  .header-menu a:hover,
  .header-menu a:focus,
  .header-menu .active {
    color: #000; }
    .header-menu a:hover:before,
    .header-menu a:focus:before,
    .header-menu .active:before {
      border-left-color: #D91F2E; }
  @media (min-width: 45em) {
    .header-menu + .header-search {
      margin-left: 28.5px; } }

.expandable + ul {
  display: none; }

.expandable.js-expandable-open + ul {
  display: block; }

.nav-toggle {
  font-weight: 300;
  position: absolute;
  top: 0;
  right: -19px;
  display: inline-block;
  padding: 10px 19px;
  line-height: 1; }
  .nav-toggle:hover, .nav-toggle:focus {
    text-decoration: none;
    color: #000; }
  @media (min-width: 45em) {
    .nav-toggle {
      display: none; } }

.search-toggle {
  margin-left: 28.5px;
  font-weight: 300; }
  @media (max-width: 45em) {
    .search-toggle {
      display: none; } }
  .no-js .search-toggle {
    display: none; }

@media (min-width: 45em) {
  .header-search {
    display: inline-block; }
    .js .header-search {
      display: none;
      position: absolute;
      top: 0;
      right: 0; }
    .js .js-search-open .header-search {
      display: inline-block; } }

.header-search input[type="text"], .header-search select {
  margin: 14px 0; }
  @media (min-width: 45em) {
    .header-search input[type="text"], .header-search select {
      border: none;
      border-bottom: 1px solid #000;
      margin: 0;
      padding-left: 0; }
      .js .header-search input[type="text"], .js .header-search select {
        width: 460px; } }
  .header-search input[type="text"]:focus, .header-search select:focus {
    outline: none; }

.header-search .submit {
  display: none; }

.page-footer {
  font-family: "Apex New", Arial, sans-serif;
  border-top: 1px solid #D8D8D8;
  margin-top: 28.5px;
  padding-bottom: 28.5px; }
  .page-footer a {
    color: #D91F2E; }
  .page-footer .row-one {
    padding-top: 38px;
    background-color: #F9F9F9; }
    @media (min-width: 45em) {
      .page-footer .row-one {
        padding-top: 76px;
        padding-bottom: 38px; } }
    .page-footer .row-one ul {
      margin-top: 38px;
      margin-bottom: 38px;
      font-size: 0.84211em;
      font-weight: 300;
      line-height: 2.125; }
    @media (max-width: 45em) {
      .page-footer .row-one .column-two ul {
        margin-top: -10px; } }
  @media (min-width: 45em) {
    .page-footer [class*="column-"] > :first-child {
      margin-top: 0; } }
  @media (min-width: 45em) {
    .page-footer .row-one .column-one > :nth-child(2) {
      margin-top: 21px; } }
  @media (min-width: 45em) {
    .page-footer .column-one {
      width: 23.09645%;
      float: left;
      margin-right: 2.53807%; }
    .page-footer .column-two {
      width: 31.64129%;
      float: left;
      margin-right: 2.53807%; }
    .page-footer .row-two .column-two {
      width: 74.36548%;
      float: right;
      margin-right: 0;
      text-align: right; }
    .page-footer .column-three {
      width: 40.18613%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 45em) {
    .page-footer .row-one:before, .page-footer .row-one:after {
      content: " ";
      display: table; }
    .page-footer .row-one:after {
      clear: both; } }
  .page-footer .row-two {
    text-align: center;
    font-weight: 300;
    font-size: 0.84211em; }
    @media (min-width: 45em) {
      .page-footer .row-two {
        text-align: left;
        border-top: 1px solid #D8D8D8;
        padding-top: 28.5px; } }
    @media (min-width: 45em) {
      .page-footer .row-two .container {
        display: flex;
        align-items: center; } }
    @media (min-width: 45em) {
      .page-footer .row-two .container [class*="column-"] :last-child {
        margin-bottom: 0; } }

.page-footer .social-link {
  line-height: 0;
  margin: 38px 0; }

.social-link li + li {
  margin-left: 19px; }

.social-link a {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: #000; }

.footer-logo {
  max-width: 187px;
  display: block; }
  .footer-logo img {
    display: block; }

@media (max-width: 1220px) {
  .ad-large-only {
    display: none; } }

.ad-778 {
  width: 778px;
  max-width: none; }

@media (max-width: 45em) {
  .section, .section-short-stories, .section-topics {
    margin-top: 57px;
    margin-bottom: 57px; } }

.section .section-title, .section-short-stories .section-title, .section-topics .section-title {
  border-top: 4px solid #000;
  margin-top: 0;
  margin-bottom: 38px;
  padding: 9.5px 9.5px 0;
  font-weight: 600;
  font-size: 1.36842em; }
  @media (min-width: 45em) {
    .section .section-title, .section-short-stories .section-title, .section-topics .section-title {
      padding-top: 19px; } }

.section-footer {
  margin-top: 57px; }

@media (min-width: 45em) {
  .l-col-main .section + .section, .l-col-main .section-short-stories + .section, .l-col-main .section-topics + .section, .l-col-main .section + .section-short-stories, .l-col-main .section-short-stories + .section-short-stories, .l-col-main .section-topics + .section-short-stories, .l-col-main .section + .section-topics, .l-col-main .section-short-stories + .section-topics, .l-col-main .section-topics + .section-topics {
    margin-top: 28.5px; } }

@media (min-width: 45em) {
  .l-col-aside .section + .section, .l-col-aside .section-short-stories + .section, .l-col-aside .section-topics + .section, .l-col-aside .section + .section-short-stories, .l-col-aside .section-short-stories + .section-short-stories, .l-col-aside .section-topics + .section-short-stories, .l-col-aside .section + .section-topics, .l-col-aside .section-short-stories + .section-topics, .l-col-aside .section-topics + .section-topics {
    margin-top: 38px; } }

.section-publication {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background-color: #F5F6EE;
  padding: 38px 19px;
  margin-left: -19px;
  margin-right: -19px; }
  .section-publication .section-title {
    margin-top: 0;
    font-weight: 600;
    text-align: center;
    font-size: 1.47368em;
    margin-bottom: 76px; }
  .section-publication .section-footer {
    text-align: center; }
  .section-publication .section-readmore {
    font-family: "Apex New", Arial, sans-serif;
    display: inline-block; }
  .section-publication .links a,
  .section-publication .section-readmore {
    text-decoration: underline; }

.section-short-stories {
  background-color: #F9F9F9; }
  .section-short-stories .section-title {
    text-align: center;
    font-weight: 300;
    padding-top: 19px;
    margin-bottom: 28.5px; }

@media (min-width: 45em) {
  .section-topics {
    border: 3px solid #D91F2E;
    background: #000 url(../images/topic-bg.jpg) center center;
    background-size: cover; } }

@media (min-width: 45em) {
  .section-topics .section-title {
    border: none;
    background-color: #D91F2E;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 1.15789em;
    line-height: 1;
    padding: 9.5px 0; } }

@media (min-width: 45em) {
  .section-topics .section-body {
    padding: 9.5px 57px 38px; } }

@media (max-width: 45em) {
  .section-topics .gallery-two .grid-item {
    width: 48.73096%;
    float: left; }
    .section-topics .gallery-two .grid-item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .section-topics .gallery-two .grid-item:nth-child(2n + 2) {
      margin-left: 51.26904%;
      margin-right: -100%;
      clear: none; } }

@media (max-width: 45em) {
  .section-topics .gallery-two .grid-item:nth-child(-n+2) {
    margin-top: 0; } }

.template-article .main-content .article-body a {
  text-decoration: underline; }

@media (min-width: 45em) {
  .template-search .search-wrapper {
    margin-bottom: 76px;
    text-align: center; } }

.template-donation .main-content {
  padding-top: 0;
  margin-top: -1px;
  font-family: "Apex New", Arial, sans-serif;
  font-weight: 300; }

@media (min-width: 45em) {
  .l-row:before, .l-row:after {
    content: " ";
    display: table; }
  .l-row:after {
    clear: both; } }

.l-row + .l-row {
  margin-top: 38px; }

@media (min-width: 45em) {
  .l-col-main {
    width: 65.82064%;
    float: left;
    margin-right: 2.53807%; } }

@media (min-width: 45em) {
  .l-col-aside {
    width: 31.64129%;
    float: left;
    margin-right: 2.53807%; } }

@media (min-width: 45em) {
  .l-col-main + .l-col-aside {
    float: right;
    margin-right: 0; } }

@media (min-width: 45em) {
  .l-col-main > :first-child,
  .l-col-main > :first-child .section-title,
  .l-col-aside > :first-child,
  .l-col-aside > :first-child .section-title {
    margin-top: 0; } }

@media (min-width: 45em) {
  [class*="l-col"].border-top {
    padding-top: 37px;
    border-top: 1px solid #C2C2C2; } }

@media (min-width: 45em) {
  [class*="l-col"].extra-space {
    margin-top: 38px;
    margin-bottom: 38px; } }

@media (max-width: 45em) {
  .section-expand-small {
    margin-left: -19px;
    margin-right: -19px;
    padding-left: 19px;
    padding-right: 19px; } }

.section-expand-full {
  margin-left: -19px;
  margin-right: -19px;
  padding-left: 19px;
  padding-right: 19px; }
  @media (min-width: 45em) {
    .section-expand-full {
      margin-left: -100%;
      margin-right: -100%;
      padding-left: 100%;
      padding-right: 100%; } }

@media (min-width: 45em) {
  .l-col-narrow {
    margin-left: 8.54484%;
    margin-right: 8.54484%; } }

[src*="http://placehold.it"] {
  display: block; }

/*# sourceMappingURL=style.css.map */