/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 30%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.25em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html.nav-fix {
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none; }
  @media screen and (min-width: 800px) {
    html.nav-fix {
      overflow: auto; } }

body {
  font-size: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  color: #000;
  background: #fff; }
  body:before {
    content: "smallscreen";
    position: absolute;
    top: -999em;
    left: -999em; }
    @media screen and (min-width: 800px) {
      body:before {
        content: "largescreen"; } }

h1, h2, h3, h4, h5,
.ext-h1, .ext-h2, .ext-h3, .m-media-heading, .ext-h4, .ext-h5, legend, label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; }

h1, h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0 0 .5em;
  line-height: 1.2; }
  h1.align-top, h2.align-top, h3.align-top, h4.align-top, h5.align-top {
    margin-top: 0px; }

h1 > span, h1 > strong > span, h1 > a > span,
h2 > span, h2 > a > span,
h3 > span, h3 > a > span,
h4 > span, h4 > a > span,
h5 > span, h5 > a > span,
h6 > span, h6 > a > span {
  text-transform: none; }

h1, .ext-h1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1em; }

h2, .ext-h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: .8em;
  line-height: 1.3;
  text-transform: none;
  font-weight: 700;
  margin-top: 1em;
  letter-spacing: 0px; }
  h2.ext-h1, .ext-h2.ext-h1 {
    margin-top: 0;
    line-height: 1.2; }

h3, .ext-h3, .m-media-heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.4;
  margin-bottom: .5em;
  text-transform: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; }
  @media screen and (min-width: 800px) {
    h3, .ext-h3, .m-media-heading {
      line-height: 1.5; } }

h4, .ext-h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  line-height: 1.5;
  margin-bottom: 5px; }

h5, .ext-h5, legend, label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .5em; }

p, ol, ul, table {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9;
  margin: 0 0 1em; }
  @media screen and (min-width: 800px) {
    p, ol, ul, table {
      font-size: 14px;
      font-size: 0.875rem; } }

.small-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7; }
  .small-text p, .small-text ol, .small-text ul, .small-text table, .small-text a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7; }

.smaller-text {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.7;
  font-weight: 400; }
  .smaller-text p, .smaller-text ol, .smaller-text ul, .smaller-text table, .smaller-text a, .smaller-text span {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.7; }

ul, ol {
  padding: 5px 0 0 25px; }

