﻿/* global styles */
html
{
    font-size: 14px;
}
body
{
    font-family: Lucida Sans, Verdana, Sans-Serif;
    color: #232020;
    margin: 10px 0px 25px;
}
body h1{
    font-size: 1.5rem;
}
body h2
{
    font-size: 1.1rem;
}
a
{
    color: #5d87a0;
}
a:hover
{
    color: #b41f23;
}
ul.nostyle
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.pageWrapper
{
    max-width: 1024px;
    margin: 0px auto;
}
.sidePadding
{
    padding-left: 10px;
    padding-right: 10px;
}
/* header styles */

header
{
    position: relative;
    max-width: 950px;
    margin: 0px auto;
    z-index: 1000;
}
header > div.hamburger
{
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}
header > p
{
    position: absolute;
    left: 190px;
    margin: 10px 0px 0px;
    display: none;
}
header > img.logo, header > ul
{
    display: inline-block;
}
header > img.logo
{
    position: relative;
    top: 10px;
    left: 10px;
}
header ul.mainMenu
{
    width: 100%;
    background-color: #ffffff;
    display: none;
    position: absolute;
    border-bottom: 2px solid #000000;
}
header ul.mainMenu > li > a
{
    display: block;
    padding: 10px 13px 5px;
    text-decoration: none;
    color: #232020;
}
header ul.mainMenu > li > a.aog
{
    font-weight: bold;
    color: #b41f23;
}
header ul.mainMenu > li > a:hover, header ul.mainMenu > li > a.on
{
    color: #b41f23;
}
header ul.mainMenu > li > a.on
{
    border: 1px solid #d1d2d4;
    border-bottom: 1px solid #ffffff;
    z-index: 200;
    position: relative;
}
header ul.mainMenu ul.submenu
{
    list-style-type: none;
    padding: 10px 15px 0px;
    margin: 0px;
    position: absolute;
    z-index: 100;
    background-color: #ffffff;
    border: 1px solid #d1d2d4;
    margin-top: -1px;
    border-radius: 0 3px 3px 3px;
    display: none;
}
header ul.mainMenu ul.submenu > li.submenuItem > a
{
    display: block;
    padding-bottom: 15px;
    text-decoration: none;
}
section.content
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px 10px;
    margin: auto;
    max-width: 950px;
}
section.content p
{
    /*padding-left: 10px;
    padding-right: 10px;*/
}
section#bannerAndBoiler div.banner
{
    position: relative;
}
section#bannerAndBoiler div.banner div.bannerImage
{
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    transition: background-image 1s;
}
section#bannerAndBoiler.subpageBanner div.banner div.bannerImage
{
    height: 250px;
}
section#bannerAndBoiler.subpageBanner div.banner div.bannerImage.childImg{
    overflow: hidden;
    height: auto;
}
section#bannerAndBoiler.subpageBanner div.banner div.bannerImage.childImg.jq-offsetParent{
    overflow: visible;
}
section#bannerAndBoiler div.banner div.bannerImage.childImg p{
    margin: 0px auto;
}
section#bannerAndBoiler div.banner div.bannerImage.childImg p.small{
    width: 350px;
}
section#bannerAndBoiler div.banner div.bannerImage.childImg p.medium{
    width: 700px
}
section#bannerAndBoiler div.banner div.bannerImage.childImg p.large{
    width: 966px
}
section#bannerAndBoiler div.banner div.bannerImage.childImg img{
    width: 100%;
    height: auto;
}
section#bannerAndBoiler div.banner ul
{
    background-color: #b41f23;
    color: #ffffff;
    padding: 15px;
}
section#bannerAndBoiler div.banner div.bannerText ul li:first-child
{
    font-size: 1.25rem;
}
section#bannerAndBoiler div.banner div.bannerText ul li:last-child
{
    font-style: italic;
}
section#bannerAndBoiler div.banner div.bannerImage div.pagers p
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3em;
    background-color: #ffffff;
    padding: 10px 5px 10px 0px;
    opacity: 0.5;
    cursor: pointer;
    margin: 0px;
    transition: opacity .25s
}
section#bannerAndBoiler div.banner div.bannerImage div.pagers p:hover
{
    opacity: 1;
}
section#bannerAndBoiler div.banner div.bannerImage div.pagers p.pageNext
{
    right: 0px;
    padding: 10px 0px 10px 5px;
}
section#bannerAndBoiler div.banner p.bannerButton
{
    position: absolute;
    margin: 0px;
    bottom: 15px;
    right: 15px;
}
section#bannerAndBoiler div.banner p.bannerButton a
{
    display: block;
    background-color: #b41f32;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 20px;
    border-width: 0px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
section#bannerAndBoiler div.banner ul#bannerQueue
{
    display: none;
}
section#bannerAndBoiler section.mobileQuickMenu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-color: #59595b;
}

