@charset "utf-8";
/* CSS Document */
/*
Used colors
success green #319616
success green:hover #45c423
upload blue #165b96
upload blue:hover #4297de
failure red #c50000
failure red fill (lighter red) #f3b7b7
common orange #f05323
common grey #202324
Premier Yellow 2022 #ffc42c
Premier Orange 2022 #f05323
Premier Dark Grey 2022 #202324
*/
/*div.g-recaptcha {
	display: none;
}*/
.red {
    color: #c50000;
}
body, html {
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    background-color: #555;
    font-weight: 400;
}
#wrapper {
    margin: 0 auto;
    width: 100%;
    /* Larry commented out. May cause the lack of vertical sroll bars
	height:100%;*/
    display: none;
    overflow: hidden;
}
#wrapper:before {
    content: '';
    height: 100%;
    float: left;
}
h1, h2, h3 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
h1 {
    font-size: 34px;
    margin: 0;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1em;
}
.shadowText {
    text-shadow: 0px 0px 15px black;
}
h1.headerText {
    font-size: 55px;
}
.pageTitles {
	background-color: #202324;
	padding: 14px 0px;
}
.pageTitles h1 {
	margin: 0px;
}
h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    letter-spacing: 2px;
}
h3 {
    font-size: 22px;
    margin: 0;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1em;
}
.smaller {
	font-size: 24px;
}
p {
    font-size: 16px;
    line-height: 1.5em;
}
img {
    outline: none;
}
a {
    text-decoration: none;
    outline: none;
}
a.blackLink {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}
a.blackLink:hover {
    color: #222;
}
.orange {
    color: #f05323;
}
.darkGrey {
    color: #202324;
}
.yellow {
    color: #ffc42c;
}
.lightGrey {
    color: #ececec;
}
.white {
    color: white;
}
.black {
	color: black;
}
.bold {
    font-weight: bold;
}
.regularFont {
    font-weight: normal;
}
.greyBorder {
    border: 1px solid #ececec;
}
.alignCenter {
    text-align: center;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.whiteBackground {
	background-color: #fff;
}
.darkgreyBackground {
    background-color: #202324;
}
.lightgreyBackground {
    background-color: #ececec;
}
.orangeBackground {
    background-color: #f05323;
}
.yellowBackground {
    background-color: #ffc42c;
}
#shortTermEmployment {
    margin-left: 0px !important;
    margin-top: 10px !important;
}
.announcementBackground {
    background-color: #fff9da !important;
    border: 2px solid #fff09f;
    color: #e34a14 !important;
    font-weight: bold;
}
div#announcementBanner {
    width: 80%;
    margin: 0px auto 0px auto;
}
div#announcementBanner p span {
    color: #202324 !important;
}
.downloadIcon:hover {
    color: #202324;
}
/* Create room for navigation area */
main {
/*  Use 230px when a temp alert is being used at the top of the nav  
	margin-top: 230px;*/
/* Use 168px in normal mode when there is no temp alert at the top of the nav */
margin-top: 168px; 
/*	background-color: #fff; */
}
/* Un-fix position for mobile view */
@media all and (max-width:768px) {
    header.header {
        position: relative;
        width: 100%;
        z-index: 9999;
    }
}
/* Make the top navigation fixed */
header.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#headerTopBar {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    background-color: #f05323;
}
.headerRow {
    display: flex;
}
.headerColumn {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    text-align: center;
    margin: 0 auto;
    align-content: center;
    flex-direction: row;
}
.headerColumn {
    flex-basis: 100%;
}
.margin30 {
    margin-bottom: 30px;
}
.videoOverlay {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    background-image: url(../css/images/raster_dot.png);
    background-repeat: repeat;
    max-width: 1340px;
    top: 0px;
    left: 0px;
}
.imageOverlay {
    width: 100%;
    position: absolute;
    top: 40%;
    text-align: center;
}
.continueReading {
    font-style: italic;
    text-transform: none;
    font-weight: 600;
}
.continueReading:hover {
    text-decoration: underline;
}
.twinkleImage {
    width: 100%;
    max-width: 330px;
}
.homePageSlider {
    width: 100%;
    max-width: 330px;
}
.innerSpace {
    padding: 40px;
}
.innerSpaceExpand {
    padding: 40px;
}
.innerSpaceExceed {
    padding: 40px;
}
div#careers {
    margin-top: 10px;
}
#summerEmployment {
    margin-top: 10px;
}
.testimonials {
    background-color: #2a2e2f;
    width: 100%;
	height: 100%
    /*max-width:665px;*/
}
.testimonialTextBlock {
    padding: 50px 60px;
}
.testimonialTextBlock p {
    padding: 0px 30px;
}
/*#benefits {
	background-image: url(../images/Kenworth.png) !important;
	background-position: 90% -10%;
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-origin: padding-box;
	z-index: 100;
}*/
.bigNum {
    font-weight: 1000;
    font-size: 24px;
    background-color: #f15823;
    color: #fff;
    border-radius: 20px;
    width: 28px;
    float: left;
    text-align: center;
}
.blockquote {
    margin-left: 40px;
}
div.artists a h2 {
	padding-bottom: 14px;
}
div.artists a h2:hover {
	text-decoration: underline;
}

