@charset "utf-8";

/* CSS Document */


.video {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mainContentContainer {
    width: 760px;
    margin-top: 20px;
}

#mainRotator {
    width: 731px;
    margin-top: 13px;
    margin: 0 auto;
}

.rotatorWithText {
    position: relative;
}

.rotatorText {
    float: left;
    position: absolute;
    bottom: 0px;
}

.rotatorList {
    width: 731px;
    background-color: #da1f26;
    color: white;
    float: left;
    position: absolute;
    bottom: 0px;
}

.rotatorList ul {}

.rotatorList ul li {
    padding: 0px 0px 4px 10px;
    display: inline;
}

.rotatorList ul li a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.threeColumnHome {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin: 20px 0 20px 0;
}

.threeColumnHome a:first-of-type {
    float: left;
}

.threeColumnHome a:last-of-type {
    float: right;
}

.contentBigHeaderImg {
    max-width: 100%;
    height: auto;
    width: auto;
    width: auto\9;
    /* ie8 */
}

.read_more_buttons {
    position: relative;
    bottom: -5px;
    right: 0px;
}

#video {
    padding-top,
    padding-bottom: 15px;
    height: auto;
    /*display:none;*/
    text-align: center;
}


/*--------------Tooltip Styling-------------------------*/

.tooltip-target {
    position: relative;
}

.tooltip {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    text-align: justify;
    border: 4px solid #003087;
    background-color: white;
    z-index: 999;
    text-transform: full-width;
    width: 240px;
    padding: 10px;
    left: 100%;
    margin-left: 10px;
}

.tooltip-target:hover .tooltip {
    display: inline-block;
    opacity: 1;
}


/* Place tooltip above */

.above {
    bottom: 100%;
    left: 0;
}


/* Place tooltip below */

.below {
    top: 100%;
    left: 0;
}


/* Place tooltip to the right */

.right {
    top: -180px;
    left: 165%;
}


/* Place tooltip to the left */

.left {
    top: 0;
    right: 100%;
}


/*animations*/

.fadein {
    -webkit-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -ms-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease;
}

.drop {
    -webkit-transition: margin .8s ease;
    -moz-transition: margin .8s ease;
    -ms-transition: margin .8s ease;
    -o-transition: margin .8s ease;
    transition: margin .8s ease;
    margin-top: -100%;
}

.tooltip-target:hover .tooltip.fadein {
    opacity: 1;
}

.tooltip-target:hover .tooltip.drop {
    margin-top: 0;
}


/*dark tooltip*/

.tooltip.dark {
    background-color: #444;
    color: #fff;
    border: none;
}


/*shadow*/

.shadow {
    box-shadow: 1px 1px 5px #444;
}


/*tooltips arrows*/

.arrow-bottom:after,
.arrow-bottom:before,
.arrow-top:after,
.arrow-top:before,
.arrow-left:after,
.arrow-left:before,
.arrow-right:after,
.arrow-right:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-bottom:after,
.arrow-top:after,
.arrow-left:after,
.arrow-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
}

.arrow-bottom:before,
.arrow-top:before,
.arrow-left:before,
.arrow-right:before {
    border-color: rgba(0, 48, 135, 0);
    border-width: 30px;
}


/*arrow right*/

.arrow-right:after,
.arrow-right:before {
    left: 100%;
    top: 50%;
}

.arrow-right:after {
    border-left-color: white;
    margin-top: -8px;
}

.arrow-right:before {
    border-left-color: #ccc;
    margin-top: -10px;
}

.dark.arrow-right:after {
    border-left-color: #444;
}

.dark.arrow-right:before {
    border-left-color: transparent;
}


/*arrow left

.arrow-left:after, .arrow-left:before {
  right: 100%;
    top: 1%;
}
.arrow-left:after {
    border-right-color: #fff;
    margin-top: -6px;
}
.arrow-left:before {
    border-right-color: #fff;
    margin-top: -6px;
}
.dark.arrow-left:after{
 border-right-color: #fff;  
}
.dark.arrow-left:before {
    border-right-color: transparent;
}
*/

.arrow-left:after,
.arrow-left:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-left:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 30px;
    margin-top: -30px;
}

.arrow-left:before {
    border-color: rgba(0, 48, 135, 0);
    border-right-color: #003087;
    border-width: 36px;
    margin-top: -36px;
}


/*arrow bottom*/

.arrow-bottom:after,
.arrow-bottom:before {
    top: 100%;
    left: 50%;
}

.arrow-bottom:after {
    border-top-color: white;
    margin-left: -8px;
}

.arrow-bottom:before {
    border-top-color: #ccc;
    margin-left: -10px;
}

.dark.arrow-bottom:after {
    border-top-color: #444;
}

