main {
    background: #EDEDED;
    /*background-image: url('https://bluegrasscomscdn.blob.core.windows.net/partsplusuk/img/partners-dashboard/partner-login-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;*/
}

.partner-programme.no-top-spacing .container.article__container {
    padding-top: 0;
}

.partner-programme .container.article__container {
    padding-top: 30px;
}
.pp-form-fields-image.pp-column img {
	align-self:center;
	max-width:244px;
    height: auto;
}

/* PARTNER PROGRAMME OFFERS */
.partner-programme-offers {
    position: relative;
    z-index: 1;
}

.partner-programme-offers ._title {
    padding-bottom: 15px;
}

.partner-programme-offers ._title h2 {
    font-size: 20px;
}

.partner-programme-offers ._content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* PARTNER OFFER */
.partner-offer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(25% - 15px);
    background-color: #2A3241;
    border-radius: 12px;
    padding: 15px;
    margin-right: 15px;
}

.partner-offer ._offer-title {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 80px;
}

.partner-offer ._offer-title-top {
    display: block;
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: bold;
}

.partner-offer ._offer-title-top span {
    text-decoration: underline;
}

.partner-offer ._offer-body {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
}

.partner-offer ._offer-details {
    color: #fff;
    padding: 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.partner-offer ._offer-details.--ford-genuine {
    background-color: #00467F;
}

.partner-offer ._offer-details.--motorcraft {
    background-color: #DD1413;
}

.partner-offer ._offer-details.--omnicraft {
    background-color: #F18A2D;
}

.partner-offer ._offer-details.--generic {
    background-color: #08749B;
}

.partner-offer ._offer-description {
    display: block;
    font-size: 12px;
}

.partner-offer ._offer-price {
    display: block;
    font-size: 26px;
    font-weight: bold;
}

.partner-offer ._offer-part-number {
    background-color: #2A3241;
    color: #fff;
    padding: 15px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}


/* PARTNER PROGRAMME MARKETING */
.partner-programme-marketing {
    padding-top: 30px;
}

.partner-programme-marketing ._title {
    padding-bottom: 30px;
}

.partner-programme-marketing ._content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #2A3241;
    padding: 15px;
    -webkit-border-radius: 12px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 12px;
    -moz-border-radius-topleft: 0;
    border-radius: 12px;
    border-top-left-radius: 0;
}

/** Marketing Tabs**/

.partner-programme-marketing ._content.inactive {
    display: none;
}

#pp_marketing_tabs {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
    display: flex;
    align-items: end;
    flex-direction: row;
}

.partner-programme-marketing ul li {
    margin-bottom: 0px;
}

.partner-programme-marketing ul a {
    text-decoration: none;
    background-color: #2A3241;
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    padding: 20px 60px;
    display: block;
}

.partner-programme-marketing ul li.inactive a {
    background-color: #008CBA;
}


/* PARTNER FLYER */
.partner-flyer {
    flex-direction: column;
    width: calc(20% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.partner-flyer ._flyer-image-container {
    border-radius: 12px;
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    flex-shrink: 0;
}

/*
@media screen and (min-width: 993px) { 
	
	.partner-flyer ._flyer-image-container {
		max-height:354px;
	}
	
}
*/

.partner-flyer ._flyer-image {
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
    max-height: none;
    height: auto;
    display: block;
    flex-shrink: 0;
    min-height: 1px;
    align-self: flex-start;
    align-items: normal;
}

.partner-flyer ._flyer-title {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 5px;
}

.partner-flyer ._flyer-meta {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    transition: all 0.5s;
}

.partner-flyer ._flyer-meta span {
    margin-right: 5px;
}

.partner-flyer a._flyer-meta:hover {
    color: #FFDC00;
}



/* PARTNER DASHBOARD IFRAME */
#report_container,
#report_container2 {
    padding-top: 56.25%;
    position: relative;
    margin-bottom: -7.75%;
    z-index: 0;
}

#report_container iframe,
#report_container2 iframe {
    position: absolute;
    top: 0;
    left: 0;
}


/* PARTNERS LOGIN FORM */
.pp-form-title,
.pp-stripe {
    text-align: center;
    border-bottom: 4px solid #F18A2D;
}

.pp-form-title > div > div,
.pp-stripe > div > div {
    border-bottom: 4px solid #DD1412;
}

.pp-form-title > div,
.pp-stripe > div {
    border-bottom: 4px solid #00417F;
}

.pp-form-title h4 {
    color: #2A3241;
    font-weight: bolder;
    font-size: 26px;
    padding: 25px;
    margin: 0;
}

