@-webkit-keyframes slightshake {
  0% {
    -webkit-transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-2px); }
  20% {
    -webkit-transform: translateX(2px); }
  30% {
    -webkit-transform: translateX(-2px); }
  40% {
    -webkit-transform: translateX(2px); }
  50% {
    -webkit-transform: translateX(-2px); }
  60% {
    -webkit-transform: translateX(2px); }
  70% {
    -webkit-transform: translateX(-2px); }
  80% {
    -webkit-transform: translateX(2px); }
  90% {
    -webkit-transform: translateX(-2px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes slightshake {
  0% {
    -moz-transform: translateX(0); }
  10% {
    -moz-transform: translateX(-2px); }
  20% {
    -moz-transform: translateX(2px); }
  30% {
    -moz-transform: translateX(-2px); }
  40% {
    -moz-transform: translateX(2px); }
  50% {
    -moz-transform: translateX(-2px); }
  60% {
    -moz-transform: translateX(2px); }
  70% {
    -moz-transform: translateX(-2px); }
  80% {
    -moz-transform: translateX(2px); }
  90% {
    -moz-transform: translateX(-2px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes slightshake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px); }
  20% {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px); }
  30% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px); }
  40% {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px); }
  50% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px); }
  60% {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px); }
  70% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px); }
  80% {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px); }
  90% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/*************typography*****/
h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  color: #4a4a3f;
  font-weight: 700;
  border-bottom: solid 1px #DFDFDF;
  padding-bottom: 0.5em; }

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  color: #4a4a3f;
  font-weight: 700; }

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #4a4a3f;
  font-weight: 700; }

