@charset "UTF-8";
:root {
  --teal: hsl(194, 67%, 35%);
  --tealDark: hsl(194, 67%, 27%);
  --textColor: #262626;
}
/* CSS Document */
body {
  font-family: "Raleway", sans-serif;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Knockout 50 A", "Knockout 50 B", "Source Sans Pro", Helvetica,
    sans-serif;
}
.skip-to-main {
  position: absolute;
  left: 50%;
  display: inline-block;
  padding: 1rem;
  background-color: #fff;
  color: var(--text-color);
  z-index: 0;
}
.skip-to-main:focus {
  z-index: 4;
}
.fa-twitter::before {
  color: transparent;
  background: no-repeat right center/94%
    url("data:image/svg+xml,%3Csvg width='1200' height='1227' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.c-r-options .fa-twitter::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='1227' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='%231d7995'/%3E%3C/svg%3E%0A");
}
.sro { /* i.e., screen reader only */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height: 1px !important; 
  width: 1px !important; 
  overflow: hidden;
}
ul[role="list"], ol[role="list"] {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[role="list"], ol[role="list"] li {
  margin: 0;
  padding: 0;
}
a.btn {
  padding: 10px 12px;
}
.btn {
  white-space: normal;
}
.has-js[data-link-id] {
  cursor: pointer;
}
.home-browse-collection__section.has-js[data-link-id]:hover {
  box-shadow: 0px 7px 0px 0px #f1c53f, 0px 0px 20px 0px rgba(140, 140, 140, 0.75) ;
}
.has-js[data-link-id]:is(h1, h2, h3, h4, h5, h6, p, li, dt, dd, span):hover {
  text-decoration: underline;
}

/*** for test site only ***/

@font-face {
  font-family: "Knockout 50 A";
  src: url("../fonts/knockout/Knockout-50.ttf");
}

@font-face {
  font-family: "Knockout 50 B";
  src: url("../fonts/knockout/Knockout-30.ttf");
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/Sourcesanspro/SourceSansPro-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/Sourcesanspro/SourceSansPro-Regular.otf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/Sourcesanspro/SourceSansPro-Semibold.otf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MyRaleway";
  src: url("../fonts/raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MyRaleway";
  src: url("../fonts/raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/*****************************
*** Temporary for Beta *******
*****************************/

.beta-notice {
  background: #fff8c6;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.5em;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

/******************************
************ COLORS ***********
*******************************/

.light-grey {
  background-color: /*#35414a*/ #152235 !important;
}

.dark-grey {
  color: #fff;
}

body {
  color: var(--textColor);
  background-color: #efefef !important;
}

body a {
  color: var(--teal);
  
}
body a:focus, body a:hover {
  color: var(--tealDark);
  
}

/******************************
************ FRAME ************
*******************************/

#body-wrapper {
  left: 0;
  position: relative;
  transition: left 0.5s;
  z-index: 2;
}

.main-column {
  /* max-width: 1095px; */
  /* overflow: hidden; */
  width: 100%;
}

.left-column {
  min-height: 80vh;
}

#body-wrapper.showing {
  left: 300px;
}

#side-drawer-nav {
  background: #fff;
  height: 100%;
  left: -300px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  transition: left 0.5s;
  width: 300px;
  z-index: 10;
  border-right: 1px solid #ccc;
}

#body-wrapper.showing #side-drawer-nav {
  left: 0;
}

#side-drawer-nav .drawer-header {
  height: 50px;
  padding: 5px 15px;
}

#side-drawer-nav .drawer-header a {
  color: #152236;
  cursor: pointer;
  float: right;
  font-size: 2em;
}

#side-drawer-nav .drawer-body {
  padding: 0 15px;
}

#side-drawer-nav .drawer-body ul.user-nav-items {
  list-style: none;
  padding: 0;
}
#side-drawer-nav .drawer-body ul.user-nav-items li {
  margin-bottom: 20px;
}
#side-drawer-nav .drawer-body ul.user-nav-items li a {
  color: #152236;
  display: inline-block;
  font-size: 1.2em;
}
#side-drawer-nav .drawer-body ul.user-nav-items li a:focus {
  color: var(--tealDark);
  text-decoration: underline;
}
#side-drawer-nav .drawer-body ul.user-nav-items li a i {
  font-size: 2em;
}
#side-drawer-nav .drawer-body ul.user-nav-items li .user-link {
  display: none;
}
#side-drawer-nav .drawer-body ul.user-nav-items li ul {
  list-style: none;
  padding: 0;
}
#side-drawer-nav .drawer-body ul.user-nav-items li ul li a {
  display: block;
  font-family: "Raleway", Georgia, serif;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px 0;
}
#side-drawer-nav .drawer-body ul.user-nav-items li ul li a:focus {
  color: var(--tealDark);
  text-decoration: underline;
}

nav#sitewide {
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  z-index: 3;
  bottom: auto;
  left: 0;
  height: auto;
  width: 100%;
  /* transition: all 0.6s;
  -webkit-transition: all 0.6s; */
  background: #ffffff;
  /*border-right: 1px solid #3F464F;*/
}

.page-body {
  display: flex;
}

.content-container {
  padding: 0 1.5em;
}
.page-heading {
  padding-top: 1.5em;
}
.page-heading h2 {
  font-family: "Raleway", Georgia, serif;
  font-size: 38px;
  font-weight: bold;
  margin-top: 0;
}
.page-heading h2 a {
  font-family: inherit;
}
.page-heading p, .page-heading li {
  font-family: "Raleway", Georgia, serif;
  margin-bottom: 30px;
  font-size: 16px;
}
.page-heading li {
  margin-bottom: 0; 
}

.section-landing.page-heading {
  background: #152235;
}

h2.page-title {
  font-family: "Raleway", Georgia, serif;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}

.indent-content {
  padding: 0 1em;
  position: relative;
}

.content-max {
  max-width: 800px;
  margin: 0 auto;
}

.separater {
  margin: 0;
  border-bottom: 0.1px solid #b3b3b3;
  /* height: 30px; */
  padding: 10px;
  /* background-color: #cecece; */
  width: 100%;
  margin-bottom: 25px;
}

.col-left {
  width: 100%;
}

.col-right {
  width: 100%;
}

/******************************
********* SITE HEADER *********
*******************************/

.ushmm_logo {
  width: 200px;
  float: right;
}

.ushmm_logo img {
  width: 100%;
}

header {
  border-bottom: 1.5px solid #f1c53f;
  background: #152235;
  color: #fff;
  padding: 25px 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 3;
}

/******************************
********* HOME PAGE *********
*******************************/

.home-intro-section {
  background: #fff;
  font-family: "Raleway", sans-serif;
}

/*.home-intro-section > .row > div {
  margin-bottom: 1.5em;
}*/

.home-intro-section h2 {
  font-size: 24px;
}

.home-intro-section p {
  margin: 0 0 15px;
}

.home-intro-section .content hr {
  border-bottom: 1px dashed #cccccc;
  border-top: 0;
  display: block;
  margin-top: 30px;
}

.home-intro-section .small-text {
  font-size: 1em;
}

.home-intro-section ul {
  margin: 0 0 35px;
  padding-left: 20px;
  list-style: square;
}

.home-intro-section ul li::marker {
  color: var(--teal);
}
/* .home-intro-section ul li::before {
  content: "\25AA";
  color: var(--teal);
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  width: 0.9em;
  margin-left: -0.9em;
} */

/*
.home-intro-section ul {
  margin: 0 0 35px;
  padding-left: 20px;
}

.home-intro-section ul li {
  color: var(--teal);
  list-style-type: square;
}

.home-intro-section ul li span {
  color: #333;
}
*/

.home-intro-section a.btn {
  border-radius: 0;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 0.5px;
}

.home-intro-section hr {
  border-bottom: 1px dotted #28a4c9;
  border-top: 0;
}

