h2 {
  font-weight: 300;
  text-align: center;
  font-size: 45px;
}

h1.light {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 45px;
}

nav .navbar-collapse.collapse.in > ul.navbar-nav.nav,
nav .navbar-collapse.collapsing > ul.navbar-nav.nav {
  z-index: 100;
  background-color: rgba(0,0,0,0.6);
  margin-top: 0;
  margin-bottom: 0;
}

nav.topnav {
  position: absolute;
  width: 100%;
  color: white;
  background: rgba(66,48,27,0.3);
}

.navbar-brand img.logo {
  height: 35px;
}

@media (max-width: 350px) {
  .navbar-brand img.logo {
    height: 30px;
    margin-top: 2px;
  }
}

.topnav a {
  text-decoration: none;
  color: #fff;
}

.topnav .navbar-toggle {
  color: #fff;
}

@media (max-width: 767px) {
  nav.topnav {
    background: rgba(0,0,0,0);
  }

  .topnav a {
    color: white;
  }
}

.topnav .nav > li > a:hover, 
.topnav .nav > li > a:focus {
  background: transparent;
  color: #ccc;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .nav > li > a {
    font-size: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }

  div li.hover-dropdown > a::after {
    top: 12px;
  }
}

.navbar-brand, .navbar-nav > li > a {
  text-shadow: none;
}

.top-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 217px;
  background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/ccat-pagehead-1400.jpg");
}
.top-image .logo-link {
  position: absolute;
  top: 70px;
  left: 11%;
  width: 50%;
  height: 169px;
}
.top-image.british-spelling {
  background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/catalogue/ccat-pagehead-1400.jpg");
}
.top-image.french-spelling {
  background-image: url("https://gfamedia.org/ca/francais/images/cadeau/2023/ccat-pagehead-1400.jpg");
}
.homepage-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 430px;
  background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/ccat-homepage-1400.jpg");
}
.homepage-image.british-spelling {
  background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/catalogue/ccat-homepage-1400.jpg");
}
.homepage-image.french-spelling {
  background-image: url("https://gfamedia.org/ca/francais/images/cadeau/2023/ccat-homepage-1400.jpg");
}
@media (min-width: 1600px) {
  .top-image {
    background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/ccat-pagehead-1800.jpg");
  }
  .top-image.british-spelling {
    background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/catalogue/ccat-pagehead-1800.jpg");
  }
  .top-image.french-spelling {
    background-image: url("https://gfamedia.org/ca/francais/images/cadeau/2023/ccat-pagehead-1800.jpg");
  }
  .homepage-image {
    background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/ccat-homepage-1800.jpg");
  }
  .homepage-image.british-spelling {
    background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/catalogue/ccat-homepage-1800.jpg");
  }
  .homepage-image.french-spelling {
    background-image: url("https://gfamedia.org/ca/francais/images/cadeau/2023/ccat-homepage-1800.jpg");
  }
}
@media (max-width: 1000px) {
  .homepage-image {
    height: 300px;
  }
  .top-image.french-spelling {
    background-image: url("https://gfamedia.org/ca/francais/images/cadeau/2023/ccat-pagehead-830.jpg");
  }
}
@media (max-width: 768px) {
  .top-image {
    background-position: center center;
  }
  .top-image .logo-link {
    top: 62px;
    left: 7%;
    height: 120px;
  }
  .top-image {
    height: 185px;
    background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/ccat-pagehead-830.jpg");
  }
  .top-image.british-spelling {
    background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/catalogue/ccat-pagehead-830.jpg");
  }
  .homepage-image {
    background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/ccat-homepage-830.jpg");
    height: 185px;
  }
  .homepage-image.british-spelling {
    background-image: url("https://gfamedia.org/images/23-Christmas-Catalog/catalogue/ccat-homepage-830.jpg");
  }
  .homepage-image.french-spelling {
    background-image: url("https://gfamedia.org/ca/francais/images/cadeau/2023/ccat-homepage-830.jpg");
  }
}

