/*
Theme Name: quiltIndex
*/
/* line 5, ../../../../../opt/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../opt/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../opt/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../opt/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../opt/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../opt/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../opt/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../opt/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../opt/local/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ! normalize.css v3.0.2 | MIT License | git.io/normalize
   ================================================== */
/* *
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
   ================================================== */
/* line 10, sass/_partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* *
 * Remove default margin.
   ================================================== */
/* line 20, sass/_partials/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ==========================================================================
   ================================================== */
/* *
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
   ================================================== */
/* line 35, sass/_partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* *
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   ================================================== */
/* line 56, sass/_partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/* *
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
   ================================================== */
/* line 69, sass/_partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* *
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
   ================================================== */
/* line 79, sass/_partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/** Links
 *    ========================================================================== 
 */
/* *
 * Remove the gray background color from active links in IE 10.
   ================================================== */
/* line 92, sass/_partials/_normalize.scss */
a {
  background-color: transparent;
  overflow-wrap: break-word;
}

/* *
 * Improve readability when focused and also mouse hovered in all browsers.
   ================================================== */
/* line 101, sass/_partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/** Text-level semantics
 *    ========================================================================== 
 */
/* *
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   ================================================== */
/* line 114, sass/_partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* *
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   ================================================== */
/* line 122, sass/_partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* *
 * Address styling not present in Safari and Chrome.
   ================================================== */
/* line 131, sass/_partials/_normalize.scss */
dfn {
  font-style: italic;
}

/* *
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
   ================================================== */
/* line 140, sass/_partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* *
 * Address styling not present in IE 8/9.
   ================================================== */
/* line 149, sass/_partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* *
 * Address inconsistent and variable font size in all browsers.
   ================================================== */
/* line 158, sass/_partials/_normalize.scss */
small {
  font-size: 80%;
}

/* *
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   ================================================== */
/* line 166, sass/_partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 174, sass/_partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 178, sass/_partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/** Embedded content
 *    ========================================================================== 
 */
/* *
 * Remove border when inside `a` element in IE 8/9/10.
   ================================================== */
/* line 190, sass/_partials/_normalize.scss */
img {
  border: 0;
}

/* *
 * Correct overflow not hidden in IE 9/10/11.
   ================================================== */
/* line 198, sass/_partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/** Grouping content
 *    ========================================================================== 
 */
/* *
 * Address margin not present in IE 8/9 and Safari.
   ================================================== */
/* line 210, sass/_partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* *
 * Address differences between Firefox and other browsers.
   ================================================== */
/* line 218, sass/_partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* *
 * Contain overflow in all browsers.
   ================================================== */
/* line 228, sass/_partials/_normalize.scss */
pre {
  overflow: auto;
}

/* *
 * Address odd `em`-unit font size rendering in all browsers.
   ================================================== */
/* line 236, sass/_partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/** Forms
 *    ========================================================================== 
 */
/* *
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
   ================================================== */
/* *
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   ================================================== */
/* line 260, sass/_partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/* *
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
   ================================================== */
/* line 274, sass/_partials/_normalize.scss */
button {
  overflow: visible;
}

/* *
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
   ================================================== */
/* line 285, sass/_partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/* *
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
   ================================================== */
/* line 298, sass/_partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/* *
 * Re-set default cursor for disabled elements.
   ================================================== */
/* line 311, sass/_partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* *
 * Remove inner padding and border in Firefox 4+.
   ================================================== */
/* line 320, sass/_partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* *
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
   ================================================== */
/* line 331, sass/_partials/_normalize.scss */
input {
  line-height: normal;
}

/* *
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
   ================================================== */
/* line 343, sass/_partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* *
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
   ================================================== */
/* line 355, sass/_partials/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* *
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
   ================================================== */
/* line 366, sass/_partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/* *
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
   ================================================== */
/* line 379, sass/_partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* *
 * Define consistent border, margin, and padding.
   ================================================== */
/* line 388, sass/_partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* *
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   ================================================== */
/* line 399, sass/_partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* *
 * Remove default vertical scrollbar in IE 8/9/10/11.
   ================================================== */
/* line 408, sass/_partials/_normalize.scss */
textarea {
  overflow: auto;
}

/* *
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   ================================================== */
/* line 417, sass/_partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

/** Tables
 *    ========================================================================== 
 */
/* *
 * Remove most spacing between table cells.
   ================================================== */
/* line 429, sass/_partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 434, sass/_partials/_normalize.scss */
td,
th {
  padding: 0;
}

/* mixins.scss */
/*_variables.scss */
/*_typography.scss*/
/* line 1, sass/_partials/_modal.scss */
#basic-modal-content {
  display: none;
}

/* line 5, sass/_partials/_modal.scss */
#cite-modal-content {
  display: none;
}

/* Overlay */
/* line 11, sass/_partials/_modal.scss */
#simplemodal-overlay {
  background-color: rgba(9, 36, 64, 0.9);
}

/* Container */
/* line 17, sass/_partials/_modal.scss */
#cite-container {
  height: 175px;
  width: 500px;
  color: #A9B6C8;
  border: 1px solid #d4dae3;
  background-color: white;
  padding: 20px;
  text-align: center;
}

/* line 28, sass/_partials/_modal.scss */
#cite-container h3 {
  font-size: 18px;
  color: #294875;
  padding: 20px 0;
  text-transform: uppercase;
}

/* line 35, sass/_partials/_modal.scss */
#cite-container a.modalCloseImg {
  background: url("img/icons/Close.svg") no-repeat;
  background-color: white;
  background-position: center;
  width: 13px;
  height: 13px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -1px;
  right: -46px;
  cursor: pointer;
  padding: 15px;
  border: 1px solid #d4dae3;
}

/* line 51, sass/_partials/_modal.scss */
#simplemodal-container {
  height: auto;
  width: auto;
  color: #bbb;
  border: 4px solid rgba(68, 68, 68, 0);
  padding: 2px;
}

/* line 59, sass/_partials/_modal.scss */
#simplemodal-container .simplemodal-data {
  padding: 0px;
}

/* line 63, sass/_partials/_modal.scss */
#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px;
}

/* line 73, sass/_partials/_modal.scss */
#simplemodal-container a {
  color: #ddd;
}

/* line 77, sass/_partials/_modal.scss */
#simplemodal-container a.modalCloseImg {
  background: url("../../uploads/Close.svg") no-repeat;
  background-color: white;
  background-position: center;
  width: 13px;
  height: 13px;
  display: inline;
  z-index: 3200;
  position: absolute;
  right: -43px;
  cursor: pointer;
  padding: 15px;
  border: 1px solid #d4dae3;
}

/* line 92, sass/_partials/_modal.scss */
#simplemodal-container h3 {
  color: #84b8d9;
}

@media only screen and (max-device-width: 600px) {
  /* line 99, sass/_partials/_modal.scss */
  #cite-container {
    height: 40%;
    width: 60%;
    color: #A9B6C8;
    border: 1px solid #d4dae3;
    background-color: white;
    padding: 20px;
    text-align: center;
  }
  /* line 108, sass/_partials/_modal.scss */
  #cite-container p {
    word-wrap: break-word;
  }
}
/*========================= Preview Modal =========================*/
/* line 116, sass/_partials/_modal.scss */
.modal-open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/* line 121, sass/_partials/_modal.scss */
.modal-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  pointer-events: none;
  padding: 5%;
}

/* line 138, sass/_partials/_modal.scss */
.displayModal {
  opacity: 1;
  pointer-events: auto;
}

/* line 142, sass/_partials/_modal.scss */
.modal-preview > div {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 590px;
  border-radius: 5px;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 155, sass/_partials/_modal.scss */
.modal-x-btn {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  height: 60px;
  padding: 20px;
  margin: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

/* line 170, sass/_partials/_modal.scss */
.modal-x-btn > img {
  cursor: pointer;
  transition: all .2s ease-in-out;
}

/* line 174, sass/_partials/_modal.scss */
.modal-x-btn:hover {
  transform: scale(1.2);
}

/* line 177, sass/_partials/_modal.scss */
.modal-x-btn-bdr {
  border-bottom: 1px solid #EAEAEA;
  /*box-shadow: 0px -10px 50px 5px rgba(0,0,0,0.5);*/
}

/* line 181, sass/_partials/_modal.scss */
.modal-content {
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 40px 40px;
  margin: 0 0 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: center;
}

/* line 194, sass/_partials/_modal.scss */
.modal-content > h1 {
  width: 100%;
  font-size: 32px;
  margin: 0 0 20px 0;
}

/* line 199, sass/_partials/_modal.scss */
.modal-content > h3 {
  font-size: 22px;
  margin: 30px 0;
}

/* line 203, sass/_partials/_modal.scss */
.modal-content > p {
  text-align: center;
  max-width: 500px;
  font-size: 15px;
  line-height: 24px;
  margin: 35px auto 30px auto;
}

/* line 210, sass/_partials/_modal.scss */
.modal-content > p > a {
  color: #0057C0;
}

/* line 213, sass/_partials/_modal.scss */
.modal-content > form {
  margin-top: 45px;
}

/* line 217, sass/_partials/_modal.scss */
.modalCheckbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  margin: 0 0 10px 0;
  transition: all .2s ease-in-out;
}

/* line 225, sass/_partials/_modal.scss */
.modalCheckbox > input[type="checkbox"] {
  display: none;
}

/* line 228, sass/_partials/_modal.scss */
.modalCheckbox > input[type="checkbox"]:checked + .modalCheckboxBox {
  background-color: #203B6E;
}

/* line 231, sass/_partials/_modal.scss */
.modalCheckbox > input[type=checkbox] + label {
  display: inline-block;
  padding: 0 0 0 0px;
  height: 20px;
  width: 20px;
}

/* line 238, sass/_partials/_modal.scss */
.modalCheckbox > input[type=checkbox]:checked + label {
  background: url(img/icons/check.svg) no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: 75%;
  background-position: center;
}

/* line 246, sass/_partials/_modal.scss */
.modalCheckbox > .modalCheckboxBox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1.5px solid #1f3662;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  transition: background-color 600ms ease 0s;
}

/* line 257, sass/_partials/_modal.scss */
.modalCheckbox > .modalCheckboxText {
  cursor: pointer;
  font-family: Montserrat-Regular;
  white-space: nowrap;
  margin: 0 0 0 10px;
  font-size: 16px;
  opacity: .85;
  transition: all .2s ease-in-out;
}

/* line 266, sass/_partials/_modal.scss */
.modalCheckbox > .modalCheckboxText:hover {
  color: #203B6E;
  opacity: 1;
}

/* line 270, sass/_partials/_modal.scss */
.modal-content > form > button {
  margin: 20px 0;
}

/* line 274, sass/_partials/_modal.scss */
.modal-button {
  color: white;
  background: #1f3662;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-family: Montserrat-Regular;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  font-size: 18px;
  padding: 20px 30px;
  margin-top: 30px;
  transition: all .2s ease;
}

/* line 287, sass/_partials/_modal.scss */
.modal-button:hover {
  background: #203B6E;
  transform: scale(1.01);
}

@media screen and (max-width: 700px) {
  /* line 294, sass/_partials/_modal.scss */
  .modal-view .modal-wrap #modal-img .modal-img-view {
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  /* line 300, sass/_partials/_modal.scss */
  .modal-view {
    color: #fff;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1001;
  }
}
/* line 6, sass/_partials/_dynamiclayout.scss */
.block {
  position: absolute;
  background: white;
  overflow: hidden;
  float: left;
  width: 250px;
  border: 1px solid  #D4DAE3;
  margin: 8px;
}

/* line 16, sass/_partials/_dynamiclayout.scss */
.block:hover {
  border: 1px solid  #294875;
}

/* line 19, sass/_partials/_dynamiclayout.scss */
.blockControls {
  cursor: pointer;
}

/* line 22, sass/_partials/_dynamiclayout.scss */
.block.block-fixed {
  height: 400px;
}
/* line 25, sass/_partials/_dynamiclayout.scss */
.block.block-fixed .textw {
  overflow-y: hidden;
  height: 150px;
  padding-bottom: 0px;
}

/* line 31, sass/_partials/_dynamiclayout.scss */
.block-description {
  position: absolute;
  background: white;
  overflow: hidden;
  float: left;
  padding: 8px;
  top: 115px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: left;
  color: #294875;
}

/* line 44, sass/_partials/_dynamiclayout.scss */
.textw {
  padding: 20px;
  padding-top: 15px;
  vertical-align: top;
  color: #7F91AC;
  font-family: Montserrat-Regular;
  font-size: 11px;
  text-align: left;
  line-height: 1;
  padding-bottom: 60px;
}
/* line 56, sass/_partials/_dynamiclayout.scss */
.textw strong {
  color: #294875;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 20px;
  font-family: Montserrat-Regular;
}
/* line 67, sass/_partials/_dynamiclayout.scss */
.textw p {
  font-family: Montserrat-Regular;
}
/* line 72, sass/_partials/_dynamiclayout.scss */
.textw .heading {
  font-size: 12px;
  margin-top: 10px;
}
/* line 76, sass/_partials/_dynamiclayout.scss */
.textw #heading2 {
  padding-bottom: 5px;
}

/* line 82, sass/_partials/_dynamiclayout.scss */
.heading {
  font-size: 12px;
}

/* line 85, sass/_partials/_dynamiclayout.scss */
#heading2 {
  padding-bottom: 5px;
}

/* line 89, sass/_partials/_dynamiclayout.scss */
.imgw {
  height: 200px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d4dae3;
}
/* line 95, sass/_partials/_dynamiclayout.scss */
.imgw img {
  position: absolute;
  height: 200px;
  width: 250px;
  right: 0px;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 115, sass/_partials/_dynamiclayout.scss */
.playBar {
  position: absolute;
  bottom: 16px;
  left: 20px;
  padding-right: 15px;
}
/* line 121, sass/_partials/_dynamiclayout.scss */
.playBar img {
  padding-right: 5px;
  cursor: pointer;
}

/* line 127, sass/_partials/_dynamiclayout.scss */
.fullInfo {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #294875;
  cursor: pointer;
  text-transform: uppercase;
}
/* line 136, sass/_partials/_dynamiclayout.scss */
.fullInfo a {
  color: #294875;
  text-decoration: none;
}

/* line 141, sass/_partials/_dynamiclayout.scss */
.quiltExpand {
  position: absolute;
  z-index: 1000;
  min-height: 200px;
  min-width: 200px;
  left: 200px;
  margin: auto;
  -webkit-box-shadow: 0px 56px 86px -37px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 56px 86px -37px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 56px 86px -37px rgba(0, 0, 0, 0.4);
  border: 1px solid #d4dae3;
}
/* line 153, sass/_partials/_dynamiclayout.scss */
.quiltExpand .zoomCaption {
  background: white;
  padding: 10px;
}

/* line 159, sass/_partials/_dynamiclayout.scss */
#expandContain {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
}

/* line 167, sass/_partials/_dynamiclayout.scss */
.toolTip1 {
  position: absolute;
  white-space: nowrap;
  bottom: 18px;
  left: -1px;
  color: #294875;
  border: 1px solid #294875;
  padding: 3px;
  padding-left: 9px;
  font-size: 12px;
  padding-right: 9px;
  background: white;
  border-radius: 4px;
  z-index: 5;
  display: none;
  -webkit-transition: all 2s;
  transition: all 2s;
}

/* line 185, sass/_partials/_dynamiclayout.scss */
.toolTip2 {
  position: absolute;
  white-space: nowrap;
  bottom: 18px;
  left: 26px;
  font-size: 12px;
  color: #294875;
  border: 1px solid #294875;
  padding: 3px;
  padding-right: 9px;
  padding-left: 9px;
  background: white;
  border-radius: 4px;
  display: none;
}

/* -----------------------------------------------*/
/* ---------->>>404 page css <<<-----------*/
/* ---------------------------------------------*/
/* line 11, sass/_partials/_style-sub1.scss */
.sleep {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 600px;
  bottom: 0;
  margin: auto;
}

/* line 21, sass/_partials/_style-sub1.scss */
.sleep p {
  font-size: 30px;
}

