﻿html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
body {
  background-image: url("https://go.authorsguild.org/assets/sbx/themes/background/AG_Linen_Yellow@2x-bccf38d3caddcfda4db63a9e1b95bd5f2c65767c75a4e2d38b7815e36da22851.png");
  background-repeat: repeat;
}
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
} /*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url(https://go.authorsguild.org/fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(https://go.authorsguild.org/../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3)
      format("embedded-opentype"),
    url(https://go.authorsguild.org/../../fonts/fontawesome-webfont.woff2?v=4.6.3)
      format("woff2"),
    url(https://go.authorsguild.org/../../fonts/fontawesome-webfont.woff?v=4.6.3)
      format("woff"),
    url(https://go.authorsguild.org/../../fonts/fontawesome-webfont.ttf?v=4.6.3)
      format("truetype"),
    url(https://go.authorsguild.org/../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular)
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
#dummy-element {
  width: 2px;
}
.clearfix {
  overflow: hidden;
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
b,
strong {
  font-weight: 700;
}
.header-font {
  font-family: "Oswald", Verdana, sans-serif;
}
.body-font {
  font-family: "Lora", Georgia, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  margin: 0px;
  font-weight: 700;
  font-family: "Oswald", Verdana, sans-serif;
  color: #000;
}
h1,
.h1,
h4,
.h4,
h3,
.h3,
h3 a {
  font-size: 18pt;
  line-height: 22pt;
  margin: 0px 0px;
  font-weight: 400;
  font-family: "Oswald", Verdana, sans-serif;
  color: #000;
  transition: all 0.3s ease;
  margin-bottom: 1em;
}
@media screen and (max-width: 47rem) {
  .sb_title_wrapper h1,
  .sb_title_wrapper h2 {
    text-align: center;
  }
}
h2,
.h2 {
  font-weight: 700;
  font-family: "Lato", Verdana, sans-serif;
  color: #474138;
  font-size: 11pt;
  padding-bottom: 0.809em;
  line-height: 12pt;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h3,
.h3 {
  font-size: 2.0736em;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 29rem) {
  h3,
  .h3 {
    font-size: 1.728em;
  }
}
h5,
.h5 {
  font-size: 1.44em;
}
h6,
.h6 {
  font-size: 1.2em;
}
aside, .aside h3,
aside, .aside .h3,
aside, .aside h3 p,
aside, .aside .h3 p {
  padding-top: 0.4045em;
  padding-bottom: 0.4045em;
  font-weight: 400;
  font-family: "Oswald", Verdana, sans-serif;
  color: #fff;
  font-size: 14.4pt;
  line-height: 17.28pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: none;
  margin: 0 auto;
}
aside, .aside h4,
aside, .aside .h4 {
  padding-top: 0.4045em;
  font-weight: 700;
  font-family: "Lato", Verdana, sans-serif;
  color: #edd237;
  font-size: 10pt;
  line-height: 12pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
aside, .aside h4 p,
aside, .aside .h4 p {
  font-family: "Lato", Verdana, sans-serif;
  color: #edd237;
  font-weight: 700;
}

.sb_layout_full_aside_right_three_columns .full_aside_layout_the_aside h4 p {
  color: #edd237;
}
.column-primary h2 p,
.column-primary .h2 p {
  font-weight: 700;
  font-family: "Lato", Verdana, sans-serif;
  color: #474138;
}
.column-primary h4 p,
.column-primary .h4 p {
  font-family: "Oswald", Verdana, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}
aside.column-sidebar-01 h4,
aside .column-sidebar-01 .h4 {
  color: #fff;
}
.sb_layout_full_aside_right_three_columns aside.column-sidebar-01 h4,
.sb_layout_full_aside_right_three_columns aside .column-sidebar-01 .h4 {
  color: #000;
}
.sb_layout_full_aside_right_three_columns aside.column-sidebar-01 p {
  color: #000;
}
.sb_layout_full_aside_right_three_columns aside.column-sidebar-01 a:hover {
  color: #000;
  opacity: 0.5;
}
aside.column-sidebar-02 li {
  color: #fff;
}
aside.column-sidebar-02 a:hover {
  color: #fff;
  opacity: 0.5;
}
.sb_layout_full_aside_right_three_columns aside,
.sb_layout_full_aside_right_three_columns aside a,
.sb_layout_full_aside_right_three_columns aside a:visited {
  color: #000;
}
.sb_layout_full_aside_right_three_columns aside p,
.sb_layout_full_aside_right_three_columns aside .work-description,
.sb_layout_full_aside_right_three_columns aside .link-description {
  color: #000;
}
.edit_mode aside h3,
.edit_mode aside h4,
.edit_mode aside p,
.post-text,
.edit_mode aside .link-description,
.edit_mode aside .work-description {
  color: #fff;
}
.edit_mode .global_content_header_wrapper h3,
.edit_mode .global_content_header_wrapper h3 p {
  color: #ffffff;
}
body {
  font-size: 1em;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
}
p,
.work-description,
.link-description {
  font-size: 1.02em;
  font-family: "Lora", Georgia, serif;
  color: #000;
  font-weight: 300;
  line-height: 1.6em;
}
.column-primary__content-wrap ul,
.column-primary__content-wrap li {
  font-family: "Lora", Georgia, serif;
  color: #000;
  font-weight: 300;
  line-height: 1.6em;
}
.sb_single_column_layout .text-wrapper,
.sb_single_column_layout .link-block {
  border-bottom: 1px solid #e6da93;
  padding-bottom: 1.618em;
  margin-bottom: 1.618em;
}
.sb_single_column_layout .caption {
  margin-bottom: 1.618em;
}
.sb_single_column_layout .sb_copyright_wrapper {
  margin-left: 0;
}
.sb_layout_full_aside_right_three_columns .main-body {
  background: white;
}
.sb_layout_full_aside_right_three_columns aside.column-sidebar-02 {
  padding-right: 0px;
}
.sb_layout_full_aside_right_three_columns .column-sidebar-01 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 1.618em;
  margin-bottom: 1.618em;
  border-right: 1px solid #e6da93;
}
.sb_layout_full_aside_right_three_columns .column-primary {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 1.618em;
  margin-bottom: 1.618em;
  max-width: 70%;
  min-width: 60%;
}
@media screen and (max-width: 47rem) {
  .sb_layout_full_aside_right_three_columns .column-primary {
    max-width: 100%;
    display: flex;
    flex-flow: column wrap;
  }
}
.sb_layout_full_aside_right_left_sidebar .full_aside_layout_the_aside,
.sb_layout_full_aside_right_right_sidebar .full_aside_layout_the_aside {
  width: auto;
  max-width: 30%;
}
@media screen and (max-width: 47rem) {
  .sb_layout_full_aside_right_left_sidebar .full_aside_layout_the_aside,
  .sb_layout_full_aside_right_right_sidebar .full_aside_layout_the_aside {
    max-width: 100%;
  }
}
.sb_layout_full_aside_right_left_sidebar .sb_site_title_region,
.sb_layout_full_aside_right_left_sidebar .nav-wrapper,
.sb_layout_full_aside_right_right_sidebar .sb_site_title_region,
.sb_layout_full_aside_right_right_sidebar .nav-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.sb_layout_full_aside_right_left_sidebar .sb_site_title_region,
.sb_layout_full_aside_right_right_sidebar .sb_site_title_region {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sb_layout_full_aside_right_left_sidebar .column-primary__content-wrap,
.sb_layout_full_aside_right_right_sidebar .column-primary__content-wrap {
  margin-top: 0.809em;
}
.sb_layout_full_aside_right_left_sidebar aside.column-sidebar-01 {
  background: transparent;
}
.link-description,
.work-description {
  margin: 0.75em 0 0.75em;
}
.work-description p,
.link-description p {
  font-size: inherit;
}
aside p,
aside .work-description,
aside .link-description {
  color: #fff;
}
aside .caption {
  background-color: #ffffff;
  color: #fff !important;
  padding: 10px;
  margin-top: -4px;
}
.lead {
  font-size: 1.2em;
  font-weight: 300;
}
.post-body {
  padding-bottom: 0.809em;
}
.text-center {
  text-align: center;
}
a {
  text-decoration: none;
  font-weight: 700;
  color: #474138;
  background: transparent;
  transition: all 0.3s ease;
}
a:visited {
  color: #474138;
}
a:hover,
a:active {
  color: #807565;
}
.btn.edit-btn .ss-icon,
input.edit-btn[type="submit"] .ss-icon,
input.edit-btn[type="button"] .ss-icon,
.new_contact_message input.edit-btn[type="submit"] .ss-icon,
.btn.delete-btn .ss-icon,
input.delete-btn[type="submit"] .ss-icon,
input.delete-btn[type="button"] .ss-icon,
.new_contact_message input.delete-btn[type="submit"] .ss-icon {
  color: white;
}
form .ss-icon {
  color: inherit;
}
em,
i {
  font-style: italic;
}
small,
.small,
.caption {
  font-size: 0.8333333333em;
}
blockquote {
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: "Lora", Georgia, serif;
  font-style: italic;
  margin-left: 2em;
  color: #333333;
}
blockquote:before {
  font-size: 1.728em;
  content: "\201C";
  font-style: normal;
}
blockquote cite {
  font-style: normal;
  font-family: "Lora", Georgia, serif;
  color: #666666;
}
blockquote footer {
  background: none;
  min-height: 0px;
}
.link-block {
  margin-bottom: 0.809em;
}
.link-link {
  font-weight: bold;
}
.link-description {
  font-weight: italic;
}
.Strong {
  font-weight: bold;
}
.work {
  border-bottom: 1px solid #e6da93;
  padding-bottom: 0.5393333333em;
  margin-bottom: 0.5393333333em;
  overflow: hidden;
}
.work h3 a {
  font-weight: 700;
}
img.work-image {
  padding-top: 0.4em;
}
.work-block,
.link-block {
  font-family: "Oswald", Verdana, sans-serif;
  font-size: 16pt;
  line-height: 20pt;
  margin-bottom: 1.0786666667em;
}
.work-block a,
.link-block a {
  font-weight: 400;
  margin-bottom: 0.4045em;
}
.work-block .work-description,
.link-block .link-description {
  font-family: "Lora", Georgia, serif;
  font-size: 13pt;
  line-height: 18pt;
}
aside.column-sidebar-02 .work-block .work-description,
aside.column-sidebar-02 .link-block .link-description {
  text-align: center;
}
.blog-post-tags,
.blog-post-date {
  font-size: 0.85em;
  color: #333333;
}
ul.blog-tag-list,
ul.blog-archive-list {
  list-style-type: none;
  padding-left: 0;
}
a.btn.edit-btn,
a:visited.btn.edit-btn {
  color: white;
}
textarea {
  color: #000;
}
li {
  list-style-type: disc;
}
.global_content_header_wrapper {
  padding-top: 7px;
  border-radius: 50%;
  width: 117px;
  height: 117px;
  margin: 0 auto;
  margin-bottom: 1.618em;
  border: 1px solid #e6da93;
}
.global_content_inner_wrapper {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #edd237;
  margin: 0 auto;
  display: table;
}
.global_content_header_wrapper h3,
.global_content_header_wrapper h3 p.from_wysiwyg {
  display: table-cell;
  vertical-align: middle;
  color: white;
}
#sbx_wrapper_header li {
  float: none;
}
#sbx_wrapper_header li a {
  text-decoration: none;
  line-height: 2em;
}
@media screen and (max-width: 47rem) {
  #sbx_wrapper_header li a {
    border: 0;
    text-align: center;
  }
}
#sbx_wrapper_header li a:hover {
  box-shadow: inset 0 -2px 0 #e6da93;
  z-index: 5000;
}
@media screen and (max-width: 47rem) {
  #sbx_wrapper_header li a:hover {
    border-bottom: none;
    background: rgba(230, 218, 147, 0.3);
    box-shadow: none;
  }
}
#sbx_wrapper_header li.active a {
  box-shadow: inset 0 -2px 0 #e6da93;
}
@media screen and (max-width: 47rem) {
  #sbx_wrapper_header li.active a {
    border-bottom: none;
    background: rgba(230, 218, 147, 0.3);
  }
}
#sbx_wrapper_header ul {
  z-index: 50;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 1px solid #e6da93;
  border-bottom: 1px solid #e6da93;
}
#sbx_wrapper_header .sb_site_nav {
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 47rem) {
  #sbx_wrapper_header .sb_site_nav {
    border: 0;
  }
}
@media screen and (max-width: 32.75rem) {
  #sbx_wrapper_header .sb_site_nav {
    padding-right: 1.618em;
    padding-left: 1.618em;
  }
}
.sb_single_column_layout #sbx_wrapper_header .sb_site_nav {
  max-width: none;
}
.sb_title_wrapper {
  padding-left: 0.4045em;
}
header {
  height: auto;
}
.sb_single_column_layout header {
  text-align: center;
}
header .header-wrap {
  display: flex;
  margin: auto;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 80rem;
}
header .container {
  padding: 0 0.809em;
}
@media screen and (max-width: 32.75rem) {
  header .container {
    padding: 0 0.809em;
  }
}
header h1 {
  margin: 0;
  font-weight: 400;
  font-size: 30pt;
  line-height: 36pt;
  font-family: "Oswald", Verdana, sans-serif;
  color: #000;
  padding-bottom: 0.809em;
}
header h1 a:hover,
header h1 a:visited:hover {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
@media screen and (max-width: 29rem) {
  header h1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 32.75rem) {
  header h1 {
    margin-top: 0;
    text-align: left;
    font-size: 2.985984em;
  }
}
header h2 {
  color: #000;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  font-size: 14pt;
  line-height: 16.8pt;
  font-style: italic;
  text-transform: none;
  letter-spacing: 1px;
  padding-bottom: 0.809em;
}
@media screen and (max-width: 47rem) {
  header h2 {
    text-align: left;
  }
}
@media screen and (max-width: 32.75rem) {
  header h2 {
    text-align: left;
    padding: 0;
  }
}
header h1 p {
  margin: 0;
  font-weight: 700;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
header h1 p a:hover,
header h1 p a:visited:hover {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
header h2 p {
  font-weight: 300;
  color: #000;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.44em;
}
nav {
  font-family: "Lato", Verdana, sans-serif !important;
  font-size: 11pt;
  line-height: 13.2pt;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 29rem) {
  nav {
    overflow: hidden;
    transition: all 0.3s ease;
  }
}
nav ul {
  list-style: none;
}
@media screen and (max-width: 47rem) {
  nav ul {
    padding: 0.4045em 0 0 0;
  }
}
nav li {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: -3px;
}
@media screen and (max-width: 47rem) {
  nav li {
    font-size: 0.9em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47rem) {
  nav li {
    display: block;
    padding: 0;
    line-height: 40px;
    border-bottom: solid 1px rgba(230, 218, 147, 0.3);
  }
  nav li:last-child {
    border-bottom: none;
  }
}
nav li a {
  transition: all 0.3s ease;
  color: #000;
  display: block;
  width: 100%;
  padding: 0.4045em 0.5393333333em 0.2696666667em;
}
@media screen and (max-width: 47rem) {
  nav li a {
    padding: 0.5393333333em 0.5393333333em;
    width: 100%;
    display: block;
    line-height: 12px;
  }
}
nav li a:visited {
  color: #000;
}
nav li a:hover {
  color: #000;
}
nav li.active a {
  width: 100%;
  display: block;
}
.sb_site_title_region,
.nav-wrapper {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.618em 0.1618em;
}
@media screen and (max-width: 47rem) {
  .sb_site_title_region,
  .nav-wrapper {
    padding: 0.505625em 1.618em 0.809em;
  }
}
@media screen and (max-width: 29rem) {
  .sb_site_title_region,
  .nav-wrapper {
    padding: 0.4045em 0.2696666667em 0 0;
  }
}
@media screen and (max-width: 32.75rem) {
  .sb_site_title_region,
  .nav-wrapper {
    padding: 0;
  }
}
.sb_site_title_region {
  background-color: #ffffff;
  padding: 1.618em 1.618em 0.6472em;
}
.sb_single_column_layout .nav-wrapper {
  padding-left: 1.618em;
  padding-right: 1.618em;
  max-width: none;
}
.sb_layout_two_left_full_aside .sb_site_title_region {
  padding: 1.618em 0 0.6472em;
  padding-top: 0px;
}
.sb_layout_two_left_full_aside .nav-wrapper {
  padding: 0 0 1.618em;
}
.nav-wrapper {
  background-color: #ffffff;
}
@media screen and (max-width: 29rem) {
  .nav-wrapper label {
    position: relative;
    cursor: pointer;
    z-index: 9999;
    padding: 0.5393333333em 6px 0.5393333333em;
    display: block !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 47rem) {
  .nav-wrapper label {
    display: none;
  }
}
.alternative {
  background: url(//unsplash.it/1600/900/?random) no-repeat center center;
  background-size: cover;
  padding-bottom: 28.125%;
}
.alternative nav {
  background: rgba(255, 255, 255, 0.7);
  margin-top: 1.618em;
}
.alternative nav ul li:last-child {
  margin-right: 1.618em;
}
.alternative .sb_site_title_region {
  padding-left: 1.618em;
  padding-right: 1.618em;
  background: rgba(255, 255, 255, 0.7);
}
#open {
  display: none;
}
.hidden-desktop {
  display: none;
}
@media screen and (max-width: 29rem) {
  .hidden-desktop {
    display: block;
  }
}
.hidden-desktop i {
  color: #000;
}
#sbx_wrapper_header .collapsed-menu-link {
  background-image: url("https://go.authorsguild.org/assets/sbx/themes/background/menu-bars-140230172231718a3ea8ec3cc7b2f1d73ffe8b19b8a2e9c31dc9af96e1f89b55.png");
  background-position: right;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 100%;
  height: 18px;
  margin-top: 0.5393333333em;
  margin-bottom: 0.5393333333em;
  z-index: 1000;
}
.header-img {
  position: relative;
  width: 100%;
  height: 320px;
  background: url("http://placehold.it/1440x450") no-repeat center center scroll;
  background-size: cover;
}
@media screen and (max-width: 32.75rem) {
  .header-img {
    height: 120px;
  }
}
@media screen and (max-width: 29rem) {
  .container {
    padding: 0 0.809em;
  }
  .sb_site_title_region,
  .nav-wrapper {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 29rem) {
  body {
    padding: 0em;
  }
  input[type="checkbox"]:checked + nav {
    height: 285px;
    width: 100%;
  }
  .sb_site_title_region,
  .nav-wrapper {
    width: 100%;
    text-align: center;
  }
}
footer {
  margin-right: 0;
  margin-left: 0;
}
footer .sb_copyright_wrapper {
  color: #fff;
  font-family: "Oswald", Verdana, sans-serif;
  font-weight: 400;
  font-size: 0.83333em;
  margin-left: 1.618em;
  margin-right: 1.618em;
  padding-top: 1em;
}
footer .sb-footer-icon {
  fill: #fff;
}
footer .copyright {
  float: left;
  margin-top: 1.5em;
}
footer .social {
  float: right;
}
footer .social ul {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table-row;
}
footer .social li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.809em;
}
footer .social li:first-child {
  padding-left: 0;
}
footer svg {
  width: 31px;
  height: 31px;
}
.sb_site_title_region {
  z-index: 4;
}
#sbx_wrapper_header ul {
  z-index: 4;
}
#sbx_wrapper_header li {
  z-index: 3;
}
#sbx_wrapper_header .sb_site_nav {
  z-index: 2;
}
.sbx-editor-links .btn,
.sbx-editor-links input[type="submit"],
.sbx-editor-links input[type="button"],
.sbx-editor-links .new_contact_message input[type="submit"],
.new_contact_message .sbx-editor-links input[type="submit"] {
  margin-left: 0;
}
.modal-public .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 2em;
  background: none;
  color: #666666;
  cursor: pointer;
  border: 0;
  transition: all 0.3s ease;
}
.modal-public .close:hover {
  color: #b3b3b3;
  background: none;
}
.modal-public .close i.fa {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.modal-public.modal-open .modal-fade-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 50;
  transition: 0.7s;
}
.modal.modal-open .modal-fade-screen .modal-inner {
  top: 30%;
}
.modal .btn.cancel-btn,
.modal input.cancel-btn[type="submit"],
.modal input.cancel-btn[type="button"],
.modal .new_contact_message input.cancel-btn[type="submit"],
.new_contact_message .modal input.cancel-btn[type="submit"],
.modal input[type="submit"] {
  padding: 0.75em 1em;
}
.modal.modal-public .modal-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 470px;
  height: auto;
  margin-left: -200px;
  margin-top: -150px;
  background: #ffffff;
  border: 1px solid #eee;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
}
.modal.modal-public .modal-inner form {
  width: 320px;
  margin: 2em 40px;
}
.modal h2,
.modal h3 {
  color: #000;
  font-size: 1em;
  font-weight: 700;
  font-family: "Oswald", Verdana, sans-serif;
  margin-bottom: 0.809em;
  margin-top: 1.618em;
}
.modal h2 {
  font-size: 1.1em;
  margin-top: 0;
}
input[type="text"],
input[type="email"] {
  font-family: "Lora", Georgia, serif;
}
.modal.modal-public.modal-open .modal-inner {
  visibility: visible;
  opacity: 1;
}
.modal.modal-public.modal-open .modal-inner + .modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.edit_mode .blog-post .content-edit-controls a.approve-btn {
  vertical-align: top;
}
form fieldset {
  background: transparent;
  border: none;
  padding: 0.809em;
}
form legend {
  font-family: "Oswald", Verdana, sans-serif;
  border: 0;
  padding: 0;
  color: #000;
}
form label {
  font-family: "Oswald", Verdana, sans-serif;
  font-size: 0.78em;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline;
  color: #000;
  text-transform: uppercase;
}
form input,
form textarea,
form input[type="text"],
form input[type="email"] {
  max-width: 100%;
  padding: 0.5393333333em;
  background: white;
  font-size: 1.02em;
  font-family: "Lora", Georgia, serif;
  margin: 0.4045em 0 0.809em;
  display: block;
}
form input:focus,
form textarea:focus,
form input[type="text"]:focus,
form input[type="email"]:focus {
  outline: 0;
  box-shadow: inset 0px 0px 5px 0px #b6a22a;
}
form input.input-full,
form textarea.input-full,
form input[type="text"].input-full,
form input[type="email"].input-full {
  width: 100%;
}
form input.input-two-thirds,
form textarea.input-two-thirds,
form input[type="text"].input-two-thirds,
form input[type="email"].input-two-thirds {
  width: 66%;
}
form input.input-one-third,
form textarea.input-one-third,
form input[type="text"].input-one-third,
form input[type="email"].input-one-third {
  width: 32%;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder {
  font-size: 0.72em;
  color: #919191;
}
textarea {
  min-height: 100px;
}
input[type="radio"] {
  display: inline;
  margin: 0 5px 0 10px;
  padding: 0;
  width: auto;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
.btn,
input[type="submit"],
input[type="button"],
.new_contact_message input[type="submit"] {
  border: 0px;
  background: #edd237;
  color: #ffffff;
  font-family: "Oswald", Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  min-width: 160px;
  font-size: 1.2em;
  transition: all 0.3s ease;
}
.btn:visited,
input[type="submit"]:visited,
input[type="button"]:visited,
.new_contact_message input[type="submit"]:visited,
.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.new_contact_message input[type="submit"]:hover,
.btn:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
.new_contact_message input[type="submit"]:focus {
  color: #ffffff;
  background: #ddbf14;
}
.btn a:link,
input[type="submit"] a:link,
input[type="button"] a:link,
.new_contact_message input[type="submit"] a:link,
.btn a:visited,
input[type="submit"] a:visited,
input[type="button"] a:visited,
.new_contact_message input[type="submit"] a:visited {
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 1.5em;
  border-bottom: 0px;
}
.btn-lg,
input[type="submit"],
input[type="button"],
.new_contact_message input[type="submit"] {
  padding: 1em 1.3em;
  font-size: 1.2em;
}
.btn-sm {
  padding: 0.5em 1em;
  font-size: 0.8333333333em;
}
.post-new-comment {
  margin-bottom: 1.618em;
}
.post-new-comment a {
  border: 0px;
  background: #edd237;
  color: #ffffff;
  font-family: "Oswald", Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  min-width: 160px;
  font-size: 1.2em;
  transition: all 0.3s ease;
  padding: 0.5em 1em;
  font-size: 0.8333333333em;
  cursor: pointer;
}
.post-new-comment a:visited,
.post-new-comment a:hover,
.post-new-comment a:focus {
  color: #ffffff;
  background: #ddbf14;
}
.post-new-comment a a:link,
.post-new-comment a a:visited {
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 1.5em;
  border-bottom: 0px;
}
.buttons button,
.buttons input[type="submit"],
.buttons .btn,
.buttons input[type="submit"],
.buttons input[type="button"],
.buttons .new_contact_message input[type="submit"],
.new_contact_message .buttons input[type="submit"] {
  margin: 1em 0.5em;
}
input[type="submit"],
input[type="button"],
.new_contact_message input[type="submit"] {
  min-width: 160px;
  font-size: 1.2em;
  transition: all 0.3s ease;
}
input[type="submit"]:visited,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:visited,
input[type="button"]:hover,
input[type="button"]:focus,
.new_contact_message input[type="submit"]:visited,
.new_contact_message input[type="submit"]:hover,
.new_contact_message input[type="submit"]:focus {
  color: #ffffff;
  letter-spacing: 0.1em;
  min-width: 160px;
  font-size: 1.2em;
  font-family: "Oswald", Verdana, sans-serif;
  letter-spacing: 0.1em;
}
button {
  overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
  background: #ddd;
}
button[disabled]:hover,
button[disabled]:focus,
html input[disabled]:hover,
html input[disabled]:focus {
  cursor: not-allowed;
  background: #c4c4c4;
}
.alert-success {
  color: #56ad6a;
}
.alert-success:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #56ad6a;
  padding-right: 0.5em;
}
.alert-error {
  color: #d02e2e;
}
.alert-error:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #d02e2e;
  padding-right: 0.5em;
}
.pagination,
.pagination *,
.pagination *:before,
.pagination *:after {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-kerning: auto;
}
.pagination {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  font-family: "Lora", Georgia, serif;
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size 0.2s ease-in-out;
}
.pagination ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: 0.5em;
}
.pagination ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
}
.pagination > a {
  font-size: 140%;
}
.pagination a {
  color: #474138;
  font-size: 100%;
  padding: 0.5em;
}
.pagination a:focus,
.pagination a:hover {
  color: #645b4e;
}
.pagination li.current {
  background: #cccccc;
  padding: 0.2em 0 0.4em;
}
.pagination .disabled,
.pagination [hidden],
.pagination [disabled] {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 350px) {
  .pagination {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  .pagination {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  .pagination {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
  .pagination {
    font-size: 16pt;
  }
}
.pagination {
  color: #000;
}
.image-block-align-left,
.image-block-align-right,
.image-block-align-center {
  display: table !important;
}
.image-block-align-left img,
.image-block-align-right img,
.image-block-align-center img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.caption {
  text-align: center;
  display: block;
  line-height: 1.2em;
  padding-top: 0.5393333333em;
  font-family: "Lora", Georgia, serif;
  font-size: 0.8em;
  background-color: #ffffff;
  color: #fff !important;
  padding: 10px;
  margin-top: 1px;
}
aside .caption {
  margin-bottom: 0.809em;
}
p.caption {
  line-height: 1.2em;
}
.caption a {
  color: #000 !important;
  font-weight: 400;
}
.image-add-border img {
  padding: 10px;
  border: 1px solid #e6da93;
}
@media screen and (max-width: 32.75rem) {
  .image-add-border img {
    margin: 0 auto;
    display: block;
  }
}
.sb_layout_two_right_full_aside
  .full_aside_layout_the_aside
  .image-add-border
  img,
.sb_layout_two_left_full_aside
  .full_aside_layout_the_aside
  .image-add-border
  img {
  border: 1px solid #ffffff;
}
.image-block-align-left.image-wrap-text {
  margin-right: 1.0786666667em;
  margin-bottom: 1.0786666667em;
}
@media screen and (max-width: 32.75rem) {
  .image-block-align-left.image-wrap-text {
    margin-left: 0;
  }
}
.image-block-align-right.image-wrap-text {
  margin-left: 1.0786666667em;
  margin-bottom: 1.0786666667em;
}
@media screen and (max-width: 32.75rem) {
  .image-block-align-right.image-wrap-text {
    margin-left: 0;
  }
}
.banner-images-carousel {
  background-color: #ffffff;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
}
.banner-images-carousel img {
  max-height: 550px;
}
.banner-images-carousel .mySlides {
  text-align: center;
}
.banner-images-carousel .w3-button {
  background-color: #000;
}
.banner-images-carousel .btn,
.banner-images-carousel input[type="submit"],
.banner-images-carousel input[type="button"],
.banner-images-carousel .new_contact_message input[type="submit"],
.new_contact_message .banner-images-carousel input[type="submit"] {
  padding: 15px;
  text-transform: none;
  letter-spacing: normal;
  font-family: auto;
}
.banner-images-carousel .w3-display-left {
  position: absolute;
  top: 45%;
  left: 0;
}
.banner-images-carousel .w3-display-right {
  position: absolute;
  top: 45%;
  right: 0;
}
.banner-images-carousel .ant-caret-icon {
  fill: white;
  height: 16px;
  width: 20px;
}
.banner-images-carousel .teaser-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.banner-images-carousel .btn,
.banner-images-carousel input[type="submit"],
.banner-images-carousel input[type="button"],
.banner-images-carousel .new_contact_message input[type="submit"],
.new_contact_message .banner-images-carousel input[type="submit"] {
  font-size: 1.2em;
}
.banner-images-carousel h1 {
  font-size: 3em;
  line-height: 1.2em;
}
@media screen and (min-width: 48rem) and (max-width: 60.1875rem) {
  .banner-images-carousel h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 47rem) {
  .banner-images-carousel h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 29rem) {
  .banner-images-carousel h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 47rem) {
  .sbx_wrapper_main {
    display: flex;
  }
}
@media screen and (max-width: 47rem) {
  .sbx_wrapper_main .main-body {
    flex-direction: column-reverse;
  }
}
#sbx_wrapper_main-alt h2 {
  border-bottom: 1px solid #e6da93;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.column-primary {
  background-color: #ffffff;
  padding: 1.618em 1.618em 0 1.618em;
  order: 2;
}
@media screen and (max-width: 47rem) {
  .column-primary {
    border-right: none;
    padding: 0.5393333333em;
    order: 1;
  }
}
@media screen and (max-width: 47rem) {
  .column-primary {
    border-right: none;
    padding: 1.618em;
    order: 1;
  }
}
@media screen and (max-width: 29rem) {
  .column-primary {
    border-right: none;
    padding: 1.618em;
    margin: 0;
    order: 1;
  }
}
.sb_layout_three_full_aside .full_aside_layout_the_content {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.sb_layout_two_right_full_aside .column-primary,
.sb_layout_two_left_full_aside .column-primary {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.sb_layout_three_full_aside .column-primary__content-wrap {
  border-left: 1px solid #e6da93;
  padding-left: 1.618em;
}
@media screen and (max-width: 47rem) {
  .sb_layout_three_full_aside .column-primary__content-wrap {
    border-left: 0;
    padding-left: 0;
  }
}
.sb_layout_two_right_full_aside .column-primary {
  padding: 0;
}
.sb_layout_two_right_full_aside .column-primary__content-wrap {
  padding: 1.618em;
}
.column-sidebar-01 {
  background-color: #ffffff;
  order: 1;
}
@media screen and (max-width: 47rem) {
  .column-sidebar-01 {
    order: 2;
  }
}
.column-sidebar-02 {
  order: 3;
}
.sb_layout_three_full_aside .column-sidebar-01 {
  max-width: 30%;
}
@media screen and (max-width: 47rem) {
  .sb_layout_three_full_aside .column-sidebar-01 {
    max-width: none;
    width: 100%;
  }
}
.column-sidebar-01,
.column-sidebar-02 {
  padding: 1.618em;
}
@media screen and (max-width: 47rem) {
  .column-sidebar-01,
  .column-sidebar-02 {
    border-right: none;
  }
}
@media screen and (max-width: 29rem) {
  .column-sidebar-01,
  .column-sidebar-02 {
    border-right: none;
    margin: 0;
  }
}
.sb_layout_two_left_full_aside .column-sidebar-01 {
  background: none;
}
.column {
  margin-right: 0;
}
.region-contents {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
section.main-body {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
section.main-body,
footer,
.padded-responsive,
.sb_site_title_region,
.nav-wrapper {
  max-width: none;
}
aside.column {
  width: auto;
}
hr {
  border-top: 1px solid #e6da93;
  background: none;
  background-color: none;
}
ol {
  list-style-type: decimal;
}
ul {
  list-style-type: square;
}
.blog-post {
  margin-bottom: 2em;
}
.sb_single_column_layout .column-primary__content-wrap {
  text-align: center;
}
aside.column-sidebar-02 {
  width: 100%;
}
.full_aside_layout_the_content {
  float: left;
  width: 73%;
  margin-top: 1.618em;
  margin-left: 1.618em;
}
@media screen and (max-width: 47rem) {
  .full_aside_layout_the_content {
    width: auto;
    float: none;
    margin-left: 0.809em;
    margin-right: 0.809em;
    margin-top: 0;
  }
}
.full_aside_layout_the_aside {
  float: left;
  width: 22%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 47rem) {
  .full_aside_layout_the_aside {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
  }
}
.sb_layout_full_aside_right_three_columns aside.column-sidebar-01 {
  max-width: 40%;
  min-width: 30%;
}
@media screen and (max-width: 47rem) {
  .sb_layout_full_aside_right_three_columns aside.column-sidebar-01 {
    max-width: 100%;
    display: flex;
    flex-flow: column wrap;
  }
}
.sb_layout_two_left_full_aside .full_aside_layout_the_content {
  order: 1;
}
.sb_layout_two_left_full_aside .full_aside_layout_the_aside {
  margin-left: 0;
  order: 2;
}
#sbx_wrapper_footer {
  clear: both;
}
.sb_single_column_layout #sbx_wrapper_header {
  width: 94%;
  padding-top: 1.618em;
  margin: 0 auto;
}
@media screen and (max-width: 47rem) {
  .sb_single_column_layout #sbx_wrapper_header {
    padding-top: 0.809em;
  }
}
.sb_single_column_layout #sbx_wrapper_main {
  width: 94%;
  margin: 0 auto;
}
.sb_single_column_layout #sbx_wrapper_footer {
  width: 94%;
  padding-bottom: 1.618em;
  margin: 0 auto;
}
.sb_single_column_layout .column-primary {
  padding-left: 1.618em;
  max-width: none;
}
.sb_single_column_layout footer .copyright {
  padding-left: 0;
}
.sb_single_column_layout footer .social,
.sb_single_column_layout footer .sb_copyright_wrapper {
  padding-right: 0;
  margin-right: 0;
}
.sb_layout_full_aside_right_left_sidebar .full_aside_layout_the_content {
  margin-right: 1.618em;
  margin-left: 0;
}
@media screen and (max-width: 47rem) {
  .sb_layout_full_aside_right_left_sidebar .full_aside_layout_the_content {
    margin-right: 0;
  }
}
aside h3.MediumHeader {
  color: #000;
}
.global_content_header_wrapper h3.MediumHeader {
  color: white;
}
.caption p,
.edit_mode aside h3,
.edit_mode aside h4,
.edit_mode aside p,
.post-text,
.edit_mode aside .link-description,
.edit_mode aside .work-description {
  color: #000;
}
.caption,
aside .caption {
  color: #000 !important;
}
aside form label {
  color: #fff;
}
.column-sidebar-01__content-wrap label {
  color: #474138;
}
.full_aside_layout_the_aside .column-sidebar-01__content-wrap label {
  color: #fff;
}
.sb_layout_full_aside_right_three_columns aside.column-sidebar-01 a {
  color: #474138;
}
.sb_layout_full_aside_right_three_columns aside a {
  color: #fff;
}
.edit_mode aside a {
  color: #000;
}
.edit_mode aside a:visited {
  color: #000;
}
.edit_mode aside a:visited:hover {
  color: rgba(0, 0, 0, 0.5);
}
.edit_mode aside a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.full_aside_layout_the_aside .work-block a {
  color: #fff;
}
.full_aside_layout_the_aside a {
  color: #fff;
}
aside.column-sidebar-01 h4 {
  color: #edd237;
}
.sb_layout_full_aside_right_three_columns .full_aside_layout_the_aside p,
.sb_layout_full_aside_right_three_columns
  .full_aside_layout_the_aside
  .work-description,
.sb_layout_full_aside_right_three_columns
  .full_aside_layout_the_aside
  .work-block
  a,
.sb_layout_full_aside_right_three_columns
  .full_aside_layout_the_aside
  a.link-link,
.sb_layout_full_aside_right_three_columns
  .full_aside_layout_the_aside
  .link-description {
  color: white;
}
.edit_mode.sb_layout_full_aside_right_three_columns
  .full_aside_layout_the_aside
  p,
.edit_mode.sb_layout_full_aside_right_three_columns
  .full_aside_layout_the_aside
  .work-description,
.edit_mode.sb_layout_full_aside_right_three_columns
  .full_aside_layout_the_aside
  .work-block
  a,
.edit_mode.sb_layout_full_aside_right_three_columns
  .full_aside_layout_the_aside
  a.link-link,
.edit_mode.sb_layout_full_aside_right_three_columns
  .full_aside_layout_the_aside
  .link-description {
  color: #000;
}
.edit_mode.sb_layout_full_aside_right_three_columns
  .full_aside_layout_the_aside
  a.edit-btn {
  color: white;
}

aside {
    /* Add any existing styles for aside here */
  }
  
  .aside {
    /* Add the styles you want for the class here */
  }
  
  /* Ensure that all <aside> tags have the .aside-class */
  aside {
    @apply .aside;
  }
