﻿@import url("https://stcu.org/prebuilt/css/variables.css");

.fixed-container {
  z-index: 99997;
}
.hero-banner._short-banner {
  margin-bottom: 25px;   /*add*/
}
.hero-banner .h6 {   /*add*/
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400; /*was 700 */
  border: none; /*was !important */
}
.hero-banner ._site-button {
  margin-top: 40px;   /* was 30*/
}
.hero-banner h1{
  line-height: 1.0;   
  max-width: 85%;
}
.hero-banner h1 span{
  display: block;
}
.hero-banner h1 span.marigold{
  color: #ffa412;
}
.hero-banner h1 span.orange{
  color: #ff7e1d;
}
.hero-banner h1 span.tiger{
  color: #ff601a;
}
.hero-banner h1 span.cerulean{
  color: #8fd4d5;
}
.hero-banner h1 span.blue{
  color: #64abda;
}
.hero-banner h1 span.indigo{
  color: #6060ad;
}
.hero-banner h1 span.magenta{
  color: #bf3082;
}
.hero-banner h1 span.jam{
  color: #982371;
}
.hero-banner h1 span.purple{
  color: #5d164a;
}
.hero-button {
  letter-spacing: 1px;   /*add*/
}
.hero-banner._inner-page-hero-banner._no-banner,
.hero-banner._inner-page-hero-banner._short-banner._no-banner {
  height: 0px;   /*keep*/
}
.hero-banner._inner-page-hero-banner._short-banner._no-banner-no-margin {
  height: 0px;
  margin-bottom: 0px;   /*keep*/
  padding: 0px;
}
.hero-banner header {
  margin-top: 50px;   /*add*/
}
.caption {
  text-transform: lowercase;
}
.hero-banner._inner-page-hero-banner._tiger-bkgrnd {
  height: 0px;   /*keep*/
}
.fade {
  opacity: 0.0;   /*keep*/
} 
.group label:first-of-type {
  text-transform: lowercase;
}
._site-button._live-chat {
  margin-bottom: 5px;
}
.special-container-wrapper._jam-bkgrnd p a,
.special-container-wrapper._purple-bkgrnd p a,
.special-container-wrapper._magenta-bkgrnd p a,
.special-container-wrapper._tiger-bkgrnd p a,
.special-container-wrapper._orange-bkgrnd p a,
.special-container-wrapper._marigold-bkgrnd p a,
.special-container-wrapper._indigo-bkgrnd p a,
.special-container-wrapper._blue-bkgrnd .prime-link:after,
.special-container-wrapper._cerulean-bkgrnd p a {
  text-shadow: none;
}
#main{
  margin-bottom:60px;
}
#breadcrumb-container #breadcrumb li a {
  text-transform: lowercase;
}
h2 {
  margin-top: 0;
}
h2 + .intro-text,
.h2 + .intro-text {
  margin-top: 40px;
  margin-bottom: 30px;
}
h3,
h4,
h5,
.contact-container h3 {
  margin-top: 40px;
}
.card h3,
.card h5 {
  margin-top: 10px;
}