/* line 25, sass/_partials/_style-sub1.scss */
.sleep img {
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* -----------------------------------------------*/
/* ---------->>>end page css <<<-----------*/
/* ---------------------------------------------*/
/* -----------------------------------------------*/
/* ---------->>>results page css <<<-----------*/
/* ---------------------------------------------*/
/* line 43, sass/_partials/_style-sub1.scss */
.resultBar {
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 900;
  top: 73px;
  background: white;
  border: 1px solid #d4dae3;
  font-size: 0;
  right: 0;
  left: 0;
  white-space: nowrap;
  margin: auto;
}

/* line 59, sass/_partials/_style-sub1.scss */
.rListCount {
  height: 100%;
  position: relative;
  float: left;
  width: 30%;
  background: white;
  border-right: 1px solid #d4dae3;
  display: inline-block;
}

/* line 68, sass/_partials/_style-sub1.scss */
.rSearchBar {
  width: 44%;
  background: white;
  color: #294875;
  font-size: 12px;
  height: 55px;
  position: relative;
  bottom: 26px;
  padding-left: 10px;
  left: -2px;
  display: inline-block;
  border: 1px solid #d4dae3;
  text-transform: uppercase;
  border-top: none;
  border-bottom: none;
}

/* line 84, sass/_partials/_style-sub1.scss */
.rSelectionSort {
  width: 20%;
  height: 100%;
  right: 2px;
  bottom: 3px;
  position: relative;
  display: inline-block;
}
/* line 91, sass/_partials/_style-sub1.scss */
.rSelectionSort div {
  font-size: 12px;
}

/* line 98, sass/_partials/_style-sub1.scss */
.searchBack {
  top: 0 !important;
  bottom: 0;
}

/* line 102, sass/_partials/_style-sub1.scss */
.rListCount .showResults {
  font-size: 12px;
  position: absolute;
  right: 10px;
  margin: auto;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #294875;
}

/* line 112, sass/_partials/_style-sub1.scss */
.searchSmall {
  background-image: url("img/icons/Search.svg");
  width: 37px;
  height: 60px;
  position: relative;
  top: 3px;
  margin-left: -53px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  cursor: pointer;
}

/* -----------------------------------------------*/
/* ---------->>>end of results page css <<<-----------*/
/* ---------------------------------------------*/
/* line 131, sass/_partials/_style-sub1.scss */
.carousel {
  position: relative;
  width: 100%;
  height: 80vh;
  display: table;
}

/* line 138, sass/_partials/_style-sub1.scss */
.cControls {
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  padding: 0px !important;
}

/* line 145, sass/_partials/_style-sub1.scss */
.cViewPort {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* line 157, sass/_partials/_style-sub1.scss */
.cList {
  white-space: nowrap;
  position: relative;
  height: 100%;
}
/* line 161, sass/_partials/_style-sub1.scss */
.cList li {
  display: inline-block;
  position: relative;
  height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #d4dae3;
}

/* line 174, sass/_partials/_style-sub1.scss */
.expBtn {
  background-image: url("img/icons/Expand.svg");
  background-size: 15px;
  cursor: pointer;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 35px !important;
  height: 35px !important;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #d4dae3;
}

/* line 189, sass/_partials/_style-sub1.scss */
.expBtn:hover {
  border: solid 1px #294875;
}

/* line 192, sass/_partials/_style-sub1.scss */
#exitBlockCon {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  border: solid #294875 1px;
  background-image: url("img/icons/Close.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* line 208, sass/_partials/_style-sub1.scss */
#exitBlockCon:hover {
  background-color: #E9ECF1;
}

/* line 212, sass/_partials/_style-sub1.scss */
.quiltUlWrapper {
  margin-top: 20px;
}

/* -----------------------------------------------*/
/* ---------->>> carousel page css <<<-----------*/
/* ---------------------------------------------*/
/* line 218, sass/_partials/_style-sub1.scss */
.clist-Text {
  display: none;
}

/* -----------------------------------------------*/
/* ---------->>> about page css <<<-----------*/
/* ---------------------------------------------*/
/* line 225, sass/_partials/_style-sub1.scss */
#banner1 {
  padding-top: 170px;
  padding-bottom: 170px;
}

/* line 229, sass/_partials/_style-sub1.scss */
.banner-img {
  background-attachment: fixed;
  padding: 170px;
  margin: auto;
  position: relative;
  background-image: url("img/banner/test.jpg");
}

/* line 237, sass/_partials/_style-sub1.scss */
.banner-title {
  position: relative;
  color: white;
  font-size: 53px;
  z-index: 20;
  text-align: left;
  text-transform: capitalize;
  padding-left: 15%;
}

/* line 246, sass/_partials/_style-sub1.scss */
.bannerOverlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 26, 41, 0.8);
}

/* line 258, sass/_partials/_style-sub1.scss */
em, i, em *, i * {
  font-style: italic;
}

/* line 262, sass/_partials/_style-sub1.scss */
strong, b, strong *, b * {
  font-weight: bold;
}

/* line 266, sass/_partials/_style-sub1.scss */
.textAB {
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: left;
  line-height: 2.0;
  color: #7F91AC;
  font-size: 15px;
  padding-left: 15%;
  padding-right: 15%;
  max-width: 1000px;
  overflow-wrap: break-word;
}
/* line 278, sass/_partials/_style-sub1.scss */
.textAB a {
  color: #294875;
}
/* line 281, sass/_partials/_style-sub1.scss */
.textAB ul {
  padding-bottom: 30px;
  padding-left: 8px;
}
/* line 284, sass/_partials/_style-sub1.scss */
.textAB ul li {
  list-style-position: inside;
  text-indent: -16px;
  padding-left: 10px;
}

/* line 291, sass/_partials/_style-sub1.scss */
.textAB > strong {
  font-weight: normal;
  font-size: 25px;
  color: #294875;
  line-height: 1;
  margin-top: 50px;
  display: block;
  padding-bottom: 10px;
}

/* line 300, sass/_partials/_style-sub1.scss */
.textAB > strong2 {
  font-weight: normal;
  font-size: 20px;
  color: #7F91AC;
  line-height: 1;
}

/* line 306, sass/_partials/_style-sub1.scss */
.textAB > p {
  padding-bottom: 30px;
}

/* line 310, sass/_partials/_style-sub1.scss */
#toTop > p {
  font-size: 13px;
  color: #294875;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 318, sass/_partials/_style-sub1.scss */
#toTopContain {
  position: relative;
  z-index: 2;
  background: white;
}

/* line 325, sass/_partials/_style-sub1.scss */
.dropdownHeader a {
  cursor: pointer;
}
/* line 327, sass/_partials/_style-sub1.scss */
.dropdownHeader a img {
  padding-left: 8px;
  vertical-align: top;
  opacity: .6;
}
/* line 333, sass/_partials/_style-sub1.scss */
.dropdownHeader p {
  border: none !important;
  padding-bottom: 12px;
  text-transform: uppercase;
  color: #7F91AC;
  cursor: pointer;
}
/* line 335, sass/_partials/_style-sub1.scss */
.dropdownHeader p a {
  padding: 0px !important;
  color: #7F91AC !important;
}
/* line 345, sass/_partials/_style-sub1.scss */
.dropdownHeader p:hover a {
  color: #294875 !important;
}
/* line 349, sass/_partials/_style-sub1.scss */
.dropdownHeader div {
  position: relative;
  top: 14px;
  left: 0;
  width: 100%;
  background: white;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #d4dae3;
  display: none;
}
/* line 364, sass/_partials/_style-sub1.scss */
.dropdownHeader .divMobile {
  position: relative;
  top: 12px;
  z-index: 0;
  left: 0;
  width: 100%;
  background: white;
  padding-left: 0px;
  padding-top: 12px;
  border: none;
  display: none;
  margin: auto;
  margin-bottom: 12px;
}
/* line 378, sass/_partials/_style-sub1.scss */
.dropdownHeader p {
  padding-bottom: 20px;
}
/* line 381, sass/_partials/_style-sub1.scss */
.dropdownHeader p:last-child {
  padding-bottom: 0px;
}

/* line 386, sass/_partials/_style-sub1.scss */
.dropdownHeader:hover .menuDropdown {
  display: grid;
}
/* line 389, sass/_partials/_style-sub1.scss */
.dropdownHeader:hover img {
  transform: rotateX(180deg);
}

/* -----------------------------------------------*/
/* ---------->>> quilts page css <<<-----------*/
/* ---------------------------------------------*/
/* line 397, sass/_partials/_style-sub1.scss */
.quiltUL {
  width: 90%;
  padding-bottom: 70px;
  margin: auto;
  text-align: center;
  font-size: 0;
}
/* line 403, sass/_partials/_style-sub1.scss */
.quiltUL li {
  width: 196px;
  height: 200px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 15px;
  border: solid 1px #d4dae3;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

/* line 417, sass/_partials/_style-sub1.scss */
.expBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px !important;
  height: 35px !important;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #d4dae3;
}

/* line 428, sass/_partials/_style-sub1.scss */
.expBottom:hover {
  border: solid 1px #294875;
}

/* line 431, sass/_partials/_style-sub1.scss */
.breakPoint {
  position: absolute;
  width: 90%;
  height: 390px;
  right: 0;
  left: 0;
  background: white;
  border-top: 1px solid #d4dae3;
  border-bottom: 1px solid #d4dae3;
  margin: auto;
  display: none;
}
/* line 442, sass/_partials/_style-sub1.scss */
.breakPoint .leftAdjust {
  position: relative;
  height: 100%;
  margin: auto;
}
/* line 447, sass/_partials/_style-sub1.scss */
.breakPoint .triPointer {
  position: absolute;
  border: 1px solid #d4dae3;
  width: 100px;
  height: 100px;
  top: -3px;
  left: 99px;
  z-index: 1;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 463, sass/_partials/_style-sub1.scss */
.breakPoint .triBreakFill {
  position: absolute;
  top: -15px;
  left: 5px;
  width: 110%;
  height: 150%;
  background: white;
  z-index: 5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 478, sass/_partials/_style-sub1.scss */
.breakPoint .breakFill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 5;
}
/* line 487, sass/_partials/_style-sub1.scss */
.breakPoint .breakViewFull:hover {
  opacity: 1;
}
/* line 490, sass/_partials/_style-sub1.scss */
.breakPoint .breakViewFull {
  position: absolute;
  width: 200px;
  height: 50px;
  background-color: white;
  bottom: 0;
  right: 0;
  display: table;
  cursor: pointer;
  opacity: .7;
}
/* line 501, sass/_partials/_style-sub1.scss */
.breakPoint .breakViewFull p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #294875;
}
/* line 509, sass/_partials/_style-sub1.scss */
.breakPoint .breakViewFull a {
  color: inherit;
  text-decoration: none;
}
/* line 513, sass/_partials/_style-sub1.scss */
.breakPoint .breakViewFull img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
/* line 522, sass/_partials/_style-sub1.scss */
.breakPoint em {
  font-size: 11px;
  color: #A9B6C8;
}
/* line 526, sass/_partials/_style-sub1.scss */
.breakPoint .breakImage {
  background-color: white;
  width: 40%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 10;
  height: 370px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 540, sass/_partials/_style-sub1.scss */
.breakPoint .breakContent {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 10;
  background-color: white;
  width: 55%;
  padding-left: 20px;
  height: 370px;
  text-align: left;
}
/* line 550, sass/_partials/_style-sub1.scss */
.breakPoint .breakContent #qTitle {
  color: #294875;
  font-size: 22px;
  padding-top: 25px;
  padding-bottom: 15px;
}
/* line 556, sass/_partials/_style-sub1.scss */
.breakPoint .breakContent #qDescript {
  color: #A9B6C8;
  font-size: 11px;
  line-height: 1.5;
}
/* line 561, sass/_partials/_style-sub1.scss */
.breakPoint .breakContent .qDetailTitle {
  padding-bottom: 15px;
  padding-right: 225px;
  font-size: 14px;
  color: #7F91AC;
}
/* line 567, sass/_partials/_style-sub1.scss */
.breakPoint .breakContent .qSingleLine {
  overflow: hidden;
  white-space: nowrap;
}
/* line 571, sass/_partials/_style-sub1.scss */
.breakPoint .breakContent .qDetailText {
  font-size: 13px;
}
/* line 578, sass/_partials/_style-sub1.scss */
.breakPoint #breakExit {
  left: auto !important;
}

/* line 582, sass/_partials/_style-sub1.scss */
.quiltULImage {
  height: 125px;
  position: relative;
  background-size: cover;
  background-position: center;
}

/* line 589, sass/_partials/_style-sub1.scss */
.quiltULText {
  bottom: 0px;
  height: 75px;
}
/* line 592, sass/_partials/_style-sub1.scss */
.quiltULText div {
  padding: 10px;
  padding-top: 5px;
  text-align: left;
}
/* line 597, sass/_partials/_style-sub1.scss */
.quiltULText div p2 {
  color: #294875;
  font-size: 14px;
  padding-bottom: 5px;
  margin: 0px;
}
/* line 604, sass/_partials/_style-sub1.scss */
.quiltULText div p {
  color: #7F91AC;
  font-size: 12px;
  padding: 6px;
  padding-bottom: 3px;
  padding-left: 0px;
}
/* line 611, sass/_partials/_style-sub1.scss */
.quiltULText div .objType {
  padding-bottom: 5px;
  margin: 0px;
}

/* line 617, sass/_partials/_style-sub1.scss */
.overlaySelector {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

/* line 626, sass/_partials/_style-sub1.scss */
.qSelector {
  background: white;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 50%;
  border: 1px solid #294875;
  z-index: 2;
  cursor: pointer;
}

/* line 638, sass/_partials/_style-sub1.scss */
.quiltUL li:hover {
  border: 1px solid #294875;
}

/* line 641, sass/_partials/_style-sub1.scss */
#quiltContain {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 650, sass/_partials/_style-sub1.scss */
.expandCenter {
  position: relative;
  width: 35px;
  height: 35px;
  display: table-cell;
  vertical-align: middle;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #d4dae3;
  display: none;
}

/* -----------------------------------------------*/
/* ---------->>> End of quilts page css <<<-----------*/
/* ---------------------------------------------*/
/* -----------------------------------------------*/
/* ---------->>> quilts / Time Period <<<-----------*/
/* ---------------------------------------------*/
/* line 669, sass/_partials/_style-sub1.scss */
.quiltULDate {
  bottom: 0px;
  height: 75px;
  width: 100%;
  display: table;
}
/* line 674, sass/_partials/_style-sub1.scss */
.quiltULDate div {
  padding: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
/* line 679, sass/_partials/_style-sub1.scss */
.quiltULDate div p {
  color: #294875;
  font-size: 14px;
  margin: 0px;
}
/* line 688, sass/_partials/_style-sub1.scss */
.quiltULDate .subDiv {
  padding: 10px;
  text-align: center;
  display: table-row;
  vertical-align: middle;
}
/* line 693, sass/_partials/_style-sub1.scss */
.quiltULDate .subDiv p {
  color: #294875;
  font-size: 14px;
  margin: 0px;
}

/* line 701, sass/_partials/_style-sub1.scss */
.timespanImg {
  background-image: url("img/icons/CustomTimespan.svg");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: 65px 59px;
}

/* -----------------------------------------------*/
/* ---------->>> End of  quilts / Time Period page css <<<-----------*/
/* ---------------------------------------------*/
/*---------------------Index----------------------------*/
/* line 724, sass/_partials/_style-sub1.scss */
.idx-quilt {
  width: 100%;
  height: 900px;
  position: relative;
  z-index: 2;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 320px;
}

/* line 735, sass/_partials/_style-sub1.scss */
.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 500%;
  display: table;
  white-space: nowrap;
  font-size: 0;
}

/* line 746, sass/_partials/_style-sub1.scss */
.slider > div {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 752, sass/_partials/_style-sub1.scss */
.viewFrame {
  position: absolute !important;
  width: 100%;
  height: 230px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 766, sass/_partials/_style-sub1.scss */
.viewFrameImg {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: -1;
}
/* line 775, sass/_partials/_style-sub1.scss */
.viewFrameImg .slider div {
  height: 1100px;
  background-position: center center;
}

/* line 780, sass/_partials/_style-sub1.scss */
.coverContainBottom {
  height: calc( 90vh - 60px);
  position: relative;
}

/* line 784, sass/_partials/_style-sub1.scss */
.idx-info {
  position: absolute;
  width: 980px;
  height: 300px;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: solid #D4DAE3 1px;
  overflow: visible;
  font-family: Montserrat-Regular;
  padding: 40px;
}

/* line 804, sass/_partials/_style-sub1.scss */
.slider > div > strong {
  font-weight: normal;
  font-size: 24px;
  color: #294875;
  line-height: 2;
}

/* line 810, sass/_partials/_style-sub1.scss */
.slider > div > strong > p {
  font-weight: normal;
  font-size: 21px;
  color: #294875;
  text-align: center;
  padding-bottom: 1.8%;
}

/* line 818, sass/_partials/_style-sub1.scss */
.slider > div > p {
  word-wrap: break-word;
  font-family: Montserrat-Regular;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.3;
  color: #7F91AC;
  white-space: normal;
  padding-left: 10%;
  padding-right: 10%;
}

/* line 829, sass/_partials/_style-sub1.scss */
.slider > div > div {
  max-width: 100%;
  height: 20%;
  white-space: normal;
  line-height: 1;
}

/* line 835, sass/_partials/_style-sub1.scss */
.slider div img {
  min-width: 100%;
  max-height: 1500px;
}

/* line 840, sass/_partials/_style-sub1.scss */
.idx-cover {
  background-attachment: fixed;
  width: 100%;
  height: calc(100vh - 130px);
  min-height: 380px;
  position: relative;
  background-image: url("img/NewQIBackgroundPhoto1E-3D-273D.jpg");
  background-position: center center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 854, sass/_partials/_style-sub1.scss */
.pInfo {
  font-size: 17px;
  line-height: 2.5;
  padding: 25px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Montserrat-Regular;
  color: #294875;
  overflow-y: hidden;
}

/* line 864, sass/_partials/_style-sub1.scss */
.idxCoverBottom {
  background-attachment: fixed;
  width: 100%;
  height: 90vh;
  position: relative;
  background-image: url("img/NewQIBackgroundPhoto1E-3D-273D.jpg");
  background-position: center center;
  max-height: 1080px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 876, sass/_partials/_style-sub1.scss */
.idx-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: white;
  width: 300px;
  padding: 90px;
  border: solid 1px #d4dae3;
}

/* line 889, sass/_partials/_style-sub1.scss */
.idx-top-box {
  border: solid #D4DAE3 1px;
  background: white;
  position: absolute;
  top: -37px;
  width: 400px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  color: #294875;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Montserrat-Regular;
  font-weight: normal;
  white-space: nowrap;
}

/* line 908, sass/_partials/_style-sub1.scss */
.idx-bottom-box {
  border: solid #D4DAE3 1px;
  background: white;
  position: absolute;
  width: 500px;
  bottom: -37px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  color: #294875;
  padding: 30px;
  font-family: Montserrat-Regular;
  font-weight: normal;
  cursor: pointer;
  z-index: 2;
  transition: all .5s ease;
}

/* line 927, sass/_partials/_style-sub1.scss */
.idx-bottom-box:hover {
  border: 1px solid #294875;
  background-color: #E9ECF1;
  transition: all .5s ease;
}

/* line 932, sass/_partials/_style-sub1.scss */
.idx-arrow-right-box {
  border: solid #D4DAE3 1px;
  background: white;
  position: absolute;
  right: -69px;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px;
  cursor: pointer;
  transition: all .5s ease;
}

/* line 944, sass/_partials/_style-sub1.scss */
.idx-arrow-right-box:hover {
  border: 1px solid #294875;
  background: #E9EcF1;
  transition: all .5s ease;
}

/* line 949, sass/_partials/_style-sub1.scss */
.idx-arrow-left-box {
  border: solid #D4DAE3 1px;
  background: white;
  position: absolute;
  left: -69px;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px;
  cursor: pointer;
  transition: all .5s ease;
}

/* line 961, sass/_partials/_style-sub1.scss */
.idx-arrow-left-box:hover {
  border: 1px solid #294875;
  background: #E9EcF1;
  transition: all .5s ease;
}

/* line 966, sass/_partials/_style-sub1.scss */
.idx-info > div > img {
  padding: 2%;
  width: 30%;
  height: 30%;
}

/* line 971, sass/_partials/_style-sub1.scss */
.idx-control {
  background-color: white;
  position: relative;
  background: white;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-size: 0;
}
/* line 983, sass/_partials/_style-sub1.scss */
.idx-control a {
  display: inline-block;
  text-align: center;
  margin-top: 0;
  width: 33.9%;
  height: 65px;
  line-height: 65px;
  margin: auto;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  border: 1px solid white;
  transition: all .5s ease;
}

/* line 997, sass/_partials/_style-sub1.scss */
.idx-control > div {
  display: inline-block;
  text-align: center;
  margin-top: 0;
  width: 33.9%;
  height: 65px;
  line-height: 65px;
  margin: auto;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  border: 1px solid white;
  transition: all .5s ease;
}

/* line 1013, sass/_partials/_style-sub1.scss */
.go-down {
  border-right: 1px solid #D4DAE3 !important;
  border-left: 1px solid #D4DAE3 !important;
}

/* line 1018, sass/_partials/_style-sub1.scss */
#down-1 {
  border-right: 1px solid white !important;
  border-left: 1px solid white !important;
  width: 100%;
}

/* line 1024, sass/_partials/_style-sub1.scss */
.idx-control > div:hover {
  border: 1px solid #294875 !important;
  background-color: #E9EcF1;
  transition: all .5s ease;
}

/* line 1030, sass/_partials/_style-sub1.scss */
.idx-control div img {
  position: absolute;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 1041, sass/_partials/_style-sub1.scss */
#up-1 {
  border: 1px solid white;
  transition: all .5s ease;
}

/* line 1046, sass/_partials/_style-sub1.scss */
#up-1:hover {
  border: 1px solid #294875;
  background-color: #E9EcF1;
  transition: all .5s ease;
}

/* line 1053, sass/_partials/_style-sub1.scss */
#up-1:hover #down-1 {
  border: 1px solid #E9EcF1 !important;
  border: 1px solid #E9EcF1 !important;
}

/* line 1059, sass/_partials/_style-sub1.scss */
.learnMore {
  color: #294875;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

/* line 1070, sass/_partials/_style-sub1.scss */
.learnMore img {
  margin-right: 0px !important;
  right: 10% !important;
}

/* line 1076, sass/_partials/_style-sub1.scss */
.sliderPosition {
  position: absolute;
  font-size: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -22px;
  white-space: nowrap;
}

/* line 1086, sass/_partials/_style-sub1.scss */
.sliderPosition > div {
  position: relative;
  height: 20px;
  width: 40px;
  border: solid #D4DAE3 1px;
  display: inline-block;
  cursor: pointer;
  margin-right: -1px;
}

/* line 1098, sass/_partials/_style-sub1.scss */
.sliderPosition > div:last-child {
  border: solid #D4DAE3 1px;
}

/* line 1102, sass/_partials/_style-sub1.scss */
.sliderPosition > div:hover {
  z-index: 40;
  border: solid #294875 1px !important;
  background-color: #E9EcF1 !important;
}

/* line 1108, sass/_partials/_style-sub1.scss */
#targetImg {
  margin-bottom: -4px;
}

/* line 1112, sass/_partials/_style-sub1.scss */
.bottomCover {
  position: absolute;
  bottom: 40px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 700px;
  height: 270px;
  background-color: white;
  border: solid #D4DAE3 1px;
  overflow: visible;
}
/* line 1127, sass/_partials/_style-sub1.scss */
.bottomCover #bInfo {
  line-height: 240px;
  font-size: 24px;
  color: #294875;
}

