@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,600);



/* ==========================================================================

   Base styles: opinionated defaults

   ========================================================================== */



html,

button,

input,

select,

textarea {

    color: #222;

}



body {

    font-size: 1em;

    line-height: 1.4;

}



/*

 * Remove text-shadow in selection highlight: h5bp.com/i

 * These selection rule sets have to be separate.

 * Customize the background color to match your design.

 */



::-moz-selection {

    background: #b3d4fc;

    text-shadow: none;

}



::selection {

    background: #b3d4fc;

    text-shadow: none;

}



/*

 * A better looking default horizontal rule

 */



hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #ccc;

    margin: 1em 0;

    padding: 0;

}



/*

 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440

 */



img {

    vertical-align: middle;

}



/*

 * Remove default fieldset styles.

 */



fieldset {

    border: 0;

    margin: 0;

    padding: 0;

}



/*

 * Allow only vertical resizing of textareas.

 */



textarea {

    resize: vertical;

}



/* ==========================================================================

   Chrome Frame prompt

   ========================================================================== */



.chromeframe {

    margin: 0.2em 0;

    background: #ccc;

    color: #000;

    padding: 0.2em 0;

}



/* ==========================================================================

   Author's custom styles

   ========================================================================== */



html { background: #fefefd; }

body { font: 14px/22px "Open Sans"; color: #555555; }

input, select, textarea { font-family: "Open Sans"; }



h1, h2, h3, h4, h5, h6 { color: #333; }



h1 { line-height: 1.2em; }



dt { font-weight: bold; color: #0054a6; }



strong { font-weight: 600; font-size: 15px; line-height: 24px; }

#top-nav nav { display:block !important; }	
.mean-bar{ display:none}

a { color: #0054A6; text-decoration: none; }

a:hover { text-decoration: underline; }



hr { border-top-color: #ccc; margin: 30px 0; }



.container { width: 990px; margin: 0 auto; }



#header { background: url("../img/header-pattern.png") 0 100% repeat-x; overflow: hidden; padding: 10px 0 16px; clear: both; }

#header #logo { float: left; }

/*#header #phone { float: right; margin-top: 8px; }*/

#header #phone { float: right; margin-top: 3px; text-align: center; }

#header #freeshippingheader { margin-left: 230px; float: none; }





#top-nav { clear: both; background: #0054a6; color: #fff; font-size: 20px; text-align: center; margin-bottom: 38px; }

#top-nav a { color: #fff; text-decoration: none; font-weight: 600; }

#top-nav a:hover { text-decoration: underline; }

/*#top-nav ul { margin: 0; padding: 12px 0; overflow: hidden; background: url("../img/home.png") 0 8px no-repeat; }*/

#top-nav ul { margin: 0; padding: 12px 0; overflow: hidden; }

#top-nav li {

    border-left: #fff 1px solid;

    padding: 0 20px;

    line-height: 22px;

    display: inline-block;

}

#top-nav li:first-child { padding-left: 36px; border: none; }

#top-nav li:last-child { padding-right: 0; }

.mean-nav a { font-weight: 600; text-transform: none !important; }



#search-form { background: #e8e8e8; float: left; width: 230px; margin-right: 6px; height: 312px; }

#search-form h2 { background: #0054a6; text-align: center; color: #fff; margin: 0 0 3px; font-size: 26px; line-height: 26px; padding: 5px;}

#search-form input[type="text"], #search-form select, #status-form input[type="text"] { width: 210px; margin: 0 0 2px; border: none; padding: 2px; color: #636363; }

#contact-form select, #contact-form input[type="text"] { width: 210px; margin: 0 0 6px; border: none; padding: 2px; color: #636363; }

#search-form input[type="text"], #status-form input[type="text"] { padding: 3px 2px; width: 206px; }

#search-form input[type="submit"], #status-form input[type="submit"], #contact-form input[type="submit"] { background: #fff; border: #9e0b0f 2px solid; color: #9e0b0f; padding: 4px; font-weight: bold; width: 90px; float: right; margin-top:4px; }

#search-form section { padding: 0 10px 0 10px; color: #0054a6; font-size:13px; font-weight: bold; }



#slider-container { float: right; border: #939898 5px solid; width: 743px; }



#content, #bottom-nav { clear: both; padding: 30px 0 50px; }

.theme-default .nivo-controlNav { margin-top: -52px; /*z-index: 1000;*/ position: relative; padding: 10px 0 !important; }



.lists { overflow: hidden; color: #ccc; }

.lists ul { width: 140px; float: left; }



#status-form, #status-form {

    background: #DFDFDF;

    width: 210px;

    padding: 20px 10px 15px;

    margin: 0 auto;

    display: block;

    overflow: hidden;

    margin-top: 30px;

}



#contact-form {

    background: #DFDFDF;

    padding: 25px 0;

}

#contact-form label { width: 370px; float: left; text-align: right; margin-right: 20px; }

#contact-form textarea { width: 300px; height: 150px; border: none; }

#contact-form input[type="submit"] { float: none; margin: 20px 0 0 390px; }



@media (max-width: 1021px) {



    #top-nav { font-size: 16px; }

    #top-nav li { padding: 0 14px; }



    #search-form { width: auto; margin: 0 0 6px 0; float: none; height: auto; }



    #slider-container { width: auto; float: none; clear: both; }

    #header #freeshippingheader { margin-left: 100px;}

    

    #home-click-area div { width:500px; }
	
	.container {
		/*width: 990px !important;*/
		margin: 0 auto;
	}

}



@media (min-width: 768px) and (max-width: 1020px) {

	#contact-form, #header, #content, #bottom-nav { padding-left: 20px; padding-right: 20px; }

    #search-form input[type="text"], #search-form select { width: 100%; }

    #search-form input[type="submit"] { float: none; width: 100%; }

    #contact-form label { width: auto; float: none; display: block; text-align: left; }

    #contact-form small { display: block; margin: -10px 0 15px; }

    #contact-form input[type="text"], #contact-form textarea, #contact-form select { width: 100%; }

    #contact-form input[type="submit"] { margin-left: 0; }

    #search-form { padding-bottom: 35px; }



    #content, #bottom-nav { padding-top: 0; }

    #top-nav { margin-bottom: 0; }

    

    #header #freeshippingheader { margin-left: 25px; display: inline-block; }
	#search-form input[type="text"], #search-form select {
		width: 100%;
	}
    .container { width: 748px !important; }

    #search-form section { padding-left: 20px; padding-right: 20px; }

    #contact-form label { width: 220px; }

    /*#search-form fieldset { display: inline-block; margin: 0 15px 0 0; }*/

    #search-form label { margin-right: 10px; }

    #search-form input[type="text"], #search-form select {margin: 0 0 8px; }

    #search-form input[type="submit"] { display: inline-block; margin: 0; float: none; }
	

}

@media (max-width: 767px) {

    .container { width: auto; }

    #contact-form, #header, #content, #bottom-nav { padding-left: 20px; padding-right: 20px; }

    #search-form input[type="text"], #search-form select { width: 100%; }

    #search-form input[type="submit"] { float: none; width: 100%; }

    #contact-form label { width: auto; float: none; display: block; text-align: left; }

    #contact-form small { display: block; margin: -10px 0 15px; }

    #contact-form input[type="text"], #contact-form textarea, #contact-form select { width: 100%; }

    #contact-form input[type="submit"] { margin-left: 0; }

    #search-form { padding-bottom: 35px; }



    #content, #bottom-nav { padding-top: 0; }

    #top-nav { margin-bottom: 0; }

    

    #header #freeshippingheader { margin-left: 25px; display: inline-block; }
	#top-nav { display:none; }	
	.mean-bar{ display:block}

}



@media (max-width: 640px) {

    #header #freeshippingheader { display: none; }

}



@media (max-width: 549px) {

    #header #logo, #header #logo img { float: left; display: inline-block; margin: 0 auto 10px; }

    /*#header #phone { float: none; display: block; margin: 0 auto; }*/

    #header #phone { display: inline-block; text-align: center; width: 100%; margin-top: 0px; }

    #header #freeshippingheader { float: right; display: inline-block; margin: 0 auto 10px; }

    input, select{font-size: 16px;}

}



@media (max-width: 350px) {

    #header #logo img { width: 150px; }

}



/* ==========================================================================

   Helper classes

   ========================================================================== */



/*

 * Image replacement

 */



.ir {

    background-color: transparent;

    border: 0;

    overflow: hidden;

    /* IE 6/7 fallback */

    *text-indent: -9999px;

}



.ir:before {

    content: "";

    display: block;

    width: 0;

    height: 150%;

}



/*

 * Hide from both screenreaders and browsers: h5bp.com/u

 */



.hidden {

    display: none !important;

    visibility: hidden;

}



/*

 * Hide only visually, but have it available for screenreaders: h5bp.com/v

 */



.visuallyhidden {

    border: 0;

    clip: rect(0 0 0 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

}



/*

 * Extends the .visuallyhidden class to allow the element to be focusable

 * when navigated to via the keyboard: h5bp.com/p

 */



.visuallyhidden.focusable:active,

.visuallyhidden.focusable:focus {

    clip: auto;

    height: auto;

    margin: 0;

    overflow: visible;

    position: static;

    width: auto;

}



/*

 * Hide visually and from screenreaders, but maintain layout

 */



.invisible {

    visibility: hidden;

}



/*

 * Clearfix: contain floats

 *

 * For modern browsers

 * 1. The space content is one way to avoid an Opera bug when the

 *    `contenteditable` attribute is included anywhere else in the document.

 *    Otherwise it causes space to appear at the top and bottom of elements

 *    that receive the `clearfix` class.

 * 2. The use of `table` rather than `block` is only necessary if using

 *    `:before` to contain the top-margins of child elements.

 */



.clearfix:before,

.clearfix:after {

    content: " "; /* 1 */

    display: table; /* 2 */

}



.clearfix:after {

    clear: both;

}



/*

 * For IE 6/7 only

 * Include this rule to trigger hasLayout and contain floats.

 */



.clearfix {

    *zoom: 1;

}



/* ==========================================================================

   EXAMPLE Media Queries for Responsive Design.

   These examples override the primary ('mobile first') styles.

   Modify as content requires.

   ========================================================================== */



@media only screen and (min-width: 35em) {

    /* Style adjustments for viewports that meet the condition */

}



@media print,

       (-o-min-device-pixel-ratio: 5/4),

       (-webkit-min-device-pixel-ratio: 1.25),

       (min-resolution: 120dpi) {

    /* Style adjustments for high resolution devices */

}



/* ==========================================================================

   Print styles.

   Inlined to avoid required HTTP connection: h5bp.com/r

   ========================================================================== */



@media print {

    * {

        background: transparent !important;

        color: #000 !important; /* Black prints faster: h5bp.com/s */

        box-shadow: none !important;

        text-shadow: none !important;

    }



    a,

    a:visited {

        text-decoration: underline;

    }



    a[href]:after {

        content: " (" attr(href) ")";

    }



    abbr[title]:after {

        content: " (" attr(title) ")";

    }



    /*

     * Don't show links for images, or javascript/internal links

     */



    .ir a:after,

    a[href^="javascript:"]:after,

    a[href^="#"]:after {

        content: "";

    }



    pre,

    blockquote {

        border: 1px solid #999;

        page-break-inside: avoid;

    }



    thead {

        display: table-header-group; /* h5bp.com/t */

    }



    tr,

    img {

        page-break-inside: avoid;

    }



    img {

        max-width: 100% !important;

    }



    @page {

        margin: 0.5cm;

    }



    p,

    h2,

    h3 {

        orphans: 3;

        widows: 3;

    }



    h2,

    h3 {

        page-break-after: avoid;

    }

}

@font-face {

  font-family: 'PhoneNumber';

  src: url('/assets/High-School-USA-Sans.eot'); /* IE9 Compat Modes */

  src: url('/assets/High-School-USA-Sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

      url('/assets/High-School-USA-Sans.ttf')  format('truetype'); /* Safari, Android, iOS */
 font-display: swap;
}



.PhoneNo {

    color: white;

    text-shadow:

    2px 2px 0 #004a9c,

    -1px -1px 0 #004a9c,  

    1px -1px 0 #004a9c,

    -1px 1px 0 #004a9c,

    1px 1px 0 #004a9c;

    font-weight:bold;

    font-size:35px;

    font-family: PhoneNumber;

    font-style: italic;

    text-decoration: underline;

    line-height: 30px;

}

.lt-ie9 .PhoneNo, .lt-ie8 .PhoneNo, .lt-ie10 .PhoneNo {

    color: #004a9c !important;

}

