@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,700);
.clear {
  clear: both;
  height: 0;
}

.clear-left {
  clear: left;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

span.middle-align {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.copy-special h1, .copy-special h2, .copy-special h3 {
  color: #505254;
  text-transform: uppercase;
}
.copy-special p {
  padding: 0 10%;
}
@media (min-width: 992px) {
  .copy-special p {
    padding: 0 20%;
  }
}

.copy-standard p, .copy-special p {
  font-size: 18px;
  line-height: 18px;
  color: #505254;
  font-weight: 200;
}

header {
  background: #fff;
  text-transform: uppercase;
}
header .logo {
  line-height: 140px;
}
header .logo img {
  max-width: 80%;
  height: auto;
}
header li {
  display: inline-block;
  padding: 0 17px;
}
header li.selected a {
  border-top: 1px solid #806513;
}
header #search-link {
  padding: 0;
  margin-left: 17px;
}
header #search-link a {
  height: 46px;
  width: 46px;
  border-top: none;
  background: url("../../images/layout/icon-search.png") no-repeat center center;
}
header #search-link a:hover {
  background-image: url("../../images/layout/icon-search-hover.png");
}
header nav {
  display: none;
  text-align: right;
  margin-top: 49px;
}
@media (min-width: 992px) {
  header nav {
    display: block;
  }
}
header nav a {
  font: 15px/15px "Montserrat", sans-serif;
  color: #505254;
  line-height: 48px;
  display: inline-block;
}
header nav a:hover {
  color: #ad8712;
  text-decoration: none;
}
header .sub-main {
  background: #131e39 url("../../images/layout/bg-subheader-cambridge.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  letter-spacing: 6px;
  font-size: 20px;
  line-height: 28px;
}
header .sub-main .sub-title {
  padding: 40px 0;
}
header .sub-main .sub-title.has-intro {
  padding: 110px 0;
}
header .sub-main .lead, header .sub-main .alt {
  float: left;
}
@media (min-width: 768px) {
  header .sub-main .lead {
    margin-right: 60px;
  }
}
header .sub-main .alt {
  font-size: 16px;
  letter-spacing: initial;
}
header .sub-main .has-intro {
  text-align: center;
  background: url("../../images/layout/logo-cambridge_lion-gold_outline.png") no-repeat center center;
}

footer {
  background: #131e39;
  color: #adaeb1;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
footer .logo {
  margin-left: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .logo {
    margin-left: 0;
    text-align: left;
  }
}
footer li {
  padding: 0 10px;
}
@media (min-width: 768px) {
  footer li {
    float: left;
    display: inline-block;
  }
}
footer li.special a {
  color: #82bef3;
}
footer nav {
  text-align: center;
  line-height: 30px;
}
@media (min-width: 768px) {
  footer nav {
    float: right;
    text-align: right;
  }
}
@media (min-width: 992px) {
  footer nav {
    line-height: 72px;
    margin-top: 0;
  }
}
footer nav a {
  color: #adaeb1;
  display: inline-block;
  line-height: initial;
}
footer nav a:hover {
  color: #ad8712;
  text-decoration: none;
}

.sidebar {
  font-family: "Montserrat", sans-serif;
}
.sidebar li {
  padding: 6px 0;
}
.sidebar .level-1 > a {
  font-size: 18px;
  font-weight: bold;
  color: #131e39;
  text-transform: uppercase;
}
.sidebar .level-1 {
  padding: 6px 0;
  margin-bottom: 6px;
}
.sidebar .level-2 > a {
  text-transform: uppercase;
}
.sidebar .level-2 a {
  color: #505254;
  font-weight: normal;
}
.sidebar a:hover, .sidebar .here > a, .sidebar .parent-here > a {
  text-decoration: none;
  color: #ad8712;
}

.button {
  display: inline-block;
  padding: 16px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.button.gold {
  background-color: #ad8712;
  color: #fff;
}
.button.gold:hover {
  text-decoration: none;
  background-color: #dca507;
}

.form label {
  display: block;
  text-align: center;
  width: 100%;
}
.form input {
  width: 220px;
}
.form .errors {
  color: #ad8712;
}

#cd-nav ul {
  display: none;
  /* mobile first */
  position: fixed;
  width: 90%;
  max-width: 400px;
  right: 5%;
  top: 51px;
  border-radius: 0.25em;
  border: 2px solid #ad8712;
  background: white;
  visibility: hidden;
  /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
  overflow: hidden;
  z-index: 100;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
  text-transform: uppercase;
}

#cd-nav ul li {
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#cd-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
}

#cd-nav ul.is-visible li:nth-child(1) {
  /* list items animation */
  -webkit-animation: cd-slide-in 0.2s;
  -moz-animation: cd-slide-in 0.2s;
  animation: cd-slide-in 0.2s;
}

#cd-nav ul.is-visible li:nth-child(2) {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}

#cd-nav ul.is-visible li:nth-child(3) {
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;
}

#cd-nav ul.is-visible li:nth-child(4) {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}

