/****************** Inline Styles ******************/
/*************************************************/
 /* ---------------------------- */
/* GENERAL 
/* ---------------------------- */
/* --- Increase the max-width for full view --- */
@media screen and (min-width: 1200px) {
  .w-container { max-width: 1024px; }}
/* --- Resent Webflow's a color --- */
a { text-decoration:inherit; color: inherit; }
/* --- Force Safari to keep phone numbers original styling --- */
a[href^=tel] { text-decoration:inherit; color: inherit; }
/* --- Highlight color --- */
::-moz-selection { color: white; background-color: #971B2F; }
::selection { color: white; background-color: #971B2F; }
/* ---------------------------- */
/* NAVIGATION 
/* ---------------------------- */
/* --- Reset dropdown button wrapping --- */
.dropdown-label { white-space: normal; }
/* ---------------------------- */
/* FOOTER 
/* ---------------------------- */
/* --- Back to Top Icon --- */
.back-to-top:after {
  content: '\f0aa';
  font-family: 'FontAwesome';
  padding-left: 8px;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #231f20;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

a {
  border-style: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #63b0bb;
  text-decoration: none;
}

a:hover {
  color: #971b2f;
}

.nav-link-a {
  position: relative;
  display: inline-block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
}

.nav-link-a:hover {
  background-color: rgba(35, 31, 32, .2);
}

.nav-link-a.w--current {
  background-color: rgba(35, 31, 32, .2);
}

.nav-link-a.mobile-only {
  display: none;
}

.brand {
  position: absolute;
  left: -40px;
  top: -30px;
  z-index: 1;
}

.logo {
  width: 250px;
  height: 250px !important;
}

.a {
  border-bottom: 1px dotted #63b0bb;
  color: #63b0bb;
}

.a:hover {
  border-bottom-color: #971b2f;
  color: #971b2f;
}

.h1 {
  padding-bottom: 18px;
  background-image: url('/20150114134215/images/paint.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 42px;
}

.accent-p {
  margin-bottom: 20px;
  color: #868686;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.h2 {
  color: #63b0bb;
  font-size: 26px;
  line-height: 30px;
}

.h3 {
  color: #63b0bb;
  font-size: 20px;
}

.h4 {
  color: #63b0bb;
  font-size: 18px;
}

.h5 {
  color: #868686;
  font-size: 16px;
}

.h6 {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
}

.navbar {
  background-color: #fff;
}

.breadcrumbs-div {
  color: #868686;
  font-size: 13px;
  text-align: right;
}

.breadcrumb-a {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dotted #868686;
  color: #63b0bb;
}

.breadcrumb-a:hover {
  color: #971b2f;
}

.breadcrumb-current {
  display: inline-block;
}

.footer-section {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #231f20;
  background-image: url('/20150114134215/images/45-degree-fabric-dark.png');
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
}

.nav-menu {
  float: none;
  background-color: #63b0bb;
  text-align: right;
}

.cb-row {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('/20150114134215/images/paint.png');
  background-position: 50% 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cb-col {
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  text-align: center;
}

.rotator {
  height: auto;
  min-height: 350px;
}

.rotator-arrow.left {
  left: -40px;
}

.rotator-arrow.right {
  right: -40px;
}

.slide-nav {
  padding-right: 20px;
  text-align: right;
}

.slide-caption {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40%;
  height: 100%;
  background-color: rgba(35, 31, 32, .8);
  text-align: center;
}

.slide-caption-title {
  margin-bottom: 10px;
  color: #fed105;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-transform: lowercase;
}

.slide-caption-p {
  color: #fff;
}

.cb-content {
  text-align: center;
}

.cb-title {
  color: #63b0bb;
}

.brand-container {
  position: relative;
}

.home-section {
  margin-top: 15px;
}

.rotator-section {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .5)), url('/20150114134215/images/tin-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .5)), url('/20150114134215/images/tin-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat-x;
  box-shadow: inset 0 10px 10px 0 rgba(35, 31, 32, .5);
}

.grip-logo {
  width: 130px;
  height: 30px;
  float: right;
}

.content-div {
  min-height: 500px;
}

.left-nav-div {
  margin-top: 112px;
}

.left-nav-a {
  display: block;
  margin-bottom: 0px;
  padding: 10px 15px;
  color: #63b0bb;
  font-size: 16px;
  font-weight: 400;
}

.left-nav-a:hover {
  color: #971b2f;
}

.left-nav-a.w--current {
  background-color: #63b0bb;
  color: #fff;
}

.left-nav-a.subnav-a {
  font-size: 14px;
  line-height: 22px;
}

.left-nav-a.subnav-a:hover {
  background-color: rgba(99, 176, 187, .3);
}

.left-sub-nav-div {
  margin-left: 15px;
  background-color: rgba(99, 176, 187, .2);
}

.back-to-top {
  display: none;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
}

.back-to-top:hover {
  color: #fed105;
}

.button {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #63b0bb;
  box-shadow: 1px 1px 3px 0 rgba(35, 31, 32, .5);
}

.button:hover {
  background-color: #428f9b;
   color: white;
}

.button.primary {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #63b0bb;
  box-shadow: 1px 1px 3px 0 rgba(35, 31, 32, .5);
  -webkit-appearance: none;
}

.button.primary:hover {
  background-color: #428f9b;
  color: white;
}

.button.secondary {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #b9b9b9;
  box-shadow: 1px 1px 3px 0 rgba(35, 31, 32, .5);
  -webkit-appearance: none;
}

.button.secondary:hover {
  background-color: #9b9b9b;
   color: white;
}

.button.right-side-button {
  padding: 6px 10px;
  background-color: #63b0bb;
  font-size: 14px;
}

.button.right-side-button:hover {
  background-color: #428f9b;
}

.right-side-div {
  position: relative;
  left: 45px;
  top: 10px;
  padding: 15px;
  background-color: #e9e9e9;
  box-shadow: 4px 4px 5px 0 rgba(35, 31, 32, .5);
  color: #231f20;
  font-size: 16px;
}

.right-side-title {
  margin-top: 10px;
  color: #40909c;
  font-size: 16px;
  line-height: 24px;
}

.right-side-p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
}

.tagline {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  float: right;
  color: #868686;
  font-size: 32px;
  font-weight: 400;
  text-transform: lowercase;
}

.yellow {
  background-image: url('/20150114134215/images/paint.png');
  background-position: 50% 100%;
  background-size: 100% 4px;
  background-repeat: no-repeat;
  color: #fed105;
}

.caption-wrap {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding: 20px 28px 20px 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.cb-img {
  padding-bottom: 20px;
  background-image: url('/20150114134215/images/paint.png');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.footer-nav-a {
  margin-right: 28px;
  color: #fff;
  text-transform: lowercase;
}

.footer-nav-a:hover {
  color: #fed105;
}

.copyright {
  float: left;
  font-size: 14px;
}

.footer-logo {
  width: 300px;
  height: 33px !important;
  margin-bottom: 5px;
}

.footer-nav {
  width: 350px;
}

.social-media {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  margin-left: 10px;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.social-media:hover {
  color: #fed105;
}

.social-media.facebook {
  background-image: url('/20150114134215/images/facebook-white.svg');
  background-position: 0px 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.social-media.facebook:hover {
  background-image: url('/20150114134215/images/facebook-yellow.svg');
}

.social-media.twitter {
  background-image: url('/20150114134215/images/twitter-white.svg');
  background-position: 0px 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.social-media.twitter:hover {
  background-image: url('/20150114134215/images/twitter-yellow.svg');
}

.social-media.instagram {
  background-image: url('/20150114134215/images/instagram-white.svg');
  background-position: 0px 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.social-media.instagram:hover {
  background-image: url('/20150114134215/images/instagram-yellow.svg');
}

.social-media-wrapper {
  margin-top: 20px;
  float: right;
}

.sign-off {
  padding-top: 20px;
  clear: both;
  border-top: 1px solid #63b0bb;
}

.footer-a {
  margin-bottom: 20px;
  float: left;
}

.arrow-icon {
  width: 50px;
  height: 50px;
  padding-top: 9px;
  border-radius: 50%;
  background-color: #63b0bb;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 30px;
}

.arrow-icon:hover {
  background-color: #3b8792;
}

.tin-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 370px;
  background-image: -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .5)), url('/20150114134215/images/tin-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .5)), url('/20150114134215/images/tin-bg.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat-x;
  box-shadow: inset 0 10px 10px 0 rgba(35, 31, 32, .5);


}

.content-section {
  position: relative;
}

.content-container {
  min-height: 600px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.mobile-friendly-image {
  float: right;
}

@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  h6 {
    font-size: 16px;
  }
  .nav-link-a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
  }
  .brand {
    left: 0px;
  }
  .brand.inside-brand {
    top: -10px;
  }
  .logo {
    width: 200px;
    height: 200px !important;
  }
  .logo.inside-logo {
    width: 125px;
    height: 125px !important;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 18px;
  }
  .h4 {
    font-size: 16px;
  }
  .navbar {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
  }
  .left-nav-col {
    display: none;
  }
  .breadcrumbs-div {
    display: none;
  }
  .menu-button {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 7px;
    border-radius: 50%;
    background-color: #63b0bb;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #63b0bb;
  }
  .menu-icon {
    font-size: 45px;
  }
  .nav-menu {
    width: 90%;
    box-shadow: -1px 0 10px 0 #000;
    text-align: left;
  }
  .cb-row {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .rotator {
    min-height: 0px;
  }
  .rotator-arrow {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
  }
  .slide-nav {
    padding-right: 0px;
    text-align: center;
  }
  .rotator-section {
    box-shadow: none;
  }
  .right-side-div {
    left: auto;
    top: auto;
    margin-top: 20px;
  }
  
  .arrow-icon {
    width: 45px;
    height: 45px;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .brand {
    top: -12px;
  }
  .logo {
    width: 135px;
    height: 135px !important;
  }
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .left-nav-col {
    display: none;
  }
  .menu-button {
    margin-right: 10px;
    padding: 10px;
  }
  .menu-icon {
    font-size: 40px;
  }
  .cb-row {
    margin-top: 20px;
  }
  .rotator {
    background-color: #231f20;
  }
  .rotator-arrow.left {
    left: 0px;
  }
  .rotator-arrow.right {
    right: 0px;
  }
  .slide-nav {
    bottom: 0px;
  }
  .slide-caption {
    position: static;
    width: 100%;
    padding-bottom: 20px;
    background-color: #231f20;
  }
  .cb-content {
    padding-bottom: 20px;
    background-image: url('/20150114134215/images/paint.png');
    background-position: 50% 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .grip-logo {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .footer-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .back-to-top {
    display: block;
    width: 150px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .tagline {
    right: 85px;
    font-size: 21px;
  }
  .yellow {
    background-size: 100% 3px;
  }
  .caption-wrap {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cb-img {
    padding-bottom: 0px;
    background-image: none;
  }
  .footer-nav-a {
    margin-right: 15px;
    margin-left: 15px;
  }
  .copyright {
    float: none;
    text-align: center;
  }
  .footer-nav {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .social-media {
    margin-right: 5px;
    margin-left: 5px;
  }
  .social-media-wrapper {
    display: block;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .footer-a {
    float: none;
    text-align: center;
  }
  .mobile-friendly-image {
    display: block;
    float: none !important;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .menu-button {
    width: 100%;
    height: 50px;
    margin: 0px;
    padding-top: 6px;
    border-radius: 0%;
    text-align: right;
  }
  .rotator-arrow {
    display: none;
  }
  .slide-nav {
    font-size: 13px;
  }
  .slide-caption-title {
    font-size: 22px;
  }
  .slide-caption-p {
    font-size: 14px;
  }
  .tagline {
    position: static;
    display: block;
    max-width: 60%;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 15px;
    float: right;
    clear: right;
    text-align: right;
  }
  .footer-nav-a {
    display: block;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .footer-nav {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .content-container {
    padding: 10px;
  }
  .content-container.full-width {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .cb-content {
   background-size: 93% auto;
  }
}