li {
  color: #4C4C4C; }

p, h2 {
  /*max-width: 680px;*/ }

p {
  color: #4C4C4C; }

.text-wide p {
  max-width: initial; }

a {
  text-decoration: none;
  color: #e31837;
  border-bottom: 1px solid #e31837;
  border-bottom-color: rgba(227, 24, 55, 0.2); }
  a:hover, a:focus {
    color: #4C4C4C;
    border-bottom-color: rgba(0, 0, 0, 0.1); }
  a.no-border {
    border-bottom: 0px; }
  a.anchor {
    border-bottom: 0px;
    font-size: 0;
    line-height: 0;
    height: 0px;
    position: absolute; }

blockquote {
  border-left: 4px solid #e3dede;
  padding: 0 0 0 20px; }

p small {
  display: block;
  line-height: 1.7; }

figure {
  margin: 0; }

img, picture {
  max-width: 100%; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #d6d6d6;
  margin: 20px 0 40px; }
  .titleist-footer hr {
    margin-top: 0;
    margin-bottom: 10px; }

.m-content-widget.patents {
  padding-top: 10px;
  padding-bottom: 10px; }

.patents table {
  width: 1000px; }

.patents table td {
  min-width: 130px;
  text-align: center;
  float: left;
  padding-left: 0px;
  padding-right: 0px; }

.patents table td:first-child {
  min-width: 150px; }

table {
  width: 100%;
  line-height: 1.3;
  min-width: 700px;
  font-size: 12px;
  font-size: 0.75rem; }
  table.table-stats {
    text-align: center; }

table table {
  min-width: initial; }

td, th {
  padding: 10px 10px 15px; }

th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem; }
  .table-stats th {
    text-align: center; }
  th[scope="row"] {
    text-align: right;
    vertical-align: middle; }

thead {
  border-bottom: 1px solid #e3dede; }

tbody tr:nth-child(even) {
  background-color: #fafafa; }
  .table-stats tbody tr:nth-child(even) {
    background: white; }

.table-stats tbody td:nth-of-type(even), .table-stats
tbody th:nth-of-type(odd), .table-stats
thead th:nth-of-type(odd) {
  background: #f6f6f6; }

td {
  padding: 20px 10px;
  color: #4C4C4C; }

.table-responsive {
  max-width: 100%;
  overflow-x: scroll; }

.table-responsive-wrap {
  position: relative; }
  @media screen and (max-width: 700px) {
    .table-responsive-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 80px;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    .table-responsive-wrap.remove-overflow:before {
      display: none; } }

legend, label {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 700; }

legend.large {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 4px;
  text-transform: none; }

label {
  margin-top: 0;
  margin-bottom: .6em;
  cursor: pointer;
  font-weight: 400; }
  label a:hover {
    text-decoration: underline; }
  label.small {
    text-transform: none;
    font-size: 12px;
    font-size: 0.75rem; }
  label.large {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.9;
    text-transform: none;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    margin: 0 0 4px; }
  label.help {
    text-transform: none;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: right;
    margin-top: -.75em;
    margin-bottom: 1em;
    display: block; }
  .list-form label {
    font-weight: 400;
    margin: 0;
    text-transform: none;
    line-height: 2; }

fieldset {
  border: 0;
  margin: 0 0 1em;
  padding: 10px 0 0 0; }
  fieldset.clean {
    margin: 0;
    padding: 0; }
  fieldset fieldset {
    padding: 5px 0 0;
    margin: 0 0 5px; }
    fieldset fieldset > legend {
      font-weight: 400; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b2b2b2;
  font-style: italic; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b2b2b2;
  font-style: italic; }

input::webkit-input-placeholder,
textarea::webkit-input-placeholder {
  color: #b2b2b2;
  font-style: italic; }

fieldset input[type="color"],
fieldset input[type="date"],
fieldset input[type="email"],
fieldset input[type="month"],
fieldset input[type="number"],
fieldset input[type="password"],
fieldset input[type="search"],
fieldset input[type="tel"],
fieldset input[type="text"],
fieldset input[type="time"],
fieldset input[type="url"],
fieldset input[type="week"],
fieldset textarea,
input[type="color"],
input[type="date"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  box-shadow: inset 0 2px 0 0 #eaeaea;
  display: block;
  margin: 0;
  max-width: 100%;
  padding: 13px;
  text-transform: none;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  border-radius: 2px; }
  fieldset input[type="color"].small,
  fieldset input[type="date"].small,
  fieldset input[type="email"].small,
  fieldset input[type="month"].small,
  fieldset input[type="number"].small,
  fieldset input[type="password"].small,
  fieldset input[type="search"].small,
  fieldset input[type="tel"].small,
  fieldset input[type="text"].small,
  fieldset input[type="time"].small,
  fieldset input[type="url"].small,
  fieldset input[type="week"].small,
  fieldset textarea.small,
  input[type="color"].small,
  input[type="date"].small,
  input[type="email"].small,
  input[type="month"].small,
  input[type="number"].small,
  input[type="password"].small,
  input[type="search"].small,
  input[type="tel"].small,
  input[type="text"].small,
  input[type="time"].small,
  input[type="url"].small,
  input[type="week"].small,
  textarea.small {
    padding: 12px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 1em; }
  fieldset input[type="color"]:focus,
  fieldset input[type="date"]:focus,
  fieldset input[type="email"]:focus,
  fieldset input[type="month"]:focus,
  fieldset input[type="number"]:focus,
  fieldset input[type="password"]:focus,
  fieldset input[type="search"]:focus,
  fieldset input[type="tel"]:focus,
  fieldset input[type="text"]:focus,
  fieldset input[type="time"]:focus,
  fieldset input[type="url"]:focus,
  fieldset input[type="week"]:focus,
  fieldset textarea:focus,
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  textarea:focus {
    background: #fff;
    border-color: #a3a3a3;
    outline: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-shadow: none; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }
  input[type="search"].has-icon {
    background-image: url(../images/icons/PNG/search.png);
    background-position: calc(100% - 13px) 50%;
    background-repeat: no-repeat;
    padding-right: 33px; }
    .ie9 input[type="search"].has-icon {
      background-position: 95% 50%; }
  input[type="search"].has-icon-left {
    background-image: url(../images/icons/PNG/search.png);
    background-position: 13px 50%;
    background-repeat: no-repeat;
    padding-left: 33px; }

input[type="color"],
input[type="date"],
input[type="number"] {
  max-width: 208px; }

input[type="color"] {
  padding: .25em; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

textarea {
  display: block;
  min-width: 60px;
  min-height: 200px;
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

input[disabled],
textarea[disabled] {
  background-color: #f6f6f6;
  box-shadow: none;
  cursor: not-allowed;
  opacity: .6; }

input[readonly],
textarea[readonly] {
  background-color: #fff; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #a3a3a3;
  border-radius: 3px;
  border-bottom-width: 3px;
  padding: .9em 1.15em;
  -webkit-appearance: button;
  background: #e31837;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: normal;
  overflow: visible;
  transition: border-color .2s, background-color .075s;
  margin-bottom: 1em;
  letter-spacing: normal;
  border: 0;
  border: 1px solid #e31837; }
  button:hover, button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    outline: none;
    text-decoration: none !important;
    background: #b5132c; }
  button:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active {
    background: #e31837;
    color: #fff;
    transform: translate(0, 1px); }

[disabled][role="button"], button[disabled],
input[disabled][type="button"],
input[disabled][type="reset"],
input[disabled][type="submit"] {
  background: #f6f6f6;
  color: #e3dede;
  border-color: #e3dede;
  cursor: not-allowed; }

[disabled][role="button"]:hover, button[disabled]:hover,
input[disabled][type="button"]:hover,
input[disabled][type="reset"]:hover,
input[disabled][type="submit"]:hover {
  background: #f6f6f6;
  color: #e3dede;
  border-color: #e3dede; }

[disabled][role="button"]:active, button[disabled]:active,
input[disabled][type="button"]:active,
input[disabled][type="reset"]:active,
input[disabled][type="submit"]:active {
  transform: none; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: .5em;
  padding: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  outline: none;
  padding: 0; }

button,
input[type="reset"],
input[type="submit"],
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="file"] {
  cursor: pointer;
  display: block; }

input[type=range] {
  -webkit-appearance: none;
  margin: 1.125em 0;
  width: 100%; }
  input[type=range]:focus {
    outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  animate: 0.2s;
  background: #f6f6f6;
  border-radius: 2px;
  border: 1px solid #e3dede;
  box-shadow: inset 0 2px 0 0 #f2f2f2;
  cursor: pointer;
  height: 8px;
  width: 100%; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e3dede;
  box-shadow: 0 2px 3px #ddd, inset 0 2px 0 0 #f2f2f2;
  cursor: pointer;
  height: 16px;
  margin-top: -6px;
  width: 32px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f6f6f6; }

input[type=range]::-moz-range-track {
  animate: 0.2s;
  background: #f6f6f6;
  border-radius: 1.3px;
  border: .2px solid #010101;
  border: 1px solid #e3dede;
  box-shadow: inset 0 2px 0 0 #f2f2f2;
  cursor: pointer;
  height: 8.4px;
  width: 100%; }

input[type=range]::-moz-range-thumb {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e3dede;
  box-shadow: 0 2px 3px #ddd, inset 0 2px 0 0 #f2f2f2;
  cursor: pointer;
  height: 16px;
  width: 32px; }

input[type=range]::-ms-track {
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  cursor: pointer;
  height: 8.4px;
  width: 100%; }

input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border-radius: 2.6px;
  border: 0.2px solid #010101;
  box-shadow: 1px 1px 1px #0a0a0a, 0px 0px 1px #0d0d0d; }

input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border-radius: 2.6px;
  border: 0.2px solid #010101;
  box-shadow: 1px 1px 1px #0a0a0a, 0px 0px 1px #0d0d0d; }

input[type=range]::-ms-thumb {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e3dede;
  box-shadow: 0 2px 3px #ddd;
  cursor: pointer;
  height: 16px;
  width: 32px; }

input[type=range]:focus::-ms-fill-lower {
  background: #3071a9; }

input[type=range]:focus::-ms-fill-upper {
  background: #367ebd; }

select {
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 100%;
  margin-bottom: 1em; }
  select [multiple] {
    display: block;
    min-height: 50px;
    padding: 4px;
    resize: vertical;
    width: 100%; }

option {
  padding: 4px; }
  option [disabled] {
    background: rgba(0, 0, 0, 0.05);
    display: none; }

optgroup {
  font-weight: bold;
  font-style: normal; }
  optgroup option {
    padding-left: 16px; }

.select-menu {
  width: 100%;
  height: 41px;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 2px 0 0 2px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  box-shadow: inset 0 2px 0 0 #eaeaea;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em; }
  .ie9 .select-menu {
    height: auto;
    background: none;
    box-shadow: none;
    border: 0; }
  .select-menu select {
    background: transparent;
    width: 100%;
    padding: 5px 27px 5px 10px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 2; }
    .select-menu select::-ms-expand {
      display: none; }
    .select-menu select[disabled] {
      color: #a3a3a3;
      cursor: default; }
    .select-menu select:focus {
      border-color: #4C4C4C;
      outline: 0; }
    .ie9 .select-menu select {
      padding: 12px 5px;
      height: auto;
      border: 1px solid #d6d6d6;
      background: #fff; }
  .select-menu:after {
    content: "";
    position: absolute;
    height: 43px;
    width: 27px;
    background: #4C4C4C url(../images/icon-select.gif) no-repeat center center;
    right: -1px;
    top: -1px;
    z-index: 1; }
    .ie9 .select-menu:after {
      display: none; }

.input-group {
  display: table;
  width: 100%; }

.input-group-btn input[type="text"],
.input-group-btn input[type="password"],
.input-group-btn input[type="search"],
.input-group-btn input[type="tel"],
.input-group-btn input[type="number"],
.input-group-btn input[type="date"] {
  display: table-cell;
  border-radius: 2px 0 0 2px; }

.input-group-btn .titleist-btn, .input-group-btn .btn-secondary, .input-group-btn .btn-tertiary, .input-group-btn .inputfile + label, .input-group-btn .btn-secondary, .input-group-btn button {
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0;
  padding: 0 12px 0;
  width: 100%;
  line-height: 41px;
  max-width: 46px;
  position: relative;
  top: 2px; }
  .is-separated .input-group-btn .titleist-btn, .is-separated .input-group-btn .btn-secondary, .is-separated .input-group-btn .btn-tertiary, .is-separated .input-group-btn .inputfile + label, .is-separated .input-group-btn .btn-secondary, .is-separated .input-group-btn button {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    width: 100%;
    line-height: 42px;
    position: relative;
    top: 0;
    margin-left: 15px;
    border-radius: 2px; }
  .input-group-btn .titleist-btn:active, .input-group-btn .btn-secondary:active, .input-group-btn .btn-tertiary:active, .input-group-btn .inputfile + label:active, .input-group-btn .btn-secondary:active, .input-group-btn button:active {
    transform: translate(0, 0); }
  .input-group-btn .titleist-btn > .titleist-icon, .input-group-btn .btn-secondary > .titleist-icon, .input-group-btn .btn-tertiary > .titleist-icon, .input-group-btn .inputfile + label > .titleist-icon, .input-group-btn .btn-secondary > .titleist-icon, .input-group-btn button > .titleist-icon {
    position: relative;
    top: 2px; }

.form-action-bar {
  *zoom: 1;
  clear: both;
  text-align: right;
  padding: 10px 0; }
  .form-action-bar:before, .form-action-bar:after {
    content: " ";
    display: table; }
  .form-action-bar:after {
    clear: both; }
  .form-action-bar button + button {
    margin-left: 15px; }

.form-callout {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px; }
  .form-callout h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6; }

.form-inline-header,
.form-sweepstakes {
  padding-left: 5px; }
  .form-inline-header legend,
  .form-sweepstakes legend {
    margin-left: -4px; }
  .form-inline-header .titleist-layout,
  .form-sweepstakes .titleist-layout {
    margin-left: -10px; }
  .form-inline-header .gutter, .form-inline-header .sub-menu > li,
  .form-sweepstakes .gutter,
  .form-sweepstakes .sub-menu > li {
    margin-left: 10px;
    margin-right: 10px; }
  .form-inline-header input[type="text"],
  .form-inline-header input[type="search"],
  .form-sweepstakes input[type="text"],
  .form-sweepstakes input[type="search"] {
    display: block; }

.form-sweepstakes .titleist-layout {
  margin-left: -10px; }

.m-file-input {
  display: block;
  float: left;
  width: 100%; }
  .m-file-input.has-photo label {
    float: left; }
  .m-file-input img {
    display: block;
    margin-top: 10px; }

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.no-js .inputfile + label {
  display: none; }

.inputfile + label {
  max-width: 160px;
  text-transform: none; }
  .inputfile + label * {
    pointer-events: none; }

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #e31837; }

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.lbl-ph-1 {
  display: block;
  max-width: 160px;
  margin-right: 15px; }
  .lbl-ph-1 img {
    width: 100%; }

.form-footer {
  *zoom: 1;
  clear: both;
  margin-top: 15px;
  border-top: 1px solid #e3dede;
  padding-top: 25px; }
  .form-footer:before, .form-footer:after {
    content: " ";
    display: table; }
  .form-footer:after {
    clear: both; }
  .form-footer .submit-message {
    float: left;
    width: 66%;
    text-align: left; }

.form-search .titleist-layout {
  margin-left: -15px; }
.form-search input[type="search"] {
  display: block; }

.inline-form {
  display: inline-block; }

.form-locator {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (min-width: 660px) {
    .form-locator {
      min-width: 500px; } }
  .form-locator .checkbox-button {
    margin: 0; }
    .form-locator .checkbox-button label {
      border-bottom: 1px solid #a3a3a3; }
    .form-locator .checkbox-button:not(:first-of-type) label {
      border-left: 1px solid #a3a3a3; }
  .form-locator input[type=search] {
    background-color: #f6f6f6;
    border: none;
    box-shadow: none;
    color: #4C4C4C;
    display: inline-block;
    margin: 0;
    width: 80%; }
    @media screen and (max-width: 660px) {
      .form-locator input[type=search] {
        display: block;
        width: 100%; } }
  .form-locator input::-moz-placeholder {
    color: #4C4C4C;
    font-style: normal; }
  .form-locator input::-ms-input-placeholder {
    color: #4C4C4C;
    font-style: normal; }
  .form-locator input::-webkit-input-placeholder {
    color: #4C4C4C;
    font-style: normal; }
  .form-locator input::placeholder-shown {
    color: #4C4C4C;
    font-style: normal; }
  .form-locator.form-locator--small {
    min-width: 0; }
  @media screen and (min-width: 660px) {
    .form-locator.form-locator--small {
      background: none;
      border: none;
      min-width: auto; }
      .form-locator.form-locator--small input[type=search] {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 1em;
        width: 100%; }
      .form-locator.form-locator--small button {
        float: none;
        width: auto; } }

.m-callout .form-locator, .m-callout-secondary .form-locator, .m-callout-tertiary .form-locator, .m-callout-bg-image .cta-content .form-locator, .m-callout-quaternary .form-locator,
.m-callout-quaternary .form-locator,
.m-callout-tertiary .form-locator,
.m-callout-bg-image .cta-content .form-locator {
  padding-top: 0;
  margin-top: 25px; }
  .m-callout .form-locator button, .m-callout-secondary .form-locator button, .m-callout-tertiary .form-locator button, .m-callout-bg-image .cta-content .form-locator button, .m-callout-quaternary .form-locator button,
  .m-callout-quaternary .form-locator button,
  .m-callout-tertiary .form-locator button,
  .m-callout-bg-image .cta-content .form-locator button {
    color: #fff; }

.m-callout-quaternary .form-locator input[type=search] {
  background-color: #fff; }

.input-tighten[type="number"] {
  padding: 10px; }

.hide-inputs input {
  position: absolute;
  left: -999em; }

.toggle-use-tabs {
  overflow: hidden;
  border-radius: 2px;
  text-align: center; }
  .toggle-use-tabs li {
    float: left;
    width: 50%; }
  .toggle-use-tabs label {
    color: #4C4C4C;
    background: #e3dede;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box; }
  .toggle-use-tabs input[type="radio"] {
    position: absolute;
    left: -999em; }
  .toggle-use-tabs input[type="radio"]:focus + label {
    background: #666; }
  .toggle-use-tabs input[type="radio"]:checked + label {
    color: #fff;
    background: #4C4C4C; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=5f226332d91d69f066c4)
 * Config saved to config.json and https://gist.github.com/5f226332d91d69f066c4
 */
  /*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.modal-open {
  overflow: hidden; }

.titleist-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.titleist-modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.titleist-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .titleist-modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .titleist-btn + .titleist-btn, .modal-footer .btn-secondary + .titleist-btn, .modal-footer .btn-tertiary + .titleist-btn, .modal-footer .inputfile + label + .titleist-btn, .modal-footer .titleist-btn + .btn-secondary, .modal-footer .btn-secondary + .btn-secondary, .modal-footer .btn-tertiary + .btn-secondary, .modal-footer .inputfile + label + .btn-secondary, .modal-footer .titleist-btn + .btn-tertiary, .modal-footer .btn-secondary + .btn-tertiary, .modal-footer .btn-tertiary + .btn-tertiary, .modal-footer .inputfile + label + .btn-tertiary, .modal-footer .inputfile.titleist-btn + label, .modal-footer .inputfile.btn-secondary + label, .modal-footer .inputfile.btn-tertiary + label, .modal-footer .inputfile + label.inputfile + label {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .titleist-btn + .titleist-btn, .modal-footer .btn-group .btn-secondary + .titleist-btn, .modal-footer .btn-group .btn-tertiary + .titleist-btn, .modal-footer .btn-group .inputfile + label + .titleist-btn, .modal-footer .btn-group .titleist-btn + .btn-secondary, .modal-footer .btn-group .btn-secondary + .btn-secondary, .modal-footer .btn-group .btn-tertiary + .btn-secondary, .modal-footer .btn-group .inputfile + label + .btn-secondary, .modal-footer .btn-group .titleist-btn + .btn-tertiary, .modal-footer .btn-group .btn-secondary + .btn-tertiary, .modal-footer .btn-group .btn-tertiary + .btn-tertiary, .modal-footer .btn-group .inputfile + label + .btn-tertiary, .modal-footer .btn-group .inputfile.titleist-btn + label, .modal-footer .btn-group .inputfile.btn-secondary + label, .modal-footer .btn-group .inputfile.btn-tertiary + label, .modal-footer .btn-group .inputfile + label.inputfile + label {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.clearfix:before, .clearfix:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border: 0 none;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

/*iphone fix to stop zoom-in when an option is selected form select list*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .selectize-input input {
    font-size: 16px; } }
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 12px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 8px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px; }

@media (max-width: 700px) {
  .selectize-dropdown-content {
    max-height: 200px; } }
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.is-clean {
  list-style: none;
  padding: 0;
  margin: 0; }

.inline-connector {
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem; }

.padding-sides {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
  clear: both; }
  .padding-sides:before, .padding-sides:after {
    content: " ";
    display: table; }
  .padding-sides:after {
    clear: both; }
  @media screen and (min-width: 1000px) {
    .padding-sides {
      padding-right: 0;
      padding-left: 0; } }

.inline-block {
  display: inline-block !important; }

.force-clean {
  padding: 0 !important;
  margin: 0 !important; }

.padding-10 {
  padding: 10px; }

.padding-15 {
  padding: 15px; }

.padding-20 {
  padding: 20px; }

.margin-10 {
  margin: 10px; }

.margin-15 {
  margin: 15px; }

.margin-20 {
  margin: 20px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-3pct {
  padding-right: 3%; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.text-center {
  text-align: center; }

.block-center {
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 800px) {
  .mid-mt-30 {
    margin-top: 30px; }

  .mid-mt-45 {
    margin-top: 45px; }

  .mid-text-center {
    text-align: center; } }
@media screen and (min-width: 940px) {
  .lrg-text-center {
    text-align: center; }

  .lrg-tuck-30 {
    margin-top: -30px; }

  .lrg-tuck-20 {
    margin-top: -20px; }

  .lrg-tuck-10 {
    margin-top: -10px; } }
.is-uppercase {
  text-transform: uppercase;
  letter-spacing: .02em; }

.is-lowercase {
  text-transform: none;
  letter-spacing: normal; }

.is-weak {
  font-weight: 400; }

.is-hidden {
  position: absolute;
  top: -999em;
  left: -999em; }

@media screen and (max-width: 440px) {
  .is-hidden-mobile {
    display: none; } }
@media screen and (min-width: 441px) {
  .is-hidden-non-mobile {
    display: none; } }
@media screen and (max-width: 800px) {
  .is-hidden-mobile-tablet {
    display: none; } }
@media screen and (min-width: 801px) {
  .is-hidden-non-mobile-tablet {
    display: none; } }
.is-removed {
  display: none; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.sm-hide {
  position: absolute;
  top: -999em;
  left: -999em;
  opacity: 0;
  -webkit-transition: opacity linear 0.5s;
  -moz-transition: opacity linear 0.5s;
  -ms-transition: opacity linear 0.5s;
  transition: opacity linear 0.5s; }
  @media screen and (min-width: 440px) {
    .sm-hide {
      opacity: 1;
      position: static; } }

.bg-black {
  background-color: #000;
  color: #fff; }
  .bg-black li {
    color: #fff; }
  .bg-black p {
    color: #fff; }

.bg-gray {
  background-color: #f6f6f6; }

.align-middle {
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.keyframe .animated-fade-in {
  opacity: 0; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.m-dot-small:before,
.m-dot-medium:before,
.m-dot-large:before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #4C4C4C;
  margin: auto; }

.m-dot-small:before {
  height: 6px;
  width: 6px; }

.m-dot-medium:before {
  height: 11px;
  width: 11px; }

.m-dot-large:before {
  height: 21px;
  width: 21px; }

/*@media screen and (min-width: $breakpoint-mid) {
    .vertical-center {
        @include vertical-align(absolute);
    }

    .gutter .vertical-center {
        margin-top: -20px;
    }
}*/
.titleist-container {
  max-width: 1000px;
  margin: auto; }

.titleist-container-wide {
  max-width: 1200px;
  margin: auto; }

.titleist-container-xwide {
  max-width: 1400px;
  margin: auto; }

.titleist-container-xwide .titleist-layout {
  margin-left: 0; }

.titleist-container-narrow {
  max-width: 860px;
  margin: auto; }

.titleist-container-small {
  max-width: 600px;
  margin: auto; }

.gutter, .sub-menu > li {
  margin: 0 0 20px 20px; }
  .gutter.paragraph, .sub-menu > li.paragraph {
    margin-bottom: 0px; }
  @media screen and (min-width: 940px) {
    .gutter.gutter-right, .sub-menu > li.gutter-right {
      margin-right: 20px; } }

.layout-vertical .gutter:first-child, .layout-vertical .sub-menu > li:first-child {
  margin-bottom: 10px; }

.layout-vertical .gutter:first-child p, .layout-vertical .sub-menu > li:first-child p {
  margin-bottom: 5px; }

.titleist-layout {
  *zoom: 1;
  clear: both;
  margin-left: -20px; }
  .titleist-layout:before, .titleist-layout:after {
    content: " ";
    display: table; }
  .titleist-layout:after {
    clear: both; }
  .titleist-layout-group .titleist-layout {
    margin-top: 20px;
    margin-left: -15px; }
    .titleist-layout-group .titleist-layout + .titleist-layout {
      margin-top: 40px; }

.titleist-layout-article {
  padding-top: 10px; }

.col {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-left: -4px; }
  .col-last {
    float: right;
    margin-left: -4px; }

.sm-w-100 {
  width: 100%; }

.sm-w-90 {
  width: 90%; }

.sm-w-75 {
  width: 75%; }

.sm-w-50 {
  width: 50%; }

.sm-w-25 {
  width: 25%; }

.sm-w-66 {
  width: 66.666666%; }

.sm-w-33 {
  width: 33.33333%; }

.sm-w-80 {
  width: 80%; }

.sm-w-60 {
  width: 60%; }

.sm-w-40 {
  width: 40%; }

.sm-w-20 {
  width: 19.95%; }

@media screen and (min-width: 800px) {
  .mid-w-100 {
    width: 100%; }

  .mid-w-75 {
    width: 75%; }

  .mid-w-50 {
    width: 50%; }

  .mid-w-25 {
    width: 25%; }

  .mid-w-66 {
    width: 66.666666%; }

  .mid-w-33 {
    width: 33.33333%; }

  .mid-w-30 {
    width: 30%; }

  .mid-w-80 {
    width: 80%; }

  .mid-w-60 {
    width: 60%; }

  .mid-w-40 {
    width: 40%; }

  .mid-w-20 {
    width: 19.95%; } }
@media screen and (min-width: 940px) {
  .lrg-w-100 {
    width: 100%; }

  .lrg-w-75 {
    width: 75%; }

  .lrg-w-70 {
    width: 70%; }

  .lrg-w-50 {
    width: 50%; }

  .lrg-w-25 {
    width: 25%; }

  .lrg-w-66 {
    width: 66.666666%; }

  .lrg-w-33 {
    width: 33.33333%; }

  .lrg-w-80 {
    width: 80%; }

  .lrg-w-60 {
    width: 60%; }

  .lrg-w-40 {
    width: 40%; }

  .lrg-w-35 {
    width: 35%; }

  .lrg-w-30 {
    width: 30%; }

  .lrg-w-20 {
    width: 19.9%; }

  .lrg-w-15 {
    width: 15%; }

  .lrg-w-10 {
    width: 10%; }

  .lrg-w-16 {
    width: 16.66667%; }

  .lrg-w-14 {
    width: 14.333333%; }

  .lrg-w-12-5 {
    width: 12.5%; }

  .lrg-w-8 {
    width: 8.33333%; } }
@media screen and (min-width: 1150px) {
  .xlrg-w-100 {
    width: 100%; }

  .xlrg-w-75 {
    width: 75%; }

  .xlrg-w-50 {
    width: 50%; }

  .xlrg-w-25 {
    width: 25%; }

  .xlrg-w-66 {
    width: 66.666666%; }

  .xlrg-w-33 {
    width: 33.33333%; }

  .xlrg-w-80 {
    width: 80%; }

  .xlrg-w-60 {
    width: 60%; }

  .xlrg-w-40 {
    width: 40%; }

  .xlrg-w-35 {
    width: 35%; }

  .xlrg-w-30 {
    width: 30%; }

  .xlrg-w-20 {
    width: 19.9%; }

  .xlrg-w-15 {
    width: 15%; }

  .xlrg-w-10 {
    width: 10%; }

  .xlrg-w-16 {
    width: 16.66667%; }

  .xlrg-w-14 {
    width: 14.333333%; }

  .xlrg-w-12-5 {
    width: 12.5%; }

  .xlrg-w-8 {
    width: 8.33333%; } }
@media screen and (min-width: 1000px) {
  .wide-w-50 {
    width: 50%; } }
@media screen and (max-width: 440px) {
  .tiny-w-100 {
    width: 100%; } }
.content-wrap, .content-header {
  padding: 20px 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 660px) {
    .content-wrap, .content-header {
      padding: 30px 20px; } }
  @media screen and (min-width: 800px) {
    .content-wrap, .content-header {
      padding: 50px 20px; } }

.content-wrap-inner {
  padding: 10px 10px; }
  .content-wrap-inner.paragraph {
    padding-top: 1em;
    padding-bottom: 0; }
  .content-wrap-inner.paragraph + .paragraph, .content-wrap-inner.paragraph + a + .paragraph, .content-wrap-inner.paragraph + a + a + .paragraph {
    padding-top: 0; }
  @media screen and (min-width: 660px) {
    .content-wrap-inner {
      padding: 10px 20px; } }
  @media screen and (min-width: 800px) {
    .content-wrap-inner {
      padding: 10px 20px; } }
  .content-wrap-inner h1, .content-wrap-inner .ext-h1 {
    margin: 0 0 20px;
    font-size: 28px;
    font-size: 1.75rem; }
    @media screen and (min-width: 800px) {
      .content-wrap-inner h1, .content-wrap-inner .ext-h1 {
        line-height: 1; } }

.content-wrap .content-wrap-inner, .content-header .content-wrap-inner {
  padding: 0px; }
  .content-wrap .content-wrap-inner h1, .content-header .content-wrap-inner h1, .content-wrap .content-wrap-inner .ext-h1, .content-header .content-wrap-inner .ext-h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 1em; }

.content-header {
  padding-bottom: 0; }

.titleist-icon {
  font-family: 'titleist-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 17px;
  font-size: 1.0625rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .titleist-icon.enlarge {
    font-size: 250%; }
  .js .titleist-icon {
    opacity: 1;
    -webkit-transition: opacity linear 0.2s;
    -moz-transition: opacity linear 0.2s;
    -ms-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s; }
  .js.wf-active .titleist-icon {
    opacity: 1; }

.icon-checkmark:before {
  content: "\e904"; }

.icon-circle-minus:before, .m-search-filters-toggle[aria-expanded="true"]:before {
  content: "\e901"; }

.icon-plus-circle:before, .m-search-filters-toggle:before {
  content: "\e900"; }

.icon-add-to-my-bag:before {
  content: "\e600"; }

.icon-add-to-my-wishlist:before {
  content: "\e601"; }

.icon-archive:before {
  content: "\e602"; }

.icon-birthday:before {
  content: "\e603"; }

.icon-carousel-active:before {
  content: "\e604"; }

.icon-carousel-inactive:before {
  content: "\e605"; }

.icon-carousel-left:before {
  content: "\e606"; }

.icon-carousel-right:before {
  content: "\e607"; }

.icon-close:before {
  content: "\e608"; }

.icon-collapse:before {
  content: "\e609"; }

.icon-comment:before {
  content: "\e60a"; }

.icon-compose:before {
  content: "\e60b"; }

.icon-country-localization:before {
  content: "\e60c"; }

.icon-delete:before {
  content: "\e60d"; }

.icon-event-calendar:before {
  content: "\e60e"; }

.icon-expand:before {
  content: "\e60f"; }

.icon-explore:before {
  content: "\e610"; }

.icon-facebook:before {
  content: "\e611"; }

.icon-flag:before {
  content: "\e90a"; }

.icon-google-plus:before {
  content: "\e612"; }

.icon-info:before {
  content: "\e90b"; }

.icon-instagram-comment:before {
  content: "\e613"; }

.icon-instagram-heart:before {
  content: "\e614"; }

.icon-instagram:before {
  content: "\e615"; }

.icon-linkedin:before {
  content: "\e616"; }

.icon-location:before {
  content: "\e617"; }

.icon-play-over-video:before {
  content: "\e618"; }

.icon-play:before {
  content: "\e619"; }

.icon-privacy:before {
  content: "\e61a"; }

.icon-register-product:before {
  content: "\e61b"; }

.icon-reply:before {
  content: "\e61c"; }

.icon-retweet:before {
  content: "\e61d"; }

.icon-search:before {
  content: "\e61e"; }

.icon-select-all:before {
  content: "\e61f"; }

.icon-subscribe-to-newsletter:before {
  content: "\e620"; }

.icon-tt-item-contest-sweep:before {
  content: "\e621"; }

.icon-tt-item-discussion:before {
  content: "\e622"; }

.icon-tt-item-hole-in-one-story:before {
  content: "\e623"; }

.icon-tt-item-news:before {
  content: "\e624"; }

.icon-tt-item-video:before {
  content: "\e625"; }

.icon-twitter-favorite:before {
  content: "\e626"; }

.icon-twitter:before {
  content: "\e627"; }

.icon-user-sign-in:before {
  content: "\e628"; }

.icon-youtube:before {
  content: "\e629"; }

.icon-checkmark-circle:before {
  content: "\e903"; }

.icon-cross-circle:before {
  content: "\e902"; }

.icon-exclamation:before {
  content: "\e905"; }

.icon-checkmark-t:before {
  content: "\e906"; }

.icon-home:before {
  content: "\e907"; }

.icon-phone:before {
  content: "\e908"; }

.icon-viewed:before {
  content: "\e909"; }

.icon-arrow-down:before {
  content: "\e910"; }

.icon-sprite:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 81px;
  width: 95px;
  background-image: url(../images/sprite-grid.png);
  background-position: 0 0;
  background-repeat: no-repeat; }
  .titleist-nav .icon-sprite:before {
    margin: auto;
    display: block; }

.icon-balls-1:before,
.icon-balls-2:before,
.icon-balls-3:before,
.icon-balls-4:before {
  height: 50px; }

.icon-balls-custom:before {
  height: 63px; }

.icon-balls-1:before {
  background-position: 0 0; }

.icon-balls-2:before {
  background-position: 0 -83px; }

.icon-balls-3:before {
  background-position: 0 -165px; }

.icon-balls-4:before {
  background-position: 0 -247px; }

.icon-balls-custom:before {
  background-position: 0 -329px; }

.icon-clubs-drivers:before {
  background-position: -97px 0; }

.icon-clubs-fairways:before {
  background-position: -97px -83px; }

.icon-clubs-hybrids:before {
  background-position: -97px -165px; }

.icon-clubs-irons:before {
  background-position: -97px -247px; }

.icon-clubs-moto:before {
  background-position: -97px -329px; }

.icon-clubs-wedges:before {
  background-position: -97px -411px; }

.icon-clubs-putters:before {
  background-position: -97px -493px; }

.icon-clubs-previous:before {
  background-position: -97px -575px; }

.icon-gear-bags:before {
  background-position: -193px 0; }

.icon-gear-headwear:before {
  background-position: -193px -83px; }

.icon-gear-gloves:before {
  background-position: -193px -165px; }

.icon-gear-travel:before {
  background-position: -193px -247px; }

.icon-gear-accessories:before {
  background-position: -193px -329px; }

.icon-gear-custom:before {
  background-position: -193px -411px; }

.titleist-banner {
  *zoom: 1;
  clear: both;
  will-change: margin-top;
  -webkit-transition: margin-top 250ms linear;
  -moz-transition: margin-top 250ms linear;
  -ms-transition: margin-top 250ms linear;
  transition: margin-top 250ms linear; }
  .titleist-banner:before, .titleist-banner:after {
    content: " ";
    display: table; }
  .titleist-banner:after {
    clear: both; }
  .titleist-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 105px;
    left: 0;
    height: 4px;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%); }
    @media screen and (min-width: 440px) {
      .titleist-banner:before {
        top: 107px; } }
    @media screen and (min-width: 680px) {
      .titleist-banner:before {
        top: 88px; } }
  @media screen and (min-width: 820px) {
    .titleist-banner {
      padding: 0 0 0 10px; } }
  @media screen and (min-width: 800px) {
    .titleist-banner {
      position: relative;
      z-index: 99; } }
  .titleist-banner.banner--fixed {
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99; }
    .nav-is-open .titleist-banner.banner--fixed {
      height: 100%; }
  .titleist-banner.banner--down {
    margin-top: -105px; }

.titleist-logo {
  list-style: none;
  padding: 0;
  margin: 0; }
  .titleist-banner .titleist-logo {
    float: left;
    display: inline-block;
    vertical-align: bottom;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding: 10px;
    margin: 0; }
    @media screen and (min-width: 680px) {
      .titleist-banner .titleist-logo {
        padding: 24px 20px 0 0; } }
  .titleist-logo a {
    border: 0; }
    .titleist-logo a:focus {
      outline: 0;
      box-shadow: none; }
      .titleist-logo a:focus svg {
        fill: #e31837; }
  .titleist-logo svg, .titleist-logo img, .titleist-logo a, .titleist-logo picture {
    display: block;
    width: 129px;
    height: 34px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s; }
    @media screen and (min-width: 680px) {
      .titleist-banner .titleist-logo svg, .titleist-banner .titleist-logo img, .titleist-banner .titleist-logo a, .titleist-banner .titleist-logo picture {
        width: 200px;
        height: 60px;
        margin-top: -7px; } }

.solo-header {
  padding: 0 15px 25px; }
  .solo-header h1 {
    margin: 0 0 10px;
    padding: 0; }
  .solo-header p {
    font-size: 16px; }

/* local mixins */
/* sass */
.nav-is-open {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 100%; }
  .nav-is-open .modal-overlay {
    position: fixed;
    display: block;
    background: #fff;
    top: 105px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer; }
    @media screen and (min-width: 440px) {
      .nav-is-open .modal-overlay {
        top: 107px; } }
    @media screen and (min-width: 680px) {
      .nav-is-open .modal-overlay {
        top: 88px; } }
  @media screen and (min-width: 800px) {
    .nav-is-open {
      overflow: auto;
      position: static;
      height: auto;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
      .nav-is-open .modal-overlay {
        display: none !important; } }

.titleist-nav {
  clear: both;
  border-top: 1px solid #e3dede;
  *zoom: 1;
  clear: both; }
  .titleist-nav:before, .titleist-nav:after {
    content: " ";
    display: table; }
  .titleist-nav:after {
    clear: both; }
  @media screen and (min-width: 680px) {
    .titleist-nav {
      border: 0;
      clear: right;
      float: right;
      margin-right: 5px; } }

.nav-list,
.nav-util-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1; }
  @media screen and (min-width: 440px) {
    .nav-list,
    .nav-util-list {
      font-size: 12px;
      font-size: 0.75rem;
      padding-left: 0; } }

/*.nav-list {
    @media screen and (max-width: $breakpoint-small) {
        @include flexbox();
        @include justify-content(space-between);
        padding: 0 10px;
    }
}*/
@media screen and (min-width: 680px) {
  .nav-util-list {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: normal; } }

.nav-item {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  text-transform: uppercase;
  margin: 0; }
  .nav-item > a {
    display: block;
    color: #4C4C4C;
    margin: 5px -4px 0 0;
    padding: 17px 8px 18px;
    line-height: 1;
    text-decoration: none;
    border-bottom: 0;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s; }
    @media screen and (min-width: 820px) {
      .nav-item > a {
        padding: 16px 20px 20px; } }
    @media screen and (max-width: 360px) {
      .nav-item > a {
        font-size: 9px;
        font-size: 0.5625rem;
        padding: 17px 6px 18px; } }
    .nav-item > a:hover, .nav-item > a:focus {
      background: #e8e8e8; }
  .nav-item.is-current > a {
    background: #e31837;
    color: #fff;
    -webkit-box-shadow: inset 0 -4px 0 0 #c8102d;
    -moz-box-shadow: inset 0 -4px 0 0 #c8102d;
    box-shadow: inset 0 -4px 0 0 #c8102d;
    text-decoration: none; }
  .nav-item.is-active > a {
    background: #000;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .nav-item.is-active .sub-menu {
    left: 0;
    padding: 0 5px;
    z-index: 99;
    opacity: 1; }
  .no-js .nav-item > a:hover, .no-js .nav-item > a:focus {
    background: #e31837;
    color: #fff;
    -webkit-box-shadow: inset 0 -4px 0 0 #c8102d;
    -moz-box-shadow: inset 0 -4px 0 0 #c8102d;
    box-shadow: inset 0 -4px 0 0 #c8102d;
    text-decoration: none; }
    .no-js .nav-item > a:hover + .sub-menu, .no-js .nav-item > a:focus + .sub-menu {
      left: 0;
      padding: 0 5px;
      z-index: 99;
      opacity: 1; }

.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 105px;
  bottom: 0;
  width: 100%;
  left: -100%;
  padding: 0 !important;
  line-height: normal;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all cubic-bezier(0.15, 0.75, 0.25, 1) 0.5s;
  -moz-transition: all cubic-bezier(0.15, 0.75, 0.25, 1) 0.5s;
  -ms-transition: all cubic-bezier(0.15, 0.75, 0.25, 1) 0.5s;
  transition: all cubic-bezier(0.15, 0.75, 0.25, 1) 0.5s;
  text-transform: none;
  background: #fff;
  padding: 0 5px;
  text-align: left; }
  @media screen and (min-width: 440px) {
    .sub-menu {
      top: 107px; } }
  @media screen and (min-width: 680px) {
    .sub-menu {
      top: 88px; } }
  @media screen and (min-width: 800px) {
    .sub-menu {
      bottom: auto;
      width: 100%;
      position: absolute;
      overflow: hidden;
      border-right: 0;
      opacity: 0;
      -webkit-transition: opacity ease-in-out 0.5s;
      -moz-transition: opacity ease-in-out 0.5s;
      -ms-transition: opacity ease-in-out 0.5s;
      transition: opacity ease-in-out 0.5s;
      border: 0; } }
  @media screen and (min-width: 800px) {
    .sub-menu {
      -webkit-box-shadow: 0 2px 2px 0 #ddd;
      -moz-box-shadow: 0 2px 2px 0 #ddd;
      box-shadow: 0 2px 2px 0 #ddd; } }
  @media screen and (min-width: 940px) {
    .sub-menu {
      padding-bottom: 30px !important; } }
  .sub-menu > li {
    margin: auto; }

.nav-header {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
  clear: both;
  text-align: left;
  font-weight: 400;
  padding: 25px 20px 20px;
  background: #000;
  color: #fff; }
  .nav-header:before, .nav-header:after {
    content: " ";
    display: table; }
  .nav-header:after {
    clear: both; }
  @media screen and (min-width: 680px) {
    .nav-header a[class*="btn-"] {
      float: right; } }
  @media screen and (min-width: 940px) {
    .nav-header {
      border-bottom: 1px solid #e3dede;
      margin-bottom: -1px;
      padding: 20px 10px; } }
  @media screen and (min-width: 1000px) {
    .nav-header {
      padding-right: 0;
      padding-left: 0; } }

.nav-heading {
  font-size: 19px;
  font-size: 1.1875rem;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-transform: uppercase;
  letter-spacing: .02em;
  letter-spacing: 0;
  color: #fff; }
  @media screen and (min-width: 680px) {
    .nav-heading {
      float: left;
      padding-top: 5px;
      padding-left: 0;
      margin-bottom: 0;
      line-height: normal; } }

.nav-is-open .nav-item .sub-nav {
  left: 0 !important; }

.nav-section {
  margin: 0 20px;
  padding: 10px 0;
  border-top: 1px solid #e3dede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .nav-section form {
    margin-top: 10px; }
  @media screen and (min-width: 940px) {
    .nav-section {
      padding: 30px 0 0;
      overflow: hidden; } }
  @media screen and (min-width: 1000px) {
    .nav-section {
      margin: 0; } }

.nav-section-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.65; }
  @media screen and (min-width: 800px) {
    .nav-section-list {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 0 10px; } }
  .nav-section-list > li {
    padding: 15px 0;
    overflow: hidden; }
    .nav-section-list > li + li {
      border-top: 1px solid #e3dede; }
    .nav-section-list > li a {
      text-decoration: none;
      border-bottom: 0;
      display: block;
      color: #000; }
      .nav-section-list > li a:hover {
        text-decoration: underline; }
  .nav-section-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    line-height: 2.2;
    font-size: 12px;
    font-size: 0.75rem; }
    .nav-section-list ul > li a {
      color: #4C4C4C;
      text-transform: none;
      line-height: 1;
      padding-top: 0.6em;
      padding-bottom: 0.5em; }
  .nav-section-list .nav-icon {
    margin-right: 20px;
    float: left; }
    .nav-section-list .nav-icon img {
      display: block; }

.sub-menu {
  background: #f6f6f6; }
  .sub-menu .m-callout, .sub-menu .m-callout-secondary, .sub-menu .m-callout-tertiary, .sub-menu .m-callout-bg-image .cta-content, .m-callout-bg-image .sub-menu .cta-content, .sub-menu .m-callout-quaternary {
    border-top: 1px solid #d6d6d6;
    background: transparent; }
    @media screen and (min-width: 940px) {
      .sub-menu .m-callout, .sub-menu .m-callout-secondary, .sub-menu .m-callout-tertiary, .sub-menu .m-callout-bg-image .cta-content, .m-callout-bg-image .sub-menu .cta-content, .sub-menu .m-callout-quaternary {
        border-top: 0; }
        .sub-menu .m-callout + .m-callout, .sub-menu .m-callout-secondary + .m-callout, .sub-menu .m-callout-tertiary + .m-callout, .sub-menu .m-callout-bg-image .cta-content + .m-callout, .m-callout-bg-image .sub-menu .cta-content + .m-callout, .sub-menu .m-callout-quaternary + .m-callout, .sub-menu .m-callout + .m-callout-secondary, .sub-menu .m-callout-secondary + .m-callout-secondary, .sub-menu .m-callout-tertiary + .m-callout-secondary, .sub-menu .m-callout-bg-image .cta-content + .m-callout-secondary, .m-callout-bg-image .sub-menu .cta-content + .m-callout-secondary, .sub-menu .m-callout-quaternary + .m-callout-secondary, .sub-menu .m-callout + .m-callout-tertiary, .sub-menu .m-callout-secondary + .m-callout-tertiary, .sub-menu .m-callout-tertiary + .m-callout-tertiary, .sub-menu .m-callout-bg-image .cta-content + .m-callout-tertiary, .m-callout-bg-image .sub-menu .cta-content + .m-callout-tertiary, .sub-menu .m-callout-quaternary + .m-callout-tertiary, .sub-menu .m-callout-bg-image .m-callout + .cta-content, .m-callout-bg-image .sub-menu .m-callout + .cta-content, .sub-menu .m-callout-bg-image .m-callout-secondary + .cta-content, .m-callout-bg-image .sub-menu .m-callout-secondary + .cta-content, .sub-menu .m-callout-bg-image .m-callout-tertiary + .cta-content, .m-callout-bg-image .sub-menu .m-callout-tertiary + .cta-content, .sub-menu .m-callout-bg-image .cta-content + .cta-content, .m-callout-bg-image .sub-menu .cta-content + .cta-content, .sub-menu .m-callout-bg-image .m-callout-quaternary + .cta-content, .m-callout-bg-image .sub-menu .m-callout-quaternary + .cta-content, .sub-menu .m-callout + .m-callout-quaternary, .sub-menu .m-callout-secondary + .m-callout-quaternary, .sub-menu .m-callout-tertiary + .m-callout-quaternary, .sub-menu .m-callout-bg-image .cta-content + .m-callout-quaternary, .m-callout-bg-image .sub-menu .cta-content + .m-callout-quaternary, .sub-menu .m-callout-quaternary + .m-callout-quaternary {
          border-top: 1px solid #d6d6d6; } }
    .sub-menu .m-callout .m-callout-heading, .sub-menu .m-callout-secondary .m-callout-heading, .sub-menu .m-callout-tertiary .m-callout-heading, .sub-menu .m-callout-bg-image .cta-content .m-callout-heading, .m-callout-bg-image .sub-menu .cta-content .m-callout-heading, .sub-menu .m-callout-quaternary .m-callout-heading {
      font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.3;
      padding: 0 10px; }
  @media screen and (min-width: 940px) {
    .sub-menu.menu-balls .nav-section-list {
      border-right: 1px solid #d6d6d6; }
      .sub-menu.menu-balls .nav-section-list.no-border-right {
        border-right: 0; } }
  .sub-menu.menu-balls .nav-section-list > li > a {
    line-height: 50px; }
  .sub-menu.menu-gear .nav-section-list {
    line-height: 50px; }
    @media screen and (min-width: 680px) {
      .sub-menu.menu-gear .nav-section-list > li {
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        width: 47%;
        margin-right: 2%; }
        .sub-menu.menu-gear .nav-section-list > li:nth-child(2) {
          border: 0; } }
    @media screen and (min-width: 800px) {
      .sub-menu.menu-gear .nav-section-list > li {
        width: 31%; }
        .sub-menu.menu-gear .nav-section-list > li:nth-child(3) {
          border: 0; } }
  .sub-menu.menu-clubs .nav-label {
    font-weight: 600; }
  @media screen and (min-width: 940px) {
    .sub-menu.menu-clubs .nav-section-list {
      border-right: 1px solid #d6d6d6; } }
  .sub-menu.menu-clubs .nav-section-list > li.icon-sprite:before {
    height: 70px; }
  .sub-menu.menu-clubs .nav-section-list > li:last-child a {
    line-height: 50px; }

@media screen and (min-width: 940px) {
  .sub-menu.menu-balls .nav-section, .sub-menu.menu-clubs .nav-section {
    width: 66.666666%;
    float: left;
    margin: 0; }
  .sub-menu.menu-balls .m-callout-tertiary, .sub-menu.menu-balls .m-callout-bg-image .cta-content, .m-callout-bg-image .sub-menu.menu-balls .cta-content, .sub-menu.menu-clubs .m-callout-tertiary, .sub-menu.menu-clubs .m-callout-bg-image .cta-content, .m-callout-bg-image .sub-menu.menu-clubs .cta-content {
    width: 30%;
    float: right;
    margin-top: 20px; } }
.sub-menu.menu-balls .nav-section-list, .sub-menu.menu-clubs .nav-section-list {
  overflow: hidden; }
  @media screen and (min-width: 680px) {
    .sub-menu.menu-balls .nav-section-list > li, .sub-menu.menu-clubs .nav-section-list > li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 47%;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      margin-right: 2%; }
      .sub-menu.menu-balls .nav-section-list > li:nth-child(2), .sub-menu.menu-clubs .nav-section-list > li:nth-child(2) {
        border: 0; } }
.sub-menu.menu-tour .nav-label {
  font-weight: 700; }
@media screen and (min-width: 800px) {
  .sub-menu.menu-tour .nav-section > .nav-section-list {
    margin-left: -20px; }
    .sub-menu.menu-tour .nav-section > .nav-section-list > li {
      width: 50%;
      float: left;
      padding: 5px 30px 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .sub-menu.menu-tour .nav-section > .nav-section-list > li + li {
        border-top: 0;
        border-left: 1px solid #e3dede; } }
@media screen and (min-width: 940px) {
  .sub-menu.menu-tour .nav-section {
    width: 33.333333%;
    float: left;
    padding-bottom: 0;
    padding-left: 10px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 30px; }
    .sub-menu.menu-tour .nav-section:last-child {
      width: 66.666666%;
      padding-right: 0; }
    .sub-menu.menu-tour .nav-section > .nav-section-list {
      margin-left: 0; }
      .sub-menu.menu-tour .nav-section > .nav-section-list > li {
        border-left: 1px solid #e3dede; } }
@media screen and (min-width: 1000px) {
  .sub-menu.menu-tour .nav-section {
    padding-left: 0; } }
.sub-menu.menu-titleist .nav-label {
  font-weight: 700; }
@media screen and (min-width: 800px) {
  .sub-menu.menu-titleist .nav-section-list > li {
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .sub-menu.menu-titleist .nav-section-list .nav-my-titleist,
  .sub-menu.menu-titleist .nav-section-list .nav-story {
    width: 50%;
    float: left;
    border-top: 0;
    padding-top: 5px;
    clear: none;
    border-left: 1px solid #e3dede;
    margin-bottom: 15px;
    min-height: 178px; }
  .sub-menu.menu-titleist .nav-section-list .nav-story {
    padding-left: 30px; }
  .sub-menu.menu-titleist .nav-section-list .nav-my-titleist {
    border-left: 0;
    border-right: 1px solid #e3dede;
    margin-right: -1px; } }
@media screen and (min-width: 940px) {
  .sub-menu.menu-titleist .nav-section-list > li {
    clear: none;
    width: 33.333333%;
    float: left;
    border-left: 1px solid #e3dede;
    border-top: 0;
    padding-left: 30px; }
    .sub-menu.menu-titleist .nav-section-list > li:nth-child(3) {
      border-top: 0;
      padding-top: 5px; }
  .sub-menu.menu-titleist .nav-section-list .nav-my-titleist {
    padding-left: 0; }
  .sub-menu.menu-titleist .nav-section-list .nav-my-titleist,
  .sub-menu.menu-titleist .nav-section-list .nav-story {
    width: 33.333333%; }
  .sub-menu.menu-titleist .nav-section-list .nav-story {
    border-right: 1px solid #e3dede;
    margin-right: -1px; } }

.nav-inline {
  background: #f6f6f6;
  padding: 0; }
  @media screen and (min-width: 800px) {
    .nav-inline {
      padding: 15px 0; } }
  .nav-inline ul {
    margin: 0;
    padding: 15px;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media screen and (min-width: 800px) {
      .nav-inline ul {
        padding: 0 15px; } }
  .nav-inline li {
    margin: 0 0 5px -4px;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-weight: 700;
    width: 50%; }
    @media screen and (min-width: 800px) {
      .nav-inline li {
        width: auto;
        margin: 0; } }
    .nav-inline li:first-child {
      margin-right: 15px;
      display: block; }
      @media screen and (min-width: 800px) {
        .nav-inline li:first-child {
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          width: auto; } }
      @media screen and (min-width: 800px) {
        .nav-inline li:first-child {
          margin-right: 25px; } }
    .nav-inline li a {
      display: block;
      padding: 0 15px;
      border-radius: 3px;
      border: 0;
      color: #000;
      -webkit-transition: color linear 0.2s;
      -moz-transition: color linear 0.2s;
      -ms-transition: color linear 0.2s;
      transition: color linear 0.2s; }
      @media screen and (min-width: 800px) {
        .nav-inline li a {
          padding: 1px 5px; } }
      @media screen and (min-width: 1000px) {
        .nav-inline li a {
          padding: 1px 12px; } }
      .nav-inline li a:hover, .nav-inline li a:focus {
        color: #868686; }
    .nav-inline li a.is-active,
    .nav-inline li a.filter.active {
      background: #000;
      color: #fff;
      margin-left: 0; }

#main-nav {
  max-height: 0;
  -webkit-transition: max-height 0.15s ease-out;
  -moz-transition: max-height 0.15s ease-out;
  -ms-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  overflow: auto;
  background: #fff;
  width: 100%;
  top: 51px;
  left: 0;
  position: absolute; }
  #main-nav.open {
    position: static; }
  #main-nav ul, #main-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #main-nav a {
    color: #000;
    border-bottom: 0; }
  #main-nav .nav-item {
    display: block; }
    #main-nav .nav-item .sub-nav-menu {
      max-height: 0;
      -webkit-transition: max-height 0.3s ease-out;
      -moz-transition: max-height 0.3s ease-out;
      -ms-transition: max-height 0.3s ease-out;
      transition: max-height 0.3s ease-out;
      overflow: hidden; }
      #main-nav .nav-item .sub-nav-menu .nav-item {
        text-transform: capitalize; }
    #main-nav .nav-item .sub-nav-header {
      font-weight: bold;
      position: relative; }
    #main-nav .nav-item.open > .sub-nav-menu, #main-nav .nav-item .open > .sub-nav-menu {
      max-height: 5000px;
      -webkit-transition: max-height 0.5s ease-in;
      -moz-transition: max-height 0.5s ease-in;
      -ms-transition: max-height 0.5s ease-in;
      transition: max-height 0.5s ease-in; }
  #main-nav > ul > li {
    /* first level menu item */ }
    #main-nav > ul > li > a {
      background: #EDEDED;
      margin: 0;
      border-bottom: 1px solid #ccc;
      position: relative;
      padding: 18px 24px;
      font-weight: bold; }
      @media screen and (max-width: 360px) {
        #main-nav > ul > li > a {
          font-size: inherit; } }
    #main-nav > ul > li.is-current > a {
      background: inherit;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    #main-nav > ul > li.has-submenu > a:before, #main-nav > ul > li.has-submenu > a:after {
      content: "";
      position: absolute;
      right: 22px;
      top: 24px;
      width: 12px;
      border-top: 2px solid #84878e;
      pointer-events: none; }
    #main-nav > ul > li.has-submenu > a:after {
      -webkit-transition: transform 200ms ease-out;
      -moz-transition: transform 200ms ease-out;
      -ms-transition: transform 200ms ease-out;
      transition: transform 200ms ease-out;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    #main-nav > ul > li.has-submenu.open > a:after {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    #main-nav > ul > li > .sub-nav-menu .sub-nav-col.featured {
      display: none; }
    #main-nav > ul > li > .sub-nav-menu .sub-nav-col > li {
      /* 2nd level menu item */ }
      #main-nav > ul > li > .sub-nav-menu .sub-nav-col > li > a {
        background: #F6F6F6;
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding: 16px 24px;
        font-size: 13px;
        font-size: 0.8125rem; }
        #main-nav > ul > li > .sub-nav-menu .sub-nav-col > li > a.icon-file-pdf {
          padding-top: 6px; }
          #main-nav > ul > li > .sub-nav-menu .sub-nav-col > li > a.icon-file-pdf:after {
            content: "";
            display: inline-block;
            background: url(../images/icons/PNG/pdf-file-icon.png) no-repeat;
            width: 24px;
            height: 24px;
            vertical-align: bottom;
            margin-left: 6px; }
      #main-nav > ul > li > .sub-nav-menu .sub-nav-col > li.has-submenu .sub-nav-header:before, #main-nav > ul > li > .sub-nav-menu .sub-nav-col > li.has-submenu .sub-nav-header:after {
        content: "";
        position: absolute;
        right: 23px;
        top: 20px;
        width: 10px;
        border-top: 2px solid #84878e;
        pointer-events: none; }
      #main-nav > ul > li > .sub-nav-menu .sub-nav-col > li.has-submenu .sub-nav-header:after {
        -webkit-transition: transform 200ms ease-out;
        -moz-transition: transform 200ms ease-out;
        -ms-transition: transform 200ms ease-out;
        transition: transform 200ms ease-out;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      #main-nav > ul > li > .sub-nav-menu .sub-nav-col > li.has-submenu.open .sub-nav-header:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      #main-nav > ul > li > .sub-nav-menu .sub-nav-col > li > ul.sub-nav-menu > li > a {
        /* 3rd level menu item */
        display: block;
        padding: 8px 24px;
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        font-size: 0.8125rem;
        background: #fff;
        color: #4c4c4c;
        text-transform: none; }
        #main-nav > ul > li > .sub-nav-menu .sub-nav-col > li > ul.sub-nav-menu > li > a:hover {
          text-decoration: underline; }

.new-nav .nav-util.is-hidden-desktop .nav-util-item#mini-cart {
  padding-left: 4px; }
  @media screen and (min-width: 680px) {
    .new-nav .nav-util.is-hidden-desktop .nav-util-item#mini-cart {
      padding-top: 6px; } }
.new-nav .nav-util.is-hidden-desktop .nav-util-item > a {
  margin-top: 2px;
  padding: 12px 10px; }
  @media screen and (min-width: 680px) {
    .new-nav .nav-util.is-hidden-desktop .nav-util-item > a {
      margin-top: 6px; } }
.new-nav .nav-util.is-hidden-desktop .nav-util-item .titleist-icon {
  font-size: 15px;
  font-size: 0.9375rem; }
.new-nav .nav-util.is-hidden-desktop .nav-util-item .is-hidden-mobile {
  display: none !important; }
.new-nav .nav-util.is-hidden-desktop .nav-util-item#mobile-search.is-open > a {
  background: none;
  color: #868686; }
  .new-nav .nav-util.is-hidden-desktop .nav-util-item#mobile-search.is-open > a:after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #EDEDED;
    position: absolute;
    top: 42px;
    margin-left: -3px; }
.new-nav .search-button {
  position: absolute;
  top: 1px;
  left: 10px; }
  @media screen and (min-width: 680px) {
    .new-nav .search-button {
      top: 6px; } }
  .new-nav .search-button button {
    display: inline-block;
    right: 0;
    height: 25px;
    padding: 0;
    line-height: 25px;
    background: none;
    border: none;
    text-align: center;
    color: #666;
    margin: 0; }
.new-nav .helpful-links {
  background: #EDEDED;
  padding-bottom: 40px !important; }
  .new-nav .helpful-links > li {
    font-weight: bold;
    padding: 26px 24px !important;
    text-transform: uppercase; }
    .new-nav .helpful-links > li > ul {
      display: block !important;
      max-height: none !important;
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      transition: none !important;
      overflow: visible !important;
      margin-top: 4px !important; }
      .new-nav .helpful-links > li > ul li {
        padding: 4px 0 !important; }
        .new-nav .helpful-links > li > ul li a {
          color: #868686 !important;
          text-transform: capitalize;
          font-weight: normal; }
.new-nav #mobile-nav-icon-wrapper {
  padding: 18px 17px 14px 15px;
  float: right; }
  @media screen and (min-width: 350px) {
    .new-nav #mobile-nav-icon-wrapper {
      padding-left: 30px; } }
.new-nav #mobile-nav-icon {
  width: 25px;
  height: 20px;
  position: relative;
  margin: 0;
  cursor: pointer;
  float: right; }
  .new-nav #mobile-nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out; }
    .new-nav #mobile-nav-icon span:nth-child(1) {
      top: 0px; }
    .new-nav #mobile-nav-icon span:nth-child(2), .new-nav #mobile-nav-icon span:nth-child(3) {
      top: 7px; }
    .new-nav #mobile-nav-icon span:nth-child(4) {
      top: 14px; }
  .new-nav #mobile-nav-icon.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%; }
  .new-nav #mobile-nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .new-nav #mobile-nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .new-nav #mobile-nav-icon.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%; }
.new-nav #utility-nav {
  display: none; }
@media only screen and (min-width: 940px) {
  .new-nav.titleist-banner.banner--down {
    margin-top: -119px !important; } }
.new-nav.titleist-banner:before {
  display: none; }
.new-nav .titleist-logo {
  padding: 4px 12px; }
  @media screen and (min-width: 680px) {
    .new-nav .titleist-logo {
      padding: 12px 0 0 0; } }
  @media screen and (min-width: 680px) {
    .new-nav .titleist-logo {
      padding: 14px 0 8px 0; } }
  .new-nav .titleist-logo img, .new-nav .titleist-logo a, .new-nav .titleist-logo picture {
    height: 44px !important; }
    @media only screen and (max-width: 940px) and (min-width: 680px) {
      .new-nav .titleist-logo img, .new-nav .titleist-logo a, .new-nav .titleist-logo picture {
        height: 36px !important; } }
    @media only screen and (max-width: 1030px) and (min-width: 940px) {
      .new-nav .titleist-logo img, .new-nav .titleist-logo a, .new-nav .titleist-logo picture {
        width: 160px !important; } }
.new-nav.titleist-banner.banner--down {
  margin-top: -52px; }
  .new-nav.titleist-banner.banner--down #main-nav > ul > li {
    display: none; }

@media only screen and (max-width: 939px) {
  .mobile-fixed-position {
    position: fixed;
    max-width: 100%; }

  #main-nav.open {
    max-height: 1000px;
    -webkit-transition: max-height 0.35s ease-in;
    -moz-transition: max-height 0.35s ease-in;
    -ms-transition: max-height 0.35s ease-in;
    transition: max-height 0.35s ease-in;
    height: calc(100vh - 65px);
    height: -o-calc(100vh - 65px);
    /* opera */
    height: -webkit-calc(100vh - 65px);
    /* google, safari */
    height: -moz-calc(100vh - 65px);
    /* firefox */
    background: #EDEDED; }
    #main-nav.open:after {
      content: '';
      position: absolute;
      bottom: -20px;
      z-index: 1;
      background: #EDEDED;
      width: 100%;
      right: 0;
      height: 20px; }

  .new-nav > .titleist-container {
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    -moz-box-shadow: 0 2px 2px 0 #ddd;
    box-shadow: 0 2px 2px 0 #ddd; }
  .new-nav .titleist-search-box {
    background: #EDEDED;
    display: block;
    max-height: 0;
    -webkit-transition: max-height 0.15s ease-out;
    -moz-transition: max-height 0.15s ease-out;
    -ms-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    clear: both; }
    .new-nav .titleist-search-box.is-open {
      max-height: 500px;
      -webkit-transition: max-height 0.25s ease-in;
      -moz-transition: max-height 0.25s ease-in;
      -ms-transition: max-height 0.25s ease-in;
      transition: max-height 0.25s ease-in; }
    .new-nav .titleist-search-box > div {
      position: relative;
      padding: 6px 10px; }
      .new-nav .titleist-search-box > div input {
        padding: 6px 10px 6px 32px;
        margin: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        font-size: 12px;
        font-size: 0.75rem;
        box-shadow: none; }
      .new-nav .titleist-search-box > div .titleist-icon {
        font-size: 15px;
        font-size: 0.9375rem; }
      .new-nav .titleist-search-box > div .search-button {
        left: 20px;
        top: 8px; } }
@media screen and (max-width: 320px) {
  #main-nav.open {
    height: calc(100vh - 52px);
    height: -o-calc(100vh - 52px);
    /* opera */
    height: -webkit-calc(100vh - 52px);
    /* google, safari */
    height: -moz-calc(100vh - 52px);
    /* firefox */ } }
@media screen and (min-width: 940px) {
  .new-nav .is-hidden-desktop {
    display: none !important; }
  .new-nav .titleist-container-wide {
    max-width: 1050px; }
  .new-nav .titleist-container {
    padding-bottom: 65px;
    padding-top: 10px;
    max-width: 1050px; }
  .new-nav.titleist-banner {
    padding-left: 0; }
    .new-nav.titleist-banner:before {
      top: 88px; }
  .new-nav #mobile-nav-icon-wrapper {
    display: none; }
  .new-nav .titleist-search-box {
    display: block;
    position: relative;
    float: right;
    padding-top: 20px;
    min-width: 210px;
    margin-left: 20px; }
    .new-nav .titleist-search-box input[type="search"], .new-nav .titleist-search-box input[type="text"] {
      font-size: 11px;
      font-size: 0.6875rem;
      border: 1px solid #d6d6d6;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding: 6px 6px 6px 10px;
      margin-bottom: 0; }
    .new-nav .titleist-search-box .search-button {
      right: 4px;
      left: auto;
      top: 22px; }
    .new-nav .titleist-search-box .icon-search {
      font-size: 15px;
      font-size: 0.9375rem; }
  .new-nav .titleist-utility-nav {
    background: #000; }
    .new-nav .titleist-utility-nav:after {
      display: block;
      content: '';
      z-index: 1;
      background: #E31837;
      height: 2px; }
    .new-nav .titleist-utility-nav .titleist-container {
      padding-bottom: 0 !important;
      padding-top: 0 !important;
      min-height: 12px; }
    .new-nav .titleist-utility-nav #utility-nav {
      padding: 0px;
      margin-bottom: 0px;
      display: inline-block; }
      .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list {
        float: right; }
        .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item > a {
          color: #e5e5e5;
          margin-bottom: 5px;
          position: relative; }
          .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item > a:after {
            content: '';
            position: absolute;
            top: 2px;
            bottom: 0;
            z-index: 1;
            background: #e5e5e5;
            width: 1px;
            right: 0;
            margin: 8px 0; }
          .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item > a:hover {
            text-decoration: underline; }
        .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item#mini-cart {
          padding-right: 0; }
          .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item#mini-cart:after {
            display: none; }
          .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item#mini-cart .mini-cart-total {
            margin: 14px 2px 0 0; }
            .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item#mini-cart .mini-cart-total a.mini-cart-link .icon-cart:before {
              background: url(../images/icons/PNG/icon-cart-light.png); }
            .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item#mini-cart .mini-cart-total a.mini-cart-link .minicart-quantity {
              color: #e5e5e5; }
        .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item.has-children {
          padding-right: 15px;
          position: static; }
          .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item.has-children > a {
            padding-right: 36px; }
            .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item.has-children > a:before {
              content: '>';
              font: 20px "Consolas", monospace;
              color: #e5e5e5;
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              right: 12px;
              top: 4px;
              position: absolute;
              pointer-events: none; }
          .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item.has-children > div {
            position: absolute;
            top: 0;
            height: 100%;
            width: 100%;
            max-width: 124px;
            top: 36px;
            display: none; }
          .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item.has-children.is-open > div {
            display: block; }
          .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item.has-children .sub-menu {
            display: block;
            width: 100%;
            background: #fff;
            border: 1px solid #ccc;
            top: 0; }
            .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item.has-children .sub-menu > li {
              border-bottom: 1px solid #ccc; }
              .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item.has-children .sub-menu > li > a {
                color: #000;
                border: 0 none;
                font-size: 12px;
                font-size: 0.75rem;
                display: inline-block;
                width: 68%;
                padding: 7% 16%; }
          .new-nav .titleist-utility-nav #utility-nav > ul.nav-util-list .nav-util-item.has-children:hover > div {
            display: block; }
  .new-nav.titleist-banner:before {
    display: block; }

  #main-nav {
    display: block;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    overflow: hidden;
    float: right;
    position: static;
    padding-top: 18px;
    width: auto; }
    #main-nav .nav-item {
      display: inline-block; }
      #main-nav .nav-item .sub-nav-menu {
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        left: 0;
        padding-left: 20px;
        max-height: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none; }
        #main-nav .nav-item .sub-nav-menu .sub-nav-menu {
          display: block;
          position: static; }
        #main-nav .nav-item .sub-nav-menu.open {
          display: block; }
      #main-nav .nav-item .sub-nav-col {
        width: 25%;
        display: inline-block;
        vertical-align: top; }
        #main-nav .nav-item .sub-nav-col > li {
          vertical-align: top; }
        #main-nav .nav-item .sub-nav-col .sub-nav-menu > li {
          padding-left: 0; }
        #main-nav .nav-item .sub-nav-col:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          z-index: 1;
          background: #ccc;
          width: 1px;
          margin: 20px 0 0 0; }
      #main-nav .nav-item .titleist-container-wide > div .sub-nav-col,
      #main-nav .nav-item .titleist-container > div .sub-nav-col {
        width: 33%; }
      #main-nav .nav-item .titleist-container-wide > div.col-1-narrow .sub-nav-col,
      #main-nav .nav-item .titleist-container > div.col-1-narrow .sub-nav-col {
        width: 28%; }
      #main-nav .nav-item .titleist-container-wide > div .sub-nav-col + .sub-nav-col,
      #main-nav .nav-item .titleist-container > div .sub-nav-col + .sub-nav-col {
        width: 42%; }
      #main-nav .nav-item .titleist-container-wide > div.col-1-narrow .sub-nav-col + .sub-nav-col,
      #main-nav .nav-item .titleist-container > div.col-1-narrow .sub-nav-col + .sub-nav-col {
        width: 46%; }
      #main-nav .nav-item .titleist-container-wide > div .sub-nav-col + .sub-nav-col + .sub-nav-col,
      #main-nav .nav-item .titleist-container > div .sub-nav-col + .sub-nav-col + .sub-nav-col {
        width: 30%; }
      #main-nav .nav-item .titleist-container-wide > div.col-1-narrow .sub-nav-col + .sub-nav-col + .sub-nav-col,
      #main-nav .nav-item .titleist-container > div.col-1-narrow .sub-nav-col + .sub-nav-col + .sub-nav-col {
        width: 28%; }
      #main-nav .nav-item .titleist-container-wide > div .sub-nav-col + .sub-nav-col + .sub-nav-col.featured,
      #main-nav .nav-item .titleist-container > div .sub-nav-col + .sub-nav-col + .sub-nav-col.featured,
      #main-nav .nav-item .titleist-container-wide > div.col-1-narrow .sub-nav-col + .sub-nav-col + .sub-nav-col.featured,
      #main-nav .nav-item .titleist-container > div.col-1-narrow .sub-nav-col + .sub-nav-col + .sub-nav-col.featured,
      #main-nav .nav-item .titleist-container-wide > div .sub-nav-col + .sub-nav-col.featured,
      #main-nav .nav-item .titleist-container > div .sub-nav-col + .sub-nav-col.featured {
        width: 20%; }
      #main-nav .nav-item .titleist-container-wide > div.sub-nav-four-col .sub-nav-col,
      #main-nav .nav-item .titleist-container > div.sub-nav-four-col .sub-nav-col {
        width: 25%; }
      #main-nav .nav-item .titleist-container-wide > div.sub-nav-four-col .sub-nav-col + .sub-nav-col,
      #main-nav .nav-item .titleist-container > div.sub-nav-four-col .sub-nav-col + .sub-nav-col {
        width: 26%; } }
      @media only screen and (min-width: 940px) and (max-width: 1100px) and (min-width: 940px) {
        #main-nav .nav-item .titleist-container-wide > div.sub-nav-four-col .sub-nav-col + .sub-nav-col,
        #main-nav .nav-item .titleist-container > div.sub-nav-four-col .sub-nav-col + .sub-nav-col {
          width: 25%; } }