section#bannerAndBoiler section.mobileQuickMenu ul li a
{
    display: block;
    padding: 15px 10px;
    font-size: 1.1rem;
    color: #ffffff;
    text-decoration: none;
}
section#bannerAndBoiler section.mobileQuickMenu ul li a:hover
{
    background-color: #d1d2d4;
    color: #b41f23;
}

section#bannerAndBoiler section.content ul li.certs img
{
    height: 50px;
    width: auto;    
}

/* site sections */
section#siteSections section.content ul li h2
{
    background-color: #5d87a0;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 0px;
}
section#siteSections section.content ul li h2.aog
{
    background-color: #b41f23;
}
section#siteSections section.content ul li h2 a
{
    color: #ffffff;
    text-decoration: none;
}
section#siteSections section.content ul li p.sectionThumbnail
{
    padding: 0px;
    margin-top: 0px;
}
section#siteSections section.content ul li p.sectionThumbnail img
{
    width: 100%;
    height: auto;
}

/* social media */
section#connectWithUs
{
    background-color: #59595b;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
section#connectWithUs ul li#connectText
{
    font-size: 1.2rem;
    color: #ffffff;
}
section#connectWithUs ul li.smIcon
{
    display: table-cell;
    /*width: 25px;*/
    padding: 5px;
    vertical-align: middle;
}
section#connectWithUs ul li.smIcon img
{
    width: auto;
    height: 40px;
}
section#connectWithUs ul li#connectNewsletter a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #b41f23;
    padding: 10px 15px;
    display: block;
    border-radius: 3px;
    text-align: center;
}

/* AOG */
/*div#aogCallouts
{
    -webkit-display: flex;
    display: flex;
}
div#aogCallouts div
{
    box-sizing: border-box;
    width: 33%;
    margin-right: 15px;
}
div#aogCallouts div:last-child
{
    margin-right: 0px;
}
*/

.flexbox{
    display: -webkit-flex;
    display: flex;
}