/* line 1133, sass/_partials/_style-sub1.scss */
.cmpSpacer {
  padding-bottom: 3px;
  padding-top: 3px;
}

/* line 1137, sass/_partials/_style-sub1.scss */
.compDescript {
  font-size: 12px;
  padding-bottom: 10px;
}

/* line 1144, sass/_partials/_style-sub1.scss */
.exitBlock, .exitBlockFr {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  border: solid #294875 1px;
  background-image: url("img/icons/Close.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* line 1161, sass/_partials/_style-sub1.scss */
.exitBlock:hover, .exitBlockFr:hover {
  background-color: #E9ECF1;
}

/* line 1165, sass/_partials/_style-sub1.scss */
.zoomIn {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 25px;
  border: solid #294875 1px;
  background-image: url("img/icons/plus.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* line 1180, sass/_partials/_style-sub1.scss */
.zoomOut {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0px;
  border: solid #294875 1px;
  background-image: url("img/icons/minus.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* line 1198, sass/_partials/_style-sub1.scss */
.blockControls .movControls {
  width: 100%;
  height: 50px;
  margin-left: -1px;
  font-size: 0;
  white-space: nowrap;
}
/* line 1204, sass/_partials/_style-sub1.scss */
.blockControls .movControls div {
  position: relative;
  width: 20%;
  height: 100%;
  border: solid #D4DAE3 1px;
  display: inline-block;
  line-height: 0;
  margin-left: -1px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
}
/* line 1216, sass/_partials/_style-sub1.scss */
.blockControls .movControls div:hover {
  border: solid #294875 1px;
  z-index: 30;
  background-color: #E9ECF1;
}
/* line 1223, sass/_partials/_style-sub1.scss */
.blockControls .movControls .leftArrow {
  background-image: url("img/icons/ArrowLeft.svg");
  background-size: 8px;
}
/* line 1227, sass/_partials/_style-sub1.scss */
.blockControls .movControls .rightArrow {
  background-image: url("img/icons/ArrowRight.svg");
  background-size: 8px;
}
/* line 1231, sass/_partials/_style-sub1.scss */
.blockControls .movControls .downArrow {
  background-image: url("img/icons/ArrowDown.svg");
  background-size: 15px;
}
/* line 1235, sass/_partials/_style-sub1.scss */
.blockControls .movControls .upArrow {
  background-image: url("img/icons/ArrowUp.svg");
  background-size: 15px;
}

/* line 1245, sass/_partials/_style-sub1.scss */
.expandBtn {
  background-image: url("img/icons/Expand.svg");
  background-size: 15px;
  cursor: pointer;
}

/* line 1251, sass/_partials/_style-sub1.scss */
.expandStory {
  background-image: url(img/icons/Expand.svg);
  background-size: 15px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 35px !important;
  height: 35px !important;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #d4dae3;
}

@media screen and (max-width: 1225px) {
  /* line 1268, sass/_partials/_style-sub1.scss */
  .idx-info {
    max-width: 70%;
  }

  /* line 1272, sass/_partials/_style-sub1.scss */
  .text {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 1276, sass/_partials/_style-sub1.scss */
  .breakPoint .breakImage {
    background-color: white;
    width: 45%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 20px;
    background-size: auto 200%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 936px) {
  /* line 1290, sass/_partials/_style-sub1.scss */
  .rListCount .showResults {
    right: 0;
    left: 0;
    margin: auto;
  }

  /* line 1296, sass/_partials/_style-sub1.scss */
  .searchBack {
    display: none !important;
  }
}
@media screen and (max-width: 840px) {
  /* line 1304, sass/_partials/_style-sub1.scss */
  .rSearchBar {
    width: 69%;
  }

  /* line 1308, sass/_partials/_style-sub1.scss */
  .idx-control > div {
    width: 100%;
  }

  /* line 1311, sass/_partials/_style-sub1.scss */
  .idx-control a {
    width: auto;
  }

  /* line 1314, sass/_partials/_style-sub1.scss */
  .idx-control div img {
    position: static;
    margin-left: 15px;
  }

  /* line 1318, sass/_partials/_style-sub1.scss */
  .go-up {
    display: none !important;
  }

  /* line 1321, sass/_partials/_style-sub1.scss */
  .go-down {
    display: none !important;
  }

  /* line 1324, sass/_partials/_style-sub1.scss */
  #down-1 {
    display: inline-block !important;
  }

  /* line 1328, sass/_partials/_style-sub1.scss */
  .idx-quilt {
    height: calc(100vh - 60px);
    min-height: 320px;
  }

  /* line 1332, sass/_partials/_style-sub1.scss */
  .idx-info {
    width: 60%;
    height: 180px;
  }

  /* line 1338, sass/_partials/_style-sub1.scss */
  .idx-top-box {
    width: 76%;
    padding: 20px;
    top: -14%;
  }

  /* line 1343, sass/_partials/_style-sub1.scss */
  .idx-bottom-box {
    width: 100%;
    padding: 20px;
    padding-right: 0;
    padding-left: 0;
    right: 0;
    left: -1px;
  }

  /* line 1351, sass/_partials/_style-sub1.scss */
  .idx-logo {
    width: 60vmin;
    padding: 10%;
  }

  /* line 1356, sass/_partials/_style-sub1.scss */
  #info {
    height: 30%;
  }

  /* line 1360, sass/_partials/_style-sub1.scss */
  .pInfo {
    line-height: 2;
    padding: 0px;
    font-size: 12px;
  }

  /* line 1365, sass/_partials/_style-sub1.scss */
  .slider > div > strong {
    font-size: 24px;
    white-space: normal;
    line-height: 1.3;
  }

  /* line 1381, sass/_partials/_style-sub1.scss */
  .slider div img {
    height: 150vh;
  }

  /* line 1384, sass/_partials/_style-sub1.scss */
  .viewFrame {
    width: 82%;
  }

  /* line 1387, sass/_partials/_style-sub1.scss */
  .idx-arrow-right-box {
    right: -25px;
    padding: 20px;
    z-index: 1;
  }

  /* line 1392, sass/_partials/_style-sub1.scss */
  .idx-arrow-left-box {
    left: -25px;
    padding: 20px;
    z-index: 1;
  }

  /* line 1397, sass/_partials/_style-sub1.scss */
  #infoQ {
    height: 110vh;
  }

  /* line 1400, sass/_partials/_style-sub1.scss */
  .sliderPosition {
    z-index: 100;
    bottom: -11px;
  }
  /* line 1403, sass/_partials/_style-sub1.scss */
  .sliderPosition div {
    width: 30px;
    border-top: solid #D4DAE3 1px;
  }

  /* line 1408, sass/_partials/_style-sub1.scss */
  .bottomCover {
    width: 80%;
    height: 210px;
    display: table;
    bottom: 40px;
    white-space: normal;
  }
  /* line 1416, sass/_partials/_style-sub1.scss */
  .bottomCover #bInfo {
    line-height: 1;
    white-space: normal;
    display: table-cell;
    vertical-align: middle;
  }

  /* line 1423, sass/_partials/_style-sub1.scss */
  .textAB {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 1428, sass/_partials/_style-sub1.scss */
  .banner-title {
    padding-left: 40px;
  }

  /* line 1432, sass/_partials/_style-sub1.scss */
  .idxCoverBottom {
    min-height: 380px !important;
  }

  /* line 1436, sass/_partials/_style-sub1.scss */
  #banner1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /* line 1441, sass/_partials/_style-sub1.scss */
  #qDescript {
    display: none;
  }

  /* line 1444, sass/_partials/_style-sub1.scss */
  .leftAdjust {
    width: 100% !important;
  }
}
@media screen and (max-width: 560px) {
  /* line 1452, sass/_partials/_style-sub1.scss */
  #info {
    height: 40%;
  }
}
@media screen and (max-width: 350px) {
  /* line 1460, sass/_partials/_style-sub1.scss */
  .breakImage {
    display: none;
  }

  /* line 1463, sass/_partials/_style-sub1.scss */
  .breakPoint .breakContent {
    width: 100%;
  }

  /* line 1466, sass/_partials/_style-sub1.scss */
  .breakPoint .breakViewFull {
    width: 80%;
    height: 35px;
  }

  /* line 1470, sass/_partials/_style-sub1.scss */
  .expandCenter {
    display: block;
  }
}
@media screen and (max-width: 435px) {
  /* line 1475, sass/_partials/_style-sub1.scss */
  #info {
    height: 74%;
  }

  /* line 1479, sass/_partials/_style-sub1.scss */
  .breakViewFull {
    right: -22px;
  }

  /* line 1482, sass/_partials/_style-sub1.scss */
  .rSearchBar {
    width: 100%;
  }

  /* line 1485, sass/_partials/_style-sub1.scss */
  .rListCount {
    width: 0%;
  }
}
/* line 1489, sass/_partials/_style-sub1.scss */
.editThis {
  color: white;
  background: #294875;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: table;
  font-size: 18px;
  position: absolute;
  top: 20%;
  left: 20%;
  cursor: pointer;
  opacity: .6;
}

/* line 1503, sass/_partials/_style-sub1.scss */
.editThis:hover {
  opacity: 1;
}

/* line 1506, sass/_partials/_style-sub1.scss */
.saveAll {
  padding: 12px;
  font-size: 15px;
  color: white;
  background: #294875;
  position: absolute;
  top: 26px;
  right: 30px;
  cursor: pointer;
}

/* line 1516, sass/_partials/_style-sub1.scss */
.typeInEdit {
  position: fixed;
  width: 58%;
  height: 143px;
  padding: 14px;
  font-size: 12px;
  color: black;
  bottom: 20px;
  z-index: 9999999999999;
  border: 1px solid black;
  box-shadow: 3px 3px 1px rgba(1, 1, 1, 0.6);
  left: 0;
  right: 0;
  margin: auto;
}

/* -----------------------------------------------*/
/* ---------->>> view page associated records <<<-----------*/
/* ---------------------------------------------*/
/* line 4, sass/_partials/_style-sub2.scss */
.loadMoreDiv {
  margin-bottom: 70px;
  display: none;
}
/* line 8, sass/_partials/_style-sub2.scss */
.loadMoreDiv .moreQuilts {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 70px;
  background-color: white;
  border: solid 1px #D4DAE3;
  text-align: center;
  cursor: pointer;
  transition: all .5s ease;
  z-index: 20;
}
/* line 20, sass/_partials/_style-sub2.scss */
.loadMoreDiv .moreQuilts p {
  text-transform: uppercase;
  line-height: 70px;
  font-size: 17px;
  font-family: "Montserrat-Regular", 'sans-serif';
  color: #294875;
}
/* line 28, sass/_partials/_style-sub2.scss */
.loadMoreDiv .moreQuilts:hover {
  border: 1px solid #294875;
  background: #E9EcF1;
  transition: all .5s ease;
}

/* css for journal view page displaying articles */
/* line 35, sass/_partials/_style-sub2.scss */
.journal.container {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}
/* line 40, sass/_partials/_style-sub2.scss */
.journal.container .block {
  position: static;
  float: none;
}
/* line 45, sass/_partials/_style-sub2.scss */
.journal.container a {
  text-decoration: none;
}
/* line 49, sass/_partials/_style-sub2.scss */
.journal.container .fullInfo {
  position: static;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 10px;
}

/* line 56, sass/_partials/_style-sub2.scss */
.articleFrame {
  height: 1000px;
  width: 100%;
}

/* -----------------------------------------------*/
/* ---------->>> End of view page css <<<-----------*/
/* ---------------------------------------------*/
/* line 1, sass/_partials/_style-sub3.scss */
.popup {
  position: absolute;
  width: 500px;
  height: 500px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 500px 500px;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  margin-left: -75px;
  margin-top: -300px;
  text-align: center;
  box-shadow: 0 0 10px 0 #000;
  z-index: 5;
}

/* line 19, sass/_partials/_style-sub3.scss */
.close {
  position: absolute;
  background: black;
  color: white;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  font-family: 'Arial Black', Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #000;
}

/* line 37, sass/_partials/_style-sub3.scss */
.dynamicLayoutBlock {
  display: block;
}

/* line 41, sass/_partials/_style-sub3.scss */
.blockContainer {
  display: inline-block;
  position: relative;
  height: 1000px;
}

/* line 47, sass/_partials/_style-sub3.scss */
.donatePadding {
  display: inline-block;
  width: 100%;
  height: 60px;
}

/* line 53, sass/_partials/_style-sub3.scss */
.pageBottomPadding {
  display: inline-block;
  width: 100%;
  height: 30px;
}

/* line 59, sass/_partials/_style-sub3.scss */
.content {
  overflow: hidden;
}

/* line 63, sass/_partials/_style-sub3.scss */
.banner-img {
  text-wrap: normal;
  padding-left: 0px;
  padding-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

/* line 72, sass/_partials/_style-sub3.scss */
.toTopButton {
  position: relative;
}

/* line 76, sass/_partials/_style-sub3.scss */
#mainNav .mainNavLayered2.search {
  top: 128px;
}

/* line 80, sass/_partials/_style-sub3.scss */
#donateBannerText, .imgBannerText {
  max-width: 1000px;
  text-align: left;
}

/* line 85, sass/_partials/_style-sub3.scss */
#donateBannerText {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 91, sass/_partials/_style-sub3.scss */
.imgBannerText {
  padding-right: 40px;
  padding-left: 40px;
  text-transform: capitalize;
}

/* line 98, sass/_partials/_style-sub3.scss */
.imgBannerText, #donateBannerText {
  color: white;
  font-size: 40pt;
  margin: 0 auto;
}