.intro-text a {
  font-size: inherit;
}
.img-wrap.ratio-3-2 {
  background-color: #ffffff;
}
.standard-ul._two-col {
  list-style-type: disc;
  list-style-position: inside;
}
.standard-ul li:before {
  content: "";
  margin-right: 0;
}
.list-w-chev {
  margin: 0 0 15px 45px;
  list-style-type: disc;
}
.list-w-chev li::before {
  content: normal;
  margin-right: 0px;
}
ul li ul li {
  list-style-type: circle;
  margin: 0 0 0 15px;
}
.list-w-chev li a,
ol a,
.standard-ul li a,
.special-container li a {
  text-decoration: underline;
}
.search-promo-result-item {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 30px;
}
.video-caption, div.video-wrap + p, .video-caption a{
  font-size: 85%;
  color: #5e5a5c;
}
figcaption {
    font-size:85%;
    color:#483d45;
    font-style:oblique;
    margin-bottom:20px;
}
#location-search {
  margin-bottom: 0;
}
table {
  width: 100%;
  margin: 50px 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #d4d4d2;
  padding: 5px;
}
thead tr {
  border-width: 0 0 1px 0;
}
thead th {
  border-width: 0 0 1px 0;
  font-weight:bold;
}
table th,
table td {
  padding: 15px 10px;
  text-align: left;
  border: none;
  vertical-align: top;
}
table a {
  text-decoration: underline;
}
@media (max-width: 750px) {
  table thead,
  table th {
    display: block;
  }
}
@media (min-width:750px) {
  table thead.sticky {
    position:sticky;
    top: 80px;
    background-color:#ffffff;
    z-index:1000;
    box-shadow: 0px 1px 0px #ddd;
  }
}
iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  width: 100%;
}
span.li-heading {
  text-transform: lowercase;
}
button.read-more.collapsed:after {
  content: "more";
  display: inline-block;
}
button.read-more:after {
  content: "less";
  display: inline-block;
}
#location-search .h6,
#location-search .h2,
#location-search a {
  color: #5d164a;
}
.single-line-input-form._white label {
  color: #5d164a;
  top: 15px;
}
.single-line-input-form._white input[type="email"],
.single-line-input-form._white input[type="type"] {
  color: #5d164a;
  border-bottom: 1px solid #5d164a;
}
.single-line-input-form._white .single-line-input-submit-button:after {
  background-image: none;
  content: ">";
  top: 0;
  font-size: 30px;
  color: #5d164a;
}
.form-label-magic input[data-empty="false"],
.form-label-magic input:focus {
  box-shadow: inset 0 0 0 2px #fff;
  transition: all 350ms ease;
}
._orange-bkgrnd {
  background: #8fd4d5;
}
._blue {
    color:#64abda;
}
._gray1-bkgrnd {
background: #f2f2f0;
}
.single-line-input-submit-button {
  color: #5d164a;
}
/* Added 8/27/25 to override Feathery styles */
.feathery input {
    background-color: #fff;
    border: 1px solid #d0cece;
    border-radius: 0;
    display: block;
    font-size: 1.6rem;
    height: 34px;
    line-height: 1.4;
    padding: 6px 12px;
    position: relative;
    transition: border-color ease-in-out .15s;
    width: 100%;
    font-family: "ff-meta-web-pro", Helvetica, Arial !important;
}
.feathery input:focus {
    border:none;
    box-shadow: inset 0 0 0 2px #307ACC;
}
.feathery input+div {
    display:none;
}
/* End Feathery override */
hr {
  bottom: 0;
}
.border-underline{
    text-decoration:none !important;
    border-bottom:1px solid #085cc1;
}
.notification {
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
.notification .badge {
  position: absolute;
  top: 0px;
  right: -30px;
  padding: 5px 10px;
  border-radius: 50%;
  background: #bf3082;
  color: white;
}
.badge{
	background-color:#231d21;
	color:#ffffff;
	padding:4px 8px;
	margin:2px;
}
.badge-cerulean{
    background-color:#8FD4DF;
    color:#231d21;
}
.badge-marigold{
    background-color:#FFA412;
    color:#231d21;
}
.badge-blue{
    background-color:#6060AD;
}
.badge-magenta{
    background-color:#BF3082;
}
details {     /* added 11/12/24 */
    /*border-top: 1px solid #8C8589;  removed 7/15/25 */
}
details:last-of-type {     /* added 11/12/24 */
        /*border-bottom:1px solid #8C8589;  removed 7/15/25 */
}
details summary {     /* added 11/12/24 */
    padding: 8px;
    display: list-item;
    font-size: 20px; /*updated 7/15/25, was 24px*/
    color: #982374;
    cursor:pointer;
}
details p {     /* added 2/23/25 */
    padding:0 8px;
}
.thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cTimeValue input{
	width:100% !important;
	font-size:1em !important;
}
.cTimeValue input[type="radio"] {
    -webkit-appearance: radio;
    height: 1em;
}
.cTimeValue input[type="checkbox"] {
    -webkit-appearance: checkbox;
    height: 1em;
}
.cTimeValue input[type="submit"]{
  width: 150px !important;
  line-height: 20px;
}
.formBuilder#contact-form{
  border-top: 1px solid #f2f2f0;
  padding-top: 3rem;
}
.feature-list img{
  display: block;
  /*margin: 20px auto 0 auto;*/
}
a {
  color: #085cc1;
}
a.prime-link,
a.secondary-link,
.submit-wrapper input {
  text-transform: lowercase;
  line-height: 1em;
  letter-spacing: 1px;
}
.read-more {
  background: none;
  border: none;
  padding: 0;
  font-style: italic;
  font-size: 80%;
  color: #6a6167;
}
button.primary-button,
button.secondary-button {
  border: none;
  padding: 0.5rem 2.5rem 0.7rem 2.5rem
}
.primary-button-style{
  background-color: #982371;
  color: #FFFFFF;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  font-size: 22px;
}
a.prime-link, button.primary-button{
  display: inline-block;
  padding: 16px 24px;
  min-width: 200px;
  margin-right: 1rem;
	text-decoration: none;
	font-family: 'ff-meta-web-pro', 'Helvetica', Arial, sans-serif;
	cursor: pointer;
	transition: background-color .3s;
  border: 1px solid #982371;
  background-color: var(--stcu-jam);
  color: white;
  font-size: 20px; 
  text-transform: none;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
}
a.prime-link::after, button.primary-button::after{
  content: none;
}
a.prime-link:hover, button.primary-button:hover{
  background-color: #831e62;
}
a.prime-link:focus, button.primary-button:focus {
  background-color: #831e62;
  outline: 2px solid #64abda;
}
a.prime-link:active, button.primary-button:active {
  background-color: #6f1952;
}
a.secondary-link, button.secondary-button { /*added secondary-button on 8/19/2025 */
    display: inline-block;
    min-width: 200px;
    margin-right: 1rem;
    border: 1px solid #982371;
    padding: 16px 24px;
    text-decoration: none;
    font-family: 'ff-meta-web-pro', 'Helvetica', Arial, sans-serif;
    cursor: pointer;
    transition: background-color .3s;
    background-color: #f2f2f0;
    color: #982371;
    font-size: 20px;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
}
a.secondary-link::after{
  content: none;
}
a.secondary-link:hover{
  background-color: #e6e6e2;
}
a.secondary-link:focus {
  background-color: #e6e6e2;
  outline: 2px solid #64abda;
}
a.secondary-link:active {
  background-color: #dadad5;
}
a.tertiary-link,
button.tertiary-button,
input.tertiary-button{
  display: inline-block;
    border: 1px solid #982371;
    padding: 6px 14px;
    margin-right: 1rem;
    text-decoration: none;
    font-family: 'ff-meta-web-pro', 'Helvetica', Arial, sans-serif;
    cursor: pointer;
    transition: background-color .3s;
    background-color: white;
    color: #982371;
    font-size: 18px;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
}
a.tertiary-link::after,
button.tertiary-button::after,
input.tertiary-button::after{
  content: none;
}
a.tertiary-link:hover,
button.tertiary-button:hover,
input.tertiary-button:hover{
  background-color: #f2f2f2;
}
a.tertiary-link:focus,
button.tertiary-button:focus,
input.tertiary-button:focus {
  background-color: #f2f2f2;
  outline: 2px solid #64abda;
}
a.tertiary-link:active,
button.tertiary-button:active,
input.tertiary-button:active {
  background-color: #e6e6e6;
}
a.quaternary-link,
button.quaternary-button,
input.quaternary-button
{
  background: transparent;
  border: none;
  color: #085cc1;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  padding: 0px;
  text-decoration: underline;
  cursor: pointer;
}
a.disabled-link,
button.disabled-button,
input.disabled-button{
  display: inline-block;
    border: 1px solid #aeaaac;
    padding: 16px 24px;
    line-height:20px;
    min-width: 200px;
    margin-right: 1rem;
    text-decoration: none;
    font-family: 'ff-meta-web-pro', 'Helvetica', Arial, sans-serif;
    transition: background-color .3s;
    background-color: #aeaaac;
    color: #6a6167;
    font-size: 20px;
    text-transform: none;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
    cursor:not-allowed;
}
a.disabled-link::after,
button.disabled-button::after,
input.disabled-button::after{
  content: none;
}
a.disabled-link:hover,
button.disabled-button:hover,
input.disabled-button:hover{
  background-color: #aeaaac;
  color:#6a6167;
}
a.disabled-link:focus,
button.disabled-button:focus,
input.disabled-button:focus {
  background-color: #aeaaac;
  color:#6a6167;
}
a.disabled-link:active,
button.disabled-button:active,
input.disabled-button:active {
  background-color: #aeaaac;
  color:#6a6167;
}
a.disabled-link:visited,
button.disabled-button:visited,
input.disabled-button:visited {
  background-color: #aeaaac;
  color:#6a6167;
}
#top-button {
  display: none;
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: 1px solid #982371;
  outline: none;
  background-color: #f2f2f0;
  color: #982371;
  cursor: pointer; 
  padding: 15px; 
  font-size: 1rem; 
	font-weight: 700;
}
#top-button:hover {
  background-color: #e6e6e2;
}
.feature-list{
	margin-top:40px
}
.feature-list .row{
	margin-bottom: 50px;
}
.feature-list h4{
	margin-top:0px;
}
footer {
  padding: 80px 0 40px 0;
}
footer ul li {
  text-transform: none;
}
footer ul li.li-heading {
  text-transform: lowercase;
  font-weight: 700;
}
#h4g-footer {
  font-variant: normal;
  letter-spacing: normal;
  margin: 0 10px 0 0;
}
#tm-footer {
  margin-left: -15px;
}
#ncua-footer,
#ncua-footer a {
  font-size: 16px;
  text-transform: none;
  font-variant: normal;
  letter-spacing: normal;
}
.routing-transit-number {
  text-transform: lowercase;
}
.single-line-input-form.form-label-magic {
  display: none;
}
.single-line-input-form.form-label-magic._white {
  display: inherit;
}
footer .tertiary-link,
footer .tertiary-link:visited {
  color: #2d1231;
}
::-moz-selection {
  color: white;
  background: #5d164a;
}
::selection {
  color: white;
  background: #5d164a;
}
hr.light {
  border-bottom-color: #f2f2f0;
}
.testimonial {
  margin-top: 70px;
  width: 75%;
}
.testimonial span {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
}
#map .wedge {
  height: auto;
}
.see-hours:before,
.get-directions:before {
  top: 6px;
}
._more {
  display: none;
}
.hidden {
  visibility: hidden;
}
.hidden-from-sight{
  position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
.text-muted {
  color: #736c70;
}
._site-button._live-chat._disabled,
caption {
  color: #6a6167;
}
.callout {
  background-color: white;
  border: 1px solid #231d21;
  border-top: 10px solid #231d21;
  padding: 32px;
  margin: 32px 0;
display:block;
}

.callout h3, .callout h4, .info-box h3, .info-box h4{
margin:0;
}

.callout p, .info-box p {
padding:0;
margin:24px 0;
}

.callout-vip {
background-color:#982371;
color:white;
border:none;
}

.callout-cerulean {
  border-color: #8fd4d5;
}
.callout-marigold {
  border-color: #ffa412;
}
.callout-magenta {
  border-color: #bf3082;
}
.info-box {
  background-color: #f2f2f0;
  border: 1px solid #D0CECE;
  padding: 32px;
  margin: 32px 0;
}
.poster{
    border:1px solid #d0cece;
    padding:32px;
    margin:32px 0;
  }
  .poster h3, .poster h4{
    margin:0;
    }
    
    .poster p {
    padding:0;
    margin:24px 0;
    }

 .poster ul{
margin-top:24px;
margin-bottom: 24px;
}

    .poster .h6 {
        margin:0 0 12px 0;
    }

.poster .cover{
width:100%;
margin-top:24px;
}

.poster .icon{
margin-bottom:24px;
}
/*.callout h3, .info-box h3,
.callout h4, .info-box h4,
.callout h5, .info-box h5,
.callout h6, .info-box h6{
  margin-top: 0;
}*/
/*.callout p, .info-box p{
  padding: 0;
  margin: 0 0 20px 0;
}*/
abbr {
  text-decoration: none;
}
.reset input {
  all: initial;
}
span.label.label-default {
  background-color: #982371;
  border-radius: 0;
}
.error {
  border: solid #d50032 1px;
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: inherit;
  background: #ffeff2;
}
.warning {
  border: solid #ffc72c 1px;
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: inherit;
  background: #fff9e9;
}
.warning-branch {
  border: solid #ffc72c 1px;
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: inherit;
  background: #fff9e9;
  position: absolute;
  top: 0;
  margin-top: 150px;
}
.info {
  border: solid #307ACC 1px;
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: inherit;
  background: #eaf1f9;
}
.detail-hours{
    margin-top:100px;
}
.error a,
.warning a{
  font-size: inherit;
}
.card h4{
	margin-top:20px;
	margin-bottom:5px;
}
.related-articles .card .img-wrap {
  margin-bottom: 20px;
}

#back-to-top {
  display: none; /* Hide the button by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  padding: 10px;
  border: none;
  background-color: #231d21;
  opacity:80;
  color: #fff;
}

#back-to-top:hover {
  opacity:100;
}

/*desktop**********************************************************************************/
@media (min-width: 992px) {
  .hero-banner.home-page {
    height: auto !important;   /*add*/
    min-height: 800px;   /*add*/
  }
  .hero-banner._short-banner { /* keep */
    height: 350px;
  }
  .hero-banner._inner-page-hero-banner {   /*add*/
    height: 525px;
    margin-bottom: 25px;   /* was 50 */
  }
  .hero-banner._inner-page-hero-banner._short-banner {   /*add*/
    height: 450px;
  }
  .apr-figure .figure-custom {
    font-size: 100px;
    font-weight: 700;
  }
  .apr-figure .apr-tag-custom {
    line-height: 100px;
  }
  h1, .h1{
    font-size: 90px;
  }
  h3, .h3{
    font-size: 40px;
  }
  h4, .h4, caption{
    font-size: 30px;
  }
  .in-story-img-right {
    float: right;
    margin: 20px 0 20px 20px;
  }
  .in-story-img-left {
    float: left;
    margin: 20px 20px 20px 0;
  }
  .in-story-img-center {
    margin: 20px auto;
  }
  .feature-list .row{
    margin-bottom: 20px;
  }
  a {
    font-size: 18px;
  }
  .testimonial-body {
    display: none;
  }
  #certificates-iframe{
    height:1060px;
  }
    .igx-desktop-nav .container {
    padding-bottom: 26px;
    }
}
/*tablet**********************************************************************************/
@media (min-width: 500px) and (max-width: 991px) {
  .hero-banner._inner-page-hero-banner {   /*add*/
    height: 525px;
  }
  .hero-banner._inner-page-hero-banner._short-banner {   /*add*/
    height: 450px;
  }
  .hero-banner h1 {
    font-size: 80px;   /*add*/
  }
  .side.social-medial-links.hidden-xs.hidden-sm ~ p {
    margin: 10px 0 0 0;
  }
  .apr-figure .figure-custom {
    font-size: 50px;
    font-weight: 700;
  }
  .apr-figure .apr-tag-custom {
    line-height: 50px;
  }
  h3, .h3{
    font-size: 30px;
  }
  h4, .h4, caption{
    font-size: 24px;
  }
  .in-story-img-right {
    float: none;
    margin: 20px 0;
    display: block;
  }
  .in-story-img-left {
    float: none;
    margin: 20px 0;
    display: block;
  }
  .in-story-img-center {
    float: none;
    margin: 20px 0;
    display: block;
  }
  .feature-list p{
    margin-bottom:0;
  }
  .feature-list h4{
    margin-bottom: 10px;
  }
  a {
    font-size: 16px;
  }
a.prime-link,
a.secondary-link{
      min-width: 150px;
  }
  .testimonial-body {
    display: none;
  }
  .caption:before {
    display: none;
  }
  .margin-bottom-mobile {
    margin-bottom: 20px;
  }
  #certificates-iframe{
    height:1250px;
  }
}
/*table**********************************************************************************/
@media (max-width: 750px) {
  table {
    border: 0;
  }
  table thead,
  table th {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #d4d4d2;
    border-top: none;
  }
  table td {
    display: block;
    /*text-align: right;
    max-width: 80%;*/
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    /*float: left;*/
    display: block;
    color: #982371;
    font-weight: bold;
    margin-right: 1rem;
  }
}
/*mobile**********************************************************************************/
@media (max-width: 500px) {
    .mobile-header{
        z-index:9999;
    }
    
  .hero-banner h1{
    max-width: 100%;
  }
  .hero-banner._inner-page-hero-banner {
    margin-bottom: 25px;
  }
  ._site-button:after {
    display: none;
  }
  .side.social-medial-links.hidden-xs.hidden-sm ~ p {
    margin: -50px 0;
  }
  .special-container-wrapper,
  .special-container-wrapper._jam-bkgrnd,
  .special-container-wrapper._purple-bkgrnd,
  .special-container-wrapper._magenta-bkgrnd,
  .special-container-wrapper._tiger-bkgrnd,
  .special-container-wrapper._orange-bkgrnd,
  .special-container-wrapper._marigold-bkgrnd,
  .special-container-wrapper._indigo-bkgrnd,
  .special-container-wrapper._blue-bkgrnd,
  .special-container-wrapper._cerulean-bkgrnd {
    background-color: #f2f2f0;
    color: #231d21;
  }
  .special-container-wrapper .prime-link,
  .special-container-wrapper._jam-bkgrnd .prime-link,
  .special-container-wrapper._purple-bkgrnd .prime-link,
  .special-container-wrapper._magenta-bkgrnd .prime-link,
  .special-container-wrapper._tiger-bkgrnd .prime-link,
  .special-container-wrapper._orange-bkgrnd .prime-link,
  .special-container-wrapper._marigold-bkgrnd .prime-link,
  .special-container-wrapper._indigo-bkgrnd .prime-link,
  .special-container-wrapper._blue-bkgrnd .prime-link,
  .special-container-wrapper._cerulean-bkgrnd .prime-link {
    background-color: #982371;
    color: #ffffff;
  }
  .special-container-wrapper a.secondary-link,
  .special-container-wrapper._jam-bkgrnd a.secondary-link,
  .special-container-wrapper._purple-bkgrnd a.secondary-link,
  .special-container-wrapper._magenta-bkgrnd a.secondary-link,
  .special-container-wrapper._tiger-bkgrnd a.secondary-link,
  .special-container-wrapper._orange-bkgrnd a.secondary-link,
  .special-container-wrapper._marigold-bkgrnd a.secondary-link,
  .special-container-wrapper._indigo-bkgrnd a.secondary-link,
  .special-container-wrapper._blue-bkgrnd a.secondary-link,
  .special-container-wrapper._cerulean-bkgrnd a.secondary-link {
    background-color: #f2f2f0;
    color: #982371;
  }  
  .special-container-wrapper._tiger-bkgrnd{
    background-color: #f2f2f0;
    color: #231d21;
  }
  .special-container-wrapper {
    margin-bottom: 0;
  }
  .special-container-wrapper._sticky._white-bkgrnd {
    background-color: #f2f2f0;
    margin: 0 0 0 0;
    margin-left: -30px;
    margin-top: -50px;
  }
  .special-container-wrapper._sticky._grey-bkgrnd {
    background: #f2f2f0;
  }
  .special-container {
    padding: 40px 0 0 0;
  }
  .col-xs-12.col-xs-push-0.col-sm-7.col-sm-push-1 {
    margin-top: 50px;
  }
  .apr-figure .figure-custom {
    font-size: 70px;
    font-weight: 700;
  }
  .apr-figure .apr-tag-custom {
    line-height: 70px;
  }

  /* Main content */
  h3, .h3{
    font-size: 30px;
  }
  h4, .h4, caption{
    font-size: 24px;
  }
  .img-wrap.ratio-3-2._hide-from-sm-up {
    display: none;
  }
  .result {
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f0;
  }
  .result:last-of-type {
    border-bottom: none;
  }
  .in-story-img-right {
    float: none;
    margin: 20px 0;
    display: block;
  }
  .in-story-img-left {
    float: none;
    margin: 20px 0;
    display: block;
  }
  .in-story-img-center {
    float: none;
    margin: 20px 0;
    display: block;
    height: 100%;
    width: 100%;
  }
  .get-directions {
    display: block;
  }
  ._filters-box {
    top: 127px;
  }
  .modal-box{
    top:127px;
  }
  thead th{
    display: none;
  }
  .feature-list p{
    margin-bottom:0;
  }
  .feature-list h4{
    margin-bottom: 10px;
  }
  a {
    font-size: 18px;
  }
  a.prime-link,
  a.secondary-link,
  a.tertiary-link,
button.tertiary-button,
.disabled-link{
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
  .testimonial {
    display: none;
  }
  .testimonial-body {
    margin-top: 20px;
    width: 100%;
  }
  .testimonial-body span {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
  }
  .caption:before {
    display: none;
  }
  .margin-bottom-mobile {
    margin-bottom: 20px;
  }
  #certificates-iframe{
    height:1330px;
  }
}
@media print{
	.online-banking-button, .igx-spotlight-holder, .igx-mobile-nav, .igx-mobile-spotlight-nav, .has-dropdown, .sub-menu, .mobile-home-link, .hero-banner, #breadcrumb-container, ._narrow-left-col, .col-xs-12.col-sm-4, .col-sm-5.pagePresentationLayoutColumn, ._live-chat, .social-medial-links, .accordion-container._comments, .related-articles, hr+h6, footer .container, .QSISlider{
		display:none;
	}
	body{
		margin:0;
		padding:0;
	}
	.igx-desktop-nav{
		display: block;
		margin:0;
		padding:0;
	}
	.igx-desktop-nav .container{
	    border-bottom: transparent;
	}
	.igx-desktop-nav ul li:not(.igx-desktop-home-link){
		display:none;
	}
	.igx-desktop-home-link img{
		display:block;
		height:50px;
		margin-bottom:50px;
	}
	a[href]:after {
		content: " [link: " attr(href) "]";
		font-weight: 300;
		font-style: oblique;
	}
	h3 a[href]:after, h4 a[href]:after, h5 a[href]:after, h6 a[href]:after{
		content: none;
	}
}

.notice-container{
  padding: 30px 0;
}

.notice-container.notice-text{
  width:90%;
}
/*.sub-footer span:not(.tm){
  margin: 0;
}/*


/**************************
This website was designed by:
40 SPECIALLY TRAINED ECUADORIAN MOUNTAIN LLAMAS
6 VENEZUELAN RED LLAMAS
142 MEXICAN WHOOPING LLAMAS
14 NORTH CHILEAN GUANACOS (CLOSELY RELATED TO THE LLAMA)
REG LLAMA OF BRIXTON
76000 BATTERY LLAMAS FROM "LLAMA-FRESH" FARMS LTD. NEAR PARAGUAY
and STCU MARKETING and OTHERS LIKE AB, AD, and AL.
***************************/