.green-texture {
  background-image:url(https://gfamedia.org/images/17-Christmas-Catalog/green-texture.jpg);
  background-repeat: repeat;
  padding-top: 10px;
  padding-bottom: 20px;
}

.green-texture .btn {
  margin: 0 5px;
}

@media (min-width: 501px) {
  .category-buttons .btn-blue {
    margin-left: 15px;
  }
}

/* Categories Subnav */

.categories-subnav {
  display: flex;
  margin-top: 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid #C2C2C2;
  flex-wrap: wrap;
}

.browse-categories-text {
  color: #333;
  display: block;
  font-size: 130%;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  margin-top: 5px;
}

ul.category-buttons {
  padding-left: 0px;
  flex-grow: 1;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 0;
}

ul.category-buttons li {
  display: inline-block;
  flex-grow: 1;
}

ul.category-buttons li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  padding-bottom: 8px;
  margin-bottom: -1px;
}


ul.category-buttons span.link-text {
  color: #13324B;
  padding-left: 5px;
  font-size: 110%;
  cursor: pointer;
}

ul.category-buttons span.link-text::after {
  transition: 0.3s;
  content: " \00BB";
  position: relative;
  left: 0;
}

ul.category-buttons a:hover span.link-text::after {
  left: 4px;
}

ul.category-buttons span.icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #52738D;
  cursor: pointer;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;

  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
}