/* line 104, sass/_partials/_style-sub3.scss */
#donateBannerText > p, .imgBannerText > p {
  max-width: 1000px;
  white-space: normal;
  display: block;
  position: relative;
  z-index: 20;
}

/* line 112, sass/_partials/_style-sub3.scss */
#donateBannerText::after {
  display: inline-block;
  width: 45px;
  height: 39px;
  margin-right: 5px;
  content: "";
  background: url("img/icons/Heart.svg") no-repeat 0 0;
  background-size: 100%;
  position: relative;
  z-index: 20;
}

/* line 124, sass/_partials/_style-sub3.scss */
.donateContent {
  text-align: left;
  padding-right: 40px;
  padding-left: 40px;
  line-height: 2;
  color: #7F91AC;
  font-family: Montserrat-Regular;
  font-size: 15px;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 138, sass/_partials/_style-sub3.scss */
.donateContent > b {
  font-size: 15px;
  color: #294875;
}

/* line 143, sass/_partials/_style-sub3.scss */
.donateHeader {
  text-align: left;
  padding-right: 15%;
  padding-left: 15%;
  margin: 0 auto;
  max-width: 1000px;
  font-weight: normal;
  line-height: 30px;
  font-family: Montserrat-Regular;
  color: #294875;
  font-size: 25px;
}

/* line 159, sass/_partials/_style-sub3.scss */
.donateHeader::before {
  content: '\a \a';
  white-space: pre;
}

/* line 164, sass/_partials/_style-sub3.scss */
.buttonContainer {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: blue;
}

/* line 174, sass/_partials/_style-sub3.scss */
.buttonContainer button {
  background-color: blue;
  border: none;
  outline: none;
}

/* line 180, sass/_partials/_style-sub3.scss */
.button {
  position: relative;
  margin-top: -30px;
  display: table;
  margin-bottom: 80px;
  width: 100%;
  max-width: 1000px;
}

/* line 190, sass/_partials/_style-sub3.scss */
#backToTop, #secureDonationBtn, #contributionFormBtn {
  background: white;
  border-style: solid;
  border-color: #D4DAE3;
  border-width: 1px;
  cursor: pointer;
  transition: all .5s ease;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #294875;
}

/* line 204, sass/_partials/_style-sub3.scss */
#secureDonationBtn, #contributionFormBtn {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin: auto;
  width: 300px;
  height: 55px;
  line-height: 55px;
}

/* line 215, sass/_partials/_style-sub3.scss */
#contributionFormBtn {
  margin-top: 20px;
}

/* line 219, sass/_partials/_style-sub3.scss */
#secureDonationBtn:hover, #contributionFormBtn:hover {
  border: 1px solid #294875;
  background: #E9EcF1;
  transition: all 0.5s;
}

/* line 226, sass/_partials/_style-sub3.scss */
#backToTop {
  top: -25px;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 150px;
  text-align: center;
  padding: 10px;
}

/* line 238, sass/_partials/_style-sub3.scss */
#arrowUp {
  display: inline-block;
  float: center;
  width: 15px;
  height: 15px;
  position: relative;
  background: url("img/icons/ArrowUp.svg") no-repeat 0 0;
  background-size: 100%;
}

/* line 248, sass/_partials/_style-sub3.scss */
.singleEssayHeader {
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 40px;
}

/* line 256, sass/_partials/_style-sub3.scss */
.essayContent {
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 262, sass/_partials/_style-sub3.scss */
.paraSection, .battingWrappersFooter {
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

/* line 269, sass/_partials/_style-sub3.scss */
.paraImages, #ephParaImages {
  height: 100%;
  width: 500px;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}

/* line 279, sass/_partials/_style-sub3.scss */
#ephParaImages {
  width: 805px;
  height: 645px;
  display: inline-block;
  margin: 0 auto;
}

/* line 289, sass/_partials/_style-sub3.scss */
.essayTextSection, .battingTextSection {
  height: 100%;
  max-width: 1000px;
  padding-bottom: 56px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}

/* line 298, sass/_partials/_style-sub3.scss */
.singleEssayImage, .docProjectsImage {
  height: auto;
  width: 100%;
  position: relative;
  object-fit: cover;
}

/* line 305, sass/_partials/_style-sub3.scss */
.singleEssayImgContainer, .docProjectsImgContainer, .ephemeraArtImgContainerContd, .artistImage {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  display: inline-block;
  position: relative;
}

/* line 313, sass/_partials/_style-sub3.scss */
.ephemeraFrame {
  width: 100%;
  height: 1000px;
}

/* line 318, sass/_partials/_style-sub3.scss */
.docProjectsImgContainer {
  max-width: 100%;
  height: 100%;
}

/* line 325, sass/_partials/_style-sub3.scss */
.docProjectsImage {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* line 332, sass/_partials/_style-sub3.scss */
.ephemeraArtImgContainerContd {
  width: 255px;
  height: 650px;
}

/* line 338, sass/_partials/_style-sub3.scss */
.artistImage {
  max-width: 300px;
}

/* line 343, sass/_partials/_style-sub3.scss */
.imgBreak {
  height: 56px;
  width: 100%;
  padding-left: 100px;
  float: right;
}

/* line 350, sass/_partials/_style-sub3.scss */
.singleEssayImgExpand {
  background-image: url("img/singleEssay/Expand.svg");
  background-size: 35%;
  bottom: 0px;
  left: 0px;
  transition: all .5s ease;
}

/* line 358, sass/_partials/_style-sub3.scss */
.singleEssayImgNext, .nextArticle, .prevArticle {
  background-image: url("img/icons/ArrowRight.svg");
  background-size: 25%;
  bottom: 0px;
  right: 0px;
  transition: all .5s ease;
}

/* line 367, sass/_partials/_style-sub3.scss */
.singleEssayImgExpand:hover, .singleEssayImgNext:hover, .nextArticle:hover, .prevArticle:hover {
  border: 1px solid #294875;
  background-color: #E9EcF1;
  transition: all .5s ease;
}

/* line 373, sass/_partials/_style-sub3.scss */
#battingExpand:hover {
  border: 1px solid #294875;
  background-color: #E9EcF1;
  transition: all .5s ease;
  cursor: pointer;
}

/* line 380, sass/_partials/_style-sub3.scss */
.singleEssayImgNext, .nextArticle, .prevArticle, .singleEssayImgExpand {
  cursor: pointer;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #D4DAE3;
  width: 35px;
  height: 35px;
  position: absolute;
  display: inline-block;
}

/* line 394, sass/_partials/_style-sub3.scss */
.essayAuthor {
  font-size: 16px;
  font-family: Montserrat-Regular;
  color: #1f3662;
  text-align: center;
  line-height: 160%;
  padding-top: 8px;
}

/* line 404, sass/_partials/_style-sub3.scss */
.donateMenuItem a:after {
  display: inline-block;
  width: 10.4px;
  height: 11px;
  margin-right: 5px;
  margin-left: 5px;
  content: "";
  background: url("img/icons/blueheart.svg") no-repeat 0 0;
  background-size: 100%;
  opacity: 0.4;
}

/* line 416, sass/_partials/_style-sub3.scss */
.smallText {
  font-size: 15px;
  line-height: 2;
  width: 100%;
  max-width: 1000px;
  color: #7f91ac;
  text-align: left;
}

/* line 425, sass/_partials/_style-sub3.scss */
.essayTextSection p, .battingTextSection p {
  margin-bottom: 30px;
}

/* line 429, sass/_partials/_style-sub3.scss */
#pausePlayScreen {
  cursor: pointer;
  height: 100%;
  width: 100%;
  top: 0px;
}

/* line 436, sass/_partials/_style-sub3.scss */
#media-player {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 443, sass/_partials/_style-sub3.scss */
#audio-player {
  float: left;
  height: 0px;
}

/* line 448, sass/_partials/_style-sub3.scss */
video {
  position: relative;
  display: block;
  /* width: 100%;
  height: 100%; */
  width: 100%;
  height: auto;
  margin: 10px auto;
  background: #000;
}

/* line 459, sass/_partials/_style-sub3.scss */
.screenPause {
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: relative;
  background: black url(img/icons/PlayWCircle.svg) center no-repeat;
  background-size: 95px 95px;
  content: '';
  top: 50%;
  left: 0px;
}

/* line 470, sass/_partials/_style-sub3.scss */
.play, .pause, .play-pause-button, .audio-play-pause-button {
  cursor: pointer;
  float: left;
  height: 25px;
  width: 25px;
  background-size: 75%;
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 490, sass/_partials/_style-sub3.scss */
#progress-bar, #audio-progress-bar {
  cursor: pointer;
  display: inline-block;
  float: right;
  width: 90%;
}

/* line 497, sass/_partials/_style-sub3.scss */
input[type="range"]::-webkit-slider-thumb {
  outline: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 70%;
  background: #294875;
}

/* line 506, sass/_partials/_style-sub3.scss */
input[type="range"] {
  outline: none;
  margin-top: 8px;
  -webkit-appearance: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #294875), color-stop(0, #7F91AC));
  height: 7px;
  width: 170px;
}

/* line 521, sass/_partials/_style-sub3.scss */
.ephemeraArtControl, .battingArtControl {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  height: 35px;
  width: 500px;
  margin: 0 auto;
}

/* line 530, sass/_partials/_style-sub3.scss */
.singlePageHeading {
  text-align: center;
  position: fixed;
  height: 35px;
  width: 100%;
  border-bottom: 1px solid #D4DAE3;
  border-top: 1px solid #D4DAE3;
  background-color: white;
  z-index: 500;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 543, sass/_partials/_style-sub3.scss */
.singlePageHeading::before {
  position: fixed;
  height: 41px;
  width: 100%;
  background-color: white;
  display: none;
  content: "\00a0";
  margin-top: -42px;
}

/* line 553, sass/_partials/_style-sub3.scss */
.fillerHeading {
  width: 0px;
  height: 35px;
  display: inline-block;
  float: right;
  top: -14px;
  position: relative;
}

/* line 562, sass/_partials/_style-sub3.scss */
.fillerHeading::after {
  display: inline-block;
  width: 0px;
  height: 35px;
  content: "";
  background-position: center;
  background-size: 10%;
}

/* line 571, sass/_partials/_style-sub3.scss */
.downloadPDF, .citeThisQuilt {
  float: right;
  display: inline-block;
  font-size: 0pt;
  font-family: Montserrat-Regular;
  color: #1f3662;
  top: -14px;
  position: relative;
  cursor: pointer;
}

/* line 582, sass/_partials/_style-sub3.scss */
.downloadPDF::after, .citeThisQuilt::after {
  display: inline-block;
  width: 0px;
  height: 35px;
  content: "";
  background-position: center;
  background-size: 10%;
}

/* line 591, sass/_partials/_style-sub3.scss */
.citeThisQuilt {
  top: 14px;
  padding-right: 5px;
  pointer: default;
}

/* line 598, sass/_partials/_style-sub3.scss */
.storyName {
  margin: 0 auto;
  display: inline-block;
}

/* line 603, sass/_partials/_style-sub3.scss */
audio.storyAudio {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

/* line 611, sass/_partials/_style-sub3.scss */
.headingTitle {
  font-size: 11px;
  font-family: Montserrat-Regular;
  color: #1f3662;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 10px;
  margin: auto;
  max-width: 100%;
}

/* line 625, sass/_partials/_style-sub3.scss */
.backToStories > p, .viewAssocQuilt > p {
  display: inline-block;
  font-size: 0pt;
  position: relative;
}

/* line 631, sass/_partials/_style-sub3.scss */
.nextArticle {
  right: 0px;
  display: inline-block;
  float: right;
  border: 0px;
}

/* line 639, sass/_partials/_style-sub3.scss */
.nextArticle {
  bottom: 0px !important;
  right: 0px !important;
  border: 1px solid white;
  /* GET RID OF THE MIN WIDTH THAT CHANGE THIS*/
}

/* line 646, sass/_partials/_style-sub3.scss */
.prevArticle {
  background-image: url("img/icons/ArrowLeft.svg");
  right: 0px;
  bottom: 0px;
  display: inline-block;
  float: left;
  border: 0px;
}

/* line 656, sass/_partials/_style-sub3.scss */
.prevArticle {
  bottom: 0px !important;
  left: 0px !important;
  border: 1px solid white;
}

/* line 662, sass/_partials/_style-sub3.scss */
#articlePage {
  display: inline-block;
  margin: 0 auto;
}

/* line 667, sass/_partials/_style-sub3.scss */
#articlePage > p {
  display: inline-block;
  top: 10px;
  position: relative;
}

/* line 673, sass/_partials/_style-sub3.scss */
#LetterBtn:hover, #ApplicationBtn:hover, #WorkPlnBtn:hover {
  border: 1px solid #294875;
  background: #E9EcF1;
  transition: all .5s ease;
}

/* line 679, sass/_partials/_style-sub3.scss */
#LetterBtn, #ApplicationBtn, #WorkPlnBtn {
  background: white;
  border-style: solid;
  border-color: #D4DAE3;
  border-width: 1px;
  cursor: pointer;
  transition: all .5s ease;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #294875;
}

/* line 691, sass/_partials/_style-sub3.scss */
#LetterBtn, #ApplicationBtn, #WorkPlnBtn {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin: auto;
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin-top: 20px;
}

/* line 702, sass/_partials/_style-sub3.scss */
.joinButtons {
  top: 40px;
  height: 250px;
  position: relative;
  text-align: left;
  padding-left: 15%;
  padding-right: 15%;
}

/* line 711, sass/_partials/_style-sub3.scss */
.joinContent {
  margin-top: 100px;
  margin-bottom: 140px;
}

/* line 716, sass/_partials/_style-sub3.scss */
#imgArticle, #imgBatting {
  max-width: 315px;
  max-height: 400px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* line 724, sass/_partials/_style-sub3.scss */
#expandedImg {
  width: 80% !important;
  height: 80% !important;
  position: absolute !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto !important;
  background: none !important;
  text-align: center !important;
  overflow: visible !important;
}

/* line 736, sass/_partials/_style-sub3.scss */
#expandedContainer {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 30 !important;
  visibility: hidden;
}

/* line 748, sass/_partials/_style-sub3.scss */
#expImg {
  width: 100%;
}

/* line 752, sass/_partials/_style-sub3.scss */
#expBattingImg {
  width: 100% !important;
  border: 1px solid #d4dae3 !important;
  border: 1px solid white;
  /* GET RID OF THE MIN WIDTH THAT CHANGE THIS*/
}

/* line 759, sass/_partials/_style-sub3.scss */
.battingWrappersFooter {
  background-color: #0B1F33;
  background-image: url("img/banner/test.jpg");
  background-position: fixed;
  padding: 10%;
  height: 100%;
  width: 80%;
}

/* line 769, sass/_partials/_style-sub3.scss */
.battingWrappersHeader {
  margin-top: 45px;
  font-family: Montserrat-Regular;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  text-align: left;
  word-wrap: break-word;
}

/* line 778, sass/_partials/_style-sub3.scss */
img.battingWrappersHeader.detail {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

/* line 788, sass/_partials/_style-sub3.scss */
.battingWrappersText {
  color: white;
  font-size: 15px;
  line-height: 130%;
  text-align: left;
  word-wrap: break-word;
}

/* line 796, sass/_partials/_style-sub3.scss */
#imgBatting {
  margin: auto;
  display: block;
}

/* line 802, sass/_partials/_style-sub3.scss */
#imgBatting {
  max-width: 100% !important;
  min-width: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
  height: 100% !important;
}

/* line 810, sass/_partials/_style-sub3.scss */
.battingArtControl {
  width: 250px;
}

/* line 816, sass/_partials/_style-sub3.scss */
#battingImages {
  margin: 0 auto;
  display: table;
  margin: auto;
  position: relative;
}

/* line 824, sass/_partials/_style-sub3.scss */
#battingImages {
  width: 50% !important;
  height: auto !important;
  margin: 0 auto;
  display: table;
  margin: auto;
  position: relative;
}

/* line 833, sass/_partials/_style-sub3.scss */
.caption {
  font-size: 12px;
  line-height: 24px;
  color: #7f91ac;
  text-align: left;
  position: absolute;
}