/* ***************** NAVIGATION STYLES ************************  */
.topMenuItem {
    padding: 5px 20px;
    display: flex;
    align-items: center;
    background-color: #f05323
}
.topMenuItem:hover {
    background-color: white;
}
.topMenuItem.active {
    background-color: white;
}
.topMenuItem a {
    font-size: 16px;
    color: white;
}
.topMenuItem:hover a {
    color: #202324;
}
.topMenuItem.active a {
    color: #202324;
}
.topMenuItem i {
    font-size: 14px;
    color: white;
}
.topMenuItem:hover i {
    color: #f05323;
}
.topMenuItem.active i {
    color: #f05323;
}
.fas {
    padding-right: 5px;
}
.fab {
    padding-right: 10px;
}
#headerSecondBar {
    background-color: #202324;
    padding: 0px 0px 14px 0px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);*/
}
/* *******************  THIRD ROW NAVIGATION ROLL DOWN MENU   *********************** */
#printSubMenu, #displaySubMenu, #apparelSubMenu, #promoSubMenu, #fulfillmentSubMenu {
    display: none;
}
.headerThirdBar {
    text-align: center;
    width: 100%;
    /*	max-width: 1420px;*/
    padding: 0px;
    margin: 176px auto 0 auto;
    /* left and right zero values for centering */
    position: absolute;
    left: 0px;
    right: 0px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.7);
    background-color: #ffc42c;
    color: #202324;
    /*	background-color: #555;
	color: #fff;*/
    z-index: -2;
}
/*	Bring sub menu to in front of main menu for mobile */
@media all and (max-width:768px) {
    .headerThirdBar {
        z-index: 10;
    }
}
.headerThirdBar a {
    padding: 14px;
    color: #202324;
    font-size: .9em;
    text-transform: uppercase;
    display: inline-block;
}
.headerThirdBar a:hover {
    color: #fff;
    background-color: #202324;
}
.innerContent {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /*overflow: auto;*/
}
.logoColumn {
    display: flex;
    justify-content: center;
    text-align: left;
    align-content: center;
    flex-direction: column;
    width: 26%;
	padding-top: 20px;
	padding-left: 2%;
}
@media all and (max-width:768px) {
.logoColumn {
    width: 50%;
	padding-left: 0px;
	padding-top:16px;
	}
}
.menuNavColumn {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    margin: 0px;
    flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 70%;
	padding-top: 10px;
	padding-right: 2%;
}
.logo {
    width: 100%;
    /*
	max-width: 272px;
	text-align: left;
	margin-left: 10px;
	OLD */
}
.menuItem {
    display: flex;
    align-items: center;
    /* padding:20px 40px; OLD */
    padding: 0px 1.7% 4px 1.7%;
}
.menuItem a {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.menuItem:hover a {
    color: #f05323;
}
#printLink .iconBox {
    background-image: url(../images/SVGs/icon-print.svg);
}
#displayLink .iconBox {
    background-image: url(../images/SVGs/icon-display.svg);
}
#apparelLink .iconBox {
    background-image: url(../images/SVGs/icon-apparel.svg);
}
#promoLink .iconBox {
    background-image: url(../images/SVGs/icon-promo.svg);
}
#fulfillmentLink .iconBox {
    background-image: url(../images/SVGs/icon-fulfillment.svg);
}
.iconBox {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: auto;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 50%;
    animation-name: shrinkIcon;
    animation-duration: 0.5s;
}
/* Animation for shrinking Icon back to original size on mouse out */
@keyframes shrinkIcon {
    0% {
        background-size: 100%;
        opacity: 100%;
    }
    100% {
        background-size: 80%;
        opacity: 50%;
    }
}
.menuItem:hover a div.iconBox {
    opacity: 100%;
    background-size: 100%;
    animation-name: growIcon;
    animation-duration: 0.5s;
}
/* Animation for growing Icon size on hover */
@keyframes growIcon {
    0% {
        background-size: 80%;
        opacity: 50%;
    }
    100% {
        background-size: 100%;
        opacity: 100%;
    }
}
h2.iconText {
    color: #fff;
    animation-name: iconTextWhite;
    animation-duration: 0.5s;
}
/* Animation for growing Icon size on hover */
@keyframes iconTextWhite {
    0% {
        color: #f05323;
    }
    100% {
        color: #fff;
    }
}
.menuItem:hover a h2.iconText {
    color: #f05323;
    animation-name: iconTextOrange;
    animation-duration: 0.5s;
}
/* Animation for growing Icon size on hover */
@keyframes iconTextOrange {
    0% {
        color: #fff;
    }
    100% {
        color: #f05323;
    }
}
.menuItem.active a {
    color: #f05323;
}
#homepageContent {
    padding: 0px;
}
.innerPageContent {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}
.row {
	display: flex;
	margin-top: 10px;
}
/* Styles for when there are 4 store links */
div.storeLink {
    width: 50%;
    float: left;
    text-align: center;
}
div.storeLink img {
    opacity: 0.75;
    width: 48%;
}
div.storeLink img:hover {
    opacity: 1.0;
}
/* End styles for when there are 4 store links */
/* Styles for when there are 3 store links */
div.triStoreLink {
    width: 100%;
    height: 80px;
    text-align: left;
}
div.triStoreLink img {
    opacity: 0.75;
    height: 80px;
    padding-left: 18px;
    float: left;
}
div.triStoreLink img:hover {
    opacity: 1.0;
}
div.triStoreLink h1 {
    padding-top: 8px;
    padding-left: 18px;
    text-align: left;
    float: left;
    width: 68%;
}
/* End styles for when there are 3 store links */
.customRow {
    display: flex;
    flex-wrap: wrap-reverse;
}
.customColumn {
    display: flex;
    justify-content: center;
    margin: 0 25px;
    flex-direction: column;
    position: relative;
}
.customColumn:nth-child(1) {
    flex-basis: 50%;
}
.customColumn:nth-child(2) {
    flex-basis: 42%;
}
.column1 {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    margin-right: 10px;
    overflow: hidden;
}
.column {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
}
div.resourceColumn {
    display: flex;
    justify-content: center;
    /*margin:0 auto;*/
    flex-direction: column;
    position: relative;
    /*flex-basis: 10%;*/
}
.resourceColumn:nth-child(2) {
    flex-basis: 90%;
}
div.resourceColumn a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-left: 20px;
    padding: 6px 0px 6px 40px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #000;
    background: transparent url(../images/PDF_icon_b.png) left center no-repeat;
}
div.resourceColumn a:hover {
    color: #FFF;
    background: transparent url(../images/PDF_icon_w.png) left center no-repeat;
}
#printResourceBox, #dyeSubGuidelinesBox {
	background-color: #ffc42c;