span.icon.icon-stable {
  mask-image: url(https://gfamedia.org/images/20-Christmas-Catalog/svg/sheep.svg);
  -webkit-mask-image: url(https://gfamedia.org/images/20-Christmas-Catalog/svg/sheep.svg);
}

span.icon.icon-sewing-machine {
  mask-image: url(https://gfamedia.org/images/20-Christmas-Catalog/svg/sewing-machine.svg);
  -webkit-mask-image: url(https://gfamedia.org/images/20-Christmas-Catalog/svg/sewing-machine.svg);
  margin-right: 5px;
}

ul.category-buttons span.icon.icon-bicycle {
  mask-image: url(https://gfamedia.org/images/20-Christmas-Catalog/svg/bicycle.svg);
  -webkit-mask-image: url(https://gfamedia.org/images/20-Christmas-Catalog/svg/bicycle.svg);
  width: 45px;
}

ul.category-buttons span.icon.icon-all {
  mask-image: url(https://gfamedia.org/images/20-Christmas-Catalog/svg/all-items.svg);
  -webkit-mask-image: url(https://gfamedia.org/images/20-Christmas-Catalog/svg/all-items.svg);
  height: 30px;
}

@media (min-width: 768px) {
  .categories-subnav {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  ul.category-buttons li a {
    padding: 10px 7px;
    border-radius: 4px;
  }

  ul.category-buttons a.selected {
    border-bottom: 5px solid #3B8D55;
    position: relative;
  }

  ul.category-buttons a.selected::after {
    content: '';
    position: absolute;
    background: #3B8D55;
    width: 70px;
    height: 14px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    top: 100%;
    left: 50%;
    margin-left: -35px;
    margin-top: 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  }

  ul.category-buttons a.selected span.link-text {
    color: #3B8D55;
  }

  ul.category-buttons a.selected span.icon {
    background: #3B8D55;
  }

  ul.category-buttons li a.view-all span.icon {
    background: #99071a;
  }

  ul.category-buttons li a.view-all span.link-text {
    color: #99071a;
  }

}

@media (max-width: 767px) {
  .categories-subnav {
    padding-bottom: 8px;
  }

  .browse-categories-text {
    text-align: center;
    flex-grow: 1;
  }

  ul.category-buttons li {
    width: 48%;
    margin: 4px 2px;
  }
  ul.category-buttons li a {
    background: #DFDFDF;
    border-radius: 7px;
    padding: 6px 6px;
  }

  ul.category-buttons li a.selected {
    background: #3B8D55;
  }

  ul.category-buttons a.selected span.icon {
    background: white;
  }

  ul.category-buttons a.selected span.link-text {
    color: white;
  }

  ul.category-buttons span.icon {
    width: 40px;
    height: 40px;
  }

  ul.category-buttons span.icon.icon-bicycle {
    width: 50px;
  }

  ul.category-buttons span.icon.icon-all {
    height: 36px;
    margin: 2px 0;
  }

  ul.category-buttons span.link-text {
    font-size: 92%;
  }
}

/** Top Nav **/
li.hover-dropdown {
  position: relative;
}

@media (min-width: 768px) {

  li.hover-dropdown > a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #333 transparent transparent;
    position: relative;
    top: 15px;
    left: 3px;
  }

  li.hover-dropdown > a:hover::after {
    border-color: #333 transparent transparent;
  }

  li.hover-dropdown ul.dropdown-menu {
    right: auto;
    border-radius: 3px;
    left: -10px;
  }

  li.hover-dropdown:hover ul.dropdown-menu {
    display: block;
  }

  li.hover-dropdown ul.dropdown-menu::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(0,0,0,0.3);
    position: absolute;
    left: 45px;
    top: -10px;
  }

  li.hover-dropdown ul.dropdown-menu::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 45px;
    top: -11px;
  }

  li.hover-dropdown.right-menu ul.dropdown-menu {
    right: 0;
    left: auto;
  }

  li.hover-dropdown.right-menu ul.dropdown-menu::before,
  li.hover-dropdown.right-menu ul.dropdown-menu::after {
    left: auto;
    right: 20px;
  }

  .dropdown-menu > li > a.btn-success {
    color: white;
    font-weight: 600;
    margin: 7px 11px;
  }

  .dropdown-menu > li > a.btn-success:hover {
    background: #B32435;
  }
}

.dropdown-menu {
  background: rgba(0,0,0,0.7);
}

.dropdown-menu > li > a {
  color: white;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
  background: rgba(179, 36, 53, 0.6);
  color: white;
}

/** Buttons **/

.btn {
    border-radius: 5px;
    color: #FFFFFF !important;
    transition: all 0.15s ease-in-out;
}
.btn-red,
.btn-danger,
.btn-blue,
.btn-primary,
.btn-green,
.btn-success,
.btn-yellow,
.btn-warning {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    padding-bottom: 2px;
}
.btn-red,
.btn-danger {
    background-color: #DE0835;
    border-color: #A31F3B;
}
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #EA0C3B;
}
.btn-blue,
.btn-primary {
    background-color: #648EB0;
    border-color: #47667F;
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #6A9DC7;
}
.btn-green,
.btn-success {
  background-color: #3B8D55;
  border-color: #2C5E3C;
}
.btn-green:active,
.btn-green:focus,
.btn-green:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background: #41A05F;
}
.btn-yellow,
.btn-warning {
  background-color: #ECA80D;
  border-color: #B68500;
}
.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background: #F9BB2E;
}
.btn-blue.selected,
.btn-green.selected,
.btn-red.selected,
.btn-yellow.selected {
  background-color: #6F6567;
  border-color: #4C4546;
}

.btn-plusminus {
  background-color: #B2CBE0;
}
.btn-plusminus:active,
.btn-plusminus:focus,
.btn-plusminus:hover {
  background-color: #A5BDD1;
}

.btn-outline,
.btn-outline-dark {
  border: 1px solid #333333;
  color: #333333;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
  background-color: #333;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .category-toggle {
    display: none;
  }
}

.btn.coloring-sheet-download {
  position: relative;
  top: -30px;
  margin-bottom: 10px;
}

/** Homepage Featured **/
.homepage-featured-image {
  position: relative;
  min-height: 200px;
}

.homepage-featured-image .btn-give {
  position: absolute;
  bottom: 15px;
  left: 5%;
  right: 5%;
  width: 90%;
}

/** Page Sections **/

.blue-section {
  background: #CCDAE5;
  background-image:url(https://gfamedia.org/images/17-Christmas-Catalog/snowflake-pattern.svg);
  background-repeat: repeat-x;
}

.mygfa-section {
  background: #9cdae6;
  background-image:url(https://gfamedia.org/images/17-Christmas-Catalog/snowflake-pattern.svg);
  background-repeat: repeat-x;
  border-bottom: #DE0835 6px solid;
}

.paper-section {
  background-image:url(https://gfamedia.org/images/17-Christmas-Catalog/creampaper.png);
  background-repeat: repeat;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  padding: 30px 0;
}

.kids-section {
  background: #5AA8F3;
  padding: 30px 0;
}

.kids-section p {
  font-size: 110%;
  font-weight: 600;
}

.catalog-order-section {
  background-image:url(https://gfamedia.org/images/20-Christmas-Catalog/wood-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 30px 0;
}

.catalog-order-section .text-box {
  padding: 30px 15px;
}

@media (max-width: 767px) {
  .catalog-order-section {
    text-align: center;
  }

  .catalog-order-section img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .catalog-order-section {
    padding: 50px 0;
  }

  .catalog-order-section .text-box {
    font-size: 120%;
    margin-top: 60px;
  }

}


blockquote {
  border-left: 3px solid #648EB0;
  font-size: 110%;
  font-style: italic;
  padding: 10px 20px;
}

blockquote .ref {
  font-style: normal;
  display: block;
  margin-top: 10px;
  text-align: right;
}

img.white-border {
  border: 8px solid white;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}

.story-image-box {
  padding-left: 20px;
  position: relative;
}

.story-image-pig {
  position: relative;
  top: -60px;
  right: -10%;
  transform: rotate(5deg);
  max-width: 50%;
  float: right;
}

.story-image-box p.caption {
  width: 70%;
  padding-top: 15px;
  font-size: 90%;
  color: #555;
}

@media (max-width: 1000px) {
  .story-image-pig {
    max-width: 60%;
    top: -120px;
    right: -20%;
  }

  img.white-border {
    border: 5px solid white;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
  }

  .read-story-link {
    position: relative;
    top: 56px;
  }
}

@media (max-width: 768px) {
  .story-image-pig {
    right: 0px;
  }

  .read-story-link {
    top: 117px;
  }
}

a.story-cta,
a.story-cta:hover,
a.story-cta:active {
  color: #8DB4D3;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 150%;
  font-weight: 600;
}

a.story-cta img {
  display: inline;
  width: 38px;
  position: relative;
  top: -4px;
  transition: 0.3s;
}

a.story-cta:hover img {
  top: 0px;
}

.down-arrow,
a.down-arrow:hover,
a.down-arrow:active {
  display: block;
  color: #8DB4D3;
  margin-bottom: 25px;
}

a.down-arrow img {
  transition: 0.3s;
  position: relative;
  top: 0;
}

a.down-arrow:hover img {
  top: 6px;
}

a.large-button {
  display: block;

}

a.large-button:hover {
  opacity: 0.85;
}

a.large-button img {
  margin: 0 auto 30px;;
}

@media (min-width: 768px) {
  a.large-button.missionary img {
    position: relative;
    left:-12px;
  }
}

@media (min-width: 767px) {
  a.large-button img {
    margin-bottom: 10px;
  }
}

a.large-button.missionary img.hoverstate {
  display: none;
}

a.large-button.missionary:hover img.hoverstate {
  display: block;
}

a.large-button.missionary:hover img.normal {
  display: none;
}

.yellow-arrow-left {
  position: relative;
}

.yellow-arrow-left::before {
  content: ' ';
  width: 14px;
  height: 28px;
  background-image: url(https://gfamedia.org/design2017/arrow_motif.svg);
  position: absolute;
  left: -35px;
  top: 5px;
}

/** Responsive Details **/
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

/** Category Pages **/
.category-description p {
  font-size: 110%;
}

.feature-image {
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
  margin-bottom: 10px;
  position: relative;
}

.feature-image .btn-give {
  position: absolute;
  bottom: 20px;
  right: 5%;
  left: 5%;
  display: block;
  width: 90%;
}

@media (max-width:767px) {
  .feature-image {
    margin: 25px -15px;
  }
}

.featured-bow {
  position: absolute;
  right: -18px;
  top: -18px;
  display: none;
}

.has-bow .featured-bow {
  display: inline;
}

hr.dark-red {
  border-bottom: 2px solid #C00129;
}

hr.short {
  width: 30%;
  margin: 5px auto 25px;
}

.cart-box,
.faded-green {
  border: 1px solid #4FBD72;
  background: #D8E8DD;
  padding: 15px 30px;
}

.cart-box h2 {
  text-align: left;
  font-size: 35px;
  margin-top: 0px;
  margin-left: 5px;
}

.cart-box hr,
.faded-green hr {
  border-top: 1px solid #97BFA4;
}

.cart-box a,
.faded-green a {
  color: #395E68;
}

.cart-box .fa-shopping-cart {
  font-size: 85%;
  opacity: 0.85;
}

.info-box h2::before {
  display: none;
}

.product-quote {
  color: #648EB0;
  font-size: 90%;
  padding-left: 15px;
  padding-right: 35px;
  border-left: 2px solid #648EB0;
  font-style: italic;
}

.product-quote span {
  display: block;
  font-style: normal;
}

.donate-box {
  color: #3B8D55;
  font-weight: 600;
  font-size: 110%;
}

.donate-box_amount {
  border-radius: 3px;
  background: #E3EFE7;
  border: 1px solid #5EB97A;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
  padding: 5px 7px;
  width: 120px;
  color: black;
}

/** Gift Categories List **/
h2.gift-categories-h2 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
}

.categories-list img {
  border-radius: 15px;
}

@media (min-width: 768px) {
  .categories-list img {
    max-width:75%;
  }
}


.categories-list ul {
  margin-top: 10px;
  padding-left: 13px;
}

.categories-list ul li {
  list-style-type: '\203A';
  padding-left: 7px;
}

/* for the cart left column */
.donation-box_amount {
  padding-left: 20px;
}

@media (max-width: 767px) {
  div form[data-cart-form] .btn-green {
    width: 100%;
    display: block;
    margin-top: 8px;
  }

  [data-cart-form] .flash-message {
    position: fixed;
    left: 20%;
    right: 20%;
    top: 40%;
    text-align: center;
    background: rgba(0,0,0,0.7);
    color: white;
    z-index: 20;
    border-radius: 4px;
    padding: 7px;
  }

  .donate-box_amount {
    width: 180px;
  }
}

.mobile-checkout-button {
  display: none;
}

@media (max-width: 767px) {
  .mobile-checkout-button {
    display: block;
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
  }

  .mobile-checkout-button .btn {
    display: block;
    width: 100%;
  }
}

/** All Items **/

.donate-box_amount.small-input {
  font-size: 13px;
}

input.donate-box_amount {
  padding-left: 20px;
}

.donate-box_dollar-sign {
  position: relative;
  left: 20px;
}

.cart-editable-dollar {
  position: absolute;
  padding-left: 7px;
  padding-top: 2px;
}

.remove-item-link {
  color: #aaa;
  cursor: pointer;
  font-size: 120%;
}

a.remove-item-link:hover {
  color: #777;
}

@media (max-width: 768px) {
  .donate-box_amount.small-input {
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  .all-items-box .donate-box_amount {
    width: 57px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .all-items-box .donate-box_dollar-sign {
    position: absolute;
    left: 23px;
  }

  .all-items-box .donate-box_amount {
    padding-left: 30px;
    display: block;
    width: 100%;
  }

  .all-items-box.donate-box .btn-success {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}


@media (max-width: 767px) {
  .donate-box {
    padding-top: 10px;
  }

  .all-items-box .donate-box_amount {
    width: 100px;
    padding-left: 5px;
  }

  .donate-box .btn-success {
    padding: 8px 30px;
  }
}

.js-error-notice {
  color: #C00129;
  opacity: 0;
}

hr.all-items-divider {
  margin-top: 0;
}

@media (min-width: 768px) {
  .all-items-add-box {
    padding-top: 30px;
  }
}

.all-items-description {
  font-size: 85%;
  background: #eaedf2;
  border-radius: 4px;
  padding: 10px 18px;
  margin-top: 10px;
}

.all-items-description .product-quote {
  color: #4F6C83;
  border-left-color: #4F6C83;
}

.flash-message {
  opacity: 0;
  color: #648EB0;
  font-size: 85%;
  padding-left: 10px;
}

.item-name {
  margin: 5px 0;
}

.price-text {
  font-weight: bold;
  margin-bottom: 5px;
}

/** Cart **/
.total-box {
  background: #CCDAE5;
}

.guest-checkout-box {
  background: #D8E4F0;
  border-radius: 5px;
  padding: 50px 0;
  text-align: center;
}

.gift-cart-login-form {
  text-align: center;
}

.gift-cart-login-form .cart-login-box {
  width: 100%;
}

.total-with-checkout {
  margin-top: 15px;
  color: #3B8D55;
  font-weight: bold;
}

.total-with-checkout .btn {
  margin-left: 10px;
}

.all-items-form .add-item-box {
  padding-top: 5px;
}

.all-items-form .item-name-box {
  padding-top: 3px;
}

@media (max-width: 767px) {
  .all-items-col {
    display: none;
  }
}

div .row.grand-total {
  background: rgba(0,0,0,0.15);
}


/** Catalog Order Form **/
#id_number_catalogs {
  max-width: 80px;
}

.order-form-well {
  background: #bfdac7;
  border-radius: 4px;
  padding: 10px 20px;
}

.order-form-well hr {
  border-top: 1px solid #a8bcad;
}

.order-form-well a {
  color: #376977;
}

.stamp {
  position: absolute;
  right: -115px;
  top: -12px;
  width: 150px;
}

@media (max-width: 767px;) {
  .stamp {
    position: absolute;
    right: -60px;
    top: -35px;
    width: 50px;
  }
}


.close-link {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

a.close-link:hover,
a.close-link:active {
  color: white;
}

.resource-links a {
  display: block;
  text-decoration: none;
  padding: 13px 15px;
  margin: 8px 5px;
  border-radius: 5px;
  background: #E6F0FB;
  color: #303030;
}

.resource-links a::after {
  content: '\f0ed';
  font-family: 'FontAwesome';
  color: #3B8D55;
  position: absolute;
  right: 30px;
  opacity: 0.5;
}

.resource-links a:hover::after {
  opacity: 1;
}

.resource-links-green a {
  display: block;
  text-decoration: none;
  padding: 13px 15px;
  margin: 8px 5px;
  border-radius: 5px;
  background: #D8E8DD ;
  color: #303030;
}

@media (min-width: 767px) {
  .resource-links-green {
    margin-top: -8px;
  }
}

@media (max-width: 767px) {
  .resource-links-green {
    margin-top: 8px;
  }
}

.resource-links a i {
  margin-right: 10px;
}

.resource-links-green a i {
  margin-right: 10px;
}

.resource-links a:hover,
.resource-links a:active {
  background: #D8E4F0;
}

.resource-links-green a:hover,
.resource-links-green a:active {
  background: #92bd9f;
}

/** Video **/
.video-name {
  margin-top: 5px;
  font-weight: 600;
}

.video-description {
  padding: 15px;
  font-size: 90%;
}

.video-download-link {
  font-weight: normal;
  font-size: 90%;
}

/** In-Honor **/
.row .in-honor-img {
  padding-right: 0;
}

p.in-honor-amount {
  margin-top: 5px;
  font-size: 110%;
}


/** Base Individual **/
.product-price {
  color: #3B8D55;
  font-size: 120%;
  font-weight: bold;
}

/** Footer **/
.green-section {
  background-color: #236338;
  background-image:url(https://gfamedia.org/images/17-Christmas-Catalog/tree-pattern.svg);
  background-repeat: repeat-x;
  background-position: center 20px;
  background-size: auto 80px;
  padding: 30px 0;
  color: #c6e4cc;
}

.footer {
  color: #c6e4cc;
}

ul.footer-links {
  padding-left: 0;
  list-style-type: none;
}

ul.footer-links a,
ul.footer-links a:hover,
ul.footer-links a:active,
ul.footer-links a:visited {
  color: #c6e4cc;
}

.footer .text-heading {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 5px;
  color: white;
}

.footer-row {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .footer-row {
    padding-top: 70px;
  }
}

.footer hr {
  border-top: 1px solid #4F9867;
}


/** Colors **/
.color-green,
.price-text {
  color: #3B8D55;
}

/** Utility Classes **/
.margin-centered {
  margin: 0 auto;
}

.float-right {
  float: right;
}

.display-block {
  display: block;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: bold;
}

.text-underline {
  text-decoration: underline;
}

.text-small {
  font-size: 90%;
}

.color-light-grey {
  color: #555;
}

.relative {
  position: relative;
}

.select-box-overlay {
  display: none;
}

a[data-toggle] {
  cursor: pointer;
}

/* Sitewide notification */
.sitewide-notification,
.cookie-notification {
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 0.9em;
  font-weight: 600;
  display: block;
  text-decoration: none;
  background: #DE0835;
}

.sitewide-notification a,
.cookie-notification a  {
  color: white;
  font-weight: 400;
}

.sitewide-notification button,
.cookie-notification button {
  border-radius: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
  padding: 4px 6px;
  border: 0;
  font-size: 0.85em;
  margin-left: 10px;
}

.sitewide-notification button:hover,
.cookie-notification button:hover {
  background: rgba(0,0,0,0.8);
}

.create-account-box {
  margin-bottom: 30px;
}

.gc-preview img {
  height: 400px;
}

/* Give Bar/Box */
.give-bar {
  padding: 10px 0;
  position: relative;
}

.give-bar.give-bar-slim {
  padding: 5px;
}

.give-box {
  border-radius: 3px;
  padding: 4px 15px;
  margin-bottom: 15px;
}

.give-bar-text {
  color: white;
  font-weight: 600;
  font-size: 28px;
  text-align: right;
  padding-top: 3px;
  padding-right: 4%;
}

.give-bar-slim .give-bar-text {
  padding-top: 7px;
  font-size: 26px;
}

.give-bar form {
  margin-bottom: 10px;
}

.give-bar .donate-box-buttons {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .give-bar-text {
    font-size: 22px;
    padding-top: 5px;
  }
}

.give-bar-buttons .btn-price {
  width: 18%;
}

.give-bar-buttons .btn-more {
  width: 30%;
}

@media (max-width: 480px) {
  .give-bar-buttons .btn {
    display: block;
    width: 100%;
    margin: 5px;
  }
}

.give-bar-buttons .btn-price {
  background: rgba(0,0,0,0.3);
  color: white;
  display: inline-block;
}

.give-bar-buttons a.btn-more {
  color: white;
  border: 1px solid white;
  margin: 5px;
  transition: 0.4s;
  padding: 7px 0;
}

.give-box .btn-price {
  display: block;
  width: 100%;
  background: rgba(0,0,0,0.3);
  color: white;
  margin-bottom: 10px;
  margin-left: 0;
}

.give-bar-buttons a.btn-more:hover {
  background: rgba(255, 255, 255, 0.2);
}

.give-bar-other {
  width: 18%;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}

.give-box .give-bar-other {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}

.give-bar-other .dollar-sign {
  position: absolute;
  left: 5px;
  top: 4px;
  font-size: 18px;
  color: rgba(255,255,255,0.8);
}

.give-bar-other .give-other-input {
  color: white;
  border-radius: 3px;
  padding: 9px 5px;
  border: 0;
  background: rgba(0,0,0,0.4);
  width: 100%;
  font-size: 14px;
  padding-left: 16px;
}
.give-bar-other .give-other-input::placeholder {
  color: white;
  opacity: 0.6;
}

.give-bar-other .give-other-input:focus {
  background: rgba(0,0,0,0.6);
}

.give-bar-other button.btn.btn-other-price {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin-left: 3px;
  color: black;
  background: rgba(255, 255, 255, 0.6);
}

.give-box .give-bar-other button.btn.btn-other-price {
  left: auto;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

.give-bar-other button.btn.btn-other-price:hover {
  background: rgba(255, 255, 255, 0.7);
}


@media (max-width: 767px) {
  .give-bar-text {
    text-align: center;
  }

  .give-bar-buttons {
    text-align: center;
  }

  .give-bar-other {
    width: 100%;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    padding-right: 20px;
  }

  .give-bar-other .dollar-sign {
    font-size: 20px;
    top: 5px;
  }

  .give-bar-other .give-other-input {
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
  }

  .give-bar-other button.btn.btn-other-price {
    left: 62%;
    width: 30%;
  }
}

.btn-price {
  margin: 0 5px;
  position: relative;
  transition: 0.4s;
  padding: 8px 0;
}

.btn-price .label-price {
  transition: 0.4s;
  position: relative;
  top: 0;
  z-index: 10;
}

.btn-price:hover .label-price {
  top: 6px;
}

.btn-price::after {
  content: 'GIVE';
  font-size: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 2px;
  left: 0px;
  opacity: 0;
  transition: 0.4s;
}

.btn-price:hover::after {
  opacity: 1;
}

@media (max-width: 767px) {
  .give-bar .btn-price {
    display: none;
  }

  .give-bar .btn-price:first-child,
  .give-bar .btn-price:nth-child(2) {
    display: inline-block;
    width: 45%;
  }

  .give-bar-other .give-other-input {
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3) inset;
  }

  .give-bar-other .give-other-input:focus {
    background: rgba(255, 255, 255, 0.9);
  }

  .give-bar-other .give-other-input::placeholder {
    color: #888;
  }

  .give-bar-other .dollar-sign {
    color: #333;
  }

  .give-bar-other button.btn.btn-other-price,
  .give-bar-other button.btn.btn-other-price:hover {
    background: rgba(0,0,0,0.5);
    color: white;
  }
}

@media (min-width: 768px) {
  .give-bar-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    background: rgba(255, 255, 255, 0.4);
    mix-blend-mode: overlay;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0 100%);
  }
}