/* line 841, sass/_partials/_style-sub3.scss */
.legacyCaption {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  padding-bottom: 15px;
}

/* line 849, sass/_partials/_style-sub3.scss */
#battingExpand {
  background-image: url("img/singleEssay/Expand.svg");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 55px;
  background-color: white;
  border: 1px solid #D4DAE3;
  left: 0px;
  transition: all .5s ease;
}

/* line 864, sass/_partials/_style-sub3.scss */
.battingTextSection {
  width: 1000px;
  position: relative;
}

/* line 870, sass/_partials/_style-sub3.scss */
.contactPara {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Montserrat-Regular;
  font-size: 10pt;
}

/* line 877, sass/_partials/_style-sub3.scss */
#contactForm {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1000px;
  padding-top: 55px;
  margin: 0 auto;
}

/* line 885, sass/_partials/_style-sub3.scss */
.google-form {
  margin-top: 40px;
}

/* line 889, sass/_partials/_style-sub3.scss */
#nameInpt, #emailInpt, #messageInpt, #sendMsgBtn {
  width: 100%;
  box-sizing: border-box;
  max-width: 978px;
  font-size: 20px;
  border-color: #E9ECF1;
  border-width: 1px;
}

/* line 899, sass/_partials/_style-sub3.scss */
#nameInpt {
  line-height: 100%;
}

/* line 903, sass/_partials/_style-sub3.scss */
#emailInpt {
  line-height: 100%;
}

/* line 907, sass/_partials/_style-sub3.scss */
#messageInpt {
  height: 250px;
  font-size: 16px;
  word-wrap: break-word;
  overflow-y: scroll;
  overflow-x: hidden;
  resize: none;
  padding: 10px;
  line-height: 150%;
  color: #284875;
}

/* line 919, sass/_partials/_style-sub3.scss */
#nameInpt:hover, #emailInpt:hover, #messageInpt:hover {
  border: 1px solid #294875;
}

/* line 923, sass/_partials/_style-sub3.scss */
#nameInpt:focus, #emailInpt:focus, #messageInpt:focus {
  border: 1px solid #294875;
}

/* line 927, sass/_partials/_style-sub3.scss */
#sendMsgBtn {
  margin-top: 50px;
  margin-bottom: 75px;
  padding: 10px;
  height: 62px;
  background: white;
  border-style: solid;
  border-color: #D4DAE3;
  border-width: 1px;
  cursor: pointer;
  transition: all .5s ease;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #294875;
  position: relative;
}

/* line 948, sass/_partials/_style-sub3.scss */
#sendMsgBtn > p {
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: 16px;
}

/* line 955, sass/_partials/_style-sub3.scss */
#sendMsgBtn:hover {
  border: 1px solid #294875;
  background: #E9EcF1;
  transition: all 0.5s;
}

/* line 961, sass/_partials/_style-sub3.scss */
#rc-imageselect, .g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* line 968, sass/_partials/_style-sub3.scss */
.g-recaptcha {
  margin: 0 auto;
  margin-top: 51px;
  width: 304px;
}

/* line 974, sass/_partials/_style-sub3.scss */
.recaptchaDiv {
  width: 100%;
  margin: 0 auto;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

/* line 995, sass/_partials/_style-sub3.scss */
.text {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
  color: #7F91AC;
  max-width: 1000px;
  padding-left: 40px;
  padding-right: 40px;
}

/* line 1006, sass/_partials/_style-sub3.scss */
.button {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 1014, sass/_partials/_style-sub3.scss */
.faqHeader, .question, .answer {
  position: relative;
  color: black;
  text-align: left;
  margin: 0 auto;
  max-width: 1000px;
}

/* line 1022, sass/_partials/_style-sub3.scss */
.faqHeader {
  font-size: 350%;
}

/* line 1026, sass/_partials/_style-sub3.scss */
.question {
  font-size: 25px;
  color: #284875;
  line-height: 30px;
  margin-top: 60px;
}

/* line 1033, sass/_partials/_style-sub3.scss */
.answer {
  position: relative;
  font-size: 15px;
  line-height: 2;
  color: #7F91AC;
}

/* line 1040, sass/_partials/_style-sub3.scss */
.answer b {
  color: #284875;
}

/* line 1044, sass/_partials/_style-sub3.scss */
#battingExpand {
  bottom: 0px !important;
}

/* line 1048, sass/_partials/_style-sub3.scss */
.battingContainer {
  position: relative;
  width: 100%;
  height: 600px;
}

/* line 1055, sass/_partials/_style-sub3.scss */
.batImgContainer {
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

/* line 1068, sass/_partials/_style-sub3.scss */
.imgBattingW {
  display: table;
  position: relative;
  height: 87%;
  /* Adjust*/
  margin: auto;
  /* set margin to 0 at lower widths*/
  border: 1px solid #d4dae3;
}

/* line 1076, sass/_partials/_style-sub3.scss */
#imgBattingW {
  display: table;
  height: 100%;
  margin: auto;
  border: none;
}

/* line 1083, sass/_partials/_style-sub3.scss */
.frRelatedRecords {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  height: 125px;
  clear: both;
}

/* line 1091, sass/_partials/_style-sub3.scss */
.frRelatedRecords p {
  font-size: 24px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #294875;
}

/* line 1099, sass/_partials/_style-sub3.scss */
.padContain {
  height: 35px;
}

/* line 1103, sass/_partials/_style-sub3.scss */
#compSortQuiltsMenu {
  margin: 0 auto;
  text-align: right;
  padding-bottom: 10px;
  padding-top: 10px;
  z-index: 3;
  width: 142px;
  margin: initial;
  position: absolute;
  left: initial;
  top: initial;
  background-color: white;
}

/* line 1117, sass/_partials/_style-sub3.scss */
#compareQuilts, #sortByQuilts {
  display: inline-block;
}

/* line 1121, sass/_partials/_style-sub3.scss */
#compareQuilts a, #sortByQuilts {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  color: #7f91ac;
  display: inline-block;
  font-family: 'Montserrat-Regular', 'sans-serif';
  text-decoration: none;
  cursor: pointer;
  transition: all ease .3s;
}

/* line 1134, sass/_partials/_style-sub3.scss */
#compareQuilts > a {
  padding: 0 5px !important;
}

/* line 1138, sass/_partials/_style-sub3.scss */
#compareQuilts a:hover, #sortByQuilts:hover {
  color: #294875;
  transition: all ease .3s;
}
/* line 1142, sass/_partials/_style-sub3.scss */
#compareQuilts a:hover #sortbyArrow, #sortByQuilts:hover #sortbyArrow {
  opacity: 1.0;
  transition: all ease .3s;
}

/* line 1148, sass/_partials/_style-sub3.scss */
#sortbyArrow {
  transition: all ease .3s;
}

/* line 1152, sass/_partials/_style-sub3.scss */
.dropDownQuilts {
  width: 168px;
  position: absolute;
  z-index: 30;
  border: 1px solid #D4DAE3;
  margin: 0 auto;
  right: 0;
  top: 36px;
  right: -1px;
  max-height: 500px;
  overflow-y: auto;
}

/* line 1167, sass/_partials/_style-sub3.scss */
.dropDownFilter {
  position: absolute;
  z-index: 30;
  border: 1px solid #D4DAE3;
  margin: 0 auto;
  right: 0;
  top: 36px;
  right: -1px;
}

/* line 1192, sass/_partials/_style-sub3.scss */
#controls {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  border: 1px solid #D4DAE3;
}

/* line 1200, sass/_partials/_style-sub3.scss */
#pausePlayScreen {
  position: absolute;
  margin: 0 auto;
}

/* line 1205, sass/_partials/_style-sub3.scss */
input[type=range]::-moz-range-thumb {
  background-color: #294875;
  border-color: #294875;
}

/* line 1210, sass/_partials/_style-sub3.scss */
input[type=range]::-moz-range-progress {
  background: #294875;
  border-radius: 20px;
}

/* line 1215, sass/_partials/_style-sub3.scss */
textarea {
  outline: none;
}

/* line 1219, sass/_partials/_style-sub3.scss */
.tex tAB a {
  color: #294875;
  text-decoration: none;
}

/* line 1224, sass/_partials/_style-sub3.scss */
.textAB a:visited {
  color: #294875;
}

@media screen and (min-width: 320px) {
  /* line 1230, sass/_partials/_style-sub3.scss */
  #secureDonationBtn, #contributionFormBtn {
    background-color: white;
    text-align: center;
    width: 70%;
    min-width: 275px;
  }

  /* line 1237, sass/_partials/_style-sub3.scss */
  #secureDonationBtn {
    margin-left: 0;
  }

  /* line 1241, sass/_partials/_style-sub3.scss */
  #progress-bar, #audio-progress-bar {
    width: 80%;
  }

  /* line 1245, sass/_partials/_style-sub3.scss */
  .ephemeraArtControl, .battingArtControl {
    width: 238px;
  }

  /* line 1249, sass/_partials/_style-sub3.scss */
  .battingArtControl {
    width: 250px;
  }

  /* line 1253, sass/_partials/_style-sub3.scss */
  .battingWrappersFooter {
    padding-bottom: 100px;
  }

  /* line 1257, sass/_partials/_style-sub3.scss */
  video {
    width: 100%;
    height: auto;
  }

  /* line 1262, sass/_partials/_style-sub3.scss */
  #media-controls {
    width: 224px;
    margin: 0 auto;
  }

  /* line 1267, sass/_partials/_style-sub3.scss */
  #progress-bar {
    width: 80%;
  }

  /* line 1271, sass/_partials/_style-sub3.scss */
  #pausePlayScreen {
    height: 126px;
    width: 224px;
    right: 0px;
    top: 2px;
  }

  /* line 1278, sass/_partials/_style-sub3.scss */
  #controls {
    width: 224px;
  }

  /* line 1282, sass/_partials/_style-sub3.scss */
  #audio-progress-bar {
    width: 80%;
  }
}
@media screen and (min-width: 400px) {
  /* line 1290, sass/_partials/_style-sub3.scss */
  .headingTitle {
    font-size: 16px;
    max-width: 80%;
  }

  /* line 1295, sass/_partials/_style-sub3.scss */
  .ephemeraArtControl, .battingArtControl {
    width: 249px;
  }

  /* line 1299, sass/_partials/_style-sub3.scss */
  #imgArticle, #imgBatting {
    max-width: 380px;
    max-height: 420px;
  }
}
@media screen and (min-width: 500px) {
  /* line 1308, sass/_partials/_style-sub3.scss */
  .ephemeraArtControl, .battingArtControl {
    width: 344px;
  }

  /* line 1312, sass/_partials/_style-sub3.scss */
  #imgBatting {
    min-width: 0%;
    min-height: 100%;
  }

  /* line 1317, sass/_partials/_style-sub3.scss */
  #imgArticle, #imgBatting {
    max-width: 480px;
    max-height: 600px;
  }

  /* line 1322, sass/_partials/_style-sub3.scss */
  video {
    width: 100%;
    height: auto;
    max-height: 400px;
  }

  /* line 1328, sass/_partials/_style-sub3.scss */
  #media-controls {
    width: 402px;
    margin: 0 auto;
  }

  /* line 1333, sass/_partials/_style-sub3.scss */
  #controls {
    width: 402px;
  }

  /* line 1337, sass/_partials/_style-sub3.scss */
  #progress-bar {
    width: 90%;
  }

  /* line 1341, sass/_partials/_style-sub3.scss */
  #audio-progress-bar {
    width: 90%;
  }

  /* line 1345, sass/_partials/_style-sub3.scss */
  #pausePlayScreen {
    height: 226px;
    width: 402px;
    right: 0px;
    top: 2px;
  }
}
@media screen and (min-width: 600px) {
  /* line 1356, sass/_partials/_style-sub3.scss */
  #secureDonationBtn, #contributionFormBtn {
    background-color: white;
    text-align: center;
    width: 70%;
  }

  /* line 1362, sass/_partials/_style-sub3.scss */
  #secureDonationBtn {
    margin-left: 0;
  }

  /* line 1366, sass/_partials/_style-sub3.scss */
  .ephemeraArtControl, .battingArtControl {
    width: 396px;
  }

  /* line 1370, sass/_partials/_style-sub3.scss */
  #imgArticle, #imgBatting {
    max-width: 580px;
    max-height: 700px;
  }

  /* line 1375, sass/_partials/_style-sub3.scss */
  .battingArtControl {
    width: 350px;
  }

  /* line 1379, sass/_partials/_style-sub3.scss */
  .padContain {
    height: 0px;
  }
}
@media screen and (min-width: 800px) {
  /* line 1386, sass/_partials/_style-sub3.scss */
  #secureDonationBtn, #contributionFormBtn {
    background-color: white;
    width: 70%;
  }

  /* line 1391, sass/_partials/_style-sub3.scss */
  #secureDonationBtn {
    margin-left: 0;
  }

  /* line 1395, sass/_partials/_style-sub3.scss */
  .singlePageHeading {
    text-align: center;
    position: fixed;
    height: 35px;
    width: 100%;
    border-bottom: 1px solid #D4DAE3;
    background-color: white;
    z-index: 500;
    overflow-x: auto;
    overflow-y: hidden;
  }

  /* line 1407, sass/_partials/_style-sub3.scss */
  #ephParaImages {
    width: 549px;
  }

  /* line 1411, sass/_partials/_style-sub3.scss */
  .ephemeraArtControl, .battingArtControl {
    width: 549px;
  }

  /* line 1415, sass/_partials/_style-sub3.scss */
  #imgArticle, #imgBatting {
    max-width: 700px;
    max-height: 1000px;
  }

  /* line 1420, sass/_partials/_style-sub3.scss */
  .battingArtControl {
    width: 450px;
  }
}
@media screen and (min-width: 840px) {
  /* line 1428, sass/_partials/_style-sub3.scss */
  #donateBannerText {
    padding-left: 15%;
    padding-right: 15%;
  }

  /* line 1433, sass/_partials/_style-sub3.scss */
  .donateContent {
    padding-left: 15%;
    padding-right: 15%;
  }

  /* line 1438, sass/_partials/_style-sub3.scss */
  .singlePageHeading {
    margin-top: 40px;
  }

  /* line 1442, sass/_partials/_style-sub3.scss */
  .singlePageHeading::before {
    display: block;
  }

  /* line 1446, sass/_partials/_style-sub3.scss */
  .backToStories p::before {
    background: url("img/icons/ArrowLeft.svg") no-repeat 0 0;
  }

  /* line 1450, sass/_partials/_style-sub3.scss */
  .viewAssocQuilt p::after {
    background: url("img/icons/ArrowRight.svg") no-repeat 0 0;
  }

  /* line 1454, sass/_partials/_style-sub3.scss */
  .backToStories p::before, .viewAssocQuilt p::after {
    display: inline-block;
    width: 45px;
    height: 35px;
    content: "";
    background-position: 20px 25px;
    background-size: 15%;
    opacity: 0.5;
    cursor: pointer;
  }

  /* line 1465, sass/_partials/_style-sub3.scss */
  .backToStories {
    float: left;
    cursor: pointer;
  }

  /* line 1470, sass/_partials/_style-sub3.scss */
  .viewAssocQuilt {
    float: right;
    cursor: pointer;
  }

  /* line 1475, sass/_partials/_style-sub3.scss */
  .backToStories:hover p, .viewAssocQuilt:hover p {
    color: #1f3662;
  }

  /* line 1479, sass/_partials/_style-sub3.scss */
  .backToStories:hover p:before, .viewAssocQuilt:hover p:after {
    opacity: 1.0;
  }

  /* line 1483, sass/_partials/_style-sub3.scss */
  .backToStories > p, .viewAssocQuilt > p {
    top: -13px;
    font-size: 8pt;
    color: #7f91ac;
    cursor: pointer;
    z-index: 10;
    height: 21px;
    vertical-align: middle;
  }

  /* line 1493, sass/_partials/_style-sub3.scss */
  .fillerHeading {
    width: 150px;
    height: 35px;
    display: inline-block;
    float: right;
    top: -14px;
    position: relative;
  }

  /* line 1502, sass/_partials/_style-sub3.scss */
  .fillerHeading::after {
    display: inline-block;
    width: 45px;
    height: 35px;
    content: "";
    background-position: center;
    background-size: 15%;
  }

  /* line 1511, sass/_partials/_style-sub3.scss */
  .downloadPDF, .citeThisQuilt {
    float: right;
    display: inline-block;
    font-size: 8pt;
    font-family: Montserrat-Regular;
    color: #1f3662;
    top: -14px;
    position: relative;
    cursor: pointer;
  }

  /* line 1522, sass/_partials/_style-sub3.scss */
  .downloadPDF::after, .citeThisQuilt::after {
    display: inline-block;
    width: 24px;
    height: 35px;
    content: "";
    background-position: center;
    background-size: 15%;
  }

  /* line 1531, sass/_partials/_style-sub3.scss */
  .citeThisQuilt {
    top: 14px;
    color: #7f91ac;
    cursor: default;
  }

  /* line 1537, sass/_partials/_style-sub3.scss */
  .citeThisQuilt p {
    padding-right: 20px;
  }

  /* line 1541, sass/_partials/_style-sub3.scss */
  .citeThisQuilt p:hover {
    cursor: pointer;
    color: #1f3662;
  }

  /* line 1546, sass/_partials/_style-sub3.scss */
  .storyName {
    margin: 0 auto;
    display: inline-block;
  }

  /* line 1551, sass/_partials/_style-sub3.scss */
  .g-recaptcha {
    width: 304px;
  }

  /* line 1555, sass/_partials/_style-sub3.scss */
  #contactForm {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 75px;
  }

  /* line 1561, sass/_partials/_style-sub3.scss */
  #rc-imageselect, .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  /* line 1573, sass/_partials/_style-sub3.scss */
  .text {
    padding-left: 15%;
    padding-right: 15%;
  }

  /* line 1578, sass/_partials/_style-sub3.scss */
  .imgBannerText {
    padding-right: 15%;
    padding-left: 15%;
    text-transform: capitalize;
  }

  /* line 1584, sass/_partials/_style-sub3.scss */
  .singleEssayHeader {
    padding-right: 15%;
    padding-left: 15%;
  }

  /* line 1589, sass/_partials/_style-sub3.scss */
  .essayTextSection, .battingTextSection {
    padding-left: 15%;
    padding-right: 15%;
  }

  /* line 1594, sass/_partials/_style-sub3.scss */
  .paraImages, #ephParaImages {
    padding-left: 15%;
    padding-right: 15%;
  }

  /* line 1599, sass/_partials/_style-sub3.scss */
  .singleEssayImgContainer, .docProjectsImgContainer, .ephemeraArtImgContainerContd, .artistImage {
    height: 400px;
  }

  /* line 1603, sass/_partials/_style-sub3.scss */
  .docProjectsImgContainer {
    height: 100%;
  }

  /* line 1607, sass/_partials/_style-sub3.scss */
  .button {
    padding-left: 15%;
    padding-right: 15%;
    text-align: left;
  }

  /* line 1613, sass/_partials/_style-sub3.scss */
  #contributionFormBtn, #secureDonationBtn {
    margin-top: 0px;
    width: 275px;
  }

  /* line 1618, sass/_partials/_style-sub3.scss */
  video {
    width: 100%;
    height: auto;
  }

  /* line 1623, sass/_partials/_style-sub3.scss */
  #media-controls {
    width: 576.13px;
  }

  /* line 1627, sass/_partials/_style-sub3.scss */
  #controls {
    width: 576.13px;
  }

  /* line 1631, sass/_partials/_style-sub3.scss */
  #pausePlayScreen {
    height: 324px;
    width: 576.13px;
    right: 0px;
    top: 3px;
    position: absolute;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  /* line 1643, sass/_partials/_style-sub3.scss */
  .donatePadding {
    height: 120px;
  }

  /* line 1647, sass/_partials/_style-sub3.scss */
  .pageBottomPadding {
    height: 60px;
  }

  /* line 1651, sass/_partials/_style-sub3.scss */
  #secureDonationBtn {
    float: left;
  }

  /* line 1655, sass/_partials/_style-sub3.scss */
  #contributionFormBtn {
    margin-top: 0px;
    float: left;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1665, sass/_partials/_style-sub3.scss */
  #donateBannerText > p, .imgBannerText > p {
    display: inline-block;
  }
}
@media screen and (min-width: 1155px) {
  /* line 1673, sass/_partials/_style-sub3.scss */
  #LetterBtn {
    margin-right: 15px;
  }

  /* line 1677, sass/_partials/_style-sub3.scss */
  #WorkPlnBtn {
    margin-left: 15px;
  }

  /* line 1681, sass/_partials/_style-sub3.scss */
  #LetterBtn, #ApplicationBtn, #WorkPlnBtn {
    width: 250px;
  }

  /* line 1685, sass/_partials/_style-sub3.scss */
  .joinButtons {
    max-width: 1000px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  /* line 1692, sass/_partials/_style-sub3.scss */
  .joinContent {
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1190px) {
  /* line 1702, sass/_partials/_style-sub3.scss */
  #secureDonationBtn, #contributionFormBtn {
    width: 300px;
  }

  /* line 1706, sass/_partials/_style-sub3.scss */
  #secureDonationBtn {
    float: left;
    margin-right: 50px;
    margin-left: 0%;
  }

  /* line 1712, sass/_partials/_style-sub3.scss */
  #contributionFormBtn {
    margin-top: 0px;
    float: left;
    margin-left: 30px;
  }

  /* line 1718, sass/_partials/_style-sub3.scss */
  #media-videos {
    top: -23px;
  }

  /* line 1722, sass/_partials/_style-sub3.scss */
  #progress-bar, #audio-progress-bar {
    width: 95%;
  }
}
@media screen and (min-width: 1400px) {
  /* line 1730, sass/_partials/_style-sub3.scss */
  video {
    width: 100%;
    height: auto;
  }

  /* line 1735, sass/_partials/_style-sub3.scss */
  #media-controls {
    width: 100%;
  }

  /* line 1739, sass/_partials/_style-sub3.scss */
  #controls {
    width: 100%;
  }

  /* line 1743, sass/_partials/_style-sub3.scss */
  #pausePlayScreen {
    height: auto;
    width: 100%;
    top: 3px;
    position: absolute;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1754, sass/_partials/_style-sub3.scss */
  .donateHeader {
    padding-right: 20%;
    padding-left: 20%;
  }

  /* line 1759, sass/_partials/_style-sub3.scss */
  #paraSection {
    height: 585px;
  }

  /* line 1763, sass/_partials/_style-sub3.scss */
  #media-controls {
    width: 1000px;
    left: 50px;
  }

  /* line 1768, sass/_partials/_style-sub3.scss */
  #controls {
    left: 0px;
  }

  /* line 1772, sass/_partials/_style-sub3.scss */
  #media-video {
    height: auto;
    width: 100%;
  }

  /* line 1777, sass/_partials/_style-sub3.scss */
  #progress-bar, #audio-progress-bar {
    width: 95%;
  }
}
/* line 1, sass/_partials/_style-sub4.scss */
#fr-navmenu ul {
  list-style-type: none;
  padding: 0 25px;
  width: calc(100% - 50px);
  display: inline-flex;
  justify-content: space-between;
  border-bottom: 1px solid #d4dae3;
  align-items: center;
  position: fixed;
  z-index: 1;
  background-color: white;
}