@media screen and (min-width: 940px) {
      #main-nav .nav-item .titleist-container-wide > div.sub-nav-four-col .sub-nav-col + .sub-nav-col + .sub-nav-col,
      #main-nav .nav-item .titleist-container > div.sub-nav-four-col .sub-nav-col + .sub-nav-col + .sub-nav-col {
        width: 26%; } }
      @media only screen and (min-width: 940px) and (max-width: 1100px) and (min-width: 940px) {
        #main-nav .nav-item .titleist-container-wide > div.sub-nav-four-col .sub-nav-col + .sub-nav-col + .sub-nav-col,
        #main-nav .nav-item .titleist-container > div.sub-nav-four-col .sub-nav-col + .sub-nav-col + .sub-nav-col {
          width: 25%; } }
@media screen and (min-width: 940px) {
      #main-nav .nav-item .titleist-container-wide > div.sub-nav-four-col .sub-nav-col + .sub-nav-col + .sub-nav-col + .sub-nav-col,
      #main-nav .nav-item .titleist-container > div.sub-nav-four-col .sub-nav-col + .sub-nav-col + .sub-nav-col + .sub-nav-col {
        width: 20%; }
      #main-nav .nav-item .sub-nav-header {
        font-weight: bold; }
      #main-nav .nav-item.has-submenu .sub-nav-header:before, #main-nav .nav-item.has-submenu .sub-nav-header:after {
        display: none; }
    #main-nav > ul > li {
      /*first-level menu item*/ }
      #main-nav > ul > li:hover:after {
        display: block;
        content: '';
        z-index: 1;
        background: #E31837;
        height: 2px;
        margin-right: 8px;
        position: relative;
        bottom: 7px;
        margin-left: 8px; }
      #main-nav > ul > li > a {
        background: #fff;
        border-bottom: 0 none;
        padding: 12px 8px;
        color: #4C4C4C;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.75rem; }
      #main-nav > ul > li:first-child:hover:after, #main-nav > ul > li:first-child.is-current:after {
        margin-left: 0; }
      #main-nav > ul > li:first-child > a {
        padding-left: 0; }
      #main-nav > ul > li.has-submenu > a:before, #main-nav > ul > li.has-submenu > a:after {
        display: none; }
      #main-nav > ul > li > .sub-nav-menu {
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative; }
        #main-nav > ul > li > .sub-nav-menu.open {
          z-index: 300;
          -webkit-box-shadow: 0 2px 2px 0 #ddd;
          -moz-box-shadow: 0 2px 2px 0 #ddd;
          box-shadow: 0 2px 2px 0 #ddd; }
          #main-nav > ul > li > .sub-nav-menu.open:before {
            content: "";
            display: block;
            position: absolute;
            top: 10px;
            left: 0;
            height: 4px;
            width: 100%;
            z-index: 100;
            background: rgba(0, 0, 0, 0.2);
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%); }
        #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide {
          position: relative;
          overflow: hidden; }
          #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col > li {
            /* 2nd level menu item */
            display: block; }
            #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col > li > a {
              background: #fff;
              border-bottom: 0 none;
              color: #4C4C4C;
              font-size: 12px;
              font-size: 0.75rem;
              padding-left: 20px;
              padding-top: 25px;
              padding-bottom: 8px;
              text-transform: uppercase; }
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col > li > a:hover {
                text-decoration: underline; }
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col > li > a.icon-file-pdf {
                padding-left: 16px;
                padding-right: 16px; }
            #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col > li.has-submenu .sub-nav-header:before, #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col > li.has-submenu .sub-nav-header:after {
              display: none; }
            #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col > li > ul.sub-nav-menu > li > a {
              padding: 0;
              border-bottom: 0 none;
              font-size: 12px;
              font-size: 0.75rem;
              color: #4c4c4c; }
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col > li > ul.sub-nav-menu > li > a:hover {
                text-decoration: underline; }
            #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col > li > ul.sub-nav-menu.col-2 > li {
              width: 50%;
              float: left; }
          #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured {
            /* 2nd level featured menu item */
            display: inline-block;
            float: right;
            padding-right: 15px; } }
          @media only screen and (min-width: 940px) and (max-width: 1100px) and (min-width: 940px) {
            #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured {
              padding-right: 30px; } }