.home-intro-section img {
  border-left: 10px solid #f1c53f;
}

.home-intro-section.page-heading {
  padding-bottom: 30px;
  padding-top: 30px;
}

.home-intro-section .highlights p.highlight-header {
  font-size: 0.9em;
  font-weight: bold;
  margin: 10px 0 5px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 0.5px;
}

.home-intro-section .highlights p.highlight-title {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 5px 0 0;
}

.home-intro-section .highlights p {
  margin: 5px 0 10px;
}

.home-intro-section .highlight-title a {
  color: #1e2c3f;
}

.home-intro-section .highlights a.btn.btn-info {
  margin-top: 10px;
}

.home-browse-collection {
    padding-bottom: 48px;
    padding-top: 48px;
  }

.home-browse-collection h2 {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: clamp(18px, 3.16vw, 24px);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}
.home-browse-collection__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, 4.4vw, 48px);
  max-width: 900px;
  margin: 0 auto;
}
.home-browse-collection__section {
  padding: 10px;
  padding: clamp(10px, 3.38%, 20px);
  background-color: #fff;
}
.home-browse-collection__section-content {
  container: section-content / inline-size;
  display: flex;
  align-items: stretch;
  position: relative;
  border-top: 10px solid #f1c53f;
  background-color: #000;
  min-height: 235px;
}
.home-browse-collection__section-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  padding: 12px;
  padding: clamp(12px, 4.53cqw, 25px);
  color: #fff;
  z-index: 1;
}
.home-browse-collection__section-text a {
  text-transform: uppercase;
  font-weight: bold;

}
.home-browse-collection__section-img {
  /* aspect-ratio: 465 / 338; */
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  filter: brightness(0.3) sepia(1) hue-rotate(175deg);
  
}

.home-browse-collection__section-head {
  margin-top: 0;
  font-size: 20px;
  font-size: clamp(20px, 7.55cqw, 30px);
  font-family: "Raleway", Georgia, serif;
  font-weight: bold;
}
.home-browse-collection__section-brief {
  font-size: 16px;
  font-weight: 500;
}

.home-browse-collection__highlights ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0 0;
}
.home-browse-collection__highlights li {
  display: flex;
  gap: 20px;
  gap: 15px;
  flex: 1 1 300px;
}
.home-browse-collection__highlights-img-cont {
  flex: 1 0 0;
}
.home-browse-collection__highlights-img-cont.has-js:hover {
  outline: 4px solid #f1c53f;
}
.home-browse-collection__highlights img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 3 / 2 auto;
}
.home-browse-collection__highlights dl {
  flex: 2 1 0;
  margin: 0;
}
.home-browse-collection__highlights dd {
  line-height: 1;
}
.home-browse-collection__highlights-coll {
  color: #f1c53f;
  background-color: #000;
  padding: 2px 4px;
  font-size: 11.2px;
  font-weight: bold;
  letter-spacing: 0.8px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  text-transform: uppercase;

}
.home-browse-collection__highlights-coll:hover, .home-browse-collection__highlights-coll:focus {
  color: #f1c53f;

}
.home-browse-collection__highlights-item {
  font-size: 16px;
  color: #000;
  margin-top: 8px;
  display: inline-block;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 425px){
  .home-browse-collection__section-content {
    aspect-ratio: 4 / 3;
  }
}
@media (min-width: 768px){
  .home-browse-collection__section-content {
    border-top-width: 0;
    aspect-ratio: auto;
    min-height: auto;
  }
  .home-browse-collection__grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-browse-collection__section {
    display: grid;
    gap: 0;
    grid-row: span 2;
    grid-template-rows: subgrid;
  }
}

.home-personal-section {
  background: #fff;
  padding-bottom: 1.5em;
}

.home-personal-section h2 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.home-personal-section p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  margin: 25px 0;
  text-align: center;
}

.home-personal-section a.btn {
  border-radius: 0;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin: 0 auto 15px;
  max-width: 260px;
  text-transform: uppercase;
  width: 100%;
}

.home-personal-section a.btn:last-child {
  margin-bottom: 0;
}

#home-header {
  position: relative !important;
  /* background-image: url('../images/ornstein-home.jpg');
    background-repeat: no-repeat;
    z-index: -1; */
  border-bottom: none;
}

#home-header .img_bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/ornstein-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.2;
}

header .indent-content {
  position: static;
}

header a {
  color: #fff;
  font-family: inherit;
}
header h1 {
  margin: 0;
}

header h1 .title {
  color: #fff;
  text-shadow: none;
  display: block;
  font-family: "Raleway", sans-serif;
  margin: 0 auto;
  padding: 0 5px;
  font-weight: 700;
  font-size: 16.8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-right: 0px solid #f1c53f;
  border-left: 0px solid #f1c53f;
  line-height: 1em;
  text-align: center;
  width: 200px;
  z-index: 10;
  top: 11px;
  left: 10%;
  right: 10%;
}

header .sub-title {
  /* width: 100%; */
  font-size: 29px;
  line-height: 1em;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  display: none;
}

header h2 img {
  display: inline-block;
  margin: -11px 5px 0 -6px;
  width: 30px;
}

header .flip-container {
  position: absolute;
  perspective: 1000;
  right: 5px;
  top: -8px;
}

#menu-fixer {
  color: #0cdcce;
}

.flip-container.hover .flipper,
.flip-container.flip .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 50px;
  height: 60px;
}

/* flip speed goes here */

.flipper {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */

.front,
.back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */

.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */

.back {
  transform: rotateY(180deg);
}

header .flip-container a {
  color: #fff;
}

a#search-link i,
a#close-search i {
  position: relative;
  top: 2px;
}

.flipper a {
  font-size: 0.8em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  color: #f1c53f;
}

input.form-control {
  margin-bottom: 6px;
}

/******************************
********** SITE LOGIN *********
*******************************/

.home #nav-login {
  width: 100%;
  top: 10px !important;
}

.home #nav-login button {
  display: inline-block;
  width: auto;
  box-shadow: 0px 1px 1px #000;
}

/* Base Nav Styles Here */
#nav-login {
  display: none;
}

label.welcome-name {
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 14px;
}

label.welcome-name:hover {
  color: #f1c53f;
  cursor: pointer;
}

input.form-control {
  margin-bottom: 6px;
}

/*****************************
new add 2017
new add 2017
new add 2017
new add 2017
******************************/

.header-bg-cover {
  padding: 0px 20px;
}
.btn.btn-info {
  background-image: none;
  background-color: var(--teal);
  border-width: 0;
}
.btn.btn-info:hover, .btn.btn-info:focus {
  background-color: var(--tealDark);
}
/* .header-not-login h2 {
  position: initial !important;
  margin-top: -20px;
} */
/* login button */

button.btn.btn-info {
  background: none;
  border: none;
  box-shadow: initial !important;
}

button.btn.btn-info:hover {
  color: #f1c53f !important;
  border: none !important;
  outline: inherit !important;
  background-color: initial;
}

button.btn.btn-info.create-btn {
  border: solid 1px;
}

button.btn.btn-info.create-btn:hover {
  border: solid 1px #f1c53f !important;
}

/******************************************
********* FEEDBACK FLOATING BUTTON ********
*******************************************/
#feedback-trigger.btn-primary {
  position: fixed;
  display: block;
  white-space: nowrap;
  bottom: 4px !important;
  right: 4px !important;
  padding: 5px 12px !important;
  z-index: 10;
  background-image: none;
  background-color: var(--teal);
  border-color: var(--teal);
  border-radius: 0;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.5px;
}

#feedback-trigger.btn-primary:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

@media print {
  #feedback-trigger {
    display: none;
  }
}

/******************************************
************** FEEDBACK POPUP *************
*******************************************/
#feedback-popup {
  display: none;
  position: relative;
  background: #efefef;
  padding: 10px 10px 30px 30px;
  width: auto;
  max-width: 670px;
  margin: 20px auto;
  border: 1px solid #000000;
  border-radius: 5px;
}