/*	background: #ffc42c url(../images/SVGs/documents-angled.svg) right bottom no-repeat;*/
}
#sizingInstructionsBox {
	padding: 20px 40px;
	background: url(../images/SVGs/t-shirt-tilted.svg) 20px 10px no-repeat, url(../images/SVGs/ruler-top.svg) center top no-repeat, #920015 url(../images/SVGs/ruler-bottom.svg) center bottom no-repeat;
	background-size: 120px, 103%, 103%;
}
.printQuoteBox {
	padding: 14px 20px 18px 20px;
	margin-bottom: 10px;
}
.printQuoteBox h1 {
	margin: 0px;
}
#documentImage {
	float: left;
	opacity: 50%;
	height: 80px;
	padding: 10px 0px 10px 20px;
}
.interacImage {
	background: #202324 url('../images/SVGs/Interac.svg') no-repeat 20px 22px;
	background-size: 124px;
	padding: 10px 0px 10px 20px;
	margin-bottom: 10px;
}
div.interacImage div {
	margin: 20px auto;
}
/* So text doesn't overlap interac logo on small devices */
@media (max-width: 900px) {
div.interacImage div {
	margin: 20px 140px;
	}
}
.flexGrow {
    flex-grow: 2.5;
}
.columnImg {
    display: flex;
    flex-basis: 49%;
    justify-content: center;
    margin: 0 .25%;
    flex-direction: column;
    position: relative;
    margin-bottom: 5px;
}
.column2 {
    display: flex;
    flex: 1;
    flex-basis: 40%;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    margin-right: 2.5px;
}
.column2:nth-child(1) {
    margin-bottom: 5px;
}
.column2:nth-child(2) {
    margin-bottom: 5px;
}
.column2:nth-of-type(even) {
    margin-left: 2.5px;
    margin-right: 0;
}
.button {
    background-color: #f05323;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.min160 {
	min-width: 160px;
}
.button.noa {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}
.button.noa:hover {
    background-color: white;
    color: #f05323;
}
.button a {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
}
a .button {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
}
.button:hover {
    background-color: white;
}
.button:hover a {
    color: #f05323;
}
a .button:hover {
    color: #f05323;
}
.button.grey:hover {
    background-color: white;
}
.button.grey:hover a {
    color: #202324;
}
a .button.grey:hover {
    color: #202324;
}
.button.light {
    background-color: #f05323;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.button.light a {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
}
a .button.light {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
}
.button.light:hover {
    background-color: #202324;
}
.button.light:hover a {
    color: white;
}
a .button.light:hover {
    color: white;
}
.button.light.noa {
    background-color: #f05323;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
}
.button.light.noa:hover {
    background-color: #202324;
    color: white;
}
.button.grey {
    background-color: #202324;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.button.orangeBlack:hover {
	background-color: #202324;
	color: white;
}
input[type="submit"], input[type="reset"] {
    background-color: #202324;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    color: white;
    cursor: pointer;
}
input[type="submit"]:hover, input[type="reset"]:hover {
    color: #202324;
    background-color: white;
}
/* CURRENCY CHOICE PAGE BEFORE PAY INVOICE BUTTON */
.currencyBox {
    text-align: center;
    background-color: #2a2e2f;
}
.currencyBox a {
    padding: 40px;
}
#canadaCurrency img, #usCurrency img {
    width: 200px;
    margin: 20px auto;
}
.currencyBox:hover {
    background-color: #ddd;
}
.currencyBox:hover h1 {
    color: #2a2e2f;
}
/* SUBMIT BUTTON ON PAY INVOICE FORM */

#submitInvoiceBut, #resetInvoice {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px 20px;
    width: auto;
    border: 0px;
    background-color: #202324;
    color: #FFF;
    border-radius: 30px;
    margin: 10px;
}
#submitInvoiceBut:hover, #resetInvoice:hover {
    color: #f05323;
    background-color: #FFF;
}
/* ************************* CATEGORY BLOCKS ************************** */
.categoryHalfLeft, .categoryHalfRight, .displayHalfLeft, .displayHalfRight  {
    background-color: #333;
    width: 48%;
    margin: 1%;
    padding-top: 2%;
    padding-bottom: 2%;
    max-height: 600px;
}
.categoryHalfLeft, .displayHalfLeft {
    float: left;
}
.categoryHalfRight, .displayHalfRight {
    float: right;
}
.halfWidth {
	width: 50%;
	margin-top: 20px;
}
.displayHalfLeft, .displayHalfRight  {
	background-color: transparent;
	padding-top: 0;
}
.displayHalfLeft h1.yellow  {
	margin-bottom: 4px;
	text-align: left;
	margin-left: 70px;
}
.displayHalfLeft a h1.yellow:hover  {
	color: white;
}
.displayCategory, .apparelCategory {}
.BlockCatLeftDisplay {
    padding: 30px 0 30px 5%;
	background-color: #202324;
    /*background-color: green;*/
}
.BlockCatCenterDisplay {
    padding: 30px 5% 0px 5%;
	background-color: #202324;
    /*background-color: yellow;*/
}
.BlockCatLeftApparel {
    padding: 30px 0 0 5%;
	background-color: #202324;
    /*background-color: green;*/
}
.BlockCatRightApparel {
    padding: 30px 30px 0 0;
	background-color: #202324;
    /*background-color: green;*/
}
.BlockCenterApparel {
	background: white url('images/#') center center no-repeat;
	text-align: center;
	height: 340px;
	position: relative;
}
.apparelBlock {}