@media screen and (min-width: 940px) {
            #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured {
              padding-left: 20px;
              font-weight: bold;
              padding-top: 20px;
              font-size: 12px;
              font-size: 0.75rem; }
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured label {
                font-weight: bold;
                font-size: 12px;
                font-size: 0.75rem;
                text-transform: uppercase;
                line-height: 1.9; }
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured > a {
                display: block;
                padding: 6px 0 8px 0; }
                #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured > a span {
                  display: block;
                  color: #E31837;
                  text-transform: none;
                  text-decoration: underline;
                  padding-top: 8px; }
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured input[type="search"],
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured input[type="text"] {
                width: 90%;
                font-weight: normal; }
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured button {
                font-size: 14px;
                font-size: 0.875rem; }
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt > a {
                display: inline-block;
                color: #E31837;
                text-transform: capitalize;
                text-decoration: underline;
                padding-top: 0;
                padding-right: 0; }
                #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt > a.logo {
                  padding-top: 6px;
                  display: block;
                  text-decoration: none; }
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt span {
                padding: 0 6px;
                display: inline-block; }
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt h1 {
                font-weight: bold;
                line-height: 2.3;
                overflow: auto;
                font-size: 12px;
                font-size: 0.75rem;
                margin: 0; }
                #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt h1 img {
                  float: left;
                  margin-right: 10px;
                  line-height: 1.5px; }
              #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt .titleist-btn, #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt .btn-secondary, #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt .btn-tertiary, #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt .inputfile + label {
                padding: 12px 20px;
                margin-top: 20px;
                background: #e31837;
                color: #fff;
                text-transform: capitalize;
                font-size: 14px;
                font-size: 0.875rem;
                text-decoration: none; }
                #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt .titleist-btn:hover, #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt .btn-secondary:hover, #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt .btn-tertiary:hover, #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured .nav-item-featured.tt .inputfile + label:hover {
                  background: #b5132c; } }
          @media only screen and (min-width: 940px) and (max-width: 1030px) and (min-width: 940px) {
            #main-nav > ul > li > .sub-nav-menu div.titleist-container-wide .sub-nav-col.featured > li > a {
              padding-left: 0; } }

@media only screen and (max-width: 1100px) and (min-width: 940px) {
  #main-nav .nav-item .sub-nav-col .nav-item-featured.tt h1 {
    line-height: 1.3;
    width: 90%; }
  #main-nav .nav-item .sub-nav-col .nav-item-featured.tt .titleist-btn, #main-nav .nav-item .sub-nav-col .nav-item-featured.tt .btn-secondary, #main-nav .nav-item .sub-nav-col .nav-item-featured.tt .btn-tertiary, #main-nav .nav-item .sub-nav-col .nav-item-featured.tt .inputfile + label {
    width: 90%; } }
@media only screen and (max-width: 1030px) and (min-width: 940px) {
  .new-nav .titleist-search-box {
    min-width: 180px;
    margin-left: 10px; }

  #main-nav .nav-item .titleist-container-wide > div .sub-nav-col,
  #main-nav .nav-item .titleist-container > div .sub-nav-col {
    width: 32%; }
  #main-nav .nav-item .titleist-container-wide > div .sub-nav-col + .sub-nav-col,
  #main-nav .nav-item .titleist-container > div .sub-nav-col + .sub-nav-col {
    width: 38%; }
  #main-nav .nav-item .titleist-container-wide > div.col-1-narrow .sub-nav-col + .sub-nav-col,
  #main-nav .nav-item .titleist-container > div.col-1-narrow .sub-nav-col + .sub-nav-col {
    width: 45%; }
  #main-nav .nav-item .titleist-container-wide > div .sub-nav-col + .sub-nav-col + .sub-nav-col,
  #main-nav .nav-item .titleist-container > div .sub-nav-col + .sub-nav-col + .sub-nav-col {
    width: 28%; }
  #main-nav .nav-item .titleist-container-wide > div.col-1-narrow .sub-nav-col + .sub-nav-col + .sub-nav-col,
  #main-nav .nav-item .titleist-container > div.col-1-narrow .sub-nav-col + .sub-nav-col + .sub-nav-col {
    width: 25%; }
  #main-nav .nav-item .sub-nav-col .nav-item-featured.tt h1 {
    line-height: 1.3; }
  #main-nav .nav-item .sub-nav-col .nav-item-featured.tt .titleist-btn, #main-nav .nav-item .sub-nav-col .nav-item-featured.tt .btn-secondary, #main-nav .nav-item .sub-nav-col .nav-item-featured.tt .btn-tertiary, #main-nav .nav-item .sub-nav-col .nav-item-featured.tt .inputfile + label {
    width: 85%; } }
@media only screen and (max-width: 960px) and (min-width: 940px) {
  #main-nav > ul > li {
    /*first-level menu item*/ }
    #main-nav > ul > li:hover:after {
      left: 2px; }
    #main-nav > ul > li > a {
      padding-right: 4px; } }
@media screen and (min-width: 820px) {
  .titleist-banner.new-nav {
    padding: 0; } }
.nav-util {
  float: right;
  display: inline-block;
  vertical-align: bottom;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }

.nav-util-item {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }
  @media screen and (min-width: 1000px) {
    .nav-util-item {
      position: relative; } }
  .nav-util-item span {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: middle; }
    @media screen and (min-width: 760px) {
      .nav-util-item span {
        vertical-align: top; } }
  .nav-util-item .titleist-icon {
    font-size: 20px;
    font-size: 1.25rem;
    position: relative; }
    @media screen and (min-width: 680px) {
      .nav-util-item .titleist-icon {
        font-size: 15px;
        font-size: 0.9375rem; }
        .nav-util-item .titleist-icon.icon-user {
          top: -1px; } }
  .nav-util-item > a {
    display: block;
    color: #868686;
    text-decoration: none;
    padding: 12px;
    margin-top: 5px;
    line-height: 2;
    border-bottom: 0; }
    @media screen and (min-width: 680px) {
      .nav-util-item > a {
        line-height: normal;
        padding: 8px 12px; } }
  .nav-util-item .sub-menu {
    display: none;
    position: absolute;
    top: 49px;
    right: 0;
    left: auto;
    bottom: auto;
    padding: 0 !important;
    margin: 0;
    width: 100%;
    max-width: 700px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity linear 0.2s;
    -moz-transition: opacity linear 0.2s;
    -ms-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
    z-index: 999;
    background: #000;
    color: #fff; }
    @media screen and (min-width: 680px) {
      .nav-util-item .sub-menu {
        top: 36px; } }
    @media screen and (min-width: 1000px) {
      .nav-util-item .sub-menu {
        top: 100%;
        right: 0;
        width: 700px; } }
    .nav-util-item .sub-menu input[type="search"],
    .nav-util-item .sub-menu input[type="text"],
    .nav-util-item .sub-menu input[type="password"],
    .nav-util-item .sub-menu input[type="url"],
    .nav-util-item .sub-menu input[type="email"] {
      color: #4C4C4C; }
    .nav-util-item .sub-menu a {
      color: #fff; }
    .nav-util-item .sub-menu:focus {
      outline: 0; }
    .nav-util-item .sub-menu > li {
      margin: 0;
      padding: 0;
      background: transparent;
      color: #fff; }
    .nav-util-item .sub-menu .titleist-btn, .nav-util-item .sub-menu .btn-secondary, .nav-util-item .sub-menu .btn-tertiary, .nav-util-item .sub-menu .inputfile + label {
      min-width: 100px;
      margin-top: 1px; }
    .nav-util-item .sub-menu.is-authenticated {
      width: auto;
      min-width: 200px; }
      .nav-util-item .sub-menu.is-authenticated > li a {
        display: block;
        padding: 10px 15px;
        border-bottom: 0;
        border-top: 1px soid rgba(255, 255, 255, 0.3);
        -webkit-transition: background linear 0.1s;
        -moz-transition: background linear 0.1s;
        -ms-transition: background linear 0.1s;
        transition: background linear 0.1s; }
        .nav-util-item .sub-menu.is-authenticated > li a:hover, .nav-util-item .sub-menu.is-authenticated > li a:focus {
          background: #999; }
    .nav-util-item .sub-menu .ext-h5, .nav-util-item .sub-menu legend, .nav-util-item .sub-menu label {
      color: #fff; }
  .nav-util-item.is-open > a {
    background: #000;
    color: #fff; }
  .nav-util-item.is-open .sub-menu {
    display: block;
    opacity: 1; }

.menu-wrap {
  padding: 30px 20px 15px; }
  .menu-wrap .col + .col > .gutter, .menu-wrap .col + .sub-menu.col > li {
    border-top: 1px solid #868686;
    padding-top: 20px;
    margin-top: 15px; }
    @media screen and (min-width: 680px) {
      .menu-wrap .col + .col > .gutter, .menu-wrap .col + .sub-menu.col > li {
        border-top: 0;
        padding-top: 0;
        margin-top: 0; } }
  @media screen and (min-width: 680px) {
    .menu-wrap .titleist-layout {
      display: table;
      width: 100%;
      margin: 0; }
      .menu-wrap .titleist-layout .gutter, .menu-wrap .titleist-layout .sub-menu > li {
        padding: 0 20px 0 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .menu-wrap .titleist-layout .col {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        float: none; }
        .menu-wrap .titleist-layout .col.center {
          text-align: center; }
        .menu-wrap .titleist-layout .col:last-child {
          text-align: center;
          border-left: 1px solid #868686; }
          .menu-wrap .titleist-layout .col:last-child .gutter, .menu-wrap .titleist-layout .col:last-child .sub-menu > li {
            padding: 0 0 0 20px; } }

.block-media {
  overflow: hidden; }
  @media screen and (min-width: 800px) {
    .block-media {
      margin-bottom: 10px; } }

.block-media-image {
  float: left;
  margin-right: 10px; }
  @media screen and (min-width: 800px) {
    .block-media-image {
      margin-right: 5px; } }
  .block-media-image > a {
    display: block; }
  .block-media-image img, .block-media-image picture {
    display: block; }

.block-media-content p, .block-media-content ul, .block-media-content ol {
  font-size: 14px;
  font-size: 0.875rem; }

.hero {
  position: relative;
  background: #000;
  overflow: hidden;
  z-index: 0; }
  .hero video {
    width: 100%;
    height: 100%;
    display: block; }
  .hero video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none; }

.hero-content {
  background-color: #000;
  color: #fff; }
  @media screen and (min-width: 940px) {
    .hero-content {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 150px, rgba(0, 0, 0, 0.9) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(150px, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.9)));
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 150px, rgba(0, 0, 0, 0.9) 100%);
      background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 150px, rgba(0, 0, 0, 0.9) 100%);
      background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 150px, rgba(0, 0, 0, 0.9) 100%);
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 150px, rgba(0, 0, 0, 0.9) 100%); }
      .hero-secondary .hero-content {
        background: rgba(0, 0, 0, 0.35);
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 0;
        font-size: 14px;
        font-size: 0.875rem; }
        @supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) {
          .hero-secondary .hero-content {
            display: -webkit-flex;
            display: -moz-flex;
            display: flex; } }
      .align-middle .hero-content {
        text-align: center;
        margin: 0; } }

.hero-secondary.hero-mosaic {
  height: 100%; }

.hero-secondary.hero-mosaic .hero-content {
  background: none;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  padding-top: 5%; }
  @supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) {
    .hero-secondary.hero-mosaic .hero-content {
      display: block; } }

.hero-mosaic .mosaic {
  padding-top: 3%; }

.hero-mosaic .mosaic > div {
  display: block;
  height: 100%;
  width: 100%; }

.hero-content-inner {
  padding: 50px 0px;
  max-width: 1000px;
  margin: auto; }
  @media screen and (min-width: 800px) {
    .hero-content-inner .col:first-child {
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      margin-bottom: 30px;
      border-top: 0; } }
@media screen and (min-width: 800px) and (min-width: 800px) {
  .hero-content-inner .col:last-child {
    margin-top: 50px; } }

  @media screen and (min-width: 940px) {
    .hero-content-inner.no-auth {
      padding: 0 10px; } }
  .ie9 .hero-content-inner.no-auth {
    padding-top: 40px; }
  .hero-secondary .hero-content-inner {
    padding: 30px 0px; }
    @media screen and (min-width: 940px) {
      .hero-secondary .hero-content-inner {
        margin-top: 12.5%;
        padding: 0; }
        @supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) {
          .hero-secondary .hero-content-inner {
            margin-top: auto; } } }
    @media screen and (min-width: 1000px) {
      @supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) {
        .hero-secondary .hero-content-inner {
          margin-top: auto; } } }
    @media screen and (min-width: 1600px) {
      @supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) {
        .hero-secondary .hero-content-inner {
          margin-top: auto; } } }

.hero-secondary.hero-mosaic .hero-content-inner {
  margin-top: 0;
  padding-top: 0; }

.hero-feature img {
  display: block;
  margin: auto;
  width: 100%; }
.hero-feature .loader {
  width: 100%;
  height: 0;
  padding-bottom: 50%; }
  .hero-feature .loader img {
    width: auto;
    margin-top: 20%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.hero-secondary.hero-mosaic .hero-feature {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute; }
  .hero-secondary.hero-mosaic .hero-feature img, .hero-secondary.hero-mosaic .hero-feature picture {
    display: block;
    height: 100%;
    width: 100%; }

.hero-video .hero-feature {
  position: relative; }

.hero-lead-bar {
  margin-bottom: 10px; }
  .hero-secondary .hero-lead-bar {
    margin-bottom: 0; }
    .hero-secondary .hero-lead-bar p {
      max-width: none;
      line-height: 1.5; }
  .hero-lead-bar p {
    font-weight: 700;
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff; }
    .hero-lead-bar p span {
      text-transform: none; }

.hero-logo {
  margin-right: 5px;
  line-height: 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }
  @media screen and (min-width: 940px) {
    .hero-logo {
      margin: 15px auto 0; } }
  .hero-logo picture, .hero-logo img {
    height: 30px;
    width: auto; }
    @media screen and (min-width: 660px) {
      .hero-logo picture, .hero-logo img {
        height: auto; } }
  .hero-logo + .hero-logo {
    margin-top: 5px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0; }
    @media screen and (min-width: 440px) {
      .hero-logo + .hero-logo {
        padding-left: 20px; } }

.hero-title,
.hero-message,
.hero-lead-bar {
  max-width: 650px;
  padding-left: 10px;
  padding-right: 10px; }
  .align-middle .hero-title, .align-middle
  .hero-message, .align-middle
  .hero-lead-bar {
    margin-right: auto;
    margin-left: auto; }

.hero-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff; }
  .hero-title .titleist-titleist-logo {
    display: block !important;
    margin-bottom: 5px !important; }
  @media screen and (min-width: 800px) {
    .hero-title {
      font-size: 30px;
      font-size: 1.875rem; }
      .hero-title .titleist-logo {
        display: inline-block !important;
        margin-bottom: 0px !important; } }

.hero-tt-landing .hero-content-inner {
  margin-bottom: 0; }

.hero-tt-landing .hero-title {
  overflow: hidden; }
  .hero-tt-landing .hero-title .logo {
    float: left;
    margin-right: 10px;
    line-height: 1.5px; }
    @media screen and (max-width: 800px) {
      .hero-tt-landing .hero-title .logo {
        line-height: 2.5px; } }
  @media screen and (max-width: 420px) {
    .hero-tt-landing .hero-title {
      max-width: 280px; } }

.hero-title-tt {
  margin: 0 0 10px;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700; }
  .hero-title-tt .titleist-titleist-logo {
    display: block !important;
    margin-bottom: 5px !important; }
  @media screen and (min-width: 800px) {
    .hero-title-tt .titleist-logo {
      display: inline-block !important;
      margin-bottom: 0px !important; } }