.dark.arrow-bottom:before {
    border-top-color: transparent;
}


/*arrow top*/

.arrow-top:after,
.arrow-top:before {
    bottom: 100%;
    left: 50%;
}

.arrow-top:after {
    border-bottom-color: white;
    margin-left: -8px;
}

.arrow-top:before {
    border-bottom-color: #ccc;
    margin-left: -10px;
}

.dark.arrow-top:after {
    border-bottom-color: #444;
}

.dark.arrow-top:before {
    border-bottom-color: transparent;
}


/**/

img.tooltip-thumb {
    max-width: 64px;
    max-height: 64px;
    float: left;
    margin: 5px;
    border: 1px solid #ccc;
}

.dark img.tooltip-thumb {
    border: 1px solid white;
}


/* Flat tooltip */

.flat-tooltip {
    padding: 10px;
}

.glossy {
    box-shadow: inset 0 -1.2em 10px rgba(0, 0, 0, 0.1);
}

.dark.glossy {
    box-shadow: inset 0 2em 10px rgba(255, 255, 255, 0.2);
}


/* Flat rounded tooltip */

.flat-rounded-tooltip {
    padding: 5px;
    background-color: white;
    border-radius: 10px;
}


/*--------------Header.aspx-------------------------*/

.headerContainer {
    width: 100%;
}

.topNavBar .bottomNavBarWrapper {
    width: 100%;
}

.bottomNavBarWrapper {
    background-color: #003087;
}

.bmgheaderLinks {
    background-color: white;
}

.bmgheaderLinks a {
    font-size: 14px;
}


/*=========== TOP NAVBAR STYLES ===========*/

.topNavBar {
    width: 100%;
    background-color: white;
    color: #003087;
    padding: 10px;
    margin-bottom: 15px;
}

.topBarSearch {
    text-align: center;
}

.topBarQuote {
    font-weight: bold;
    color: #003087;
}

.topBarQuote p {
    font-size: 10px;
}

.topBarQuote a {
    font-size: 19px;
}

#upperCustomerMenu {}

#upperCustomerMenu a {
    color: #da1f26;
    padding: 2px 14px;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
}

.upperSearchBox,
.upperSearchSelect {
    background-color: #eaeaea;
    border: 1px solid #cac9c9;
    width: 128px;
}

#upperSearch {
    padding-top: 15px;
}

.upperSearchSelect {}


/*=========== BOTTOM NAVBAR STYLES ===========*/

.bottomNavBarWrapper {
    background-color: #003087;
}


/*----------- NAVBAR STYLES -----------*/

.navWrapper {
    width: 80%;
    float: right;
    background-color: white;
}

.bottomNavBar {
    background-color: #003087;
    margin: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    min-height: 60px;
}

.bottomNavBar ul {
    min-height: 60px;
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
    white-space: nowrap;
}

.bottomNavBar ul li {
    font: bold 16px/16px sans-serif;
    display: inline-block;
    margin-right: -4px;
    position: relative;
    height: 50px;
    padding: 15px 20px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
}

.bottomNavBar ul li a {
    text-decoration: none;
    color: #fff;
}

.bottomNavBar ul li {
    background-color: #003087;
    border: 2px solid transparent;
}

.bottomNavBar ul li:hover {
    background: #fff;
    color: #003087;
    border: 2px;
    border-color: #003087;
    border-style: solid;
}

.bottomNavBar ul li:hover a {
    /*changes link color when hoving on li element*/
    color: #003087;
}

.bottomNavBar ul li ul {
    padding: 0;
    position: absolute;
    top: 48px;
    left: 0;
    width: 170px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}

.bottomNavBar ul li ul li {
    background: #fff;
    display: block;
    color: #003087;
    text-shadow: 0 -1px 0 #000;
    width: 300px;
}

.bottomNavBar ul li ul li:hover {
    color: #003087;
    background: #CDCDCD;
}

.bottomNavBar ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    color: #003087;
}

.bottomNavBar ul li ul li a {
    display: block;
    padding: 5px 20px;
}


/*----------- LOGO STYLES -----------*/

.leftNavLogo {
    background-color: none;
    width: 20%;
    float: left;
    position: relative;
    z-index: 12000;
    overflow: visible;
}

.companyLogo {
    text-align: right;
}

.topLogo {
    position: relative;
}

.navLogo {
    position: absolute;
    max-height: 110px;
    padding: 4px;
    left: 6px;
    z-index: 700;
}

.leftNavLogo img {
    max-height: 95px;
}

@media only screen and (min-width: 641px) and (max-width: 800px){
    .navLogo{
        position: absolute;
        top:0;
        max-height: 80px;
    }
}


@media only screen and(max-width: 1100){

}