.imageShade {
    float: right;
    /*	margin-top: 20px;*/
    text-align: center;
    background-color: rgb(0, 0, 0, 0.5);
    padding: 24px 2%;
}
.apparelShade {
    text-align: center;
    background-color: rgb(0, 0, 0, 0.5);
    padding: 24px 2%;
	width: 96%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.apparelShade h1.yellow {
	margin-bottom: 10px;
}
.shadeVertDisplay {
    margin-top: 0;
    width: 60%;
}
.shadeHorzDisplay {
    margin-top: 50%;
    width: 96%;
}
.shadeBotLeftDisplay {
    margin-top: 30%;
    width: 60%;
}
.shadeRightApparel {
    width: 60%;
    float: right;
}
.shadeLeftApparel {
    width: 60%;
    float: left;
}
.imageShade h1 {
    margin-bottom: 24px;
}
.imageShade h2 {
    margin-bottom: 5px;
}
.imageShade p {
    margin: 24px auto;
    width: 80%;
    text-align: left;
}
.categoryBGimage {
    padding-bottom: 80%;
    background: transparent no-repeat top left/contain;
    /*background-color: red;*/
}
#displayCat {
    background-image: url('../images/display-main.png');
}
#bannerStandsCat {
    background-image: url('../images/categories/PCA-VStand-Angled-shad.png');
}
#retractablesCat {
    background-image: url('../images/categories/PCA-Sigma-Angle-shad.png');
}
#vflagsCat {
    background-image: url('../images/categories/PCA-VFlag-Square-glow.png');
}
#flagsCat {
    background-image: url('../images/categories/PCA-Custom-Banner-glow.png');
}
#tableCoversCat {
    background-image: url('../images/categories/PCA-Openback-Front-glow.png');
}
#tentsCat {
    background-image: url('../images/categories/PCA-Tent-Full-shad.png');
}
#wallsCat {
    background-image: url('../images/categories/PCA-PopUp-Front-Corner-Down-shad.png');
}
#guardRailsCat {
    background-image: url('../images/categories/PCA-GuardRail-shad.png');
}
#womensApparelCat {
    background-image: url('../images/categories/womens-Apparel-shad.png');
    background-position: -10% 0;
}
#mensApparelCat {
    background-image: url('../images/categories/mens-Apparel-shad.png');
    background-position: 120% 0;
}
@media (max-width: 768px) {

.displayHalfLeft, .displayHalfRight {
	width: 98%;
	float: none;
	text-align: center;
}
.row:first-child {
        margin-top: 20px;
    }
    .BlockCatLeftDisplay {
        padding-right: 0;
        /*    background-color: pink;*/
    }
    .shadeVertDisplay, .shadeLeftApparel, .shadeRightApparel {
        margin-top: 14%;
    }
}
@media (max-width: 650px) {
    .shadeVertDisplay {
        margin-top: 0;
    }
}
/* ************************* END CATEGORY BLOCKS ************************** */
/* ************************* COMMON PRODUCT PAGES ************************** */
.productContainer {
    background-color: #fff;
    /*background-color: yellow;*/
    position: relative;
    width: 90%;
    padding: 3%;
    margin: 14px 2%;
}
.productImageContainer {
    /*background-color: red;*/
    padding-top: 10%;
    width: 50%;
    text-align: center;
    float: left;
}
.apparelImageContainer, .displayImageContainer {
    /*background-color: red;*/
    padding-top: 0;
    width: 50%;
    text-align: center;
    float: left;
	position: relative;
}
ul.slides li img {
	width: 100%;
}
@media (max-width: 768px) {

.productImageContainer {
        padding-top: 2%;
        width: 100%;
        max-width: 486px;
        text-align: center;
        float: none;
        margin: auto;
    }
.apparelImageContainer, .displayImageContainer {
    /*background-color: red;*/
    	padding-top: 0;
        width: 100%;
        max-width: 486px;
        text-align: center;
        float: none;
        margin: auto;
	}
}
.productImage {
    /*background-color: brown;*/
    text-align: center;
    width: 100%;
}
.arrowHolder {
    text-align: center;
    margin: 20px 5% 60px 5%;
    padding-top: 10px;
    position: absolute;
    bottom: 45%;
    left: -10%;
    width: 110%;
    /*Keep image scolling arrows on top but below header menu's which is set at 9999 */
    z-index: 10;
/*    background-color: red;*/
}
.arrowLeft, .arrowRight {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #202323;
    background-repeat: no-repeat;
    background-size: 36px;
    position: absolute;
    top: 0px;
}
.arrowLeft {
    background-image: url(../images/arrow-icon-L.svg);
    background-position: 6px 6px;
    left: 12px;
}
.arrowRight {
    background-image: url(../images/arrow-icon-R.svg);
    background-position: 10px 6px;
    right: 12px;
}
.arrowLeft:hover, .arrowRight:hover {
    background-color: #f05322;
}
.productInfoContainer {
    /*background-color: green;*/
    width: 46%;
    text-align: left;
    float: left;
    color: #444;
    margin-left: 2%;
}
@media (max-width: 768px) {
/* Products with more than one image (slides) will float over product info if not give a height once single column width is reached. 768px width */
.slides {
	height: 500px !important;
	/*background-color: yellow !important;*/
}
.productInfoContainer {
        width: 60%;
        text-align: center;
        float: none;
        margin: auto;
    }
}
h1.productTitle {
    text-align: left;
    margin-bottom: 10px;
    font-size: 2.2em;
}
.tiered-savings {
    text-align: left;
    margin-bottom: 24px;
}
.tiered-savings h3 {
    text-align: left;
    margin-bottom: 8px;
}
.tiered-savings p {
    margin: 0px;
    font-size: 1.1em;
    line-height: 1.1em;
}
p.notations {
    margin-top: 10px;
    font-size: .7em;
}
/* ************************* ENDCOMMON PRODUCT PAGES ************************** */
.continueReading {
    font-style: italic;
    text-transform: none;
    font-weight: 600;
}
.continueReading:hover {
    text-decoration: underline;
}
.twinkleImage {
    width: 100%;
    max-width: 330px;
}
.homePageSlider {
    width: 100%;
    max-width: 330px;
}
.innerSpace {
    padding: 40px;
}
.innerSpaceExpand {
    padding: 40px;
}
.innerSpaceExceed {
    padding: 40px;
}
div#careers {
    margin-top: 10px;
}
#summerEmployment {
    margin-top: 10px;
}
.testimonials {
    background-color: #202324;
    width: 100%;
	height: 100%;
    /*max-width:665px;*/
}
.testimonialTextBlock {
    padding: 50px 60px;
}
.testimonialTextBlock p {
    padding: 0px 30px;
}
/*#benefits {
	background-image: url(../images/Kenworth.png) !important;
	background-position: 90% -10%;
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-origin: padding-box;
	z-index: 100;
}*/
.bigNum {
    font-weight: 1000;
    font-size: 24px;
    background-color: #f05323;
    color: #fff;
    border-radius: 20px;
    width: 28px;
    float: left;
    text-align: center;
}
.blockquote {
    margin-left: 40px;
}
/* --------------------- FOOTER -------------------------- */
footer {
    background: #202324 url(../images/angled-lines.png) no-repeat left bottom;
    background-size: 200px;
    overflow: auto;
    padding: 10px 40px;
    margin-top: 10px;
}
div.leftHalf3Wide {
    /*background-color: yellow;*/
    /*overflow: auto;*/
    width: 53%;
    float: left;
}
div.rightHalf3Wide {
    /*background-color: green;*/
    /*overflow: auto;*/
    width: 47%;
    float: right;
}
div.footerBlock {
    color: #ccc;
    float: left;
    /*overflow: auto;*/
    text-align: left;
}
div#footerBlock1 a, div#footerBlock1 a:visited, div#footerBlock2 a, div#footerBlock2 a:visited, div#footerBlock3 a, div#footerBlock3 a:visited, div#footerBlock4 a, div#footerBlock4 a:visited, div#footerBlock5 a, div#footerBlock5 a:visited {
    color: #ccc;
}
div#footerBlock1 a:hover, div#footerBlock2 a:hover, div#footerBlock3 a:hover, div#footerBlock4 a:hover, div#footerBlock5 a:hover {
    color: #fff;
}
#footerBlock1 {
    width: 30%;
    float: left;
}
#footerBlock2 {
    width: 38%;
    float: right;
}
#footerBlock3 {
    width: 32%;
    float: left;
}
#footerBlock4, #footerBlock5 {
    width: 37%;
    float: left;
}
#footerBlock6 {
    width: 26%;
    float: right;
    overflow: hidden;
}
.footerBlock h4 {
    margin-bottom: 3px;
    margin-left: 0px;
    color: #fff;
}
.footerBlock hr {
    color: #fff;
    width: 160px;
    text-align: left;
    margin: 0px;
}
.footerBlock p {
    margin-left: 8px;
}
footer p {
    font-size: 14px;
}
.socialIcons:hover {
    color: #f7d50a;
}
/* --------------------- END FOOTER -------------------------- */
.socialIcons {
    font-size: 18px;
}
div#printResources {
    padding-bottom: 30px;
    background-color: #f05323;
}
h1.resourceSub {
    color: #f7d50a;
    font-size: 24px;
    text-align: left;
    margin: 30px 0px 20px 12px;
}
.checkColumn {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    margin-right: 10px;
}
.servicesBox h1 {
    color: #f05323;
}
.servicesBox p {
    color: #202324;
}
.servicesBox {
    background-color: white;
    cursor: pointer;
    border: none;
    display: block;
    min-height: 300px;
}
.servicesBox i {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.servicesBox:hover i {
    visibility: visible;
    opacity: 1;
}
.servicesBox:after {
    -webkit-transition: border 0.5s ease;
    -moz-transition: border .5s ease;
    -o-transition: border .5s ease;
    -ms-transition: border .5s ease;
    transition: border .5s ease;
    content: "";
}
.servicesBox:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 40px 40px 0px 0px;
    border-style: solid;
    border-color: white #202324;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.servicesBox:hover {
    background-color: #f05323;
}
.servicesBox:hover h1 {
    color: white;
}
.servicesBox:hover p {
    color: white;
}
.promoOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.associationsImg {
    width: 100%;
    max-width: 117px;
}
.brokerPartnership {
    background-image: url(../images/protected-broker-partnership-cta.jpg);
    background-repeat: no-repeat;
}
.inlinePopup {
    background-color: white;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 71.1%;
}
.resp-containerQuote {
    position: relative;
    overflow: hidden;
    padding-top: 91.1%;
}
.iframePopup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.topHalf {
    height: 100%;
    min-height: 400px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.topHalfAssociations {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.topHalf h1 {
    margin-bottom: 15px;
}
.bottomHalf {
    padding: 5px;
}
.innerPopupSpace {
    padding: 0 75px;
}
.innerPopupSpaceAssociations {
    padding: 50px 75px;
}
.popupColumn1 {
    display: flex;
    flex-basis: 70%;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
}
.popupColumn2 {
    display: flex;
    flex-basis: 28%;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
}
.popupcolumn3 {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
}
.popupcolumn3:nth-child(2) {
    margin: 0 10px;
}
.tabMenu {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
}
.tabColumn:hover {
    background-color: rgba(241, 88, 35, 1);
}
.tabMenu.active {
    background-color: rgba(241, 88, 35, 1);
}
.tabColumn {
    display: flex;
    /* flex-basis and margin are == 100% */
    flex-basis: 24.5%;
    margin: 0 .25%;
    justify-content: center;
    flex-direction: column;
    position: relative;
    align-items: center;
    background-color: rgba(241, 88, 35, .7);
    cursor: pointer;
}
.tabColumn.active {
    background-color: rgba(241, 88, 35, 1);
}
.paperformatimg {
    width: 100%;
    max-width: 298px;
}
#paperformatCTA {
    background-image: url(../images/premier-print-direct-cta.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.column30 {
    display: flex;
    flex-basis: 21%;
    flex-direction: column;
    justify-content: center;
}
.column80 {
    display: flex;
    flex-basis: 69%;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.column20 {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    padding-bottom: 20px;
}
#displayDiv {
    display: none;
}
#promotionDiv {
    display: none;
}
#apparelDiv {
    display: none
}
div.sizingChartDiv {
    text-align: left;
    height: 72px;
	background: white url(../images/pdfIcon.png) left top no-repeat;
	margin-bottom: 25px;
}
div.sizingChartDiv h2 {
	text-align: left;
	padding-top: 26px;
	padding-left: 80px;
	color: #f05323;
}
div.sizingChartDiv h2:hover {
	text-decoration: underline;
}
.danQuote {
	text-align: left;
	margin: 40px 0 0 10px;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
}
.g-recaptcha div {
    margin: 0 auto;
}
input, select, textarea {
    width: 98%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    margin: 0px 0px 12px 0px;
    border: 1px solid #202324;
    background-color: white;
    max-height: 55px;
    color: #202324;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    font-weight: 600;
}
select {
    padding: 10px;
    background-color: white;
    border-radius: 0px;
    /* Doesn't put arrow image in drop down
	background: url('images/left-arrow-orange.png') top right;
	*/
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.leftColInput {
    margin-right: 2%;
}
.rightColInput {
    margin-left: 2%;
}
.middleColInput {
    margin-left: 0px;
    margin-right: 0px;
}
textarea#contactMessage, textarea#additionalDetails, #widget-container-wrap, textarea#quoteAdditionalDetails, select#quoteClientServiceRep, textarea#firstQuoteAdditionalDetails {
    width: 100%;
    /*max-width: 572px;*/
    margin: 0px 0px 12px 0px;
    resize: vertical;
}
input[type="submit"] {
    width: 120px;
    outline: none;
    border: none;
}
#firstQuoteAMCollectorNumber, #QuoteAMCollectorNumber {
    text-align: center !important;
}
/* Get rid of up/down arrows in number input Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Get rid of up/down arrows in number input Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
:focus {
    outline: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #202324;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #202324;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #202324;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
:-moz-placeholder { /* Firefox 18- */
    color: #202324;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