/* line 14, sass/_partials/_style-sub4.scss */
#fr-navmenu li {
  padding: 5px 0;
}

/* line 18, sass/_partials/_style-sub4.scss */
.arrowLeft {
  opacity: 0.4;
  transition: opacity .5s ease;
}

/* line 23, sass/_partials/_style-sub4.scss */
.arrowLeft:hover {
  opacity: 1;
}

/* line 27, sass/_partials/_style-sub4.scss */
#fr-navmenu p {
  transition: all .5s ease;
  font-size: 10px;
  font-family: 'Montserrat-Regular';
  color: #7f91ac;
}

/* line 34, sass/_partials/_style-sub4.scss */
#fr-navmenu p:hover {
  color: #294875;
}

/* line 38, sass/_partials/_style-sub4.scss */
#fr-navmenu h1 {
  margin: 0;
  font-size: 1.25em;
  color: #294875;
}

/* line 44, sass/_partials/_style-sub4.scss */
#cite_ul {
  display: none;
}
/* line 47, sass/_partials/_style-sub4.scss */
#cite_ul p {
  font-family: 'Montserrat-Regular';
  color: #7f91ac;
}

/* line 55, sass/_partials/_style-sub4.scss */
figure#mainModal {
  margin: 0 auto;
  max-width: 100%;
  max-height: 1000px;
}

/* line 61, sass/_partials/_style-sub4.scss */
img#mainQuilt {
  display: block;
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  object-fit: contain;
}

/* line 69, sass/_partials/_style-sub4.scss */
#fr-navmenu a {
  color: grey;
  text-decoration: none;
}

/* line 74, sass/_partials/_style-sub4.scss */
div#inline {
  display: inline-flex;
  cursor: pointer;
  padding-top: 3px;
}
/* line 79, sass/_partials/_style-sub4.scss */
div#inline p {
  padding-top: 1px;
}

/* line 84, sass/_partials/_style-sub4.scss */
div.cite {
  cursor: pointer;
}

/* line 88, sass/_partials/_style-sub4.scss */
div#mainModal {
  display: flex;
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

/* line 97, sass/_partials/_style-sub4.scss */
div#imageContainer {
  margin: 80px 50px 0px 0px;
  width: 500px;
  background: rgba(14, 26, 41, 0.1);
  position: sticky;
  top: 154px;
  align-self: flex-start;
}

/* line 106, sass/_partials/_style-sub4.scss */
button#expand {
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 10px;
  background-color: white;
  border: 1px solid #d4dae3;
  transition: all .5s ease;
}

/* line 116, sass/_partials/_style-sub4.scss */
button#expand:hover {
  border: 1px solid #294875;
  background-color: #E9EcF1;
  transition: all .5s ease;
}

/* Parallex Scrolling */
/* line 124, sass/_partials/_style-sub4.scss */
.tint {
  background-color: white;
}

/* line 128, sass/_partials/_style-sub4.scss */
.info_container {
  max-width: 400px;
  padding: 30px 0px;
  text-align: center;
  margin: auto;
}
/* line 134, sass/_partials/_style-sub4.scss */
.info_container .battingWrappersHeader {
  opacity: 1 !important;
}
/* line 138, sass/_partials/_style-sub4.scss */
.info_container p {
  color: #1f3662;
  opacity: .8;
}

/* line 144, sass/_partials/_style-sub4.scss */
.info {
  padding: 20px 30px;
  text-align: start;
}

/* line 149, sass/_partials/_style-sub4.scss */
section.module:last-child {
  margin-bottom: 0;
}

/* line 153, sass/_partials/_style-sub4.scss */
section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* line 160, sass/_partials/_style-sub4.scss */
section.module.parallax h1 {
  margin: 0.1em 0;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 169, sass/_partials/_style-sub4.scss */
section.module.parallax-1 {
  width: 100%;
  background-image: url("img/banner/test.jpg");
}

@media only screen and (max-width: 950px) {
  /* line 177, sass/_partials/_style-sub4.scss */
  div#imageContainer {
    margin: 80px 0px 0px 0px;
    width: 500px;
    background: rgba(14, 26, 41, 0.1);
    position: relative;
    top: 0px;
    align-self: flex-start;
  }

  /* line 186, sass/_partials/_style-sub4.scss */
  .info_container {
    max-width: 600px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 193, sass/_partials/_style-sub4.scss */
  div#imageContainer {
    margin: 20px 0px 0px 0px;
  }

  /* line 196, sass/_partials/_style-sub4.scss */
  #cite_ul {
    display: block;
    text-align: center;
    padding-top: 56px;
    width: 100%;
    border-bottom: none;
  }
  /* line 203, sass/_partials/_style-sub4.scss */
  #cite_ul p {
    font-size: 15px;
  }

  /* line 210, sass/_partials/_style-sub4.scss */
  #fr-navmenu li:first-child {
    display: none;
  }
  /* line 214, sass/_partials/_style-sub4.scss */
  #fr-navmenu li:last-child {
    display: none;
  }
  /* line 218, sass/_partials/_style-sub4.scss */
  #fr-navmenu p {
    font-size: 15px;
  }
  /* line 222, sass/_partials/_style-sub4.scss */
  #fr-navmenu ul {
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    border-bottom: none;
  }
  /* line 230, sass/_partials/_style-sub4.scss */
  #fr-navmenu li {
    width: 100%;
    border-bottom: 1px solid #d4dae3;
  }

  /* line 236, sass/_partials/_style-sub4.scss */
  img#mainQuilt {
    max-width: 80%;
  }

  /* line 245, sass/_partials/_style-sub4.scss */
  div#imageContainer {
    margin-top: 0;
  }

  /* line 250, sass/_partials/_style-sub4.scss */
  button#expand {
    display: none;
  }
}
/* line 261, sass/_partials/_style-sub4.scss */
input[type="text"]:hover, input[type="text"]:active,
.eq_width.input:hover, .eq_width.input:active,
.searchObjects:active, .searchObjects:hover {
  outline: none;
  border: 1px solid #294875;
  outline: 0 !important;
}

/* line 269, sass/_partials/_style-sub4.scss */
input[type="text"]:focus, .eq_width.input:focus, .searchObjects:focus {
  border: 1px solid #294875;
  outline: 0 !important;
}

/* line 274, sass/_partials/_style-sub4.scss */
search-field.searchObjects {
  border: none;
}

/* line 278, sass/_partials/_style-sub4.scss */
input {
  border-radius: 0px;
  -webkit-appearance: none;
}

/* line 284, sass/_partials/_style-sub4.scss */
.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  text-align: left;
  user-select: none;
  vertical-align: middle;
  margin: 4px;
}
/* line 293, sass/_partials/_style-sub4.scss */
.chosen-container * {
  box-sizing: border-box;
}
/* line 297, sass/_partials/_style-sub4.scss */
.chosen-container .chosen-drop {
  background: white;
  border: 2px solid #D4DAE3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1010;
}
/* line 310, sass/_partials/_style-sub4.scss */
.chosen-container.chosen-with-drop .chosen-choices, .chosen-container.chosen-with-drop .chosen-single {
  border-bottom: 2px solid #D4DAE3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 317, sass/_partials/_style-sub4.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
/* line 321, sass/_partials/_style-sub4.scss */
.chosen-container a {
  cursor: pointer;
}
/* line 326, sass/_partials/_style-sub4.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  color: #999999;
  font-weight: normal;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 334, sass/_partials/_style-sub4.scss */
.chosen-container .search-choice .group-name::after, .chosen-container .chosen-single .group-name::after {
  content: ':';
  padding-left: 2px;
  vertical-align: top;
}

/* line 343, sass/_partials/_style-sub4.scss */
.chosen-container .chosen-results {
  color: #294875;
  margin: 0 4px 4px 0;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 0 4px;
  position: relative;
}
/* line 353, sass/_partials/_style-sub4.scss */
.chosen-container .chosen-results li {
  display: none;
  line-height: 15px;
  list-style: none;
  margin: 0;
  padding: 8px 20px;
  -webkit-touch-callout: none;
  word-wrap: break-word;
}
/* line 362, sass/_partials/_style-sub4.scss */
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
  font-size: 13px;
}
/* line 368, sass/_partials/_style-sub4.scss */
.chosen-container .chosen-results li.disabled-result {
  color: #ccc;
  cursor: default;
  display: list-item;
}
/* line 374, sass/_partials/_style-sub4.scss */
.chosen-container .chosen-results li.highlighted {
  color: #294875;
}
/* line 378, sass/_partials/_style-sub4.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
}
/* line 383, sass/_partials/_style-sub4.scss */
.chosen-container .chosen-results li.group-result {
  cursor: default;
  display: list-item;
}
/* line 389, sass/_partials/_style-sub4.scss */
.chosen-container .chosen-results li.group-option + .group-result {
  margin-top: 20px;
}
/* line 394, sass/_partials/_style-sub4.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* line 402, sass/_partials/_style-sub4.scss */
.chosen-container-multi .chosen-choices {
  background-color: white;
  border: 1px solid #D4DAE3;
  border-radius: 5px;
  cursor: text;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0 10px 10px;
  position: relative;
  background: url(img/icons/ArrowDown.svg) no-repeat right;
  background-size: 14px;
  /* background-position-x: 95%; */
  background-position: 95% 50%;
  background-origin: padding-box;
}
/* line 443, sass/_partials/_style-sub4.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
/* line 447, sass/_partials/_style-sub4.scss */
.chosen-container-multi .chosen-choices li.search-field {
  height: 30px;
  margin: 0;
  max-width: calc(100% - 40px);
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}
/* line 456, sass/_partials/_style-sub4.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  color: #294875;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  margin: 1px 0;
  outline: 0;
  padding: 5px 10px;
  /*width: unset!important;*/
}
/* line 472, sass/_partials/_style-sub4.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  background-color: white;
  border: 1px solid #294875;
  border-radius: 3px;
  color: #294875;
  cursor: default;
  line-height: 14px;
  margin: 10px 10px 0 0;
  max-width: 100%;
  padding: 6px 10px;
  position: relative;
}
/* line 484, sass/_partials/_style-sub4.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
/* line 516, sass/_partials/_style-sub4.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  border: 1px solid #ccc;
  color: #666;
  padding-right: 5px;
}
/* line 524, sass/_partials/_style-sub4.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
/* line 527, sass/_partials/_style-sub4.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* line 533, sass/_partials/_style-sub4.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 8px 0;
}
/* line 538, sass/_partials/_style-sub4.scss */
.chosen-container-multi .chosen-drop .result-selected {
  cursor: default;
  display: none;
}

/* line 544, sass/_partials/_style-sub4.scss */
.submitForm {
  padding: 70px 50px 50px 50px;
  color: #7f91ac;
}
/* line 548, sass/_partials/_style-sub4.scss */
.submitForm input {
  margin-bottom: 20px;
  margin-top: 5px;
}
/* line 553, sass/_partials/_style-sub4.scss */
.submitForm input[type="radio"] {
  -webkit-appearance: radio;
  margin-left: 10px;
  margin-right: 3px;
}
/* line 558, sass/_partials/_style-sub4.scss */
.submitForm input[type="checkbox"] {
  -webkit-appearance: checkbox;
  margin-left: 10px;
}
/* line 562, sass/_partials/_style-sub4.scss */
.submitForm select {
  -webkit-appearance: menulist;
  margin: 5px 0 20px 0;
  padding: 2px;
  font-size: 12px;
}
/* line 568, sass/_partials/_style-sub4.scss */
.submitForm input[type="text"] {
  padding: 0;
  margin-left: 10px;
  height: auto;
  font-size: 12px;
}
/* line 574, sass/_partials/_style-sub4.scss */
.submitForm textarea {
  border: 1px solid #D4DAE3;
  color: #284875;
  font-size: 12px;
  height: 200px;
  width: 500px;
}
/* line 581, sass/_partials/_style-sub4.scss */
.submitForm input[type="date"] {
  margin-left: 5px;
  margin-right: 5px;
}
/* line 585, sass/_partials/_style-sub4.scss */
.submitForm input[type="submit"] {
  margin-top: 20px;
  color: #294875;
}
/* line 589, sass/_partials/_style-sub4.scss */
.submitForm input[type="file"] {
  border: 1px solid #D4DAE3;
}
/* line 592, sass/_partials/_style-sub4.scss */
.submitForm p, .submitForm .categoryLabel {
  font-weight: bold;
  color: #294875;
}
/* line 596, sass/_partials/_style-sub4.scss */
.submitForm h1 {
  color: #294875;
}
/* line 599, sass/_partials/_style-sub4.scss */
.submitForm h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #294875;
}
/* line 605, sass/_partials/_style-sub4.scss */
.submitForm td > p {
  margin-left: 10px;
}
/* line 608, sass/_partials/_style-sub4.scss */
.submitForm #photocredit, .submitForm #dateTaken {
  margin-top: 20px;
}

/* line 615, sass/_partials/_style-sub4.scss */
.searchObjects {
  border: 1px solid #294875;
}

/* line 619, sass/_partials/_style-sub4.scss */
select:hover, select:active, select:focus {
  outline: 0 !important;
}

/* line 623, sass/_partials/_style-sub4.scss */
option:hover, option:active, option:focus {
  outline: 0 !important;
}

/* line 627, sass/_partials/_style-sub4.scss */
.search_button:focus {
  outline: 0 !important;
}

/* line 631, sass/_partials/_style-sub4.scss */
.center-search {
  width: 60%;
  /* margin: 200px auto 200px auto; */
  margin: 15% auto 15% auto;
}

/* line 638, sass/_partials/_style-sub4.scss */
h2.search-head {
  margin: 20px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #284875;
  margin-top: 80px;
  padding-left: 4px;
}

/* line 647, sass/_partials/_style-sub4.scss */
h2.search-head-location {
  margin: 20px 0;
  font-size: 36px;
  color: #284875;
  padding-left: 4px;
}

/* line 654, sass/_partials/_style-sub4.scss */
ul.list-box li {
  display: inline-flex;
  line-height: 17px;
  margin: 2px;
}
/* line 658, sass/_partials/_style-sub4.scss */
ul.list-box li a {
  font-size: 10px;
  padding: 10px;
  border: 1px solid #D4DAE3;
  margin: 4px 0;
  color: #284875;
  text-decoration: none;
  cursor: pointer;
}

/* line 670, sass/_partials/_style-sub4.scss */
input[type="text"] {
  line-height: 2em;
  font-size: 10px;
  padding: 10px;
  border: 1px solid #D4DAE3;
  color: #284875;
  height: 45px;
}

/* line 679, sass/_partials/_style-sub4.scss */
.eq_width input[type="text"] {
  width: 30px;
  margin: 4px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 12px;
  margin-top: -1px;
  height: 24px;
}

/* line 689, sass/_partials/_style-sub4.scss */
.flex-width {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}

/* line 696, sass/_partials/_style-sub4.scss */
.eq_width {
  width: 184px;
  width: 23.94%;
  min-width: 200px;
  margin: 4px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 45px;
}

/* line 707, sass/_partials/_style-sub4.scss */
.flex-width-50 {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
/* line 713, sass/_partials/_style-sub4.scss */
.flex-width-50 .eq_width_50 {
  /* width: 354px; */
  margin: 4px;
  min-width: 320px;
  height: 23px;
}

/* line 722, sass/_partials/_style-sub4.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
  line-height: 2em;
  font-size: 10px;
  padding: 10px;
  border: 1px solid #D4DAE3;
  color: #284875;
  background: url(img/icons/ArrowDown.svg) no-repeat right;
  background-size: 14px;
  /* background-position-x: 95%; */
  background-position: 95% 50%;
  background-origin: padding-box;
}

/* line 738, sass/_partials/_style-sub4.scss */
div.eq_width {
  display: inline-flex;
}

/* line 742, sass/_partials/_style-sub4.scss */
.eq_width p {
  color: #284875;
  font-size: 12px;
  align-self: center;
}

/* line 749, sass/_partials/_style-sub4.scss */
.search-subhead {
  color: #284875;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 14px;
  padding-top: 14px;
  padding-left: 4px;
}

/* line 759, sass/_partials/_style-sub4.scss */
.search-field {
  height: 58px;
  width: 100%;
  display: flex;
}
/* line 765, sass/_partials/_style-sub4.scss */
.search-field .searchObjects {
  width: 80%;
  font-size: 14px;
  padding: 15px;
}

/* line 772, sass/_partials/_style-sub4.scss */
.search_button {
  width: 20%;
  margin-top: 0;
  background-color: #284875;
  border: none;
  color: white;
  font-size: 12px;
  width: 190px;
  transition: all .5s ease;
}

/* line 783, sass/_partials/_style-sub4.scss */
.search_button:hover {
  transition: all .5s ease;
  background-color: #7F91AC;
}

/* line 788, sass/_partials/_style-sub4.scss */
.bottom {
  float: right;
  clear: both;
  padding: 20px;
}

/* line 795, sass/_partials/_style-sub4.scss */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #284875;
  text-transform: uppercase;
  text-overflow: ellipsis;
  padding-left: 5px;
}

/* line 801, sass/_partials/_style-sub4.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #284875;
  opacity: 1;
  text-transform: uppercase;
  text-overflow: ellipsis;
  padding-left: 5px;
}

/* line 808, sass/_partials/_style-sub4.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #284875;
  opacity: 1;
  text-transform: uppercase;
  text-overflow: ellipsis;
  padding-left: 5px;
}

/* line 815, sass/_partials/_style-sub4.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #284875;
  text-transform: uppercase;
  text-overflow: ellipsis;
  padding-left: 5px;
}

@media only screen and (max-width: 840px) {
  /* line 824, sass/_partials/_style-sub4.scss */
  .center-search {
    padding: 40px;
    /* 		padding-left: 40px;
    		padding-right: 40px; */
    margin: auto;
    width: auto;
    padding-bottom: 90px;
  }

  /* line 833, sass/_partials/_style-sub4.scss */
  .flex-width .eq_width {
    width: 100%;
  }

  /* line 838, sass/_partials/_style-sub4.scss */
  .flex-width-50 {
    display: block;
  }
  /* line 840, sass/_partials/_style-sub4.scss */
  .flex-width-50 .eq_width_50 {
    width: 100%;
    margin: 4px 0;
    height: 45px;
    min-width: 0px;
    box-sizing: border-box;
  }

  /* line 849, sass/_partials/_style-sub4.scss */
  .bottom {
    width: 100%;
  }

  /* line 854, sass/_partials/_style-sub4.scss */
  .search-field {
    height: 116px;
    display: inline-flex;
    flex-wrap: wrap;
  }
  /* line 860, sass/_partials/_style-sub4.scss */
  .search-field .searchObjects {
    width: 100%;
    font-size: 12px;
    text-overflow: ellipsis;
  }
  /* line 866, sass/_partials/_style-sub4.scss */
  .search-field .search_button {
    width: 100%;
  }
}
/* line 873, sass/_partials/_style-sub4.scss */
.assocStory {
  margin-bottom: 70px;
}

/* line 878, sass/_partials/_style-sub4.scss */
.noDec a {
  text-decoration: none;
  color: black;
}

/* line 884, sass/_partials/_style-sub4.scss */
.exhibit-image-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* line 889, sass/_partials/_style-sub4.scss */
.storyImage {
  object-fit: cover;
  border: 1px solid black;
}

/* line 895, sass/_partials/_style-sub4.scss */
.storyImg {
  display: block;
  position: relative;
}

/* line 900, sass/_partials/_style-sub4.scss */
.imgCap {
  position: relative;
  width: 300px;
  margin-right: 20px;
  margin-top: 2em;
}

/* line 907, sass/_partials/_style-sub4.scss */
.imgCaption {
  font-size: 12px;
  line-height: 100%;
  width: 100%;
}

/* line 914, sass/_partials/_style-sub4.scss */
#targetImg {
  height: auto;
  min-width: 200px;
}

/* line 919, sass/_partials/_style-sub4.scss */
.origObject div p {
  padding-bottom: 0px;
  padding-top: 5px;
}

/* line 924, sass/_partials/_style-sub4.scss */
.battingWrappersCaption {
  color: white;
  position: absolute;
  bottom: 0;
  left: 75px;
}

/* line 931, sass/_partials/_style-sub4.scss */
.center {
  text-align: center;
}

/* line 935, sass/_partials/_style-sub4.scss */
.imgWrapper {
  display: table;
}

/* line 939, sass/_partials/_style-sub4.scss */
.detailImgs {
  display: inline-grid;
  margin: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
  height: 196px;
  width: 196px;
}
/* line 948, sass/_partials/_style-sub4.scss */
.detailImgs .expandBtn {
  bottom: 0px;
}

@media only screen and (max-width: 700px) {
  /* line 954, sass/_partials/_style-sub4.scss */
  .imgCap {
    width: 100%;
    text-align: center;
  }

  /* line 959, sass/_partials/_style-sub4.scss */
  .imgCaption {
    margin: 0 auto;
  }
}
/* line 964, sass/_partials/_style-sub4.scss */
.inline {
  display: inline-block;
  margin: 0 15px;
}

/* line 969, sass/_partials/_style-sub4.scss */
.controlSubmit {
  margin: 60px 0px;
}

/* line 973, sass/_partials/_style-sub4.scss */
.asterisk {
  text-align: left;
  opacity: 0.3;
  padding-top: 15px;
  margin-bottom: -15px;
  margin-left: 30px;
}

/* line 981, sass/_partials/_style-sub4.scss */
.emptyRequired {
  color: red;
}

/* line 1, sass/_partials/_style-sub5.scss */
#headerbuttons {
  border: none;
  background: none;
  padding: 0 0 0 0;
}

/* line 9, sass/_partials/_style-sub5.scss */
.submitBody {
  width: 80%;
  margin: 15% auto 15% auto;
}
/* line 13, sass/_partials/_style-sub5.scss */
.submitBody a {
  color: #1f3662;
  text-underline: #1f3662;
}
/* line 18, sass/_partials/_style-sub5.scss */
.submitBody .hidden {
  display: none;
}
/* line 22, sass/_partials/_style-sub5.scss */
.submitBody input, .submitBody textarea {
  line-height: 2em;
  font-size: 15px;
  padding: 0px;
  padding-left: 10px;
  border: 1px solid #D4DAE3;
  color: #284875;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* line 35, sass/_partials/_style-sub5.scss */
.submitBody input.half-input-L, .submitBody textarea.half-input-L {
  width: calc(50% - 10px);
  margin-right: 10px;
}
/* line 40, sass/_partials/_style-sub5.scss */
.submitBody input.half-input-R, .submitBody textarea.half-input-R {
  width: calc(50% - 10px);
  margin-left: 5px;
}
/* line 46, sass/_partials/_style-sub5.scss */
.submitBody input[type="checkbox"] {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
/* line 52, sass/_partials/_style-sub5.scss */
.submitBody input[type=checkbox]:checked {
  background: #284875;
}
/* line 56, sass/_partials/_style-sub5.scss */
.submitBody input[type=file] {
  padding-top: 8px;
}
/* line 60, sass/_partials/_style-sub5.scss */
.submitBody textarea {
  height: 100px;
}
/* line 64, sass/_partials/_style-sub5.scss */
.submitBody select {
  width: 100%;
  font-size: 15px;
  padding: 5px;
  padding-left: 10px;
  text-transform: none;
  border-radius: 5px;
}
/* line 73, sass/_partials/_style-sub5.scss */
.submitBody .chosen-container {
  margin: 0;
}

/* line 78, sass/_partials/_style-sub5.scss */
h2.submitHead {
  margin: 20px 0;
  font-size: 36px;
  text-transform: uppercase;
  color: #284875;
  margin-top: 80px;
}

/* line 86, sass/_partials/_style-sub5.scss */
.submitTitleHeader {
  text-align: left;
  margin: 20px 0;
  font-size: 36px;
  text-transform: uppercase;
  color: #284875;
}

/* line 94, sass/_partials/_style-sub5.scss */
.submitTitleHeader::before {
  display: block;
  content: " ";
  margin-top: -125px;
  height: 125px;
  visibility: hidden;
  pointer-events: none;
}

/* line 103, sass/_partials/_style-sub5.scss */
.submitTitle {
  text-align: left;
  margin: 20px 0;
  font-size: 24px;
  text-transform: uppercase;
  color: #284875;
}

/* line 111, sass/_partials/_style-sub5.scss */
.submitTitle::before {
  display: block;
  content: " ";
  margin-top: -125px;
  height: 125px;
  visibility: hidden;
  pointer-events: none;
}

/* line 120, sass/_partials/_style-sub5.scss */
.submitHeader {
  font-size: 16px;
  font-family: Montserrat-Regular;
  color: #1f3662;
  text-align: left;
  line-height: 160%;
  padding-top: 8px;
}

/* line 129, sass/_partials/_style-sub5.scss */
.submitText {
  font-size: 15px;
  line-height: 2;
  width: 100%;
  color: #7f91ac;
  text-align: left;
}

/* line 137, sass/_partials/_style-sub5.scss */
.submitTextBold {
  padding-top: 3px;
  font-size: 15px;
  line-height: 2;
  width: 100%;
  max-width: 1000px;
  color: #1f3662;
  text-align: left;
}

/* line 147, sass/_partials/_style-sub5.scss */
.submitHint {
  height: 15px;
  width: 15px;
}

/* Tooltip container */
/* line 153, sass/_partials/_style-sub5.scss */
.submitTooltip {
  position: relative;
  display: inline-block;
  float: left;
  text-align: left;
}

/* Tooltip text */
/* line 161, sass/_partials/_style-sub5.scss */
.submitTooltip .tooltipText {
  visibility: hidden;
  background-color: #1f3662;
  color: #fff;
  padding: 5px;
  border-radius: 6px;
  width: 50vw;
  bottom: 50%;
  font-size: 12px;
  line-height: 2;
  text-transform: none;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
/* line 177, sass/_partials/_style-sub5.scss */
.submitTooltip .tooltipText a {
  color: #fff;
}

/* Show the tooltip text when you mouse over the tooltip container */
/* line 183, sass/_partials/_style-sub5.scss */
.submitTooltip:hover .tooltipText {
  visibility: visible;
}

/* line 188, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-caption-enter {
  border: 0;
  color: #7f91ac;
  font-size: 13px;
  height: 26px;
  line-height: 1;
  margin-left: 20px;
  outline: none;
  overflow: hidden;
  padding: 0;
  resize: none;
  width: calc(100% - 44px);
}
/* line 201, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-caption-enter::placeholder {
  color: #7f91ac;
  font-style: italic;
}
/* line 207, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-card {
  border: 1px solid #7f91ac;
  height: auto;
  margin: 0 auto 15px;
  z-index: 1;
}
/* line 213, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-card .card-toggle-wrap {
  overflow: visible;
  padding-right: 20px;
  text-align: right;
}
/* line 220, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-card .file-delete .icon-trash {
  color: red;
  display: inline-block;
  font-size: 12px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 228, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-card .file-delete:hover .icon-trash {
  transform: scale(1.25);
}
/* line 234, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-card .header {
  margin: 14px 0 0;
}
/* line 238, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-card .move-actions {
  position: relative;
  bottom: 4px;
}
/* line 243, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-card .title {
  color: #7f91ac;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 252, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-card .tooltip:hover::after {
  left: -45px;
}
/* line 257, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-label {
  background: #fff;
  border: 1px dashed #7f91ac;
  border-radius: 5px;
  box-shadow: 0 3px 5px 0 #7f91ac;
  cursor: pointer;
  display: block;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding: 20px;
}
/* line 267, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-label .directions {
  color: #7f91ac;
  display: none;
  font-style: normal;
  margin: 40px 0 20px;
  text-align: center;
}
/* line 274, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-label .directions p {
  margin: 20px 0;
}
/* line 278, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-label .directions .text-green {
  color: #1f3662;
}
/* line 282, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-label .directions.active {
  display: block;
}
/* line 287, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-label .progress-bar-div {
  background: #7f91ac;
  border-radius: 5px;
  box-shadow: 0 3px 5px 0;
}
/* line 292, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-label .progress-bar-div .file-upload-progress {
  background: #1f3662;
  border-radius: 5px;
  height: 0;
  width: 0;
}
/* line 300, sass/_partials/_style-sub5.scss */
.file-input-form-group .file-label:hover {
  border: 1px dashed #1f3662;
  box-shadow: 0 7px 10px 0 #7f91ac;
}

/*
Theme Name: Quilt Index
Description: Custom WordPress Theme for Quilt Index
Author: Matrix: Center for Digital Humanities & Social Sciences
Version: 1.0
*/
/* --------------------------------------*/
/* ---------->>> IMPORTS <<<------------*/
/* ------------------------------------*/
/* line 11, sass/_partials/_basestyle.scss */
html {
  min-height: calc(100% - 300px);
  position: relative;
}

/* line 15, sass/_partials/_basestyle.scss */
body, html {
  margin: 0;
  padding: 0;
  font-family: "Montserrat-Regular", 'sans-serif';
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-device-width: 480px) {
  /* line 25, sass/_partials/_basestyle.scss */
  body {
    -webkit-text-size-adjust: none;
  }
}
/* -----------------------------------------------*/
/* ---------->>> LAYOUT <<<-----------*/
/* ---------------------------------------------*/
/* line 34, sass/_partials/_basestyle.scss */
#main {
  /* holds container*/
  margin-top: 75px;
}

/* line 37, sass/_partials/_basestyle.scss */
.container {
  /* for zero layer menu's content*/
  position: relative;
  text-align: center;
  margin: auto;
}

/* line 43, sass/_partials/_basestyle.scss */
.container1 {
  /* for one layer menu's content*/
  padding-top: 41px;
  text-align: center;
  margin: auto;
}

/* line 49, sass/_partials/_basestyle.scss */
.container2 {
  /* for two layer menu's content*/
  padding-top: 100px;
  text-align: center;
  margin: auto;
}

/* line 55, sass/_partials/_basestyle.scss */
#toTop {
  /* used to scroll back to the top  MUST BE IN DIV SET TO RELATIVE*/
  position: absolute;
  padding-top: 10px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 60px;
  top: -40px;
  background-color: white;
  border: solid 1px #D4DAE3;
  text-align: center;
  display: inline;
  cursor: pointer;
  z-index: 300;
  transition: all .5s ease;
}

/* line 73, sass/_partials/_basestyle.scss */
#toTop:hover {
  border: 1px solid #294875;
  background: #E9EcF1;
  transition: all .5s ease;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("fonts/Montserrat-Regular-webfont.eot");
  src: url("fonts/Montserrat-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular-webfont.woff") format("woff"), url("fonts/Montserrat-Regular-webfont.ttf") format("truetype"), url("fonts/Montserrat-Regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("fonts/Montserrat-Bold.eot");
  src: url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
}
/* -----------------------------------------------*/
/* ---------->>> HEADER/NAVIGATION <<<-----------*/
/* ---------------------------------------------*/
/* line 104, sass/_partials/_basestyle.scss */
#header {
  background: #FFF;
  border-bottom: 1px solid  #D4DAE3;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  z-index: 999;
  height: 75px;
  position: fixed;
  top: 0;
  white-space: nowrap;
  transition: all ease .5s;
}
/* line 121, sass/_partials/_basestyle.scss */
#header #quilt-count {
  background-color: #294875;
  color: #FFF;
  font-size: 12px;
  left: 100px;
  padding: 10px;
  position: absolute;
  margin-top: 23px;
  text-transform: uppercase;
}