h3.news {
  color: #d01141;
  margin-bottom: 0.3125em; }
  h3.news a {
    color: #d01141; }

.article-image {
  float: right;
  margin-left: 1.25em;
  margin-bottom: 1.25em; }
  @media screen and (max-width: 620px) {
    .article-image {
      float: none;
      display: block;
      margin-left: 0;
      margin-bottom: 0; } }

p.news-summary {
  margin-top: 0.3125em; }

body.blue h3.news {
  color: #3281b8; }
  body.blue h3.news a {
    color: #3281b8; }

.white-text {
  color: #ffffff; }

/*
h1 {margin: 0; font-size: 3.75em; line-height: 1.2em; margin-bottom: 0.4em} /* 60px / 72px */
/*h2 {margin: 0; font-size: 3em; line-height: 1em; margin-bottom: 0.5em} /* 48px / 48px */
/*h3 {margin: 0; font-size: 2.25em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.6667em} /* 36px / 48px */
/*h5 {margin: 0; font-size: 1.3125em; line-height: 1.1428571428571428571428571428571em; margin-bottom: 1.1428571428571428571428571428571em} /* 21px / 24px */
/*h6 {margin: 0; font-size: 1.125em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 1.3333333333333333333333333333333em} /* 18px / 24px */
p {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.9375em;
  color: #4a4a3f;
  line-height: 1.375em;
  margin-top: 1.25em;
  font-weight: 400; }

p.no-margin {
  margin-bottom: 0; }

p.date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #4a4a3f;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0; }

hr {
  border: 0;
  height: 0px;
  background: #DFDFDF; }

.flexslider {
  width: 100%; }

.home-slider .flex-control-nav {
  background: url(../images/website/bgd_repeat.png) top left repeat-y, url(../images/website/bgd_repeat_right.png) top right repeat-y, #f4f4f4; }

.flexslider.short-banner {
  margin-bottom: 0; }

.flexslider-nested {
  width: 85%;
  border: solid 10px #ffffff;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  float: right; }
  .flexslider-nested li {
    display: none; }
  .flexslider-nested .flex-control-nav {
    display: block;
    position: absolute;
    right: 0;
    width: auto;
    background-color: transparent;
    bottom: -60px;
    height: 60px; }
    .flexslider-nested .flex-control-nav li {
      padding-top: 20px; }
  .flexslider-nested h2 {
    font-family: "myriad-pro",sans-serif;
    position: absolute;
    top: 0;
    color: #ffffff;
    background-color: #4a4a3f;
    line-height: 1.5em;
    padding: 0.3125em;
    font-size: 1.875em;
    font-weight: 400;
    opacity: 0.9;
    z-index: 20; }
  .flexslider-nested .cta, .flexslider-nested .cta-block {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 20; }
  .flexslider-nested .cta.gallery-link, .flexslider-nested .gallery-link.cta-block {
    display: block;
    height: auto; }
  @media screen and (max-width: 620px) {
    .flexslider-nested {
      float: none;
      width: 100%; } }

.flex-direction-nav {
  display: none; }

.flexslider-product-gallery {
  width: 100%; }
  .flexslider-product-gallery .flex-control-nav {
    display: block;
    position: relative;
    right: 0;
    width: auto;
    background-color: transparent;
    bottom: 0; }
  .flexslider-product-gallery .flex-direction-nav {
    display: block; }
    .flexslider-product-gallery .flex-direction-nav a {
      background: #215d87 url(../images/website/nav-arrow.png) no-repeat;
      opacity: 1;
      width: 26px;
      height: 55px;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -o-transition: opacity 0.5s; }
    .flexslider-product-gallery .flex-direction-nav .flex-next {
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH"; }

.clear {
  clear: both; }

.cta, .cta-block {
  background: #d01141;
  color: #ffffff;
  padding: 0.625em 0.9375em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  font-weight: 700; }

.submit-button {
  width: 264px !important;
  height: 35px !important;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }
  .submit-button:hover {
    opacity: 0.8; }

.provide-cta {
  background: url("../images/website/further-details.jpg") no-repeat;
  width: 265px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }
  .provide-cta:hover {
    opacity: 0.8; }

.secondary-cta {
  background: #8a8a8a;
  color: #ffffff;
  padding: 0.625em 0.9375em;
  font-family: "proxima-nova",sans-serif;
  font-size: 1em;
  font-weight: 300;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 200px;
  cursor: pointer;
  text-align: center;
  position: relative; }
  .secondary-cta span {
    padding-right: 40px; }
  .secondary-cta .triangle-wrapper {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #4a4a3f;
    width: 30px;
    height: 30px; }
  .secondary-cta .triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 8px;
    top: 9px; }
  .secondary-cta:hover {
    background: #a4a4a4; }

.news-cta {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-weight: 700; }

.cta-block {
  display: block;
  float: left;
  margin-top: 1.25em; }

.cta:hover, .cta-block:hover {
  background-color: #e81348;
  color: white; }

button {
  background: #d01141;
  color: #ffffff;
  padding: 0.625em 0.9375em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  font-weight: 700;
  border: 0; }
  button:hover {
    background-color: #e81348;
    color: white; }

body.blue input[type="submit"] {
  background-color: #215d87; }
  body.blue input[type="submit"]:hover {
    background-color: #266b9b;
    color: #e2eff8;
    cursor: pointer; }

input[type="submit"] {
  background-color: #d01141;
  border: none;
  padding: 0.3125em 0.625em;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  font-weight: 700;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  width: 35px; }

form input.error {
  background: #fa98a5; }

form {
  margin-top: 1.25em; }

input[type="submit"]:hover {
  background-color: #e81348;
  color: white;
  cursor: pointer; }

input[type="text"], input[type="password"], input[type="email"] {
  border: 3px solid #f4f4f4;
  outline: 1px solid #d8d8d8;
  height: 2em;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  color: #4a483f;
  width: 200px;
  font-size: 0.8125em;
  padding: 0.1875em;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
  background-color: #c6dff0; }

textarea {
  border: 3px solid #f4f4f4;
  outline: 1px solid #d8d8d8;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  color: #4a483f;
  width: 60%;
  font-size: 0.8125em;
  padding: 0.1875em;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }

textarea:focus {
  background-color: #c6dff0; }

.login-form label {
  margin-bottom: 0.625em;
  font-family: 'PT Sans', sans-serif; }
.login-form input[type="text"] {
  width: 100%;
  margin-bottom: 0.625em;
  margin-top: 0.3125em; }
.login-form input[type="submit"] {
  width: 100px; }
.login-form input[type="password"] {
  width: 100%;
  margin-top: 0.3125em; }
.login-form textarea {
  width: 100%; }
.login-form label.error {
  color: #bc0a21;
  font-size: 0.75em;
  margin-bottom: 0.3125em;
  display: block; }
.login-form textarea.error {
  background: #fa98a5; }

a {
  -webkit-font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #4a4a3f;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }
  a img {
    position: relative;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    display: block;
    -webkit-backface-visibility: hidden; }
  a:hover img {
    opacity: .8; }

a.text-link {
  font-family: 'PT Sans', sans-serif;
  color: #4a4a3f;
  font-size: 0.8125em;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }
  a.text-link img {
    position: relative;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    display: block;
    -webkit-backface-visibility: hidden; }
  a.text-link:hover img {
    opacity: .8; }

.light {
  transition: color 0.5s ease; }

.light:hover {
  color: #e0e0db; }

body.blue .banner {
  background: #3281b8; }
  body.blue .banner .arrow-bar {
    background: #215d87 url(../images/website/cta-arrow.png) no-repeat;
    width: 25px;
    height: 70%;
    position: absolute;
    top: 15%;
    right: 15px;
    background-position: 50% 50%; }

.home .downloads-banner {
  margin-top: 1.875em; }

.banner {
  background: #d01141;
  padding: 10px;
  position: relative;
  -webkit-font-smoothing: antialiased; }
  .banner h1 {
    color: #ffffff;
    font-family: "proxima-nova",sans-serif;
    font-weight: 300;
    width: 85%;
    font-size: 34px;
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 0; }
  .banner p {
    margin-top: 0; }
  .banner a {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .banner .arrow-bar {
    width: 25px;
    height: 100px;
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    background: #bc0a21 url(../images/website/cta-arrow.png) no-repeat;
    background-position: 50% 50%; }

.tall-banner {
  margin-top: 0; }

.tall-banner .arrow-bar {
  height: 110px;
  top: 20px; }
  @media screen and (max-width: 600px) {
    .tall-banner .arrow-bar {
      height: 100px;
      top: 15px; } }

.downloads-banner {
  margin-top: 0.625em; }

.banner:hover .arrow-bar {
  -webkit-animation: pulse 0.3s 2;
  -moz-animation: pulse 0.3s 2;
  animation: pulse 0.3s 2; }

.margin-top {
  margin-top: 1.25em; }

body {
  margin: 0;
  background: #2f353e; }
  @media screen and (max-width: 1300px) {
    body {
      background: #ffffff; } }

a {
  text-decoration: none; }

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

li {
  display: list-item; }

.page-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  height: auto;
  position: relative;
  background: #ffffff; }

.grey {
  background: #f4f4f4; }

.slider-left-bgd {
  background: url("../images/website/bgd_repeat.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  height: 100%;
  width: 119px; }
  @media screen and (max-width: 960px) {
    .slider-left-bgd {
      display: none; } }

.slider-right-bgd {
  background: url("../images/website/bgd_repeat_right.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  height: 100%;
  width: 119px; }
  @media screen and (max-width: 960px) {
    .slider-right-bgd {
      display: none; } }

.left-bgd {
  background: url("../images/website/bgd_repeat.png");
  background-repeat: repeat-y;
  position: absolute;
  left: 0;
  height: 100%;
  width: 119px; }
  @media screen and (max-width: 960px) {
    .left-bgd {
      display: none; } }

.right-bgd {
  background: url("../images/website/bgd_repeat_right.png");
  background-repeat: repeat-y;
  position: absolute;
  right: 0;
  height: 100%;
  width: 119px; }
  @media screen and (max-width: 960px) {
    .right-bgd {
      display: none; } }

.white {
  background-color: #ffffff; }

.dark-grey {
  background-color: #555555; }

.row-wrapper.top-padding {
  padding-top: 2.5em; }

.row-wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 960px) {
    .row-wrapper {
      width: 100%;
      padding-left: 4%;
      padding-right: 4%; } }

/**************************************************************
	Responsive Navigation
**************************************************************/
@media screen and (max-width: 960px) {
  .main-nav {
    display: none; } }
#responsive-nav-wrapper {
  width: 100%;
  text-align: left;
  background: #4a4a3f;
  display: none;
  margin-bottom: 1em; }

#responsive-nav {
  margin: auto;
  width: 95%; }

.toggleMenu {
  display: none;
  background: #666;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 1.5em; }
  .toggleMenu span {
    font-size: 0.75em;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    padding: 0px 5px 5px 5px; }

.nav {
  list-style: none;
  *zoom: 1;
  background: #4a4a3f; }

.nav:before,
.nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.nav ul {
  list-style: none;
  width: 9em; }

.nav a {
  padding: 20px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 0.875em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

.nav li {
  position: relative; }

.nav > li {
  float: left;
  border-top: 1px solid #505050;
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.nav > li > .parent {
  background-repeat: no-repeat;
  background-position: 95% 20%; }

.nav > li > a {
  display: block; }

.nav li ul {
  position: absolute;
  left: -9999px; }

.nav > li.hover > ul {
  left: 0; }

.nav li li.hover ul {
  left: 100%;
  top: 0; }

.nav li li a {
  display: block;
  background-color: #f7f7f7;
  color: #4a4a3f;
  position: relative;
  z-index: 100;
  border-top: 1px solid #e2e2e2;
  background-repeat: no-repeat;
  background-position: 10px;
  padding: 20px 25px; }

.nav li a:hover {
  color: #d01141; }

.nav li li a:hover {
  color: #4a4a3f; }

.nav li li li a {
  background: #ffffff;
  z-index: 200;
  border-top: 1px solid #e2e2e2;
  background-repeat: no-repeat;
  background-position: 10px; }

@media screen and (max-width: 855px) {
  .active {
    display: block; }

  .nav > li {
    float: none;
    background-image: none; }

  .nav > li > .parent {
    background-position: 50% 50%; }

  .nav > li > .parent {
    background-image: none; }

  .nav li .more {
    background-image: url("../images/website/down.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: right;
    width: 15%;
    padding: 8px 15px;
    margin: 10px 5px 10px 0px;
    cursor: pointer;
    z-index: 200;
    position: relative;
    height: 100%; }

  .nav ul {
    display: block;
    width: 100%; }

  .nav > li.hover > ul, .nav li li.hover ul {
    position: static; } }
@media screen and (max-width: 960px) {
  #responsive-nav-wrapper {
    display: block; }

  .responsive-nav {
    display: block; }

  #nav {
    display: none; } }
.col-third {
  width: 30.2%;
  float: left;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .col-third {
      width: 100%; } }

.col-two-thirds {
  width: 65%;
  margin-left: 4%;
  float: left;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .col-two-thirds {
      width: 100%;
      margin-left: 0; } }

.col-two-thirds-left {
  width: 65%;
  margin-right: 4%;
  float: left;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .col-two-thirds-left {
      width: 100%;
      margin-right: 0; } }

.col-third-right {
  width: 30.2%;
  float: left;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .col-third-right {
      width: 100%;
      margin-right: 0; } }

.grid-3.col-padding {
  padding-top: 1.875em;
  margin-top: 0; }

.grid-3.no-padding {
  padding-top: 0;
  margin-top: 0; }

.grid-3 {
  margin-top: 50px; }

.grid-3 .col {
  width: 30.2%;
  margin-left: 4.2%;
  float: left;
  margin-bottom: 30px; }
  .grid-3 .col img {
    margin-top: 0.625em;
    margin-bottom: 1.25em; }
    @media screen and (max-width: 300px) {
      .grid-3 .col img {
        width: 100%; } }
  .grid-3 .col img.responsive {
    width: 100%; }
  .grid-3 .col:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left; }

@media screen and (max-width: 900px) {
  /* change grid3 to 2-column */
  .grid-3 .col {
    width: 47.4%; }

  .grid-3 .col:nth-of-type(3n+1) {
    margin-left: 4.2%;
    clear: none; }

  .grid-3 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left; } }
@media screen and (max-width: 600px) {
  .col {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important; } }
.grid-2.col-padding {
  padding-top: 1.875em;
  margin-top: 0; }

.grid-2.no-padding {
  padding-top: 0;
  margin-top: 0; }

.grid-2.no-margin {
  margin-top: 0; }

.grid-2 {
  margin-top: 50px; }

.product-type-wrapper {
  margin-top: 1.25em;
  width: 47.4%;
  float: left;
  margin-left: 4.2%; }
  .product-type-wrapper:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left; }
  .product-type-wrapper p {
    text-align: left; }
  .product-type-wrapper img {
    margin: 0 0;
    width: 150px;
    height: auto; }
  .product-type-wrapper .cta-block {
    float: left; }
  @media screen and (max-width: 0px) {
    .product-type-wrapper {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .product-type-wrapper {
      width: 100%;
      margin-left: 0; } }

.hd-image img {
  margin: 0 0;
  width: 190px;
  height: auto; }

.grid-2 .col {
  width: 47.4%;
  margin-left: 4.2%;
  float: left;
  margin-bottom: 30px; }
  .grid-2 .col .about-us-image {
    display: block;
    margin: 0 auto; }
  .grid-2 .col img {
    margin-top: 0.625em; }
    @media screen and (max-width: 300px) {
      .grid-2 .col img {
        width: 100%; } }
  .grid-2 .col img.responsive {
    width: 100%; }
  .grid-2 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left; }

#picture1-more1 span {
  width: 300px; }

@media screen and (max-width: 900px) {
  /* change grid3 to 2-column */
  .grid-2 .col {
    width: 47.4%; }

  .grid-2 .col:nth-of-type(3n+1) {
    margin-left: 4.2%;
    clear: none; }

  .grid-2 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left; } }
@media screen and (max-width: 600px) {
  .col {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important; } }
.grid-3 .social-grid-item img {
  margin-top: 0;
  margin-bottom: 0.3125em; }

.social-grid-item {
  float: left;
  width: 50%;
  margin-top: 1.25em;
  margin-top: 1.25em; }
  .social-grid-item img {
    margin-bottom: 0.3125em;
    float: left; }
  .social-grid-item p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    font-weight: 700;
    float: left;
    padding-left: 0.625em;
    margin-top: 0.4375em;
    margin-bottom: 0;
    width: 6.5625em; }

.social-link {
  float: left;
  width: 100%;
  margin-top: 1.25em;
  margin-top: 1.25em; }
  .social-link img {
    margin-bottom: 0.3125em;
    width: 2.6875em;
    float: left; }
  .social-link p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    font-weight: 700;
    float: left;
    width: 70%;
    padding-top: 1.25em;
    padding-left: 0.625em;
    margin-top: 0; }

.two-col {
  -moz-column-count: 2;
  -moz-column-gap: 4%;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px; }
  .two-col p {
    margin-top: 0; }
  @media screen and (max-width: 960px) {
    .two-col {
      -moz-column-count: 1;
      -moz-column-gap: 0;
      -webkit-column-count: 1;
      -webkit-column-gap: 0; } }

.nested-list {
  list-style-type: square;
  list-style-position: inside; }
  .nested-list li {
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 0.625em;
    color: #4a4a3f; }

.logo {
  width: 15%;
  float: left;
  margin-top: 2.5em; }
  @media screen and (max-width: 960px) {
    .logo {
      width: 100%;
      margin: 0 auto;
      float: none; }
      .logo .logo-wrapper {
        margin: 0 auto;
        width: 169px; } }

.blue .quick-links ul li a:hover {
  color: #3281b8; }

.quick-links {
  width: 78%;
  float: right;
  margin-top: 1.25em; }
  .quick-links ul li {
    float: left;
    list-style: none; }
    .quick-links ul li a {
      font-size: 0.8125em;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      padding: 1.25em;
      color: #4a4a3f; }
      .quick-links ul li a:hover {
        color: #d01141; }
    .quick-links ul li .last {
      padding-right: 0; }
    @media screen and (max-width: 60em) {
      .quick-links ul li {
        display: none; } }
    @media screen and (max-width: 26.5625em) {
      .quick-links ul li {
        float: none;
        margin: 0 auto; }
        .quick-links ul li a {
          padding-left: 0;
          padding-right: 0; } }
  @media screen and (max-width: 60em) {
    .quick-links {
      width: 100%;
      margin: 0 auto;
      float: none;
      text-align: center; }
      .quick-links ul {
        margin: 0 auto;
        width: auto;
        float: none;
        display: inline-block; } }

body.blue #contact-number p.number {
  color: #3281b8; }
  body.blue #contact-number p.number a {
    color: #3281b8; }

#contact-number {
  float: right; }
  #contact-number p.number {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    color: #d01141;
    margin-top: 0;
    margin-bottom: 0; }
    #contact-number p.number a {
      color: #d01141; }
  #contact-number p.opening {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    font-weight: 400;
    color: #4a4a3f;
    margin-top: 0; }
  @media screen and (max-width: 960px) {
    #contact-number {
      margin: 0 auto;
      float: none;
      clear: both; }
      #contact-number p {
        text-align: center; } }

.main-nav {
  float: left;
  width: 85%;
  margin-top: 1.25em; }
  .main-nav ul {
    margin: 0;
    float: right; }
    .main-nav ul li {
      float: left;
      list-style: none;
      background: #4a4a3f;
      position: relative;
      transition: background-color 0.5s ease; }
      .main-nav ul li a {
        color: #ffffff;
        font-size: 0.9375em;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        padding: 0.9375em 0.9375em;
        display: block; }
    .main-nav ul li.active {
      background: #d01141; }
    .main-nav ul .last {
      background: #d01141; }
      .main-nav ul .last:hover {
        background: #e81348; }

.main-nav ul li ul li a {
  padding: 0.625em 0.625em; }

.main-nav ul li ul {
  margin-top: 0; }

body.blue .main-nav .last {
  background: #3281b8; }

.main-nav ul li:hover {
  background: #d01141;
  color: #ffffff; }
  .main-nav ul li:hover ul {
    left: 0px;
    display: block;
    z-index: 100; }

.main-nav ul li ul {
  position: absolute;
  left: 9999px;
  display: none; }
  .main-nav ul li ul li {
    background: #d01141;
    color: #ffffff;
    width: 100%;
    padding: 0.625em 0.625em;
    transition: background-color 0.5s ease;
    font-weight: 400; }
    .main-nav ul li ul li a {
      font-size: 0.875em; }
  .main-nav ul li ul li:hover {
    background: #ed2759; }

.banner-slide-wrapper {
  overflow: hidden;
  position: relative; }
  .banner-slide-wrapper img {
    max-height: 366px;
    z-index: 2;
    position: relative; }

.short-banner .banner-slide-wrapper {
  overflow: hidden;
  position: relative; }
  .short-banner .banner-slide-wrapper img {
    max-height: 260px; }

.banner-info-wrapper {
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  z-index: 10; }
  .banner-info-wrapper .banner-info {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/website/trans_bgd.png);
    padding: 1em;
    width: 45%; }
    .banner-info-wrapper .banner-info h2 {
      font-family: "proxima-nova",sans-serif;
      color: #ffffff;
      font-size: 47px;
      font-weight: 300;
      margin-bottom: 0; }
    .banner-info-wrapper .banner-info p {
      font-family: 'PT Sans', sans-serif;
      font-size: 0.875em;
      color: #ffffff; }
    .banner-info-wrapper .banner-info a {
      float: left;
      display: block;
      margin-right: 0.625em;
      margin-top: 0.625em; }
  @media screen and (max-width: 960px) {
    .banner-info-wrapper {
      display: none; } }

.banner-info.left-aligned {
  left: 0px;
  bottom: 0px;
  height: 245px;
  width: 35%; }

footer h1 {
  border-bottom: 0;
  font-weight: 400; }

footer ul {
  color: #ffffff; }
  footer ul li {
    margin-top: 0.3125em; }
  footer ul h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 0; }
  footer ul a {
    font-family: 'PT Sans', sans-serif;
    color: white;
    font-size: 0.875em; }
    footer ul a:hover {
      color: #cccccc; }

footer .footer-num a {
  color: #ffffff; }

footer p {
  color: #ffffff;
  font-size: 0.875em;
  margin-top: 0;
  margin-bottom: 0; }
  footer p span {
    color: #eb3666; }

.contact-details p {
  line-height: 1.5em; }
.contact-details h2 {
  color: #ffffff;
  font-weight: 400; }
.contact-details a {
  color: #eb3666;
  font-family: 'PT Sans', sans-serif;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-weight: 700; }
.contact-details a:hover {
  color: #ee567f; }

.footer-icons a {
  display: inline-block;
  margin-left: 0.625em; }

.copyright {
  padding-top: 1.25em;
  padding-bottom: 50px; }
  .copyright p {
    float: left;
    font-size: 14px; }
  .copyright img {
    float: right;
    height: 56px;
    width: 95px; }
  @media screen and (max-width: 28.125em) {
    .copyright {
      padding-bottom: 10px; }
      .copyright p {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        clear: both; }
      .copyright img {
        float: none;
        margin: 0 auto;
        margin-top: 0.625em; } }

.footer-base {
  margin-bottom: 0; }
  .footer-base .credit {
    float: right;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif; }
  .footer-base .ec-link {
    color: #d01141;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif; }
    .footer-base .ec-link:hover {
      color: #ed2759; }
  .footer-base .privacy {
    color: #d01141;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif; }
    .footer-base .privacy:hover {
      color: #ed2759; }
  @media screen and (max-width: 28.125em) {
    .footer-base .credit {
      float: none;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      clear: both; } }

.sidebar {
  background-color: #dcdcdc;
  padding: 1.5625em; }
  .sidebar h1 {
    margin-bottom: 0;
    margin-top: 0; }
  .sidebar li {
    padding: 0.625em 0;
    border-bottom: solid 1px #b9b9b9; }
    .sidebar li a {
      font-size: 0.875em; }
      .sidebar li a:hover {
        color: #81816e; }
  .sidebar li:last-child {
    border-bottom: 0; }

.product-image {
  float: right;
  margin-top: 1.25em; }

@media screen and (max-width: 50em) {
  .hide-mobile {
    display: none; } }

.why-choose-product-image {
  float: right;
  margin: 1.25em; }
  @media screen and (max-width: 28.125em) {
    .why-choose-product-image {
      width: 100%;
      float: none;
      margin: auto; } }

.downloads-list {
  margin-top: 0.625em; }
  .downloads-list .pdf-icon {
    float: left;
    width: 30%; }
  .downloads-list .download-link {
    float: left;
    width: 70%;
    padding-top: 0.9375em; }
  .downloads-list li {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 0.625em;
    padding-top: 0.625em; }
  .downloads-list li:last-child {
    border-bottom: 0; }
  @media screen and (max-width: 40.625em) {
    .downloads-list {
      display: none; } }

.main-downloads-list {
  margin-top: 0.625em; }
  .main-downloads-list .pdf-icon {
    float: left;
    width: 15%; }
    @media screen and (max-width: 500px) {
      .main-downloads-list .pdf-icon {
        width: 100%; } }
  .main-downloads-list .download-link {
    float: left;
    width: 85%;
    padding-top: 0.9375em; }
    @media screen and (max-width: 500px) {
      .main-downloads-list .download-link {
        width: 100%;
        margin-top: 0.3125em; } }
  .main-downloads-list li {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 0.625em;
    padding-top: 0.625em; }
  .main-downloads-list li:last-child {
    border-bottom: 0; }

#social-links {
  margin-top: 1.25em; }
  @media screen and (max-width: 40.625em) {
    #social-links {
      display: none; } }

.home-grid #social-links {
  margin-top: 0; }

.testimonials-list li {
  width: 32%;
  margin-right: 2%;
  float: left;
  height: 270px;
  margin-top: 20px; }
.testimonials-list li:nth-child(3n) {
  margin-right: 0; }
.testimonials-list li:last-child {
  margin-bottom: 60px; }
@media screen and (max-width: 40.625em) {
  .testimonials-list li {
    width: 49%;
    height: 290px; }
  .testimonials-list li:nth-child(3n) {
    margin-right: 2%; }
  .testimonials-list li:nth-child(2n) {
    margin-right: 0; } }
@media screen and (max-width: 40.625em) {
  .testimonials-list li {
    width: 100%;
    margin-right: 0;
    height: 280px; } }

.case-studies-spec li {
  height: 450px !important;
  margin-top: 0; }
.case-studies-spec .testimonial-container {
  margin-top: 1em; }

.testimonial-container {
  background-color: #dcdcdc;
  padding: 1.25em;
  margin-top: 1.875em;
  height: 100%; }

@media screen and (max-width: 960px) {
  .interactive-roof {
    display: none; } }

.nested-video {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.interactive-roof img {
  width: 100%; }
.interactive-roof #picture1 {
  background-image: url("../images/website/topseal-warm-roof.jpg");
  width: 640px;
  height: 516px;
  position: relative; }

.st-accordion {
  width: 100%;
  min-width: 270px;
  margin: 0 auto; }

.st-accordion ul li {
  border-bottom: 1px solid #DFDFDF;
  border-top: 1px solid #fff;
  overflow: hidden; }

.st-accordion ul li:first-child {
  border-top: none; }

.st-accordion ul li > a {
  font-size: 1em;
  display: block;
  position: relative;
  line-height: 40px;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

.st-accordion ul li > a span {
  background: transparent url(../images/website/down.png) no-repeat center center;
  text-indent: -9000px;
  width: 26px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -7px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.st-accordion ul li > a:hover {
  color: #d01141; }

.st-accordion ul li > a:hover span {
  opacity: 1;
  right: 10px; }

.st-accordion ul li.st-open > a {
  color: #d01141; }

.st-accordion ul li.st-open > a span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
  opacity: 1; }

.st-content {
  padding: 5px 0px 20px 0px; }

.st-content p {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-style: italic;
  line-height: 20px;
  padding: 0px 4px 15px 4px; }

.st-content img {
  width: 125px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; }

@media screen and (max-width: 320px) {
  .st-accordion ul li > a {
    font-size: 14px; } }
.gallery-tile {
  position: relative; }
  .gallery-tile img {
    border: 8px solid #ffffff;
    width: 100%;
    z-index: 1;
    position: relative; }
  .gallery-tile h3 {
    font-family: "proxima-nova",sans-serif;
    position: absolute;
    top: 20px;
    color: #fff;
    background-color: #4a4a3f;
    line-height: 1.5em;
    padding: 0.3125em;
    font-size: 1.625em;
    font-weight: 300;
    opacity: 0.9;
    -webkit-text-stroke: 0;
    z-index: 100;
    padding-left: 15px;
    left: 8px; }
  .gallery-tile .cta-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20; }

.gallery-detail-wrapper .cta-block {
  float: none;
  width: 90px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer; }

.product-gallery {
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: 0 auto; }
  .product-gallery img {
    display: block;
    margin: 0 auto;
    border: solid 10px #fff; }

.selector-form label.error {
  color: #bc0a21;
  font-size: 0.75em;
  margin-bottom: 0.3125em; }
.selector-form textarea.error {
  background: #fa98a5; }

.further-details-container {
  display: none;
  margin-top: 10px; }
  .further-details-container label {
    margin-bottom: 1em; }

.contact-form label.error {
  color: #bc0a21;
  font-size: 0.75em;
  margin-bottom: 0.3125em; }

.contact-form textarea.error {
  background: #fa98a5; }

#errors #errors-list li {
  font-size: 0.75em;
  color: #bc0a21; }

.contact-panel {
  background: #eeeeee;
  padding: 1.25em; }

.contact-form, .selector-form {
  background: #dcdcdc;
  padding: 1.25em; }
  .contact-form textarea:focus, .selector-form textarea:focus {
    outline: none;
    background-color: #c6dff0;
    border: none; }
  .contact-form .left-align, .selector-form .left-align {
    float: left;
    width: 48%; }
    @media screen and (max-width: 768px) {
      .contact-form .left-align, .selector-form .left-align {
        width: 100%;
        float: none; } }
  .contact-form .right-align, .selector-form .right-align {
    float: right;
    width: 48%; }
    @media screen and (max-width: 768px) {
      .contact-form .right-align, .selector-form .right-align {
        width: 100%;
        float: none; } }
  .contact-form input.error, .selector-form input.error {
    background: #fa98a5; }
  .contact-form label, .selector-form label {
    font-family: 'PT Sans', sans-serif;
    display: block; }
  .contact-form input, .selector-form input {
    width: 100%;
    margin-top: 0.625em;
    height: 2.1875em;
    margin-bottom: 0.625em;
    background: #f5f5f5;
    outline: 0;
    border: 0; }
    @media screen and (max-width: 768px) {
      .contact-form input, .selector-form input {
        width: 80%; } }
  .contact-form textarea, .selector-form textarea {
    outline: 0;
    border: 0;
    background: #f5f5f5;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .contact-form textarea, .selector-form textarea {
        width: 80%; } }
  .contact-form .checkbox-wrapper, .selector-form .checkbox-wrapper {
    width: 100%;
    clear: both; }
  .contact-form input[type="submit"], .selector-form input[type="submit"] {
    background-color: #d01141;
    border: none;
    padding: 0.3125em 0.625em;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    width: 200px;
    display: block;
    font-family: "proxima-nova",sans-serif;
    margin-top: 1.25em; }
  .contact-form input[type="submit"]:hover, .selector-form input[type="submit"]:hover {
    background: #ed2759; }
  .contact-form input[type=checkbox].css-checkbox, .selector-form input[type=checkbox].css-checkbox {
    display: none;
    width: 100%; }
  .contact-form input[type=checkbox].css-checkbox + label.css-label, .selector-form input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 31px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1em;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0.3125em; }
  .contact-form input[type=checkbox].css-checkbox:checked + label.css-label, .selector-form input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -22px; }
  .contact-form label.css-label, .selector-form label.css-label {
    background-image: url(../images/website/csscheckbox_ee18cfdb2c741145dde1e255badcd7c0.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.styled-select select {
  background: transparent;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none; }

.styled-select {
  width: 240px;
  height: 34px;
  overflow: hidden;
  background: url("../images/website/selectbgd.png") no-repeat right #ddd;
  background-color: #f5f5f5;
  margin-top: 1.25em; }

.divNBSPlus {
  margin-top: 1.25em;
  font-family: 'PT Sans', sans-serif; }
  .divNBSPlus body, .divNBSPlus ul, .divNBSPlus iframe, .divNBSPlus td, .divNBSPlus tbody, .divNBSPlus tr, .divNBSPlus .spnNBSPlus {
    background-color: #eeeeee !important; }
  .divNBSPlus iframe body {
    background-color: #eeeeee !important; }
  .divNBSPlus span.spnNBSPlus {
    color: #ff9900 !important; }

.cpd-form {
  background: #3281b8;
  padding: 1.25em;
  margin-top: 1.25em; }
  .cpd-form h1 {
    color: #ffffff;
    font-family: "proxima-nova",sans-serif;
    font-weight: 300;
    -webkit-text-stroke: 0px; }
  .cpd-form form label {
    font-family: 'PT Sans', sans-serif;
    display: block;
    color: #ffffff;
    margin-bottom: 0.5em;
    margin-top: 0.5em; }
  .cpd-form form input {
    background: #ffffff;
    outline: none;
    border: none;
    width: 100%; }
  .cpd-form form input[type="submit"] {
    width: 150px; }
  .cpd-form form input:focus {
    outline: none;
    background-color: #c6dff0;
    border: none; }
  .cpd-form form textarea:focus {
    outline: none;
    background-color: #c6dff0;
    border: none; }
  .cpd-form form input.error {
    background-color: white; }
  .cpd-form form label.error {
    color: #ffffff;
    font-size: 0.75em;
    margin-bottom: 0.3125em;
    display: block; }
  .cpd-form form select {
    border: none;
    height: 2.1875em;
    width: 100%;
    font-family: 'PT Sans', sans-serif; }
  .cpd-form form input[type="submit"] {
    background: #215d87;
    margin-top: 0.9375em; }
  .cpd-form form input[type="submit"]:hover {
    background: #266b9b; }

.signup-form {
  margin-top: 2.5em; }
  .signup-form form label {
    font-family: 'PT Sans', sans-serif;
    display: block; }
  .signup-form form input {
    width: 100%;
    margin-top: 0.625em;
    height: 2.1875em;
    margin-bottom: 0.625em; }
    @media screen and (max-width: 768px) {
      .signup-form form input {
        width: 100%; } }
  .signup-form form textarea {
    width: 100%; }
  .signup-form form input[type="submit"] {
    width: 150px; }

.home-grid .signup-form {
  margin-top: 0; }

/****************************Product Selector****************************/
/************************************************************************/
.selector-nav-buttons {
  background: #dcdcdc;
  width: 100%; }
  .selector-nav-buttons button.submit-bgd {
    background: no-repeat url(../images/website/submit-arrow.jpg);
    width: 264px;
    height: 34px;
    margin: 0 40px;
    margin-bottom: 10px; }

#form-wizard-next {
  float: right;
  margin: 0 1.25em;
  margin-bottom: 0.625em; }

#form-wizard-prev {
  float: left;
  margin: 0 1.25em;
  margin-bottom: 0.625em;
  display: none; }

form fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  form fieldset legend {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #bc0a21; }
  form fieldset .step-five {
    padding-bottom: 0; }
    form fieldset .step-five .selector-form {
      padding-bottom: 0; }
  form fieldset .step {
    background: #dcdcdc;
    width: 100%;
    padding: 1.25em;
    margin-top: 0.625em; }
    form fieldset .step .radio-wrapper {
      background: #c8c8c8;
      width: 100%;
      height: auto;
      padding: 1.25em;
      margin-top: 0.625em; }
      form fieldset .step .radio-wrapper .radio-label {
        float: left;
        width: 80%; }
        form fieldset .step .radio-wrapper .radio-label img {
          float: left;
          margin-right: 1.25em; }
          @media screen and (max-width: 768px) {
            form fieldset .step .radio-wrapper .radio-label img {
              float: none;
              margin: 0.625em auto; } }
      form fieldset .step .radio-wrapper .radio-button {
        float: right;
        margin-top: 1.25em; }
    form fieldset .step .cta-block {
      float: right; }

.current-colour {
  width: 100%;
  height: 20px;
  background: #6A7275;
  color: #ffffff;
  font-family: 'PT Sans', sans-serif; }

input[type=radio].css-checkbox {
  display: none; }

input[type=radio].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer; }

input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -20px; }

label.css-label {
  background-image: url(../images/website/csscheckbox_3813d68df24a6b4ad459c0f8c928addc.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

label.colour-radio {
  width: 60px;
  height: 30px;
  background: #bc0a21;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  margin-right: 0.25em; }

label.one {
  background: #6A7275; }

label.two {
  background: #B0B0AE; }

label.two {
  background: #838385; }

label.three {
  background: #818183; }

label.four {
  background: #5b5b5b; }

label.five {
  background: #ffffff; }

label.six {
  background: #000000; }

label.seven {
  background: #425d4f; }

label.eight {
  background: #d5c7b3; }

label.nine {
  background: #7b4944; }

label.ten {
  background: #a4524c; }

label.eleven {
  background: #853d3a; }

label.twelve {
  background: #74503a; }

.colour-picker input {
  width: 60px;
  height: 30px;
  background: #bc0a21;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  margin-right: 0.25em;
  border: 0;
  margin-top: 0.25em; }

input.one {
  background: #6A7275; }

input.two {
  background: #B0B0AE; }

input.three {
  background: #818183; }

input.four {
  background: #5b5b5b; }

input.five {
  background: #ffffff; }

input.six {
  background: #000000; }

input.seven {
  background: #7A4945; }

input.eight {
  background: #838385; }

input.nine {
  background: #A3524E; }

input.ten {
  background: #853E3C; }

input.eleven {
  background: #73503C; }

input.twelve {
  background: #271811; }

input.thirteen {
  background: #D8C9B6; }

input.fourteen {
  background: #78675D; }

input.fifteen {
  background: #6B5540; }

input.sixteen {
  background: #6A6B5B; }

input.seventeen {
  background: #55573F; }

input.eighteen {
  background: #6A6C3B; }

input.nineteen {
  background: #435D50; }

input.twenty {
  background: #424B46; }

input.twentyone {
  background: #3D4657; }

input.twentytwo {
  background: #e9c201; }

input.twentythree {
  background: #e1bab2; }

input.twentyfour {
  background: #6a4f70; }

input.twentyfive {
  background: #e4d39d; }

input.twentysix {
  background: #c6c93e; }

/* Styles for dialog window */
.small-dialog-box {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative; }

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }
