/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/* Last Changed 25 June 2020 0903 */
 

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html * {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

strong,
.panel-container h3,
.panel-container h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600!important;
    color: #000;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

html,
button,
input,
select,
textarea {
    font-family: 'Raleway', sans-serif;
    color: #222;
}

p {
    font-weight: 400;
}

#the_nav.the_nav {
    display: block;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    float: left;
    position: relative;
    width: 100%;
}

.btn-group {
    margin-bottom: 20px !important;
}

.check-mark {
    margin-top: 5px;
    display: none;
}

.bootstrap-select .text {
    padding: 0;
}


}

/*
 * 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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

.flex-grid {
	display:table;
/*	display: flex;
	flex-direction: column;*/
 	text-align: center;
	display:block;
        }

.flex-grid .col a, .flex-grid .col2 a { display: block;     font-weight: bold;
    color: rgba(238, 51, 47, 1);}
.col {
/*	flex: 1; */
	padding-bottom: 0px !important;
     }
.panel-container .flex-grid .col p{
        padding-bottom: 0px !important;
     }
.panel-container p.col2{
       line-height: 35px !important;
     }

.col2 {
/*	 flex: 1 */;
	 padding-bottom: 0px !important;
	 line-height: 35px;
}

.panel-container p.col {padding-bottom: 0px !important;}
p.col2 {padding-bottom: 20px !important;}

.flex-grid2 {
        display:table;
/*      display: flex;
        flex-direction: column;*/
        text-align: center;
        display:block;
        }
.flex-grid2 .col a, .flex-grid2 .col2 a { display: block;     font-weight: bold;
    color: rgba(238, 51, 47, 1);}

.mobile-dropdown{
    margin-top:-20px !important;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:40px;
    font-weight: 400;

}




/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   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;
}
a,
a:hover,
a:active,
a:focus {
    outline: 0;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
.fullwidth {
    width: 100%;
    float: left;
}
.container {
    max-width: 980px;
    padding: 0 20px;
    margin: auto;
}

/* ==========================================================================
   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;
    }
}

/* ==========================================================================
  	Main Site Styles
   ========================================================================== */
body {
    font-family: 'Raleway', sans-serif;
}
.container {
    max-width: 1024px;
    margin: auto;
}
#icon {
    margin-left: -25px;
}
header {
    height: 85px;
    background-color: rgba(0, 0, 0, 0.5);
}
nav {
    float: right;
    padding-right: 0px;
    line-height: 85px;
    color: #fff;
    z-index: 2;
}
nav a {
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.drop {
    position: relative;
}
nav a:hover {
    color: rgba(238, 51, 47, 1);
}
nav a::after {
    padding-left: 7px;
    padding-right: 5px;
    color: rgba(238, 51, 47, 1);
    content: '/';
}
nav a#last::after {
    display: none;
}