#feedback-popup .footer {
  margin: 1em 0 0 -24px;
  padding-top: 1em;
  border-top: 1px dashed #bfbfbf;
}
#feedback-popup .footer button {
  margin: 1em 0.5em 0;
}

#feedback-popup h3.feedback-header {
  font-size: 30px;
  margin-top: 0px;
}

#feedback-popup .col-sm-2.right-close {
  float: right;
}

#feedback-popup .col-sm-2.right-close .close {
  font-size: 28px;
  opacity: 0.5;
}

#feedback-popup .col-sm-12.feedback-content {
  font-size: 18px;
  padding-right: 80px;
  line-height: 28px;
}

#feedback-popup .footer button.optout-feedback {
  float: left;
  padding: 8px 18px !important;
}
#feedback-popup .footer button.remind-feedback {
  float: right;
  font-size: 17px;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background-image: none !important;
  background-color: inherit;
  color: #7e7e7e;
  text-decoration: underline;
  padding: 8px 18px !important;
}
#feedback-popup .footer button.remind-feedback:hover {
  color: #5f5f5f;
}

#feedback-popup .footer button.give-feedback {
  float: right;
  font-size: 17px;
  background-image: none !important;
  border: none !important;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-shadow: none !important;
  box-shadow: none !important;
  padding: 8px 18px !important;
}

#feedback-popup button.btn.btn-default.btn-primary.optout-feedback {
  background-color: #efefef !important;
  background-image: none !important;
  color: #337ab7;
  font-size: 17px;
  padding: 8px 18px !important;
}
#feedback-popup button.btn.btn-default.btn-primary.optout-feedback:hover {
  background-color: #337ab7 !important;
  background-image: none !important;
  color: #fff;
  text-shadow: none !important;
  box-shadow: none !important;
}

#review-notes {
  left: 0;
}

#review-tab {
  position: relative;
  right: 120px;
}

#meerkat {
  background: var(--teal);
  border-top: 4px solid #fff;
  bottom: -235px;
  height: 235px;
  padding: 30px 20px 20px;
  position: fixed;
  width: 100%;
  transition: bottom 0.75s;
  z-index: 11;
}

#meerkat.active {
  bottom: 0;
}

#meerkat p {
  color: #fff;
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
}

#meerkat p span {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

#meerkat .closeBtn {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}

#meerkat .closeBtn i {
  color: #fff;
  font-size: 2em;
  opacity: 0.8;
}

/* marketo reset */

#meerkat .mktoForm {
  padding: 0 !important;
}

#meerkat .mktoFormCol legend {
  display: none;
}

#meerkat .mktoForm,
#meerkat .mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

#meerkat .mktoForm .mktoFieldWrap {
  float: none !important;
  max-width: 324px !important;
  margin: 0 auto !important;
}

/* .mktoForm .mktoFieldWrap {
  display: flex;
  flex-wrap: wrap;
  float: none !important;
  justify-content: center;
} */

#meerkat .mktoButtonWrap.mktoSimple {
  display: block;
  margin-left: 0 !important;
  width: 100%;
}

#meerkat .mktoForm .mktoLabel {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

#meerkat .mktoForm .mktoGutter,
#meerkat .mktoForm .mktoOffset {
  display: none;
}

/* marketo overrides */

#meerkat .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #152236 !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 5px;
  font-family: "Raleway", Georgia, serif;
  font-size: 1.3em !important;
  text-transform: uppercase;
  width: 100%;
}

#meerkat .mktoForm input[type="email"] {
  display: block;
  float: none !important;
  font-size: 18px !important;
  font-family: "Raleway", Georgia, serif !important;
  height: 1.5em;
  margin: 0 auto 10px !important;
  padding: 16px 8px !important;
  width: 100% !important;
}

@media (max-width: 1170px) {
  #feedback-popup {
    max-width: 60%;
  }
}

@media (max-width: 899px) {
  #feedback-popup {
    max-width: 80%;
  }
}
@media (max-width: 704px) {
  #feedback-popup {
    max-width: 80%;
  }
  button.btn.btn-default.btn-primary.optout-feedback {
    width: 100%;
    float: inherit !important;
    text-align: center;
    margin: auto !important;
    margin-bottom: 10px !important;
  }
  button.btn.btn-default.btn-primary.give-feedback {
    width: 100%;
    float: inherit !important;
    text-align: center;
    margin: auto !important;
  }
  button.btn.btn-default.btn-primary.remind-feedback {
    text-align: center;
    margin: auto !important;
    width: 100%;
  }
}
@media (max-width: 599px) {
  #feedback-popup .footer button.optout-feedback,
  #feedback-popup .footer button.remind-feedback {
    float: none;
  }
}

/******************************************
************ MAGNIFIC ANIMATE *************
*******************************************/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* home header title */

.home-intro {
  max-width: 700px !important;
  font-size: 28px !important;
  margin-top: 50px !important;
  text-align: center;
  line-height: 40px !important;
}

button.btn.btn-info.create-btn-header {
  margin: auto;
  background: #5bc0de;
  margin-top: 40px;
}

button.btn.btn-info.create-btn-header:hover {
  background: #f1c53f;
  color: #fff !important;
}

/* perspective section */

section#home-perspective {
  text-align: center;
  padding: 20px 0px;
}

#home-perspective h2 {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  font-family: "MyRaleway";
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
/*
#home-tool h2 {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    text-align: center;
    margin-bottom: -20px;
    font-weight: 600;
    text-transform: uppercase;
}
*/

#home-tool h2 {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  font-family: "Knockout 50 A", "Knockout 50 B", sans-serif;
  font-size: 38px;
  text-align: center;
  margin-bottom: -33px;
  font-weight: normal;
  /* text-transform: capitalize; */
}

#home-perspective p {
  font-size: 18px;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 30px;
  font-family: "Source Sans Pro", sans-serif;
}

button.btn.btn-info.create-btn-perspective {
  margin: auto;
  background: #5bc0de;
  padding: 8px 8px;
  border-radius: initial;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 280px;
  height: 60px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

button.btn.btn-info.create-btn-perspective:hover {
  background-color: #152235;
  color: #fff !important;
}

img.perspective-img {
  width: 100%;
}

/* New added 2019 */
.row.homepage-cta {
  margin: auto;
  max-width: 1200px;
}

/* home tool */

section#home-tool {
  text-align: center;
  position: relative;
  padding: 10px 40px 10px;
  background: rgba(148, 226, 241, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(148, 226, 241, 1) 0%,
    rgba(91, 192, 222, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(148, 226, 241, 1)),
    color-stop(100%, rgba(91, 192, 222, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(148, 226, 241, 1) 0%,
    rgba(91, 192, 222, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(148, 226, 241, 1) 0%,
    rgba(91, 192, 222, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(148, 226, 241, 1) 0%,
    rgba(91, 192, 222, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(148, 226, 241, 1) 0%,
    rgba(91, 192, 222, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#94e2f1', endColorstr='#5bc0de', GradientType=1);
}

#home-tool img {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px 0px 0px 0px;
}

button.btn.btn-info.create-btn-tool {
  margin: auto;
  background: #152235;
  padding: 8px 30px;
  border-radius: initial;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 40px;
}

button.btn.btn-info.create-btn-tool:hover {
  background-color: #f1c53f;
  color: #fff !important;
}

.slick-dots li button:before {
  font-size: 12px !important;
  color: #fff !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  color: #152235 !important;
}

img.hometool-desktop {
  display: block !important;
}

img.hometool-mobile {
  display: none !important;
}

ul.tool-text-mobile {
  display: none !important;
}

/* home testimonial */

section#home-testimonial {
  text-align: center;
  padding: 60px 0px;
}

#home-testimonial p {
  font-size: 22px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 30px;
  font-weight: 100;
  font-style: italic;
  padding-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
}

#home-testimonial span {
  font-size: 16px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 20px;
  font-weight: 100;
}

/******************************
********** SITE MENU **********
*******************************/

#menu-fixer {
  position: relative;
}

a#menu-icon {
  font-size: 2.25em;
  padding: 0;
  color: #f1c53f;
  display: block;
  line-height: 1;
}

a#section-icon {
  font-size: 2.5em;
  padding: 0;
  color: #fff;
  display: block;
}