.pp-login-form {
    width: 40%;
    margin: 100px auto;
    border-radius: 10px;
    background-image: url('https://bluegrasscomscdn.blob.core.windows.net/partsplusuk/img/partners-dashboard/partner-login-form-background.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pp-form-fields-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.pp-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.pp-form-fields-image {
    padding: 25px 40px;
}

.pp-form-fields {
    padding: 25px;
    flex: 2;
}

.pp-form-fields label {
    color: #2A3241;
    margin-bottom: 8px;
    font-weight: bold;
}

.pp-form-fields input[type=text],
.pp-form-fields input[type=password] {
    margin-bottom: 20px;
    height: 40px;
    border: 1px solid #CAC9C6;
    background-color: #F3F3F3;
    color: #a3a3a2;
    padding: 3px 10px;
}

.pp-form-fields input[type=submit] {
    border: none;
}

::placeholder {
    color: #CAC9C6;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #CAC9C6;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #CAC9C6;
}

#forgot_password,
#forgot_password:visited,
#forgot_password:hover {
    float: right;
    color: #2A3241;
}

.form-container {
    background-color: #E5E5D9;
    max-width: 100%;
}

.form-container > div {
    width: 1100px;
    margin: 0 auto;
}

.dashboard-container {
    background-color: #E5E5D9;
    padding: 0;
}

iframe {
    border: none;
}

.dashboard-title-container {
    margin: 30px 20px;
}

.dashboard-title {
    float: left;
}

.company-name {
    font-weight: bold;
    float: right;
    color: #2A3241;
}

h4 {
    color: #2A3241;
    font-weight: bolder;
    /*margin: 20px 0;*/
}

.partner-programme-offers-carousel ._title h2 {
    z-index: 10;
    position: relative;
}

@media screen and (max-width: 520px) {
    .partner-programme-offers-carousel ._title h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

h2.carousal-header {
    line-height: normal;
    z-index: 1;
    position: relative;
}


.partner-programme-offers-carousel {
    margin-top: 1rem;
}

.flickity-button {
    color: #2A3241;
}

@media screen and (max-width: 1200px) {
    .pp-login-form {
        width: 60%;
    }

    .partner-flyer {
        width: calc(25% - 12px);
    }

    .partner-flyer:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .partner-offer {
        width: calc(50% - 8px);
        margin-bottom: 15px;
    }

    /* .partner-offer:nth-child(2n + 2) {
		margin-right: 0;	
	} */
    .partner-flyer {
        width: calc(50% - 8px);
    }

    .partner-flyer:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .pp-login-form {
        width: 80%;
    }

    .pp-form-fields-image {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .partner-offer {
        width: 100%;
        margin-right: 0;
    }

    .partner-flyer {
        width: 100%;
        margin-right: 0;
    }
}


/* Slick Slider */
/*
.carousel {
	overflow: hidden;
}
*/

.slick-dots {
	/*position: absolute; */
    bottom: -45px;
    display: block;
    width: 100%;
    padding-bottom: 10px !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #00467F;
    border-radius: 50%;
    opacity: .5;
}

.slick-dots li.slick-active button {
    opacity: 1;
    background: #FFDC00;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('https://cdn.bluegrasscoms.com/partsplusuk/fonts/slick/slick.eot');
    src: url('https://cdn.bluegrasscoms.com/partsplusuk/fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('https://cdn.bluegrasscoms.com/partsplusuk/fonts/slick/slick.woff') format('woff'), url('https://cdn.bluegrasscoms.com/partsplusuk/fonts/slick/slick.ttf') format('truetype'), url('https://cdn.bluegrasscoms.com/partsplusuk/fonts/slick/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #FFDC00;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 10px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 44px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/*Partner prospect*/
body {
    background-color: #00253F;
}

.prospect-form-container {
    width: 40%;
    margin: auto;
    margin-top: 50px;
}

@media only screen and (max-width: 750px) {
    .prospect-form-container {
        width: 90%;
        margin: auto;
        margin-top: 50px;
    }
}

.white-smoke {
    color: whitesmoke;
}

.header-left {
    float: left;
    width: 50%;
}

.header-right img {
    display: block;
    margin-left: auto;
}

.header-left,
.header-right {
    padding: 30px 50px;
}

.prospect-form-container label {
    font-weight: bold;
}

.prospect-form-container input[type=text] {
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

.prospect-form-container input[type=submit] {
    background-color: #FFD800;
    font-weight: bold;
    padding: 10px;
    border: 0;
    margin-top: 20px;
}

.prospect-form-container .form-validation-container {
    color: #dc143c;
}

/*Partner Parts Guide*/

.range__cat {
    flex: 1 0 20%;
    background: #fff;
    padding: 0px;
    border-radius: 18px;
    width: 294px;
    min-height: auto;
    height: 294px;
}
.range__cat:nth-child(9), .range__cat:nth-child(10), .range__cat:nth-child(11), .range__cat:nth-child(12) {
	max-width: 22.8%;}
.range__cat:hover {
    background: #F28A2F;
}

.range__cat h4,
.range__cat p {
    color: #2A3241;
    padding: 0px 10px 0px 10px;
}

.range__cat img {
    max-height: 294px;
}

.range__cat::before {
    display: none
}

.content__split__text {
    order: 0;
    text-align: center;
    width: 100%;
    padding: 20px 10px 10px 10px;
}

.content__split__text h3,
.content__split__text p {
    color: #fff
}

.partnerGuideSearch {
    margin-top: 26px;
    background: #fff;
    padding: 20px;
}

.flexContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-wrap: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.flexChild div img {
    max-width: 100%;
    height: auto;
}

.flexChild {
    flex: 1 1 0;
}
select#modelEngine {
    margin-left: 10px;
}
select#modelYear,
select#modelEngine {
    font-family: "Ford Antenna", sans-serif;
    height: 42px;
    font-weight: 100;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #a5a5a5;
    background-color: #f3f3f3;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%), -o-linear-gradient(left, #ccc, #ccc);
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 3px), calc(100% - 15px) calc(1em + 3px), calc(100% - 3em) 0.6em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.form-section-group li {
    list-style: none;
}

.flexContainer li {
    flex: 1 1 0;
}

.form-section-group ul {
    margin-left: 0px;
}

input[type="submit"] {
    background: #DC1917;
    color: #fff;
    font-size: 15px;
    border: 0px;
    font-weight: 600;
    margin: 10px 0 0 0;
    padding: 15px 32px;
    text-align: center;
    height: auto;
    line-height: 1;
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-family: "Ford Antenna", sans-serif;
}

button#search_btn {
    background: #DC1917 !important;
	padding: 15px 32px !important;
}

input[type="submit"]:hover {
    background: #102b4e
}

div#partnerGuideHeader h4 span {
    margin-right: 10px;
    font-weight: 100;
}

div#partnerGuideHeader h4 {
    font-size: 22px
}