select {
    color: #202324;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border: none;
}
tr {
    width: 100%;
    border: none;
}
td {
    border: none;
}
li {
    line-height: 1.5em;
}
.formRow {
    display: flex;
    flex-wrap: wrap;
}
.colHalf {
    display: flex;
    flex-basis: 50%;
    justify-content: left;
    flex-direction: row;
}
.colFull {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    flex-direction: row;
}
.colThirds {
    display: flex;
    flex-basis: 33.33%;
    justify-content: center;
    flex-direction: row;
}
.colFourths {
    display: flex;
    flex-basis: 25%;
    justify-content: center;
    flex-direction: row;
}
.noMarginLeft {
    margin-left: 0;
}
.teamImg {
    width: 100%;
    max-width: 105px;
    max-height: 105px;
    text-align: left;
}
.repColumn {
    display: flex;
    flex-basis: 31%;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    margin-bottom: 5%;
}
.columnGrow {
    flex-grow: 1.2;
}
.columnGrow p {
    margin-top: 0;
}
a.underline:hover {
    text-decoration: underline;
}
.column3 {
    display: flex;
    flex-basis: 31%;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    margin-bottom: 2%;
    align-items: center;
    padding-top: 30px;
}
#headerImageContainer {
    display: none;
}
#menuToggle {
    display: none;
}
.mobileMenu {
    display: none;
}
.homeImagesInnerRow {
    display: flex;
    flex-wrap: wrap;
}
.columnHomeImages {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    margin-right: 10px;
}
.checkColumn {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
}
.smallerSizeImg {
    display: none;
}
.repColumn .column1 {
    align-items: center;
}
.repColumn h2 {
    align-self: flex-start;
	text-align: left;
}
.repColumn p {
    align-self: flex-start;
}
.repColumn a {
    align-self: flex-start;
}
.uploadColumn1 {
    flex-basis: 100%;
    flex-direction: column;
    justify-content: center;
    margin: 0 35px;
    position: relative;
    padding: 20px 0;
    display: block !important;
}
.uploadColumn2 {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
}
/* Start with all drop down lists of contact reps for the upload form hidden */
/* Reveal appropriate list when selector button is pressed of type of project file is being uploaded for */
#uploadFileForm, #printRepList, #fabricRepList, #clientSupportRepList {
	display: none;
	}