/* callouts (global or < 768) */
div.calloutsContainer{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
div.calloutsContainer div.calloutBox{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    padding: 0px 10px;
}
div.calloutsContainer div.calloutBox p.calloutImage{
    margin-bottom: 0px;
}
div.calloutsContainer div.calloutBox p.calloutImage img{
    width: 100%;
    height: auto;
}
div.calloutsContainer div.calloutBox p.calloutText{
    margin-top: 3px;
}
/* News */
ul.newsListing li:nth-child(odd)
{
    font-weight: bold;
}
ul.newsListing li:nth-child(even)
{
    margin-bottom: 10px;
}

section.content div.column,
section.content div.twoColumn
{
    margin-top: 25px;
}
section.content div.twoColumn h1
{
    font-size: 1.5rem;
    color: #b41f23;
}
section.content div.twoColumn div
{
    display: table-cell;
    vertical-align: top;
}
section#partsCategories
{
    padding: 0px 15px;
}
section#partsCategories ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
section#callToAction
{
    /*padding: 0px 15px;*/
}
section#callToAction p.callToAction
{
    font-size: 1.25rem;
    font-style: italic;
    color: #59595b;
}
section#callToAction ul li
{
    margin-bottom: 25px;
}

section.flexListing
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.flexListing div
{
    width: 210px;
    margin-right: 25px;
}
section#rcmSystems.flexListing div
{
    width: 300px;
}
section.flexListing div:last-child
{
    margin-right: 0px;
}
div.bannerImage.subpage
{
    height: 50px;
}
div.testimonials p
{
    background-color: #d1d2d4;
    padding: 8px;
    border-radius: 8px;
}
section.categoryChildren
{
    padding: 0px 10px;
    margin: auto;
    margin-bottom: 25px;
    max-width: 950px;
}
section.categoryChildren ul li
{
    margin-bottom: 6px;
}
/* leadership global or < 768 */
div.column.leaders div:not(.leaderPicture){
    margin-bottom: 25px;
}
p.leaderName{
    font-weight: bold;
    margin-bottom: 0px;
}
p.leaderTitle{
    font-style: italic;
    margin-top: 0px;
}
div.leaderPicture{
    float: left;
    margin-right: 15px;
}
ul.inventoryServices{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.inventoryServices li{
    width: calc(100% - 20px);
}
ul.inventoryServices li img{
    max-width: 100%;
    height: auto;
}
ul.inventoryServices li p{
    text-align: center;
}
.medium, .large{
    display: none;
}
div#popups,
div.jq-popups{
    position: absolute;
    z-index: 5000;
    display: none;
}
div#popups > div,
div.jq-popups > div,
div.jq-popupItem {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #e3dedb;
    padding: 3px 20px;
}
h2.distroCenter{
    font-size: 1rem;
}
div.jq-popups > div p{
    font-size: .9rem;
}
area{
    background-color: red;
    display: block;
}
@media (min-width: 768px)
{
header > div.hamburger
{
    display: none;
}
header ul.mainMenu
{
    display: block;
    position: relative;
    border-bottom-width: 0px;
}
header ul.mainMenu > li
{
    display: inline-block;
}
header ul.mainMenu > li > a
{
    display: inline-block;
    border: 1px solid #ffffff;
    /*position: relative;*/
    border-radius: 3px 3px 0 0;
}

/* banner and boiler */
section#bannerAndBoiler div.banner ul li
{
    display: table-cell;
}
section#bannerAndBoiler div.banner ul li:last-child
{
    padding-left: 25px;
}
section#bannerAndBoiler section.mobileQuickMenu
{
    display: none;
}
section#bannerAndBoiler section.content > ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
section#bannerAndBoiler section.content > ul > li
{
    display: table-cell;
    vertical-align: top;
}
section#bannerAndBoiler section.content > ul > li.certs
{
    width: 212px;
}
section#bannerAndBoiler section.content > ul > li.certs img
{
    height: 50px;
    width: auto;
}
section#bannerAndBoiler section.content > ul > li:first-child
{
    padding-right: 25px;
}
/* site sections */
section#siteSections section.content ul
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: space-around;
}
section#siteSections section.content ul li
{
    width: 40%;
    /*width: 32%;
    margin-right: 10px;
    box-sizing: border-box;*/
}
section#siteSections section.content ul li:nth-child(3)
{
    /*margin-right: 0px;*/
}
section#siteSections section.content ul.threeUp li
{
    width: 49%;
}

/* "connect with us" and footer */
section#connectWithUs ul li#connectNewsletter
{
    display: table-cell;
    vertical-align: middle;
}

/* News */
ul.newsListing
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.newsListing li{
    margin-bottom: 15px;
}
ul.newsListing li:nth-child(odd)
{
    width: 25%;
}
ul.newsListing li:nth-child(even)
{
    margin-bottom: auto;
    width: 75%;
}
div.testimonials p
{
    width: 300px;
    margin-bottom: 25px;
}
div.testimonials p:nth-child(2n)
{
    position: relative;
    left: 300px;
}
div.testimonials p:nth-child(3n)
{
    position: relative;
    left: 200px;
}
section.categoryChildren
{
    padding: 5px 10px;
    margin-bottom: 25px;
    /*background-color: #59595b;*/
}
section.categoryChildren h2
{
    /*color: #ffffff;*/
}
section.categoryChildren ul
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
section.categoryChildren ul li
{
    margin-bottom: initial;
    width: 33%;
    text-align: center;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 125px;
}
section.categoryChildren ul li a
{
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    width: 100%;
    /*margin-top: 50%;*/
    /*transform: translateY(50%);*/
    /*background-color: Blue;*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.inventoryServices li{
    width: 200px;
    margin: auto;
}
ul.inventoryServices li.ils div{
    width: 82px;
    margin: auto;
}
section.locations{
    display: webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.locations p{
    width: 50%;
}
section.team div.teamMembers{
    display: webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.team div.teamMembers p{
    box-sizing: border-box;
    width: 50%;
    padding-right: 15px;
}
.small,
.large{
    display: none;
}
.medium{
    display: block;
}
} /* end @media (min-width: 768px) */



@media (min-width: 1024px)
{
header ul.mainMenu
{
    position: absolute;
    bottom: 0px;
    left: 150px;
    width: auto;
}
section.content.flexContent
{
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.content div.column.wide
{
    width: 75%;
}
section.content div.column.narrow
{
    width: 25%;
}
footer
{
    margin: 0px auto;
    max-width: 950px;
}
footer section.fatFooterContent
{
    padding: 0px 40px;
    background-color: #d1d2d4;
}
footer a:link
{
    color: #384673;
}
footer a:hover
{
    color: #b41f23;
}
footer ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-flex;
    display: flex;
}
footer ul > li
{
    /*display: inline-block;*/
    margin-right: 45px;
    width: 22%;
    vertical-align: top;
    box-sizing: border-box;
}
footer ul > li:first-child{
    width: 34%;
    margin-right: 30px;
}
footer ul > li:last-child
{
    margin-right: 0px;
}
footer ul > li h2
{
    color: #b41f23;
}
footer ul > li > p+h2
{
    margin-top: 35px;
}
section#siteSections section.content ul.threeUp li
{
    width: 32%;
}
section.locations p{
    width: 33%;
}
.small,
.medium{
    display: none;
}
.large{
    display: block;
}

} /* @media (min-width: 1024px) */





