/*
Theme Name: Goodridge
Theme URI: 
Author: Destination CMS
Author URI: http://www.destinationcms.co.uk
Description: 2015 Default Theme
Version: 1.0
License: Copyright Goodridge 2015
License URI: 
Tags: 
Text Domain: goodridge
*/
/* ==========================================================================
   Reset
   ========================================================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, button {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

q:before,
q:after {
  content: ""; }

/* Box Model */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================
   Clearfix
   ========================================================================== */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.clearfix:after, .content-admin:after, .content-admin .content-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/*
.header-uk {
	border:2px solid red;
}

.page-wrapper {
	border:2px solid orange;
}

.content-admin {
	border:2px solid hotpink;
}

article {
	border:2px solid green;
}

.footer {
	border:2px solid yellow;
}

*/
/*
		@media (min-width:370px) {
		max-width:370px;
	}
	
	@media (min-width:480px) {
		max-width:480px;
	}
	
	@media (min-width:600px) {
		max-width:600px;
	}
	
	@media (min-width:768px) {
		max-width:768px;
	}
	
	@media (min-width:900px) {
		max-width:900px;
	}
	
	@media (min-width:1040px) {
		max-width:1040px;
	}
	
	@media (min-width:1200px) {
		max-width:1200px;
	}
*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
  color: #848276;
  font-size: 100%;
  line-height: 10px;
  font-family: 'Open Sans', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #848276;
  font-family: "Open Sans Condensed", sans-serif;
  background-color: transparent;
  line-height: 1.2em;
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase; }

h1 {
  font-weight: 700; }
  @media (min-width: 500px) {
    h1 {
      font-size: 2.1875em; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.5em; } }
  @media (min-width: 960px) {
    h1 {
      font-size: 3.75em; } }

h2 {
  font-size: 2.625em;
  margin: 20px 0 20px 0;
  color: #444; }
  h2 a,
  h2 a:hover,
  h2 a:visited {
    color: #53453e; }

h3 {
  font-size: 1.25em;
  color: #d15d54; }

h4 {
  font-size: 1.125em;
  color: #000; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1.0625em; }

.heading-centered {
  text-align: center; }

p,
address,
caption {
  font-weight: normal;
  margin: 0 0 25px 0;
  color: #111;
  font-size: 1em;
  line-height: 1.7em; }

hr {
  margin: 20px 0 40px 0;
  border: none;
  clear: both;
  color: #f4f4f4;
  background-color: #f4f4f4;
  height: 1px; }

blockquote {
  line-height: 1.8em;
  margin: 0 0 25px 0;
  padding: 0; }

ol {
  list-style-type: decimal;
  margin: 10px 0 25px 22px; }

ul {
  list-style-type: disc;
  margin: 10px 0 25px 18px; }

dl {
  margin: 10px 0 25px 0; }

figure {
  margin-bottom: 25px;
  font-size: 0.75em; }

figcaption {
  padding: 20px 0 0 0;
  font-style: italic; }

li,
dt,
dd,
table th,
table td {
  font-weight: normal;
  margin: 0 0 14px 0;
  color: #111;
  font-size: 1em;
  line-height: 1.4em; }

li li {
  font-size: 0.875em; }

/*
 * Reduce sizing of fonts if tags appear inside table cells
 * Add to this list with further tags
 */
td p,
td li,
td h1,
td h2,
li p {
  font-size: 1em !important; }

/* Text level semantics
 * INSERT LINK TO WC3 SPECS
 * MAY NEED TO RE_ORDER THIS LIST
 */
a,
a:visited {
  color: #ea3d3b;
  text-decoration: none; }

a:hover {
  color: #ed502c; }

strong {
  font-weight: bold; }

small {
  color: blue; }

b {
  font-weight: bold; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

img {
  margin: 0;
  max-width: 100%; }

a img,
a:visited img {
  text-decoration: none; }

iframe {
  border: none;
  border-radius: 4px;
  margin: 0; }

video {
  margin: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }
  .video-container iframe,
  .video-container .video-container object,
  .video-container .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ==========================================================================
   Tabular Data
   ========================================================================== */
table {
  border: 1px solid #d7d7d7;
  margin: 0 0 30px 0;
  width: 100%; }

table thead th {
  background: #a52014;
  font-weight: bold;
  color: #FFF; }

table th {
  color: #000; }

table th,
table td {
  border-bottom: 1px solid #d7d7d7;
  padding: 5px;
  background: #ededed;
  color: #848276; }

table tbody tr.oddrow th,
table tbody tr.oddrow td {
  background: #fff; }

table tfoot th {
  background: #dadada; }

table p {
  font-size: 1em; }

/* Tabular data inside a form */
form table {
  margin: 20px 0 0 0;
  border-collapse: collapse;
  border: none; }

form table thead th {
  background: #d8374e;
  font-weight: bold;
  border: none;
  color: #fff;
  font-size: 0.8125em; }

form table th, form table td {
  padding: 7px;
  border-bottom: 1px solid #a3a3a3; }

form table tfoot th {
  background: none;
  border-bottom: none; }

fieldset {
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 0; }

fieldset p {
  margin: 0; }

legend {
  display: none; }

label {
  color: #000;
  margin: 0;
  background-color: transparent; }

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime-local"],
input[type="number"],
input[type="file"],
textarea {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  color: #000;
  font-size: 0.875em;
  margin: 5px 0 5px 0;
  padding: 5px;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  font-family: 'Open Sans', sans-serif; }

textarea {
  height: 120px; }

input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none; }

input[type="color"] {
  padding: 0;
  height: 30px;
  width: 20%; }

.select-holder select {
  font-size: 16px;
  padding: 25px;
  width: 100%; }

input[type="range"] {
  font-size: 0.875em;
  width: 100%; }

input[type="reset"],
input[type="button"],
input[type="submit"],
button[type="reset"],
button[type="button"],
button[type="submit"],
.btn,
.btn:visited {
  background: #111111;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 8px 10px 8px 10px;
  font-size: 1em;
  margin: 0 0 10px 0;
  width: auto;
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="reset"]:hover,
button[type="button"]:hover,
button[type="submit"]:hover,
.btn:hover {
  background: #d2291a;
  color: #FFF; }

.btn-block {
  display: block; }

.required {
  color: red; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

.alignright {
  float: right; }

.alignleft {
  float: left; }

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

body {
  -webkit-text-size-adjust: 100%;
  color: #ABABAB;
  background: #f5f5f5; }

/* ==========================================================================
   Page Wrapper - prevents the site getting too wide on large devices
   and gives the full width banners a maximun size
   ========================================================================== */
.page-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  background: #fff;
  padding: 0; }

/* ==========================================================================
   Content Wrapper
   ========================================================================== */
.content-wrapper {
  max-width: 1350px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  max-width: 320px; }
  @media (min-width: 370px) {
    .content-wrapper {
      max-width: 370px; } }
  @media (min-width: 480px) {
    .content-wrapper {
      max-width: 480px; } }
  @media (min-width: 600px) {
    .content-wrapper {
      max-width: 600px; } }
  @media (min-width: 700px) {
    .content-wrapper {
      max-width: 700px; } }
  @media (min-width: 768px) {
    .content-wrapper {
      max-width: 768px; } }
  @media (min-width: 900px) {
    .content-wrapper {
      max-width: 900px; } }
  @media (min-width: 1040px) {
    .content-wrapper {
      max-width: 1040px; } }
  @media (min-width: 1200px) {
    .content-wrapper {
      max-width: 1200px; } }

/* ==========================================================================
   Header
   ========================================================================== */
.site-wide-message {
  background: #EA222F; }
  @media (min-width: 768px) {
    .site-wide-message {
      padding-top: 7px;
      padding-bottom: 7px; } }
  .site-wide-message p {
    font-size: 0.75em;
    color: #fff;
    text-align: center;
    margin: 0; }
    @media (min-width: 768px) {
      .site-wide-message p {
        font-size: 0.875em; } }
    .site-wide-message p span {
      color: #ffe065; }

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  z-index: 200;
  box-shadow: 0px 2px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .header {
      position: fixed;
      top: 30px;
      left: 0;
      width: 100%; } }
  .header .header-wrapper {
    background: #FFF;
    background: rgba(255, 255, 255, 0.9);
    max-width: 1800px;
    margin: 0 auto;
    position: relative; }
  .header .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 70px; }

.logo {
  width: 160px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .logo {
      top: 73px; } }
  @media (min-width: 1040px) {
    .logo {
      top: 49px;
      width: 250px; } }

.slides li {
  z-index: 0; }

.btn-mobile-search {
  position: absolute;
  right: 70px;
  top: 20px;
  width: 25px;
  height: 25px;
  opacity: 0.7; }
  .btn-mobile-search:hover {
    opacity: 1;
    cursor: pointer; }
  @media (min-width: 768px) {
    .btn-mobile-search {
      display: none; } }

.btn-mobile-search.active {
  opacity: 1; }

.btn-menu {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 25px;
  height: 25px;
  opacity: 0.7; }
  .btn-menu:hover {
    opacity: 1;
    cursor: pointer; }
  @media (min-width: 768px) {
    .btn-menu {
      display: none; } }

.btn-mobile-search.active {
  opacity: 1; }

/* ==========================================================================
   Utility Nav : Essentially the same as the version in the footer menu
   ========================================================================== */
.container-utility-menu {
  display: none; }
  @media (min-width: 768px) {
    .container-utility-menu {
      display: block;
      float: right;
      width: 660px;
      margin-top: -30px; } }
  @media (min-width: 900px) {
    .container-utility-menu {
      width: 100%; } }

.header .nav-utility div {
  float: right; }
.header .nav-utility .menu-utility {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .header .nav-utility .menu-utility li {
    float: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.6875em;
    font-weight: 600; }
  .header .nav-utility .menu-utility a {
    color: #fff;
    display: block;
    padding: 6px 10px;
    background: #111111; }
  .header .nav-utility .menu-utility li:last-child {
    position: relative; }
    .header .nav-utility .menu-utility li:last-child a {
      background: #f7323f;
      margin-left: 5px;
      padding: 26px;
      margin-top: -14px;
      font-size: 1.4em; }
      .header .nav-utility .menu-utility li:last-child a:hover {
        background: #ed0918; }

.nav-social-media {
  float: right;
  margin-right: 10px; }
  .nav-social-media a {
    display: block;
    float: left;
    margin: 0 6px 0 0; }

form.search-form {
  width: 230px;
  height: 28px;
  float: right; }
  form.search-form label .screen-reader-text {
    display: none; }
  form.search-form .search-field {
    background: #000;
    border: none;
    color: #fff;
    margin: 0;
    float: left;
    width: 150px;
    margin-right: 5px;
    height: 28px;
    padding: 2px 5px;
    border-radius: 0 !important; }
  form.search-form ::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif; }
  form.search-form :-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif; }
  form.search-form ::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif; }
  form.search-form :-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif; }
  form.search-form .search-submit {
    margin: 0;
    float: left;
    padding: 3px 5px 3px 5px; }

.btn-mobile-search-utility {
  float: right;
  padding: 2px;
  margin-right: 10px;
  background: #101010; }
  @media (min-width: 900px) {
    .btn-mobile-search-utility {
      display: none; } }

@media (min-width: 768px) {
  .container-utility-menu .search-form {
    display: none; } }
@media (min-width: 900px) {
  .container-utility-menu .search-form {
    display: block; } }

/* ==========================================================================
   Mobile Search
   ========================================================================== */
.js .search-mobile {
  overflow: hidden;
  max-height: 0;
  background: #000000; }

/* Toggle Search on mobile - change height when active */
.search-mobile.active {
  max-height: 35em; }

@media (min-width: 900px) {
  .search-mobile {
    display: none; } }
.search-mobile .search-form {
  width: 100%;
  height: 29px;
  float: none; }
.search-mobile .search-field {
  width: 70% !important; }
.search-mobile .search-submit {
  float: right !important;
  padding: 2px 5px 2px 5px; }

/* ==========================================================================
   Responsive Menu
   ========================================================================== */
.nav-wrapper-mobile {
  background: #f2f2f2; }
  .nav-wrapper-mobile .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0; }
  @media (min-width: 900px) {
    .nav-wrapper-mobile {
      display: none; } }

.menu-main-mobile {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* Hide the menu on initail viewport */
.js .menu-main-mobile {
  overflow: hidden;
  max-height: 0; }

.menu-main-mobile.active {
  max-height: 35em;
  padding: 20px 0; }

.menu-main-mobile ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .menu-main-mobile ul li {
    margin: 0;
    font-size: 0.9375em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .menu-main-mobile ul a {
    color: #262626;
    display: block;
    padding: 7px 7px 7px 7px; }
  .menu-main-mobile ul .sub-menu {
    height: 0;
    overflow: hidden;
    display: none; }

.menu-main-mobile .menu-utility-navigation-uk-container li:last-child a {
  border-radius: 3px;
  background: #f7323f;
  color: #fff; }
  .menu-main-mobile .menu-utility-navigation-uk-container li:last-child a:hover {
    background: #ed0918; }

/* ==========================================================================
   Main Navigation
   ========================================================================== */
nav.nav-main {
  float: right; }
  nav.nav-main .language-switch {
    border: 1px solid green;
    float: left;
    margin-top: 10px;
    display: none; }
    nav.nav-main .language-switch ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    nav.nav-main .language-switch li {
      float: left;
      margin: 0;
      font-size: 0.9375em;
      font-weight: 600;
      text-transform: uppercase; }
    nav.nav-main .language-switch a {
      color: #9e9d9d;
      display: block;
      padding: 7px; }
  nav.nav-main .menu-primary-navigation-uk-container {
    margin-top: 10px; }
  nav.nav-main .menu-primary {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
    position: relative;
    margin-top: 20px; }
    @media (min-width: 768px) {
      nav.nav-main .menu-primary {
        display: inherit; } }
    nav.nav-main .menu-primary li {
      float: left;
      margin: 0 0 0 25px;
      font-size: 1em;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      position: relative; }
      @media (min-width: 950px) {
        nav.nav-main .menu-primary li {
          margin: 0 0 0 20px;
          font-size: 0.9375em; } }
      @media (min-width: 1040px) {
        nav.nav-main .menu-primary li {
          margin: 0 0 0 50px; } }
      nav.nav-main .menu-primary li span {
        display: none; }
        @media (min-width: 950px) {
          nav.nav-main .menu-primary li span {
            display: inline; } }
    nav.nav-main .menu-primary a {
      color: #262626;
      display: block;
      padding: 7px; }
    nav.nav-main .menu-primary li:hover a,
    nav.nav-main .menu-primary li a:hover {
      color: #eb3c39; }
    nav.nav-main .menu-primary .sub-menu {
      position: absolute;
      /*--Important--*/
      top: 58px;
      left: 0;
      z-index: 99999;
      padding: 0;
      float: left;
      height: auto;
      overflow: visible;
      display: none;
      /*--Hidden for those with js turned off--*/
      background: #000;
      margin: 0;
      padding: 0;
      list-style-type: none;
      /*--If needed to break out into rows--*/ }
      @media (min-width: 950px) {
        nav.nav-main .menu-primary .sub-menu {
          top: 56px; } }
      nav.nav-main .menu-primary .sub-menu::before {
        content: url(images/global/sub-nav-pointer.png);
        position: absolute;
        left: 10px;
        top: -16px; }
      nav.nav-main .menu-primary .sub-menu li {
        width: 200px;
        /*--Override parent list item--*/
        color: #fff;
        font-size: 0.9375em;
        line-height: 1.6em;
        background: none;
        margin: 0;
        float: left; }
      nav.nav-main .menu-primary .sub-menu a {
        float: none;
        text-indent: 0;
        /*--Override text-indent from parent list item--*/
        height: auto;
        /*--Override height from parent list item--*/
        padding: 10px 15px !important;
        color: #fff !important;
        background: #111111;
        display: block; }
        nav.nav-main .menu-primary .sub-menu a:hover {
          color: #e5e5e5 !important; }
      nav.nav-main .menu-primary .sub-menu .row {
        clear: both;
        float: left;
        width: 100%; }

/* ==========================================================================
	Columns
	========================================================================== */
/* ==========================================================================
	Footer
	========================================================================== */
.footer {
  background: #fafafa; }
  @media (min-width: 768px) {
    .footer .content-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .footer p {
    font-size: 0.9375em;
    line-height: 1.6em; }
  .footer h2 {
    color: #111111;
    text-transform: uppercase;
    font-size: 1.875em; }

nav.nav-main-footer div {
  margin-top: 10px; }
nav.nav-main-footer .menu-primary-footer {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  nav.nav-main-footer .menu-primary-footer li {
    margin: 0;
    font-size: 0.9375em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  nav.nav-main-footer .menu-primary-footer a {
    color: #262626;
    display: block;
    padding: 7px 7px 7px 0px; }

.col-intro {
  border-bottom: 1px solid #939393; }
  @media (min-width: 768px) {
    .col-intro {
      width: 46%;
      margin-right: 3%;
      padding-right: 3%;
      border-right: 1px solid #939393;
      border-bottom: none;
      min-height: 500px;
      float: left; } }

.col-blog {
  width: 100%;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #939393; }
  @media (min-width: 768px) {
    .col-blog {
      width: 51%;
      float: right; } }
  @media (min-width: 1040px) {
    .col-blog {
      width: 24%;
      min-height: 500px;
      border-bottom: none; } }
  .col-blog .btn {
    margin-top: 20px;
    font-size: 1.5em;
    padding: 14px 10px; }

.blog-snippet {
  padding: 0 0 0 0;
  margin-bottom: 20px; }
  .blog-snippet .panel-thumb {
    margin: 0 5% 0 0;
    float: left;
    width: 25%; }
    @media (min-width: 1040px) {
      .blog-snippet .panel-thumb {
        width: 35%; } }
    .blog-snippet .panel-thumb img {
      height: auto; }
  .blog-snippet .panel-title {
    float: left;
    width: 70%; }
    @media (min-width: 1040px) {
      .blog-snippet .panel-title {
        width: 60%; } }
  .blog-snippet h2 {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 1.125em; }
    @media (min-width: 1040px) {
      .blog-snippet h2 {
        font-size: 1.25em; } }
    .blog-snippet h2 a, .blog-snippet h2:visited {
      color: #111111; }

.col-menu {
  width: 100%;
  padding: 10px 0 20px 0; }
  .col-menu h2 {
    display: none; }
    @media (min-width: 1040px) {
      .col-menu h2 {
        display: inherit; } }
  @media (min-width: 768px) {
    .col-menu {
      width: 51%;
      float: right;
      clear: right; } }
  @media (min-width: 1040px) {
    .col-menu {
      width: 24%;
      margin-right: 3%;
      padding-right: 3%;
      border-right: 1px solid #939393;
      min-height: 500px;
      clear: none;
      padding-top: 36px; } }
  .col-menu .sub-menu {
    display: none; }

@media (min-width: 600px) and (max-width: 767px) {
  .nav-main-footer,
  .panel-utility-social {
    width: 50%;
    float: left; } }

.footer .nav-utility .menu-utility {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 20px 0; }
  .footer .nav-utility .menu-utility li {
    float: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.6875em;
    font-weight: 600;
    background: #111111; }
  .footer .nav-utility .menu-utility a {
    color: #fff;
    display: block;
    padding: 5px 10px; }

.footer .nav-social-media {
  float: none; }

/* ==========================================================================
	Sub Footer
	========================================================================== */
.footer-sub {
  background: url(images/global/footer-sub-background.png) left top repeat #000; }
  .footer-sub .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer-sub p {
    color: #707070;
    font-weight: 600;
    font-size: 0.75em;
    text-transform: uppercase; }
  .footer-sub .sub-footer-links {
    text-align: center; }
    @media (min-width: 600px) {
      .footer-sub .sub-footer-links {
        float: right; } }
    .footer-sub .sub-footer-links a {
      color: #707070;
      padding: 0 10px; }
      @media (min-width: 600px) {
        .footer-sub .sub-footer-links a {
          padding: 0 0 0 20px; } }
  .footer-sub .copyright {
    text-align: center;
    clear: both; }
    @media (min-width: 600px) {
      .footer-sub .copyright {
        float: left;
        clear: none; } }

/* ==========================================================================
   Main Homepage Panels
   ========================================================================== */
.home-quicklinks {
  margin-top: -50px; }
  @media (min-width: 400px) {
    .home-quicklinks {
      margin-top: -60px; } }
  @media (min-width: 768px) {
    .home-quicklinks {
      margin-top: -140px; } }
  @media (min-width: 900px) {
    .home-quicklinks {
      margin-top: -170px; } }
  @media (min-width: 1040px) {
    .home-quicklinks {
      margin-top: -310px; } }
  .home-quicklinks .panel {
    height: 337px;
    padding: 20px;
    display: block;
    color: #fff;
    margin-bottom: 20px;
    background-position: right bottom;
    background-repeat: none; }
    @media (min-width: 600px) {
      .home-quicklinks .panel {
        background-size: cover; } }
    @media (min-width: 768px) {
      .home-quicklinks .panel {
        float: left;
        width: 32%;
        margin-right: 2%;
        padding: 10px; } }
    @media (min-width: 900px) {
      .home-quicklinks .panel {
        padding: 20px; } }
  .home-quicklinks .home-panel-oem {
    background-image: url(images/home/oem-background.jpg);
    background-color: #3F4750;
    border-top: 18px solid #3F4750; }
  .home-quicklinks .home-panel-performance {
    background-image: url(images/home/performance-background.jpg);
    background-color: #224191;
    border-top: 18px solid #0629a9; }
  .home-quicklinks .home-panel-motorsport {
    background-image: url(images/home/motorsport-background.jpg);
    margin-right: 0;
    background-color: #ea3d3b;
    border-top: 18px solid #f03f35; }
  .home-quicklinks h2 {
    margin: 0;
    padding: 0;
    font-size: 2.125em;
    line-height: 0.9em;
    color: #fff; }
    @media (min-width: 480px) {
      .home-quicklinks h2 {
        font-size: 2.75em; } }
    @media (min-width: 768px) {
      .home-quicklinks h2 {
        font-size: 1.875em; } }
    @media (min-width: 1200px) {
      .home-quicklinks h2 {
        font-size: 2.75em; } }
    .home-quicklinks h2 span {
      font-weight: 300;
      font-size: 1.25rem;
      font-family: "Open Sans", sans-serif; }
      @media (min-width: 480px) {
        .home-quicklinks h2 span {
          font-size: 1.5625rem; } }
      @media (min-width: 768px) {
        .home-quicklinks h2 span {
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        .home-quicklinks h2 span {
          font-size: 1.5625rem; } }

.home #breadcrumbs,
.home .entry-title {
  display: none; }

/* ==========================================================================
	Meta Slider : Goodridge uses Flexslider
	========================================================================== */
.flexslider ul {
  margin: 0; }

/* ==========================================================================
	Featured Images
	========================================================================== */
.attachment-hero-image {
  height: auto; }

.attachment-banner-footer {
  height: auto; }

/* ==========================================================================
	Breadcrumbs
	========================================================================== */
.breadcrumbs-wrapper .content-wrapper {
  padding-top: 4px;
  padding-bottom: 4px; }
.breadcrumbs-wrapper .breadcrumbs {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.875em;
  color: #9e9d9d;
  font-weight: 600; }

/* ==========================================================================
	Headings at top of each Section
	========================================================================== */
.heading {
  padding: 20px 0; }
  .heading .section-branding {
    margin: 5px 0 20px 0; }
    @media (min-width: 768px) {
      .heading .section-branding {
        width: 30%;
        margin-right: 3%;
        float: left; } }
  @media (min-width: 768px) {
    .heading .section-introduction {
      width: 67%;
      float: left; } }
  .heading p {
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.125em;
    line-height: 1.3em;
    margin: 0; }
    @media (min-width: 768px) {
      .heading p {
        font-size: 1.4375em; } }
    @media (min-width: 900px) {
      .heading p {
        font-size: 1.75em; } }

.page-template h1, .error404 h1 {
  background: #3f4750;
  text-align: center; }

.page-template-section-performance h1,
.page-template-section-oem h1,
.page-template-section-motorsport h1 {
  text-align: center; }

/* ==========================================================================
	OEM Specific
	========================================================================== */
.page-template-section-oem .attachment-hero-image {
  border-bottom: 10px solid #3F4750; }
.page-template-section-oem .heading {
  background: #3F4750; }
.page-template-section-oem .content-admin blockquote {
  background: #3F4750; }
.page-template-section-oem h1 {
  background: #3F4750; }

/* oem pages */
.panel-oem-certified {
  background: #3F4750; }
  .panel-oem-certified h2 {
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    color: #FFF; }
    @media (min-width: 600px) {
      .panel-oem-certified h2 {
        font-size: 2.75em; } }
  .panel-oem-certified ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .panel-oem-certified li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 10px;
    margin: 0 !important; }

/* Performance pages */
.panel-performance-certified {
  background: #224191; }
  .panel-performance-certified h2 {
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    color: #FFF; }
    @media (min-width: 600px) {
      .panel-performance-certified h2 {
        font-size: 2.75em; } }
  .panel-performance-certified ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .panel-performance-certified li {
    width: 33%;
    float: left;
    text-align: center;
    padding: 0 10px;
    margin: 0 !important; }

/* Motorsport pages */
.panel-motorsport-certified {
  background: #ea3d3b; }
  .panel-motorsport-certified h2 {
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    color: #FFF; }
    @media (min-width: 600px) {
      .panel-motorsport-certified h2 {
        font-size: 2.75em; } }
  .panel-motorsport-certified ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .panel-motorsport-certified li {
    width: 33%;
    float: left;
    text-align: center;
    padding: 0 10px;
    margin: 0 !important; }

/* ==========================================================================
	Performance Specific
	========================================================================== */
.page-template-section-performance .attachment-hero-image {
  border-bottom: 10px solid #224191; }
.page-template-section-performance .heading {
  background: #224191; }
.page-template-section-performance .content-admin blockquote {
  background: #224191; }
.page-template-section-performance h1 {
  background: #224191; }

/* ==========================================================================
	Motorsport Specific
	========================================================================== */
.page-template-section-motorsport .attachment-hero-image {
  border-bottom: 10px solid #ea3d3b; }
.page-template-section-motorsport .heading {
  background: #ea3d3b; }
.page-template-section-motorsport .content-admin blockquote {
  background: #ea3d3b; }
.page-template-section-motorsport h1 {
  background: #ea3d3b; }

/* ==========================================================================
	Google Maps Wrapper
	========================================================================== */
.gm-wrapper {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden; }
  .gm-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

 /* ==========================================================================
	Testimonals Callout on each page
	========================================================================== */
.content-testimonials {
  background: #162650; }
  .content-testimonials .content-wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .content-testimonials p {
    color: #fff;
    margin: 0;
    padding: 10px 50px 10px 50px;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 1px;
    background: url(images/global/icon-quote-top.svg) left top no-repeat, url(images/global/icon-quote-bottom.svg) right 90% no-repeat; }
    @media (min-width: 600px) {
      .content-testimonials p {
        padding: 30px 70px 30px 70px;
        font-size: 2.25em; } }

.page-template-layout-usa {
  border-top: 3px solid red; }

.content-admin .content-wrapper {
  padding-top: 70px;
  padding-bottom: 70px; }
.content-admin blockquote {
  background: #111111;
  max-width: 1080px;
  padding: 20px;
  margin: 0 auto 40px auto;
  position: relative; }
  .content-admin blockquote p {
    font-size: 1.875em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.4em;
    letter-spacing: -1px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin: 0; }
    @media (min-width: 768px) {
      .content-admin blockquote p {
        font-size: 1.9375em; } }
.content-admin h2 {
  color: #444;
  font-size: 1.25em; }

@media (min-width: 660px) {
  .content-admin-col-left {
    float: left;
    width: 70%;
    margin-right: 10%; } }

@media (min-width: 660px) {
  .content-admin-col-right {
    float: left;
    width: 20%; } }
.content-admin-col-right img {
  height: auto !important; }
.content-admin-col-right p {
  padding-top: 0; }
.content-admin-col-right .btn {
  background: #eb3c39; }

.p-centered {
  max-width: 1080px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  text-align: center; }

.heading-wrapper {
  background: red; }
  .heading-wrapper h1 {
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-size: 3.125em; }

.col-product-img-holder {
  float: right;
  width: 40%;
  padding: 30px;
  text-align: right; }
  .col-product-img-holder img {
    height: auto; }

.col-product-details {
  width: 60%; }
  .col-product-details h2 {
    color: #224191;
    font-size: 2.25em; }
  .col-product-details p {
    font-size: 1em;
    line-height: 1.6em; }
  .col-product-details ul {
    background: #eff2f9;
    padding: 20px 10px 10px 60px;
    margin: 0 0 30px 0;
    border-left: 8px solid #224191;
    border-top: 1px solid #d5dbea;
    border-right: 1px solid #d5dbea;
    border-bottom: 1px solid #d5dbea; }
    .col-product-details ul li {
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 700;
      font-size: 1.25em;
      color: #000; }
  .col-product-details .callout-download-brochure {
    background: #224191;
    padding: 15px 20px;
    color: #FFF;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.0625em;
    line-height: 1.2em;
    text-transform: uppercase; }
    .col-product-details .callout-download-brochure a {
      color: #77befb; }

.page-id-226 .content-admin h2 {
  clear: both; }
.page-id-226 .content-admin p {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .page-id-226 .content-admin p {
      width: 48%;
      margin-right: 2%;
      float: left; } }
.page-id-226 .content-admin iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-id-238 .holder-sponspored {
  border: 1px solid #ededed;
  background: #fafafa;
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) {
    .page-id-238 .holder-sponspored {
      width: 30%;
      margin-right: 3%;
      min-height: 200px;
      float: left; }
      .page-id-238 .holder-sponspored:nth-child(2) {
        width: 96%;
        margin-right: 0; } }
.page-id-238 h3 {
  clear: both; }
.page-id-238 p {
  font-size: 0.8125em;
  line-height: 1.3em; }
.page-id-238 br {
  line-height: 1.5em; }

.holder-application-guide {
  margin-bottom: 30px;
  font-size: 0.8125em;
  line-height: 1.4em; }
  @media (min-width: 480px) {
    .holder-application-guide {
      width: 48%;
      float: left;
      margin-right: 2%; }
      .holder-application-guide:nth-child(2n) {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .holder-application-guide {
      width: 22%;
      float: left;
      margin-right: 4%;
      min-height: 300px; }
      .holder-application-guide:nth-child(2n) {
        margin-right: 4%; }
      .holder-application-guide:nth-child(4n) {
        margin-right: 0; }
      .holder-application-guide:nth-child(5n) {
        clear: left; } }
  .holder-application-guide img {
    margin-bottom: 15px;
    height: auto; }

#post-26 .content-admin {
  padding-top: 0; }
#post-26 .holder-contact {
  float: left;
  width: 50%; }
  #post-26 .holder-contact p {
    font-size: 0.875em;
    line-height: 1.4em; }
@media (min-width: 660px) {
  #post-26 .content-admin-col-left {
    float: left;
    width: 55%;
    margin-right: 5%; } }
@media (min-width: 660px) {
  #post-26 .content-admin-col-right {
    float: left;
    width: 40%; } }

/* ==========================================================================
   Blog
   ========================================================================== */
body.category h1 {
  background: #4f4f4f;
  text-align: center; }

.content-area {
  padding-top: 50px; }
  .content-area .col-blog-img-holder {
    clear: both; }
    @media (min-width: 900px) {
      .content-area .col-blog-img-holder {
        float: right;
        width: 60%;
        margin-left: 5%;
        margin-bottom: 100px; } }
  .content-area .attachment-post-thumbnail {
    height: auto; }
  .content-area h2 {
    font-size: 1.75em;
    margin: 0; }
    @media (min-width: 900px) {
      .content-area h2 {
        margin-bottom: 30px; } }
    .content-area h2 a,
    .content-area h2 a:visited {
      color: #444; }
  .content-area .col-post-snippet-content {
    padding: 20px 0;
    margin-bottom: 30px; }
    @media (min-width: 900px) {
      .content-area .col-post-snippet-content {
        float: left;
        width: 35%;
        padding-top: 0px; } }
    .content-area .col-post-snippet-content p {
      font-size: 0.875em; }
  .content-area .more-link {
    color: #000;
    font-weight: 600;
    text-transform: uppercase; }
  .content-area .entry-date {
    text-transform: uppercase;
    font-size: 0.9375em;
    font-family: "Open Sans Condensed", sans-serif; }

.content-area-single {
  padding-top: 50px; }
  .content-area-single .col-blog-img-holder {
    clear: both; }
    @media (min-width: 900px) {
      .content-area-single .col-blog-img-holder {
        float: right;
        width: 60%;
        margin-left: 5%;
        margin-bottom: 100px; }
        .content-area-single .col-blog-img-holder img {
          float: right; } }
  .content-area-single .attachment-post-thumbnail {
    height: auto; }
  .content-area-single h1 {
    color: #444;
    font-size: 1.75em;
    margin: 0; }
    @media (min-width: 900px) {
      .content-area-single h1 {
        margin-bottom: 30px; } }
  .content-area-single h2 {
    color: #425e6b;
    font-size: 1.375em; }
  .content-area-single blockquote {
    padding-left: 40px;
    border-left: 3px solid red; }
    .content-area-single blockquote p {
      font-style: italic; }
  .content-area-single p {
    font-size: 0.875em; }
  .content-area-single .more-link {
    color: #000;
    font-weight: 600;
    text-transform: uppercase; }
  .content-area-single .entry-date {
    text-transform: uppercase;
    font-size: 0.9375em;
    font-family: "Open Sans Condensed", sans-serif; }
  .content-area-single figure, .content-area-single .blog-image {
    margin: 0 0 30px 0;
    width: auto !important;
    height: auto !important; }
    @media (min-width: 900px) {
      .content-area-single figure, .content-area-single .blog-image {
        max-width: 400px;
        float: right;
        margin: 0 0 50px 60px;
        clear: right; } }
  .content-area-single .blog-image-full {
    height: auto !important; }
  .content-area-single figure img {
    height: auto; }
  .content-area-single .wp-caption-text {
    font-style: normal;
    line-height: 1.5em; }

.blog-gallery div {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .blog-gallery div {
      float: left;
      width: 48%;
      margin-right: 4%; }
      .blog-gallery div:nth-child(2n) {
        margin-right: 0; } }
  .blog-gallery div img {
    height: auto; }
  .blog-gallery div p {
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0;
    text-align: right;
    font-size: 12px; }

/* ==========================================================================
   Distributors
   ========================================================================== */
.filters-bar {
  background: #444444; }
  .filters-bar .content-wrapper {
    padding-bottom: 0; }
  .filters-bar .beautiful-taxonomy-filters-tax {
    margin: 0 10px 10px 0; }
    @media (min-width: 480px) {
      .filters-bar .beautiful-taxonomy-filters-tax {
        float: left;
        width: 48%;
        margin: 0 4% 10px 0; }
        .filters-bar .beautiful-taxonomy-filters-tax:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .filters-bar .beautiful-taxonomy-filters-tax {
        width: 24%;
        margin: 0 1% 10px 0; }
        .filters-bar .beautiful-taxonomy-filters-tax:nth-child(2n) {
          margin-right: 1%; }
        .filters-bar .beautiful-taxonomy-filters-tax:nth-child(4n) {
          margin-right: 0; } }
  .filters-bar .beautiful-taxonomy-filters-label {
    display: none; }
  .filters-bar .beautiful-taxonomy-filters-select {
    width: 100%;
    font-size: 1em; }
  @media (min-width: 768px) {
    .filters-bar .beautiful-taxonomy-filters-button {
      float: right; } }

.panel-distributors {
  border: 1px solid #ededed;
  background: #fafafa;
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 20px 0; }
  @media (min-width: 480px) {
    .panel-distributors {
      float: left;
      width: 48%;
      margin-right: 4%;
      min-height: 390px; }
      .panel-distributors:nth-child(2n) {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .panel-distributors {
      width: 32%;
      margin-right: 2%;
      min-height: 350px; }
      .panel-distributors:nth-child(2n) {
        margin-right: 2%; }
      .panel-distributors:nth-child(3n) {
        margin-right: 0; }
      .panel-distributors:nth-child(3n+1) {
        clear: left; } }
  .panel-distributors h2 {
    font-size: 1.25em;
    margin: 0 0 0px 0;
    color: #444;
    padding-bottom: 0; }
  .panel-distributors .outlet {
    font-size: 0.6875em;
    color: #989898;
    text-transform: uppercase; }
  .panel-distributors p {
    font-size: 0.8125em;
    line-height: 1.5em;
    margin-bottom: 17px; }
  .panel-distributors .contact-distributor {
    margin-bottom: 0; }
  @media (min-width: 400px) and (max-width: 480px), (min-width: 940px) {
    .panel-distributors .distributor-content {
      float: left;
      width: 60%; } }
  .panel-distributors .distributor-icons img {
    float: left;
    margin: 0 10px 10px 0; }
  @media (min-width: 400px) and (max-width: 480px), (min-width: 940px) {
    .panel-distributors .distributor-icons {
      float: left;
      padding-top: 10px;
      width: 40%; }
      .panel-distributors .distributor-icons img {
        float: right;
        clear: right; } }

.distributors-signup {
  background: #eb3c39; }
  .distributors-signup h2 {
    text-align: center;
    color: #FFF; }
  .distributors-signup div {
    text-align: center; }
  .distributors-signup a:hover {
    cursor: pointer; }

.form-wrapper {
  background: #282a2d; }
  .form-wrapper iframe {
    background: transparent; }

.distributor-form {
  display: none; }

.nav-grid-performance {
  background: #d0dde3;
  /*  
  	1 Column layout
  	Screen : 320px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  */
  /*  
  	2 Column layout
  	Screen : 600 px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  */
  /*  
  	3 Column layout
  	Screen : 768 px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  	
  	246 + 246 + 246 + 15 + 15
  */
  /*  
  	3 Column layout
  	Screen : 870 px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  	
  	280 + 280 + 280 + 15 + 15
  */
  /*  
  	4 Column layout
  	Screen : 1150 px +
  	Content wrapper width: 1150px
  	panel w : 280px;
  	panel h : 280px;
  	
  	280 + 280 + 280 + 280 + 15 + 15
  */ }
  .nav-grid-performance .grid-wrapper {
    margin: 0 auto;
    position: relative;
    width: 320px;
    height: 1720px; }
  .nav-grid-performance .nav-grid-panel {
    width: 280px;
    height: 280px;
    position: absolute;
    transition: all 0.7s ease; }
    .nav-grid-performance .nav-grid-panel a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 40px 20px 20px 30px;
      font-size: 1.625em;
      line-height: 1em;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #FFF; }
      .nav-grid-performance .nav-grid-panel a:hover {
        background-color: rgba(26, 93, 173, 0.2);
        box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.8); }
  .nav-grid-performance .nav-grid-panel-1 {
    left: 20px;
    top: 20px;
    background: url(images/performance/grid/gti.jpg) center center no-repeat;
    display: none; }
  .nav-grid-performance .nav-grid-panel-2 {
    left: 20px;
    top: 20px;
    background: url(images/performance/grid/motorbikes.jpg) center center no-repeat;
    background-size: cover; }
  .nav-grid-performance .nav-grid-panel-3 {
    left: 20px;
    top: 300px;
    background: url(images/performance/grid/sports-car.jpg) center center no-repeat;
    background-size: cover; }
  .nav-grid-performance .nav-grid-panel-4 {
    left: 20px;
    top: 580px;
    background: url(images/performance/grid/mountain-biker.jpg) center center no-repeat;
    background-size: cover; }
  .nav-grid-performance .nav-grid-panel-5 {
    background: pink;
    left: 20px;
    top: 1140px;
    background: url(images/performance/grid/motorbike-road.jpg) center center no-repeat;
    background-size: cover;
    display: none; }
  .nav-grid-performance .nav-grid-panel-6 {
    left: 20px;
    top: 860px;
    background: url(images/performance/grid/quad-biker.jpg) center center no-repeat;
    background-size: cover; }
  .nav-grid-performance .nav-grid-panel-7 {
    left: 20px;
    top: 1140px;
    background: url(images/performance/grid/engine.jpg) center top no-repeat;
    background-size: cover; }
  .nav-grid-performance .nav-grid-panel-8 {
    left: 20px;
    top: 1420px;
    background: url(images/performance/grid/delivery-lorry.jpg) left bottom no-repeat;
    background-size: cover; }
  .nav-grid-performance .nav-grid-panel-9 {
    left: 20px;
    top: 1420px;
    background: #224191;
    display: none; }
  .nav-grid-performance .nav-grid-panel-10 {
    left: 20px;
    top: 2540px;
    background: #092265;
    display: none; }
  @media (min-width: 600px) {
    .nav-grid-performance .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 600px;
      height: 2280px; }
    .nav-grid-performance .nav-grid-panel {
      width: 280px;
      height: 280px;
      position: absolute; }
      .nav-grid-performance .nav-grid-panel a {
        font-size: 2.25em; }
    .nav-grid-performance .nav-grid-panel-1 {
      left: 300px;
      top: 300px;
      display: block; }
    .nav-grid-performance .nav-grid-panel-2 {
      left: 20px;
      top: 20px;
      width: 560px; }
    .nav-grid-performance .nav-grid-panel-3 {
      left: 20px;
      top: 300px;
      height: 560px; }
    .nav-grid-performance .nav-grid-panel-4 {
      left: 20px;
      top: 860px;
      width: 560px; }
    .nav-grid-performance .nav-grid-panel-5 {
      left: 300px;
      top: 580px;
      display: block; }
    .nav-grid-performance .nav-grid-panel-6 {
      left: 20px;
      top: 1140px;
      height: 560px; }
    .nav-grid-performance .nav-grid-panel-7 {
      left: 20px;
      top: 1700px;
      width: 560px; }
    .nav-grid-performance .nav-grid-panel-8 {
      left: 20px;
      top: 1980px;
      width: 560px;
      display: block; }
    .nav-grid-performance .nav-grid-panel-9 {
      left: 300px;
      top: 1140px;
      height: 560px;
      display: block; } }
  @media (min-width: 768px) {
    .nav-grid-performance .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 768px;
      height: 1506px; }
    .nav-grid-performance .nav-grid-panel {
      width: 246px;
      height: 246px;
      position: absolute; }
    .nav-grid-performance .nav-grid-panel-1 {
      left: 15px;
      top: 15px; }
      .nav-grid-performance .nav-grid-panel-1 a {
        font-size: 2.875em; }
    .nav-grid-performance .nav-grid-panel-2 {
      left: 261px;
      top: 15px;
      width: 492px; }
    .nav-grid-performance .nav-grid-panel-3 {
      left: 15px;
      top: 261px;
      height: 492px; }
    .nav-grid-performance .nav-grid-panel-4 {
      left: 261px;
      top: 261px;
      width: 492px; }
    .nav-grid-performance .nav-grid-panel-5 {
      left: 261px;
      top: 999px; }
    .nav-grid-performance .nav-grid-panel-6 {
      left: 15px;
      top: 999px;
      height: 492px; }
    .nav-grid-performance .nav-grid-panel-7 {
      left: 261px;
      top: 507px;
      width: 492px; }
    .nav-grid-performance .nav-grid-panel-8 {
      left: 15px;
      top: 753px;
      width: 492px; }
    .nav-grid-performance .nav-grid-panel-9 {
      left: 507px;
      top: 753px;
      height: 492px; }
    .nav-grid-performance .nav-grid-panel-10 {
      left: 261px;
      top: 1245px;
      width: 492px;
      display: block; } }
  @media (min-width: 870px) {
    .nav-grid-performance .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 870px;
      height: 1710px; }
    .nav-grid-performance .nav-grid-panel {
      width: 280px;
      height: 280px;
      position: absolute;
      transition: all 0.2s ease; }
      .nav-grid-performance .nav-grid-panel a {
        font-size: 2.8125em; }
    .nav-grid-performance .nav-grid-panel-1 {
      left: 15px;
      top: 15px; }
    .nav-grid-performance .nav-grid-panel-2 {
      left: 295px;
      top: 15px;
      width: 560px;
      background-size: 100%; }
      .nav-grid-performance .nav-grid-panel-2:hover {
        background-size: 105%; }
    .nav-grid-performance .nav-grid-panel-3 {
      left: 15px;
      top: 295px;
      height: 560px;
      background-size: 100%; }
      .nav-grid-performance .nav-grid-panel-3:hover {
        background-size: 105%; }
    .nav-grid-performance .nav-grid-panel-4 {
      left: 295px;
      top: 295px;
      width: 560px;
      background-size: 100%; }
      .nav-grid-performance .nav-grid-panel-4:hover {
        background-size: 105%; }
    .nav-grid-performance .nav-grid-panel-5 {
      left: 295px;
      top: 1135px; }
    .nav-grid-performance .nav-grid-panel-6 {
      left: 15px;
      top: 1135px;
      height: 560px;
      background-size: 100%; }
      .nav-grid-performance .nav-grid-panel-6:hover {
        background-size: 105%; }
    .nav-grid-performance .nav-grid-panel-7 {
      left: 295px;
      top: 575px;
      width: 560px;
      background-size: 100%; }
      .nav-grid-performance .nav-grid-panel-7:hover {
        background-size: 105%; }
    .nav-grid-performance .nav-grid-panel-8 {
      left: 15px;
      top: 855px;
      width: 560px;
      background-size: 100%; }
      .nav-grid-performance .nav-grid-panel-8:hover {
        background-size: 105%; }
    .nav-grid-performance .nav-grid-panel-9 {
      left: 575px;
      top: 855px;
      height: 560px; }
    .nav-grid-performance .nav-grid-panel-10 {
      display: block;
      left: 295px;
      top: 1415px;
      width: 560px; } }
  @media (min-width: 1150px) {
    .nav-grid-performance .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 1150px;
      height: 1180px; }
    .nav-grid-performance .nav-grid-panel {
      width: 280px;
      height: 280px;
      position: absolute; }
    .nav-grid-performance .nav-grid-panel-1 {
      left: 15px;
      top: 30px; }
    .nav-grid-performance .nav-grid-panel-2 {
      left: 295px;
      top: 30px;
      width: 560px; }
    .nav-grid-performance .nav-grid-panel-3 {
      left: 855px;
      top: 30px;
      height: 560px; }
    .nav-grid-performance .nav-grid-panel-4 {
      left: 15px;
      top: 310px;
      width: 560px; }
    .nav-grid-performance .nav-grid-panel-5 {
      left: 575px;
      top: 310px; }
    .nav-grid-performance .nav-grid-panel-6 {
      left: 15px;
      top: 590px;
      height: 560px; }
    .nav-grid-performance .nav-grid-panel-7 {
      left: 295px;
      top: 590px;
      width: 560px; }
    .nav-grid-performance .nav-grid-panel-8 {
      left: 295px;
      top: 870px;
      width: 560px; }
    .nav-grid-performance .nav-grid-panel-9 {
      left: 855px;
      top: 590px;
      height: 560px; }
    .nav-grid-performance .nav-grid-panel-10 {
      display: block;
      left: 295px;
      top: 870px;
      width: 560px;
      display: none; } }

.nav-grid-oem {
  background: #eeeeee;
  /*  
  	1 Column layout
  	Screen : 320px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  */
  /*  
  	2 Column layout
  	Screen : 600 px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  */
  /*  
  	3 Column layout
  	Screen : 768 px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  	
  	246 + 246 + 246 + 15 + 15
  */
  /*  
  	3 Column layout
  	Screen : 870 px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  	
  	280 + 280 + 280 + 15 + 15
  */
  /*  
  	4 Column layout
  	Screen : 1150 px +
  	Content wrapper width: 1150px
  	panel w : 280px;
  	panel h : 280px;
  	
  	280 + 280 + 280 + 280 + 15 + 15
  */ }
  .nav-grid-oem .grid-wrapper {
    margin: 0 auto;
    position: relative;
    width: 320px;
    height: 880px; }
  .nav-grid-oem .nav-grid-panel {
    width: 280px;
    height: 280px;
    position: absolute;
    transition: all 0.7s ease; }
    .nav-grid-oem .nav-grid-panel a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 40px 20px 20px 30px;
      font-size: 1.625em;
      line-height: 1em;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #FFF; }
      .nav-grid-oem .nav-grid-panel a:hover {
        box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.8); }
  .nav-grid-oem .nav-grid-panel-1 {
    display: none; }
  .nav-grid-oem .nav-grid-panel-2 {
    left: 20px;
    top: 20px;
    background: url(images/oem/grid/dune-buggy.jpg) center right no-repeat;
    background-size: cover; }
  .nav-grid-oem .nav-grid-panel-3 {
    left: 20px;
    top: 300px;
    background: url(images/oem/grid/garage.jpg) center center no-repeat;
    background-size: cover; }
  .nav-grid-oem .nav-grid-panel-4 {
    left: 20px;
    top: 580px;
    background: url(images/oem/grid/hydraulic.jpg) center center no-repeat;
    background-size: cover; }
  .nav-grid-oem .nav-grid-panel-5 {
    display: none; }
  .nav-grid-oem .nav-grid-panel-6 {
    display: none; }
  @media (min-width: 600px) {
    .nav-grid-oem .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 600px;
      height: 1160px; }
    .nav-grid-oem .nav-grid-panel {
      width: 280px;
      height: 280px;
      position: absolute; }
      .nav-grid-oem .nav-grid-panel a {
        font-size: 2.25em; }
    .nav-grid-oem .nav-grid-panel-1 {
      left: 300px;
      top: 300px;
      background: url(images/oem/grid/polaris.jpg) center center no-repeat;
      background-size: cover;
      display: block; }
    .nav-grid-oem .nav-grid-panel-2 {
      left: 20px;
      top: 20px;
      width: 560px; }
    .nav-grid-oem .nav-grid-panel-3 {
      left: 20px;
      top: 300px;
      height: 560px; }
    .nav-grid-oem .nav-grid-panel-4 {
      left: 20px;
      top: 860px;
      width: 560px; }
    .nav-grid-oem .nav-grid-panel-5 {
      left: 300px;
      top: 580px;
      background: url(images/oem/grid/aston.jpg) center center no-repeat;
      background-size: cover;
      display: block; } }
  @media (min-width: 768px) {
    .nav-grid-oem .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 768px;
      height: 768px; }
    .nav-grid-oem .nav-grid-panel {
      width: 246px;
      height: 246px;
      position: absolute; }
    .nav-grid-oem .nav-grid-panel-1 {
      left: 15px;
      top: 15px; }
      .nav-grid-oem .nav-grid-panel-1 a {
        font-size: 2.875em; }
    .nav-grid-oem .nav-grid-panel-2 {
      left: 261px;
      top: 15px;
      width: 492px; }
    .nav-grid-oem .nav-grid-panel-3 {
      left: 15px;
      top: 261px;
      height: 492px; }
    .nav-grid-oem .nav-grid-panel-4 {
      left: 261px;
      top: 261px;
      width: 492px; }
    .nav-grid-oem .nav-grid-panel-5 {
      left: 261px;
      top: 507px; }
    .nav-grid-oem .nav-grid-panel-6 {
      left: 507px;
      top: 507px;
      background: url(images/performance/grid/green-ford.jpg) center center no-repeat;
      background-size: cover;
      display: block; } }
  @media (min-width: 870px) {
    .nav-grid-oem .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 870px;
      height: 870px; }
    .nav-grid-oem .nav-grid-panel {
      width: 280px;
      height: 280px;
      position: absolute;
      transition: all 0.2s ease; }
      .nav-grid-oem .nav-grid-panel a {
        font-size: 2.8125em; }
    .nav-grid-oem .nav-grid-panel-1 {
      left: 15px;
      top: 15px; }
    .nav-grid-oem .nav-grid-panel-2 {
      left: 295px;
      top: 15px;
      width: 560px;
      background-size: 100%; }
      .nav-grid-oem .nav-grid-panel-2:hover {
        background-size: 105%; }
    .nav-grid-oem .nav-grid-panel-3 {
      left: 15px;
      top: 295px;
      height: 560px;
      background-size: 100%; }
      .nav-grid-oem .nav-grid-panel-3:hover {
        background-size: 105%; }
    .nav-grid-oem .nav-grid-panel-4 {
      left: 295px;
      top: 295px;
      width: 560px;
      background-size: 100%; }
      .nav-grid-oem .nav-grid-panel-4:hover {
        background-size: 105%; }
    .nav-grid-oem .nav-grid-panel-5 {
      left: 295px;
      top: 575px; }
    .nav-grid-oem .nav-grid-panel-6 {
      left: 575px;
      top: 575px;
      background-size: 100%; } }
  @media (min-width: 1150px) {
    .nav-grid-oem .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 1150px;
      height: 620px; }
    .nav-grid-oem .nav-grid-panel {
      width: 280px;
      height: 280px;
      position: absolute; }
    .nav-grid-oem .nav-grid-panel-1 {
      left: 15px;
      top: 30px; }
    .nav-grid-oem .nav-grid-panel-2 {
      left: 295px;
      top: 30px;
      width: 560px; }
    .nav-grid-oem .nav-grid-panel-3 {
      left: 855px;
      top: 30px;
      height: 560px; }
    .nav-grid-oem .nav-grid-panel-4 {
      left: 15px;
      top: 310px;
      width: 560px; }
    .nav-grid-oem .nav-grid-panel-5 {
      left: 575px;
      top: 310px; }
    .nav-grid-oem .nav-grid-panel-6 {
      display: none; } }

.nav-grid-motorsport {
  background: #f3e3e3;
  /*  
  	1 Column layout
  	Screen : 320px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  */
  /*  
  	2 Column layout
  	Screen : 600 px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  */
  /*  
  	3 Column layout
  	Screen : 768 px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  	
  	246 + 246 + 246 + 15 + 15
  */
  /*  
  	3 Column layout
  	Screen : 870 px +
  	Content wrapper width: 280px
  	panel w : 280px;
  	panel h : 280px;
  	
  	280 + 280 + 280 + 15 + 15
  */
  /*  
  	4 Column layout
  	Screen : 1150 px +
  	Content wrapper width: 1150px
  	panel w : 280px;
  	panel h : 280px;
  	
  	280 + 280 + 280 + 280 + 15 + 15
  */ }
  .nav-grid-motorsport .grid-wrapper {
    margin: 0 auto;
    position: relative;
    width: 320px;
    height: 600px; }
  .nav-grid-motorsport .nav-grid-panel {
    width: 280px;
    height: 280px;
    position: absolute;
    transition: all 0.7s ease; }
    .nav-grid-motorsport .nav-grid-panel a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 40px 20px 20px 30px;
      font-size: 1.625em;
      line-height: 1em;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #FFF; }
      .nav-grid-motorsport .nav-grid-panel a:hover {
        background-color: rgba(188, 30, 30, 0.2);
        box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.8); }
  .nav-grid-motorsport .nav-grid-panel-6 {
    display: none; }
  .nav-grid-motorsport .nav-grid-panel-7 {
    left: 20px;
    top: 20px;
    background: url(images/motorsport/grid/aston-martin-racing.jpg) center top no-repeat;
    background-size: cover; }
  .nav-grid-motorsport .nav-grid-panel-8 {
    left: 20px;
    top: 300px;
    background: url(images/motorsport/grid/lorry.jpg) left bottom no-repeat;
    background-size: cover; }
  .nav-grid-motorsport .nav-grid-panel-9 {
    display: none; }
  @media (min-width: 600px) {
    .nav-grid-motorsport .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 600px;
      height: 1160px; }
    .nav-grid-motorsport .nav-grid-panel {
      width: 280px;
      height: 280px;
      position: absolute; }
      .nav-grid-motorsport .nav-grid-panel a {
        font-size: 2.25em; }
    .nav-grid-motorsport .nav-grid-panel-6 {
      left: 20px;
      top: 580px;
      height: 560px;
      background: url(images/motorsport/grid/aston.jpg) center center no-repeat;
      background-size: cover;
      display: block; }
    .nav-grid-motorsport .nav-grid-panel-7 {
      left: 20px;
      top: 20px;
      width: 560px; }
    .nav-grid-motorsport .nav-grid-panel-8 {
      left: 20px;
      top: 300px;
      width: 560px; }
    .nav-grid-motorsport .nav-grid-panel-9 {
      left: 300px;
      top: 580px;
      height: 560px;
      background: url(images/motorsport/grid/billy.jpg) center center no-repeat;
      background-size: cover;
      display: block; } }
  @media (min-width: 768px) {
    .nav-grid-motorsport .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 768px;
      height: 522px; }
    .nav-grid-motorsport .nav-grid-panel {
      width: 246px;
      height: 246px;
      position: absolute; }
    .nav-grid-motorsport .nav-grid-panel-6 {
      left: 15px;
      top: 15px;
      height: 246px;
      background-position: 0 -200px; }
    .nav-grid-motorsport .nav-grid-panel-7 {
      left: 261px;
      top: 15px;
      width: 492px; }
    .nav-grid-motorsport .nav-grid-panel-8 {
      left: 15px;
      top: 261px;
      width: 492px; }
    .nav-grid-motorsport .nav-grid-panel-9 {
      left: 507px;
      top: 261px;
      height: 246px;
      background-position: 0 -30px; } }
  @media (min-width: 870px) {
    .nav-grid-motorsport .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 870px;
      height: 590px; }
    .nav-grid-motorsport .nav-grid-panel {
      width: 280px;
      height: 280px;
      position: absolute;
      transition: all 0.2s ease; }
      .nav-grid-motorsport .nav-grid-panel a {
        font-size: 2.8125em; }
    .nav-grid-motorsport .nav-grid-panel-6 {
      left: 15px;
      top: 15px;
      height: 280px;
      background-size: 100%; }
    .nav-grid-motorsport .nav-grid-panel-7 {
      left: 295px;
      top: 15px;
      width: 560px;
      background-size: 100%; }
      .nav-grid-motorsport .nav-grid-panel-7:hover {
        background-size: 105%; }
    .nav-grid-motorsport .nav-grid-panel-8 {
      left: 15px;
      top: 295px;
      width: 560px;
      background-size: 100%;
      background-position: center center; }
      .nav-grid-motorsport .nav-grid-panel-8:hover {
        background-size: 105%; }
    .nav-grid-motorsport .nav-grid-panel-9 {
      left: 575px;
      top: 295px;
      height: 280px; } }
  @media (min-width: 1150px) {
    .nav-grid-motorsport .grid-wrapper {
      margin: 0 auto;
      position: relative;
      width: 1150px;
      height: 620px; }
    .nav-grid-motorsport .nav-grid-panel {
      width: 280px;
      height: 280px;
      position: absolute; }
    .nav-grid-motorsport .nav-grid-panel-6 {
      left: 15px;
      top: 30px;
      height: 560px;
      background-position: center center; }
    .nav-grid-motorsport .nav-grid-panel-7 {
      left: 295px;
      top: 30px;
      width: 560px; }
    .nav-grid-motorsport .nav-grid-panel-8 {
      left: 295px;
      top: 310px;
      width: 560px; }
    .nav-grid-motorsport .nav-grid-panel-9 {
      left: 855px;
      top: 30px;
      height: 560px;
      background-position: center center; } }

.search h1 {
  background: #3d3d3d; }
.search article {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 20px; }
.search h2 {
  font-size: 1.5625em; }

.pagination {
  padding: 20px 0;
  clear: both; }
  .pagination h2 {
    display: none; }
  .pagination .page-numbers {
    padding-right: 10px; }

/* ==========================================================================
   Careers
   ========================================================================== */
.careers-intro {
  text-align: center; }

.jobs-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: flex-start; }

.panel-jobs {
  background: #F7F7F7;
  border: 1px solid #EFEFEF;
  padding: 0 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .panel-jobs {
      width: 48%;
      display: inline-block;
      margin: 1%; } }
  .panel-jobs h2 {
    margin-bottom: 10px;
    text-transform: inherit; }
  .panel-jobs p {
    font-size: 0.875em; }
  .panel-jobs li {
    font-size: 0.875em; }

.panel-apply {
  padding: 15px;
  background: #fff;
  border: 1px solid #EFEFEF; }

.no-flexbox .jobs-holder {
  display: block; }
@media (min-width: 768px) {
  .no-flexbox .panel-jobs {
    width: 48%;
    display: block;
    margin: 1%;
    float: left; }
    .no-flexbox .panel-jobs:nth-child(3) {
      clear: both; } }

/*# sourceMappingURL=style.css.map */
