
/********** Styles previously in this file *****/
html {
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.5;
}

.colorboxContent {
	display:none;
}

#feedbackContainer {
	width:260px;
}

	#feedbackContainer h3 {
		font-size:14px;
	}
	#feedbackContainer p {
		color:#5e5a55;
		font-size:12px;
	}
		#feedbackContainer .buttonCollection {
			padding-left:0;
			margin:20px 0 0;
		}
			#feedbackContainer .buttonCollection li{
				float:left;
				list-style: none;
				margin-left:5px;
			}
				#feedbackContainer .buttonCollection a:link,
				#feedbackContainer .buttonCollection a:visited {
					color:#000;
					text-decoration:none;
					font-size:13px;
					padding:2px 10px;
					background:#f1eeef;
					border:2px solid #fbfbfb;
					border-right-color: #999;
					border-bottom-color: #999;
				}
	

#cboxOverlay {
	display:none;
}
#colorbox{
}
	#cboxTopLeft{width:20px; height:20px; background:url(colorbox/img/overlayBorder1.png) no-repeat 0 0;}
	#cboxTopCenter{height:20px; background:url(colorbox/img/overlayBorder1.png) repeat-x 0 -40px;}
	#cboxTopRight{width:20px; height:20px; background:url(colorbox/img/overlayBorder1.png) no-repeat -20px 0;}
	#cboxBottomLeft{width:20px; height:20px; background:url(colorbox/img/overlayBorder1.png) no-repeat 0 -20px;}
	#cboxBottomCenter{height:20px; background:url(colorbox/img/overlayBorder1.png) repeat-x 0 -60px;}
	#cboxBottomRight{width:20px; height:20px; background:url(colorbox/img/overlayBorder1.png) no-repeat -20px -20px;}
	#cboxMiddleLeft{width:20px; background:url(colorbox/img/overlayBorder2.png) repeat-y 0 0;}
	#cboxMiddleRight{width:20px; background:url(colorbox/img/overlayBorder2.png) repeat-y -20px 0;}
	#cboxContent{background:#f8f8f8; overflow:hidden;}

	#cboxClose {
		top:0;
		background:url(colorbox/img/overlayCloseX.png) no-repeat;
		width:14px;
		height:14px;
		display:block;
		text-indent:-9999px;
	}
	
	#cboxLoadedContent {
		margin-bottom:0;
		padding:15px 7px 10px;
	}


/* !Clearfix */
/* Use this to clear floats */
#feedbackContainer .buttonCollection:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */ 
* html #wrapper .formContainer {
	height: 1%;
}/* IE7 */
*:first-child+html #wrapper .formContainer {
	min-height: 1px;
}
/********** End of styles previously in this file *****/





/********** Styles from header.php *****/
body {
    color: #000000;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    background-color: #FFFFFF;
}