nav#sitewide span {
  font-size: 0.75em;
  line-height: 1em;
  margin: 0;
  display: block;
  line-height: 0;
  position: relative;
  top: -4px;
  color: #fff;
}

nav#sitewide.open-menu {
  background-color: #fff;
  display: block;
  left: 0;
  position: fixed;
  padding: 15px 0;
  top: 84px;
}

.n-one,
.n-two {
  display: block;
}

.n-one {
  border-bottom: 1px solid #152236;
  border-top: 1px solid #152236;
  padding: 10px 0;
}

/*
div.n-one {
    position: absolute;
    top: 72px;
}
*/
#sitewide div.n-one {
  margin: 10px 55px 10px 10mpx;
}

div.n-one div#sub-nav {
  height: 0;
  overflow: hidden;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}

div.n-one div#sub-nav.full-height {
  /* this will need to be dynamic as new collections are added */
  height: 290px;
}

div.n-one div#sub-nav a {
  display: block;
  margin: 1px 0 4px 20px;
}

nav.n-two div {
  padding: 3px;
}

nav.n-two div:nth-child(odd) {
  background: #ececec;
}

#menu-flipper {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: none;
  padding: 15px;
  box-shadow: none;
}
.mobile-search {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  background: none;
  padding: 15px;
}

.mobile-search .search-link {
  display: block;
}

.mobile-search .search-link i {
  font-size: 2em;
}

#menu-flipper span {
  display: block;
  line-height: 1;
}

#section-flipper {
  position: fixed;
  left: 10px;
  top: 170px;
  text-align: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  color: var(--teal);
}

#section-flipper a {
  color: var(--teal);
}

.open-menu #section-flipper {
  left: 310px;
}

nav#sitewide .flip-container {
  position: absolute;
  right: 0;
  top: 4px;
  text-align: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  /*background:#115e6a;*/
}

nav#sitewide.open-menu .flip-container {
  right: 0px;
  top: 100px;
}

/* New added 07.2017 */

/* New added 07.2017 */

/* New added 07.2017 */

a.menu-item {
  color: #fff;
  font-size: 15px;
}

a.menu-item:hover {
  text-decoration: none !important;
  color: #152236;
  font-weight: bold;
}

a.menu-item.selected {
  color: #152236;
  font-weight: bold;
}

.menu-icon {
  padding-right: 5px;
}

.menu-title {
  font-size: 16px;
  color: #152236;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Raleway", Georgia, serif;
}
.menu-title:last-child {
  margin-bottom: 0;
}

.menu-title a,
.menu-title.menu-collections {
  color: #152236;
  padding: 16px 15px 14px 15px;
  background: #efefef;
  display: block;
  margin-bottom: 0;
  font-family: "Raleway", Georgia, serif;
  font-weight: bold;
  letter-spacing: 0.75px;
}

.menu-title a:hover,
.menu-title.menu-collections:hover,
.menu-title.menu-collections.selected,
.menu-title a.selected {
  background: #f1c540;
  text-decoration: none;
}

.menu-title .fa {
  color: #152236;
  float: right;
  font-size: 18px;
  padding-top: 2px;
}

.group .collections-link {
  margin: 0;
  border-bottom: 1px dashed #999;
}
.group .collections-link:last-child {
  border: 0;
}

.collections-link a.menu-item {
  color: #152236;
  font-weight: 300;
  padding: 12px 14px;
  display: block;
  font-family: "Raleway", Georgia, serif;
  font-size: 1em;
}

.collections-link ul {
  margin-left: 0;
  padding: 0px 15px 15px 30px;
  margin-bottom: 0;
}

.collections-link ul li.collections-link {
  list-style-type: square;
  color: #152236;
  margin: 0;
  border-bottom: none;
}

.collections-link ul .collections-link a.menu-item {
  padding: 3px 0;
  border-bottom: none;
}

.collections-link a.menu-item:hover {
  text-decoration: underline !important;
  color: #152236;
}

.collections-link a.menu-item.selected {
  color: #152236;
  font-weight: bold;
}

.header-content {
  padding-left: 25px;
}

.menu-mobile-icons {
  display: none;
  position: relative;
  top: 68px;
  left: 257px;
  font-size: 12px;
  color: #fff;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.menu-mobile-icons i:hover {
  color: #f1c53f;
}

.menu-mobile-icons i {
  padding: 15px 0px;
}

/******************************
****** STAND ALONE PAGES ******
*******************************/

.stand-alone {
  margin-bottom: 4em;
  padding-top: 1.5em;
}

.stand-alone p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.552em;
  margin-bottom: 20px;
  max-width: 790px;
}

.stand-alone p a,
.stand-alone p em,
.stand-alone p strong {
  font-family: "Source Sans Pro", sans-serif !important;
}

.stand-alone blockquote {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin: 20px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  text-shadow: 1px 1px 0 #fff;
  font-size: 1.5em;
}

/******************************
****** SITE SEARCH FORM *******
*******************************/

#site-search-form {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  min-height: 100%;
  background: rgba(21, 34, 53, 0.96);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -webkit-overflow-scrolling: touch;
  color: var(--teal);
}

#site-search-form .separater {
  border-bottom: 0.1px solid #058ca1;
  background-color: #115e6a;
  max-width: 880px;
  padding: 1px;
}

#close-search-window {
  font-size: 2em;
  position: absolute;
  right: 15px;
  top: 10px;
}

.keyword-box {
  position: relative;
  width: 100%;
  max-width: 880px;
}

.keyword-box i {
  position: absolute;
  left: 18px;
  top: 10px;
  font-size: 2.2em;
}

a#submit-search-form {
  position: absolute;
  right: 22px;
  top: 7px;
  font-weight: 400;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
}

#site-search-form .indent-content {
  padding-top: 2em;
  margin: 1em 2em;
}

#site-search-form form {
  width: 100%;
  padding: 4em 0 2em;
  max-width: 880px;
  margin: 0 auto;
}

#site-search-form form h3 {
  font-size: 1.75em;
  margin: 2px 0 3px;
  cursor: pointer;
  padding: 0;
  padding-bottom: 15px;
}

.advanced-filters {
  display: none;
}

#site-search-form form h3:hover,
#site-search-form form h3:hover i {
  color: #f1c53f;
  cursor: pointer;
}

#site-search-form input[type="search"] {
  border: 1px solid var(--teal);
  box-shadow: 0 0 4px #152235;
  border-radius: 999em;
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
  font-size: 2.25em;
  line-height: 1.45em;
  padding: 4px 25px 2px 57px;
  background: #fff;
}

#site-search-form .advanced-filters .form-group {
  font-size: 1.15em;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  max-width: 880px;
  margin-bottom: 1em;
}

#site-search-form .advanced-filters .form-group label {
  width: 25%;
  text-align: right;
  padding: 8px 12px 0 0;
}

#site-search-form .advanced-filters .form-group .drop-box {
  width: 75%;
}

#site-search-form label {
  display: inline-block;
  width: 190px;
}

#advanced-search-send {
  display: block;
  margin: 1.5em auto;
  background: #f1c53f;
  color: #152235;
  line-height: 1.25em;
  padding: 8px 22px 6px;
  border-radius: 0;
  font-size: 1.35em;
  font-weight: bold;
  border: 1px solid #7c5b14;
  width: 280px;
}

