/* cmsms stylesheet: AMIGOS News modified: Tuesday, June 3, 2025 4:47:17 PM */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 10px; /* padding for the news article summary */
    margin: 0 0 .7em 0; /* margin to the bottom of the news article summary */
    border-top: 1px solid #aeaeae; 
    behavior: url(PIE.htc);
}

.NewsSummaryPostdate {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: #686868;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0px;
    font-size: 16px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: right;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-weight: normal;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 30px;
    background-image: url("images/printer.gif");
    background-repeat: no-repeat;
    background-position: center right;
    text-align: right;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* cmsms stylesheet: AMIGOS Nav modified: Tuesday, June 3, 2025 4:47:52 PM */
.title-bar {
    background-color: rgb(35,31,32);
    padding: 5px 10px;
}

.top-bar {
    background-color: rgb(35,31,32);
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.drilldown a {
    background: rgb(184,35,47);
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar {
    width: 100%;
}
}

.top-bar ul {
    background-color: rgb(35,31,32);
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background-color: rgb(35,31,32);
    padding: 7px 0px 8px 0px;
        text-transform: uppercase;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    .top-bar ul li {
    padding: 0px;
}
}

.top-bar ul li a {
    color: #fff;
}

.top-bar ul li:hover {
    background-color: rgb(184,35,47);
    color: #fff;
}

.top-bar ul li.navactive {
    background-color: rgb(184,35,47);
    color: #fff;
}

.top-bar ul li ul li {
    padding: 2px 0px;
text-transform: none;
}

.top-bar ul li ul li:hover {
    background-color: rgb(184,35,47);
    color: #fff;
}

.top-bar ul li ul li.navactive {
    background-color: rgb(184,35,47);
    color: #fff;
}

.top-bar ul li a:hover {
    text-decoration: none;
}

.menu-text {
    color: #fff;
}

@media only screen and (max-width: 40em) {
    .menu-text {
        display: none !important;
    }
}

@media only screen and (min-width: 40em) {
    .menu:last-child {
/*        border-left: 1px solid #666; */
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
/*        border-right: 1px solid #666; */
    }
}

.dropdown.menu .submenu {
    border: none;
position: absolute;
    z-index: 999;
}

.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #fff;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before {
    border-color: transparent #fff transparent transparent;
}

.menu {
text-align: left;
}

nav.top-bar {

}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-top-style: solid;
    border-color: #fff transparent transparent;
}
/* cmsms stylesheet: AMIGOS Main modified: Wednesday, June 4, 2025 2:26:56 PM */
/* MAIN */

/*
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
*/

body {
    font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
    color: #000;
    background-color: #fff;
    font-size: 20px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.MainHeader {
    text-align: center;
    border-bottom: 1px solid #fff;
    background-image: url("/uploads/images/designfiles/headback.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.HeaderLeft {
    text-align: center;
}

.ABQsFavorite {
    margin: 45px auto;
}

.LogoShell {
    text-align: center;
}

.TheLogo {
    margin: 45px auto;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .TheLogo {
    margin: 20px auto;
}
}

.HeaderRight {
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
    font-size: 40px;
    padding-top: 50px;
}

@media screen and (max-width: 39.9375em) {
    .HeaderRight {
    font-family: "Bebas Neue", sans-serif;
    padding-top: 0px;
}
}

.PhoneSpan {
    font-size: 42px;
    color: rgb(184,35,47);
}

.TheNav {
    color: #fff;
    background-color: rgb(35,31,32);
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 9999;
}

.UnderNav {
    color: #fff;
    background-color: rgb(184,35,47);
    text-align: center;
    line-height: 0;
    height: 20px;
    border-bottom: 1px solid #fff;
}

.Slider {
    background-color: rgb(35,31,32);
    text-align: center;
    border-bottom: 1px solid #fff;
}

.Tagline {
    background-color: rgb(184,35,47);
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-image: url("/images/red-wood.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.HomeMainBack {
    background-color: #fff;
    background-image: url("/images/subway-light.png");
    background-repeat: repeat;
}

.MainContent {
    background-color: rgba(255,255,255,0.8);
}

.HomeCont {
    padding: 35px 20px 35px 35px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeCont {
        padding: 20px;
    }
}

.HomeContRight {
    padding: 35px 35px 35px 20px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeContRight {
        padding: 20px;
    }
}

.HomeBlocks {
}

.HomeBlocksText {
    padding: 40px 15px;
}

.Footer {
    background-color: rgb(35,31,32);
    font-size: 16px;
    color: #fff;
    padding: 20px 0;
}

.Footer A:link {text-decoration: none; color: #fff;}
.Footer A:visited {text-decoration: none; color: #fff;}
.Footer A:active {text-decoration: none; color: #fff;}
.Footer A:hover {text-decoration: none; color: rgb(184,35,47);}

h2.QuickLinks {
    overflow: hidden;
    text-align: left;
    color: #fff;
    font-size: 18px;
  }
  
  .QlinkFoot {
      padding-bottom: 15px;
  }

h2.LocHeader {
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  
  h2.LocHeader:before,
  h2.LocHeader:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }
  
  h2.LocHeader:before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  h2.LocHeader:after {
    left: 0.5em;
    margin-right: -50%;
  }
  
  .LocationsFoot {
      text-align: center;
  }

  .HoursFoot {
    color: #fff;
    text-align: center;
  }

  .HoursHead {
    font-family:"columbia-titling";
    color: #fff;
  }


.Copyr {
    padding: 10px 0 20px 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.SubLeft {
    padding-bottom: 35px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubeLeft {
        /*padding: 20px;*/
    }    
}

.SubRight {
    padding: 35px 20px;
    background-color: #333;
    color: #fff;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubRight {
        padding: 20px;
    }
}

.TopContent {
    padding: 35px 35px 0px 35px;
}

.LefBox {
    padding: 25px;
}

.RighBox {
    padding: 25px;
}

.BottomContent {
    padding: 0px 35px 0px 35px;
}


/* RANDOMNESS */

A:link {text-decoration: none; color: rgb(184,35,47);}
A:visited {text-decoration: none; color: rgb(184,35,47);}
A:active {text-decoration: none; color: rgb(184,35,47);}
A:hover {text-decoration: underline; color: rgb(184,35,47);}

A.button:link {text-decoration: none; color: #fff}
A.button:visited {text-decoration: none; color: #fff}
A.button:active {text-decoration: none; color: #fff}
A.button:hover {text-decoration: none; color: #fff}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 28px;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 26px;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 24px;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 28px;
    color: rgb(184,35,47);
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 26px;
    color: rgb(184,35,47);
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 24px;
    color: rgb(184,35,47);
    padding: 10px 0;
    margin: 10px 0;
}