#cd-nav ul.is-visible li:nth-child(5) {
  -webkit-animation: cd-slide-in 0.6s;
  -moz-animation: cd-slide-in 0.6s;
  animation: cd-slide-in 0.6s;
}

#cd-nav li a {
  display: block;
  padding: 1.4em;
  border-bottom: 1px solid #eff2f6;
  font: 15px/15px "Montserrat", sans-serif;
  color: #505254;
}
#cd-nav li a:hover {
  color: #ad8712;
  text-decoration: none;
}

#cd-nav li:last-child a {
  border-bottom: none;
}

.cd-nav-trigger {
  position: fixed;
  top: 51px;
  right: 5%;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 0.25em;
  border: 2px solid #ad8712;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 200;
}
@media (min-width: 992px) {
  .cd-nav-trigger {
    visibility: hidden;
  }
}

.cd-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #ad8712;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
}

.cd-nav-trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.cd-nav-trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.cd-nav-trigger.menu-is-open {
  box-shadow: none;
}

.cd-nav-trigger.menu-is-open span {
  background: rgba(232, 74, 100, 0);
}

.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
  background: #ad8712;
}

.cd-nav-trigger.menu-is-open span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 22px;
  background: url("../../images/layout/icons-slider-arrows-blue-sprite.png") no-repeat left bottom;
}

.bx-wrapper .bx-next {
  right: 22px;
  background: url("../../images/layout/icons-slider-arrows-blue-sprite.png") no-repeat right bottom;
}

.bx-wrapper .bx-prev:hover {
  background-position: left top;
}