.hero-message > p {
  margin: 0;
  max-width: none;
  color: #fff; }
  .hero-secondary .hero-message > p {
    font-size: 14px;
    font-size: 0.875rem; }
  .hero-message > p + p {
    margin-top: 1.5em; }

.hero-no-auth {
  padding: 0 10px; }
  .hero-no-auth .gutter, .hero-no-auth .sub-menu > li {
    margin-bottom: 0; }

.hero-form {
  padding-top: 25px; }
  .hero-form form {
    margin: 0; }
  .hero-form label {
    font-size: 12px;
    font-size: 0.75rem; }

@media screen and (min-width: 660px) {
  .hero-form-item {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: 30%;
    margin-right: 1%; } }
.hero-form-item label {
  color: #fff; }
.hero-form-item input {
  color: #000; }
.hero-form-item button {
  width: 100%;
  margin-top: 26px; }
.hero-form-item a.titleist-btn, .hero-form-item a.btn-secondary, .hero-form-item a.btn-tertiary {
  width: 100%;
  margin-bottom: 2.5em; }

.hero-callout {
  padding-left: 10px; }
  .hero-callout > p {
    color: #fff; }

.hero-video.playing .hero-feature picture, .hero-video.playing .hero-feature video {
  display: none; }
@media screen and (min-width: 940px) {
  .hero-video.playing .hero-content {
    display: none; } }

@media screen and (min-width: 940px) {
  .hero-parallax {
    overflow: hidden;
    height: 0;
    padding-bottom: 50%; }
    .hero-parallax .hero-feature {
      overflow: hidden;
      height: 100%; }
      .hero-parallax .hero-feature video {
        height: auto; }
    .hero-parallax.hero-secondary .hero-content {
      overflow: hidden; } }
@media screen and (min-width: 660px) {
  .carousel-home .hero-content-inner {
    opacity: 0;
    top: 10px;
    position: relative; } }
.m-hero-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-home .m-hero-wrapper {
  display: none; }
.carousel-home .m-hero-wrapper:first-child {
  display: block; }

.m-hero {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
  position: relative;
  /*@media screen and (max-width: 1024px) {
      &.m-hero--60-40 {
          .m-hero-title {
              @include font-size(20);
          }
      }
  }*/ }
  @media screen and (min-width: 940px) {
    .m-hero.hero-parallax.m-hero-parallax {
      padding-bottom: 0;
      height: auto;
      width: 100%;
      overflow: hidden; } }
  .m-hero .m-hero-bg {
    max-height: 300px;
    height: 100%;
    position: absolute; }
    .m-hero .m-hero-bg video {
      object-fit: fill; }
  .m-hero::before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 20%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 20%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 20%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  .m-hero .m-hero-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    width: 100%; }
    .m-hero .m-hero-image video {
      width: 100%;
      height: auto; }
  .m-hero .m-hero-content {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2; }
  @media screen and (max-width: 939px) {
    .m-hero.m-hero-sm-content-below {
      height: auto;
      padding-bottom: 0; }
      .m-hero.m-hero-sm-content-below .m-hero-image, .m-hero.m-hero-sm-content-below.m-hero--60-40 .m-hero-image, .m-hero.m-hero-sm-content-below .m-hero-content, .m-hero.m-hero-sm-content-below.m-hero--60-40 .m-hero-content {
        height: auto;
        position: relative;
        width: 100%; }
      .m-hero.m-hero-sm-content-below .m-hero-image, .m-hero.m-hero-sm-content-below.m-hero--60-40 .m-hero-image {
        height: 0;
        padding-bottom: 40%; }
      .m-hero.m-hero-sm-content-below .m-hero-content {
        background-color: #000;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 50px; }
      .m-hero.m-hero-sm-content-below .m-hero-content-inner, .m-hero.m-hero-sm-content-below.m-hero--right .m-hero-content-inner {
        margin-left: auto;
        margin-right: auto; }
      .m-hero.m-hero-sm-content-below.m-hero--bottom .m-hero-content-text p:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 659px) {
    .m-hero.m-hero-sm-content-below .m-hero-image, .m-hero.m-hero-sm-content-below.m-hero--60-40 .m-hero-image {
      height: auto;
      min-height: 300px;
      padding-bottom: 0; } }
  .m-hero .m-hero-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 15px; }
  .m-hero .m-hero-content-text {
    text-align: center; }
    .m-hero .m-hero-content-text h1, .m-hero .m-hero-content-text h2.ext-h1,
    .m-hero .m-hero-content-text p {
      color: #fff; }
    .m-hero .m-hero-content-text *:last-child {
      margin-bottom: 0; }
    .m-hero .m-hero-content-text .btn-tertiary, .m-hero .m-hero-content-text .inputfile + label {
      font-size: 14px;
      font-size: 0.875rem; }
  .m-hero.m-hero--bottom .m-hero-content-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .m-hero.m-hero--bottom .m-hero-content-text p:last-child {
    margin-bottom: 40px; }
  .m-hero.m-hero--center::before {
    background: rgba(0, 0, 0, 0.35); }
  .m-hero.m-hero--center .m-hero-content-inner {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center; }
  .m-hero.m-hero--center-spaced::before {
    background: rgba(0, 0, 0, 0.35); }
  @media screen and (min-width: 900px) {
    .m-hero.m-hero--center-spaced .m-hero-content-inner {
      height: 100%; }
    .m-hero.m-hero--center-spaced .m-hero-content-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      text-align: center; }
      .m-hero.m-hero--center-spaced .m-hero-content-text .m-hero-title, .m-hero.m-hero--center-spaced .m-hero-content-text .m-hero-title-intro {
        margin-top: 40px; }
      .m-hero.m-hero--center-spaced .m-hero-content-text .m-hero-title-intro + .m-hero-title {
        margin-top: 0px; }
      .m-hero.m-hero--center-spaced .m-hero-content-text .mt-auto {
        margin-top: auto; }
      .m-hero.m-hero--center-spaced .m-hero-content-text p:last-child {
        margin-bottom: 40px; } }
  @media screen and (min-width: 900px) {
    .m-hero.m-hero--right::before {
      background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 80%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
      /* IE6-9 */ }
    .m-hero.m-hero--right .m-hero-content-inner {
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      text-align: right; } }
  .m-hero.m-hero--60-40 .m-hero-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    width: 100%; }
  .m-hero .m-hero-title-intro {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.77;
    margin-bottom: .5em;
    text-transform: uppercase; }
    .m-hero .m-hero-title-intro span {
      text-transform: none; }
  .m-hero .m-hero-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .5em;
    text-transform: uppercase; }
  .m-hero .m-hero-text {
    font-size: 14px;
    font-size: 0.875rem;
    display: none;
    line-height: 1.75;
    margin-bottom: 1.5em; }
  @media screen and (min-width: 900px) {
    .m-hero.m-hero--center .m-hero-content-inner {
      margin: 0 auto; }
    .m-hero.m-hero--center-spaced .m-hero-content-inner {
      margin: 0 auto; }
    .m-hero.m-hero--center-spaced .m-hero-content-text p {
      margin-top: 0; }
    .m-hero.m-hero--right .m-hero-content-inner {
      margin-left: auto;
      margin-right: 0; }
    .m-hero.m-hero--60-40::before {
      background: none; }
    .m-hero.m-hero--60-40 .m-hero-content {
      background: #000;
      left: 0;
      position: absolute;
      right: auto;
      width: 40%; }
      .m-hero.m-hero--60-40 .m-hero-content .m-hero-content-inner {
        margin-left: auto;
        margin-right: auto; }
    .m-hero.m-hero--60-40 .m-hero-content-container {
      padding: 0 30px; }
    .m-hero.m-hero--60-40 .m-hero-image {
      width: 60%; }
    .m-hero.m-hero--60-40.m-hero--60-40-right .m-hero-content {
      left: auto;
      right: 0; }
    .m-hero.m-hero--60-40.m-hero--60-40-right .m-hero-image {
      left: 0;
      right: auto; }
    .m-hero .m-hero-content-inner {
      margin-left: 0;
      margin-right: auto;
      max-width: 500px;
      padding: 0;
      width: 100%; }
    .m-hero .m-hero-title {
      font-size: 36px;
      font-size: 2.25rem;
      margin-bottom: .1em; }
    .m-hero .m-hero-text {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 400px; } }
  @media screen and (max-width: 660px) {
    .m-hero {
      min-height: 300px;
      padding-bottom: 0; } }

.no-autoplay .m-hero .m-hero-image video {
  display: none; }

.ie9 .m-hero::before {
  background: rgba(0, 0, 0, 0.35); }
.ie9 .m-hero .m-hero-content-inner {
  margin-top: 15%; }

.titleist-btn, .btn-secondary, .btn-tertiary, .inputfile + label {
  font-weight: 700;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  line-height: normal;
  min-width: 80px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
  transition: all linear 0.1s;
  border: 1px solid #e31837;
  background: #e31837;
  color: #fff; }
  .titleist-btn:hover, .btn-secondary:hover, .btn-tertiary:hover, .inputfile + label:hover, .titleist-btn:focus, .btn-secondary:focus, .btn-tertiary:focus, .inputfile + label:focus {
    color: #fff;
    text-decoration: none;
    background: #b5132c;
    border-color: #b5132c; }
  .titleist-btn.small, .small.btn-secondary, .small.btn-tertiary, .inputfile + label.small {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 12px; }
  .titleist-btn.large, .large.btn-secondary, .large.btn-tertiary, .inputfile + label.large {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 15px 30px;
    border-radius: 3px; }
  .titleist-btn.outline, .outline.btn-secondary, .outline.btn-tertiary, .inputfile + label.outline {
    border: 1px solid #e31837;
    background: transparent;
    color: #e31837; }
    .titleist-btn.outline:hover, .outline.btn-secondary:hover, .outline.btn-tertiary:hover, .inputfile + label.outline:hover, .titleist-btn.outline:focus, .outline.btn-secondary:focus, .outline.btn-tertiary:focus, .inputfile + label.outline:focus {
      color: #e31837;
      text-decoration: none;
      background: transparent;
      border-color: transparent; }
    .titleist-btn.outline:hover, .outline.btn-secondary:hover, .outline.btn-tertiary:hover, .inputfile + label.outline:hover, .titleist-btn.outline:focus, .outline.btn-secondary:focus, .outline.btn-tertiary:focus, .inputfile + label.outline:focus {
      border-color: #e31837;
      background-color: #e31837;
      color: #fff; }
    .titleist-btn.outline.invert, .outline.invert.btn-secondary, .outline.invert.btn-tertiary, .inputfile + label.outline.invert {
      border: 1px solid #fff;
      background: transparent;
      color: #fff; }
      .titleist-btn.outline.invert:hover, .outline.invert.btn-secondary:hover, .outline.invert.btn-tertiary:hover, .inputfile + label.outline.invert:hover, .titleist-btn.outline.invert:focus, .outline.invert.btn-secondary:focus, .outline.invert.btn-tertiary:focus, .inputfile + label.outline.invert:focus {
        color: #fff;
        text-decoration: none;
        background: transparent;
        border-color: transparent; }
      .titleist-btn.outline.invert:hover, .outline.invert.btn-secondary:hover, .outline.invert.btn-tertiary:hover, .inputfile + label.outline.invert:hover, .titleist-btn.outline.invert:focus, .outline.invert.btn-secondary:focus, .outline.invert.btn-tertiary:focus, .inputfile + label.outline.invert:focus {
        border-color: #fff;
        border-color: rgba(255, 255, 255, 0.85);
        background-color: #b5132c; }
  .titleist-btn .titleist-icon, .btn-secondary .titleist-icon, .btn-tertiary .titleist-icon, .inputfile + label .titleist-icon {
    top: 1px;
    position: relative;
    font-size: 105%; }

.btn-secondary {
  border: 1px solid #999;
  background: #999;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    text-decoration: none;
    background: gray;
    border-color: gray; }
  .btn-secondary.outline {
    border: 1px solid #999;
    background: transparent;
    color: #999; }
    .btn-secondary.outline:hover, .btn-secondary.outline:focus {
      color: #999;
      text-decoration: none;
      background: transparent;
      border-color: transparent; }
    .btn-secondary.outline:hover, .btn-secondary.outline:focus {
      border-color: #999;
      background-color: #999;
      color: #fff; }
    .btn-secondary.outline.invert {
      border: 1px solid #fff;
      background: transparent;
      color: #fff; }
      .btn-secondary.outline.invert:hover, .btn-secondary.outline.invert:focus {
        color: #fff;
        text-decoration: none;
        background: transparent;
        border-color: transparent; }
      .btn-secondary.outline.invert:hover, .btn-secondary.outline.invert:focus {
        border-color: #fff;
        border-color: rgba(255, 255, 255, 0.85);
        background-color: #000; }

.btn-tertiary, .inputfile + label {
  border: 1px solid #000;
  background: #000;
  color: #fff; }
  .btn-tertiary:hover, .inputfile + label:hover, .btn-tertiary:focus, .inputfile + label:focus {
    color: #fff;
    text-decoration: none;
    background: black;
    border-color: black; }
  .btn-tertiary.outline, .inputfile + label.outline {
    border: 1px solid #000;
    background: transparent;
    color: #000; }
    .btn-tertiary.outline:hover, .inputfile + label.outline:hover, .btn-tertiary.outline:focus, .inputfile + label.outline:focus {
      color: #000;
      text-decoration: none;
      background: transparent;
      border-color: transparent; }
    .btn-tertiary.outline:hover, .inputfile + label.outline:hover, .btn-tertiary.outline:focus, .inputfile + label.outline:focus {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn-tertiary.outline.friend-req, .inputfile + label.outline.friend-req {
      margin-left: 15px; }
    .btn-tertiary.outline.invert, .inputfile + label.outline.invert {
      border: 1px solid #fff;
      background: transparent;
      color: #fff; }
      .btn-tertiary.outline.invert:hover, .inputfile + label.outline.invert:hover, .btn-tertiary.outline.invert:focus, .inputfile + label.outline.invert:focus {
        color: #fff;
        text-decoration: none;
        background: transparent;
        border-color: transparent; }
      .btn-tertiary.outline.invert:hover, .inputfile + label.outline.invert:hover, .btn-tertiary.outline.invert:focus, .inputfile + label.outline.invert:focus {
        border-color: #fff;
        border-color: rgba(255, 255, 255, 0.5); }

.btn-icon {
  background: none;
  padding: 0;
  border: 0;
  color: #4C4C4C; }
  .btn-icon:hover, .btn-icon:active, .btn-icon:focus {
    background: none;
    color: #4C4C4C; }

.cta-clean {
  color: #4C4C4C;
  text-decoration: none;
  padding: 0;
  background: none;
  border: 0;
  font-size: 14px;
  font-size: 0.875rem; }
  .cta-clean .titleist-icon {
    color: #e31837;
    margin-right: 5px;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s; }
  .cta-clean.large, .cta-clean.large .titleist-icon {
    font-size: 18px;
    font-size: 1.125rem; }
  .cta-clean.small, .cta-clean.small .titleist-icon {
    font-size: 14px;
    font-size: 0.875rem; }
  .cta-clean:hover, .cta-clean:focus {
    background: none; }
    .cta-clean:hover strong, .cta-clean:focus strong {
      color: #4C4C4C;
      border-bottom: 1px solid #e3dede; }
    .cta-clean:hover .titleist-icon, .cta-clean:focus .titleist-icon {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

.cta-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  text-decoration: none; }

h1 .cta-link, .ext-h1 .cta-link {
  padding: 29px 0 0; }
  h1 .cta-link.pull-right, .ext-h1 .cta-link.pull-right {
    float: none !important;
    display: block;
    padding-top: 20px;
    line-height: 1; }
    @media screen and (min-width: 800px) {
      h1 .cta-link.pull-right, .ext-h1 .cta-link.pull-right {
        float: right !important; } }

.btn-label {
  margin: 0 0 7px;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem; }

.remove {
  width: 160px; }

.gcl-btn {
  float: right;
  margin: 0;
  width: 20%; }
  @media screen and (max-width: 660px) {
    .gcl-btn {
      display: block;
      float: none;
      width: 100%; } }

.list-clean {
  list-style: none;
  padding: 0;
  margin: 0; }

.list-form {
  padding: 0;
  margin: 0 3px 1em 0;
  list-style: none; }
  .list-form img {
    margin-bottom: 10px;
    display: block; }
    @media screen and (min-width: 440px) {
      .list-form img {
        float: left;
        margin: 0 15px 10px 0; } }

.list-messages {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -15px; }

.list-item-message {
  border-bottom: 1px solid #e3dede;
  padding: 20px 0 15px; }
  .list-item-message a {
    color: #000;
    border-bottom-color: transparent; }
    .list-item-message a:focus, .list-item-message a:hover {
      text-decoration: none;
      border-bottom-color: rgba(0, 0, 0, 0.2); }
  .list-item-message .sm-label {
    line-height: 1.5; }
    @media screen and (min-width: 440px) {
      .list-item-message .sm-label {
        padding-left: 23px; } }
  .list-item-message .m-tag {
    padding: 2px 3px 1px;
    margin-right: 4px; }
  .list-item-message label {
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    line-height: 1.4; }

.list-inline > li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-right: 10px; }
.list-inline.list-inline--middle > li {
  vertical-align: middle; }

.list-blocks {
  margin-bottom: 30px !important; }
  .list-blocks > li {
    height: 40px;
    width: 70px;
    margin-right: 5px;
    border: 1px solid #d6d6d6; }
    .list-blocks > li[data-gallery-key] {
      cursor: pointer; }
    .list-blocks > li.expand-block {
      height: auto;
      width: auto;
      display: block;
      border: 0;
      margin: 0; }
      .list-blocks > li.expand-block button {
        border: 0;
        padding: 0;
        margin: 0;
        box-shadow: none;
        font-weight: 400;
        color: #e31837;
        background: none;
        border-radius: 0;
        border-bottom: 1px solid rgba(227, 24, 55, 0.2); }
        .list-blocks > li.expand-block button:hover, .list-blocks > li.expand-block button:focus {
          color: #000;
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .list-blocks > li.expand-block button:after {
          content: " +"; }

.list-blocks.thumb-list > li {
  height: 70px; }

.list-col-2,
.list-col-3,
.list-col-4 {
  overflow: hidden; }
  .list-col-2 > li,
  .list-col-3 > li,
  .list-col-4 > li {
    float: left; }
  .list-col-2.has-orphan li:last-child,
  .list-col-3.has-orphan li:last-child,
  .list-col-4.has-orphan li:last-child {
    width: 100%; }

.list-col-2 > li {
  width: 50%; }

.list-col-3 > li {
  width: 33.333333%; }

.list-col-4 > li {
  width: 25%; }

@media screen and (min-width: 660px) {
  .list-sm-col-2 {
    overflow: hidden; }
    .list-sm-col-2 > li {
      float: left;
      width: 50%; } }
@media screen and (min-width: 940px) {
  .list-lrg-col-inline > li {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-right: 10px; }
  .list-lrg-col-inline > li:last-child {
    margin-right: 0px; } }
.list-brushes li {
  display: inline-block;
  vertical-align: middle; }
  .list-brushes li + li {
    margin-left: 5px; }
.list-brushes label {
  height: 45px;
  width: 52px;
  display: table-cell;
  vertical-align: middle;
  transition: all linear .3s;
  border: 1px solid transparent; }
.list-brushes input[type="radio"]:checked + label {
  background: #f6f6f6;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  box-shadow: 0 0 5px #aaa; }

.list-balls {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-balls label {
    padding: 8px 3px;
    position: relative;
    text-transform: none;
    border: 1px solid #fff;
    transition: all linear .3s;
    box-shadow: 0 0 0 #aaa; }
    .list-balls label.is-checked {
      background: #f6f6f6;
      border: 1px solid #b3b3b3;
      border-radius: 2px;
      box-shadow: 0 0 5px #aaa; }
  .list-balls img {
    display: block;
    margin: 0 auto 5px; }
  .list-balls input[type="radio"] {
    position: absolute;
    left: -999em; }
  .list-balls-label {
    display: block; }
  .list-balls > li {
    display: inline-block;
    margin: 5px; }
    @media screen and (min-width: 660px) {
      .list-balls > li {
        margin-right: 10px;
        margin-left: 10px; } }
    .list-balls > li:last-child {
      margin-top: 20px; }
  @media screen and (min-width: 520px) {
    .list-balls .list-balls label {
      padding-right: 6px;
      padding-left: 6px; } }

.list-colors.has-js {
  max-width: 280px; }
  .list-colors.has-js li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 3px; }
  .list-colors.has-js label {
    position: relative;
    border: 1px solid #4C4C4C;
    width: 45px;
    height: 45px;
    border-radius: 2px; }
  .list-colors.has-js label.is-active {
    box-shadow: 0 0 10px #4C4C4C;
    border-color: #fff; }
  .list-colors.has-js input[type="radio"] {
    position: absolute;
    left: -999em; }
  .list-colors.has-js .color-tip {
    position: absolute;
    left: -999em;
    top: 0; }

.alert, .alert-success, .alert-warning, .alert-error {
  border: 1px solid #999;
  background: #f6f6f6;
  color: #4C4C4C;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 1em; }
  .alert p, .alert-success p, .alert-warning p, .alert-error p {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 !important;
    font-size: 0.9375rem; }
    .alert p + p, .alert-success p + p, .alert-warning p + p, .alert-error p + p {
      margin-top: 1em; }
  .alert.alert-clear, .alert-clear.alert-success, .alert-clear.alert-warning, .alert-clear.alert-error {
    background: none;
    border: none;
    font-weight: 700; }
    .alert.alert-clear .titleist-icon, .alert-clear.alert-success .titleist-icon, .alert-clear.alert-warning .titleist-icon, .alert-clear.alert-error .titleist-icon {
      font-weight: inherit; }

.alert-success {
  border-color: #23de7f;
  color: #1bb366;
  background: #d4f9e6; }
  .alert-success .close {
    color: #23de7f; }
  .alert-success a {
    color: #14874d;
    border-bottom-color: #14874d; }

.alert-warning {
  border-color: #ffd11b;
  color: #b49000;
  background: #fffae7; }
  .alert-warning .close {
    color: #b49000; }

.alert-error {
  border-color: #e31837;
  color: #e31837;
  background: #fce4e8; }
  .alert-error .close {
    color: #e31837; }

.alert-dismissible {
  position: relative; }
  .alert-dismissible > p {
    padding-right: 40px; }
  .alert-dismissible .close {
    position: absolute;
    top: 12px;
    right: 15px; }

.m-callout, .m-callout-secondary, .m-callout-tertiary, .m-callout-bg-image .cta-content, .m-callout-quaternary {
  background: white;
  padding: 40px 1.5em;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .m-callout #sticky-nav-items, .m-callout-secondary #sticky-nav-items, .m-callout-tertiary #sticky-nav-items, .m-callout-bg-image .cta-content #sticky-nav-items, .m-callout-quaternary #sticky-nav-items {
    background: white; }
  .m-callout.adjust-spacing, .adjust-spacing.m-callout-secondary, .adjust-spacing.m-callout-tertiary, .m-callout-bg-image .adjust-spacing.cta-content, .adjust-spacing.m-callout-quaternary {
    padding-top: 0;
    padding-bottom: 80px; }
  .m-callout form, .m-callout-secondary form, .m-callout-tertiary form, .m-callout-bg-image .cta-content form, .m-callout-quaternary form {
    padding-top: 15px; }
  .m-callout a, .m-callout-secondary a, .m-callout-tertiary a, .m-callout-bg-image .cta-content a, .m-callout-quaternary a {
    text-decoration: none; }
  .m-callout h1, .m-callout-secondary h1, .m-callout-tertiary h1, .m-callout-bg-image .cta-content h1, .m-callout-quaternary h1, .m-callout .ext-h1, .m-callout-secondary .ext-h1, .m-callout-tertiary .ext-h1, .m-callout-bg-image .cta-content .ext-h1, .m-callout-quaternary .ext-h1 {
    margin-bottom: 12px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: .02em;
    letter-spacing: 1px; }
  .m-callout .ball-count, .m-callout-secondary .ball-count, .m-callout-tertiary .ball-count, .m-callout-bg-image .cta-content .ball-count, .m-callout-quaternary .ball-count {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 auto;
    border-top: 1px solid #fff;
    padding-top: 10px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
    .m-callout .ball-count .titleist-logo, .m-callout-secondary .ball-count .titleist-logo, .m-callout-tertiary .ball-count .titleist-logo, .m-callout-bg-image .cta-content .ball-count .titleist-logo, .m-callout-quaternary .ball-count .titleist-logo {
      position: relative;
      top: 3px;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; }
      .m-callout .ball-count .titleist-logo:after, .m-callout-secondary .ball-count .titleist-logo:after, .m-callout-tertiary .ball-count .titleist-logo:after, .m-callout-bg-image .cta-content .ball-count .titleist-logo:after, .m-callout-quaternary .ball-count .titleist-logo:after {
        content: " : ";
        position: relative;
        top: -3px; }
      .m-callout .ball-count .titleist-logo svg, .m-callout-secondary .ball-count .titleist-logo svg, .m-callout-tertiary .ball-count .titleist-logo svg, .m-callout-bg-image .cta-content .ball-count .titleist-logo svg, .m-callout-quaternary .ball-count .titleist-logo svg {
        width: 100px;
        fill: #fff;
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        float: left; }
  .m-callout.is-narrow.border-left.bottom, .is-narrow.border-left.bottom.m-callout-secondary, .is-narrow.border-left.bottom.m-callout-tertiary, .m-callout-bg-image .is-narrow.border-left.bottom.cta-content, .is-narrow.border-left.bottom.m-callout-quaternary {
    padding-top: 20px; }
  @media screen and (min-width: 800px) {
    .m-callout, .m-callout-secondary, .m-callout-tertiary, .m-callout-bg-image .cta-content, .m-callout-quaternary {
      padding: 40px 2em; }
      .m-callout.is-narrow, .is-narrow.m-callout-secondary, .is-narrow.m-callout-tertiary, .m-callout-bg-image .is-narrow.cta-content, .is-narrow.m-callout-quaternary {
        padding-top: 50px;
        padding-bottom: 50px; }
        .m-callout.is-narrow h1, .is-narrow.m-callout-secondary h1, .is-narrow.m-callout-tertiary h1, .m-callout-bg-image .is-narrow.cta-content h1, .is-narrow.m-callout-quaternary h1 {
          margin-bottom: .3em; }
      .m-callout.is-extra-narrow, .is-extra-narrow.m-callout-secondary, .is-extra-narrow.m-callout-tertiary, .m-callout-bg-image .is-extra-narrow.cta-content, .is-extra-narrow.m-callout-quaternary {
        padding-top: 10px;
        padding-bottom: 20px; }
      .titleist-nav .m-callout, .titleist-nav .m-callout-secondary, .titleist-nav .m-callout-tertiary, .titleist-nav .m-callout-bg-image .cta-content, .m-callout-bg-image .titleist-nav .cta-content, .titleist-nav .m-callout-quaternary {
        padding: 90px 1.5em 70px; }
        .titleist-nav .m-callout p + p, .titleist-nav .m-callout-secondary p + p, .titleist-nav .m-callout-tertiary p + p, .titleist-nav .m-callout-bg-image .cta-content p + p, .m-callout-bg-image .titleist-nav .cta-content p + p, .titleist-nav .m-callout-quaternary p + p {
          margin-top: 10px; }
          .titleist-nav .m-callout p + p a, .titleist-nav .m-callout-secondary p + p a, .titleist-nav .m-callout-tertiary p + p a, .titleist-nav .m-callout-bg-image .cta-content p + p a, .m-callout-bg-image .titleist-nav .cta-content p + p a, .titleist-nav .m-callout-quaternary p + p a {
            color: #000;
            border-bottom-color: rgba(0, 0, 0, 0.2); }
            .titleist-nav .m-callout p + p a:hover, .titleist-nav .m-callout-secondary p + p a:hover, .titleist-nav .m-callout-tertiary p + p a:hover, .titleist-nav .m-callout-bg-image .cta-content p + p a:hover, .m-callout-bg-image .titleist-nav .cta-content p + p a:hover, .titleist-nav .m-callout-quaternary p + p a:hover, .titleist-nav .m-callout p + p a:focus, .titleist-nav .m-callout-secondary p + p a:focus, .titleist-nav .m-callout-tertiary p + p a:focus, .titleist-nav .m-callout-bg-image .cta-content p + p a:focus, .m-callout-bg-image .titleist-nav .cta-content p + p a:focus, .titleist-nav .m-callout-quaternary p + p a:focus {
              border-bottom-color: transparent; }
        .titleist-nav .m-callout.border-left, .titleist-nav .border-left.m-callout-secondary, .titleist-nav .border-left.m-callout-tertiary, .titleist-nav .m-callout-bg-image .border-left.cta-content, .m-callout-bg-image .titleist-nav .border-left.cta-content, .titleist-nav .border-left.m-callout-quaternary {
          border-left: 1px solid #d6d6d6; }
        .titleist-nav .m-callout.is-narrow, .titleist-nav .is-narrow.m-callout-secondary, .titleist-nav .is-narrow.m-callout-tertiary, .titleist-nav .m-callout-bg-image .is-narrow.cta-content, .m-callout-bg-image .titleist-nav .is-narrow.cta-content, .titleist-nav .is-narrow.m-callout-quaternary {
          padding-top: 50px;
          padding-bottom: 50px; }
        .titleist-nav .m-callout.is-extra-narrow, .titleist-nav .is-extra-narrow.m-callout-secondary, .titleist-nav .is-extra-narrow.m-callout-tertiary, .titleist-nav .m-callout-bg-image .is-extra-narrow.cta-content, .m-callout-bg-image .titleist-nav .is-extra-narrow.cta-content, .titleist-nav .is-extra-narrow.m-callout-quaternary {
          padding-top: 10px;
          padding-bottom: 20px; }
        .titleist-nav .m-callout.is-tight, .titleist-nav .is-tight.m-callout-secondary, .titleist-nav .is-tight.m-callout-tertiary, .titleist-nav .m-callout-bg-image .is-tight.cta-content, .m-callout-bg-image .titleist-nav .is-tight.cta-content, .titleist-nav .is-tight.m-callout-quaternary {
          padding-top: 30px;
          padding-bottom: 30px; } }
  .m-callout h1 + p, .m-callout-secondary h1 + p, .m-callout-tertiary h1 + p, .m-callout-bg-image .cta-content h1 + p, .m-callout-quaternary h1 + p, .m-callout .ext-h1 + p, .m-callout-secondary .ext-h1 + p, .m-callout-tertiary .ext-h1 + p, .m-callout-bg-image .cta-content .ext-h1 + p, .m-callout-quaternary .ext-h1 + p {
    margin-top: -10px; }
    .m-callout h1 + p:last-child, .m-callout-secondary h1 + p:last-child, .m-callout-tertiary h1 + p:last-child, .m-callout-bg-image .cta-content h1 + p:last-child, .m-callout-quaternary h1 + p:last-child, .m-callout .ext-h1 + p:last-child, .m-callout-secondary .ext-h1 + p:last-child, .m-callout-tertiary .ext-h1 + p:last-child, .m-callout-bg-image .cta-content .ext-h1 + p:last-child, .m-callout-quaternary .ext-h1 + p:last-child {
      margin-top: 20px; }
  .m-callout p, .m-callout-secondary p, .m-callout-tertiary p, .m-callout-bg-image .cta-content p, .m-callout-quaternary p {
    margin: 0 auto;
    max-width: 680px; }
    .m-callout p + p, .m-callout-secondary p + p, .m-callout-tertiary p + p, .m-callout-bg-image .cta-content p + p, .m-callout-quaternary p + p {
      margin-top: 24px; }
  .m-callout a[class*="btn"], .m-callout-secondary a[class*="btn"], .m-callout-tertiary a[class*="btn"], .m-callout-bg-image .cta-content a[class*="btn"], .m-callout-quaternary a[class*="btn"] {
    display: block;
    margin: 10px 0; }
    @media screen and (min-width: 440px) {
      .m-callout a[class*="btn"], .m-callout-secondary a[class*="btn"], .m-callout-tertiary a[class*="btn"], .m-callout-bg-image .cta-content a[class*="btn"], .m-callout-quaternary a[class*="btn"] {
        display: inline-block;
        margin: 5px 10px; } }
    @media screen and (min-width: 660px) {
      .m-callout a[class*="btn"], .m-callout-secondary a[class*="btn"], .m-callout-tertiary a[class*="btn"], .m-callout-bg-image .cta-content a[class*="btn"], .m-callout-quaternary a[class*="btn"] {
        margin: 5px 5px; } }
    @media screen and (min-width: 940px) {
      .m-callout a[class*="btn"], .m-callout-secondary a[class*="btn"], .m-callout-tertiary a[class*="btn"], .m-callout-bg-image .cta-content a[class*="btn"], .m-callout-quaternary a[class*="btn"] {
        margin: 0px 5px; } }

.m-callout-enlarged-content {
  color: #4C4C4C; }
  .m-callout-enlarged-content p {
    line-height: 1.4;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
    color: #000; }
  .m-callout-enlarged-content h1 {
    color: #000; }

.m-callout-secondary {
  background: #e31837;
  color: #fff; }
  .m-callout-secondary #sticky-nav-items {
    background: #e31837; }
  .m-callout-secondary p {
    color: #fff; }

.m-callout-tertiary, .m-callout-bg-image .cta-content {
  background: #000;
  color: #fff; }
  .m-callout-tertiary #sticky-nav-items, .m-callout-bg-image .cta-content #sticky-nav-items {
    background: #000; }
  .m-callout-tertiary a, .m-callout-bg-image .cta-content a {
    color: #fff; }
  .m-callout-tertiary button, .m-callout-bg-image .cta-content button, .m-callout-tertiary input, .m-callout-bg-image .cta-content input, .m-callout-tertiary optgroup, .m-callout-bg-image .cta-content optgroup, .m-callout-tertiary select, .m-callout-bg-image .cta-content select, .m-callout-tertiary textarea, .m-callout-bg-image .cta-content textarea {
    color: #4C4C4C; }
  .m-callout-tertiary button.titleist-btn, .m-callout-bg-image .cta-content button.titleist-btn, .m-callout-tertiary button.btn-secondary, .m-callout-bg-image .cta-content button.btn-secondary, .m-callout-tertiary button.btn-tertiary, .m-callout-bg-image .cta-content button.btn-tertiary {
    color: #fff; }
  .m-callout-tertiary p, .m-callout-bg-image .cta-content p {
    color: #fff; }
  .titleist-nav .m-callout-tertiary, .titleist-nav .m-callout-bg-image .cta-content, .m-callout-bg-image .titleist-nav .cta-content {
    margin-bottom: 0; }
  .m-callout-tertiary .m-callout-enlarged-content p, .m-callout-bg-image .cta-content .m-callout-enlarged-content p, .m-callout-tertiary .m-callout-enlarged-content span, .m-callout-bg-image .cta-content .m-callout-enlarged-content span {
    line-height: 1.4;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
    color: #fff; }

.m-callout-quaternary {
  background: #f6f6f6;
  color: #4C4C4C; }
  .m-callout-quaternary #sticky-nav-items {
    background: #f6f6f6; }
  .m-callout-quaternary h1, .m-callout-quaternary .ext-h1 {
    color: #000; }

.m-callout-bg-image {
  position: relative;
  overflow: hidden; }

.m-callout-bg-image .cta-content {
  position: relative; }

.m-callout-bg-image .cta-content.has-image {
  background: rgba(0, 0, 0, 0.35); }
  @media screen and (max-width: 520px) {
    .m-callout-bg-image .cta-content.has-image a {
      margin-left: auto;
      margin-right: auto;
      width: 50%; } }

.m-callout-bg-image .cta-background {
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover; }

#sticky-subnav {
  padding: 20px 0px 0px 0px;
  overflow: visible; }
  @media screen and (min-width: 441px) {
    #sticky-subnav {
      padding: 20px 2px 0px 2px; } }
  #sticky-subnav h1 {
    margin-bottom: 0em; }
  #sticky-subnav p {
    margin-top: 1em;
    margin-bottom: 0em; }
  #sticky-subnav #sticky-nav-items .items-wrapper {
    padding-top: 16px;
    padding-bottom: 20px;
    position: relative; }
    #sticky-subnav #sticky-nav-items .items-wrapper .btn-tertiary.outline:active, #sticky-subnav #sticky-nav-items .items-wrapper .inputfile + label.outline:active, #sticky-subnav #sticky-nav-items .items-wrapper .btn-tertiary.outline:focus, #sticky-subnav #sticky-nav-items .items-wrapper .inputfile + label.outline:focus {
      border-color: #000;
      background-color: #fff;
      color: #000; }
    #sticky-subnav #sticky-nav-items .items-wrapper .btn-tertiary.outline:hover, #sticky-subnav #sticky-nav-items .items-wrapper .inputfile + label.outline:hover {
      border-color: #999;
      background-color: #999;
      color: #fff; }
    @media screen and (max-width: 440px) {
      #sticky-subnav #sticky-nav-items .items-wrapper {
        padding: 0;
        position: absolute;
        z-index: 3;
        left: 0;
        right: 0;
        background: #fff;
        padding-bottom: 0px; } }
    #sticky-subnav #sticky-nav-items .items-wrapper:after {
      display: block;
      content: ' ';
      background: rgba(0, 0, 0, 0.2);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
      height: 4px;
      width: 100%;
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      z-index: 1; }
  #sticky-subnav #sticky-nav-items p {
    margin-top: 0em; }
  #sticky-subnav a[class*="btn"] {
    will-change: background-color;
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear; }
    @media screen and (max-width: 800px) {
      #sticky-subnav a[class*="btn"] {
        padding: 8px 5px; } }
    @media screen and (max-width: 660px) {
      #sticky-subnav a[class*="btn"] {
        margin: 5px 2px; } }
  @media screen and (max-width: 440px) {
    #sticky-subnav {
      padding-top: 0px; }
      #sticky-subnav .collapsible-menu-heading {
        font-size: 11px;
        font-size: 0.6875rem;
        font-weight: normal;
        border: 1px solid #DDD;
        line-height: 1.9;
        text-align: left;
        padding: 13px 0 13px 13px;
        margin: 12px 10px 10px; }
      #sticky-subnav ul.collapsible-menu {
        padding: 0 10px 0px 10px;
        margin-top: -10px;
        margin-bottom: 10px; }
      #sticky-subnav .collapsible-menu-button {
        position: absolute;
        margin-right: 0px;
        right: 25px; }
        #sticky-subnav .collapsible-menu-button .collapsible-icon {
          position: absolute;
          margin-top: 2px;
          text-indent: -9999em;
          background: url(../images/down-arrow.png);
          background-size: 16px 16px;
          width: 16px;
          height: 16px; }
        #sticky-subnav .collapsible-menu-button[aria-expanded="true"] .collapsible-icon {
          background-image: url(../images/up-arrow.png); }
      #sticky-subnav .collapsible-menu li a {
        font-size: 11px;
        font-size: 0.6875rem;
        border: 1px solid #DDD;
        border-top: 0px;
        display: block;
        text-align: left;
        padding: 13px 0 13px 13px;
        color: #000; }
      #sticky-subnav.m-callout-secondary button.collapsible-menu-button, #sticky-subnav.m-callout-tertiary button.collapsible-menu-button, .m-callout-bg-image #sticky-subnav.cta-content button.collapsible-menu-button {
        color: #fff; }
      #sticky-subnav.m-callout-secondary .collapsible-menu li a, #sticky-subnav.m-callout-tertiary .collapsible-menu li a, .m-callout-bg-image #sticky-subnav.cta-content .collapsible-menu li a {
        color: #fff; }
      #sticky-subnav.m-callout-secondary .collapsible-menu li a:hover, #sticky-subnav.m-callout-secondary .collapsible-menu li a:focus, #sticky-subnav.m-callout-tertiary .collapsible-menu li a:hover, .m-callout-bg-image #sticky-subnav.cta-content .collapsible-menu li a:hover, #sticky-subnav.m-callout-tertiary .collapsible-menu li a:focus, .m-callout-bg-image #sticky-subnav.cta-content .collapsible-menu li a:focus {
        border-bottom-color: #fff; } }

#scroll-progress-bar .back-to-top {
  display: none; }
@media screen and (max-width: 440px) {
  #scroll-progress-bar.progress-not-top .back-to-top {
    display: block;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.9) url("../images/icons/PNG/up-arrow.png") no-repeat 82px 8px;
    background-size: 10px 12px;
    color: #fff;
    padding: 5px 25px 5px 12px;
    border-bottom: 0;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 11px;
    font-size: 0.6875rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    z-index: 3; } }

@media screen and (min-width: 441px) {
  .m-callout--not-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99; }

  .m-callout--pinned.m-callout--top {
    position: relative; } }
/*&.progress-not-top {
    position: fixed;
    top: 0;
    z-index: 3;
    @include transition(top 250ms linear);
}*/
.scroll-progress-container {
  left: 0;
  width: 100%;
  height: 3px;
  margin-bottom: 0px;
  position: absolute;
  overflow: hidden;
  background-color: transparent;
  content: "";
  display: table;
  table-layout: fixed;
  bottom: -3px; }
  .scroll-progress-container .scroll-progress {
    width: 0%;
    float: left;
    height: 100%;
    z-index: 99;
    max-width: 100%;
    background-color: #b51029; }

.titleist-menu,
.titleist-menu-notifications {
  padding: 10px 0; }
  .titleist-menu .btn-toggle:focus .titleist-icon,
  .titleist-menu-notifications .btn-toggle:focus .titleist-icon {
    color: #e31837; }
  .titleist-menu .btn-toggle .titleist-icon,
  .titleist-menu-notifications .btn-toggle .titleist-icon {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-left: 5px;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    transition: all linear 0.1s;
    position: relative;
    top: 3px; }
  .titleist-menu > ul,
  .titleist-menu-notifications > ul {
    font-size: 12px;
    font-size: 0.75rem; }
    .titleist-menu > ul > li,
    .titleist-menu-notifications > ul > li {
      position: relative;
      padding-bottom: 5px; }
      .no-js .titleist-menu > ul > li:hover .menu-content, .no-js
      .titleist-menu-notifications > ul > li:hover .menu-content {
        top: 100%;
        left: 0;
        opacity: 1; }
      .titleist-menu > ul > li.is-open .menu-content,
      .titleist-menu-notifications > ul > li.is-open .menu-content {
        display: block;
        top: 100%;
        position: absolute;
        left: 0;
        opacity: 1;
        z-index: 99; }
      .titleist-menu > ul > li.is-open .icon-expand,
      .titleist-menu-notifications > ul > li.is-open .icon-expand {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .titleist-menu > ul .menu-content,
    .titleist-menu-notifications > ul .menu-content {
      list-style: none;
      padding: 0;
      margin: 0;
      display: none;
      -webkit-transition: opacity ease-in-out 0.3s;
      -moz-transition: opacity ease-in-out 0.3s;
      -ms-transition: opacity ease-in-out 0.3s;
      transition: opacity ease-in-out 0.3s;
      -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
      font-size: 12px;
      font-size: 0.75rem;
      opacity: 0;
      background: #fff;
      width: 100%;
      min-width: 180px;
      border-radius: 2px;
      line-height: 1.2; }
      .titleist-menu > ul .menu-content li,
      .titleist-menu-notifications > ul .menu-content li {
        margin: 0; }
      .titleist-menu > ul .menu-content.needs-columns,
      .titleist-menu-notifications > ul .menu-content.needs-columns {
        min-width: 280px; }
        .titleist-menu > ul .menu-content.needs-columns li,
        .titleist-menu-notifications > ul .menu-content.needs-columns li {
          width: 49.3%;
          display: inline-block; }
      .titleist-menu > ul .menu-content a,
      .titleist-menu-notifications > ul .menu-content a {
        color: #4C4C4C;
        display: block;
        padding: 10px;
        font-weight: 400; }
        .titleist-menu > ul .menu-content a:hover,
        .titleist-menu-notifications > ul .menu-content a:hover {
          background: #4C4C4C;
          color: #fff;
          text-decoration: none;
          -webkit-transition: all linear 0.2s;
          -moz-transition: all linear 0.2s;
          -ms-transition: all linear 0.2s;
          transition: all linear 0.2s; }
          .titleist-menu > ul .menu-content a:hover .titleist-icon,
          .titleist-menu-notifications > ul .menu-content a:hover .titleist-icon {
            color: #fff; }
      .titleist-menu > ul .menu-content .titleist-icon,
      .titleist-menu-notifications > ul .menu-content .titleist-icon {
        color: #4C4C4C;
        margin: 0 0 0 5px; }
  .footer-bar .titleist-menu .titleist-icon, .footer-bar
  .titleist-menu-notifications .titleist-icon {
    color: #fff; }

.menu-social {
  padding: 0; }
  .menu-social > ul {
    font-size: 24px;
    font-size: 1.5rem; }
  .menu-social a:hover {
    text-decoration: none; }
  @media screen and (max-width: 800px) {
    .menu-social .titleist-icon {
      font-size: 30px;
      font-size: 1.875rem; }
    .menu-social li {
      margin-right: 20px; } }

.menu-languages {
  margin-top: 0;
  padding: 0; }
  .menu-languages .titleist-icon {
    margin-right: 10px;
    position: relative;
    top: 2px; }
  .menu-languages li {
    color: #fff; }
  @media screen and (max-width: 800px) {
    .menu-languages .icon-country-localization {
      font-size: 26px;
      font-size: 1.625rem;
      display: inline-block;
      margin-bottom: 5px;
      vertical-align: middle; }
    .menu-languages .has-children {
      font-size: 16px;
      font-size: 1rem; }
      .menu-languages .has-children.is-open .menu-content {
        background: none;
        position: static; }
        .menu-languages .has-children.is-open .menu-content a {
          color: #fff; } }

.m-section, .m-section-tertiary, .m-section-quaternary {
  *zoom: 1;
  clear: both; }
  .m-section:before, .m-section-tertiary:before, .m-section-quaternary:before, .m-section:after, .m-section-tertiary:after, .m-section-quaternary:after {
    content: " ";
    display: table; }
  .m-section:after, .m-section-tertiary:after, .m-section-quaternary:after {
    clear: both; }
  .m-section.add-space, .add-space.m-section-tertiary, .add-space.m-section-quaternary {
    margin: 0; }
    @media screen and (min-width: 800px) {
      .m-section.add-space, .add-space.m-section-tertiary, .add-space.m-section-quaternary {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media screen and (min-width: 940px) {
      .m-section.add-space, .add-space.m-section-tertiary, .add-space.m-section-quaternary {
        padding-top: 150px;
        padding-bottom: 150px; } }
  .m-section .col, .m-section-tertiary .col, .m-section-quaternary .col {
    float: left;
    margin: 0; }
    .m-section .col-last, .m-section-tertiary .col-last, .m-section-quaternary .col-last {
      float: right; }
  .m-section p, .m-section-tertiary p, .m-section-quaternary p, .m-section ul, .m-section-tertiary ul, .m-section-quaternary ul, .m-section ol, .m-section-tertiary ol, .m-section-quaternary ol {
    margin-bottom: 10px; }
  .m-section a:not(.titleist-btn):not(.btn-secondary):not(.btn-tertiary):hover, .m-section-tertiary a:not(.titleist-btn):not(.btn-secondary):not(.btn-tertiary):hover, .m-section-quaternary a:not(.titleist-btn):not(.btn-secondary):not(.btn-tertiary):hover {
    opacity: .75; }
  .m-section img, .m-section-tertiary img, .m-section-quaternary img, .m-section picture, .m-section-tertiary picture, .m-section-quaternary picture {
    display: block;
    margin: auto;
    width: 100%; }
    .m-section img.inline-logo, .m-section-tertiary img.inline-logo, .m-section-quaternary img.inline-logo, .m-section picture.inline-logo, .m-section-tertiary picture.inline-logo, .m-section-quaternary picture.inline-logo {
      margin: 0;
      display: inline-block;
      position: relative;
      top: 2px; }
  .m-section h1, .m-section-tertiary h1, .m-section-quaternary h1, .m-section .ext-h1, .m-section-tertiary .ext-h1, .m-section-quaternary .ext-h1 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase; }
    .m-section h1 a, .m-section-tertiary h1 a, .m-section-quaternary h1 a, .m-section .ext-h1 a, .m-section-tertiary .ext-h1 a, .m-section-quaternary .ext-h1 a {
      border-bottom: 0;
      color: #000; }
      .m-section h1 a:hover, .m-section-tertiary h1 a:hover, .m-section-quaternary h1 a:hover, .m-section h1 a:focus, .m-section-tertiary h1 a:focus, .m-section-quaternary h1 a:focus, .m-section .ext-h1 a:hover, .m-section-tertiary .ext-h1 a:hover, .m-section-quaternary .ext-h1 a:hover, .m-section .ext-h1 a:focus, .m-section-tertiary .ext-h1 a:focus, .m-section-quaternary .ext-h1 a:focus {
        opacity: .5; }
  .m-section.has-forms .gutter, .has-forms.m-section-tertiary .gutter, .has-forms.m-section-quaternary .gutter, .m-section.has-forms .sub-menu > li, .has-forms.m-section-tertiary .sub-menu > li, .has-forms.m-section-quaternary .sub-menu > li {
    margin-bottom: 0; }

.m-section-master-header {
  text-align: center;
  padding: 20px 20px 50px; }
  .m-section-master-header h1, .m-section-master-header .ext-h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    letter-spacing: 0; }
    @media screen and (min-width: 800px) {
      .m-section-master-header h1, .m-section-master-header .ext-h1 {
        font-size: 24px;
        font-size: 1.5rem; } }
  .m-section-master-header.is-narrow {
    padding: 0 0 25px; }
    .m-section-master-header.is-narrow h1, .m-section-master-header.is-narrow .ext-h1 {
      margin: 0;
      font-size: 24px;
      font-size: 1.5rem; }
  .m-section-master-header p {
    margin: 0 auto;
    max-width: 750px; }

.m-section-header {
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .m-section-header h1, .m-section-header .ext-h1 {
    margin-bottom: 0; }
  @media screen and (min-width: 940px) {
    .m-section-header {
      border-bottom: 1px solid #e3dede; } }
  .m-section-header .section-subhead {
    margin: 10px 0 0; }
    .m-section-header .section-subhead .inline-logo {
      height: 20px;
      width: 55px;
      position: relative;
      top: 3px;
      margin-right: 0; }

.m-section-tertiary .section-label {
  color: #fff; }
.m-section-tertiary .m-section-inner {
  background: #000;
  color: #fff;
  overflow: hidden; }
.m-section-tertiary a, .m-section-tertiary p, .m-section-tertiary li {
  color: #fff; }
.m-section-tertiary a:not(.titleist-btn):not(.btn-secondary):not(.btn-tertiary) {
  color: #e31837;
  border-bottom: 1px solid rgba(227, 24, 55, 0.7); }
.m-section-tertiary h1 > a:not(.titleist-btn):not(.btn-secondary):not(.btn-tertiary), .m-section-tertiary .ext-h1 > a:not(.titleist-btn):not(.btn-secondary):not(.btn-tertiary) {
  color: #fff;
  border: 0; }

.m-section-quaternary .section-label {
  color: #000; }
.m-section-quaternary .m-section-inner {
  background: #f6f6f6;
  color: #000;
  overflow: hidden; }
.m-section-quaternary a {
  color: #000; }
.m-section-quaternary a:not(.titleist-btn):not(.btn-secondary):not(.btn-tertiary) {
  color: #e31837;
  border-bottom: 1px solid rgba(227, 24, 55, 0.7); }
.m-section-quaternary h1 > a:not(.titleist-btn):not(.btn-secondary):not(.btn-tertiary), .m-section-quaternary .ext-h1 > a:not(.titleist-btn):not(.btn-secondary):not(.btn-tertiary) {
  color: #000;
  border: 0; }

.m-section-content {
  padding: 20px; }
  .m-section-content img, .m-section-content picture {
    width: auto;
    height: auto;
    margin: 10px 0; }
  .m-section-content.is-shaded {
    background: #f6f6f6;
    padding: 30px 15px 0; }
  .m-section-content.is-dark {
    background: #000;
    color: #fff; }
    .m-section-content.is-dark .select-menu,
    .m-section-content.is-dark input {
      color: #000; }
  .m-section-content.is-tight {
    padding-top: 0;
    padding-bottom: 25px; }
  @media screen and (min-width: 940px) {
    .m-section-content {
      padding: 65px 75px; }
      .m-section-content.is-narrow {
        padding: 0 30px; }
      .m-section-content.is-narrow {
        padding: 0 30px; }
      .m-section-content.is-short {
        padding-top: 40px;
        padding-bottom: 20px; } }
  @media screen and (min-width: 1000px) {
    .m-section-content.less-padding {
      padding: 10px 25px 4px 25px; } }
  @media screen and (min-width: 1150px) {
    .m-section-content.less-padding {
      padding: 40px 60px 20px 60px; } }
  .m-section-content .find-a-player {
    background: pink;
    margin-left: 10px; }
    .m-section-content .find-a-player .gutter, .m-section-content .find-a-player .sub-menu > li {
      margin-bottom: 0;
      padding: 0; }
    .m-section-content .find-a-player .inline-connector {
      display: block;
      text-align: center; }
    .m-section-content .find-a-player .btn-tertiary, .m-section-content .find-a-player .inputfile + label {
      width: 100%;
      margin: 10px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .m-section-content .select-a-tour .gutter, .m-section-content .select-a-tour .sub-menu > li {
    margin-bottom: 0; }
  @media screen and (min-width: 800px) {
    .m-section-content .find-a-player {
      background: green; } }
  @media screen and (min-width: 940px) {
    .m-section-content .find-a-player {
      width: 64%;
      margin-right: 2%;
      border-right: 1px solid #e3dede; } }

.section-label {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .02em;
  letter-spacing: 1px; }
  @media screen and (min-width: 660px) {
    .section-label {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 660px) {
    .section-label {
      font-size: 15px;
      font-size: 0.9375rem; } }

.m-content {
  padding: 45px 20px; }
  @media screen and (min-width: 1000px) {
    .m-content {
      padding: 90px 0; } }

.m-section.m-add-gap, .m-add-gap.m-section-tertiary, .m-add-gap.m-section-quaternary {
  margin-top: 50px;
  margin-bottom: 50px;
  *zoom: 1;
  clear: both; }
  .m-section.m-add-gap:before, .m-add-gap.m-section-tertiary:before, .m-add-gap.m-section-quaternary:before, .m-section.m-add-gap:after, .m-add-gap.m-section-tertiary:after, .m-add-gap.m-section-quaternary:after {
    content: " ";
    display: table; }
  .m-section.m-add-gap:after, .m-add-gap.m-section-tertiary:after, .m-add-gap.m-section-quaternary:after {
    clear: both; }
  @media screen and (min-width: 800px) {
    .m-section.m-add-gap, .m-add-gap.m-section-tertiary, .m-add-gap.m-section-quaternary {
      margin-top: 100px;
      margin-bottom: 100px; } }

.m-section-group {
  padding: 50px 0; }
  @media screen and (min-width: 800px) {
    .m-section-group {
      padding: 100px 0; } }
  .m-section-group .m-section, .m-section-group .m-section-tertiary, .m-section-group .m-section-quaternary {
    margin-bottom: 100px; }
    .m-section-group .m-section:last-child, .m-section-group .m-section-tertiary:last-child, .m-section-group .m-section-quaternary:last-child {
      margin-bottom: 0; }

.m-section-band, .m-section-band-quaternary {
  background: #fff;
  padding: 30px 0; }
  @media screen and (min-width: 800px) {
    .m-section-band, .m-section-band-quaternary {
      padding: 60px 0; } }
  .m-section-band .m-block-social, .m-section-band-quaternary .m-block-social {
    padding-bottom: 0; }
    .m-section-band .m-block-social .m-card, .m-section-band-quaternary .m-block-social .m-card {
      background: #f6f6f6; }

.m-section-band-quaternary {
  background: #f6f6f6; }
  .m-section-band-quaternary.needs-space .gutter, .m-section-band-quaternary.needs-space .sub-menu > li {
    margin-bottom: 40px; }
  .m-section-band-quaternary .m-block-social .m-card {
    background: #fff; }

.m-content-widget {
  padding: 40px 18px 40px 18px; }
  .m-content-widget.set-height.bottom-narrow {
    padding: 25px 0 20px 0; }
  .m-content-widget.bottom-narrow {
    padding-bottom: 20px; }
  .m-content-widget.bottom-tight {
    padding-bottom: 0px; }
  .m-content-widget.collapse-padding + .m-content-widget {
    padding-top: 0px; }
  .m-content-widget.bg-shade {
    background-color: #f6f6f6; }
  .m-content-widget.add-space {
    padding: 100px 20px; }
  .m-content-widget p.slideshow {
    max-width: 100%; }
  @media screen and (min-width: 800px) {
    .m-content-widget {
      padding: 60px 20px; }
      .m-content-widget.set-height {
        max-height: 810px; }
        .m-content-widget.set-height.bottom-narrow {
          padding: 25px 0 20px 0; }
      .m-content-widget.bottom-narrow {
        padding-bottom: 30px; }
      .m-content-widget.bottom-tight {
        padding-bottom: 0px; }
      .m-content-widget.is-narrow {
        padding-top: 0;
        padding-bottom: 30px; }
        .m-content-widget.is-narrow + .is-narrow {
          padding-bottom: 50px; } }
      @media screen and (min-width: 800px) and (min-width: 800px) {
        .m-content-widget.is-narrow + .is-narrow {
          padding-top: 50px; } }
  @media screen and (min-width: 800px) {
        .m-content-widget.is-narrow h1 {
          margin: 0 0 30px;
          font-size: 24px;
          font-size: 1.5rem; }
        .m-content-widget.is-narrow p, .m-content-widget.is-narrow ul, .m-content-widget.is-narrow ol {
          font-size: 13px;
          font-size: 0.8125rem; } }
  .m-content-widget img, .m-content-widget picture, .m-content-widget video {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .m-content-widget table img {
    width: auto; }
  .m-content-widget h1, .m-content-widget .ext-h1 {
    margin: 0 0 20px;
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700; }
    @media screen and (min-width: 800px) {
      .m-content-widget h1, .m-content-widget .ext-h1 {
        font-size: 24px;
        font-size: 1.5rem; } }
  .m-content-widget h1.slideshow, .m-content-widget .slideshow.ext-h1 {
    margin: 0 0 20px;
    font-size: 28px;
    font-size: 1.75rem;
    text-align: center; }
    @media screen and (min-width: 800px) {
      .m-content-widget h1.slideshow, .m-content-widget .slideshow.ext-h1 {
        font-size: 36px;
        font-size: 2.25rem; } }
  .m-content-widget.needs-space h2, .m-content-widget h3 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 0 5px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; }
  .m-content-widget .description {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6; }
  .m-content-widget .titleist-btn.valign, .m-content-widget .valign.btn-secondary, .m-content-widget .valign.btn-tertiary, .m-content-widget .inputfile + label.valign {
    margin-top: 50px; }

.content-wrap-inner.paragraph + .m-content-widget.slideshow-full-width {
  padding: 0px 18px; }
  @media screen and (min-width: 800px) {
    .content-wrap-inner.paragraph + .m-content-widget.slideshow-full-width {
      padding: 10px 20px; } }

.m-content-widget-master-heading {
  margin-bottom: 30px; }
  @media screen and (min-width: 800px) {
    .m-content-widget-master-heading {
      margin-bottom: 60px; } }

.m-content-widget-heading {
  border-bottom: 1px solid #e3dede;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden; }
  @media screen and (min-width: 800px) {
    .m-content-widget-heading {
      margin-bottom: 25px; } }
  .m-content-widget-heading .titleist-logo {
    margin-right: 5px !important; }
  .m-content-widget-heading > h1, .m-content-widget-heading > .ext-h1 {
    line-height: 50px;
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 0; }
    @media screen and (min-width: 800px) {
      .m-content-widget-heading > h1, .m-content-widget-heading > .ext-h1 {
        margin-bottom: 20px; } }
    @media screen and (max-width: 440px) {
      .m-content-widget-heading > h1.tiny-font-small, .m-content-widget-heading > .ext-h1.tiny-font-small {
        font-size: 18px;
        font-size: 1.125rem; } }

.m-content-widget-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 5px;
  padding: 0; }

.youtube-cta.m-callout, .youtube-cta.m-callout-secondary, .youtube-cta.m-callout-tertiary, .m-callout-bg-image .youtube-cta.cta-content, .youtube-cta.m-callout-quaternary, .youtube-cta.m-callout-secondary, .youtube-cta.m-callout-tertiary, .m-callout-bg-image .youtube-cta.cta-content, .youtube-cta.m-callout-bg-image .cta-content, .youtube-cta.m-callout-quaternary {
  text-align: left; }
  .youtube-cta.m-callout p.m-content-widget-label, .youtube-cta.m-callout-secondary p.m-content-widget-label, .youtube-cta.m-callout-tertiary p.m-content-widget-label, .m-callout-bg-image .youtube-cta.cta-content p.m-content-widget-label, .youtube-cta.m-callout-quaternary p.m-content-widget-label, .youtube-cta.m-callout-secondary p.m-content-widget-label, .youtube-cta.m-callout-tertiary p.m-content-widget-label, .m-callout-bg-image .youtube-cta.cta-content p.m-content-widget-label, .youtube-cta.m-callout-bg-image .cta-content p.m-content-widget-label, .youtube-cta.m-callout-quaternary p.m-content-widget-label {
    margin-left: 0;
    margin-right: 0; }

.m-content-widget-header {
  padding: 0;
  margin: 0 0 10px;
  border: 0;
  font-size: 26px;
  font-size: 1.625rem;
  text-transform: uppercase; }
  .m-content-widget-header a {
    color: #000;
    border-bottom-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0px; }
    .m-content-widget-header a:hover, .m-content-widget-header a:focus {
      border-bottom-color: rgba(0, 0, 0, 0.2); }

.m-content-widget.m-callout-tertiary .m-content-widget-header a, .m-callout-bg-image .m-content-widget.cta-content .m-content-widget-header a, .m-content-widget.m-callout-tertiary a, .m-callout-bg-image .m-content-widget.cta-content a, .m-content-widget.m-callout-secondary .m-content-widget-header a, .m-content-widget.m-callout-secondary a {
  color: #fff; }

.m-module-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700; }
  .m-module-label a {
    color: #000;
    border-bottom-color: transparent; }
    .m-module-label a:hover, .m-module-label a:focus {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.add-img-border img {
  border-bottom: 4px solid #e3dede; }

.titleist-layout-group-header {
  margin-top: -30px;
  margin-left: -5px;
  padding-bottom: 10px; }
  @media screen and (min-width: 800px) {
    .titleist-layout-group-header {
      margin-top: -60px;
      padding-bottom: 30px; } }
  .titleist-layout-group-header h1 {
    margin: 0; }

a[data-toggle="modal"] {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }

.m-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
  .m-video div, .m-video embed, .m-video object, .m-video iframe, .m-video .embed-video, .m-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-width: 0px; }
  .m-video .embed-video .titleist-icon {
    top: 44%; }

.hero-video .m-video {
  padding-bottom: 56.25%;
  height: 0;
  width: 100%; }
.hero-video .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }
  .hero-video .video-container .embed-video {
    z-index: 1; }
    .hero-video .video-container .embed-video span {
      top: 45%; }
  .hero-video .video-container iframe {
    z-index: 2; }
  .hero-video .video-container .playing .embed-video span {
    display: none; }
.hero-video.playing .video-container {
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  top: 0;
  position: relative;
        /*@include horizontal-align(relative);

      @media screen and (max-width: $breakpoint-large) {
            height: 0;
            padding-bottom: 56.25%;
            width: 100%;
        }*/ }

* html .m-video {
  margin-bottom: 45px;
  margin-bottom: 0; }

.embed-video {
  cursor: pointer; }

.embed-video, .m-article .m-article-media {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  overflow: hidden;
  display: block;
  color: #fff;
  color: #e31837;
  text-align: center;
  border-bottom: 0; }
  .embed-video .titleist-icon, .m-article .m-article-media .titleist-icon {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 98;
    color: #fff;
    opacity: .75; }
  .embed-video:hover .titleist-icon, .m-article .m-article-media:hover .titleist-icon {
    opacity: 1; }

.m-article .m-article-media figcaption {
  text-align: left;
  color: #000; }

.hero-playlist .close {
  display: none; }

.playlist-items .off-screen {
  display: none; }
.playlist-items.show-all .off-screen {
  display: inline-block; }
.playlist-items .gutter, .playlist-items .sub-menu > li {
  margin: 0 0 20px 18px; }
.playlist-items .video-container {
  position: relative;
  width: 100%; }
  .playlist-items .video-container.playing {
    height: 0;
    padding-bottom: 56.25%; }
  .playlist-items .video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute; }
.playlist-items.m-category-listing .col {
  margin-bottom: 0px; }
.playlist-items .video-link {
  display: block;
  position: relative;
  color: #fff; }
  .playlist-items .video-link picture, .playlist-items .video-link img {
    display: block; }
  .playlist-items .video-link:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: ' ';
    background: rgba(0, 0, 0, 0.15); }
  .playlist-items .video-link .video-content {
    width: 80%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0%; }
    .playlist-items .video-link .video-content h2, .playlist-items .video-link .video-content p {
      text-align: center;
      color: #fff; }
  .playlist-items .video-link:hover:before {
    background: rgba(0, 0, 0, 0.3); }
.playlist-items .center-button {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-right: 40px; }
.playlist-items .center-button .icon-carousel-right, .playlist-items .center-button .icon-carousel-left {
  position: absolute;
  right: 20px;
  top: 13px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }

video::-internal-media-controls-download-button {
  display: none; }

video::-webkit-media-controls-enclosure {
  overflow: hidden; }

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */ }

.titleist-modal.cinema .modal-body {
  padding: 0; }
.titleist-modal.cinema .m-video {
  overflow: visible; }
.titleist-modal.modal-full {
  padding: 0 !important; }
  .titleist-modal.modal-full .close {
    margin: 0; }
    .titleist-modal.modal-full .close span {
      font-size: 50px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
  .titleist-modal.modal-full .modal-dialog {
    margin: auto;
    max-width: 100%; }
    .titleist-modal.modal-full .modal-dialog .close {
      height: 64px;
      line-height: 64px;
      width: 64px; }
  .titleist-modal.modal-full .modal-content {
    max-width: 100%;
    padding: 0;
    width: 100%; }
  .titleist-modal.modal-full .modal-body {
    background: none;
    padding: 0; }
  .titleist-modal.modal-full.fade .modal-dialog {
    -webkit-transition: transform 1s ease-out;
    -moz-transition: transform 1s ease-out;
    -ms-transition: transform 1s ease-out;
    transition: transform 1s ease-out; }
  .titleist-modal.modal-full .modal-content,
  .titleist-modal.modal-full .modal-dialog,
  .titleist-modal.modal-full .modal-body {
    overflow: visible !important;
    height: 100%;
    width: 100%; }
  .titleist-modal.modal-full .m-video {
    background: #000;
    padding-bottom: 0;
    height: 100%; }
    .titleist-modal.modal-full .m-video.qq {
      padding-top: inherit; }
    .titleist-modal.modal-full .m-video iframe {
      position: static; }

.modal-backdrop {
  background: #000; }
  .modal-backdrop.in {
    opacity: .6; }

.modal-dialog {
  max-width: 800px;
  width: auto; }
  .modal-dialog .g-recaptcha > div {
    margin: 0 auto; }
  .modal-dialog .close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    background: transparent;
    cursor: pointer;
    z-index: 1103;
    border: 0;
    font-size: 30px;
    line-height: 60px;
    padding: 0 20px; }

.modal-content {
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
  max-width: 300px;
  min-width: 250px;
  width: 90%;
  padding: 30px 40px 50px 40px;
  margin: auto; }
  @media screen and (min-width: 440px) {
    .modal-content {
      max-width: 90%;
      min-width: 300px; } }
  @media screen and (max-width: 440px) {
    .modal-content {
      padding-left: 20px;
      padding-right: 20px; } }
  #testing-team-cta-intercept .modal-content {
    width: 60%; }
  .modal-content.event-results {
    width: 340px !important; }
    @media screen and (max-width: 800px) {
      .modal-content.event-results {
        min-width: 320px;
        width: auto !important; } }
    @media screen and (max-width: 440px) {
      .modal-content.event-results {
        min-width: 300px; } }
    @media screen and (max-width: 320px) {
      .modal-content.event-results {
        min-width: 250px; } }
    .modal-content.event-results h2 {
      font-size: 16px;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: .02em;
      margin-top: 10px;
      padding: 0; }
    .modal-content.event-results h3 {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 0 10px;
      text-align: left; }
  @media screen and (min-width: 800px) {
    .modal-content {
      max-width: 600px; } }
  .modal-content h1 {
    margin-bottom: 20px; }
  .modal-content p {
    text-align: left;
    margin: 0 auto 20px 0;
    padding: 0 10px; }
    .modal-content p.header {
      font-size: 15px;
      font-size: 0.9375rem;
      color: #000;
      text-align: center; }
  .modal-content input[type="email"] {
    display: block;
    max-width: 200px;
    margin: 10px auto; }
    @media screen and (min-width: 440px) {
      .modal-content input[type="email"] {
        max-width: 250px; } }
    @media screen and (min-width: 800px) {
      .modal-content input[type="email"] {
        max-width: 300px; } }

.intercept-modal .parsley-errors-list {
  margin-top: 0; }
.intercept-modal #intercept-confirm p {
  text-align: center; }

.custombox-modal-container-slide .modal-content {
  width: 70%; }
  @media screen and (min-width: 440px) {
    .custombox-modal-container-slide .modal-content {
      max-width: 75%; } }
  @media screen and (max-width: 440px) {
    .custombox-modal-container-slide .modal-content {
      width: auto !important;
      min-width: inherit; } }
.custombox-modal-container-slide .custombox-modal-slide-left {
  float: none; }

#modal-twitter .modal-content {
  padding: 5px; }

.modal-header {
  background: #000;
  border-bottom: 1px solid #4C4C4C; }

.modal-title {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  padding-right: 25px; }

.modal-body.has-video {
  padding: 0; }

.intercept-modal {
  display: none; }

.tab-controls {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 30px; }
  .no-js .tab-controls {
    display: none; }
  .tab-controls > li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 0 0 0 -5px; }
    .tab-controls > li > a {
      color: #4C4C4C;
      background: #e3dede;
      padding: 10px 20px;
      text-decoration: none;
      border-bottom: 0; }
      @media screen and (min-width: 660px) {
        .tab-controls > li > a {
          padding: 10px 30px; } }
    .tab-controls > li:first-child a {
      border-radius: 2px 0 0 2px;
      border-right: 0; }
    .tab-controls > li:last-child a {
      border-radius: 0 2px 2px 0;
      border-left: 0; }
    .tab-controls > li.active a {
      color: #fff;
      background: #4C4C4C; }

.tab-content {
  padding-top: 20px;
  padding-bottom: 0; }
  @media screen and (min-width: 800px) {
    .tab-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .tab-content .section-label {
    margin: 0 0 5px;
    text-transform: none;
    letter-spacing: normal;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700; }
  .tab-content h2 {
    margin: 0 0 10px; }

.js .tab-pane {
  position: absolute;
  top: -999em;
  left: -999em; }
.tab-pane.active {
  position: static; }

.m-pagination {
  text-align: center;
  padding: 0 10px;
  clear: both;
  border-top: 1px solid #e3dede;
  max-width: 1000px;
  margin: 0 auto 50px; }
  @media screen and (max-width: 660px) {
    .m-pagination {
      margin-bottom: 25px; } }
  @media screen and (min-width: 940px) {
    .m-pagination {
      padding: 0; } }
  .m-pagination ol {
    margin: 0;
    padding: 25px 0;
    list-style: none;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem; }
    .m-pagination ol > li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      -webkit-transition: all linear 0.2s;
      -moz-transition: all linear 0.2s;
      -ms-transition: all linear 0.2s;
      transition: all linear 0.2s;
      text-transform: uppercase;
      letter-spacing: .02em;
      border: 1px solid #000;
      line-height: 1;
      border-radius: 2px; }
      .m-pagination ol > li:hover, .m-pagination ol > li:focus {
        background: #e8e8e8;
        border-color: #a3a3a3; }
      .m-pagination ol > li .page-link, .m-pagination ol > li .paginate_button {
        color: #000;
        border: 0;
        padding: 6px 6px 5px;
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto; }
        @media screen and (min-width: 800px) {
          .m-pagination ol > li .page-link, .m-pagination ol > li .paginate_button {
            padding: 8px 10px 7px; } }
      .m-pagination ol > li.is-current {
        background: #000;
        color: #fff; }
        .m-pagination ol > li.is-current a {
          color: #fff; }
      .m-pagination ol > li.is-disabled:hover {
        border-color: #000;
        background: #fff; }

.m-pagination-label {
  margin: 10px auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #4C4C4C; }

.m-pagination-results {
  padding: 20px 10px; }
  .m-pagination-results .loading {
    margin: 0 auto;
    display: block; }

.titleist-logo {
  width: auto !important;
  margin: 0 !important;
  display: inline-block !important;
  vertical-align: bottom; }

.logo-inline {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }
  .m-section-header .logo-inline {
    white-space: nowrap;
    padding-right: 10px;
    height: 20px;
    width: 55px;
    position: relative;
    top: -4px;
    margin-right: 10px; }
    .m-section-header .logo-inline:after {
      content: " | ";
      margin: 0 5px; }
  .logo-inline a {
    border: 0 !important; }
  .logo-inline svg {
    position: relative;
    top: 2px; }

.is-light svg {
  fill: #fff; }

.is-small {
  width: 65px; }

.m-category-listing {
  padding: 20px; }
  .m-category-listing.is-profile {
    padding: 0 0 0 5px; }
    .m-category-listing.is-profile .gutter, .m-category-listing.is-profile .sub-menu > li {
      margin-bottom: 30px; }
    .m-category-listing.is-profile p {
      margin-bottom: 0; }
  .m-category-listing.for-content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7; }
  .m-category-listing.is-shaded {
    background: #f6f6f6; }
  @media screen and (min-width: 800px) {
    .m-category-listing {
      padding-top: 60px; }
      .m-category-listing.product-listing {
        padding-top: 0; } }
  @media screen and (min-width: 940px) {
    .m-category-listing {
      padding-left: 0px;
      padding-right: 0px; } }
  .m-category-listing a {
    border-bottom: 0; }
  .m-category-listing .frame {
    min-height: 235px;
    zoom: 1;
    overflow: hidden;
    position: relative;
    border-bottom: 4px solid #e3dede; }
    .m-category-listing .frame img {
      border-bottom: 0; }
  .m-category-listing .frame picture {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0;
  /*transform: translateY(-50%);
-ms-transform: translateY(-50%);*/ }
  .m-category-listing img {
    width: 100%;
    border-bottom: 4px solid #e3dede; }
    .m-product .m-category-listing img {
      width: auto; }
  .m-category-listing h1, .m-category-listing .ext-h1 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px; }
  .m-category-listing h2, .m-category-listing .ext-h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: .03em;
    line-height: 1.2; }
    .m-category-listing h2 a, .m-category-listing .ext-h2 a {
      border-bottom: 1px solid transparent;
      color: #000; }
      .m-category-listing h2 a:hover, .m-category-listing .ext-h2 a:hover {
        border-bottom-color: rgba(0, 0, 0, 0.2); }
  .m-category-listing p {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
    line-height: 1.6;
    padding-right: 10px; }
    .m-category-listing p a {
      color: #e31837;
      border-bottom: 1px solid #e31837;
      border-bottom-color: rgba(227, 24, 55, 0.2);
      font-weight: 700; }
      .m-category-listing p a:hover, .m-category-listing p a:focus {
        color: #000;
        border-bottom-color: rgba(0, 0, 0, 0.2); }
  .m-category-listing ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 30px; }
    .m-category-listing ul > li {
      margin: 0;
      line-height: 1.7;
      font-size: 12px;
      font-size: 0.75rem; }
      .m-category-listing ul > li a {
        border-bottom: 1px solid #000;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        color: #000;
        font-weight: 700; }
        .m-category-listing ul > li a:hover {
          border-bottom-color: rgba(0, 0, 0, 0.4); }
    .m-category-listing ul + .titleist-menu {
      margin-top: -20px; }
  .m-category-listing .titleist-menu ul {
    margin-bottom: 0px; }
  .m-category-listing .col {
    margin-bottom: 20px; }
  .m-category-listing .product-listing {
    margin-bottom: -70px; }
    .m-category-listing .product-listing .listing-promo {
      padding-bottom: 20px; }
      .m-category-listing .product-listing .listing-promo .cta-content {
        position: relative; }
        .m-category-listing .product-listing .listing-promo .cta-content a {
          color: #ffffff;
          position: absolute;
          bottom: 20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .m-category-listing .product-listing .listing-promo .cta-content picture {
          line-height: 0;
          display: block; }
          .m-category-listing .product-listing .listing-promo .cta-content picture img {
            border: none; }
        .m-category-listing .product-listing .listing-promo .cta-content .promo-title {
          position: absolute;
          left: 50%;
          bottom: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%) translateY(-50%);
          color: #ffffff; }
    @media screen and (max-width: 800px) {
      .m-category-listing .product-listing .is-hidden-mobile-tablet {
        display: none; } }
    .m-category-listing .product-listing .product-tile a {
      color: #4C4C4C; }
    .m-category-listing .product-listing .product-tile h2 {
      color: #000000; }
    .m-category-listing .product-listing .product-tile .img-container {
      position: relative; }
      .m-category-listing .product-listing .product-tile .img-container picture {
        display: block;
        line-height: 0; }
        .m-category-listing .product-listing .product-tile .img-container picture img {
          border: 1px solid #d6d6d6; }
      .m-category-listing .product-listing .product-tile .img-container .badge-span {
        color: #ffffff;
        display: block;
        z-index: 2;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100.75%;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        font-weight: 700;
        font-size: 12px;
        line-height: 22px; }
    .m-category-listing .product-listing .product-tile:hover .img-container img {
      border-color: #999999; }
    .m-category-listing .product-listing .product-tile:hover .img-container .badge-span {
      background: #e31837; }

.m-category-listing.no-img-border img {
  border: 0; }

.m-category-listing-header.has-border {
  border-bottom: 1px solid #e3dede;
  margin-bottom: 20px; }
  .m-category-listing-header.has-border h2, .m-category-listing-header.has-border .ext-h2 {
    margin-bottom: 10px; }
.m-category-listing-header h1, .m-category-listing-header .ext-h1 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em; }
.m-category-listing-header h2, .m-category-listing-header .ext-h2 {
  margin: 0 0 20px;
  padding: 0;
  max-width: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0px;
  text-transform: uppercase; }

.m-category-listing-content {
  text-align: left; }

.m-action-bar {
  padding-bottom: 60px;
  text-align: center;
  clear: both; }

.m-category-listing.playlist-items h2,
.m-category-listing.playlist-items p {
  margin-top: 0px; }

.m-media-insert {
  margin-left: -10px; }
  .m-media-insert .gutter, .m-media-insert .sub-menu > li {
    margin-bottom: 5px; }
  .m-media-insert p {
    margin-bottom: 5px; }

.m-media-heading a {
  color: #4C4C4C;
  border-bottom: 0; }
  .m-media-heading a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.m-address {
  margin-bottom: 1em;
  overflow: hidden; }
  .m-address p, .m-address ul, .m-address ol {
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem; }
  .m-address [itemprop="name"] {
    margin-bottom: 7px;
    font-size: 14px;
    font-size: 0.875rem; }
    .m-address [itemprop="name"] a {
      color: #000;
      border-bottom-color: transparent; }
      .m-address [itemprop="name"] a:hover, .m-address [itemprop="name"] a:focus {
        border-bottom-color: rgba(0, 0, 0, 0.2); }
  .m-address [itemprop="jobTitle"],
  .m-address [itemprop="description"] {
    font-style: italic; }
  .m-address [itemprop="address"],
  .m-address [itemprop="jobTitle"],
  .m-address [itemprop="description"] {
    margin-top: -10px;
    margin-bottom: 10px;
    line-height: 1.5; }
  .m-address [itemprop="image"] {
    display: block; }
    @media screen and (min-width: 800px) {
      .m-address [itemprop="image"] {
        float: left;
        margin: 0 15px 15px 0; } }

.form-search .gutter, .form-search .sub-menu > li {
  margin-bottom: 10px; }

.m-results {
  padding-top: 10px; }

.m-results-heading {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400; }

.m-results-list {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
  clear: both; }
  .m-results-list:before, .m-results-list:after {
    content: " ";
    display: table; }
  .m-results-list:after {
    clear: both; }
  .results-players .m-results-list {
    border-top: 1px solid #e3dede;
    border-bottom: 1px solid #e3dede; }

.m-results-item {
  border-bottom: 1px solid #e3dede;
  padding: 30px 0; }
  @media screen and (min-width: 660px) {
    .m-results-item {
      padding: 25px 0; } }
  .m-results-item:first-child {
    border-top: 1px solid #e3dede; }
  .results-players .m-results-item {
    border: 0;
    margin: 0;
    padding: 15px 0;
    width: 100%; }
  @media screen and (min-width: 660px) {
    .results-players .m-results-item {
      width: 48%;
      margin-right: 1%;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; } }
  @media screen and (min-width: 800px) {
    .results-players .m-results-item {
      padding: 30px 0; } }
  @media screen and (min-width: 940px) {
    .results-players .m-results-item {
      width: 32%; } }
  .m-results-item .titleist-menu .titleist-icon {
    position: relative;
    top: 2px; }
  .m-results-item .titleist-menu a {
    border: 0; }

.m-results-media,
.m-results-content {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: top; }
  @media screen and (min-width: 660px) {
    .m-results-media,
    .m-results-content {
      display: table-cell; } }

.m-results-media {
  margin-right: 1em;
  margin-bottom: 10px; }
  @media screen and (min-width: 660px) {
    .m-results-media {
      display: table-cell;
      padding-right: 20px;
      min-width: 100px;
      max-width: 100px;
      margin-bottom: 0; }
      .m-results-media.has-icon {
        min-width: 0; } }
  .m-results-media img {
    display: block; }
  .m-results-media .titleist-icon {
    font-size: 70px;
    font-size: 4.375rem;
    display: block; }

.m-results-content {
  width: 100%; }
  .m-results-content p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    max-width: none;
    margin: 0; }
    .m-results-content p.m-results-sublabel {
      margin-bottom: 5px; }
      .m-results-content p.m-results-sublabel em {
        display: inline-block;
        margin-left: -1px; }
      .m-results-content p.m-results-sublabel span {
        color: #999;
        text-transform: uppercase;
        letter-spacing: .02em;
        margin-top: -4px;
        display: block; }
  .m-results-content ul, .m-results-content ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-size: 0.75rem; }
  .results-players .m-results-content {
    width: auto; }

.m-results-label {
  margin: 0 0 12px;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #000; }
  .m-results-label a {
    border-bottom: 1px solid transparent;
    color: #000;
    -webkit-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    transition: all linear 0.15s; }
    .m-results-label a:hover {
      border-bottom-color: rgba(0, 0, 0, 0.2); }

.m-results-label-small {
  margin: 0 0 12px;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .02em; }
  .m-results-label-small a {
    border-bottom: 1px solid transparent;
    color: #000;
    -webkit-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    transition: all linear 0.15s; }
    .m-results-label-small a:hover {
      border-bottom-color: rgba(0, 0, 0, 0.2); }

.m-results-meta {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 8px !important; }

.m-location-results {
  padding: 80px 10px; }
  .m-location-results.top-narrow {
    padding-top: 40px; }
  .m-location-results.top-tight {
    padding-top: 0px; }
  .m-location-results .titleist-menu {
    padding-left: 15px;
    clear: both;
    top: -5px; }
    @media screen and (min-width: 800px) {
      .m-location-results .titleist-menu {
        float: right;
        padding: 0;
        clear: none; } }
  @media screen and (min-width: 800px) {
    .m-location-results .titleist-menu > ul > li.is-open .menu-content {
      left: auto;
      right: 0; } }
  .m-location-results h1, .m-location-results .ext-h1 {
    margin-bottom: 40px; }
  .m-location-results .m-results-content {
    display: block; }
    .m-location-results .m-results-content .col {
      display: block;
      float: left; }
  .m-location-results .m-results-item {
    padding-left: 35px;
    padding-bottom: 10px;
    position: relative;
    *zoom: 1;
    clear: both; }
    .m-location-results .m-results-item:before, .m-location-results .m-results-item:after {
      content: " ";
      display: table; }
    .m-location-results .m-results-item:after {
      clear: both; }
    @media screen and (min-width: 800px) {
      .m-location-results .m-results-item {
        padding-left: 45px; } }
    .m-location-results .m-results-item h2 {
      cursor: pointer; }
    .m-location-results .m-results-item .titleist-layout {
      margin-left: -15px; }
    .m-location-results .m-results-item:before {
      content: attr(data-counter);
      background: #000;
      color: #fff;
      line-height: 28px;
      width: 28px;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      text-align: center;
      border-radius: 50%;
      font-size: 16px;
      font-size: 1rem;
      position: absolute;
      left: 0;
      top: 20px;
      font-weight: 700;
      speak: none;
      cursor: pointer; }
  .m-location-results .more-info {
    display: none; }

.m-location-results-plain {
  padding: 60px 10px; }
  .m-location-results-plain .titleist-layout {
    margin-left: -15px; }

.custombox-modal .more-info {
  background: #fff;
  border-radius: 4px;
  position: relative; }
  .custombox-modal .more-info div {
    overflow: hidden;
    padding: 0 10px; }
    .custombox-modal .more-info div.booking-container {
      padding: 0; }
  .custombox-modal .more-info p {
    line-height: normal;
    text-align: left;
    float: left;
    width: 300px; }
    @media screen and (max-width: 800px) {
      .custombox-modal .more-info p {
        width: 280px; } }
    @media screen and (max-width: 320px) {
      .custombox-modal .more-info p {
        width: 240px; } }
  .custombox-modal .more-info h3 {
    width: 140px;
    padding-right: 10px; }

@media screen and (min-height: 500px) {
  .more-info {
    margin-top: 40px !important; } }
.more-info-close {
  position: absolute;
  top: -10px;
  right: -10px;
  text-decoration: none;
  border: 0; }

.m-tag-bar {
  margin-top: -10px;
  margin-bottom: 10px; }
  .m-tag-bar .titleist-icon {
    position: relative;
    top: 2px; }

.m-tag {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  color: #fff;
  padding: 0;
  line-height: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  border: 0;
  padding: 4px 6px 3px;
  line-height: 1;
  background: #b3b3b3;
  -webkit-transition: background linear 0.2s;
  -moz-transition: background linear 0.2s;
  -ms-transition: background linear 0.2s;
  transition: background linear 0.2s; }
  .m-tag:hover, .m-tag:focus {
    color: #fff;
    background: #8d8d8d; }

.events-ajax .results {
  padding-top: 80px; }

.events-ajax h1, .events-ajax .ext-h1,
.upcoming-events-ajax h1,
.upcoming-events-ajax .ext-h1 {
  text-transform: uppercase;
  margin-bottom: 20px; }

.has-tooltip {
  position: relative; }
  .has-tooltip.is-hidden {
    position: absolute; }
  .has-tooltip:hover .m-tooltip {
    top: 100%;
    margin-top: 10px;
    left: auto; }

.m-tooltip {
  position: absolute;
  top: -999em;
  left: -999em;
  font-size: 12px;
  font-size: 0.75rem;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  z-index: 99; }
  .m-tooltip:before {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    left: 10px; }

.m-map {
  position: relative;
  padding-bottom: 46.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden; }
  .m-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.m-content-block-embed {
  padding: 0 5px 0 20px; }
  .m-content-block-embed .section-label {
    margin: 0;
    text-transform: none;
    font-size: 12px;
    font-size: 0.75rem; }
  .m-content-block-embed img {
    display: block;
    margin-bottom: 15px;
    width: auto; }

.m-content-block-embed-header {
  margin: 0 20px 0 -5px;
  text-transform: uppercase; }
  .m-content-block-embed-header h1 {
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 800px) {
      .m-content-block-embed-header h1 {
        font-size: 24px;
        font-size: 1.5rem; } }

.m-content-block-embed-subhead {
  margin: 0 0 20px; }

.m-content-block-embed-content-label {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.6; }

.m-content-block-embed-content p {
  margin: 0;
  line-height: 1.6; }

.m-profile-header {
  *zoom: 1;
  clear: both;
  margin-bottom: 20px; }
  .m-profile-header:before, .m-profile-header:after {
    content: " ";
    display: table; }
  .m-profile-header:after {
    clear: both; }

.m-profile-image {
  margin-bottom: 10px; }
  .m-profile-image img {
    width: 100%; }
  @media screen and (min-width: 800px) {
    .m-profile-image {
      width: 25%;
      float: left;
      margin-bottom: 0; } }

@media screen and (min-width: 800px) {
  .m-profile-content {
    width: 75%;
    float: left; } }

.m-profile-heading {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 10px; }
  @media screen and (min-width: 800px) {
    .m-profile-heading {
      padding-left: 20px; } }

.m-profile-list {
  color: #999;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 800px) {
    .m-profile-list {
      padding: 0 0 0 20px; } }
  .m-profile-list > li {
    margin: 0 20px 0 0;
    padding: 0; }
    @media screen and (min-width: 660px) {
      .m-profile-list > li {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto; } }

.profile-complete-progress {
  margin: 0;
  padding: 0;
  max-width: 270px; }
  .profile-complete-progress .m-quiz--progress__col {
    height: 26px; }
  .profile-complete-progress .m-quiz--progress__col-last {
    line-height: 24px;
    height: 26px; }
  .profile-complete-progress progress[value] {
    height: 14px;
    top: -7px; }
  .profile-complete-progress .btn-tertiary, .profile-complete-progress .inputfile + label {
    padding: 10px 10px; }
  @media screen and (min-width: 940px) {
    .profile-complete-progress .m-quiz--progress {
      padding-bottom: 8px; } }
  @media screen and (min-width: 800px) {
    .profile-complete-progress {
      padding: 0 0 0 20px; } }

.complete {
  *zoom: 1;
  clear: both;
  padding-top: 10px; }
  .complete:before, .complete:after {
    content: " ";
    display: table; }
  .complete:after {
    clear: both; }
  .complete p {
    margin: 0;
    font-size: 15px;
    font-size: 0.9375rem; }
  .complete progress[value] {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 8px; }
    .complete progress[value]::-webkit-progress-bar {
      background-color: #eaeaea;
      border-radius: 2px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; }
    .complete progress[value]::-webkit-progress-value {
      background: #000;
      color: #000;
      border-radius: 2px; }

.checkbox-button {
  margin-bottom: 1em;
  position: relative;
  text-align: center; }
  .checkbox-button input[type="checkbox"] {
    height: 1px;
    left: -10px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  .checkbox-button label {
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    transition: all linear 0.1s;
    border: 1px solid #d6d6d6;
    border-radius: 0 !important;
    color: #4C4C4C;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 13px 0;
    text-transform: uppercase; }
    .checkbox-button label:hover {
      background-color: #b5132c;
      color: #fff; }
  .checkbox-button input:checked + label {
    background: #e31837;
    color: #fff; }
  .checkbox-button input:focus + label {
    border-color: #e31837; }
  .checkbox-button:first-of-type label {
    border-radius: 2px 0 0 2px !important; }
  .checkbox-button:last-of-type label {
    border-radius: 0 2px 2px 0 !important; }
  .checkbox-button:not(:first-of-type) label {
    border-left: 1px solid #fff; }

.checkbox-button-group--3 .checkbox-button {
  float: left;
  width: 33.33333333%; }
  .checkbox-button-group--3 .checkbox-button:first-child {
    margin-left: -1px; }

@media screen and (max-width: 440px) {
  .checkbox-content-adj {
    display: block; } }

.checkbox-styled {
  margin: 0;
  overflow: hidden;
  position: relative; }
  .checkbox-styled input {
    height: 1px;
    left: -10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  .checkbox-styled input:focus {
    outline: none; }
  input:focus + .checkbox-styled__icon, input:focus + input[type="hidden"] + .checkbox-styled__icon {
    border-color: #e31837; }
  input:checked + .checkbox-styled__icon, input:checked + input[type="hidden"] + .checkbox-styled__icon {
    background: #e31837;
    border-color: #e31837; }
    input:checked + .checkbox-styled__icon:after, input:checked + input[type="hidden"] + .checkbox-styled__icon:after {
      color: white;
      content: "\e904";
      height: 14px;
      left: 3px;
      line-height: 1;
      top: -3px;
      width: 14px; }
  input:checked:focus + .checkbox-styled__icon, input:checked:focus + input[type="hidden"] + .checkbox-styled__icon {
    border-color: #d6d6d6; }
  .checkbox-styled.radio-styled .checkbox-styled__icon {
    border-radius: 12px;
    content: none; }
    .checkbox-styled.radio-styled .checkbox-styled__icon .radio__icon {
      display: none; }
  .checkbox-styled.radio-styled input:checked + .checkbox-styled__icon .radio__icon {
    -webkit-appearance: none;
    position: absolute;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin: -5px 0px 0px -5px; }
  .checkbox-styled.radio-styled input:checked + .checkbox-styled__icon:after {
    content: none !important; }
  .checkbox-styled__icon {
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: normal;
    margin-right: 8px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    width: 20px; }
    .checkbox-styled__icon:after {
      background: 0 0;
      bottom: 0;
      content: '';
      font-family: 'titleist-icons';
      height: 0%;
      left: 0;
      margin: auto;
      position: absolute;
      speak: none;
      top: 0;
      width: 0; }

.enhanced-locator-landing .checkbox-styled.radio-styled .checkbox-styled__icon {
  border-color: #a9a9a9; }

@media screen and (max-width: 660px) {
  .gcl-adj {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px; } }

.gcl__label-adj {
  line-height: 3 !important; }

.js .m-offscreen-panels .m-offscreen-panel {
  -webkit-box-shadow: -1px 2px 2px 0 #ddd;
  -moz-box-shadow: -1px 2px 2px 0 #ddd;
  box-shadow: -1px 2px 2px 0 #ddd;
  -webkit-transition: 0.6s all ease-in-out 0.1s;
  -moz-transition: 0.6s all ease-in-out 0.1s;
  -ms-transition: 0.6s all ease-in-out 0.1s;
  transition: 0.6s all ease-in-out 0.1s;
  background: #fff;
  bottom: 0;
  height: 100%;
  margin-right: -200%;
  position: fixed;
  right: 0;
  top: 0;
  width: 90%;
  z-index: 100; }
  .js .m-offscreen-panels .m-offscreen-panel.is-open {
    margin-right: 0;
    overflow-y: auto; }
  @media screen and (min-width: 800px) {
    .js .m-offscreen-panels .m-offscreen-panel {
      width: 50%; } }
  @media screen and (min-width: 940px) {
    .js .m-offscreen-panels .m-offscreen-panel {
      width: 30%; } }
  .js .m-offscreen-panels .m-offscreen-panel .ext-h5, .js .m-offscreen-panels .m-offscreen-panel legend, .js .m-offscreen-panels .m-offscreen-panel label {
    margin-bottom: 1em; }
  .js .m-offscreen-panels .m-offscreen-panel p {
    line-height: 1.5714;
    margin-bottom: 2em; }
.js .m-offscreen-panels .m-offscreen-panel-inner {
  padding: 20px; }
.js .m-offscreen-panels .col {
  margin-left: 0; }
.js .m-offscreen-panels .m-results-label {
  margin-top: .4em; }
.m-offscreen-panels .m-offscreen-panel-close {
  font-size: 14px;
  font-size: 0.875rem; }
.m-offscreen-panels .m-offscreen-panel-heading {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: .4em;
  text-transform: uppercase; }
.m-offscreen-panels #back-to-results-text {
  display: none; }

.m-panel-table-wrapper {
  max-height: 300px;
  overflow-y: scroll; }
  @media screen and (min-width: 660px) {
    .m-panel-table-wrapper {
      max-height: 500px; } }

.table-lined {
  margin-bottom: 2em;
  min-width: initial; }
  .table-lined th {
    border-bottom: 1px solid #a3a3a3;
    font-weight: normal;
    text-transform: uppercase; }
    .table-lined th a {
      text-transform: none; }
    .table-lined th:last-child {
      text-align: right; }
  .table-lined td {
    border-bottom: 1px solid #a3a3a3;
    padding: 10px; }
    .table-lined td button {
      margin: 0; }
    .table-lined td:last-child {
      text-align: right; }
  .table-lined tbody tr:nth-child(even) {
    background: none; }

.m-search-filters-toggle {
  border: none;
  display: inline-block;
  margin-bottom: 0.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle; }
  .m-search-filters-toggle:before {
    display: inline-block;
    font-family: 'titleist-icons';
    margin-right: 10px;
    vertical-align: middle; }
  .m-search-filters-toggle .toggle-less {
    display: none; }

.m-search-filters {
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
  position: relative; }
  .m-search-filters .m-search-filters-inner {
    position: absolute;
    top: -999em;
    left: -999em;
    background: #fff; }
  .m-search-filters.is-expanded {
    opacity: 1; }
    .m-search-filters.is-expanded .m-search-filters-inner {
      -webkit-box-shadow: 0 2px 0 0 #ddd;
      -moz-box-shadow: 0 2px 0 0 #ddd;
      box-shadow: 0 2px 0 0 #ddd;
      left: -5px;
      right: -5px;
      top: 0;
      z-index: 1; }
  .m-search-filters .titleist-layout {
    margin-left: 0; }
  @media screen and (min-width: 1000px) {
    .m-search-filters .titleist-layout {
      margin-left: -15px; } }
  @media screen and (min-width: 660px) {
    .m-search-filters .titleist-layout {
      margin-left: 10px; } }

.collapsible-menu-heading {
  cursor: pointer; }

.footer-fragments .collapsible-menu, .js .collapsible-menu {
  display: none; }
.collapsible-menu.is-active {
  display: block; }
  .collapsible-menu.is-active li {
    display: list-item;
    list-style-type: none; }
@media screen and (min-width: 800px) {
  .footer-fragments .collapsible-menu, .js .collapsible-menu, .no-js .collapsible-menu {
    display: block; } }

.collapsible-menu-button {
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: none;
  color: #000;
  float: right;
  font-weight: 700;
  line-height: 1;
  margin: -16px -26px 0 0;
  padding: 16px; }
  .collapsible-menu-button:active {
    background: none;
    color: #000; }
  .collapsible-menu-button:focus {
    background: none; }
  .collapsible-menu-button:hover {
    background: none;
    color: #000; }
  .no-js .collapsible-menu-button {
    display: none; }
  @media screen and (min-width: 800px) {
    .collapsible-menu-button {
      display: none; } }

.m-featured-heading {
  font-size: 24px;
  font-size: 1.5rem;
  color: #303030;
  margin-bottom: 1.625em;
  text-align: center;
  text-transform: none !important; }

.m-featured-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (min-width: 660px) {
    .m-featured-products {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .m-featured-products.m-featured-products--four .m-featured-product {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%; }
        .m-featured-products.m-featured-products--four .m-featured-product picture {
          width: 40%; }
      .m-featured-products.m-featured-products--five .m-featured-product {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      .m-featured-products.m-featured-products--five .m-featured-product:first-child,
      .m-featured-products.m-featured-products--five .m-featured-product:first-child + .m-featured-product {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%; }
        .m-featured-products.m-featured-products--five .m-featured-product:first-child picture,
        .m-featured-products.m-featured-products--five .m-featured-product:first-child + .m-featured-product picture {
          width: 40%; }
      .no-flexbox .m-featured-products {
        *zoom: 1;
        clear: both; }
        .no-flexbox .m-featured-products:before, .no-flexbox .m-featured-products:after {
          content: " ";
          display: table; }
        .no-flexbox .m-featured-products:after {
          clear: both; } }

.m-featured-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.5em; }
  .m-featured-product img, .m-featured-product picture {
    margin: 0 0 1em;
    width: auto; }
  @media screen and (max-width: 660px) {
    .m-featured-product picture {
      margin: 0 auto; } }

.m-featured-product-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .m-featured-product-content h2 {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #303030;
    margin: 0 0 .8em;
    text-transform: uppercase; }
  .m-featured-product-content p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #303030;
    line-height: 1.71;
    margin: 0; }
  .m-featured-product-content a {
    border-bottom: none;
    font-weight: 700;
    margin-top: 1em; }
    .m-featured-product-content a .titleist-icon {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle; }
  @media screen and (min-width: 660px) {
    .m-featured-product-content p {
      max-width: 240px; } }

.locator {
  background: #fff;
  position: relative;
  z-index: 1; }
  .locator a:focus {
    color: #e31837; }
  @media screen and (min-width: 1024px) {
    .locator {
      height: calc(100vh - 138px);
      overflow: hidden;
      padding: 0 60vw 0 50px; } }
  .locator .locator-result-message {
    display: none;
    margin-top: 10px; }
    .locator .locator-result-message.error {
      color: #e31837; }
  .locator .locator-ajax-loader {
    display: none;
    margin: 20px 0;
    text-align: center; }

.locator__title {
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media screen and (max-width: 660px) {
    .locator__title {
      position: absolute;
      top: -999em;
      left: -999em; } }

.locator__form {
  padding: 20px 20px 0; }
  .locator__form-row {
    *zoom: 1;
    clear: both;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 -0.625em 0.625em; }
    .locator__form-row:before, .locator__form-row:after {
      content: " ";
      display: table; }
    .locator__form-row:after {
      clear: both; }
  .locator__form-col {
    flex: auto;
    margin: 0 0.625em; }
    .locator__form-col:first-of-type {
      flex-basis: calc( 70% - 1.250em ); }
    @media screen and (max-width: 440px) {
      .locator__form-col:nth-child(2) {
        margin-right: 1em; } }
    .locator__form-col input {
      margin-bottom: 0;
      width: 100%; }
      @media screen and (max-width: 440px) {
        .locator__form-col input[type="search"] {
          font-size: 16px;
          padding-top: 11px;
          padding-left: 11px;
          padding-bottom: 11px; } }
    .locator__form-col button {
      margin: 0; }
      @media screen and (max-width: 440px) {
        .locator__form-col button {
          min-width: 1px; } }
  @media screen and (min-width: 1024px) {
    .locator__form {
      padding: 40px 40px 0 0; } }
  @media screen and (max-width: 660px) {
    .locator__form-row {
      margin-left: -0.313em;
      margin-right: -0.313em; }
    .locator__form-col {
      margin: 0 0.313em; }
      .locator__form-col:first-of-type {
        flex-basis: calc( 70% - 0.625em ); } }

@media screen and (max-width: 660px) {
  .locator__status {
    position: absolute;
    top: -999em;
    left: -999em; } }

.locator__map {
  clear: both; }
  .locator__map #map-container {
    padding: 0 0 65%; }
  @media screen and (min-width: 1024px) {
    .locator__map {
      bottom: 0;
      left: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 60vw; }
      .locator__map #map-container {
        height: 100%;
        padding: 0; } }
  @media screen and (max-width: 660px) {
    .locator__map #map-container {
      padding: 0 0 54%; } }

.locator__results {
  clear: both;
  overflow: hidden;
  padding: 0; }
  .locator__results-scrollable {
    -webkit-overflow-scrolling: touch;
    max-height: 600px;
    overflow-y: auto;
    padding: 0; }
    .locator__results-scrollable::-webkit-scrollbar {
      background: none;
      box-shadow: none;
      width: 10px; }
    .locator__results-scrollable::-webkit-scrollbar-track {
      background: none;
      box-shadow: none;
      border-radius: 4px; }
    .locator__results-scrollable::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background: #9f9f9f; }
    .locator__results-scrollable::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(159, 159, 159, 0.7); }
  @media screen and (min-width: 1024px) {
    .locator__results {
      padding: 0 20px 0 0; }
      .locator__results-scrollable {
        max-height: calc(100vh - 320px);
        padding: 0 20px 0 0; } }

.locator__locations {
  counter-reset: locationCount;
  list-style: none;
  margin: 0;
  padding: 0; }

.locator__location {
  border-top: 1px solid #979797;
  margin: 0;
  padding: 15px 20px 15px 50px;
  position: relative;
  cursor: pointer; }
  .locator__location.is-active:before {
    background-color: #B5132C; }
  .locator__location:before {
    font-size: 10px;
    font-size: 0.625rem;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    content: counter(locationCount);
    counter-increment: locationCount;
    height: 22px;
    left: 20px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    transition: background-color .3s;
    width: 22px; }
  .locator__location:hover, .locator__location.hover {
    background: #f7f7f7; }
  .locator__location:last-child {
    border-bottom: 1px solid #979797; }
  .locator__location-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin: 0 0 6px; }
  .locator__location .locator__button {
    margin-left: 5px;
    margin-right: 4px;
    padding-left: 1px; }
  .locator__location a {
    font-weight: 700; }
  .locator__location p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
    margin: 0; }
  @media screen and (min-width: 1024px) {
    .locator__location {
      padding: 25px 0 22px 34px; }
      .locator__location:before {
        left: 4px; } }
  .locator__location p.shop-details, .locator__location p.shop-details a {
    line-height: 1.7; }
    @media screen and (max-width: 1240px) {
      .locator__location p.shop-details, .locator__location p.shop-details a {
        font-size: 12px;
        font-size: 0.75rem; }
        .locator__location p.shop-details .separator, .locator__location p.shop-details a .separator {
          margin-left: .25em;
          padding-right: .25em;
          vertical-align: baseline; } }
    @media screen and (max-width: 1150px) {
      .locator__location p.shop-details, .locator__location p.shop-details a {
        font-size: 11px;
        font-size: 0.6875rem; }
        .locator__location p.shop-details .separator, .locator__location p.shop-details a .separator {
          margin-left: .1em;
          padding-right: .1em; } }
    @media screen and (max-width: 340px) {
      .locator__location p.shop-details, .locator__location p.shop-details a {
        font-size: 10px;
        font-size: 0.625rem; } }

.separator {
  color: #4A4A4A;
  border-left: 1px solid;
  display: inline-block;
  height: 0.938em;
  margin-left: .9em;
  padding-right: .9em;
  vertical-align: text-top; }

.locator__overlay {
  background: #fff;
  bottom: 0;
  height: calc(100vh - 102px);
  left: 0;
  padding: 25px;
  position: absolute;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  width: calc( 100vw - 50px );
  z-index: -1;
  overflow-y: auto; }
  .locator__overlay::-webkit-scrollbar {
    background: none;
    box-shadow: none;
    width: 10px; }
  .locator__overlay::-webkit-scrollbar-track {
    background: none;
    box-shadow: none;
    border-radius: 4px; }
  .locator__overlay::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #9f9f9f; }
  .locator__overlay::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(159, 159, 159, 0.7); }
  .locator__overlay.is-active {
    left: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    z-index: 2; }
  .locator__overlay h2 {
    text-transform: uppercase; }
    .locator__overlay h2:first-of-type {
      margin-top: 0; }
  .locator__overlay label {
    font-weight: 700; }
  .locator__overlay p + h1, .locator__overlay p + h2, .locator__overlay p + h3, .locator__overlay p + h4, .locator__overlay p + h5, .locator__overlay p + h6 {
    margin-top: 1.625em; }
  .locator__overlay .locator__button {
    float: right;
    padding: 10px; }
  @media screen and (min-width: 1024px) {
    .locator__overlay {
      padding: 50px;
      width: calc( 40vw - 100px);
      height: calc(100vh - 219px); }
      .locator__overlay .locator__button {
        right: 50px; }
      .locator__overlay .locator__location-events {
        list-style-position: inside;
        margin-bottom: 2em;
        padding: 0 0 0 6px; } }

.locator__button {
  background: none;
  border: none;
  box-shadow: none;
  color: #e31837;
  margin: 0;
  padding: 0;
  white-space: nowrap; }
  .locator__button span {
    display: inline-block;
    vertical-align: top; }
  .locator__button:active {
    transform: none; }
  .locator__button:hover, .locator__button:focus {
    background: none;
    border: none;
    box-shadow: none;
    color: inherit; }

/*# sourceMappingURL=titleist.css.map */