.press {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}
.about-us {
    background-image: url(/img/headers/About-Us-Header-Image.jpg);
}
.book-publishing {
    background-image: url(/img/headers/Book-Publishing-Header-Image.jpg);
}
.catalogues {
    background-image: url(/img/headers/Catalogues-Header-Image.jpg);
}
.dealer-services {
    background-image: url(/img/headers/Dealer-Services-Header-Image.jpg);
}
.digital-education {
    background-image: url(/img/headers/Digital-Education-Header-Image.jpg);
}
.digital-publishing {
    background-image: url(/img/headers/Digital-Publishing-Header-Image.jpg);
}
.find-dealer {
    background-image: url(/img/headers/Find-A-Dealer-Header-Image.jpg);
}
.licensing {
    background-image: url(/img/headers/Licensing-Header-Image.jpg);
}
.music-copyrights {
    background-image: url(/img/headers/Music-Copyrights-Header-Image.jpg);
}
.music-retail {
    background-image: url(/img/headers/Music-Retail-Header-Image.jpg);
}
.news {
    background-image: url(/img/headers/News-Header-Image.jpg);
}
.news .black-overlay {
    display: none;
}
.our-brands {
    background-image: url(/img/headers/Our-Companies-Image.jpg);
}
.printed-music {
    background-image: url(/img/headers/Printed-Music-Image.jpg);
}
.contact-us {
    background-image: url(/img/headers/Contact-Header-Image.jpg);
}
.the-catalogues {
    background-image: url(/img/retail-header.jpg);
}
#head-img {
    width: 100%;
    height: 370px;
    position: relative;
    border-bottom: solid 6px rgba(238, 51, 47, 1);
    background-color: rgba(0, 0, 0, 1);
    background-size: cover;
    background-position: center;
    -webkit-transition: background 1s linear;
    -moz-transition: background 1s linear;
    -o-transition: background 1s linear;
    transition: background 1s linear;
}
#blog #head-img {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(/img/headers/News-Header-Image.jpg) !important;
}
#head-img.homepage {
    height: 460px;
}
.grey-overlay {
    width: 100%;
    display: table;
    height: 100%;
}
#head-img::after,
.panel::after,
.panel-50::after,
.panel-30::after {
    content: '';
    width: 100%;
    height: 6px;
    background-color: rgba(85, 15, 13, 0.7);
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
}
.panel,
.panel-50,
.panel-30 {
    height: 13%;
    float: left;
    position: relative;
    background-position: center;
    background-color: #6f6f6f;
    background-size: cover;
    border-bottom: solid 6px rgba(238, 51, 47, 1);
    /*margin: 0.8%;*/
    max-width: 15%;
    margin-bottom: 5px;
    transition: all 1s;
    width: 100%;
}
.panel,
.panel-50,
.panel-30 {
    padding: 40px 0;
    background-image: url(/img/education-panel.jpg);
}
.panel:hover {
    background-color: rgba(238, 51, 47, 0.6);
    cursor: pointer;
    background-blend-mode: overlay;
}
.panel.yellow:hover {
    background-color: #e69025;
    cursor: pointer;
    background-blend-mode: multiply;
}
.panel.yellow,
.panel-50.yellow {
    background-image: url(/img/copyright-panel.jpg);
    border-color: #e69025;
}
.panel.yellow::after,
.panel-50.yellow::after {
    background-color: rgba(114, 70, 6, 0.8);
}
.panel.purple,
.panel-50.purple {
    border-color: #903e96;
    background-image: url(/img/printed-panel.jpg);
}
.panel.purple::after,
.panel-50.purple::after {
    background-color: rgba(85, 26, 89, 0.8);
}
.panel.purple:hover {
    background-color: #903e96;
    background-blend-mode: overlay;
    cursor: pointer;
}
.panel.blue,
.panel-50.blue {
    border-color: #0159a0;
    background-image: url(/img/book-panel.jpg);
}
.panel.blue::after,
.panel-50.blue::after {
    background-color: rgba(0, 47, 96, 0.8);
}
.panel.blue:hover {
    background-color: #0159a0;
    background-blend-mode: overlay;
    cursor: pointer;
}
.panel.green,
.panel-50.green {
    border-color: #49ac48;
    background-image: url(/img/retail-panel.jpg);
}
.panel.green::after,
.panel-50.green::after {
    background-color: rgba(32, 103, 42, 0.8);
}
.panel.green:hover {
    background-color: #49ac48;
    background-blend-mode: overlay;
    cursor: pointer;
}
.panel.orange,
.panel-50.orange {
    border-color: #f47521;
    background-image: url(/img/digital-panel.jpg);
}
.panel.orange::after,
.panel-50.orange::after {
    background-color: rgba(140, 67, 14, 0.8);
}
.panel.orange:hover {
    background-color: #f1995f;
    background-blend-mode: multiply;
    cursor: pointer;
}
.panel.pink,
.panel-50.pink {
    border-color: #dd24ae;
    background-image: url(/img/education-panel.jpg);
}
.panel.pink::after,
.panel-50.pink::after {
    background-color: rgba(136, 35, 102, 0.8);
}
.panel.pink:hover {
    background-color: #dd24ae;
    background-blend-mode: multiply;
    cursor: pointer;
}
.panel.red,
.panel-50.red {
    border-color: #ff0000;
    background-image: url(/img/education-panel.jpg);
}
.panel.red::after,
.panel-50.red::after {
    background-color: rgba(200, 0, 0, 0.8);
}
.panel.red:hover {
    background-color: #ff0000;
    background-blend-mode: multiply;
    cursor: pointer;
}
.office-panel {
    background-image: url(/img/office-network-panel.jpg);
}
.our-brands-panel {
    background-image: url(/img/our-brands-panel.jpg);
}
.About-Printed-Music-Image {
    background-image: url(/img/panels/About-Printed-Music-Image.jpg) !important;
}
.About-Copyright-Image {
    background-image: url(/img/panels/About-Copyright-Image.jpg) !important;
}
.About-Education-Image {
    background-image: url(/img/panels/About-Education-Image.jpg)!important;
}
.About-Digital-Image {
    background-image: url(/img/panels/About-Digital-Image.jpg)!important;
}
.About-Publishing-Image {
    background-image: url(/img/panels/About-Publishing-Image.jpg)!important;
}
.About-Retail-Image {
    background-image: url(/img/panels/About-Retail-Image.jpg)!important;
}
.Music-Sales-Creative-Image {
    background-image: url(/img/panels/Music-Sales-Creative-Image.jpg)!important;
}
.Classical-Music-Image {
    background-image: url(/img/panels/Classical-Music-Image.jpg)!important;
}
.Popular-Image {
    background-image: url(/img/panels/Popular-Image.jpg)!important;
}
.Songbooks-Image {
    background-image: url(/img/panels/Songbooks-Image.jpg)!important;
}
.Educational-Image {
    background-image: url(/img/panels/Educational-Image.jpg)!important;
}
.Choral-Vocal-Image {
    background-image: url(/img/panels/Choral-Vocal-Image.jpg)!important;
}
.Classical-Image {
    background-image: url(/img/panels/Classical-Image.jpg)!important;
}
.Playalong-Image {
    background-image: url(/img/panels/Playalong-Image.jpg)!important;
}
.Biographies-Image {
    background-image: url(/img/panels/Biographies-Image.jpg)!important;
}
.Photo-Books-Image {
    background-image: url(/img/panels/Photo-Books-Image.jpg)!important;
}
.Reference-Image {
    background-image: url(/img/panels/Reference-Image.jpg)!important;
}
.Musicroom-Image {
    background-image: url(/img/panels/Musicroom-Image.jpg)!important;
}
.Musicroom-Stores-Image {
    background-image: url(/img/panels/Musicroom-Stores-Image.jpg)!important;
}
.Early-Music-Image {
    background-image: url(/img/panels/Early-Music-Image.jpg)!important;
}
.Sheet-Music-Direct-Image {
    background-image: url(/img/panels/Sheet-Music-Direct-Image.jpg)!important;
}
.eBooks-Image {
    background-image: url(/img/panels/eBooks-Image.jpg)!important;
}
.Apps-Image {
    background-image: url(/img/panels/Apps-Image.jpg)!important;
}
.Orchestra-Image {
    background-image: url(/img/panels/Orchestra-Image.jpg)!important;
}
.Musicfirst-Image {
    background-image: url(/img/panels/Musicfirst-Image.jpg)!important;
}
.Rhinegold-Edu-Image {
    background-image: url(/img/panels/Rhinegold-Edu-Image.jpg)!important;
}
.Charanga-Image {
    background-image: url(/img/panels/Charanga-Image.jpg)!important;
}
.Trade-Sales-Image {
    background-image: url(/img/panels/Trade-Sales-Image.jpg)!important;
}
.Sheet-Music-White-Label-Image {
    background-image: url(/img/panels/Sheet-Music-White-Label-Image.jpg)!important;
}
.Affliate-Stores-Image {
    background-image: url(/img/panels/Affliate-Stores-Image.jpg)!important;
}
.Synch-Licensing-Image {
    background-image: url(/img/panels/Synch-Licensing-Image.jpg)!important;
}
.Grand-Rights-Licensing-Image {
    background-image: url(/img/panels/Grand-Rights-Licensing-Image.jpg)!important;
}
.Print-Licensing-Image {
    background-image: url(/img/panels/Print-Licensing-Image.jpg)!important;
}
.panel-50 {
    width: 100%;
    float: left;
    max-width: 520px;
    margin-bottom: 25px;
    height: 205px
}
.panel-30 {
    max-width: 350px;
    padding: 30px 30px 40px;
}
.panel-30 strong {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300!important;
}
.panel-container .panel-30 p {
    color: #fff;
    line-height: 25px;
}
.panel-50.grey::after,
.panel-30.grey::after {
    background-color: rgba(85, 15, 13, 0.7);
}
.panel-container {
    float: left;
    text-align: center;
    margin: 0 0px 50px 0;
    width: calc(50% - 10px);
}
.panel-container.third-panel {
    width: 31.8%;
}
.panel-container h3,
.panel-container h2,
.panel-container p,
.text {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    font-weight: 200;
}
.panel-container p {
    padding-bottom: 20px !important;
}
.panel-container h3,
.panel-container h2,
.text strong {
    font-size: 21px;
    line-height: 32px;
}
.panel-container p {
    padding: 0 40px;
}
.panel-container h3,
.panel-container h2 {
    margin-bottom: 0;
    font-weight: 600!important;
    text-transform: uppercase;
}
.section {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}
.last {
    margin-right: 0;
}
.text {
    padding: 50px 125px 50px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.text.top {
    font-weight: 600;
    padding: 30px 170px;
}
.text p,
.panel-container p {
    color: #000000;
    font-weight: 400;
    margin: 5px 0 0;
}
.text strong {
    text-transform: uppercase;
    width: 100%;
}
.text.top strong {
    text-transform: none;
    color: #000000;
}
#head-img p,
#head-img h1 {
    font-size: 50px;
    line-height: 64px;
    padding: 0 100px;
    margin-bottom: 45px;
    margin-top: 45px;
    font-weight: 200;
    text-shadow: 0 0 10px #000;
    color: #ffffff;
    text-align: center;
}
.panel.aqua,
.panel-30.aqua {
    border-color: #18ad9a;
    background-image: url(/img/education-panel.jpg);
}
.panel.aqua,
.panel-30.aqua span {
    color: #18ad9a;
    font-weight: bold;
    font-size: 18px;
}
.panel.aqua::after,
.panel-30.aqua::after {
    background-color: rgba(0, 117, 104, 0.8);
}
.panel-30.aqua:hover {
    background-color: #18ad9a;
    background-blend-mode: multiply;
    cursor: pointer;
}
.panel.light-blue,
.panel-30.light-blue {
    border-color: #287cc6;
    background-image: url(/img/education-panel.jpg);
}
.panel.light-blue,
.panel-30.light-blue span {
    color: #287cc6;
    font-weight: bold;
    font-size: 18px;
}
.panel.light-blue::after,
.panel-30.light-blue::after {
    background-color: rgba(9, 60, 101, 0.8);
}
.panel-30.light-blue:hover {
    background-color: #287cc6;
    background-blend-mode: multiply;
    cursor: pointer;
}
.panel.gold,
.panel-30.gold {
    border-color: #bd9024;
    background-image: url(/img/education-panel.jpg);
}
.panel.gold,
.panel-30.gold span {
    color: #bd9024;
    font-weight: bold;
    font-size: 18px;
}
.panel.gold::after,
.panel-30.gold::after {
    background-color: rgba(97, 75, 8, 0.8);
}
.panel-30.gold:hover {
    background-color: #bd9024;
    background-blend-mode: multiply;
    cursor: pointer;
}
#head-img.homepage p,
#head-img.homepage h1 {
    margin-top: 70px;
}
#map {
    height: 100%;
}
#ornamaent {
    float: none;
    display: block;
    margin: auto;
}
.panel span {
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-weight: 200;
    margin-top: 0;
    line-height: 31px;
    display: table-cell;
    vertical-align: middle;
}
#sectionPR{
    text-align: center;
    display: block;
}
#sectionPR>a{
    float: none;
    display: inline-block;
    min-width: 148px;
}
footer {
    width: 100%;
    background-color: #afaeae;
    float: left;
    border-top: solid 8px #999393;
    margin-top: 50px;
    padding: 40px 0;
}
#logo {
    margin-left: 10px;
    margin-top: 7px;
}
#accreditation-logos {
    height: 70px;
    width: 93%;
    margin-left: 3.5%;
    margin-bottom: 30px;
    position: relative;
    float: left;
}
#left {
    position: absolute;
    left: -2.75%;
    top: 20px;
    cursor: pointer;
}
#right {
    position: absolute;
    right: -2.75%;
    top: 20px;
    cursor: pointer;
}
#logo-container {
    float: left;
    text-align: center;
    overflow: hidden;
    height: 70px;
    width: 100%;
}
.bx-has-pager {
    display: none;
}
#logo-container img {
    margin: 0 1%;
}
.logo-slide {
    max-height: 70px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.bx-wrapper {
    max-width: 900px !important;
}
.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    height: 100px !important;
}
.bx-wrapper .bx-viewport {
    display: table !important;
    vertical-align: middle !important;
}
.bxslider li {
    vertical-align: middle !important;
    display: table-cell !important;
    float: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 70px;
}
.bx-wrapper img {
    display: inline-block !important;
}
footer ul,
#social-icons {
    font-weight: 200;
    width: 25%;
    float: left;
    font-size: 14px;
    color: #fff;
}
#social-icons {
    float: right;
}
.dropdown-brand.three.social_dd {
    top: 40px;
}
.list-title {
    font-size: 20px;
    font-weight: 500;
    color: #4b4b4b;
}
footer li {
    margin-bottom: 10px;
    list-style: none;
}
footer li a {
    font-weight: 700;
}
#mobile-nav {
    width: 28px;
    height: 25px;
    display: none;
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#mobile-nav span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #99999c;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#mobile-nav span:nth-child(1) {
    top: 0px;
}
#mobile-nav span:nth-child(2),
#mobile-nav span:nth-child(3) {
    top: 10px;
}
#mobile-nav span:nth-child(4) {
    top: 20px;
}
#mobile-nav.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}
#mobile-nav.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}
#mobile-nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}
#mobile-nav.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}
.button {
    border: solid 1px #737372;
    height: 54px;
    line-height: 54px;
    text-align: center;
    width: auto;
    display: inline-block;
    font-weight: 500;
    padding: 0 25px;
    color: #000000;
    margin: auto;
    margin-top: 10px;
}
.button:hover {
    border-color: #d6051d;
    color: #d6051d;
}
.full-width,
.panel-50 {
    width: 100%;
    max-width: 100%;
    margin: inherit 0;
}
#third_dropdown_text ul,
#third_dropdown_text {
    font-weight: 400;
}
.full-width .panel-50 {
    height: 400px;
}
.top-panel {
    margin-top: 50px;
}
.four-column {
    width: 23%;
    margin: 1%;
    float: left;
    padding: 40px 15px;
}
.brand .four-column img {
    width: 100%;
}
.brand .four-column {
    width: 20%;
    float: left;
    border-bottom: solid 1px #afaeae;
    margin: 2.5%;
}
.brand a {
    color: #D6051D;
    font-weight: bold;
}
.brand-logo {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 230px !important;
    text-align: left;
}
.logo-contain {
    width: 100%;
    text-align: center;
}
.brand .four-column.logo {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 182px;
}
.logo {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 182px;
}
.colour-logo {
    color: #a6a9ae;
}
.big-logo {
    width: auto !important;
    max-width: 100%;
    display: inline-block;
    max-height: 100px;
}
.four-column:hover {
    border-color: rgba(238, 51, 47, 1);
    cursor: pointer;
}
.dropdown-brand {
    border: solid 1px #929498;
    float: left;
    width: 95%;
    position: relative;
    background-color: #ffffff;
    margin-top: -27px;
    margin-left: 2.5%;
}
.brand .dropdown-brand .left-side {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.brand .dropdown-brand .left-side .brand-logo {
    float: left;
    padding: 30px;
    width: 25%;
    margin-left: -25px;
}
.brand .dropdown-brand .left-side p {
    width: 75%;
    float: left;
}
.copyright {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.licensing-dropdown,
.licensing-dropdown .left-side {
    margin: auto;
    width: 100%;
}
.licensing-dropdown .left-side {
    padding-top: 20px;
    padding-bottom: 35px;
}
.licensing-dropdown .left-side a {
    font-weight: bold;
    color: rgba(238, 51, 47, 1);
}
.dropdown-brand:after,
.dropdown-brand:before {
    bottom: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.dropdown-brand:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 50px;
    margin-left: -50px;
}
.dropdown-brand:before {
    border-color: rgba(146, 148, 152, 0);
    border-bottom-color: #929498;
    border-width: 51px;
    margin-left: -51px;
}
.dropdown-brand.two:after,
.dropdown-brand.two:before {
    left: 37%;
}
.dropdown-brand.three:after,
.dropdown-brand.three:before {
    left: 63%;
}
.dropdown-brand.four:after,
.dropdown-brand.four:before {
    left: 90%;
}
.dropdown-brand.four:after {
    border-bottom-color: #ffffff;
}
.licensing-dropdown.two:after,
.licensing-dropdown.two:before {
    left: 50%;
}
.licensing-dropdown.three:after,
.licensing-dropdown.three:before {
    left: 84%;
}
.licensing-dropdown.three:after {
    border-bottom-color: #ffffff !important;
}
.crosspop {
    position: absolute;
    right: 0;
    z-index: 3;
    top: 0;
}
.left-side {
    width: 66%;
}
.left-side p,
.right-side p {
    margin-bottom: 0px;
    margin-top: 10px;
}
.left-side img {
    max-width: 300px;
}
.right-side,
.left-side {
    padding: 25px 30px;
    float: left;
    min-height: 200px;
}
.right-side {
    width: 33%;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    float: right;
    background-color: #ebecee;
}
.right-side strong {
    color: #000;
    font-size: 18px;
    width: 100%;
    padding-bottom: 7px;
    float: left;
    text-transform: uppercase;
}
.three-column {
    float: left;
    margin: 0 4.1%;
    text-align: center;
    padding: 30px 0 20px;
    border-bottom: solid 1px #afaeae;
    width: 25%;
    min-height: 180px;
}
.three-column .button {
    line-height: 40px;
    margin-top: 0;
    height: 40px;
    font-weight: 400;
}
.three-column p {
    margin-bottom: 10px;
    margin-top: 5px;
}
.contact .dropdown-brand {
    margin-top: -2px;
    text-align: center;
}
.contact .dropdown-brand.one:after,
.contact .dropdown-brand.one:before {
    left: 15%;
}
.contact .dropdown-brand.two:after,
.contact .dropdown-brand.two:before {
    left: 50%;
}
.contact .dropdown-brand.three:after,
.contact .dropdown-brand.three:before {
    left: 85%;
}
.dropdown-brand.three:after {
    border-bottom-color: #ffffff;
}
.map {
    height: 300px;
    width: 100%;
    float: left;
    border-bottom: solid 10px rgba(238, 51, 47, 1);
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
html {
    font-size: 15px;
    font-weight: 200;
    color: #000000;
    line-height: 24px;
}
.catalogue {
    text-align: center;
    float: left;
    border-top: solid 1px red;
    padding-bottom: 15px;
    height: 100%;
    min-height: 100%;
}
#catalogue-landing h2 {
    position: relative;
    z-index: 200;
    background-color: #fff;
}
.catalogue h3 {
    margin-bottom: 0;
    color: #000;
}
.catalogue img {
    width: 100%;
}
#catalogue-landing h2 {
    margin-top: 40px;
    float: left;
    width: 100%;
    margin-bottom: -20px;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
}
#find-dealer {
    float: left;
    width: 100%;
    margin-top: 40px;
    min-height: 60px;
    padding: 10px 25px;
    background-color: #ebecee;
}
#find-dealer strong {
    margin-right: 5px;
    line-height: 40px;
    float: left;
    padding: 0 30px;
}
#find-dealer input {
    padding: 0 15px;
    float: left;
    margin-left: 15px;
    max-width: 33%;
    width: 100%;
    height: 40px;
}
#find-dealer input[type=submit] {
    border: none;
    width: 40px;
    float: right;
    margin-bottom: -10px;
    background-color: #dcddde;
}
.left-column,
.middle-column,
.right-column {
    max-width: 33.3%;
    width: 100%;
    float: left;
}
.left-column p,
.middle-column p,
.right-column p {
    padding: 0;
}
.middle-column .button {
    margin-top: 27px;
}
.panel-container p.left-column,
.panel-container p.middle-column,
.panel-container p.right-column {
    padding: 20px;
}
.mobile-only {
    display: none;
}
.dealer .dropdown-brand {
    margin-left: 0;
    width: 100%;
    margin-top: 60px;
}
.contact .dropdown-brand a {
    word-wrap: break-word;
}
.dealer .map {
    border: none;
    margin-top: 20px;
}
.left-side .left-column,
.left-side .middle-column {
    width: 50%;
    max-width: 50%;
}
.dropdown-container {
    display: inline-block;
    position: relative
}
.dropdown {
    position: absolute;
    border-bottom: solid 4px #D6051D;
    padding: 9px 20px;
    display: none;
    width: 148px;
    left: -0px;
    z-index: 99999999;
    top: 57px;
    background-color: rgba(0, 0, 0, 1);
}