/* line 132, sass/_partials/_basestyle.scss */
#header > a > img {
  position: absolute;
  width: 60px;
  cursor: pointer;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 142, sass/_partials/_basestyle.scss */
#mainNav {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  bottom: 0;
  margin: auto;
}

/* line 153, sass/_partials/_basestyle.scss */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     not supported by any browser */
}

/* line 163, sass/_partials/_basestyle.scss */
#mainNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 60px;
  display: inline-block;
}

/* line 174, sass/_partials/_basestyle.scss */
#mainNav ul li {
  font-size: 12px;
  display: inline-block;
  font-family: 'Montserrat-Regular', 'sans-serif';
  text-transform: uppercase;
  padding: 26px 15px 26px 10px;
  border-bottom: 1px solid #fff;
  margin-right: -5px;
}

/* line 184, sass/_partials/_basestyle.scss */
#mainNav ul li:last-child {
  padding-right: 46px;
}

/* line 188, sass/_partials/_basestyle.scss */
#mainNav ul li a {
  color: #7f91ac;
  transition: all ease .3s;
  text-decoration: none;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* line 197, sass/_partials/_basestyle.scss */
#mainNav ul li:hover {
  border-bottom: 2px solid #294875;
}

/* line 201, sass/_partials/_basestyle.scss */
#mainNav ul li.dropdownHeader:hover {
  border-bottom: none;
}

/* line 205, sass/_partials/_basestyle.scss */
#mainNav ul li:hover a {
  color: #294875;
}

/* line 210, sass/_partials/_basestyle.scss */
.imgHeart {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  opacity: .6;
  height: 10px;
  margin: auto;
}

/* line 219, sass/_partials/_basestyle.scss */
.heart {
  position: relative;
  width: 100px;
  height: 90px;
  z-index: 8;
}

/* line 225, sass/_partials/_basestyle.scss */
#sortby {
  cursor: pointer;
}

/* line 228, sass/_partials/_basestyle.scss */
#sortbyArrow, #filterbyArrow {
  padding-left: 10px;
  opacity: .6;
  width: 10px;
  vertical-align: middle;
}

/* line 235, sass/_partials/_basestyle.scss */
.heart:before,
.heart:after {
  position: absolute;
  content: "";
  content: "";
  left: 12px;
  top: 3px;
  width: 7px;
  height: 13px;
  background: #18233E;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* line 258, sass/_partials/_basestyle.scss */
.heart:after {
  left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 272, sass/_partials/_basestyle.scss */
#mainNav ul li:hover a .heart:before,
#mainNav ul li:hover a .heart:after {
  background: #417cba;
}

/* -----------------------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* ---------------------------------------------*/
/* line 282, sass/_partials/_basestyle.scss */
#footer {
  width: 100%;
  height: 300px;
  background: #0e1a29;
  position: absolute;
  bottom: -300px;
}

/* line 289, sass/_partials/_basestyle.scss */
#hamburger {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

/* line 300, sass/_partials/_basestyle.scss */
.footerBtn {
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 70px;
  top: -35px;
  background-color: white;
  border: solid 1px #D4DAE3;
  text-align: center;
  display: inline;
  cursor: pointer;
  transition: all .5s ease;
  z-index: 20;
}

/* line 317, sass/_partials/_basestyle.scss */
.loadingSVG {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -50px;
  width: 80px;
  display: none;
}

/* line 328, sass/_partials/_basestyle.scss */
.loadingSVGPage {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  top: 315px;
  width: 260px;
  z-index: 1000;
  display: none;
}

/* line 339, sass/_partials/_basestyle.scss */
#footerImgs {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100px;
  display: inline-flex;
}
/* line 349, sass/_partials/_basestyle.scss */
#footerImgs #divRight {
  margin: auto;
  margin-left: 0px;
  height: 100px;
  display: inline-flex;
}
/* line 355, sass/_partials/_basestyle.scss */
#footerImgs #divLeft {
  margin: auto;
  margin-right: 0px;
  height: 100px;
  display: inline-flex;
}
/* line 362, sass/_partials/_basestyle.scss */
#footerImgs div img {
  position: relative;
  margin: auto;
  display: inline-flex;
  padding-left: 55px;
  padding-right: 55px;
}

/* line 372, sass/_partials/_basestyle.scss */
#fImg1 {
  width: 250px;
}

/* line 375, sass/_partials/_basestyle.scss */
#fImg2 {
  width: 250px;
}

/* line 378, sass/_partials/_basestyle.scss */
#fImg3 {
  width: 170px;
  margin-top: 20px !important;
}

/* line 382, sass/_partials/_basestyle.scss */
#fImg4 {
  width: 160px;
}

/* line 386, sass/_partials/_basestyle.scss */
.footerBtn > p {
  text-transform: uppercase;
  line-height: 70px;
  font-size: 17px;
  font-family: "Montserrat-Regular", 'sans-serif';
  color: #294875;
}

/* line 393, sass/_partials/_basestyle.scss */
.footerBtn:hover {
  border: 1px solid #294875;
  background: #E9EcF1;
  transition: all .5s ease;
}

/* line 399, sass/_partials/_basestyle.scss */
.footerButtons .footerBtn {
  right: -350px;
}
/* line 402, sass/_partials/_basestyle.scss */
.footerButtons #toTop {
  left: -350px;
  top: -35px;
  width: 300px;
}

/* line 408, sass/_partials/_basestyle.scss */
#mainNav .mainNavLayered {
  position: absolute;
  right: 0px;
  top: 68px;
}
/* line 414, sass/_partials/_basestyle.scss */
#mainNav .mainNavLayered #titleMenu {
  display: none;
}
/* line 418, sass/_partials/_basestyle.scss */
#mainNav .mainNavLayered ul {
  height: 40px;
  border-left: 1px solid #D4DAE3;
  border-bottom: 1px solid #D4DAE3;
  padding-right: 15px !important;
  padding-left: 25px;
  background-color: white;
  padding-right: 10px;
  background-color: white;
}
/* line 429, sass/_partials/_basestyle.scss */
#mainNav .mainNavLayered ul li {
  font-size: 10px !important;
  padding: 16px 15px 12px 10px;
}

/* line 437, sass/_partials/_basestyle.scss */
#mainNav .mainNavLayered2 {
  position: absolute;
  right: 0px;
  top: 108px;
  z-index: -1;
}
/* line 443, sass/_partials/_basestyle.scss */
#mainNav .mainNavLayered2 #titleMenu {
  display: none;
}
/* line 446, sass/_partials/_basestyle.scss */
#mainNav .mainNavLayered2 div {
  background: white;
}
/* line 450, sass/_partials/_basestyle.scss */
#mainNav .mainNavLayered2 ul {
  height: 35px;
  border-left: 1px solid #D4DAE3;
  border-bottom: 1px solid #D4DAE3;
  padding-right: 15px !important;
  padding-left: 25px;
  background-color: white;
  padding-right: 10px;
  background-color: white;
}
/* line 461, sass/_partials/_basestyle.scss */
#mainNav .mainNavLayered2 ul li {
  font-size: 10px !important;
  padding: 14px 15px 9px 10px;
}

/* line 470, sass/_partials/_basestyle.scss */
.tempMainNavLayered {
  position: absolute;
  top: 60px;
  left: -900px;
  width: 215%;
  text-align: right;
  border-bottom: 1px solid #D4DAE3;
}

/* line 478, sass/_partials/_basestyle.scss */
.tempMainNavLayered ul {
  height: 40px;
  padding-right: 15px !important;
  padding-left: 25px;
  background-color: white;
  padding-right: 10px;
  background-color: white;
}

/* line 488, sass/_partials/_basestyle.scss */
.dropDown, .dropDownQuilts, .dropDownFilter {
  background-color: white;
  border-top: 1px solid #D4DAE3;
  border-bottom: 1px solid #D4DAE3;
  border-left: 1px solid #D4DAE3;
  text-align: center;
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -1px;
  color: #7f91ac;
  font-size: 12px;
  line-height: 2.5;
  font-family: Montserrat-Regular;
  display: none;
}
/* line 504, sass/_partials/_basestyle.scss */
.dropDown p, .dropDownQuilts p, .dropDownFilter p {
  cursor: pointer;
  color: #7f91ac;
}
/* line 508, sass/_partials/_basestyle.scss */
.dropDown p:hover, .dropDownQuilts p:hover, .dropDownFilter p:hover {
  color: #294875;
}
/* line 512, sass/_partials/_basestyle.scss */
.dropDown a, .dropDownQuilts a, .dropDownFilter a {
  border: none;
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  /* line 520, sass/_partials/_basestyle.scss */
  html {
    min-height: calc(100% - 400px);
  }

  /* line 523, sass/_partials/_basestyle.scss */
  #footer {
    height: 400px;
    bottom: -400px;
  }

  /* line 527, sass/_partials/_basestyle.scss */
  #footerImgs {
    height: 400px;
  }
  /* line 530, sass/_partials/_basestyle.scss */
  #footerImgs #divRight {
    margin-left: 0px;
    height: 215px;
    display: block;
  }
  /* line 535, sass/_partials/_basestyle.scss */
  #footerImgs #divLeft {
    margin-right: 0px;
    height: 215px;
    display: block;
  }
  /* line 541, sass/_partials/_basestyle.scss */
  #footerImgs div img {
    display: block;
  }

  /* line 548, sass/_partials/_basestyle.scss */
  #fImg1 {
    width: 250px;
    padding-bottom: 60px;
  }

  /* line 552, sass/_partials/_basestyle.scss */
  #fImg3 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 840px) {
  /* line 558, sass/_partials/_basestyle.scss */
  #mainNav {
    position: absolute;
    top: 75px;
    height: calc(100vh - 75px);
    min-height: 320px;
    width: 240px;
    background-color: white;
    text-align: center;
    color: blue;
    overflow-y: scroll;
    overflow-x: hidden;
    border: solid #D4DAE3 1px;
    border-top: none;
    margin: inherit;
  }

  /* line 575, sass/_partials/_basestyle.scss */
  #mainNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: auto;
    width: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: inline-block;
  }

  /* line 587, sass/_partials/_basestyle.scss */
  .imgHeart {
    display: inline-block;
    position: static;
    padding-left: 2px;
    opacity: .6;
  }

  /* line 594, sass/_partials/_basestyle.scss */
  #mainNav ul li {
    font-size: 12px;
    display: block;
    font-family: 'Montserrat-Regular', 'sans-serif';
    text-transform: uppercase;
    padding: 30px 15px 0px 10px;
    border-bottom: 2px solid #fff;
    margin-right: -5px;
  }

  /* line 604, sass/_partials/_basestyle.scss */
  #mainNav ul li:last-child {
    padding-right: 0px;
    padding-bottom: 20px;
  }

  /* line 609, sass/_partials/_basestyle.scss */
  #mainNav ul li a {
    color: #7f91ac;
    transition: all ease .3s;
    text-decoration: none;
  }

  /* line 616, sass/_partials/_basestyle.scss */
  #hamburger {
    display: inline;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
  }

  /* line 626, sass/_partials/_basestyle.scss */
  #hamburger {
    display: inline;
  }

  /* line 630, sass/_partials/_basestyle.scss */
  #mainNav > .mainNavLayered {
    position: static;
    right: 0px;
  }
  /* line 635, sass/_partials/_basestyle.scss */
  #mainNav > .mainNavLayered #titleMenu {
    color: #1f3662;
    padding-top: 20px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
  }
  /* line 644, sass/_partials/_basestyle.scss */
  #mainNav > .mainNavLayered ul {
    height: auto;
    border-left: none;
    border-bottom: 1px solid #D4DAE3;
    padding-right: 0px !important;
    padding-left: 0px;
    background-color: white;
    overflow: hidden;
    background-color: white;
    width: 100%;
  }
  /* line 657, sass/_partials/_basestyle.scss */
  #mainNav > .mainNavLayered ul li {
    font-size: 10px !important;
    padding: 25px 0px 0px 0px;
    width: 100%;
  }
  /* line 664, sass/_partials/_basestyle.scss */
  #mainNav > .mainNavLayered ul li:last-child {
    padding-bottom: 20px !important;
  }

  /* line 669, sass/_partials/_basestyle.scss */
  #layer2 {
    z-index: -1;
    display: none;
  }
  /* line 672, sass/_partials/_basestyle.scss */
  #layer2 div ul li {
    text-transform: none;
  }

  /* line 677, sass/_partials/_basestyle.scss */
  #mainNav ul li:hover {
    border-bottom: 2px solid white;
  }

  /* line 680, sass/_partials/_basestyle.scss */
  .container1 {
    padding-top: 0px;
  }
}
@media screen and (max-width: 700px) {
  /* line 687, sass/_partials/_basestyle.scss */
  html {
    min-height: calc(100% - 650px);
  }

  /* line 690, sass/_partials/_basestyle.scss */
  #footer {
    height: 650px;
    bottom: -650px;
  }

  /* line 695, sass/_partials/_basestyle.scss */
  .footerButtons .footerBtn {
    right: 0;
    top: -130px;
  }
  /* line 699, sass/_partials/_basestyle.scss */
  .footerButtons #toTop {
    left: 0;
    top: -35px;
    width: 300px;
  }

  /* line 705, sass/_partials/_basestyle.scss */
  .searchResults {
    margin-bottom: 100px;
  }

  /* line 708, sass/_partials/_basestyle.scss */
  #footerImgs {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 500px;
    display: block;
  }
  /* line 718, sass/_partials/_basestyle.scss */
  #footerImgs #divRight {
    margin: auto;
    height: auto;
    display: block;
  }
  /* line 723, sass/_partials/_basestyle.scss */
  #footerImgs #divLeft {
    margin: auto;
    margin-right: 0px;
    height: auto;
    display: block;
  }
  /* line 730, sass/_partials/_basestyle.scss */
  #footerImgs div img {
    position: relative;
    margin: auto;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  /* line 739, sass/_partials/_basestyle.scss */
  #fImg1 {
    padding-bottom: 60px !important;
  }

  /* line 742, sass/_partials/_basestyle.scss */
  #fImg2 {
    padding-bottom: 60px !important;
  }

  /* line 746, sass/_partials/_basestyle.scss */
  #fImg3 {
    margin-top: 10px !important;
    padding-bottom: 95px !important;
  }

  /* line 750, sass/_partials/_basestyle.scss */
  #fImg4 {
    padding-bottom: 90px !important;
  }
}
/* -----------------------------------------------*/
/* ---------->>> end <<<------------*/
/* ---------------------------------------------*/