/******************************
********* SITE FOOTER *********
*******************************/

footer {
  background: #152235;
  padding: 3em 0.75em 3em;
  margin: 0;
}

.footer-content {
  padding: 0 2em;
}

footer h1 {
  margin: 0;
  color: #fff;
  padding-bottom: 10px;
}

footer h2 {
  color: #f1c53f /*#e6a20e*/;
  font-family: "Raleway", sans-serif;
  margin: 0;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  /*background:#152235;*/
}

/*
.indent-content.footer {
    margin-left: 40px;
}
*/

footer a.list-links {
  padding-right: 10px;
}

/* .home .footer {
  margin-left: 40px;
} */

/******************************
********** HOME PAGE **********
******************************/

#background-topper {
  width: 100%;
  max-height: 310px;
  overflow: hidden;
}

#background-topper figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: /* for 16:9 56.25% */ 35%;
}

#background-topper img {
  width: 106%;
  position: absolute;
  top: -6%;
  left: -3%;
}

#home-box {
  margin: 0 auto 3em;
  font-size: 1.2em;
}

/******************************
******** CREATE ACCOUNT *******
*******************************/

#create-account-form {
  max-width: 600px;
  margin: 0 auto 4em;
}

#create-account-form form {
  min-height: 400px;
}

.teacher-fields,
.student-fields,
.shared-form-fields {
  display: none;
}

#create-account-form .toggle-signup label {
  display: inline-block;
}

#create-account-form label {
  display: block;
}

#create-account-form h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.toggle-signup {
  background: #e9f6fb;
  padding: 1em;
  margin-bottom: 2em;
  border: 1px solid #ccc;
}

.page-heading form p {
  font-size: 1em;
}

.shared-form-fields {
  margin-top: 2em;
}

#create-account-form input {
  display: inline-block;
  margin-bottom: 0.25em;
}

/******************************
********** DASHBOARD **********
*******************************/

.class-details {
  background: #e9f6fb;
  padding: 1em 1.5em;
}

.class-details h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 0 0.3em;
}

.class-details h4 {
  color: #444;
  margin-bottom: 0.1em;
}

/*
a.remove-course {
    display: inline-block;
    float: right;
    margin-bottom: 1em;
    font-size: 0.8em;
}
*/

.course-btn {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 12px;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

a.course-activation {
  margin-right: 15px;
}

/******************************
********* BROWSE PAGE *********
*******************************/

h2.item-top-title {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 3em;
}

.button-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* "Filter By" label */
.button-container .button-label {
  flex-basis: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.button-container #clear-filter {
  padding: 0;
  text-shadow: none;
  color: #152236;
}

.button-container #clear-filter.btn.btn-info:hover {
  color: #2d909f !important;
}

/* Reduce margins around line on item list pages */
.browsing-filters hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pagination-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.pagination-container .row {
  display: flex; 
  align-items: center;
  line-height: 0;
}

.pagination-container .pagination {
  display: block flex;
  margin-block-end: 0;
  margin-block-start: 0;
  justify-content: center;
}

/* Prevent selected page number from appearing above header on mobile scroll */
.pagination-container .pagination .active span {
  z-index: 2;
}

.pagination-container #browse-tabs {
  text-align: end;
  margin: 0px !important;
}

.pagination-container #grid-tab {
  margin-left: 0;
}

#browse-tabs.list-page {
  text-align: left;
  margin-bottom: 1.25em;
}

#browse-tabs a {
  display: inline-block;
  background: /*#269ABC*/ #cbcbcb;
  color: #444;
  padding: 0.45em 0.6em 0.4em;
  margin-top: 0;
  position: relative;
  margin-left: 4px;
}

#browse-tabs a i {
  color: #444;
}

#browse-tabs a:hover,
#browse-tabs a:active,
#browse-tabs a:focus {
  text-decoration: none;
  background: var(--tealDark);
  color: #fff;
}

#browse-tabs a:hover i {
  color: #fff;
}

#browse-tabs a.active-tab {
  background: var(--teal);
  color: #fff;
}

#browse-tabs a.active-tab i {
  color: #fff;
}

#browse-tabs a:first-child {
  margin-right: 8px;
}

.page-top {
  position: relative;
  padding: 2em 0;
  max-width: 900px;
}

.browsing-filters {
  padding-bottom: 1em;
  padding-top: 1em;
  position: relative;
  background: none;
}
.browsing-filters.content-container.page-heading hr {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ccc;
}
.browsing-filters.content-container.page-heading h3 {
  font-family: "Raleway", Georgia, serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.browsing-filters .btn-info {
  background-color: #152235;
  border-color: var(--teal);
  color: var(--teal);
  border-radius: 0;
  background-image: none;
}

.browsing-filters .btn-info:hover {
  color: #fff;
}

.browsing-filters .btn-info:focus,
.browsing-filters .btn-info:active {
  background-color: var(--teal);
  border-color: #4bbbff;
  color: #152235;
  border-radius: 0;
}

.browsing-filters .dropdown {
  display: inline-block;
  margin: 0 10px 10px 10px;
}

.browsing-filters .dropdown button {
  display: inline-block;
  min-width: 170px;
  text-align: left;
  position: relative;
  border-radius: 0;
}

.browsing-filters .dropdown button .caret {
  position: absolute;
  right: 10px;
  top: 12px;
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.all-items-browse {
  padding-bottom: 3em;
  min-height: inherit !important;
}
.browsing-filters.content-container {
  max-width: inherit;
}
.all-items-browse.content-container {
  max-width: inherit;
  padding-bottom: 2em;
}

.all-items-browse.content-container hr {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ccc;
}

.collection-all-items {
  padding: 0 2em 2em;
}

#container {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#container .mix {
  display: none;
}

.all-items-browse ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: flex-start;
  padding-left: 0;
}

.all-items-browse li {
  position: relative;
  flex-shrink: 1;
  border: 1px solid #fff;
  padding: 0 0 1em;
  list-style: none;
  width: 100%;
  margin: 10px auto;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  background: #f5f5f5;
  display: inline-block;
  box-shadow: 0 0 3px #aaa;
}

.collection-all-items ul {
  margin: 0;
}

.collection-all-items li {
  width: 100%;
}

.all-items-browse ul.list-view li {
  border: 1px solid #fff;
  width: 100%;
  padding: 0 0 0.7em 0;
  border-bottom: 1px solid #ccc;
  display: block;
}

.all-items-browse ul.list-view .title-tag {
  margin-bottom: -10px;
}

.all-items-browse ul.list-view .title-tag-line {
  display: inline-block;
}

.all-items-browse li div {
  padding: 0 0.88em;
}

.all-items-browse li h4,
#slide-items li h4 {
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0;
  font-family: "Raleway", sans-serif;
  line-height: 1.25em;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.all-items-browse li h4 a,
#slide-items li h4 a {
  color: /* #35414a */ #f1c53f;
  display: inline;
  background: /* var(--teal); */ #152235;
  padding: 0 5px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.all-items-browse li h4 a:hover,
#slide-items li h4 a:hover {
  text-decoration: none;
  color: #fff;
  background: var(--teal);
}

.all-items-browse li h3 {
  font-size: 1.8em;
  line-height: 1em;
  margin: 15px 0;
}

.all-items-browse h3 a,
#slide-items h3 a {
  font-family: "Knockout 50 A", "Knockout 50 B", sans-serif;
  color: #35414a;
}

.i-tags {
  margin-bottom: 5px;
}

.i-tags a {
  background: #fff;
  border-radius: 2px;
  padding: 0 3px;
  white-space: nowrap;
  margin: 2px 2px 2px 0;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}

.item-tags {
  margin: 0 0 2em;
}

.item-tags.i-tags a {
  font-size: 1.08em;
}

a.super-tag {
  border-left: solid;
}

.other-collections {
  padding-bottom: 1.25em;
}

