/* Based on Skeleton V2.0.1
*  Copyright 2014, Dave Gamache
*  www.getskeleton.com
*  Free to use under the MIT license.
*  http://www.opensource.org/licenses/mit-license.php
*  12/11/2014
*/

/* TABLE OF CONTENTS
*  ------------------------------------------------------
*  BASE TAG STYLES - DO NOT CHANGE!!!
*    - Font Styles
*    - Link Colors
*    - Helpers
*  WC BRANDED HEADER
*    - Fixed menu
*    - Nav styles
*  COMPANY INFO SECTION
*  CONTENT SECTION (Left Column)
*    - Checklist
*    - Products
*    - Deal Box
*  CONTENT SECTION (Right Column)
*    - Testimonials
*    - Social Icons
*    - Style for readmore javascript
*    - Mobile telephone links
*  MEDIA QUERIES
*/

/* ==================================================
   #BASE TAG STYLES - DO NOT CHANGE!!!
===================================================== */
/* Color Blue #0e5ea9 */

/* --- FONT STYLES - set font size to 62.5% so: .9em = 9px, 1em = 10px etc. */
html {
  font-size: 62.5%; /* 3 */
/* -ms-text-size-adjust: 62.5%;
   -webkit-text-size-adjust: 62.5%; */
}

* {box-sizing: border-box;}

body {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 400;
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif; /* 1 */
	color: #4c4c4c; /* body font color modified */
	margin-bottom: 24px;
}
         
.profile-header {
  border-bottom: 1px solid #e5e5e5; 
  padding-bottom: 15px
}
         
.profile-contact {margin: 10px 0;}
          	 
.profile-more-info {
  background-color: #f7f5f5; 
  border: 1px solid #e5e5e5; 
  margin-top: 24px; margin-bottom: 24px; 
  overflow: auto; 
  padding: 15px;
}