p,
td,
th,
table,
dl,
ol,
ul,
font,
text {
    color: #000000;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.small,
select,
input {
    color: #000000;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px
}

.red {
    color: #9E0B0E;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.white {
    color: #FFFFFF;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.headline {
    color: #9E948D;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px
}

.large {
    color: #000000;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px
}

.point14 {
    color: #000000;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px
}

.styleheadline {
    color: #695D54;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px
}

.normaltable {
    line-height: 0px
}

.blue {
    color: #3366CC;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.blacknav {
    color: #000000;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    text-decoration: none
}

a:visited {
    color: #9E948D;
    text-decoration: none
}

a:link {
    color: #3366CC;
    text-decoration: none
}

a:hover {
    color: #3366CC;
    text-decoration: none
}

.prcategory {
    color: #000000;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 19px;
}

.prcategory a {
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}

.prcategory a:link {
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}

.prcategory a:visited {
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}

.prcategory a:hover {
    color: #3366CC;
    font-size: 11px;
    text-decoration: none;
}

.pr_hdr {
    FONT-SIZE: 16px;
    COLOR: #000000;
    LINE-HEIGHT: 120%;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif
}

.pr_subhdr {
    FONT-SIZE: 14px;
    COLOR: #000000;
    LINE-HEIGHT: 110%;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif
}
/********** End of styles from header.php *****/










/********** Begin styles added here *****/
/* Add global box-sizing border-box for ease of spacing and styling */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* Set links to display inline-block by default */
a  {
    display: inline-block;
}

img {
    display: block;
}

p {
   margin-top: 0;
}





/* Sitewide resuable classes */
.inner-wrapper {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.page-container {
    padding-bottom: 15px;
}

.page-content {
    padding-left: 8px;
    padding-right: 8px;
}

.clearfix {
    content: "";
	clear: both;
}

.divider {
    width: auto;
    height: 25px;
    margin-top: 8px;
    background-color: #dbe4e8;
}

.tablet-desktop-only {
    display: none;
}

@media screen and (min-width: 768px) {
    .tablet-desktop-only {
        display: block;
    }
}



/* Columns */
.column {
    width: 100%;
}



/* Header */
.header {
    position: relative;
    height: 139px;
}

.header__top-band {
    height: 12px;
    margin-bottom: 12px;
    background-color: #487A93;
}

.header__background {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url("../../images/topnav/nav_bar.gif");
}

.header__content {
    position: relative;
    top: 15px;
    height: 100px;
    background-color: #ffffff;
}

.header__bottom-stripe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background-color: #5D99B3;
}



/* Mobile and desktop nav menus */
.mobile-nav { 
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 101;
    width: 100%;
    background-color: #ffffff;
}

.mobile-hamburger-menu-icon {
    position: absolute;
    top: 0;
    right: 10px;
    width: 36px;
    height: 36px;
    background: url('../../images/mobile-menu-hamburger.png') center center/cover no-repeat;
    cursor: pointer;
}

.mobile-nav.open .mobile-hamburger-menu-icon {
    background: url('../../images/mobile-menu-hamburger-close.png') center center/cover no-repeat;
}

.mobile-nav-container {
    position: absolute;
    top: 94px;
    width: 100%;
    opacity: 0;
    padding: 0;
    border-bottom: 0 solid #ffffff;
    background-color: rgba(255, 255, 255, 1);
    transition: 0.2s ease-in;
}

.mobile-nav.open .mobile-nav-container {
    opacity: 1;  
    padding: 20px 0;
    border-bottom: 25px solid #5D99B3;
    transition: 0.2s ease-in;
}

.mobile-nav.initial .mobile-nav-container,
.mobile-nav.initial .nav__nav-element,
.mobile-nav.initial .nav__nav-link {
    opacity: 0;
    transition: none;
}

.mobile-nav .nav__nav-element {
    display: block;
}

.mobile-nav .nav__nav-link {
    display: block;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #5D99B3;
    transition: 0.2s ease-in;
}

.mobile-nav.open .nav__nav-link {
    height: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: 0.2s ease-in;
}

.mobile-nav .nav__nav-link:hover {
    text-decoration: underline;
}

.desktop-nav {
    display: none;
}

.desktop-nav .nav__nav-element {
    display: inline-block;
}



/* Feedback Modal */   
#colorbox {
    width: 314px !important;
    height: 177px !important;
}

#cboxLoadedContent {
    height: auto !important;
}

#colorbox .buttonCollection a { 
    display: inline; 
}



/* Content */
.page-content ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.content {
    padding-top: 8px;
}

.header__title-image,
.featured-image,
.right-gray-box {
    width: 100%;
    height: auto;   
    margin-left: auto;
    margin-right: auto;
}

.title-container {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 0;
}

.header__title-image {
    display: block;
}

.header__title-image-supporting { 
    display: none;
}

.featured-image-wrapper {
    padding-bottom: 8px;
}

.content.lists-have-left-arrows ul {
    margin-left: -22px;
    list-style-image: url("../../images/arrow.gif");
}

.content.lists-have-left-arrows ul li {
    text-indent: -2px;
    line-height: 18px;
}

.right-gray-box-container {
    text-align: center;
}

