﻿@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,700');


/* Resets and Utility */
html, body, .Normal {
    font-family: "Libre Franklin", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #000;
}

.DNNEmptyPane {
    display: none;
}



.row-extra-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.col.less-padding {
    padding-left: 4px;
    padding-right: 4px;
}

.gradient-blue-green {
    background: rgb(0,62,122); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,62,122,1) 0%, rgba(0,135,82,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,62,122,1) 0%,rgba(0,135,82,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,62,122,1) 0%,rgba(0,135,82,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e7a', endColorstr='#008752',GradientType=1 ); /* IE6-9 */
}

hr.gradient-blue-green {
    height: 1px;
    max-width: 900px;
    margin: 35px auto;
    border: none;
}

hr.gradient-blue-green.full {
    max-width: 100%;
    height: 2px;
}

a.superior-btn-white {
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 27px;
    padding: 15px 35px;
    text-decoration: none;
}

a.superior-btn-blue {
    color: #003e7a;
    text-transform: uppercase;
    border: 2px solid #003e7a;
    border-radius: 27px;
    padding: 10px 50px;
    text-decoration: none;
}

a.superior-btn-green {
    color: #008752;
    text-transform: uppercase;
    border: 2px solid #008752;
    border-radius: 27px;
    padding: 10px 50px;
    text-decoration: none;
}

/* Content Styles */
h1, h2 {
    font-weight: bold;
    text-transform: uppercase;
}

h1 {
    font-size: 48px;
    color: #003e7a;
}

h2 {
    font-size: 30px;
    margin: 35px 0px 15px;
}

h3 {
    font-size: 25px;
    margin: 25px 0px 15px;
    font-weight: bold;
}

b, strong {
    font-weight: bold;
}

ul {
    list-style-image: url('images/list-icon.png');
}
ul li {
    list-style-position: inside;
}


/* Page Sections */
.pane-frost {
    background: rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-radius: 7px;
    min-height: 278px;
}

.site-wrapper {}
.site-wrapper.site-wrapper--home {}
.site-wrapper.site-wrapper--inner {
    padding-top: 100px;
}


.content-area {
    padding-top: 50px;
    padding-bottom: 50px;
}


.quality-area {
    background: transparent url(images/gradient-blue-dark2light.png) top center repeat-x;
    background-size: contain;
}
.quality-area-inner {
    background: transparent url(Images/quality-arrow.png) top left no-repeat;
}
.quality-area-row {
    min-height:480px;
    height:0;
}
.quality-area h2,
.quality-area h3,
.quality-area p {
    color: #fff;
}


.chassis-area {
    background: transparent url(Images/gradient-blue-light2dark.png) top center repeat-x;
    color: #fff;
}
.chassis-strip {
    padding-top: 20px;
    padding-bottom: 20px;
}
.chassis-strip::after {
    content: '';
    display: block;
    margin: 20px;
    height: 3px;
    background: rgb(0,62,122); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,62,122,1) 0%, rgba(0,135,82,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,62,122,1) 0%,rgba(0,135,82,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,62,122,1) 0%,rgba(0,135,82,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e7a', endColorstr='#008752',GradientType=1 ); /* IE6-9 */
}


.australian-made-container {
    background: transparent url(Images/gradient-grey.png) bottom center repeat-x;
    min-height: 292px;
    height: auto;
}


.accreditations {
    text-align: right;
    margin-top: -42px;
    padding-bottom: 20px;
}


/* Footer */
.site-footer {
    padding-top: 50px;
}
.footer-links ul {
    margin-left: 0;
    list-style: none;
}
.footer-links ul li a {
    color: #003e7a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.copyright {
    margin: 20px 0px;
    text-align: center;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}
.copyright a {
    color: #a5a5a5;
}


/* Promoboxes */
.promobox-area {
    margin-top: 15px;
    margin-bottom: 15px;
}
a.promobox * {
    text-decoration: none;
}
.promobox__img {
    width: 100%;
    height: auto;
}
.promobox__link-container {
    text-align: right;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-right: 40px;
    background: #000099;
    padding-top: 100px;
    margin-top: -150px;
    padding-bottom: 29px;
    position: relative;
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(25,83,148,0) 17%, rgba(0,62,122,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(25,83,148,0) 17%,rgba(0,62,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(25,83,148,0) 17%,rgba(0,62,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


/* Product List */
.product-list-full .product:not(:last-of-type)::after {
    content: '';
    display: block;
    margin: 20px;
    height: 2px;
    background: rgb(0,62,122); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,62,122,1) 0%, rgba(0,135,82,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,62,122,1) 0%,rgba(0,135,82,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,62,122,1) 0%,rgba(0,135,82,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e7a', endColorstr='#008752',GradientType=1 ); /* IE6-9 */
}
.ProductGridPane {
    margin: 50px 0px;
}



/* Products */
.product {
    position: relative;
}
.product__title {
    margin-top: 0px;
}
.product__image--secondary {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    max-width: 100%;
    opacity: 0;
    transition: 100ms;
    background: #fff;
}
.product:hover .product__image--secondary {
    opacity: 1;
}



/* Responsive */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.99px) {
    .promobox__link-container {
        font-size: 18px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.99px) { 
    .accreditations {
        padding-top: 20px;
    }
    .accreditation-img {
        width: 180px;
    }
    .quality-area-inner {
        background-position: -121px 0px;
    }
    .product a.superior-btn-blue,
    .product a.superior-btn-green {
        display: block;
        width: 100%;
        text-align: center;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    .banner-area {
        margin-top: 100px;
    }

    .accreditation-img {
        width: 154px;
    }
    
    .quality-area-row {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }

    .quality-area-inner {
        background: none;
    }
    .page-title {
        float: none;
        margin-top: 15px;
        text-align: left;
        font-size: 22px;
    }
    .content-area {
        padding-top: 0px;
        padding-bottom: 25px;
    }
    .promobox {
        display: block;
        margin: 20px 0px;
    }
    .footer-links {
        text-align: center;
    }
    h2 {
        font-size: 18px;
    }
    
    .row {
        display: block;
    }
    .chassis-area {
        padding: 20px 0px;
    }
    .quality-area {
        padding: 20px 0px;
    }
    .quality-area-row {
        min-height: auto;
        height: inherit;
        padding: 20px 0px;
    }
    .australian-made-container {
        padding-bottom: 20px;
    }
    .accreditations {
        margin-top: 0px;
    }
    .chassis-strip {
        text-align: center;
    }
   .pane-frost {
        margin: 20px 0px;
        min-height: auto;
    }
    .site-header {
        background: #fff;
        border-bottom: 1px solid #999;
    }
    .logo-background {
        height: 99px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.99px) { 
    .accreditations {
        text-align: center;
        line-height: 60px;
    }
}

#dnn_ctr465_Blog_ctlManagement_pnlManagement > div {display: none;}