img {
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Link colors - updated with new colors */
a:link { color: #0e5ea9; text-decoration: none;}
a:visited { color: #0e5ea9;}
a:hover { color: #005ce6; text-decoration: none;}   
a:active { color: #0e5ea9;}

.semi-bold {font-weight: 600;}

/* WC BRANDED HEADER */
/* ================= */

/* --- Fixed menu at the top of the page */
.fixed-menu {
  width: 100%;
  padding: 4px 0;
  background-color: #e2e3e4;
  border-bottom: 1px solid #d1d1d1;
  position: fixed;
  top: 0;
  height: auto;
  z-index: 100;
  color: #0e5ea9;
  outline: none;    
}

.nav-title {
    color: #4c4c4c;
    letter-spacing: -1px;
    margin: 8px 0 0 0;
    text-align: center;
    font-weight:700;
    font-size:1.2em;
}

.nav-search {
    color: #414042;
    font-size: .82em;
    font-weight: 600;
    margin: 9px 0 0 0;
    vertical-align: middle;
    text-align: right;
}

/* --- Custom styles for Awesome font magnifying glass */
.nav-search .fa-search {
   color: #0e5ea9;
   line-height: 0.8em;
   vertical-align: middle;
   padding-right: 5px;
}

/* COMPANY INFO SECTION */
/* ==================== */

/* --- Top margin for first container to allow for fixed nav */
.first {margin-top: 60px;}
.co-info h1 {margin: 8px 0 0 0; padding: 0; font-size:1.2em;font-weight: 700;}
.co-info h2 {margin: 8px 0 0 0; padding: 0; font-size:1.2em;font-weight: 700;}

/* --- Box for Retail site message */
.retail-msg {
   margin-top: 12px; 
   font-weight:700; 
   padding:10px; 
   border:2px solid #ff9900;
}

/* CONTENT SECTION - LEFT COLUMN */
/* ============================= */

section.content h2 {margin-bottom:4px; font-size:1em;font-weight: 700;}
section.content p {margin: 12px 0;}
section.content h2 + p {margin-top: 0;}
section.content {margin-top: 10px; margin-bottom: 18px;}

.check-list li {
  padding-left: 20px;
  text-indent: -20px;
}

.check-list i {
  padding-left: 20px;
  color: #fcc036;
}

.product {padding:8px 10px 6px 0;}
.product img {display:block; margin-top:0; margin-bottom: 12px; border: 2px solid #d1d1d1;}
.product h5 {margin: 8px 0 -10px 0; font-size: 1em;font-weight: 600;}
.product p {margin-top:0; font-size: 1em; line-height:1.4;}
.product a {text-decoration: none;font-weight: 600;}

@media (max-width: 550px) {
  .product {border-bottom: none;}  	
}         

/* --- Deal Box */       
.deal-box h3 span {
  font-weight:700;
  font-size: 1em;
} 

.deal-box {
	border: 1px solid #0e5ea9;
	padding: 10px 22px 10px 22px;
  	margin-top: 10px;	
}

.deal-box i {
  padding-right: 12px;
  color: #fcc036;
  font-size: 1.8em;
}

.deal-box h4 {
   font-weight: 700;
   margin-top: 0;
   margin-bottom: 8px;
   width: auto;
   border-bottom: 1px dotted #d1d1d1;
}

.deal-box h5 {
   margin-top: 0;
   margin-bottom: 0;
   font-size: 1.0em;
   font-weight: 700;
}

.deal-box p {margin-top:0;}

/* CONTENT SECTION - RIGHT SIDEBAR */
/* =============================== */

.side-section h2 {margin-bottom: 4px; font-size: 1em;font-weight: 700;}
.side-section p {margin-top: 6px; font-size: .9em;}
.side-section h2 + p {margin-top: 0;}
.side-section {
   margin-top: 10px;
   margin-bottom: 18px;
   padding-bottom: 6px;
   border-bottom: 1px dotted #d1d1d1;}

/* --- Form Styling */
form h3 {
   margin:0 0 0 0;
   font-size: 1em;
   font-weight: 700;
}

/* --- Testimonials */
.testimonials i {
  padding-right: 8px;
  color: #fcc036;
  font-size: 1.1em;
}

/* --- Social icons */
.social-media {
  margin-bottom: 40px;
}

.social-media .fa {
	font-size: 1.85em;
	margin: 5px 11px 0 0;
	color: #0e5ea9;
}

.social-media .fa:hover {
	opacity: .7;
}

/* --- Style for readmore javascript */
.readmore {margin-bottom: 6px;}

/* --- Disable telephone link on desktop */
a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration: none;
    color: #4c4c4c;
    pointer-events: none;
    cursor: default;
}

/* --- Favorites Box */
.favorites-row {
  margin: 18px 0;
  line-height: 1;
  font-size: 12px;
}
.favorites-row:hover { opacity: .9; }
.favorites-row i { vertical-align: 1px; }

.favorites-add {
  padding-left: 4px;
  color: #fff;
  background-color: #0e5ea9;
  border: 1px solid #0e5ea9;
}
.favorites-add .favorites-label, .favorites-add i {
  color: #fff;
  margin: 0;      
}

.favorites-added {
  padding-left: 4px;
  background-color: #e5e5e5;
  border: 1px solid #d1d1d1; 
}

.favorites-added .favorites-label, .favorites-added i {
  margin: 0;
  color: #7f7f7f;
}

.favorites-counter {
  padding:0 4px;
  color: #7f7f7f;
  background-color:#fff;
  border: 1px solid #d1d1d1;
}
.favorites-label { padding-right: 1px; }

/* --- hover Remove Favorites text */
.favorites-added span.on-hover {display:none;}
.favorites-added:hover span.on-hover {display:inline;}
.favorites-added:hover span.no-hover {display:none;} 

/* Media Queries */
/* ------------- */

/* --- Enable telephone link on devices under 550px, and increase line-height */
@media only screen and (max-device-width: 550px) { 
    a[href^="tel"]:link,
    a[href^="tel"]:visited,
    a[href^="tel"]:hover {
        color: #0e5ea9;
        pointer-events: auto;
        cursor: pointer;
    }
    .mobile-tel {line-height:2;}
}

@media (max-width: 550px) {
   .nav-title {margin: 4px 0 0 0;} 
   .nav-logo {text-align: center;}
   img.mobile-center { text-align: center; margin-left: auto; margin-right: auto;}
   .mobile-top-margin {margin-top: 10px;}
   .first {margin-top: 80px;}
   .mobile-hide {display: none;}
   .co-info {text-align: center;}
   input[type="submit"].mobile-full-width, 
   input[type="reset"].mobile-full-width,
   input[type="button"].mobile-full-width {
      width: 100%;}
}