@charset "utf-8";
/* CSS Document */
/* Main */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cabin:700', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

h1, h2, h3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

p, li {
    font-family: 'Cabin', sans- serif;
    line-height: 1.6em;
}

section {
    padding: 60px 0;
}

body {
    overflow-x: hidden;
	/*padding-top: 15px;*/
}

a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

a {
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}

a:hover, a:focus, a:active, a.active {
    text-decoration: none;  
}

.red {
    color: #9E2136;
}

.burgundy {
    color: #5E1824;
}

.dark-green {
    color: #365119;
}

.white {
    color: #EAE6E1;
}

.lt-green {
    color: #6B8451;
}

.tan {
    color: #B59F83;
}

.dark-brn {
    color: #272210;
}

.grey {
	color: #E2E2E2;	
}

/*Nav-Bar Styling*/

.notice {
	padding: 15px 100px;
	font-family: 'Cabin', sans-serif;
	background-color: #FFE4D4;
	color: #272210;
	text-align:center;
}

nav.navbar.shrink {
    background-color: #272210;
    padding: 0;
}

.navbar-default {
    color: white;
	background-color: #365119;/*transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;*/
    border-style: none;
}

.navbar-brand {
    padding: 20px auto;
    height: auto;
}

.navbar-default .navbar-nav > li {
    padding: 20px 0 0 0;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #EAE6E1;
}

.navbar-default .navbar-nav .active {
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #EAE6E1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #EAE6E1;
    background-color: #365119;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #EAE6E1;
	background-color: #6B8451;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #EAE6E1;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #272210;
}

.navbar-collapse.in {
  background-color: #6B8451;
  min-height: 100vh;
  color: #EAE6E1;
}

.dropdown-menu {
    background-color: #6B8451;
    border-style: none;
}

.dropdown-menu > li > a {
    color: #fff;
}


/*Button Styling*/

.btn-default {
    color: #EAE6E1;
    background-color: #365119;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #fff;
    background-color: #6B8451;
}

/*Modal Styling*/

body {
    padding-right: 0px !important;
    margin-right: 0px !important;
}

body.modal-open {
    overflow: auto;
}