.other-collections a {
  display: block;
  background: #152235;
  font-family: "Raleway", sans-serif;
  padding: 1px 4px;
  font-weight: bold;
  color: #f1c53f;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

.other-collections a:hover {
  text-decoration: none;
  background: var(--teal);
  color: #fff;
}

a.bookmark-item {
  position: absolute;
  right: 12px;
  bottom: 5px;
  z-index: 2;
  font-size: 1.5em;
}

a.bookmark-item i {
  color: /*#269ABC*/ #999;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}

a.bookmark-item i.fa-bookmark {
  color: #152235;
}

a.bookmark-item i:hover,
a.bookmark-item i.fa-bookmark:hover {
  color: #269abc;
}

.all-items-browse figure,
#slide-items figure {
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  background: #111;
}

.all-items-browse ul.list-view figure {
  width: 30%;
  padding-bottom: 22%;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 1em 1em 0;
}

.all-items-browse ul.list-view li h3 {
  margin: 5px 0 10px 0;
}

.all-items-browse ul.list-view li .i-tags {
  margin-bottom: 0;
}

.all-items-browse li img,
#slide-items li img {
  width: 140%;
  height: auto;
  position: absolute;
  top: -3%;
  left: -20%;
}

.all-items-browse li img {
  opacity: 0.9;
}

/* new add 08/30/2017 */
span.select2-selection__placeholder {
  color: #000 !important;
}

span.select2-selection.select2-selection--single {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e0e0e0)
  );
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  text-align: left;
  position: relative;
  border-radius: 0;
  height: 34px;
}
.select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
  border-style: solid !important;
  border-width: 7.5px 7.5px 0 7.5px !important;
  height: 0;
  left: 50%;
  margin-left: -14px !important;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f5f5),
    to(#e8e8e8)
  );
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
  color: var(--textColor) !important;
  text-decoration: none;
}

span.select2-selection__clear {
  display: none;
}

/* new added 07.2017 */

/* new added 07.2017 */

/* new added 07.2017 */

/* new added 07.2017 */

.perspective-btn {
  margin: 10px 10px 10px 0;
  display: inline-block;
  display: -webkit-inline-block;
}

button.perspective-filter {
  padding: 8px 10px;
  background: #efefef;
  border: solid 1px;
  width: 280px;
}

button.perspective-filter:hover {
  background: #152235;
  color: #fff;
}

button.perspective-filter:focus {
  background: #152235;
  color: #fff;
}

button.perspective-filter.selected {
  background: #152235;
  color: #fff;
}

.dropdown.first-item {
  margin-left: 65px !important;
}

span.title-tag {
  font-weight: 500;
  padding-top: 10px;
  display: block;
  padding-bottom: 0px;
}

.title-tag-line {
  border-bottom: 5px solid #f1c53f;
  width: 40px;
}

p.super-tag-desc {
  font-weight: 500;
}

/******************************
***** COMING SOON *************
*******************************/

.coming-soon {
  text-align: center;
}

.coming-soon h1 {
  font-size: 50px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
  margin-top: 50px;
}

.coming-soon p {
  font-size: 30px;
}

.coming-soon span {
  text-decoration: underline;
}

.coming-soon a:hover {
  color: #f1c53f;
}

/******************************
***** COLLECTION LANDING ******
*******************************/

.indent-content.collection-landing-intro {
  margin-bottom: 50px;
}

.card.collection-card {
  background: #fff;
  text-align: center;
  margin: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.card.collection-card h4 {
  padding: 10px 10px 20px;
  color: #000;
  font-size: 21px;
  min-height: 84px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.collection-landing-cardlink:hover {
  text-decoration: none !important;
}

.card-group.collection-card-group {
  display: inline-box;
  display: -webkit-inline-box;
}

.collection-landing-intro h2 {
  font-size: 32px !important;
}

.collection-landing-intro p {
  font-size: 20px !important;
  line-height: 30px !important;
}

.collection-landing-intro .intro-first-line {
  margin: 15px 0 0 0 !important;
}

section.page-top.collection-landing.landing-master {
  /* margin-top: -20px; */
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
}

.card-deck.collection-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

a.collection-landing-cardlink:hover h4 {
  border-bottom: solid 4px #f1c53f;
}

a.collection-landing-cardlink:hover .collection-card {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(140, 140, 140, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(140, 140, 140, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(140, 140, 140, 0.75);
}

section#inside-content a {
  text-decoration: none !important;
}

img.card-img-top {
  width: 100%;
  max-height: 170px;
  object-fit: cover;
}

a.collection-landing-cardlink {
  max-width: 317px;
}

.browsing-filters.indent-content.section-landing-page {
  border: none;
  box-shadow: initial;
  padding-bottom: 0px;
}

.clear.section-landing-devider {
  /* border-bottom: solid 1px rgba(0,0,0,0.1); */
  margin: 0;
  border-bottom: 0.7px solid #fff;
  height: 2px;
  background-color: #cecece;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}

/******************************
***** ITEM ARCHIVAL INFO ******
*******************************/

#source-archive {
  margin: 1.25em 0 5em;
  max-width: 1095px;
}

.s-table-wrapper {
  margin: 0 1em;
}

/******************************
******* COLLECTION PAGE *******
*******************************/

#intro-extended {
  display: none;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.page-top.collection-landing {
  background-color: #152235;
  max-width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 25px;
  margin-bottom: 2em;
  overflow: hidden;
}

.collection-landing.section-landing {
  margin-bottom: 0;
}

.page-top.collection-landing hr {
  margin-bottom: 35px;
}

.page-top.collection-landing .indent-content {
  padding: 0 1.5em;
  position: relative;
  z-index: 5;
}

.page-top.collection-landing h2 {
  color: #fff;
  font-size: 3em;
  line-height: 1.1em;
}

.page-top.collection-landing h3 {
  color: #f1c53f;
  font-family: "Raleway", serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 30px;
}

.page-top.collection-landing .intro-first-line {
  font-size: 20px;
}
.page-top .share-label {
  color: #fff;
  display: inline;
}

.page-top .social-share-icons {
  display: inline;
  list-style: none;
  padding: 0;
}

.page-top .social-share-icons li {
  display: inline;
}
.page-top .social-share-icons li a {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 30px;
  font-size: 1.3em;
  margin-right: 5px;
  padding: 3px 0;
  text-align: center;
  width: 30px;
}

.intro-first-line {
  color: #fff;
  max-width: 900px;
  font-size: 1.75em;
  line-height: 1.4em;
  margin: 15px 0 0 0;
  text-shadow: 1px 1px 0 #152235;
}

.page-heading .heading-eyebrow {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

#intro-content {
  max-width: 898px;
  padding: 0 2em;
}

#intro-content:not(.tags) p:first-child:first-letter {
  float: left;
  font-weight: bold;
  padding: 8px 8px 0 3px;
  font-size: 4em;
  font-family: "Raleway", Georgia, serif;
}

#intro-content p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.552em;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
}
#intro-content p a {
  font-family: inherit;
}
/******************************
********* FOOTNOTES ***********
*******************************/

.footnotes-box {
  display: none;
}

sup {
  font-weight: bold;
  color: var(--teal);
  padding: 0 1px 0 2px;
  cursor: pointer;
  font-size: 0.9em;
}

sup:hover {
  color: #152235;
}

.footnote {
  background: rgba(255, 255, 255, 0.25);
  border-left: 6px solid #cecece;
  font-size: 1em;
  margin: 1em auto;
  overflow: hidden;
  padding: 0.5em 3em 0.5em 1em;
  position: relative;
  color: var(--textColor);
  display: none;
}

.footnote h3 {
  font-family: "Source Sans Pro", sans-serif;
  float: left;
  margin: 0 8px 15px 0;
  font-weight: bold;
}

.footnote p,
.footnote span {
  display: block;
  line-height: 1.3em !important;
  font-size: 12px !important;
  font-weight: 400;
}