/*

.dropdown-container:hover{
    padding-left: 4px; margin-left: -8px;}

.dropdown-container:hover a{ border-radius: 2px; padding-left: 8px; margin-left: -4px; padding-top: 7px; padding-bottom: 10px; background-color:  #000;}

.dropdown-container:hover a::after,.dropdown-container:hover a{ color:#fff;}


.dropdown-container:hover .dropdown{
    display: block;
}
*/
.dropdown a,
.dropdown-container:hover .dropdown a {
    line-height: 30px;
    float: left;
    height: 30px;
    width: 100%;
    padding-top: 0;
    background-color: transparent !important;
}
.dropdown a::after {
    display: none;
}
.dropdown a:hover {
    color: #D6051D;
}
.entry-content ul,
.entry-content ol {
    padding-left: 15px;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    text-align: left;
}
.entry-content li {
    margin-bottom: 10px;
}
#blog header {
    position: relative;
    z-index: 999999999;
}
#blog #head-img p,
#blog #head-img h1 {
    z-index: 2;
    position: relative;
}
#blog #head-img {
    min-height: 354px;
}
#blog.single-post #head-img p {
    display: none;
}

.blog #content {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: stretch;
}

.black-overlay {
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.6;
    display: none;
    top: 0;
    float: left;
    background-color: black;
    height: 100%;
}
.expander {
    max-width: 650px;
    margin: auto;
    border-top: solid 1px #929292;
    display: block;
}
.expand,
.section-expand {
    float: left;
    width: 100%;
    border-bottom: solid 1px #929292;
}
.expand-title {
    line-height: 80px;
    font-size: 21px;
    cursor: pointer;
    width: 100%;
    float: left;
}
.expand form {
    padding: 20px 90px 20px 90px;
}
.expand form input,
.expand form textarea {
    line-height: 43px;
    height: 43px;
    margin-bottom: 15px;
    padding-left: 22px;
    resize: none;
    background-color: #f1f1f1;
    border: none;
    color: #737372;
    width: 100%;
}
.half-input {
    width: 48% !important;
    float: left;
}
.left-input {
    margin-right: 4%;
}
.expand-title strong {
    padding-top: 8px;
    float: left;
}
.expand-title:hover .top-span,
.expand-title:hover .bottom-span {
    background-color: #d6051d;
}
.expand-title:hover strong {
    color: #d6051d;
}
.section-expand {
    padding: 20px;
    margin-bottom: -1px;
}
.section-expand strong {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    color: #626262
}
.section-expand p {
    font-size: 13px;
}
.section-expand p a,
.section-expand label a {
    color: rgba(238, 51, 47, 1);
    font-weight: bold;
}
.section-expand label {
    float: left;
    width: 85%;
    font-weight: 700;
    padding-top: 3px;
    margin-bottom: 20px;
}
.section-expand ul {
    padding-left: 0;
    float: left;
    list-style: none;
}
.section-expand ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 3px;
    padding-left: 0;
}
.half-width-panel {
    width: 50%;
    float: left;
}

/*
.section-expand input[type="checkbox"] {
    width:30px;
    height: 30px;
    background-color: #dcddde !important;
    border: none;
    margin-bottom: 0;
    float:left;
    margin-top: 0;
    margin-left: 20px;
}
*/
input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 27px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -22px;
}
label.css-label {
    background-image: url(/img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=checkbox].css-checkbox.red-border + label.css-label {
    border: solid 1px red;
}
.section-expand input[type="submit"] {
    padding-left: 0;
    float: left;
    width: 175px;
    background-color: #fff;
    border: solid 1px #737372;
    font-size: 18px;
    font-weight: 700;
    padding-right: 0;
    color: #737372;
}
.section-expand input[type="submit"]:hover {
    background-color: #737372;
    color: #fff;
}
.plus-arrow {
    float: left;
    width: 90px;
    margin-right: 20px;
    position: relative;
    height: 90px;
}
.top-span {
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 50%;
    margin-top: -1px;
    padding: 0;
    line-height: 0;
    background-color: #a5a5a5;
    width: 35px;
}
.bottom-span {
    width: 2px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -17px;
    padding: 0;
    line-height: 0;
    background-color: #a5a5a5;
    height: 35px;
}
.drop-expanded .bottom-span {
    display: none;
}
#number_of_works,
#magazine_div {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

/* The CSS */
select {
    padding: 3px;
    padding-left: 10px;
    margin: 0;
    height: 43px;
    line-height: 33px;
    border-radius: 0;
    background: #f1f1f1;
    color: #888;
    border: none;
    outline: none;
    width: 100%;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
nav .dropdown-container .dropdown a {
    height: 45px !important;
    line-height: 45px!important;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        padding-right: 18px
    }
}
label.select-label {
    position: relative;
    width: 100%;
    FLOAT: LEFT;
    padding-top: 0;
}
label.select-label:after {
    content: '<>';
    font: 15px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 12px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}
label.select-label:before {
    content: '';
    right: 2px;
    top: 2px;
    width: 40px;
    height: 38px;
    background: #f1f1f1;
    position: absolute;
    pointer-events: none;
    display: block;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #626262;
}
select::-ms-expand {
    display: none;
}
.lt-ie9 select {
    background-color: transparent;
    border: solid 1px #dcddde;
    line-height: 20px;
}
.lt-ie9 .select-label {
    content: '';
}
.lt-ie`9 .select-label:before,
.lt-ie9 .select-label:after {
    display: none;
}
.section .half-width:nth-of-type(odd)
{
    margin-right: 0;
}
#find-dealer .select-label {
    width: 33%;
    margin-right: 6px;
}
#find-dealer select {
    background-color: #fff;
    border: solid 1px #cccccc;
    height: 41px;
    color: #000000;
    margin-top: -1px;
    margin-left: 10px;
}
#find-dealer .select-label {
    border: solid 1px rgba(238, 238, 238, 1);
}
#find-dealer label.select-label:before {
    background: #ffffff;
    margin-top: -3px;
    height: 33px;
    padding-top: 0;
    top: 4px;
}
#find-dealer label.select-label:after {
    top: 9px;
    right: 0;
}
.clear-search {
    width: 40px;
    color: #aaaaaa;
    height: 40px;
    font-size: 19px;
    position: relative;
    line-height: 40px;
    top: 0;
    text-align: center;
    margin-left: -38px;
    float: left;
    z-index: 9999;
}
.clear-search:hover {
    color: #d6051d;
    cursor: pointer;
}
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?5j88xq');
    src: url('fonts/icomoon.eot?5j88xq#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?5j88xq') format('truetype'), url('fonts/icomoon.woff?5j88xq') format('woff'), url('fonts/icomoon.svg?5j88xq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
    content: "\e900";
}
.icon-email:before {
    content: "\e901";
}
.icon-google:before {
    content: "\e902";
}
.icon-web:before {
    content: "\e903";
}
.icon-web2:before {
    content: "\e904";
}
.section-expand label.ie-label {
    margin-bottom: 5px;
    display: none;
}
.mobile-about {
    display: none;
}
@media only screen and (max-width:1024px) {
    #head-img p,
    #head-img h1 {
        font-size: 45px;
        line-height: 55px;
    }
    
    .text,
    .text.top {
        padding: 30px 10%;
    }
    
    .panel span {
        font-size: 23px;
        line-height: 29px;
    }
    
    .panel {
        height: 13%;
        padding: 6% 0;
    }

    #sectionPR>a.panel{
        padding: 40px 0;
    }
    
    nav {
        position: absolute;
        bottom: 15px;
        right: 20px;
        line-height: 12px;
    }
    
    #icon {
        margin-left: -95px;
    }
    
    header {
        height: 95px;
        position: relative;
    }
    
    .left-column {
        max-width: 100%;
        width: 100%;
    }
    
    .middle-column,
    .right-column {
        max-width: 50%;
    }
    
    .mobile-click {
        width: 60px;
        height: 60px;
        margin: auto;
        display: inline-block;
        background-color: #AFAEAE;
    }
    
    .mobile-contact {
        margin-top: 20px;
        padding: 20px;
    }
    
    .dropdown-brand.mobile-contact::before,
    .dropdown-brand.mobile-contact::after {
        left: 50%;
    }
    
    .mobile-contact strong {
        font-size: 16px;
        line-height: 19px;
        color: #737372;
    }
    
    .mobile-contact p {
        padding: 0 10px;
    }
    
    .dropdown {
        top: 20px;
    }
    
    .middle-column,
    .right-column {
        max-width: 50%;
        float: left;
        width: 100%;
    }
    
    .DealerServices .middle-column .button {
        width: 60%;
        margin: 10px 20%;
    }
}
@media only screen and (max-width:920px) {
    #licensing-page .panel-container,
    .panel-30 {
        max-width: 100%;
        width: 100%;
    }
    
    #licensing-page .panel-30 br {
        display: none;
    }
    
    #licensing-page .dropdown-brand::before,
    #licensing-page .dropdown-brand::after {
        z-index: 999;
        left: 50%;
    }
    
    .licensing-dropdown {
        padding-top: 30px;
    }
    
    .licensing-dropdown ul {
        padding-right: 40px;
    }
    
    #find-dealer input,
    #find-dealer .select-label,
    #find-dealer input[type="submit"],
    #find-dealer strong {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 10px;
        text-align: center;
        margin-left: 0;
    }
    
    #find-dealer select {
        text-align: center;
        margin-left: 0;
    }
    
    #find-dealer .select-label:after {
        right: 10px !important;
    }
    
    .clear-search {
        margin-top: -50px;
        float: right;
    }
}
@media only screen and (max-width:760px) {
    .dropdown-container {
        width: 100%;
        float: right;
    }
    
    .dropdown {
        display: none;
        float: left;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 999999;
        position: relative;
    }
    /*
     .dropdown-container:hover .dropdown a , .dropdown a{
          line-height: 48px;
          height: 48px;
      }
    */
    
    .dropdown-container:hover {
        padding-left: 0;
    }
    
    .dropdown-container a {
        padding-right: 10px;
    }
    
    .cross {
        width: 12px;
        height: 12px;
        float: right;
        position: absolute;
        top: 0px;
        width: 100%;
        right: 0px;
        padding: 17px;
        padding-left: 35px;
        padding-bottom: 30px;
    }
    
    .horizontal-line {
        width: 12px;
        height: 2px;
        top: 23px;
        right: 15px;
        position: absolute;
        background: #99999c;
    }
    
    .vertical-line {
        height: 12px;
        width: 2px;
        top: 18px;
        right: 20px;
        position: absolute;
        background: #99999c;
    }
    /*
    .dropdown-container:hover  .vertical-line{
        display: none;
    }
    
       .dropdown-container:hover  .horizontal-line{
        background-color: #ffffff;
    }
  */
    
    .dropdown-container:hover a {
        margin-left: 0px;
        float: left;
        padding-top: 12px;
        padding-left: 11px;
        width: 100%;
    }
    
    .dropdown {
        border-top: solid 6px rgba(85, 15, 13, 0.7);
        border-bottom: solid 6px rgba(85, 15, 13, 0.7);
        background-color: rgba(238, 51, 47, 1);
    }
    
    #mobile-nav {
        display: block;
    }
    
    nav a::after {
        display: none;
    }
    
    nav {
        width: 35%;
        float: right;
        position: absolute;
        height: auto;
        display: none;
        padding-top: 90px;
        right: 0;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    nav a:nth-last-child(1) {
        padding-bottom: 25px;
    }
    
    nav a {
        float: left;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.8);
        line-height: 20px;
        padding: 12px;
        text-align: center;
        width: 100%;
    }
    
    #head-img p,
    #head-img h1 {
        font-size: 38px;
        line-height: 45px;
        padding: 20px !important;
    }
    
    .panel-section {
        text-align: center;
    }
    
    .panel {
        float: none;
        margin: 0.5%;
        padding: 9% 0;
        display: inline-block;
        max-width: 48.5%;
    }
    
    .panel-50,
    .panel-container {
        width: 99.5%;
        max-width: 100%;
    }
    
    .right-side,
    .left-side {
        width: 100%;
    }
    
    .panel-container {
        margin-bottom: 40px;
        margin-left: 0;
    }
    
    footer ul,
    #social-icons {
        width: 50%;
        height: 200px;
    }
    
    header {
        height: 85px;
    }
    
    .top {}
    
    .four-column {
        width: 48%;
    }
    
    .brand .four-column,
    .three-column {
        width: 44%;
        margin: 3%;
    }
    
    .left-side {
        text-align: center;
    }
    
    .right-side {
        position: relative;
    }
    
    .dropdown-brand:after,
    .dropdown-brand:before,
    .dropdown-brand.two:after,
    .dropdown-brand.two:before {
        left: 24%;
    }
    
    .dropdown-brand.three:after,
    .dropdown-brand.three:before,
    .dropdown-brand.four:after,
    .dropdown-brand.four:before {
        left: 78%;
    }
    
    .dropdown-brand:after,
    .dropdown-brand.four:after {
        border-width: 30px;
        margin-left: -30px;
        border-bottom-color: #ffffff;
    }
    
    .dropdown-brand:before {
        border-width: 31px;
        margin-left: -31px;
    }
    
    .three-column {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    
    .map {
        margin-top: 0;
    }
    
    .middle-column,
    .right-column {
        max-width: 100%;
        width: 100%;
    }
    
    .mobile-only {
        display: inline-block;
    }
    
    #find-dealer strong,
    #find-dealer input,
    #find-dealer input[type="submit"] {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 10px;
        max-width: none;
        text-align: center;
    }
    
    #find-dealer {
        padding-bottom: 20px;
    }
    
    .expand form {
        padding: 0;
    }
    
    .brand .dropdown-brand .left-side .brand-logo {
        display: none;
    }
    
    .brand .dropdown-brand .left-side p {
        width: 100%;
    }
    
    .half-input {
        float: left;
        width: 100% !important;
    }
    
    .mobile-about {
        display: block;
    }
    
    #left {
        left: -5%;
    }
}
@media only screen and (max-width:550px) {
    .mobile-button {
        display: block !important;
    }
    
    nav {
        width: 100%;
        top: -68px;
        z-index: 201;
    }
    
    nav a {
        font-size: 20px;
        line-height: 25px;
    }
    
    #mobile-nav {
        z-index: 300;
    }
    
    .text,
    .panel-container p,
    .panel-container h3,
    .text strong {
        font-size: 16px;
        line-height: 25px;
    }
    
    .container {
        padding: 0 10px
    }
    
    #head-img {
        height: auto;
        max-height: 340px;
    }
    
    #head-img .grey-overlay {
        padding-bottom: 40px;
    }
    
    #head-img p,
    #head-img h1,
    #head-img.homepage p,
    #head-img.homepage h1 {
        margin-top: 10px;
        font-size: 8vw;
        line-height: 9vw;
        margin-bottom: 0;
    }
    
    #ornamaent {
        height: auto;
        width: 125px;
    }
    
    .panel {
        max-width: 100%;
        margin: 0;
        padding: 0;
        height: 80px;
        margin-bottom: 10px;
        background-position: center left;
        background-size: auto 180%;
        background-image: url(/img/panel-image-mobile.jpg);
        background-repeat: no-repeat;
    }
    #sectionPR>a.panel{
        padding: 0;
    }
    
    .panel.blue {
        background-image: url(/img/book-panel-mobile.jpg);
    }
    
    .panel.orange {
        background-image: url(/img/digital-panel-mobile.jpg);
    }
    
    .panel.green {
        background-image: url(/img/retail-panel-mobile.jpg);
    }
    
    .panel.purple {
        background-image: url(/img/printed-panel-mobile.jpg);
    }
    
    .panel span {
        float: right;
        font-size: 18px;
        line-height: 21px;
        padding-top: 14px;
        width: 50%;
    }
    
    .panel-50 {
        height: 125px;
    }
    
    .panel-container {
        margin-bottom: 25px;
    }
    
    #logo {
        width: 59%;
        margin-top: 22px;
	height: auto !important; 
   }
    
    footer ul,
    #social-icons {
        height: auto;
        width: 100%;
    }
    
    #social-icons {
        position: relative;
        padding-left: 40px;
    }
    
    .full-width .panel-50 {
        height: 250px;
    }
    
    .three-column {
        width: 94%;
        padding-top: 20px;
    }
    
    #find-dealer strong,
    #find-dealer input,
    #find-dealer input[type="submit"] {
        width: 100% !important;
        float: left;
        margin: 0;
        margin-bottom: 10px;
        max-width: none;
        text-align: center;
    }
    
    #find-dealer {
        padding-bottom: 20px;
    }
    
    #find-dealer strong {
        margin-bottom: 0 !important;
    }
    
    .contact .dropdown-brand:after,
    .contact .dropdown-brand:before,
    .contact .dropdown-brand.two:after,
    .contact .dropdown-brand.two:before {
        left: 50% !important;
    }
    
    #facebook_pages,
    #twitter_pages,
    #instagram_pages,
    #youtube_pages {
        width: 50% !important;
        float: left;
        min-width: 250px;
        left: 20px;
        right: 0 !important;
        margin-top: 20px !important;
        margin-left: 20px !important;
    }
    
    #facebook_pages:before,
    #facebook_pages:after {
        left: 40px;
    }
    
    #twitter_pages:before,
    #twitter_pages:after {
        left: 80px;
    }
    
    #instagram_pages:before,
    #instagram_pages:after {
        left: 120px;
    }
    
    #youtube_pages:before,
    #youtube_pages:after {
        left: 163px;
    }
    
    #print_cat_section .half-width-panel {
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
    }
    
    .DealerServices .middle-column .button {
        width: 80%;
        margin: 20px 10%;
    }
    
    footer .dropdown-brand {
        top: 0 !important;
    }
    
    #left {
        left: -5%;
    }
    
    #right {
        right: -5%;
    }
    
    footer .dropdown-brand .left-side {
        min-height: 0;
    }
    
    div#third_dropdown.dropdown-brand.licensing-dropdown.three {
        margin-top: 0 !important;
    }
    
    .expand-title {
        font-size: 18px;
    }
    
    .plus-arrow {
        margin-right: 5px;
    }
}
#print_cat_section .button {
    margin-bottom: 20px;
}
.red-border {
    border: solid 2px red !important;
}
.green-border {
    border: solid 2px #19AD02 !important;
}