.promoCTA {
    background-image: url(../images/premierpromo-cta.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    flex: none;
    flex-basis: 49%;
}
.fulfilmentCTA {
    background-image: url(../images/fulfilment-cta.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    flex: none;
    flex-basis: 49%;
}
.CTArow {
    display: flex;
}
.alignBottom {
    justify-content: flex-end;
}
#mobileCTA {
    display: none;
}
.instagramColumn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-basis: 18%;
}
.instagramColumn:nth-child(2) {
    flex-basis: 57%;
    padding-left: 20px;
}
.instagramColumn:nth-child(3) {
    flex-basis: 25%;
    margin-right: 10px;
}
/*Shift @ symbol up. Too low*/
.b-shift {
    vertical-align: 10%;
}
#mobileTabNav {
    display: none;
}
.continueReadingPopup {
    text-align: left;
    padding: 100px;
}
/* STYLES FOR EXAVAULT WIDGET
#widget-container-wrap {
    height: auto !important;
    padding-bottom: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#widget-drop-files {
    height: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #202324 !important;
    border-radius: 0px !important;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 22px;
    float: none !important;
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
.files-target-call-to-action {
    font-size: 22px !important;
    padding-top: 14px !important;
    color: #165b96 !important;
}
.add-files, .add-folders {
    background-color: #165b96 !important;
    border-radius: 30px !important;
    text-shadow: none !important;
    padding: 12px !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
}
.add-files:hover, .add-folders:hover {
    background-color: #4297de !important;
}
.in-target-upload-btns {
    width: 200px;
    margin: 0 auto;
}
Hide "Add Folder" button from upload form because of exavault issues with folders
.add-folders {
    display: none !important;
}
Stretch added file progress bar to full width on upload form
div.progress-meter-behind {
	width: 99%;
}
*/
#uploadWarning {
	padding: 20px 100px;
	text-align: left;
	overflow: auto;
}
#uploadWarning h3 {
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 0;
}
#uploadWarning img {
	width: 64px;
	height: auto;
	float: left;
	padding: 0 20px 0 0;
	display: block;
}
.upload-success-message {
    font-size: 22px !important;
    padding-top: 14px !important;
    color: #319616 !important;
}
/* After files upload, change colors to green */
#success-upload-ok {
    color: #FFF !important;
    background-color: #319616 !important;
    border-radius: 30px !important;
    text-shadow: none !important;
    padding: 12px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    width: auto !important;
    min-width: 170px;
    border: none !important;
}
#success-upload-ok:hover {
    background-color: #45c423 !important;
}
#requestQuote {
    background-repeat: no-repeat;
    background-size: 100%;
}
#requestQuoteForm {
/*    Changed to display none once the 2 forms went on to separate pages */
/*    display: none;*/
}
#requestFirstQuoteForm {
/*    Changed to display none once the 2 forms went on to separate pages */
/*    display: none;*/
}
#requestQuote {
    background-repeat: no-repeat;
    background-size: 100%;
}
.quoteForm {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    justify-content: center;
    margin: 0 35px;
    position: relative;
    padding: 20px 0;
}
#payInvoice {
    background-image: url(../images/payinvoice-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.payInvoiceForm {
    width: 75%;
    margin: 0 auto;
}
.resourceTable {
    width: 70%;
    margin: 0 auto;
}
.resourceTable h2 {
    text-align: left;
}
.resourceTable td {
    padding: 10px 0;
}
.uploadRow {
    margin-top: 0;
    padding: 50px;
    flex-wrap: wrap
}
.scrollText {
    height: 50px;
    overflow: hidden;
    position: relative;
}
.scrollText p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    position: absolute;
    width: 100%;
    margin: 0;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: example1 20s linear infinite;
    -webkit-animation: example1 20s linear infinite;
    animation: example1 20s linear infinite;
}
.regularFont p {
    font-weight: normal;
    text-transform: none;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
    0% {
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes example1 {
    0% {
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes example1 {
    0% {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
}
/* ***************************** Start Form Styles ***************************** */
/******************** EXAVAULT ERROR BOX ON UPLOAD (NEEDS WORK) **************************/
/*div#error-uploader {
    width: 88%;
    display: block;
    background-color: #ffc0cb;
    color: #f00;
    margin: 10px auto;
    padding: 40px 6%;
}

div#widget-drop-files {
    text-align: center;
    position: relative;
}*/
/* Pop up message if contact form sends */
div#contactResult span#contactSuccess {
    padding: 20px 100px 20px 100px;
    display: block;
    color: #FFF;
    background: #319616 url('../images/success.png') 12px center no-repeat;
    border-radius: 30px;
}
/* Pop up message for request quote form. It's not really a success since file upload portion is separate */
span.formPending {
    margin-top: 12px;
    padding: 20px 100px 20px 100px;
    display: block;
    color: #FFF;
    background: #165b96 url('../images/pending.png') 12px center no-repeat;
    border-radius: 30px;
}
/* Pop up message if contact us, request quote, rep contact or order design guide form fails to send */
span.formFailure {
    padding: 20px 100px 20px 100px;
    display: block;
    color: #FFF;
    background: #c50000 url('../images/failure.png') 12px center no-repeat;
    border-radius: 30px;
}
/* Pop up message if contact us, request quote, rep contact or order design guide form sends successfully */
span.formSuccess {
    margin-top: 12px;
    padding: 20px 100px 20px 100px;
    display: block;
    color: #FFF;
    background: #319616 url('../images/success.png') 12px center no-repeat;
    border-radius: 30px;
}
/* Pop up message if contact form filled out incorrectly */
.error {
    padding: 20px 100px 20px 100px;
    display: block;
    color: #FFF;
    background: #c50000 url('../images/failure.png') 12px center no-repeat;
    border-radius: 30px;
}
#result {
    padding-bottom: 25px;
}
#contactResult {
    padding: 25px 0px;
}
#uploadResult, #quoteResult, #repResult, #inquiryResult {
    padding-bottom: 25px;
}
.success {
    font-size: 18px;
    text-align: center;
}
.correct {
    border: 1px solid #202324 !important;
    background-color: #FFF !important;
}
.incorrect {
    border: 1px solid #c50000 !important;
    background-color: #f3b7b7 !important;
}
/* Submit button on Contact Form button grey until Captcha is confirmed */
.button.noa.noClick {
    background-color: #ccc;
    color: #ececec;
    cursor: default;
}
/*
For revealing button on capcha click version
Hide Submit button until reCaptcha is clicked 
#contactFormSubmit {
	display: none;	
}*/
#contactFormSubmit, #quoteFormSubmit, #firstQuoteFormSubmit {
    margin-top: 14px;
}
/* ***************************** End Form Styles ***************************** */
@media all and (max-width:1500px) {
    footer {
        /* Removed color burst from footer
	background-image: url(../images/footer-img-t.png);
	*/
        overflow: hidden;
    }
    .headerRow {
        flex-wrap: wrap;
    }
    @media all and (max-width:1365px) {
        div#announcementBanner {
            width: 100%;
        }
        .column1 {
            margin-right: 0px;
        }
        .instagramColumn:nth-child(3) {
            margin-right: 0;
        }
        .column1:nth-child(2), .column1:nth-child(3), .column1:nth-child(4) {
            margin-left: 10px;
        }
    }
    @media all and (max-width:1280px) {
        .menuNavColumn {
            flex-grow: 1;
        }
        h1 {
            font-size: 32px;
        }
        h1.headerText {
            font-size: 48px;
        }
        .innerSpace {
            padding: 25px;
        }
        .innerSpaceExpand {
            padding: -1px 25px;
        }
        .innerSpaceExceed {
            padding: 25px;
        }
        .greyBorder {
            border: none;
        }
        .customColumn {
            flex-basis: 100%;
            margin: 0 auto;
        }
        .columnImg {
            flex-basis: 24.5%;
        }
        .customColumn:nth-child(1) {
            flex-basis: 100%;
            margin: 0 auto;
        }
        .customColumn:nth-child(2) {
            flex-basis: 100%;
            margin: 0 auto;
        }
    }
    @media all and (max-width:1220px) {
        .tabMenu {
            font-size: 16px;
            padding: 20px 20px;
        }
    }
    @media all and (max-width:1200px) {
        .menuNavColumn {
            justify-content: center;
        }
    }
    /* footer blocks */
    footer {
        padding: 10px 0px;
        overflow: hidden;
    }
    div.leftHalf3Wide {
        /*background-color: yellow;*/
        /*overflow: auto;*/
        width: 100%;
        float: none;
        padding-left: 4%;
    }
    /* footer blocks */
    div.rightHalf3Wide {
        /*background-color: green;*/
        /*overflow: auto;*/
        width: 100%;
        float: none;
        padding-left: 4%;
    }
    #footerBlock1, #footerBlock2, #footerBlock3, #footerBlock4, #footerBlock5, #footerBlock6 {
        width: 32%;
        float: left;
    }
    #paperformatCTA {
        background-image: url(../images/premier-print-direct-cta-1200.jpg);
    }
    .promoCTA {
        flex-basis: 100%;
        background-image: url(../images/premierpromo-cta-1200.jpg);
    }
    .fulfilmentCTA {
        background-image: url(../images/fulfilment-cta-1200.jpg);
        flex-basis: 100%;
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .CTArow {
        flex-wrap: wrap;
    }
    .alignBottom {
        justify-content: center;
    }
    .requestForm {
        width: 80%;
        margin: auto;
    }
}
@media all and (max-width:1040px) {
    /* Move main content down when navigation becomes taller from stacking logo */
    main {
/*        margin-top: 278px;*/
    }
    .requestForm {
        width: 95%;
    }
    .row {
        flex-wrap: wrap;
    }
    .homeImagesInnerRow {
        display: flex;
        flex-wrap: nowrap;
    }
    .columnHomeImages {
        flex-basis: 51%;
        margin-right: 0px;
    }
    .column2 {
        display: flex;
        flex: 1;
        flex-basis: 40%;
        justify-content: center;
        margin: 0 auto;
        flex-direction: column;
        position: relative;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .column2:nth-child(1) {
        margin-bottom: 10px;
    }
    .column2:nth-child(2) {
        margin-bottom: 10px;
    }
    .column2:nth-of-type(even) {
        margin-left: 0px;
        margin-right: 5px;
    }
    .column80 {
        padding: 0px 20px;
    }
    .column20 {
        padding: 0px 20px;
    }
    .announcementText {
        padding: 0 10px;
    }
}
@media all and (max-width:768px) {
    main {
        margin-top: 130px;
    }
.repColumn h2 {
	text-align: center;
}
    .repColumn {
        flex-basis: 50%;
    }
    .contactBlock {
        padding: 15px 15px;
    }
    .success {
        font-size: 18px;
    }
    .instagramRow {
        flex-wrap: wrap;
    }
    .servicesBox {
        min-height: 150px;
    }
    /* --------------- FOOTER ------------------- */
    #footerBlock1, #footerBlock2, #footerBlock3, #footerBlock4, #footerBlock5, #footerBlock6 {
        width: 96%;
        float: left;
    }
    .footerBlock hr {
        width: 96%;
    }
    .continueReadingPopup {
        padding: 50px;
    }
    .column80 {
        margin: 10px 0;
        flex-basis: 100%;
    }
    .instagramColumn h1.alignLeft {
        text-align: center;
        margin-top: 10px;
    }
    .instagramColumn h2.alignLeft {
        text-align: center;
        margin-bottom: 20px;
    }
    .instagramColumn {
        flex-basis: 100%;
    }
    .instagramColumn:nth-child(2) {
        flex-basis: 100%;
    }
    .instagramColumn:nth-child(3) {
        flex-basis: 100%;
        margin-right: 0px;
        padding-bottom: 10px;
        text-align: center;
    }
    .column30 {
        flex-basis: 100%;
    }
    .column80 h1 {
        text-align: center;
    }
    .column80 h2 {
        text-align: center;
    }
    .column20 {
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .column20 h1 {
        text-align: center;
    }
    .column20 h2 {
        text-align: center;
    }
    #videoContainer {
        display: none;
    }
    #headerImageContainer {
        display: grid;
		margin: 10px 0px;
    }
    .headerColumn:nth-child(1) {
        display: none;
    }
    #headerSecondBar {
        padding: 10px;
    }
	.headerThirdBar {
    margin: 0px auto 0 auto;
}
    #paperformatCTA {
        background-image: url(../images/premier-print-direct-cta-768.jpg);
    }
    .promoCTA {
        flex-basis: 100% !important;
        background-image: url(../images/premierpromo-cta-768.jpg);
    }
    .promoCTA .column1 {
        flex-basis: auto;
    }
    .alignBottom {
        flex-basis: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }
    .fulfilmentCTA {
        background-image: url(../images/fulfilment-cta-768.jpg);
        flex-basis: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .fulfilmentCTA .column1 {
        flex-basis: auto;
    }
	.iconBox {
	display: none;
	}
    .menuNavColumn {
        display: none;
        width: 100%;
        flex: none;
    }
    .menuItem {
        display: block;
        text-align: center;
        width: 100%;
        padding: 20px 0px;
        background-color: #f05323;
    }
    .menuItem a {
        color: white;
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
    }
	.menuItem a h2 {
        font-size: 24px;
    }
    .menuItem:hover {
        background-color: #202324;
    }
    .menuItem:hover a {
        color: white;
    }
    .menuItem.active a {
        color: white;
    }
    .menuItem.active {
        background-color: #202324;
    }
    #headerSecondBar {
        background-position: top right;
    }
    .logoColumn {
        margin: 0 auto;
    }
    #menuToggle {
        display: block;
        position: relative;
        float: right;
        margin-top: 20px;
        margin-right: 30px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }
    #menuToggle input {
        display: block;
        width: 38px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }
    /*
	 * Just a quick hamburger
	 */
    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: white;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 23px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }
    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2) {
        transform-origin: 57% 100%;
    }
    /* 
	 * Transform all the slices of hamburger
	 * into a crossmark.
	 */
    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: white;
    }
    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    /*
	 * Ohyeah and the last one should go the other direction
	 */
    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    .mobileMenu {
        display: block;
    }
    .topMenuItem {
        display: block;
        padding: 20px 0px;
    }
    .column1 {
        margin-left: 0px;
        margin-bottom: 10px;
        text-align: center;
        display: block;
		/* switches to single column page layout */
		flex: auto;
    }
    .column1:nth-child(2) {
        margin-left: 0px;
    }
    .contactBlock {
        text-align: left;
    }
    .row {
        display: block;
        margin-top: 0px;
    }
    h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .button a {
        font-size: 12px;
    }
    .button.grey a {
        font-size: 12px;
    }
    .button.light a {
        font-size: 12px;
    }
    .fullSizeImg {
        display: none;
    }
    .smallerSizeImg {
        display: block;
    }
    .inlinePopup {
        max-width: 768px;
    }
    .column3 {
        flex-basis: 100%;
    }
    .servicesBox h1 {
        display: inline-flex;
        width: 38%;
        text-align: left;
    }
    .servicesBox p {
        display: inline-flex;
        width: 60%;
        text-align: left;
    }
    li p {
        text-align: left;
    }
    li {
        text-align: left;
    }
    .checkColumn:nth-child(2) {
        margin-top: -46px;
    }
    p {
        /*text-align: left;*/
    }
    .innerPopupSpace {
        padding: 0 35px;
    }
    .popupcolumn3:nth-child(3) {
        display: none;
    }
    .bottomHalf .row {
        margin-top: 5px;
    }
    .bottomHalf .column1 {
        margin-bottom: 0px;
    }
    .popupcolumn3:nth-child(2) {
        margin-right: 0px;
    }
    .topHalf {
        min-height: auto;
    }
    .popupColumn1 {
        flex-basis: 66%;
    }
    .popupColumn2 {
        flex-basis: 33%;
    }
    .button {
        padding-: 5px 20px 10px;
    }
    .button.grey {
        padding-: 5px 20px 10px;
    }
    .button.light {
        padding-: 5px 20px 10px;
    }
    #mobileTabNav {
        display: block;
    }
    #desktopTabNav {
        display: none;
    }
    .announcementText p {
        text-align: center;
    }
    .uploadRow {
        padding: 25px;
    }
    .uploadColumn1 {
        margin: 0;
    }
	#uploadWarning {
	padding: 20px 20px;
	}
}
@media all and (max-width:630px) {
    main {
        margin-top: 116px;
    }
    footer {
        overflow: hidden;
        /*background-image: url(../images/footer-img-m.png);*/
    }
    .colHalf {
        flex-basis: 100%;
    }
    .colThirds {
        flex-basis: 100%;
    }
    .colFourths {
        flex-basis: 50%;
    }
    .colFull input, .colFull textarea {
        margin: 10px 0px;
    }
    textarea#contactMessage, textarea#additionalDetails, #widget-container-wrap, textarea#quoteAdditionalDetails, select#quoteClientServiceRep {
        margin: 10px 0px 10px 0px;
    }
    .colHalf input {
        margin: 10px 0px;
    }
    .colThirds input {
        margin: 10px 0px;
    }
    .colThirds fourths {
        margin: 10px 0px;
    }
    .colFull select {
        margin: 10px 0px;
    }
    .colHalf select {
        margin: 10px 0px;
    }
    .colFourth select {
        margin: 10px 0px;
    }
    .colThirds select {
        margin: 10px 0px;
    }
    .colFull textarea {
        margin: 10px 0px;
    }
    .colHalf textarea {
        margin: 10px 0px;
    }
    .colThirds textarea {
        margin: 10px 0px;
    }
    #widget-container-wrap {
        margin: 10px 0px !important;
    }
    input, select, textarea {
        width: 100%;
    }
    #payInvoice {
        background-image: url(../images/payinvoice-bg-600.jpg);
        background-size: cover;
    }
}
@media all and (max-width:500px) {
    h1.headerText {
        font-size: 34px;
    }
    .uploadRow {
        padding: 0px;
    }
    .continueReadingPopup {
        padding: 25px 15px;
    }
    .column2:nth-child(3) {
        display: none;
    }
    .column2:nth-child(4) {
        display: none;
    }
    .logo {
        max-width: 230px;
    }
    #menuToggle {
        margin-top: 30px;
    }
    #menuToggle span {
        display: block;
        width: 27px;
        height: 3px;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 14px;
    }
    .columnImg {
        flex-basis: 49%;
    }
    .columnImg:nth-child(3) {
        display: none;
    }
    .columnImg:nth-child(4) {
        display: none;
    }
    .innerSpace {
        padding: 10px 10px;
    }
    .innerSpaceExpand {
        padding: 10px;
    }
    .innerSpaceExceed {
        padding: 10px;
    }
    .row {
        flex-wrap: wrap;
    }
    .popupColumn1 {
        flex-basis: 100%;
    }
    .popupColumn2 {
        flex-basis: 100%;
    }
    .popupColumn1 h1 {
        text-align: center;
    }
    .popupColumn1 h2 {
        text-align: center;
        padding-bottom: 20px;
    }
    #desktopCTA {
        display: none;
    }
    #mobileCTA {
        display: block;
    }
    #paperformatCTA {
        background-image: url(../images/premier-print-direct-cta-500.jpg);
    }
    .resourceTable {
        width: 90%;
        margin: 0 auto;
    }
}
@media all and (max-width:480px) {
    .repColumn {
        flex-basis: 100%;
    }
    input, select, textarea {
        margin: 0px;
    }
    .repColumn .alignLeft {
        text-align: center;
    }
}