article.context-space .footnote p {
  font-size: 0.85em;
  margin-bottom: 0;
  line-height: 1.1em;
}

a.close-fnote {
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 1.2em;
  cursor: pointer;
}

article.context-space .footnote p:first-child:first-letter {
  float: none;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  font-family: inherit;
}

/******************************
**** RESPONSIVE ADJUSTMENTS ***
*******************************/

@media (min-width: 600px) {
  header .flip-container {
    position: absolute;
    perspective: 1000;
    right: 40px;
    top: -8px;
  }
  .browsing-filters .dropdown button {
    min-width: 170px;
    text-align: left;
    position: relative;
    border-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .all-items-browse li {
    padding: 0.1em 0.1em 2em;
    width: 48%;
    margin: 10px 1%;
  }
}

/* Align Grid/List buttons on left unless XL screen */
@media screen and ( max-width: 1200px ){
  .pagination-container .row {
    margin-top: 15px;
    display: inline-block;
  }

  .pagination-container #browse-tabs {
    text-align: start;
  }

  .pagination-container .pagination {
    justify-content: start;
    margin: 20px 0px 15px 0px;
  }
}

@media (min-width: 425px) {
  #meerkat {
    padding: 30px !important;
  }
}

@media (min-width: 576px) {
  #meerkat {
    height: 200px;
    padding: 10px !important;
  }
  #meerkat .closeBtn {
    right: 20px;
    top: 20px;
  }

  #meerkat .closeBtn i {
    font-size: 2.4em;
  }

  #meerkat p {
    margin-top: 20px;
    font-size: 1.6em;
  }

  #meerkat .mktoForm .mktoFieldWrap {
    display: flex;
    justify-content: center;
    max-width: 480px !important;
  }

  #meerkat .mktoForm input[type="email"] {
    margin-right: 20px !important;
  }

  #meerkat .mktoButtonWrap.mktoSimple {
    flex: 0 0 130px;
  }
}

@media (min-width: 768px) {
  #meerkat {
    padding: 40px;
  }

  #meerkat .closeBtn i {
    font-size: 3em;
  }

  #meerkat p {
    font-size: 1.8em;
  }

  .home-intro-section.page-heading .row {
    display: flex;
    align-items: center;
  }

  .jewish-section h2 {
    border-right: 197px solid #f1c53f;
  }
  .context-resources {
    width: 39%;
    float: left;
    margin: -125px 25px 0 0;
    position: relative;
    z-index: 2;
  }
  input.form-control {
    width: 228px;
    display: inline-block;
    margin-bottom: 0;
  }
  /*** Create Account ***/
  #create-account-form {
    max-width: 800px;
  }
  #create-account-form label {
    display: inline-block;
    width: 27%;
    text-align: right;
    padding-right: 10px;
  }
  #create-account-form .toggle-signup label {
    width: auto;
  }
  #create-account-form .toggle-signup input {
    width: auto;
  }
  #create-account-form input {
    width: 63%;
    display: inline-block;
  }
  #create-account-form input[type="checkbox"] {
    width: auto;
  }
  .desktop-indent {
    margin-left: 27%;
    display: block;
    padding-left: 10px !important;
  }
  .button-container {
    flex-direction: row;
    margin-right: 10px;
  }
  .button-container #clear-filter {
    display: inline;
    margin: 0 0 0 5px;
  }
  .browsing-filters .dropdown {
    display: inline-block;
    margin: 0 0.5em 0 0.2em;
  }
  .browsing-filters .dropdown:nth-child(2) {
    margin-right: 0;
  }

  .home-intro-section .content {
    margin: 0 auto;
    width: 80%;
  }

  .home-intro-section a.btn {
    padding: 10px 40px;
    width: auto;
  }

  .home-intro-section p,
  .home-intro-section ul li {
    font-size: 1.15em;
    line-height: 1.5em;
  }

  .home-intro-section ul li {
    margin-bottom: 10px;
  }

  .home-intro-section hr {
    display: none;
  }

  .home-intro-section .highlights p {
    font-size: 1.6rem;
  }

  .home-intro-section .highlights a {
    width: 100%;
  }


  .home-browse-collection h2 {
    width: 100%;
    height: 12px;
    position: relative;
    background: #f1c53f;
    line-height: 0.5;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 24px;
  }

  .home-browse-collection h2 span {
    position: absolute;
    left: 50%;
    background: #efefef;
    padding: 0 20px;
    transform: translateX(-50%);
    text-wrap: nowrap;
  }

}

/**** additional breakpoint not in bootstrap *****/

@media (min-width: 850px) {
  .all-items-browse li {
    padding: 0.1em 0.1em 2em;
    width: 32.25%;
    margin: 10px 0.5%;
  }
  .all-items-browse ul.list-view li {
    border: 1px solid #fff;
    width: 100%;
    padding: 0 0 0 0;
    display: block;
  }
  .all-items-browse ul.list-view figure {
    width: 20%;
    padding-bottom: 14%;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 1em 0 0;
  }

  .home-browse-collection p {
    line-height: 1.4em;
  }

  .home-browse-collection .collection-item p a {
    color: #1e2c3f;
    font-weight: bold;
    font-size: 1.1em;
  }
}

@media (min-width: 992px) {
  .content-container.home-browse-collection {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .home-browse-collection h2 {
    margin-top: 10px;
  }
  .headline h1 {
    display: inline-block;
  }
  #nav-login {
    display: block;
  }
  .navbar-nav {
    align-items: center;
    display: flex;
    list-style: none;
  }
  .navbar-nav li {
    border: 1px solid #152235;
    border-left: 1px solid #5a697e;
    position: relative;
  }
  .navbar-nav li:first-child {
    border: 0;
  }
  .navbar-nav li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-family: "Raleway", Georgia, serif;
    padding: 8px 15px 5px;
  }
  .navbar-nav li a i {
    font-size: 18px;
  }
  .navbar-nav li a i.fa-home {
    font-size: 20px;
  }
  .navbar-nav li a i.fa-user {
    margin-right: 10px;
  }
  .navbar-nav li a i.fa-angle-down {
    margin-left: 5px;
  }
  .navbar-nav li a i.fa-search {
    margin-right: 5px;
  }
  .navbar-nav li .user-link {
    border: 1px solid #152235;
    border-bottom: 0;
  }
  .navbar-nav li .user-menu {
    display: none;
  }
  /* .navbar-nav li.user-item {
    border-left: 1px solid #5a697e;
    border-right: 1px solid #5a697e;
  } */
  .navbar-nav li.user-item:hover, .navbar-nav li.user-item:focus-within {
    background: #fff;
    border-bottom: 0;
  }
  .navbar-nav li.user-item:hover a, .navbar-nav li.user-item:focus-within a {
    color: #152235;
  }
  .navbar-nav li.user-item .user-menu {
    background: #fff;
    border: 1px solid #152235;
    border-top: 0;
    list-style: none;
    padding: 5px;
    position: absolute;
    width: 100%;
  }
  .navbar-nav li.user-item .user-menu li {
    border: 0;
  }
  .navbar-nav li.user-item .user-menu li a {
    border-top: 1px dashed #cccccc;
    display: block;
    padding: 10px;
  }
  .navbar-nav li.user-item:hover .user-menu, .navbar-nav li.user-item:focus-within .user-menu {
    display: block;
  }
  nav#sitewide,
  nav#sitewide.open-menu {
    margin: 0;
    display: block;
    position: relative;
    z-index: 3;
    /* top: 124px; */
    /* bottom: 0; */
    height: 100%;
    width: 300px;
    /* transition: all 0.6s; */
    /* -webkit-transition: all 0.6s; */
    background: #fff;
    padding: inherit;
  }
  #menu-flipper {
    display: none;
  }
  .header-bg-cover {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 30px;
  }
  .mobile-nav {
    display: none;
  }
  .mobile-search {
    display: none;
  }
  header {
    padding: 2em 0;
    position: relative;
    width: 100%;
    z-index: 3;
    /* border-bottom:1.5px solid #f1c53f; */
    /* box-shadow: 1px 0 2px #fff; */
    background: #152235;
    color: #152235;
  }
  header .indent-content {
    position: relative;
    margin: 0 auto;
  }
  .headline {
    margin-bottom: 20px;
  }
  .headline a {
    color: #fff;
  }

  header h1 .title {
    width: auto;
    color: #fff;
    margin: 0 0 6px;
    padding: 0 5px;
    font-weight: 700;
    font-size: 16.8px;
    letter-spacing: 2px;
    border-right: 90px solid #f1c53f;
    border-left: 30px solid #f1c53f;
    line-height: 0.7em;
  }
  header .sub-title {
    margin: 0;
    color: #fff;
    font-size: 36px;
    text-align: left;
    display: block;
    font-family: "Knockout 50 A", "Knockout 50 B", "Source Sans Pro", Helvetica,
      sans-serif;
  }
  nav#sitewide,
  nav#sitewide.open-menu {
    padding: 15px;
  }
  nav#sitewide .n-one {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
  }
  .dropdown-button {
    max-width: 60%;
  }
  .browsing-filters .dropdown {
    margin-bottom: 10px;
  }

  .content-container {
    /* max-width: 850px; */
    padding: 0 48px;
  }
  .page-heading {
    padding-top: 48px;
  }

  .home-intro-section.page-heading {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .home-intro-section p,
  .home-intro-section ul li {
    font-size: 1.25em;
    line-height: 1.65em;
  }

  .home-intro-section h2 {
    font-size: 38px;
    line-height: 1.2em;
  }

  


  .home-personal-section {
    padding-bottom: 48px;
    padding-top: 48px;
  }

  .home-personal-section h2 {
    margin-top: 0;
  }

  .home-personal-section p {
    margin: 0 auto 20px;
    width: 80%;
  }

  .home-button-container {
    margin: 0 auto;
    width: 400px;
  }

  .home-personal-section .home-button-container a.btn {
    display: inline-block;
    margin: 0 5px;
    width: 180px;
  }

  .all-items-browse.content-container {
    padding-bottom: 48px;
  }

  .header-bg-cover {
    flex-direction: row;
  }
  .headline {
    margin-bottom: 0;
  }

  .stand-alone {
    padding-top: 48px;
  }

  .stand-alone p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.552em;
    margin-bottom: 20px;
    max-width: 790px;
  }

  .stand-alone blockquote {
    float: right;
    width: 35%;
    margin: 0 0 10px 20px;
  }
  div.n-one {
    position: absolute;
  }
  .page-top.collection-landing {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .page-top.collection-landing .indent-content {
    padding: 0 48px;
  }
  .page-top.collection-landing .intro-first-line {
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .page-top.collection-landing hr {
    margin-bottom: 45px;
  }
  #intro-content {
    padding: 0 0 0 48px;
  }
  .collection-all-items {
    padding: 0 48px 48px;
  }
}

@media (min-width: 1095px) {
  .indent-content {
    padding: 2em;
  }
  .inside-content.clicked {
    margin-left: 330px;
  }
  .all-items-browse li {
    padding: 0 0 2em;
    width: 32.25%;
    margin: 20px 0.5% 0;
  }
  .all-items-browse ul.list-view li {
    padding: 0 0 0 0;
  }
  .button-container {
    /*margin-right: 40px;*/
    margin-right: 0;
  }

  .home-browse-collection .parent-row {
    margin: 0 auto;
    max-width: 1440px;
  }
}

@media (max-width: 1380px) {
  #browse-tabs {
    position: relative;
    /* left: 0; */
    display: block;
    margin-left: 3px !important;
    margin-top: 10px;
  }

  .button-container #browse-tabs {
    display: inline-block;
    margin: 0 !important;
  }
  .button-container #browse-tabs a {
    margin-left: 0;
  }
}

@media (max-width: 1358px) {
  a.collection-landing-cardlink {
    width: 33%;
    transition: 0.6s;
    -webkit-transition: 0.6s;
  }
}

@media (min-width: 1359px) {
  img.card-img-top {
    min-width: 298px;
  }
}

@media (max-width: 1157px) {
  #browse-tabs {
    position: relative;
    /* left: 0; */
    display: block;
    margin-left: 3px !important;
    margin-top: 10px;
  }
  .button-container #browse-tabs {
    display: inline-block;
    margin: 0;
  }
}

@media (max-width: 1000px) {
  a.collection-landing-cardlink {
    width: 50%;
    transition: 0.6s;
    -webkit-transition: 0.6s;
  }
}

@media (max-width: 900px) {
  button.btn.btn-info.create-btn-perspective {
    font-size: 14px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  section#home-perspective {
    padding: 0px 15px;
  }
  header h2,
  header .title {
    border-right-width: 0px !important;
  }
  .home-intro {
    /* border-top: solid 0.1px rgba(241, 197, 63, 0.3); */
    margin-top: 40px !important;
    padding-top: 0px;
    margin-bottom: 30px !important;
  }
  section#home-testimonial {
    padding: 40px 20px;
  }
  #home-testimonial p {
    font-size: 20px;
    line-height: inherit;
  }
  #home-testimonial span {
    font-size: 16px;
  }
  .home-intro p {
    font-size: 22px;
    line-height: 30px;
  }
  .home-intro button {
    font-size: 18px !important;
  }
  button.btn.btn-info.create-btn-perspective {
    font-size: 16px;
    width: 100%;
  }
  img.hometool-desktop {
    display: none !important;
  }
  img.hometool-mobile {
    display: block !important;
    max-width: 500px !important;
    padding: 50px 20px 30px !important;
  }
  ul.tool-text-mobile {
    display: block !important;
    text-align: left;
    margin: 0 auto;
    max-width: 305px;
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  /* div.n-one {
    overflow-y: scroll;
    max-height: 500px;
  } */
  .menu-mobile-icons {
    display: none !important;
  }
  .open-menu #menu-flipper {
    /*top: -29px;*/
    display: none;
  }
  .card-deck.collection-landing {
    margin: 0 auto;
    /* display: table; */
  }
  .card.collection-card {
    margin: 10px 10px 20px 10px;
    max-width: 317px;
  }

  .browsing-filters.indent-content.section-landing-page {
    padding-top: 0px;
  }
  .ushmm_logo {
    width: 150px;
    float: none;
    margin: 0 0 20px;
  }
  a.list-links {
    display: block;
    padding: 3px 0;
    border-bottom: 1px dotted;
  }
  footer h1 {
    font-size: 1.75em;
  }
  footer h2 {
    font-size: 1em;
  }
  section.all-items-browse.indent-content {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .page-top.collection-landing h2 {
    font-size: 34px !important;
  }
  .collection-landing-intro p {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .browsing-filters.indent-content.section-landing-page {
    text-align: center;
    margin-left: 0px !important;
  }
  /*
    section.page-top.collection-landing.landing-master{
        margin-top: 107px;
    }
    */
  /*
    .page-top.collection-landing{
        margin-top: 100px;
    }
    */
}
@media (max-width: 599px) {
  span.select2.select2-container.select2-container--default {
    width: 96% !important;
  }
  a.collection-landing-cardlink {
    width: 100%;
  }
  .card-deck.collection-landing {
    display: table;
  }
  img.card-img-top {
    max-height: 270px;
  }
  .card.collection-card {
    max-width: none;
  }
}

@media (max-width: 508px) {
  .browsing-filters.indent-content {
    margin-left: 0px !important;
    text-align: center;
  }
  .perspective-btn {
    margin: 3px 0px;
  }
}

@media (max-width: 400px) {
  img.card-img-top {
    max-height: 200px;
  }
}