div#partnerGuideHeader h4 svg {
    margin-right: 20px;
}

table.modelSearchResults {
    width: 100%;
    border-collapse: collapse;
    background: #2A3241;
    color: #fff;
    font-weight: 100;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.resultDisplay{ 
	background: #2A3241;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding:20px}
table.modelSearchResults tr:nth-of-type(odd) {
   
}

table.modelSearchResults th {
    background: #00417C;
    color: white;
    font-weight: bold;
}

table.modelSearchResults td,
table.modelSearchResults th {
    padding: 9px;
    text-align: left;
}

table.modelSearchResults tr {
    border-bottom: 1px solid #EDEDED
}

td.mergedColumns {
    font-weight: bold;
    background: #008CBA;
    color: #fff;
}
tr.mergedRow {
    border-bottom: 0px !important;
}

.partnerGuideResult .partnerGuideSearch {
    padding: 0px;
}

div#partnerGuideHeader {
    padding: 20px;
}
td.boldColumn {
    font-weight: bold;
}
div#partnerGuideHeader h4 {
    margin: 0px;
}

table.modelSearchResults thead tr {
    border-bottom: 0px;
}
table.modelSearchResults thead th {
    padding: 10px;
}
.flexChild {
    padding-right: 15px;
}

#termsAndConditions {
    line-height: 1.3;
    padding-top: 20px;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
	div#partnerGuideHeader h4 svg{display:none}
}
@media only screen and (max-width: 700px) {
	.partner-programme-marketing ._content{border-radius:0px}
	div#partnerGuideHeader h4{font-size:18px}
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .925em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right !important;
  }
  td.mergedColumns {
    text-align: left !important;
}
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
   border-bottom: 0;
  }

    .partner-programme-marketing ul li a {
        padding: 14px 8px;
    }
	.range__cat {
	flex: 1 0 35% !important;
}
div#pp_partners_parts_guide a.js_product.range__cat {
  max-height:244px
}
}
@media only screen and (max-width: 992px){
	div#pp_partners_parts_guide a.js_product.range__cat {
    background: #fff !important;
}
	.partner-programme-marketing ._content{border-top-right-radius: 0;}
.range__cat {
	flex: 1 0 25%;}
}
@media only screen and (max-width: 600px) {
.range__cat {
    flex: 1 0 33% !important;
    display: inline-table;
}
div#pp_partners_parts_guide a.js_product.range__cat {
    max-height: 198px;
    display: grid;
}
	.range__cat img {
    margin-bottom: 10px;
}
}
/*END Partner Parts Guide*/