.bx-wrapper .bx-next:hover {
  background-position: right top;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 46px;
  height: 46px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.product-template ul.bxslider {
  height: 100%;
  text-align: center;
}
.product-template .bx-wrapper {
  background: #fff;
  margin: 0;
}
.product-template .bx-wrapper li {
  height: 100%;
  padding: 10px;
}
.product-template .bx-pager {
  margin-top: 12px;
}
.product-template .bx-pager a {
  margin-bottom: 10px;
  background: #fff;
  float: left;
  margin-right: 10px;
  padding: 2px;
  height: 80px;
  width: 80px;
}
.product-template .bx-pager a:hover {
  border: 2px solid #ad8712;
  padding: 0;
}

.home {
  text-align: center;
}
.home .product-box {
  position: relative;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .home .product-box {
    margin: 50px auto;
    margin-bottom: 0;
  }
}
.home .product-box a {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 150px;
  text-align: center;
  line-height: 150px;
  background-color: rgba(19, 30, 57, 0.5);
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
}
.home .product-box a:hover {
  text-decoration: none;
  background-color: rgba(19, 30, 57, 0.8);
}
@media (min-width: 768px) {
  .home .product-box a {
    height: 240px;
    line-height: 240px;
  }
}
.home .product-box .inner-border {
  position: absolute;
  display: block;
  width: 84%;
  height: 84%;
  top: 8%;
  left: 8%;
  border: 1px solid #fff;
  z-index: 2;
}
.home.brands, .home.selection {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (min-width: 768px) {
  .home.brands, .home.selection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.home .brand {
  margin-top: 30px;
}
.home .brand img {
  max-width: 240px;
}
@media (min-width: 768px) {
  .home.brands, .home.selection {
    padding-top: 32px;
    padding-bottom: 50px;
  }
  .home .brand {
    margin-top: 30px;
    height: 100px;
  }
  .home .brand:nth-child(3) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .home .brand:nth-child(3) {
    clear: none;
  }
}
.home h1, .home h2, .home h3, .home h4 {
  letter-spacing: 6px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.customise-pen {
  text-align: left;
}
@media (min-width: 768px) {
  .customise-pen .text {
    float: right;
  }
  .customise-pen .image {
    float: left;
  }
}
.customise-pen .text {
  padding-top: 30px;
}

.container-fluid.customise-pen-fluid {
  background: #fff;
}
.container-fluid.customise-pen-fluid > .container {
  padding-top: 0;
  padding-bottom: 0;
}

/*
    Products
 */
@media (min-width: 768px) {
  .product-template .sidebar {
    float: left;
  }
  .product-template .product-content {
    float: right;
  }
}
.product-template h2.title, .product-template h3.title {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  letter-spacing: 6px;
  text-align: center;
  margin-top: 7px;
  text-transform: uppercase;
}
.product-template h2.title a {
  color: #131e39;
}
.product-template h2.title a:hover {
  text-decoration: none;
  color: #ad8712;
}
.product-template h2.title {
  font-size: 20px;
  line-height: 20px;
}
.product-template h3.title {
  font-size: 16px;
  line-height: 16px;
}
.product-template h2.not-found, .product-template h3.not-found {
  margin: 40px 0;
}
.product-template ul.children {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .product-template ul.children {
    font-size: 18px;
  }
}
.product-template ul.children li {
  float: left;
  margin-bottom: 30px;
}
.product-template ul.children li:nth-child(2n+1) {
  clear: left;
}
@media (min-width: 992px) {
  .product-template ul.children li:nth-child(2n+1) {
    clear: initial;
  }
  .product-template ul.children li:nth-child(3n+1) {
    clear: left;
  }
}
.product-template ul.children li.search-result:nth-child(3n+1) {
  clear: initial;
}
.product-template ul.children li.search-result:nth-child(2n+1) {
  clear: left;
}
@media (min-width: 768px) {
  .product-template ul.children li.search-result:nth-child(3n+1) {
    clear: initial;
  }
  .product-template ul.children li.search-result:nth-child(2n+1) {
    clear: initial;
  }
  .product-template ul.children li.search-result:nth-child(4n+1) {
    clear: left;
  }
}
.product-template ul.children li a {
  position: relative;
  width: 100%;
  display: block;
  color: #505254;
  background: #fff;
}
.product-template ul.children li a.title {
  display: inline-block;
  margin-top: 2px;
  padding: 9px 6px;
}
.product-template ul.children li a.image:before {
  content: "";
  display: block;
  padding-top: 84%;
}
.product-template ul.children li a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.product-template ul.children li:hover a.title {
  background: #131e39;
  text-decoration: none;
  color: #fff;
}

.product h1.title {
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #131e39;
  font-weight: normal;
  line-height: 72px;
  letter-spacing: 6px;
  background: #fff;
  margin: 0;
}
.product .product-image-gallery {
  margin: 2px 0;
}
.product .product-image-gallery li.first {
  display: inherit;
}
.product .content-group {
  background: #fff;
  margin-top: 2px;
}
.product .content {
  color: #505254;
}
.product .content .has-sub-sidebar {
  border-right: 2px solid #f7f7f7;
  margin-left: -2px;
}
.product .content img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
  padding: 15px 0;
}
.product .content table {
  margin: 30px 0;
  border-spacing: 2px;
  border-collapse: separate;
}
.product .content .table-responsive {
  border: none !important;
}
.product .content th {
  background: #ad8712;
  color: #fff;
  font-weight: normal;
}
.product .content td, .product .content th {
  border: none;
}
.product .content tr:nth-child(odd) > td {
  background-color: #e4e7eb;
}
.product .content tr:nth-child(even) > td {
  background-color: #f3f6f9;
}
.product .content .wygwam {
  margin: 15px 0;
}
.product .content ul {
  list-style-type: disc;
}
.product .content ul, .product .content ol {
  padding-left: 20px;
}
.product .content .content-elements {
  padding: 30px 25px;
}
.product .content h2, .product .content h3 {
  color: #131e39;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
}
.product .content .categories .images {
  padding: 0;
}
.product .content .categories .images li {
  list-style-type: none;
}
.product .related-products .title {
  color: #131e39;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  margin: 30px 0;
}
.product .sub-sidebar {
  padding: 25px 15px;
}
.product .sub-sidebar .subtitle {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #131e39;
  text-transform: uppercase;
  margin: 32px 0 8px 0;
}
.product .sub-sidebar .first {
  margin-top: 0;
}
.product .downloads a {
  color: #ad8712;
  font-size: 16px;
}
.product .downloads a:hover {
  text-decoration: none;
  color: #131e39;
}
.product .edit-link {
  margin-top: 30px;
  display: block;
}
.product a.download {
  background: url("../../images/layout/icon-file-download-gold.png") no-repeat left center;
  padding-left: 24px;
  display: inline-block;
  height: 24px;
  margin-bottom: 10px;
}

#share-buttons a {
  background: url("../../images/layout/sprite_social.png") no-repeat 0 0;
  background-size: auto 200%;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  box-shadow: 0;
  display: inline-block;
}
#share-buttons a.facebook {
  background-position: 0 0;
}
#share-buttons a.facebook:hover {
  background-position: 0 100%;
}
#share-buttons a.twitter {
  background-position: -26px 0;
}
#share-buttons a.twitter:hover {
  background-position: -26px 100%;
}
#share-buttons a.gplus {
  background-position: -52px 0;
}
#share-buttons a.gplus:hover {
  background-position: -52px 100%;
}
#share-buttons a.linkedin {
  background-position: -78px 0;
}
#share-buttons a.linkedin:hover {
  background-position: -78px 100%;
}
#share-buttons a.pinterest {
  background-position: -104px 0;
}
#share-buttons a.pinterest:hover {
  background-position: -104px 100%;
}
#share-buttons a.mail {
  background-position: -130px 0;
}
#share-buttons a.mail:hover {
  background-position: -130px 100%;
}

fieldset {
  border: none;
  padding: 30px 15px;
  width: 100%;
}
fieldset input[type="text"], fieldset input[type="search"] {
  float: left;
  width: 66%;
  padding: 5px;
}
@media (min-width: 768px) {
  fieldset input[type="text"], fieldset input[type="search"] {
    width: 75%;
  }
}
fieldset input[type="submit"], fieldset button[type="submit"] {
  float: right;
  width: 25%;
  padding: 7px;
}
@media (min-width: 768px) {
  fieldset input[type="submit"], fieldset button[type="submit"] {
    width: 19%;
  }
}

body {
  background: #131e39;
}

.layer-content {
  background: #f7f7f7;
}

.layer-content > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}