/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* custom Stylsheet */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.75rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.25rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.kalam-font, .caveat-font, .handwriting-font {
  font-family: Caveat;
}
.covered-by-your-grace-font {
  font-family: "Covered By Your Grace";
}
.walter-turncoat-font {
  font-family: "Walter Turncoat";
}
.typewriter-font {
  font-family: "Special Elite";
}
/* ANIMATIONS */
/* pulse */
@-webkit-keyframes pulse {
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
  }
}
@keyframes pulse {
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02);
  }
}
/* spin */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* swing */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
    transform: rotate3d(0, 0, 1, 1deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
    transform: rotate3d(0, 0, 1, -1deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
    transform: rotate3d(0, 0, 1, 1deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
    transform: rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
    transform: rotate3d(0, 0, 1, 1deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
    transform: rotate3d(0, 0, 1, -1deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
    transform: rotate3d(0, 0, 1, 1deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
    transform: rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* this isn't being used; we're just saving it in case we want it */
.swing:hover {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
/* GENERAL STYLES */
a, a:link, a:visited {
  font-weight: bold;
}
#g-page-surround {
  background-image: url('../../../../images/BG/corkbgMARCH2019.jpg');
}
TEXTAREA, SELECT[multiple=multiple], INPUT[type="color"], INPUT[type="date"], INPUT[type="datetime"], INPUT[type="datetime-local"], INPUT[type="email"], INPUT[type="month"], INPUT[type="number"], INPUT[type="password"], INPUT[type="search"], INPUT[type="tel"], INPUT[type="text"], INPUT[type="time"], INPUT[type="url"], INPUT[type="week"], INPUT:not([type]) {
  border-radius: 0.1875rem;
  background-color: #fff;
}
input[type="text"].search-query:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.box-white a:visited, .contact-header-top a:visited {
  color: #33373b;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* pagination */
.pagination ul > li {
  font-weight: 100;
  font-size: x-small;
}
.pagination ul > li > a {
  color: #000;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pagination ul > li > span {
  background: rgba(177, 184, 196, 0.44);
  border: 1px solid rgba(177, 184, 196, 0.44);
  color: #000;
  border-radius: 0 !important;
}
/* article titles */
.page-header h2 a {
  font-size: 1.5rem;
  font-weight: 400;
}
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* SHARED STYLE: equal-sized header images */
.slideshow-top-images .g-grid {
  justify-content: center;
}
.slideshow-top-images .size-50 {
  position: relative;
  flex: 0 40rem;
  /* 80rem is max container size */
}
.slideshow-top-images .size-50 + .size-50 {
  top: -6rem;
}
/* large desktop: move images horizontally closer */
@media only all and (min-width: 80rem) {
  .slideshow-top-images .size-50 {
    right: -3rem;
  }
  .slideshow-top-images .size-50 + .size-50 {
    left: -3rem;
    right: auto;
    top: auto;
  }
}
/* MENU */
.g-default-navigation {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  margin-top: 0rem;
  padding: 0rem 0%;
}
/* phone */
@media only all and (max-width: 47.938rem) {
  .g-default-navigation {
    margin: 0;
    padding: 0;
  }
}
#g-container-navigation #g-navigationmain {
  background: rgba(0, 0, 0, 0.1);
}
.g-default-navigation-logo {
  background: transparent;
  font-size-adjust: auto;
}
.g-logo {
  font-weight: 400;
  font-size: small;
  text-shadow: 3px 3px 10px #000000;
}
/* tablet */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-logo {
    font-size: x-large;
  }
}
.g-default-navigation .g-content {
  margin: 0;
  padding: 0.7rem 0.5rem 1.2rem;
}
.g-default-navigation-menu .g-content {
  padding-left: 0;
  padding-right: 0;
}
.dir-rtl .g-default-navigation-menu .g-content {
  padding-left: 1.5rem;
  margin-left: 0.625rem;
  padding-right: 0;
  margin-right: 0;
}
#g-container-navigation .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#g-container-navigation .g-main-nav .g-toplevel > li:after {
  display: none;
}
/* font style for main navigation */
#g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-weight: 600;
  font-size: medium;
  text-shadow: 2px 2px 9px #000;
}
/* tablet: smaller main navigation font */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-size: smaller;
  }
}
/* link color for main navigation */
#g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  color: #fff;
}
#g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "";
  opacity: 0.3;
}
/* create an invsible underline on all items in main navigation menu and the back to mailbag link */
#g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content:after, .back-to-link a:after {
  display: block;
  content: "";
  border-bottom: solid medium #fff;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
