/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #513730;
  background-color: #FFF;
  font-size: 16px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  outline: 0;
  color: #d4bb45;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%; }

h3 {
  color: #d4bb45;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2; }

.contentWrap {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px; }

.clr {
  clear: both;
  content: ".";
  display: block;
  float: none !important;
  height: 0;
  visibility: hidden; }

.hero {
  background: url(images/header-pattern.png) repeat 0 0 #FFFFFF;
  max-height: 507px;
  text-align: center; }
  @media (max-width: 1150px) {
    .hero {
      max-height: 420px; } }
  @media (max-width: 1150px) {
    .hero {
      max-height: none; } }
  .hero h1 {
    color: #ffffff;
    letter-spacing: 0.25px;
    font-size: 50px;
    line-height: 1.125em;
    font-weight: 300;
    background: url(images/header-icon.png) bottom center no-repeat;
    padding-bottom: 64px;
    margin-bottom: 15px; }
    @media (max-width: 950px) {
      .hero h1 {
        margin-top: 0px; } }
    @media (max-width: 450px) {
      .hero h1 {
        font-size: 42px; } }
    @media (max-width: 350px) {
      .hero h1 {
        font-size: 37px; } }
  .hero .contentWrap {
    max-width: 1100px; }
    @media screen and (max-width: 1150px) {
      .hero .contentWrap {
        display: flex;
        justify-content: center; } }
  .hero .heroImage {
    float: left; }
    @media (max-width: 1150px) {
      .hero .heroImage {
        max-width: 500px; } }
    @media (max-width: 950px) {
      .hero .heroImage {
        display: none; } }
  .hero .heroText {
    float: right;
    width: 395px;
    margin-top: 45px; }
    @media (max-width: 1150px) {
      .hero .heroText {
        margin-top: 0; } }
    @media (max-width: 950px) {
      .hero .heroText {
        margin: 0 auto;
        float: none;
        width: 100%;
        max-width: 395px;
        padding: 45px 0; } }
    .hero .heroText div {
      padding-bottom: 60px;
      background: url(images/cort-logo-white.png) bottom center no-repeat; }
    .hero .heroText h3 {
      color: #513730;
      font-size: 21px;
      line-height: 1.25; }
      .hero .heroText h3 span {
        display: block;
        font-size: 34px;
        font-weight: 700; }
        @media (max-width: 450px) {
          .hero .heroText h3 span {
            font-size: 29px; } }

.introduction {
  padding: 79px 0 70px; }
  @media (max-width: 1150px) {
    .introduction {
      padding-top: 50px; } }
  .introduction .contentWrap {
    max-width: 915px;
    text-align: center; }
    .introduction .contentWrap h1 {
      font-size: 20px;
      font-weight: 700;
      color: #513730;
      text-transform: uppercase;
      margin-bottom: 0; }

.easyPlayPros {
  background-color: #fbf9f4;
  padding: 70px 0 19px;
  overflow: hidden; }
  .easyPlayPros.easyChord {
    padding: 53px 0 0; }
  .easyPlayPros .easyPlayPros__proItem {
    margin-bottom: 53px; }
  .easyPlayPros .easyPlayPros__left {
    float: left;
    max-width: 600px;
    padding: 0 5% 0 0;
    width: 50%;
    text-align: right; }
    @media (max-width: 800px) {
      .easyPlayPros .easyPlayPros__left {
        padding: 0;
        margin: 0 auto 45px;
        float: none;
        width: 100%;
        text-align: center; } }
  .easyPlayPros .easyPlayPros__right {
    float: right;
    max-width: 600px;
    width: 50%;
    padding-left: 15px; }
    @media (max-width: 800px) {
      .easyPlayPros .easyPlayPros__right {
        padding: 0;
        float: none;
        width: 100%;
        margin: 0 auto; } }
    .easyPlayPros .easyPlayPros__right .eppTitle {
      margin-bottom: 45px;
      padding-left: 50px; }
      @media (max-width: 500px) {
        .easyPlayPros .easyPlayPros__right .eppTitle {
          padding: 0;
          text-align: center; } }
    .easyPlayPros .easyPlayPros__right h3 {
      text-transform: uppercase;
      padding: 5px 0 5px 50px;
      background: url(images/painful-icon.png) no-repeat center left; }
    .easyPlayPros .easyPlayPros__right .happyItem h3 {
      color: #33a0b8;
      background-image: url(images/happy-icon.png); }
    .easyPlayPros .easyPlayPros__right h4 {
      color: #513730;
      font-style: italic;
      font-size: 19px;
      line-height: 1em;
      font-weight: 600;
      padding-left: 50px; }
    .easyPlayPros .easyPlayPros__right p {
      margin-bottom: 28px;
      padding-left: 50px; }

.detailImage {
  background: #33a0b8;
  text-align: center; }
  .detailImage img {
    display: block;
    margin: 0 auto; }

.shorterScale {
  background: #33a0b8; }
  .shorterScale img {
    display: block;
    margin: 0 auto; }

.productDetails {
  background: url(images/pattern.png) repeat 0 0 #FFFFFF;
  background-attachment: fixed;
  padding: 50px 0 60px; }
  .productDetails .productDetail {
    width: 47%;
    float: left;
    margin: 0 0 0 20px; }
    @media (max-width: 1025px) {
      .productDetails .productDetail {
        float: none;
        width: 100%;
        max-width: 520px;
        margin: 0 auto 50px; } }
    .productDetails .productDetail img {
      display: block; }
    .productDetails .productDetail .pdImg {
      min-height: 212px; }
      @media (max-width: 1125px) {
        .productDetails .productDetail .pdImg {
          min-height: 190px; } }
      @media (max-width: 1025px) {
        .productDetails .productDetail .pdImg {
          min-height: 0; } }
    .productDetails .productDetail .pdTxt {
      background-color: #FFFFFF;
      margin: 43px 25px 0;
      padding: 25px 45px; }
      @media (max-width: 1150px) {
        .productDetails .productDetail .pdTxt {
          padding: 20px 25px;
          margin: 43px 15px 0; } }
      @media (max-width: 1025px) {
        .productDetails .productDetail .pdTxt {
          margin: 43px 25px 0;
          padding: 25px 45px; } }
      @media (max-width: 575px) {
        .productDetails .productDetail .pdTxt {
          margin: 43px 0 0;
          padding: 20px; } }
      .productDetails .productDetail .pdTxt .pdtLeft {
        float: left;
        clear: both;
        width: 160px;
        margin-bottom: 6px;
        font-weight: 700;
        text-transform: uppercase; }
        @media (max-width: 480px) {
          .productDetails .productDetail .pdTxt .pdtLeft {
            margin-bottom: 1px;
            float: none;
            width: auto; } }
      @media (max-width: 480px) {
        .productDetails .productDetail .pdTxt .pdtStart {
          margin-bottom: 12px; } }
      .productDetails .productDetail .pdTxt .pdtRight {
        float: left;
        margin-bottom: 6px; }
        @media (max-width: 480px) {
          .productDetails .productDetail .pdTxt .pdtRight {
            margin-bottom: 9px;
            float: none; } }
      .productDetails .productDetail .pdTxt .pdtLink {
        clear: both;
        padding: 20px 0 10px; }
      .productDetails .productDetail .pdTxt h3 {
        color: #33a0b8;
        font-size: 27px;
        margin-bottom: 18px; }
        .productDetails .productDetail .pdTxt h3 span {
          font-weight: 900; }
  .productDetails .productDetail.pdRight {
    float: right;
    margin: 0 20px 0 0; }
    @media (max-width: 1025px) {
      .productDetails .productDetail.pdRight {
        float: none;
        margin: 0 auto; } }

.video {
  padding: 55px 0;
  background-color: #fbf9f4;
  align-items: center; }
  .video .contentWrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .video .contentWrap {
        display: block; } }
  .video .videoText {
    width: 425px; }
    @media screen and (max-width: 767px) {
      .video .videoText {
        width: 100%; } }
    .video .videoText h3 {
      text-align: center;
      font-weight: 100;
      font-size: 55px;
      margin-right: 20px; }
      @media (max-width: 600px) {
        .video .videoText h3 {
          font-size: 40px; } }
    @media (max-width: 1150px) {
      .video .videoText {
        margin: 0 0 40px;
        float: none;
        display: block;
        max-width: 100%; } }
  .video .videoBoxContainer {
    position: relative; }
    .video .videoBoxContainer--videoPlaying {
      padding-bottom: 56.3%; }
  .video .videoBox {
    position: relative;
    width: 53%; }
    @media screen and (max-width: 767px) {
      .video .videoBox {
        width: 100%; } }
    .video .videoBox img {
      cursor: pointer;
      display: block;
      position: relative;
      z-index: 100; }
    .video .videoBox iframe {
      max-width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 99; }
    @media (max-width: 1150px) {
      .video .videoBox {
        margin: 0 auto;
        float: none;
        display: block; } }

.proFeatures {
  background-color: #33a0b8;
  padding: 75px 0 50px;
  color: #FFFFFF;
  text-align: center; }
  .proFeatures h3 {
    color: #60b5c8;
    margin: 0 0 35px;
    letter-spacing: 0.25px;
    font-size: 32px;
    font-weight: 700;
    vertical-align: middle; }
    .proFeatures h3 span {
      background: url(images/pro-level-features.png) no-repeat 0 0;
      display: inline-block;
      height: 66px;
      width: 518px;
      vertical-align: middle;
      margin: 0 13px; }
      @media (max-width: 1000px) {
        .proFeatures h3 span {
          margin: 13px auto 6px;
          display: block; } }
      @media (max-width: 600px) {
        .proFeatures h3 span {
          background-size: 100% auto;
          width: 100%;
          max-width: 518px; } }
      @media (max-width: 500px) {
        .proFeatures h3 span {
          width: 280px;
          height: 35px;
          max-width: 100%; } }
  .proFeatures .proFeatures__grid {
    display: flex; }
    @media screen and (max-width: 900px) {
      .proFeatures .proFeatures__grid {
        flex-wrap: wrap;
        justify-content: center; } }
    @media screen and (max-width: 500px) {
      .proFeatures .proFeatures__grid {
        display: block; } }
  .proFeatures .featureBox {
    max-width: 272px;
    margin: 0 60px 40px 0;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #ffffff; }
    @media screen and (max-width: 900px) {
      .proFeatures .featureBox {
        width: 33%;
        max-width: 100%;
        margin: 0 10px 25px 10px; } }
    @media screen and (max-width: 500px) {
      .proFeatures .featureBox {
        width: 100%;
        text-align: center; } }
    .proFeatures .featureBox span {
      text-transform: uppercase;
      font-weight: 700;
      padding: 10px 15px 0;
      display: block; }
      .proFeatures .featureBox span span {
        text-transform: none;
        font-size: 14px;
        font-weight: 400;
        display: inline; }
    .proFeatures .featureBox img {
      display: block; }
      @media screen and (max-width: 500px) {
        .proFeatures .featureBox img {
          margin: 0 auto; } }
  .proFeatures .contentWrap {
    max-width: 1310px; }
  .proFeatures a:nth-of-type(4) {
    margin-right: 0; }

.findDealer {
  background-color: #d4bb45;
  color: #FFFFFF;
  text-align: center;
  min-height: 62px; }
  .findDealer .contentWrap div {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.25px;
    padding: 5px 0 5px 40px;
    background: url(images/wink-icon.png) no-repeat left center;
    margin: 10px 32px 0 0; }
    @media (max-width: 700px) {
      .findDealer .contentWrap div {
        margin: 10px 25px 0; } }
    @media (max-width: 600px) {
      .findDealer .contentWrap div {
        margin: 10px 0 0; } }
    @media (max-width: 500px) {
      .findDealer .contentWrap div {
        padding: 34px 0 0;
        background-position: center top;
        margin: 10px 0 0;
        line-height: 1.4; } }
  .findDealer .contentWrap a {
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 20px;
    color: #d4bb45;
    padding: 3px 20px;
    text-decoration: none;
    margin: 13px 0;
    display: inline-block; }
    .findDealer .contentWrap a span {
      background: url(images/arrow-icon.png) no-repeat center right;
      display: inline-block;
      padding: 0 18px 0 0; }
  .findDealer .contentWrap a:hover {
    opacity: 0.8; }

footer {
  padding: 90px 0 25px;
  text-align: center; }
  footer p {
    color: #cccccc;
    font-size: 15px;
    margin-top: 55px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }
  footer a.seeMore {
    color: #222;
    text-transform: uppercase;
    font-size: 19px;
    padding: 0 32px 0 0;
    background: url(images/circle-icon.png) right 1px no-repeat;
    display: inline-block;
    text-decoration: none; }
  footer a.footerLogo {
    width: 136px;
    height: 55px;
    display: block;
    margin: 0 auto 17px; }
    footer a.footerLogo img {
      display: block; }
  footer a:hover {
    opacity: 0.8; }