.modal-button {
    margin-top: 10px;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

/*Header Styling*/

.main-header {
    /*background-image: url(../img/header-background.png);  Old Background*/
	background-image: url(../img/Banner-Images/Banner_2024_main.png);
    background-repeat: none;
    background-attachment: scroll;
    Margin-top: 117px;
    background-position: center 0;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #000;
	height: 570px;
}

.content-header {
    /*background-image: url(../img/content-header-background.png);  Old Background*/
	background-image: url(../img/Banner-Images/Banner_2024.png);
    background-repeat: none;
    background-attachment: scroll;
	Margin-top: 117px;
    background-position: center 0;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #000;
	height: 380px;
}

header .intro-text {
    padding-top: 460px;
    padding-bottom: 170px; 
    color: #EAE6E1;
}

header .intro-text .intro-heading {
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

.content-header .intro-text {
    padding-top: 380px;
    padding-bottom: 50px; 
    color: #EAE6E1;
}

.content-header .intro-text .intro-heading {
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
}

.btn-cta-light {
    margin-top: 40px;
    border: 4px solid #EAE6E1;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.btn-cta-light:hover {
    color: #365119;
    background-color: #EAE6E1;
    border-color: #EAE6E1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn-cta-dark {
    margin-top: 40px;
    border: 4px solid #365119;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #365119;
}

.btn-cta-dark:hover {
    color: white;
    background-color: #365119;
    border-color: #365119;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* Competitive Advantage Styling */

.ca-icon {
    width: 20%;
    float: left;
    margin: 10px auto 0;
    color: #6B8451;
	padding-right: 10px;
}

.ca-desc {
    width: 80%;
    float: left;
}

.raster {
	height: 200px;
	margin: 0 auto;
}

.center {
	margin: 0 auto;
}



/* Testimonial Styling 

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #365119;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -45px;
}

#quote-carousel .carousel-control.right {
    right: -45px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    color: #365119;
}

.img-center {
    margin: 0 auto;
}*/

/*Call to Action Styling*/

.cta-section {
    background-image: url(../img/get-started.png);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #000;
}

.arrow {
	position: relative; 
	top: -50px	
}

/*Ink/Thread Swatches*/

.swatch {
    width: 100%;
    height: 60px;
	overflow: hidden;
}

.swatch-content {
	height: 185px;
}

.swatch-tt-content {
	height: 145px;
}


/*Footer Styling*/

.footer-logo {
    margin-top: 8px;
    margin-bottom: 30px;
}

footer {
    padding-top: 60px;
}

.footer-links li {
    line-height: 2.2em;
    margin-left: 20px;
}

.footer-links a {
    font-family: 'Cabin', sans- serif;
    color: #EAE6E1;
}

a:focus, a:hover {
	color: #272210;
}

.footer-links a:hover {
    color: #272210;
}

h4 > a {
    color: white;
}

.point-subheading {
    height: 56px;
    height: 3.5rem;
}
/* Form Styling*/

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
  size:3.5em;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.rating > *:hover,
.rating > *:hover ~ span,
.rating:not(:hover) > input:checked ~ span {
  color: transparent;
}
.rating > *:hover:before,
.rating > *:hover ~ span:before,
.rating:not(:hover) > input:checked ~ span:before {
   content: "\2605";
   position: absolute;
   left: 0; 
   color: #9E2136;
}

.rating > input {
   margin-left:-1.1em;
   margin-right:0;
   top:3px;
   width:1.1em;
   height:1.1em;
   position:relative;
   z-index:2;
   opacity:0;
}

/*Misc Styling*/

.po-checklist-header {
    border-bottom: 3px solid #5B8451;
    margin-bottom: 30px;
}

.pms-matching-section {
    background-image: url('../img/pms-match-background.jpg');
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
}

.icon-divider {
    margin: 32px auto;
    height: 3px;
    width: 96px;
    clear: both;
    background-color: #6B8451;

}

.header-divider {
    margin: 32px auto;
    height: 3px;
    width: 96px;
    clear: both;
    background-color: #EAE6E1;
}

.finishing-image {
    margin: 0 auto;
}

.decoration-methods {
    margin-bottom: 30px;
}

.gallery-img {
    margin-bottom: 30px;
    max-width: 100%;
}

.embroidery-capabilities {
    height: 480px;
    height: 30rem;
}

/*Hover Effects*/

/* Bounce To Bottom 

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
     position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6B8451;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
    color: white;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
*/
.index-services-screen-print {
    border-radius: 120px;
    margin: 0 auto;
    width: 240px;
    height: 240px;
    background-image: url(../img/service-screenprinting.png);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.index-services-screen-print:hover {
    width: 240px;
    height: 240px;
    background-image: url(../img/service-screenprinting-hover.png);
    background-color: #EAE6E1;
    background-blend-mode: none;
}

.index-services-embroidery {
    border-radius: 120px;
    margin: 0 auto;
    width: 240px;
    height: 240px;
    background-image: url(../img/service-embroidery.png);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.index-services-embroidery:hover {
    background-image: url(../img/service-embroidery-hover.png);
    background-color: #EAE6E1;
    background-blend-mode: none;
}

.faq-card {
    background-color: #eaeaea;
}

.embroidery-font {
    height: 192px;
    height: 12rem;
}

.divider {
    border-bottom: 1px solid #B59F83;
	margin-bottom: 15px;
}

.commentlist {
    list-style: none;
}

.commentlist li {
    border-bottom: 1px solid #B59F83;
}

.commentlist li h3 .fa {
    margin-right: 10px;
}

.commentlist li h3:hover {
    color: #9E2136;
}

.rotate{
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.rotate.down{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    color: red;
}

.activeRed {
    color: #9E2136 !important;
}

.help-desk-cat > li {
    font-weight: bold;
}

.help-desk-category {
    text-align: center;
    background-color: #272210;
    padding: 24px 0px 32px;
    font-size: 28.8px;
    font-size: 1.8rem;
    color: #EAE6E1;
    margin-bottom: 64px;
}

.help-desk-category:hover {
    background-color: #365119;
}

.help-desk-category .fa {
    margin-bottom: 12px;
}



.checkmark-offset {
	Position: relative;
	top: 20px;
}

.help-desk-subsection {
    margin-bottom: 32px;
}

.help-desk-subsection > .btn {
    width: 100%;
}

.help-desk-cat {
    list-style: none;
    padding: 0;
    height: 15em;
}

.tcw {
    color: white !important;
}

.faq + p {
    /*display: none;*/
    font-size: 1em;
}

.faq-ql:hover {
    /*cursor: pointer;*/
    color: #9E2136;
}

.faq-ql {
    margin-bottom: 6px;
    color: #666666;
}

.fixed-emergency {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #9E2136;
    background-color: rgba(205,32,39,0.9);
    color: white;
    text-align: center;
    padding: 10px;
}

.fixed-emergency > .fa {
    font-size: 3em;
}

.fixed-emergency > h2 {
    font-size: 1.4em;
    padding: 12px;
}

.blink-me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        .fixed-emergency {
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #9E2136;
            background-color: rgba(205,32,39,0.9);
            color: white;
            text-align: center;
            padding: 6px;
        }

        .fixed-emergency > h2 {
            font-size: 1em;
            padding: 12px;
        }
    }