.right-gray-box {
    max-width: 270px;
    max-height: 43px;
}



/* Footer */
.pre-footer {
    height: 33px;
    margin-bottom: 3px;
    background-color: #015480;
}

.footer__content {
    padding: 50px 15px;
    font-size: 0;
}

.footer__logo {
    display: block;
    width: 268px;
    height: 33px;
    margin-left: auto;
    margin-right: 10px;
}

.footer-section {
    display: block;
    padding-bottom: 20px;
    margin-right: 9px;
    font-size: 0;
    text-align: center;
}

.footer-section:last-of-type {
    margin-right: 0;
}

.footer__privacy-link {
    margin-left: 1px;
    font-size: 11px;
}

.footer__divider {
    display: none;
}

.footer__date-and-copyright {
    display: inline-block;
    font-size: 11px;
}

.footer__contact {
    font-size: 11px;
}



/* Contact Form 7 */
.wpcf7-form tbody > tr {
    display: block;
    padding-bottom: 12px;
}

.wpcf7-form tbody > tr:last-child {
    padding-bottom: 0;
}

.wpcf7-form tr td {
    display: block;
}

.wpcf7-form input {
    padding: 4px 2px;
}

.wpcf7 .wpcf7-form input.wpcf7-submit {
    padding: 4px 2px;
    background-color: #e9e9ed;
    border: 1px solid #8f8f9d;  
    border-radius: 4px;
    color: #000000;
}


/* Home page */
.page.home .header__title-image {
    max-width: 349px;
    max-height: 67px;
}

.page.home .header__title-image-supporting {
    max-width: 107px;
    max-height: 67px;
}

.page.home .featured-image {
    max-width: 270px;
    max-height: 183px;
}

.home-page-images-section .column {
    margin-bottom: 8px;
}


.home-page-image {
    margin-left: auto;
    margin-right: auto;
}

.home-page-image.image-one {
    width: 181px;
    height: 159px;
}

.home-page-image.image-two {
    width: 108px;
    height: 111px;
}

.home-page-image.image-three {
    display: none;
    width: 108px;
    height: 40px;
    margin-top: 8px;
}

.home-page-image.image-four {
    width: 159px;
    height: 159px;
}

.page.home .left-col {
    width: 100%;
}

.page.home .left-col .row-of-columns.home-page-images-section {
    display: none;
}

.page.home .left-col .column {
    width: auto;
}

.page.home .left-col .clearfix {
    display: none;
}

.home-page-content {
    width: 90%;
    padding-top: 16px;
    margin-left: 5%;
    margin-right: 5%;
}



/* Catalog page */
.page.catalog .header__title-image {
    max-width: 349px;
    max-height: 67px;
}

.page.catalog .header__title-image-supporting {
    max-width: 107px;
    max-height: 67px;
}

.page.catalog .featured-image {
    max-width: 270px;
    max-height: 270px;
}



/* Locations page */
.page.locations .page-container {
    padding-bottom: 12px;
}

.page.locations .header__title-image {
    max-width: 349px;
    max-height: 67px;
}

.page.locations .header__title-image-supporting {
    max-width: 385px;
    max-height: 67px;
}

.page.locations .column p:first-of-type {
    margin-top: 0;
}

.page.locations .featured-image-wrapper {
    padding-bottom: 12px;
}

.page.locations .featured-image {
    max-width: 464px;
    max-height: 227px;
}



/* About page */
.page.about .page-container {
    padding-bottom: 30px;
}



/* About, 404 page */
.page.about .header__title-image,
.error404 .header__title-image {
    max-width: 349px;
    max-height: 67px;
}

.page.about .featured-image,
.error404 .featured-image {
    max-width: 385px;
    max-height: 213px; 
}

.page.about .right-gray-box,
.error404 .right-gray-box {
    max-width: 385px;
    max-height: 43px;
}



/* Contact page */
.page.contact .page-container {
   padding-bottom: 30px;
}

.page.contact .header__title-image {
    max-width: 349px;
    max-height: 67px;
}