/*-------------- @ quick_quote.htm code--------------*/


    #quickQuote {
        width: 560px;
        height: 550px;
        background-color: #003087;
        margin-left: 10px;
        color: white;
    }
    .quickQuoteTitle{
        font-size: 1.8em;
        color:white;
        padding-top: 10px;
    }

    .contactTitle {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        padding: 6px;
    }
  

    #quickQuote input{
        padding: 8px 6px;
        margin: 5px 0 2px;
    }
    #quickQuote select{
        padding: 8px 7px;
        margin: 2px 0 2px;
    }

     #quickuote form option:first-child{
        color:#ccc;

    }
.submitButtonQuickQuote {
    height: 58px;
    width: 158px;
    margin-bottom: 0 auto;
    background-color: white;
    font-weight: bold;
    color: #003087;
    border: solid #fff 2px;
    transition: all 0.3s;
    text-align: center;
}

.submitButtonQuickQuote:hover {
    background-color: #003087;
    color: white;
    border: solid #fff 2px;
}

.submitButtonQuickQuote:active {
    color: #cdcdcd;
    border: solid #cdcdcd 2px;
}


/*-------------- @ footer.htm code--------------*/

.footerWrapper {
    background-color: #003087;
    /*font-family: 'Hind', sans-serif;*/
    font-family: 'rucksak', sans-serif;
    padding: 15px;
    margin: auto;
    text-align: center;
}

.followText {
    /*font-family: 'Hind', sans-serif;*/
    font-family: 'rucksak', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #003087;
    text-decoration: none;
}

.footerLinks_posit {
    /*font-family: 'Hind', sans-serif;*/
    font-family: 'rucksak', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    margin-top: 10px;
}

a.footerLinks {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}

a.footerLinks:hover {
    color: #cdcdcd;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

a.footerstaticlinks {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: white;
}





/*
.footerSocial {
    width: 100%;
}
.footersocial ul {
    padding-left: 0;
}

.footerSocial ul li {
    display: inline;
    padding-right: 20px;
    height:40px;
    width:40px;
}

.footerSocial img:hover {
    color: rgba(0, 0, 0, 0.3);
    opacity: .5;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
*/
.footerSocial{
    background-color: #003087;
    }
    #footerList{
    padding-left: 0;
    }
    #footerList li, #footerList li a{
    height:45px;
    width: 45px;    
    display: inline-block;
    }
    #footerList li{
    background-image: url(/customer/disup2/images/footer/SOCIAL_MEDIA_ICONS.png);
    list-style: none;
    }
    #footerList li:hover{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter:none;
    }
    
    #footerFacebook {
    }
    
    #footerTwitter{
    background-position: -57px 0;
    }
    #footerInstagram{
    background-position: -114px 0;
    }
    #footerYoutube{
    background-position: -174px 0;
    }
    #footerLinkedin{
    background-position: -228px 0;
    }
    
    .footerCopyright{
        color: white;
        font-size: 1.1em;
    }
/*--------------Products & Services Styles-------------------------*/

.prodServWrapper {
    width: 732px;
    overflow: hidden;
    margin-bottom: 15px;
}
.prodServWrapper img{
    max-width: 100%;
}
.prodServWrapper p {
    max-width: 100%;
}

.prodServWrapper h1 {
    background-color: #003087;
    color: white;
    padding: 10px 0 10px 10px;
}

.prodServHeader {
    width: 100%;
    padding: 1px;
    font-weight: bolder;
}

.prodServHeader p {
    font-size: 2em;
    color: #003087;
    margin: 15px 15px 15px 1px;
    letter-spacing: 6px;
    font-weight: bold;
}

.bigContentTitle {
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 2px;
}

.prodServWrapper img {
    text-align: center;
    margin-top: 15px;
}

.prodServInfo {
    font-size: 15px;
}

.prodServEmphasis {
    color: #003087;
    font-size: 17px;
    font-weight: bold;
}

.hoverShift {
    width: 144px;
    height: 140px;
    margin-top: 15px;
    background-position: left;
    transition: background-position .1s ease-in;
    -webkit-transition: background-position .1s ease-in;
    -moz-transition: background-position .1s ease-in;
    -o-transition: background-position .1s ease-in;
}

.hoverShift:hover {
    background-position: right;
    transition: background-position .1s ease-in;
    -webkit-transition: background-position .1s ease-in;
    -moz-transition: background-position .1s ease-in;
    -o-transition: background-position .1s ease-in;
}

/*--------------Resources Styles-------------------------*/

#FAQContent ul {
    padding-left: 0;
}
/*--------------Metal Products Information Styles-------------------------*/

.charthead {
    color: white;
    font-weight: bold;
    text-align: center;
}

.mainhead {
    text-align: center;
    font-size: 2em;
}

}