/* make the underline expand and become visible on mouse :hover or keyboard :focus */
#g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:hover .g-menu-item-content:after, #g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:focus .g-menu-item-content:after, .back-to-link a:hover:after, .back-to-link a:focus:after {
  transform: scaleX(1);
}
/* make the underline always visible on the active navigation item */
#g-container-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container .g-menu-item-content:after {
  transform: none;
}
#g-container-navigation .g-main-nav .g-sublevel {
  border-top: 0px;
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator, #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  display: none;
}
.g-menuspacer {
  padding-top: 0rem;
}
.g-video {
  box-shadow: 3px 3px 15px 7px rgba(0, 0, 0, 0.6);
}
/* keep hamburger menu fixed */
.g-offcanvas-right .g-offcanvas-toggle {
  position: fixed;
}
/* don't let main content start off under fixed header */
.g-default-navigation + section {
  margin-top: 95px;
}
/* HEADER */
/* line 1, templates/rt_citadel/scss/citadel/sections/_header.scss */
#g-container-header {
  color: #000;
  padding-top: 30px;
  background: rgba(255, 255, 255, 0);
}
@media only all and (max-width: 47.938rem) {
  #g-container-header {
    padding-top: 0;
  }
}
/*COPYRIGHT*/
.g-copyright {
  padding: 0 0;
}
.g-copyright .g-copyright-text, .g-social a, .g-totop a {
  font-size: x-small;
  font-weight: 700;
  color: white;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.g-copyright .g-copyright-text .g-content {
  margin-top: 25px;
  text-align: center;
}
#g-container-copyright {
  background: rgba(0, 0, 0, 0);
}
@media only all and (max-width: 47.938rem) {
  .g-copyright .g-copyright-text .g-content {
    margin-top: 0px;
    text-align: center;
  }
}
.g-copyright .fa-fw {
  background: url('../../../../images/home/totop.png');
  width: 110px;
  height: 110px;
}
/* remove the up symbol */
.g-copyright .fa-angle-up:before {
  content: none;
}
/* SHARED STYLES: Two piece headers (actually main content) for homepage and contact page */
.header-two-piece .g-side-column {
  min-width: 0;
  max-width: 0;
}
.header-two-piece .g-grid {
  justify-content: center;
}
.header-two-piece .size-50 {
  background-color: transparent;
  background-repeat: no-repeat;
  width: 575px;
  flex: 0 auto;
}
.header-two-piece .header-b {
  margin-top: -6rem;
}
/* wide screen: make pieces overlap when side-by-side */
@media only all and (min-width: 1150px) {
  .header-two-piece .header-a {
    margin-right: -2rem;
  }
  .header-two-piece .header-b {
    margin: auto 0 0 -2rem;
  }
}
/* HOME AND COMING SOON*/
.box-white > .g-content {
  background: transparent;
  margin-top: 0px;
  padding: 2rem;
}
.homepage-header-top .header-b {
  background-image: url('../../../../images/home/home-header-b.png');
  height: 660px;
}
.homepage-header-top .header-b .g-content {
  margin-top: 290px;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  transform: rotate(-2deg);
}
.homepage-header-top .simplecounter-bg {
  background-image: url('../../../../images/BG/Device-Animated-desktop.gif');
  max-width: 645px;
  height: 460px;
}
.homepage-header-top .simplecounter-bg .g-content {
  font-family: "open sans";
  font-weight: bold;
  color: black;
  padding-top: 214px;
  margin-left: 10px;
  margin-right: -6px;
}
.white-text .g-content {
  color: white;
}
/* phone: adjust the size of the welcome text */
@media only all and (max-width: 47.938rem) {
  .homepage-header-top .header-b {
    background-image: url('../../../../images/BG/paper-mobile.png');
    margin-top: -3rem;
    width: 320px;
    height: 934px;
    transform: rotate(-4deg);
  }
  .homepage-header-top .header-b .g-content {
    margin-top: 195px;
    margin-left: 10px;
    transform: rotate(0.5deg);
  }
  .homepage-header-top .simplecounter-bg {
    background-image: url('../../../../images/BG/Device-Animated-mobile.gif');
    height: 420px;
    max-width: 380px;
  }
  .homepage-header-top .simplecounter-bg .g-content {
    font-family: "open sans";
    font-weight: bold;
    color: white;
    padding-top: 162px;
    padding-left: 45px;
    padding-right: 50px;
  }
}
/* CONTACT PAGE */
.contact-header-top {
  margin-top: 0px;
}
.contact-header-top p {
  margin-bottom: 0;
}
.contact-header-top .size-50 {
  transform: rotate(2deg);
}
.contact-header-top .header-a {
  background-image: url('../../../../images/CONTACT/contact-header-a.png');
  width: 579px;
  height: 581px;
}
.contact-header-top .header-a .g-content {
  font-size: 1rem;
  margin-top: 4.5rem;
  margin-left: 4rem;
}
.contact-header-top .header-b {
  background-image: url('../../../../images/CONTACT/contact-header-b.png');
  height: 575px;
  text-align: right;
}
.contact-header-top .header-b .g-content {
  font-size: 1rem;
  margin-top: 4rem;
  margin-right: 8.5rem;
}
.contact-header-top .header-c {
  background-image: url('../../../../images/CONTACT/contact-header-c.png');
  height: 575px;
  max-width: 575px;
  text-align: right;
}
.contact-header-top .header-c .g-content {
  position: relative;
  right: -200px;
  top: 287px;
  width: 300px;
  transform: rotate(-16deg);
  font-size: 1.25rem;
  line-height: 1.2;
}
.contact-header-top .custom .faux-heading {
  font-size: 1.5rem;
}
/* phone */
@media only all and (max-width: 47.938rem) {
  /* move images vertically closer */
  .contact-header-top .header-a {
    background-image: url('../../../../images/CONTACT/contact-header-mobile-a.png');
    margin-top: -3rem;
    width: 320px;
    height: 400px;
  }
  .contact-header-top .header-a .g-content {
    margin-top: 2.8rem;
    margin-left: 2rem;
    margin-right: 1rem;
  }
  .contact-header-top .header-b {
    background-image: url('../../../../images/CONTACT/contact-header-mobile-b.png');
    margin-top: -3rem;
    width: 320px;
    height: 500px;
  }
  .contact-header-top .header-b .g-content {
    margin-top: 3rem;
    margin-right: 2.2rem;
    margin-left: 2rem;
  }
  .contact-header-top .header-c {
    background-image: url('../../../../images/CONTACT/contact-header-mobile-c.png');
    margin-top: -3rem;
    width: 320px;
    height: 450px;
    max-width: 320px;
  }
  .contact-header-top .header-c .g-content {
    transform: rotate(-2deg);
    top: 183px;
    right: 8px;
    line-height: 21px;
  }
  .contact-header-top .custom {
    font-size: 1.25rem;
  }
  .contact-header-top .header-c .custom {
    font-size: 1.15rem;
  }
  .contact-header-top .custom .faux-heading {
    font-size: 1rem;
    font-weight: 700;
  }
  .contact-header-top .custom .mobile-size {
    font-size: 0.9rem;
  }
}
/* ABOUT PAGE */
.about-header-top .size-50 {
  width: 50%;
}
/* always keep them touching */
.about-header-top .header-a {
  margin-right: -2rem;
}
.about-header-top .header-b {
  margin: auto 0 0 -2rem;
}
.about-header-top .header-mobile {
  margin: auto 0 0 0rem;
}
.g-aboutbg {
  background-image: url('../../../../images/BG/aboutmepapercoffee3-3000.png');
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.75);
  margin-top: -50px;
  font-weight: 100;
}
.g-aboutbg .g-content {
  padding: 4rem 2rem;
}
.g-bgrotation {
  transform: rotate(-0.5deg);
}
/* tablet: replace background */
@media only all and (min-width: 48rem) {
  .g-aboutbg {
    background-image: url('../../../../images/BG/aboutmepapercoffee3-5600.png');
  }
}
/* phone: replace background and relocate pictures for phone padding */
@media only all and (max-width: 47.938rem) {
  .g-aboutbg-mobile {
    background-image: url('../../../../images/BG/aboutmepapercoffee3-5600mobile.png');
    margin-top: -5px;
  }
  .g-aboutbg .g-content {
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }
  img[src$="frank_as_kid.png"] {
    margin-left: -10px !important;
    padding-right: 5px;
    margin-top: -30px !important;
    /* !important is necessary to override the margin set on the element itself */
  }
  img[src$="frankasteenFinal.png"] {
    margin-right: 15px !important;
    margin-top: -20px !important;
  }
  img[src$="frankpress-badge.png"] {
    margin-right: -50px !important;
    margin-top: -25px !important;
    margin-left: -20px !important;
  }
  img[src$="David-Frank.png"] {
    margin-left: -48px !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
  }
  img[src$="franktransporter.png"] {
    margin-left: 45px !important;
    margin-top: -35px !important;
    margin-bottom: -20px !important;
  }
}
/* reposition the images on large screens */
@media only all and (min-width: 60rem) {
  img[src$="frank_as_kid.png"] {
    margin-left: -100px !important;
    /* !important is necessary to override the margin set on the element itself */
  }
  img[src$="frankasteenFinal.png"] {
    margin-right: -30px;
  }
  img[src$="frankpress-badge.png"] {
    margin-right: -40px;
  }
  img[src$="David-Frank.png"] {
    margin-left: -55px;
  }
  img[src$="franktransporter.png"] {
    margin-right: -50px;
  }
}
/* NEWS PAGE */
.news-page-middle-column {
  margin-top: -5rem;
}
.news-page-middle-column .sprocket-mosaic-header {
  background: transparent url('../../../../images/NEWS/News-Category-Tablet.png') no-repeat center;
  margin: 0 auto;
  max-width: 550px;
  height: 200px;
}
.news-page-middle-column .sprocket-mosaic-filter {
  margin: 80px 40px 0;
}
.news-page-middle-column .decorative-element {
  height: 100px;
  /* set a height so the content's margin doesn't make the container grow */
  width: 550px;
  flex-basis: auto;
  margin: 0 auto;
}
.news-page-middle-column .decorative-element .g-content {
  margin: 4rem 0 0 0;
  padding: 0;
}
/* desktop: wider filters */
@media only all and (min-width: 80rem) {
  .news-page-middle-column .sprocket-mosaic-header {
    background-image: url('../../../../images/NEWS/news-category.png');
    max-width: 940px;
  }
  .news-page-middle-column .sprocket-mosaic-filter {
    margin: 50px 0 0 80px;
  }
  .news-page-middle-column .decorative-element {
    width: 940px;
  }
}
/* phone: taller filters */
@media only all and (max-width: 47.938rem) {
  /*  mimic margin and padding of .g-content for dectorative item */
  .news-page-middle-column > main > div:first-of-type {
    margin: 0 0.625rem;
    padding: 0 1.5rem;
  }
  .news-page-middle-column .sprocket-mosaic-header {
    background-image: url('../../../../images/NEWS/News-Category-Phone.png');
    height: 200px;
    max-width: 320px;
  }
  .news-page-middle-column .sprocket-mosaic-filter {
    margin: 50px 30px 0;
  }
  .news-page-middle-column .decorative-element {
    width: 320px;
  }
}
.news-page-middle-column #g-mainbar, .news-page-middle-column .sprocket-mosaic-tags {
  background: transparent;
}
/* override sizing and positioning of mosaic items */
.news-page-middle-column .sprocket-mosaic-container {
  display: flex;
  flex-flow: row wrap;
  height: auto !important;
}
.news-page-middle-column .sprocket-mosaic-container > li {
  width: 325px !important;
  position: static !important;
  margin: auto;
}
/* make each item look like a sticky note  */
.news-page-middle-column .sprocket-mosaic-container > li .sprocket-mosaic-item {
  background-color: #f19163;
  /* orange */
  box-shadow: 5px 10px 6px rgba(0, 0, 0, 0.45);
  border: none;
  border-radius: 0;
  height: 325px;
}
.news-page-middle-column .sprocket-mosaic-container > li:nth-of-type(2n) .sprocket-mosaic-item {
  background-color: #b5d878;
  /* green */
}
.news-page-middle-column .sprocket-mosaic-container > li:nth-of-type(3n) .sprocket-mosaic-item {
  background-color: #ea95ab;
  /* pink */
}
.news-page-middle-column .sprocket-mosaic-container > li:nth-of-type(4n) .sprocket-mosaic-item {
  background-color: #fef39c;
  /* yellow */
}
.news-page-middle-column .sprocket-mosaic-container > li:nth-of-type(5n) .sprocket-mosaic-item {
  background-color: #d4a6d1;
  /* purple */
}
.news-page-middle-column .sprocket-mosaic-container > li:nth-of-type(6n) .sprocket-mosaic-item {
  background-color: #60c2d4;
  /* blue */
}
.news-page-middle-column .sprocket-mosaic-item h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
/* search news */
.box-teal > .g-content {
  background: #95AEB4;
}
.g-sidecolumn > .g-content {
  background-color: #fff;
}
.news-page-middle-column .search-box {
  background: transparent url('../../../../images/NEWS/news-search.png') no-repeat top center;
  width: 329px;
  height: 220px;
  flex-basis: auto;
}
.news-page-middle-column .search-box .g-content {
  max-width: 190px;
  margin: 90px auto 0;
}
.news-page-middle-column .search-box input.search-query {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0;
}
.news-page-middle-column .search-box input.search-query::placeholder {
  color: #fff;
}
/* WORK PAGE */
.work-top-images .size-50 {
  position: relative;
}
/* tablet and desktop: move images horizontally closer */
@media only all and (min-width: 48rem) {
  .work-top-images .size-50 {
    right: -3rem;
  }
  .work-top-images .size-50 + .size-50 {
    left: -3rem;
    right: auto;
  }
}
/* phone: move images vertically closer and maintain card position */
@media only all and (max-width: 47.938rem) {
  .work-cards {
    position: relative;
  }
  .work-top-images .size-50 + .size-50, .work-cards {
    top: -6rem;
  }
}
/* Cards */
.work-cards .g-content a:hover img, .work-cards .g-content a:focus img {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.work-cards .g-grid .g-content {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
/* add a margin on the last row of cards so it's not too close to the footer */
.work-cards .g-grid:last-child {
  margin-bottom: 1.5rem;
}
/* Images on individual work pages, e.g. The X-Files, The Man in the High Castle */
.work-image-gallery .moduletable {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.work-image-gallery-b .moduletable {
  margin-bottom: 0;
  margin-top: -3rem;
  padding-bottom: 0;
  padding-top: 0;
}
.work-show-info > .g-content {
  background: transparent url('../../../../images/BG/DescBG.png');
  background-size: cover;
  color: #1a1a1a;
  font-family: "Special Elite";
  margin-top: 32px;
  padding: 4rem 2rem;
  align-items: right;
  transform: rotate(2deg);
}
.work-show-info-b > .g-content {
  background: transparent url('../../../../images/BG/DescBG.png');
  background-size: cover;
  color: #1a1a1a;
  font-family: "Special Elite";
  margin-top: 5px;
  margin-left: -25px;
  margin-right: 25px;
  padding: 2rem 2rem;
  align-items: right;
  transform: rotate(-1deg);
}
/* phone: slightly less rotation and better padding for image gallery B on TXF*/
@media only all and (max-width: 47.938rem) {
  .work-show-info > .g-content {
    transform: rotate(1.5deg);
  }
  .work-image-gallery-b .moduletable {
    margin-bottom: 0;
    margin-top: 0rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* MAILBAG PAGE */
#g-mainbar.mailbag-page-intro {
  background: transparent;
}
.mailbag-page-intro .g-grid {
  justify-content: center;
}
.mailbag-page-intro .mainbar-a, .mailbag-page-intro .mainbar-b, .mailbag-page-intro .search-box {
  width: 320px;
  height: 250px;
  max-width: 320px;
  flex: 0 320px;
}
.mailbag-page-intro .mainbar-a {
  background: url('../../../../images/MAILBAG/mainbar-a.png');
  margin-right: -1rem;
}
.mailbag-page-intro .mainbar-b {
  background: url('../../../../images/MAILBAG/mainbar-b.png');
  margin-left: -1rem;
}
/* wide screens: make the notes overlap */
@media only all and (max-width: 47.938rem) {
  .mailbag-page-intro .mainbar-a {
    margin-right: 0;
  }
  .mailbag-page-intro .mainbar-b {
    margin-left: 0;
  }
}
.mailbag-page-intro .search-box {
  background: url('../../../../images/MAILBAG/mailbag-search.png');
  background-size: 320px;
}
.mailbag-page-intro .mainbar-a .g-content {
  margin-top: 3.4rem;
  margin-left: 1rem;
  padding-right: 3.5rem;
  width: 320px;
  line-height: 1.3;
}
.mailbag-page-intro .mainbar-b .g-content {
  margin-left: 1rem;
  padding-top: 4.6rem;
  padding-right: 3.5rem;
  width: 320px;
  line-height: 1.3;
  transform: rotate(1.3deg);
}
.mailbag-page-intro .search-box ::placeholder {
  color: #000;
}
.mailbag-page-intro .search-box input.search-query {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  font: 1.5rem "walter Turncoat";
  margin: 75px 0 0 40px;
  transform: rotate(-14deg);
}
.mailbag-page-showcase {
  margin-top: -2rem;
}
.mailbag-page-showcase .g-content {
  background: transparent;
}
/* CATEGORY SORTER */
.mailbag-page-showcase .sprocket-mosaic-header {
  background: transparent url('../../../../images/MAILBAG/Mailbag-Category-Tablet.png') no-repeat center;
  margin: 0 auto;
  max-width: 550px;
  height: 200px;
}
.mailbag-page-showcase .sprocket-mosaic-filter {
  margin: 45px 40px 0;
  font-size: 0.85em;
  line-height: 150%;
  transform: rotate(-1deg);
}
.mailbag-page-showcase .decorative-element {
  height: 100px;
  /* set a height so the content's margin doesn't make the container grow */
  width: 550px;
  flex-basis: auto;
  margin: 0 auto;
}
.mailbag-page-showcase .decorative-element .g-content {
  margin: 4rem 0 0 0;
  padding: 0;
}
/* desktop: wider filters */
@media only all and (min-width: 80rem) {
  .mailbag-page-showcase .sprocket-mosaic-header {
    background-image: url('../../../../images/MAILBAG/Mailbag-Category-Desktop.png');
    max-width: 940px;
  }
  .mailbag-page-showcase .sprocket-mosaic-filter {
    margin: 50px 0 0 80px;
  }
  .mailbag-page-showcase .decorative-element {
    width: 940px;
  }
}
/* phone: taller filters */
@media only all and (max-width: 47.938rem) {
  /*  mimic margin and padding of .g-content for dectorative item */
  .mailbag-page-showcase > main > div:first-of-type {
    margin: 0 0.625rem;
    padding: 0 1.5rem;
  }
  .mailbag-page-showcase .sprocket-mosaic-header {
    background-image: url('../../../../images/MAILBAG/Mailbag-Category-Phone.png');
    height: 300px;
    max-width: 320px;
  }
  .mailbag-page-showcase .sprocket-mosaic-filter {
    margin: 45px 25px 0;
    font-size: 0.85em;
    line-height: 150%;
  }
  .mailbag-page-showcase .decorative-element {
    width: 320px;
  }
}
.mailbag-page-showcase #g-mainbar, .mailbag-page-showcase .sprocket-mosaic-tags {
  background: transparent;
}
.mailbag-page-showcase .sprocket-mosaic-container > li .sprocket-mosaic-item {
  background: transparent url('../../../../images/BG/envelope1.png') no-repeat;
  background-size: cover;
  box-shadow: 5px 10px 6px rgba(0, 0, 0, 0.45);
  border: none;
  border-radius: 0;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mailbag-page-showcase .sprocket-mosaic-container > li:nth-of-type(2n) .sprocket-mosaic-item {
  background-image: url('../../../../images/BG/envelope2.png');
}
.mailbag-page-showcase .sprocket-mosaic-container > li:nth-of-type(3n) .sprocket-mosaic-item {
  background-image: url('../../../../images/BG/envelopeair1.png');
}
.mailbag-page-showcase .sprocket-mosaic-container > li:nth-of-type(4n) .sprocket-mosaic-item {
  background-image: url('../../../../images/BG/envelopegrid.png');
}
.mailbag-page-showcase .sprocket-mosaic-container > li:nth-of-type(5n) .sprocket-mosaic-item {
  background-image: url('../../../../images/BG/envelopestampdate.png');
}
.mailbag-page-showcase .sprocket-mosaic-item .sprocket-padding {
  max-width: 90%;
}
.mailbag-page-showcase .sprocket-mosaic-item h2 {
  font-size: 1.5em;
  margin: 0;
}
/* SHARED STYLES: ARTICLE AND MAILBAG */
/* article styles for news and mailbag */
.article-middle-column #g-mainbar {
  background: #fff url('../../../../images/BG/Whitepaperv1.png') no-repeat center;
  background-size: cover;
}
.article-middle-column, .article-middle-column h2 {
  font-family: "Special Elite";
}
.article-middle-column .g-content {
  margin-left: 2rem;
  margin-right: 2rem;
}
.article-middle-column h2 {
  font-size: 2.25rem;
  border-bottom: 1px solid #bbb;
  margin-bottom: 0.938rem;
  /* same as inherited bottom padding */
  margin-top: 1.5rem;
}
.back-to-link a {
  display: inline-block;
}
.back-to-link a:after {
  border-color: #000;
}
/* overrides for sprocket-mosaic on news and mailbag */
.sprocket-mosaic-container > li:first-of-type .sprocket-mosaic-item, .sprocket-mosaic-container > li:nth-of-type(4n) .sprocket-mosaic-item {
  transform: rotate(-2deg);
  top: 6px;
}
.sprocket-mosaic-container > li:nth-of-type(3n) .sprocket-mosaic-item {
  transform: rotate(1deg);
  top: 8px;
}
.sprocket-mosaic-container > li:nth-of-type(5n) .sprocket-mosaic-item {
  transform: rotate(3deg);
  top: -5px;
}
.sprocket-mosaic-container > li:nth-of-type(6n) .sprocket-mosaic-item {
  transform: rotate(-4deg);
}
.sprocket-mosaic-container > li:nth-of-type(7n) .sprocket-mosaic-item, .sprocket-mosaic-container > li:nth-of-type(13n) .sprocket-mosaic-item {
  transform: rotate(-3deg);
  top: -4px;
}
.sprocket-mosaic-container > li:nth-of-type(8n) .sprocket-mosaic-item {
  transform: none;
  top: 0;
}
.sprocket-mosaic-title {
  font-family: "Walter Turncoat";
}
.sprocket-readmore {
  display: none;
}
.sprocket-mosaic-loadmore {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  font-family: "Special Elite";
  font-weight: bold;
  margin-top: 1.5em;
  /* should match width of next span */
  width: 100px;
}
.sprocket-mosaic-loadmore > span {
  background: transparent url('../../../../images/NEWS/gearforloadsdwithlabel.png') no-repeat center;
  width: 100px;
  height: 100px;
}
/* .sprocket-mosaic-loadmore:not(.loader) > span {
  background: transparent url('/images/NEWS/gearforloadsdwithlabel.png') no-repeat center;
} */
/* :hover is necessary to override default style */
.sprocket-mosaic-loadmore .loadmore-text, .sprocket-mosaic-loadmore .loadmore-text:hover, .sprocket-mosaic-loadmore .loadmore-all span.loadmore-text {
  font-size: 0.75rem;
  line-height: 1;
  transform: rotate(-7.5deg);
  padding: 25px 30px;
  width: 50px;
}
/* remove instructions for loading more */
.sprocket-mosaic-loadmore .loadmore-info, .sprocket-mosaic-loadmore .loadmore-info:hover {
  display: none;
}
/* replace the loading spinner */
.sprocket-mosaic-loadmore.loader > span {
  background-image: url('../../../../images/NEWS/gearforloadsd.png');
  background-size: 100px;
  height: 100px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* SHARED STYLES: iPad frame for slideshow videos on homepage and show pages */
.ipad-slideshow-frame {
  background-image: url('../../../../images/home/IPADWO%20WATERMARKS.png');
  background-size: 48rem 28.4rem;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 28.4rem;
  margin: 25px auto 0;
}
#g-container-slideshow #g-slideshowmain {
  background: transparent;
}
.ipad-slideshow .g-content {
  margin: 0;
  padding: 0;
}
/* this line was causing the pause button to appear when hovering beside the iPad and may be unnecessary 
.ipad-slideshow .g-container {
  width: 100% !important;
} */
.ipad-slideshow .g-video {
  box-shadow: none;
  background: transparent;
  padding-bottom: 0;
  position: relative;
}
.ipad-slideshow video {
  position: static;
  display: block;
  width: 43.5rem;
  height: 26.4rem;
  margin: 0.5rem auto 0;
}
/* phone: cut frame off at the sides and make video taller */
@media only all and (max-width: 47.938rem) {
  .ipad-slideshow-frame {
    width: 22.4375rem !important;
    /* override the default 100% width for anything in this size */
    background-size: 22.4375rem 13.8rem;
    min-height: 13.8rem;
  }
  .ipad-slideshow video {
    width: 20.5rem;
    height: 13.8rem;
    margin-top: -0.375rem;
  }
}
/* large desktop: make it the size of the ipad image */
/* this would normally be 80rem but we're substituting the image size instead */
@media only all and (min-width: 62.5rem) {
  .ipad-slideshow > .g-container {
    width: 62.4375rem;
  }
  .ipad-slideshow .g-side-column {
    flex: 0;
    min-width: 0;
  }
  .ipad-slideshow-frame {
    background-size: 62.4375rem 37rem;
    min-height: 37rem;
  }
  .ipad-slideshow video {
    width: 57rem;
    height: 32rem;
    margin-top: 1.75rem;
    border-radius: 1rem;
  }
}
/*Login classes*/
.login-style {
  display: block;
  background-color: darkgrey;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-radius: 1.5rem;
}
.login-style .g-content {
  background-color: white;
  box-shadow: 3px 3px 15px 7px rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
}
/*outlet styles*/
.manager-style {
  background-color: white;
  border-color: grey;
  border-width: thin;
  margin-top: 3rem;
}
.manager-style .g-content {
  background-color: white;
  border-color: grey;
  border-width: thin;
  font-size: small;
}
/*AUDIO PLAYER ALL VIDEOS*/
/* Classic Layout */
.avPlayerWrapper {
  display: block;
  padding: 0;
  margin: 0 auto;
  clear: both;
  border-radius: 1rem;
}
.avPlayerWrapper .avPlayerContainer {
  display: block;
  padding: 0;
  margin: 0 auto;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock {
  display: block;
  padding: 0;
  margin: 0;
  line-height: normal;
  text-align: center;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock video {
  background: #000;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock audio {
  background-color: black;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 10px;
  border-radius: 1rem;
}
/*Error pages*/
#g-slidebar.slideshow-gadget {
  background: transparent;
}
.slideshow-gadget .g-grid {
  justify-content: center;
}
.slideshow-gadget .gadget-bg {
  background-image: url('../../../../images/BG/desktop-404.gif');
  background-position: top center;
  max-width: 690px;
  height: 560px;
}
.slideshow-gadget .gadget-bg-a .g-content {
  font-family: "open sans";
  font-weight: bold;
  font-size: large;
  color: black;
  padding-top: 175px;
}
.slideshow-gadget .gadget-bg-b .g-content {
  font-family: "open sans";
  font-weight: bold;
  font-size: large;
  color: white;
  margin-top: -310px;
}
.slideshow-gadget .gadget-bg-c .g-content h1 {
  font-family: "special elite";
  font-weight: bold;
  font-size: medium;
  color: black;
  transform: rotate(4deg);
  margin-top: -193px;
  margin-left: -25px;
}
@media only all and (max-width: 47.938rem) {
  .slideshow-gadget .gadget-bg {
    background-image: url('../../../../images/BG/mobile-404.gif');
    background-position: top center;
    max-width: 690px;
    height: 560px;
  }
  .slideshow-gadget .gadget-bg-a .g-content {
    font-family: "open sans";
    font-weight: bold;
    font-size: large;
    color: black;
    padding-top: 175px;
  }
  .slideshow-gadget .gadget-bg-b .g-content {
    font-family: "open sans";
    font-weight: bold;
    font-size: large;
    color: white;
    margin-top: -320px;
    margin-left: 75px;
  }
  .slideshow-gadget .gadget-bg-c .g-content h1 {
    font-family: "special elite";
    font-weight: bold;
    font-size: medium;
    color: black;
    transform: rotate(4deg);
    margin-top: -193px;
    margin-left: -25px;
  }
}
/*# sourceMappingURL=citadel_127.css.map */
/*# sourceMappingURL=custom_140.css.map */