.page.contact .header__title-image-supporting {
    max-width: 107px;
    max-height: 67px;
}

.page.contact .featured-image {
    max-width: 270px;
    max-height: 270px;
}





@media screen and (min-width: 500px) {
    /* Home page */
    .page.home .left-col .row-of-columns.home-page-images-section {
        display: flex;
        justify-content: space-evenly;
        padding-top: 8px;
    }
}





@media screen and (min-width: 768px) {
    /* Columns */
    .column {
        float: left; 
        margin-right: 9px;
    }
    
    .right-col {
        margin-right: 0;
    }



    /* Header */
    .header {
        height: 100px;
        margin-bottom: 8px;
    }

    .header__top-band {
        height: 8px;
    }

    .header__content {
        top: 0;
        height: auto;
    }

    .header__bottom-stripe {
        position: static;
        width: 744px;
    }



    /* Mobile and desktop nav menus */
    .mobile-nav {
        display: none;   
    }

    .desktop-nav {
        display: block;
        position: absolute;
        bottom: 25px;
        right: 8px;
        font-size: 0;
    }

    .mobile-hamburger-menu-icon {
        display: none;
    }



    /* Content */
    .page-content ul li a {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .content.left-spacer {
        padding-left: 8px;
    }

    .title-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header__title-image {
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }

    .header__title-image-supporting {
        display: inline-block;
        width: 100%;
        height: auto; 
        margin-left: 8px;
        margin-right: 0;
    }

    .right-gray-box-container {
        text-align: left;
    }



    /* Footer */
    .footer__content {
        padding: 4px 8px 60px 8px;
    }

    .footer__logo {
        margin-right: 1px;
    }

    .footer-section {
        display: inline-block;
        padding-bottom: 0;
        text-align: left;
    }  

    .footer__divider {
        display: inline-block;
        margin-left: 9px;
        font-size: 11px;
    }



    /* Contact Form 7 */
    .wpcf7-form tbody > tr {
        display: table-row;
        padding-bottom: 0;
    }

    .wpcf7-form tr td {
        display: table-cell;
    }

    .wpcf7-form input {
        padding: 1px 2px;
    }



    /* Home page */
    .page.home .left-col {
        width: 465px;
    }

    .page.home .right-col {
        width: 270px;
    }

    .page.home .left-col .row-of-columns.home-page-images-section {
        display: block;
    }

    .page.home .left-col .clearfix {
        display: block;
    }

    .home-page-images-section .column {
        margin-right: 8px;
        margin-bottom: 0;
    }

    .home-page-images-section .home-page-col-1 {
        width: 181px;
    }

    .home-page-images-section .home-page-col-2 {
        width: 108px;
    }

    .home-page-images-section .home-page-col-3 {
        width: 159px;
        margin-right: 0;
    }

    .home-page-image {
        margin-left: 0;
        margin-right: 0;
    }

    .home-page-content {
        width: 712px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .home-page-image.image-three {
        display: block;
    }



    /* Catalog page */
    .page.catalog .left-col {
        width: 465px;
    }

    .page.catalog .right-col {
        width: 270px;
    }

    

    /* Locations page */
    .page.locations .column {
        margin-right: 7px;
    }

    .page.locations .left-col {
        width: 264px;
    }

    .page.locations .right-col {
        width: 464px;
        margin-right: 0;
    }

    .page.locations .header__title-image-supporting {
        margin-left: 9px;
    }



    /* About page */
    .page.about .page-container {
        padding-bottom: 77px;
    }



    /* 404 page */
    .error404 .page-container {
        padding-bottom: 24px;
    }



    /* About, 404 page */
    .page.about .left-col,
    .error404 .left-col {
        width: 349px;
    }

    .page.about .right-col,
    .error404 .right-col {
        width: 385px;
    }



    /* Contact page */
    .page.contact .page-container {
        padding-top: 12px;
        padding-bottom: 48px;
    }

    .page.contact .left-col {
        width: 464px;
    }

    .page.contact .right-col {
        width: 270px;
    }

}
