@font-face {
  font-family: 'titleist-icons';
  src: url("/fonts/titleist-icons.eot?sf21l7");
  src: url("/fonts/titleist-icons.eot?#iefixsf21l7") format("embedded-opentype"), url("/fonts/titleist-icons.ttf?sf21l7") format("truetype"), url("/fonts/titleist-icons.woff?sf21l7") format("woff"), url("/fonts/titleist-icons.svg?sf21l7#titleist-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! 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;
}
a:active, a:hover {
  outline: 0;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
/* 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 {
  font-size: 30%;
  line-height: 0;
  position: relative;
}

sup {
  font-size: 30%;
  line-height: 0;
  position: relative;
  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;
  text-transform: none;
}

/**
* 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.
*/
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"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
/**
* 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.
*/
/**
* 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`.
*/
/**
* 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).
*/
/**
* 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).
*/
/**
* 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-jp {
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

@media screen and (min-width: 800px) {
  html.nav-fix-jp {
    overflow: auto;
  }
}
body {
  font-size: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  color: #303030;
  background: #fff;
}
body:before {
  content: "smallscreen";
  position: absolute;
  top: -999em;
  left: -999em;
}
body .f_min {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
}

@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, .footer-content h2 {
/*font-family: "Chronicle Display A", "Chronicle Display B","Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;*/
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0 0 .5em;
  line-height: 1.2;
}

h1, .ext-h1 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 400;
  text-transform: none;
  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;
}

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, .footer-content h2 {
  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;
}

ul, ol {
  padding: 5px 0 0 25px;
}

.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: #303030;
  border-bottom-color: rgba(2, 2, 2, 0.1);
}
a.no-border {
  border-bottom: 0px;
}

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: 30px;
}

.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 {
  padding: 10px 10px 15px;
}

th {
  padding: 10px 10px 15px;
  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) {
  background: #f6f6f6;
}
.table-stats thead th:nth-of-type(odd) {
  background: #f6f6f6;
}

td {
  padding: 20px 10px;
}

.table-responsive {
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  .table-responsive {
    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%, #ffffff 100%);
  }
  .table-responsive-wrap.remove-overflow:before {
    display: none;
  }
}
legend {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 700;
}

label {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 700;
  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: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: none;
  /*font-family: "Chronicle Display A", "Chronicle Display B", 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 fieldset {
  padding: 5px 0 0;
  margin: 0 0 5px;
}
fieldset fieldset > legend {
  font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder, 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"] {
  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 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;
}

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"] {
  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;
}

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 {
  padding: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1em;
}
fieldset textarea.small {
  padding: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1em;
}

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 {
  padding: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1em;
}

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 {
  background: #fff;
  border-color: #a3a3a3;
  outline: 0;
}
fieldset textarea:focus {
  background: #fff;
  border-color: #a3a3a3;
  outline: 0;
}

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 {
  background: #fff;
  border-color: #a3a3a3;
  outline: 0;
}

textarea:focus {
  background: #fff;
  border-color: #a3a3a3;
  outline: 0;
}

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;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
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/renew/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%;
}

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 {
  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;
}

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 {
  outline: none;
  text-decoration: none !important;
  background: #b5132c;
}

input[type="button"]:hover, input[type="button"]:focus {
  outline: none;
  text-decoration: none !important;
  background: #b5132c;
}
input[type="reset"]:hover, input[type="reset"]:focus {
  outline: none;
  text-decoration: none !important;
  background: #b5132c;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  outline: none;
  text-decoration: none !important;
  background: #b5132c;
}

button:active {
  background: #e31837;
  color: #fff;
  transform: translate(0, 1px);
}

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] {
  background: #f6f6f6;
  color: #e3dede;
  border-color: #e3dede;
  cursor: not-allowed;
}

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 {
  background: #f6f6f6;
  color: #e3dede;
  border-color: #e3dede;
}

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 {
  transform: none;
}

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 {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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: #303030;
  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: #303030 url(/images/renew/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 {
  content: " ";
  display: table;
}
.form-action-bar:after {
  content: " ";
  display: table;
  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 {
  margin-left: 10px;
}

.form-sweepstakes .gutter, .form-sweepstakes .sub-menu > li {
  margin-left: 10px;
}

.form-inline-header input[type="text"], .form-inline-header input[type="search"] {
  display: block;
}

.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 {
  background-color: #e31837;
}
.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label:hover {
  background-color: #e31837;
}

.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 {
  content: " ";
  display: table;
}
.form-footer:after {
  content: " ";
  display: table;
  clear: both;
}

.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);
}
.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: transparent;
  border: none;
  box-shadow: none;
  color: #303030;
  margin: 0;
}
.form-locator input::-moz-placeholder, .form-locator input::-ms-input-placeholder, .form-locator input::-webkit-input-placeholder, .form-locator input::placeholder-shown {
  color: #303030;
  font-style: normal;
}

/*

<input type="text" name="name" id="name" required="" data-parsley-id="4" class="parsley-error">

<ul class="parsley-errors-list filled" id="parsley-id-4">
<li class="parsley-required">This value is required.</li>
</ul>

*/
.parsley-error {
  border-color: #e31837 !important;
}

.parsley-errors-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: -1.25em;
  margin-bottom: 1.25em;
  color: #e31837;
  line-height: 1.3;
}

.titleist-footer .parsley-errors-list {
  padding: 0;
  margin: -.5em 0 1em;
}

.parsley-errors-list > li {
  padding-top: 3px;
}

.titleist-footer .parsley-errors-list > li {
  padding: 0;
  margin: 0;
}

label + .parsley-errors-list {
  margin-top: -0.25em;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img, .slick-slide picture {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img, .slick-slide.draggable picture {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*!
* 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 {
  margin-left: 5px;
  margin-bottom: 0;
}
.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 {
  margin-left: -1px;
}
.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 {
  content: " ";
  display: table;
}

.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 {
  position: relative;
}
.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-left: 1px solid #d0d0d0;
  -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 {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-dropdown {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.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 {
  cursor: default !important;
}
.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 {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.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;
  padding: 5px 8px;
}
.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 .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: 200px;
}

.selectize-control.single .selectize-input {
  cursor: pointer;
}
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active {
  cursor: text;
}
.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;
}

/**
* EasyZoom core styles
*/
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.easyzoom img {
  vertical-align: bottom;
}
.easyzoom.is-loading img {
  cursor: progress;
}
.easyzoom.is-ready img {
  cursor: crosshair;
}
.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
  border: 1px solid blue;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}
.easyzoom-flyout img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
* EasyZoom layout variations
*/
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.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 {
  content: " ";
  display: table;
}
.padding-sides:after {
  content: " ";
  display: table;
  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;
}

.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;
}

.is-removed {
  display: none;
}

.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;
  }
}
.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;
}

.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;
}

.gutter, .sub-menu > li {
  margin: 0 0 20px 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 {
  content: " ";
  display: table;
}
.titleist-layout:after {
  content: " ";
  display: table;
  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-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 h1 {
  margin: 0 0 20px;
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 660px) {
  .content-wrap-inner {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 800px) {
  .content-wrap-inner {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 800px) {
  .content-wrap-inner h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.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 {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 1em;
}

.content-header {
  padding-bottom: 0;
}
.content-header .content-wrap-inner .ext-h1 {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 1em;
}

.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-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-google-plus:before {
  content: "\e612";
}

.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-checkmark:before {
  content: "\e61F";
}

.icon-twitter-favorite:before {
  content: "\e626";
}

.icon-twitter:before {
  content: "\e627";
}

.icon-user-sign-in:before {
  content: "\e628";
}

.icon-youtube:before {
  content: "\e629";
}

.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/renew/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;
}
.titleist-banner:before {
  content: " ";
  display: table;
}
.titleist-banner:after {
  content: " ";
  display: table;
  clear: both;
}
.titleist-banner:before {
  content: "";
  display: none;
  position: absolute;
  top: 105px;
  left: 0;
  height: 4px;
  width: 100%;
  z-index: 100;
  background: rgba(2, 2, 2, 0.2);
  background: -moz-linear-gradient(top, rgba(2, 2, 2, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(2, 2, 2, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(2, 2, 2, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(2, 2, 2, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(2, 2, 2, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(2, 2, 2, 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: 660px) {
  .titleist-banner:before {
    top: 90px;
  }
}
@media screen and (min-width: 660px) {
  .titleist-banner {
    padding: 0 0 0 10px;
  }
}
@media screen and (min-width: 800px) {
  .titleist-banner {
    position: relative;
    z-index: 99;
  }
  .titleist-banner:before {
    display: block;
  }
}
.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: 660px) {
  .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: 660px) {
  .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;
  }
}
/* local mixins */
/* sass */
.nav-is-open-jp {
  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-jp .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-jp .modal-overlay {
    top: 107px;
  }
}
@media screen and (min-width: 660px) {
  .nav-is-open-jp .modal-overlay {
    top: 88px;
  }
}
@media screen and (min-width: 800px) {
  .nav-is-open-jp {
    overflow: auto;
    position: static;
    height: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .nav-is-open-jp .modal-overlay {
    display: none !important;
  }
}
.titleist-nav {
  clear: both;
  border-top: 1px solid #e3dede;
  *zoom: 1;
  clear: both;
}
.titleist-nav:before {
  content: " ";
  display: table;
}
.titleist-nav:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen and (min-width: 660px) {
  .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;
  }
}
@media screen and (min-width: 660px) {
  .nav-util-list {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: normal;
  }
}
.nav-item-jp, .link-nav-item-jp {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  text-transform: uppercase;
  margin: 0;
}
.nav-item-jp > a, .link-nav-item-jp > a {
  position: relative;
  display: block;
  color: #303030;
  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;
}
.nav-item-jp > a:hover, .nav-item-jp > a:focus, .link-nav-item-jp > a:hover, .link-nav-item-jp > a:focus {
  background: #e8e8e8;
}
.nav-item-jp.is-current > a, .link-nav-item-jp.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-jp > a.active {
  background: #020202;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }


@media screen and (min-width: 800px) {
  .nav-item-jp > a {
    padding: 16px 10px 20px;
    overflow: inherit !important;
  }
}
@media screen and (min-width: 900px) {
  .nav-item-jp > a,
  .link-nav-item-jp > a {
    padding: 16px 20px 20px;
  }
}
.no-js .nav-item-jp > a:hover, .no-js .nav-item-jp > 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-jp > a:hover + .sub-menu, .no-js .nav-item-jp > 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%;
  max-height: 0;
  left: -100%;
  padding: 0 !important;
  line-height: normal;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /*-webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;*/
  text-transform: none;
  background: #fff;
  padding: 0 5px;
  text-align: left;
}
.sub-menu > li {
  margin: auto;
  zoom: 1;
}
.sub-menu > li:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 440px) {
  .sub-menu {
    top: 107px;
  }
}
@media screen and (min-width: 660px) {
  .sub-menu {
    top: 88px;
  }
}
@media screen and (min-width: 800px) {
  .sub-menu {
    bottom: auto;
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    border-right: 0;
    opacity: 0;
    border: 0;
    -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 > .titleist-container {
    padding-bottom: 30px;
  }
}
.nav-header {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
  clear: both;
  text-align: left;
  font-weight: 400;
  padding: 25px 20px 20px;
  background: #020202;
  color: #fff;
}
.nav-header:before {
  content: " ";
  display: table;
}
.nav-header:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen and (min-width: 660px) {
  .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: 24px;
  font-size: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
}

@media screen and (min-width: 660px) {
  .nav-heading {
    float: left;
    padding-left: 0;
    margin-bottom: 0;
    line-height: normal;
  }
}
.nav-is-open-jp .nav-item-jp .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;
}
.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: #020202;
}
.nav-section-list > li a:hover {
  text-decoration: underline;
}
.nav-section-list ul {
  list-style: none;
  overflow: hidden;
  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: #303030;
  text-transform: none;
}
.nav-section-list .nav-icon {
  margin-right: 20px;
  float: left;
}
.nav-section-list .nav-icon img {
  display: block;
}

@media screen and (min-width: 800px) {
  .nav-section-list {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 10px;
  }
}
.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 {
  border-top: 1px solid #d6d6d6;
}

.m-callout-bg-image .sub-menu .cta-content {
  border-top: 1px solid #d6d6d6;
}

.sub-menu .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 {
  /*font-family: "Chronicle Display A", "Chronicle Display B", serif;*/
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 10px;
}

@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 {
    border-top: 0;
  }

  .m-callout-bg-image .sub-menu .cta-content {
    border-top: 0;
  }

  .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 {
    border-top: 1px solid #d6d6d6;
  }

  .m-callout-bg-image .sub-menu .cta-content + .m-callout {
    border-top: 1px solid #d6d6d6;
  }

  .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 {
    border-top: 1px solid #d6d6d6;
  }

  .m-callout-bg-image .sub-menu .cta-content + .m-callout-secondary {
    border-top: 1px solid #d6d6d6;
  }

  .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 {
    border-top: 1px solid #d6d6d6;
  }

  .m-callout-bg-image .sub-menu .cta-content + .m-callout-tertiary {
    border-top: 1px solid #d6d6d6;
  }

  .sub-menu .m-callout-quaternary + .m-callout-tertiary, .sub-menu .m-callout-bg-image .m-callout + .cta-content {
    border-top: 1px solid #d6d6d6;
  }

  .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 {
    border-top: 1px solid #d6d6d6;
  }

  .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 {
    border-top: 1px solid #d6d6d6;
  }

  .m-callout-bg-image .sub-menu .cta-content + .m-callout-quaternary, .sub-menu .m-callout-quaternary + .m-callout-quaternary {
    border-top: 1px solid #d6d6d6;
  }
}
.m-callout-bg-image .sub-menu .cta-content .m-callout-heading {
  /*font-family: "Chronicle Display A", "Chronicle Display B", serif;*/
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 10px;
}

.sub-menu .m-callout-quaternary .m-callout-heading {
  /*font-family: "Chronicle Display A", "Chronicle Display B", serif;*/
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 10px;
}
.sub-menu.menu-gear .nav-section-list, .sub-menu.menu-apparel .nav-section-list {
  line-height: 50px;
}
.sub-menu .nav-label {
  font-weight: 700;
}
.sub-menu.menu-clubs .nav-section-list li.col1 {
  clear: both;
  float: none;
  width: 100%;
}
.sub-menu.menu-clubs .nav-section-list > li.icon-sprite:before {
  height: 70px;
}
.sub-menu.menu-clubs .nav-section-list > .non_sub a {
  line-height: 50px;
}
.sub-menu.menu-balls .nav-section-list {
  line-height: 50px;
}
.sub-menu.menu-balls .nav-section-list .sub,
.sub-menu.menu-gear .nav-section-list .sub {
  line-height: 1.5;
}
.sub-menu.menu-clubs .nav-section-list {
  overflow: hidden;
}

/*@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; }*/
@media screen and (min-width: 660px) {
  .sub-menu.menu-gear .nav-section-list > li, .sub-menu.menu-apparel .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), .sub-menu.menu-apparel .nav-section-list > li:nth-child(2) {
    border: 0;
  }
}
@media screen and (min-width: 800px) {
  .sub-menu.menu-gear .nav-section-list > li, .sub-menu.menu-apparel .nav-section-list > li {
    width: 31%;
  }
  .sub-menu.menu-gear .nav-section-list > li:nth-child(3), .sub-menu.menu-apparel .nav-section-list > li:nth-child(3) {
    border: 0;
  }
}
@media screen and (min-width: 940px) {
  .sub-menu.menu-clubs .nav-section-list {
    border-right: 1px solid #d6d6d6;
  }
}
@media screen and (min-width: 660px) {
  .sub-menu.menu-balls .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-balls .nav-section-list > li:nth-child(2) {
    border: 0;
  }
}
@media screen and (min-width: 800px) {
  .sub-menu.menu-balls .nav-section-list > li {
    width: 31%;
  }
  .sub-menu.menu-balls .nav-section-list > li:nth-child(3) {
    border: 0;
  }
}
@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-clubs .m-callout-tertiary, .sub-menu.menu-clubs .m-callout-bg-image .cta-content {
    width: 30%;
    float: right;
    margin-top: 20px;
  }

  /*.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,*/
  .m-callout-bg-image .sub-menu.menu-clubs .cta-content {
    width: 30%;
    float: right;
    margin-top: 20px;
  }
}
/*.sub-menu.menu-balls .nav-section-list, */
@media screen and (min-width: 660px) {
  /*.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-clubs .nav-section-list > li:nth-child(2) {
    border: 0;
  }

  /*.sub-menu.menu-balls .nav-section-list > li:nth-child(2), */
}
@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;
  }
}
@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 {
    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 {
    width: 50%;
    float: left;
    border-top: 0;
    padding-top: 5px;
    clear: none;
    border-left: 1px solid #e3dede;
    margin-bottom: 15px;
    min-height: 178px;
    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;
    width: 33.333333%;
  }
  .sub-menu.menu-titleist .nav-section-list .nav-story {
    width: 33.333333%;
    border-right: 1px solid #e3dede;
    margin-right: -1px;
  }
}
.nav-inline {
  background: #f6f6f6;
  padding: 0;
}
.nav-inline ul {
  margin: 0;
  padding: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.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%;
}
.nav-inline li:first-child {
  margin-right: 15px;
  display: block;
}
.nav-inline li a {
  display: block;
  padding: 0 15px;
  border-radius: 3px;
  border: 0;
  color: #020202;
  -webkit-transition: color linear 0.2s;
  -moz-transition: color linear 0.2s;
  -ms-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
.nav-inline li a:hover, .nav-inline li a:focus {
  color: #868686;
}

@media screen and (min-width: 800px) {
  .nav-inline {
    padding: 15px 0;
  }
}
@media screen and (min-width: 800px) {
  .nav-inline ul {
    padding: 0 15px;
  }
}
@media screen and (min-width: 800px) {
  .nav-inline li {
    width: auto;
    margin: 0;
  }
}
@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;
  }
}
@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-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;
}
.nav-util-item span {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.nav-util-item .titleist-icon {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
}
.nav-util-item > a {
  display: block;
  color: #868686;
  text-decoration: none;
  padding: 12px;
  margin-top: 5px;
  line-height: 2;
  border-bottom: 0;
}
.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;
  z-index: 999;
  background: #020202;
  color: #fff;
}
.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: #303030;
}
.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;
}
.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.is-open > a {
  background: #020202;
  color: #fff;
}
.nav-util-item.is-open .sub-menu {
  display: block;
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  .nav-util-item {
    position: relative;
  }
}
@media screen and (min-width: 660px) {
  .nav-util-item .titleist-icon {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .nav-util-item .titleist-icon.icon-user {
    top: -1px;
  }
}
@media screen and (min-width: 660px) {
  .nav-util-item > a {
    line-height: normal;
    padding: 8px 12px;
  }
}
@media screen and (min-width: 660px) {
  .nav-util-item .sub-menu {
    top: 36px;
  }
}
@media screen and (min-width: 1000px) {
  .nav-util-item .sub-menu {
    top: 100%;
    right: 0;
    width: 700px;
  }
}
.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: 660px) {
  .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: 660px) {
  .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: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;
  }
}
.titleist-footer img, .titleist-footer picture {
  display: block;
}
.titleist-footer a {
  color: #303030;
  text-decoration: none;
  border-bottom: 1px solid rgba(2, 2, 2, 0);
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -ms-transition: border linear 0.2s;
  transition: border linear 0.2s;
}
.titleist-footer a:hover, .titleist-footer a:focus {
  border-bottom: 1px solid rgba(2, 2, 2, 0.2);
}

.footer-bar {
  background: #020202;
  color: #fff;
  padding: 20px 5px 10px;
  *zoom: 1;
  clear: both;
}
.footer-bar:before {
  content: " ";
  display: table;
}
.footer-bar:after {
  content: " ";
  display: table;
  clear: both;
}
.footer-bar .titleist-logo {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-bar .titleist-logo a {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-bar .titleist-logo svg {
  fill: #fff;
}
.footer-bar a {
  color: #fff;
  text-decoration: none;
}
.footer-bar a:hover, .footer-bar a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 800px) {
  .footer-bar {
    padding: 35px 5px 25px;
  }
}
.bar-item {
  padding: 10px;
}
.bar-item:first-child {
  padding-top: 0;
}
.bar-item:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 800px) {
  .bar-item {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    float: left;
    padding-bottom: 0;
    padding-top: 8px;
  }
  .bar-item + .bar-item {
    margin-left: 25px;
  }
}
@media screen and (min-width: 800px) {
  .bar-item:first-child {
    border-right: 1px solid #fff;
    padding-right: 25px;
  }
}
@media screen and (min-width: 800px) {
  .bar-item:last-child {
    float: right;
    text-align: right;
  }
}
.footer-content {
  background: #e8e8e8;
  *zoom: 1;
  clear: both;
  padding: 15px;
}
.footer-content:before {
  content: " ";
  display: table;
}
.footer-content:after {
  content: " ";
  display: table;
  clear: both;
}
.footer-content input[type="text"] {
  display: block;
}
.footer-content h2, .footer-content ul, .footer-content ol {
  font-size: 12px;
  font-size: 0.75rem;
}
.footer-content ul, .footer-content ol {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
  line-height: 1.4;
}
.footer-content ul > li, .footer-content ol > li {
  margin: 0 0 1em;
  padding: 0 10px 0 0;
}
.footer-content h2, .footer-content ul {
  padding: 0 10px;
}

@media screen and (min-width: 800px) {
  .footer-content {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1010px) {
  .footer-content h2, .footer-content ul {
    padding: 0;
  }
}
.block-media {
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .block-media {
    margin-bottom: 10px;
  }
}
.block-media-image {
  float: left;
  margin-right: 10px;
}
.block-media-image > a, .block-media-image img, .block-media-image picture {
  display: block;
}

@media screen and (min-width: 800px) {
  .block-media-image {
    margin-right: 5px;
  }
}
.block-media-content p, .block-media-content ul, .block-media-content ol {
  font-size: 14px;
  font-size: 0.875rem;
}

.hero {
  position: relative;
  background: #020202;
  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: #020202;
  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(2, 2, 2, 0.35);
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
  }

  @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(2, 2, 2, 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;
}
.hero-secondary.hero-mosaic .hero-content-inner {
  margin-top: 0;
  padding-top: 0;
}

@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-feature img {
  display: block;
  margin: auto;
  width: 100%;
}

.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: 16px;
  font-size: 1rem;
}

.hero-logo {
  margin-right: 5px;
  line-height: 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.hero-logo picture, .hero-logo img {
  height: 14px;
  width: 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 {
    margin-right: 10px;
  }
}
@media screen and (min-width: 520px) {
  .hero-logo picture, .hero-logo img {
    height: 18px;
  }
}
@media screen and (min-width: 660px) {
  .hero-logo picture, .hero-logo img {
    height: auto;
  }
}
@media screen and (min-width: 440px) {
  .hero-logo + .hero-logo {
    padding-left: 20px;
  }
}
.hero-title, .hero-message, .hero-lead-bar {
  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 10px;
  font-size: 36px;
  font-size: 2.25rem;
  /*font-size: 33px;
  font-size: 2.064rem;*/
  font-weight: bold;
  line-height: 1.1;
  font-family: "Chronicle Display A", "Chronicle Display B", "Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.hero-title .titleist-titleist-logo {
  display: block !important;
  margin-bottom: 5px !important;
}

@media screen and (min-width: 800px) {
  .hero-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .hero-title .titleist-logo {
    display: inline-block !important;
    margin-bottom: 0px !important;
  }
}
.hero-message > p {
  margin: 0;
  max-width: none;
}

.hero-secondary .hero-message > p {
  font-size: 16px;
  font-size: 1rem;
}

.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 input {
  color: #020202;
}
.hero-form-item button {
  width: 100%;
  margin-top: 26px;
}

.hero-callout {
  padding-left: 10px;
}

.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 {
    width: 100%;
    overflow: hidden;
    height: 100%;
  }
  .hero-parallax .hero-feature video {
    height: auto;
  }
}
@media screen and (min-width: 660px) {
  .carousel-home .hero-content-inner {
    opacity: 0;
    top: 10px;
    position: relative;
  }
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  z-index: 1;
}

.hero .slick-dots {
  position: absolute;
  bottom: 20px;
}

.slick-dots > li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 0 4px;
}

.hero .slick-dots > li {
  margin: 0 6px;
}

.slick-dots button[type="button"] {
  padding: 0;
  height: 9px;
  width: 9px;
  background: #020202;
  background: rgba(2, 2, 2, 0.3);
  border-radius: 50%;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.hero .slick-dots button[type="button"] {
  height: 13px;
  width: 13px;
}

.carousel-home .slick-track {
  z-index: 0;
}
.carousel-home .slick-dots {
  position: absolute;
  bottom: 10px;
  /*z-index: 9999;*/
  z-index: 98;
  opacity: 1 !important;
}
.carousel-home .slick-dots button[type="button"] {
  background: #999;
  background: rgba(153, 153, 153, 0.5);
}

.slick-active button[type="button"], .carousel-home .slick-dots .slick-active button[type="button"] {
  background: #e31837;
}

.slick-next, .slick-prev {
  display: none !important;
  background: transparent;
  color: #020202;
  z-index: 98;
  padding: 0;
  border: 0;
  margin-top: 5px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  font-size: 0;
  line-height: 0;
}

@media screen and (min-width: 660px) {
  .slick-next, .slick-prev {
    display: inline-block !important;
  }
}
.slick-next:hover, .slick-next:focus {
  background: none;
}

.slick-prev:hover, .slick-prev:focus {
  background: none;
}

.slick-next:active, .slick-prev:active {
  color: #020202;
}

.hero .slick-next, .hero .slick-prev {
  top: auto;
  bottom: 20px;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.slick-next:before, .slick-next:after {
  line-height: normal;
  font-size: 16px;
  font-size: 1rem;
}

.slick-prev:before, .slick-prev:after {
  line-height: normal;
  font-size: 16px;
  font-size: 1rem;
}

/*
.m-tt-content-primary .slick-next, .m-tt-content-primary .slick-prev {
  top: 200px;
}
*/

@media screen and (min-width: 660px) {
  .m-tt-content-primary .slick-next, .m-tt-content-primary .slick-prev {
    display: none !important;
  }
}
@media screen and (min-width: 940px) {
  .m-tt-content-primary .slick-next, .m-tt-content-primary .slick-prev {
    display: inline-block !important;
  }
}
.slick-next {
  left: 100%;
}

@media screen and (max-width: 800px) {
  .slick-next {
    left: 95%;
  }
}
.hero .slick-next {
  left: auto;
  right: 20px;
}

.slick-next:after {
  content: "\e607";
  font-family: "titleist-icons";
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.slick-prev {
  right: 100%;
  margin-right: 5px;
}

@media screen and (max-width: 800px) {
  .slick-prev {
    right: 95%;
  }
}
.hero .slick-prev {
  right: auto;
  left: 20px;
}

.slick-prev:before {
  content: "\e606";
  font-family: "titleist-icons";
  margin-right: 5px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 1000px) {
  .m-tt-content-primary .m-article-media.has-slideshow .slick-next, .m-tt-content-primary .m-article-media.has-slideshow .slick-prev {
    display: none !important;
  }
}
.m-tt-content-primary .m-article-media.has-slideshow .slick-prev {
  margin-right: 0px;
  right: 100%;
  left: auto;
}
.m-tt-content-primary .m-article-media.has-slideshow .slick-next {
  left: 100%;
  right: auto;
}

@media screen and (max-width: 1150px) {
  .m-tt-content-primary .m-article-media.has-slideshow .slick-prev {
    right: auto;
    left: -15px;
  }
}
@media screen and (max-width: 1150px) {
  .m-tt-content-primary .m-article-media.has-slideshow .slick-next {
    left: auto;
    right: -15px;
  }
}
/*.slider .hero {
display: none;

&:first-child {
display: block;
}

}*/
.slick-slide {
  visibility: hidden;
}
.slick-slide figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.slick-slider-active .slick-slide, .slick-slide[data-slick-index="0"] {
  visibility: visible;
}

@media screen and (min-width: 800px) {
  .m-article .m-article-media.has-slideshow {
    overflow: visible;
  }
}
.carousel-home .slick-track {
  background: #020202;
}

.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 {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 12px;
}

.small.btn-secondary, .small.btn-tertiary {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 12px;
}

.inputfile + label.small {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 12px;
}

.titleist-btn.large {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 15px 30px;
  border-radius: 3px;
}

.large.btn-secondary, .large.btn-tertiary {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 15px 30px;
  border-radius: 3px;
}

.inputfile + label.large {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 15px 30px;
  border-radius: 3px;
}

.titleist-btn.outline {
  border: 1px solid #e31837;
  background: transparent;
  color: #e31837;
}

.outline.btn-secondary, .outline.btn-tertiary {
  border: 1px solid #e31837;
  background: transparent;
  color: #e31837;
}

.inputfile + label.outline {
  border: 1px solid #e31837;
  background: transparent;
  color: #e31837;
}

.titleist-btn.outline:hover {
  color: #e31837;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
}

.outline.btn-secondary:hover, .outline.btn-tertiary:hover {
  color: #e31837;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
}

.inputfile + label.outline:hover, .titleist-btn.outline:focus {
  color: #e31837;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
}

.outline.btn-secondary:focus, .outline.btn-tertiary:focus {
  color: #e31837;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
}

.inputfile + label.outline:focus {
  color: #e31837;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
}

.titleist-btn.outline:hover {
  border-color: #e31837;
  background-color: #e31837;
  color: #fff;
}

.outline.btn-secondary:hover, .outline.btn-tertiary:hover {
  border-color: #e31837;
  background-color: #e31837;
  color: #fff;
}

.inputfile + label.outline:hover, .titleist-btn.outline:focus {
  border-color: #e31837;
  background-color: #e31837;
  color: #fff;
}

.outline.btn-secondary:focus, .outline.btn-tertiary:focus {
  border-color: #e31837;
  background-color: #e31837;
  color: #fff;
}

.inputfile + label.outline:focus {
  border-color: #e31837;
  background-color: #e31837;
  color: #fff;
}

.titleist-btn.outline.invert {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.outline.invert.btn-secondary, .outline.invert.btn-tertiary {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.inputfile + label.outline.invert {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.titleist-btn.outline.invert:hover {
  color: #fff;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
}

.outline.invert.btn-secondary:hover, .outline.invert.btn-tertiary:hover {
  color: #fff;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
}

.inputfile + label.outline.invert:hover, .titleist-btn.outline.invert:focus {
  color: #fff;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
}

.outline.invert.btn-secondary:focus, .outline.invert.btn-tertiary:focus {
  color: #fff;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
}

.inputfile + label.outline.invert:focus {
  color: #fff;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
}

.titleist-btn.outline.invert:hover {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  background-color: #b5132c;
}

.outline.invert.btn-secondary:hover, .outline.invert.btn-tertiary:hover {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  background-color: #b5132c;
}

.inputfile + label.outline.invert:hover, .titleist-btn.outline.invert:focus {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  background-color: #b5132c;
}

.outline.invert.btn-secondary:focus, .outline.invert.btn-tertiary:focus {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  background-color: #b5132c;
}

.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: #020202;
}

.btn-tertiary, .inputfile + label {
  border: 1px solid #020202;
  background: #020202;
  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 #020202;
  background: transparent;
  color: #020202;
}

.btn-tertiary.outline:hover, .inputfile + label.outline:hover, .btn-tertiary.outline:focus, .inputfile + label.outline:focus {
  color: #020202;
  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: #020202;
  background-color: #020202;
  color: #fff;
}

.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: #303030;
}
.btn-icon:hover, .btn-icon:active, .btn-icon:focus {
  background: none;
  color: #303030;
}

.cta-clean {
  color: #303030;
  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 {
  font-size: 18px;
  font-size: 1.125rem;
}
.cta-clean.large .titleist-icon {
  font-size: 18px;
  font-size: 1.125rem;
}
.cta-clean.small {
  font-size: 14px;
  font-size: 0.875rem;
}
.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: #303030;
  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 {
  padding: 29px 0 0;
}
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 {
    float: right !important;
  }
}
.btn-label {
  margin: 0 0 7px;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}

.remove {
  width: 160px;
}

.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: #020202;
  border-bottom-color: transparent;
}
.list-item-message a:focus, .list-item-message a:hover {
  text-decoration: none;
  border-bottom-color: rgba(2, 2, 2, 0.2);
}
.list-item-message .sm-label {
  line-height: 1.5;
}
.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;
}

@media screen and (min-width: 440px) {
  .list-item-message .sm-label {
    padding-left: 23px;
  }
}
.list-inline > li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-right: 10px;
}

.list-blocks {
  margin-bottom: 30px !important;
}
.list-blocks > li {
  height: 40px;
  width: 70px;
  margin-right: 5px;
  border: 1px solid #d6d6d6;
}
.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: #020202;
  border-bottom: 1px solid rgba(2, 2, 2, 0.2);
}
.list-blocks > li.expand-block button:after {
  content: " +";
}

.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;
  }
}
.alert, .alert-success, .alert-warning, .alert-error {
  border: 1px solid #999;
  background: #f6f6f6;
  color: #303030;
  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;
  line-height: 1.5;
}

.alert p + p, .alert-success p + p, .alert-warning p + p, .alert-error p + p {
  margin-top: 1em;
}

.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: transparent;
  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.adjust-spacing {
  padding-top: 0;
  padding-bottom: 80px;
}

.adjust-spacing.m-callout-secondary, .adjust-spacing.m-callout-tertiary {
  padding-top: 0;
  padding-bottom: 80px;
}

.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 {
  margin-bottom: 24px;
}

.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;
}

@media screen and (min-width: 800px) {
  .m-callout, .m-callout-secondary, .m-callout-tertiary, .m-callout-bg-image .cta-content, .m-callout-quaternary {
    padding: 90px 2em;
  }

  .m-callout.is-narrow {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .is-narrow.m-callout-secondary, .is-narrow.m-callout-tertiary {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .m-callout-bg-image .is-narrow.cta-content, .is-narrow.m-callout-quaternary {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .m-callout.is-narrow h1 {
    margin-bottom: .3em;
  }

  .is-narrow.m-callout-secondary h1, .is-narrow.m-callout-tertiary h1 {
    margin-bottom: .3em;
  }

  .m-callout-bg-image .is-narrow.cta-content h1, .is-narrow.m-callout-quaternary h1 {
    margin-bottom: .3em;
  }

  .m-callout.is-extra-narrow {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .is-extra-narrow.m-callout-secondary, .is-extra-narrow.m-callout-tertiary {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .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 {
    padding: 90px 1.5em 70px;
  }

  .m-callout-bg-image .titleist-nav .cta-content {
    padding: 90px 1.5em 70px;
  }

  .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 {
    margin-top: 10px;
  }

  .m-callout-bg-image .titleist-nav .cta-content p + p {
    margin-top: 10px;
  }

  .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 {
    color: #020202;
    border-bottom-color: rgba(2, 2, 2, 0.2);
  }

  .m-callout-bg-image .titleist-nav .cta-content p + p a {
    color: #020202;
    border-bottom-color: rgba(2, 2, 2, 0.2);
  }

  .titleist-nav .m-callout-quaternary p + p a {
    color: #020202;
    border-bottom-color: rgba(2, 2, 2, 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 {
    border-bottom-color: transparent;
  }

  .m-callout-bg-image .titleist-nav .cta-content p + p a:hover {
    border-bottom-color: transparent;
  }

  .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 {
    border-bottom-color: transparent;
  }

  .m-callout-bg-image .titleist-nav .cta-content p + p a:focus {
    border-bottom-color: transparent;
  }

  .titleist-nav .m-callout-quaternary p + p a:focus {
    border-bottom-color: transparent;
  }
  .titleist-nav .m-callout.border-left {
    border-left: 1px solid #d6d6d6;
  }
  .titleist-nav .border-left.m-callout-secondary, .titleist-nav .border-left.m-callout-tertiary {
    border-left: 1px solid #d6d6d6;
  }
  .titleist-nav .m-callout-bg-image .border-left.cta-content {
    border-left: 1px solid #d6d6d6;
  }

  .m-callout-bg-image .titleist-nav .border-left.cta-content {
    border-left: 1px solid #d6d6d6;
  }

  .titleist-nav .border-left.m-callout-quaternary {
    border-left: 1px solid #d6d6d6;
  }
  .titleist-nav .m-callout.is-narrow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .titleist-nav .is-narrow.m-callout-secondary, .titleist-nav .is-narrow.m-callout-tertiary {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .titleist-nav .m-callout-bg-image .is-narrow.cta-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .m-callout-bg-image .titleist-nav .is-narrow.cta-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .titleist-nav .is-narrow.m-callout-quaternary {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .titleist-nav .m-callout.is-extra-narrow {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .titleist-nav .is-extra-narrow.m-callout-secondary, .titleist-nav .is-extra-narrow.m-callout-tertiary {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .titleist-nav .m-callout-bg-image .is-extra-narrow.cta-content {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .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;
  }
}
.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 {
  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 {
  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;
}

.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: 0 5px;
  }
}
.m-callout-secondary {
  background: #e31837;
  color: #fff;
}

.m-callout-tertiary, .m-callout-bg-image .cta-content {
  background: #020202;
  color: #fff;
}

.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: #303030;
}

.titleist-nav .m-callout-tertiary, .titleist-nav .m-callout-bg-image .cta-content {
  margin-bottom: 0;
}

.m-callout-bg-image .titleist-nav .cta-content {
  margin-bottom: 0;
}

.m-callout-quaternary {
  background: #f6f6f6;
  color: #303030;
}

.m-callout-bg-image {
  position: relative;
}
.m-callout-bg-image .cta-content {
  position: relative;
}
.m-callout-bg-image .cta-content.has-image {
  background: rgba(2, 2, 2, 0.35);
}
.m-callout-bg-image .cta-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-callout-bg-image .cta-background picture, .m-callout-bg-image .cta-background img {
  width: 100%;
  height: 100%;
}

.m-callout-enlarged-content p {
  line-height: 1.4;
  font-size: 28px;
  font-size: 1.75rem;
  /*font-family: "Chronicle Display A", "Chronicle Display B", serif;*/
  font-family: "Chronicle Display A", "Chronicle Display B","Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-weight: 400;
}

.titleist-menu {
  padding: 10px 0;
}
.titleist-menu .btn-toggle:focus .titleist-icon {
  color: #e31837;
}
.titleist-menu .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 {
  font-size: 12px;
  font-size: 0.75rem;
}
.titleist-menu > ul > li {
  position: relative;
  padding-bottom: 5px;
}

.no-js .titleist-menu > ul > li:hover .menu-content {
  top: 100%;
  left: 0;
  opacity: 1;
}

.titleist-menu > 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 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.titleist-menu > 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 {
  margin: 0;
}
.titleist-menu > ul .menu-content.needs-columns {
  min-width: 280px;
}
.titleist-menu > ul .menu-content.needs-columns li {
  width: 49.3%;
  display: inline-block;
}
.titleist-menu > ul .menu-content a {
  color: #303030;
  display: block;
  padding: 10px;
  font-weight: 400;
}
.titleist-menu > ul .menu-content a:hover {
  background: #303030;
  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 {
  color: #fff;
}
.titleist-menu > ul .menu-content .titleist-icon {
  color: #303030;
  margin: 0 0 0 5px;
}

.footer-bar .titleist-menu .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;
}

.menu-languages {
  margin-top: 0;
  padding: 0;
}
.menu-languages .titleist-icon {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.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 {
  margin: 0;
}

.add-space.m-section-tertiary, .add-space.m-section-quaternary {
  margin: 0;
}

@media screen and (min-width: 800px) {
  .m-section.add-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .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 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .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 {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.m-section h1 a, .m-section-tertiary h1 a, .m-section-quaternary h1 a {
  color: #020202;
  border-bottom: 0;
}

.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 {
  opacity: .5;
}

.m-section.has-forms .gutter {
  margin-bottom: 0;
}

.has-forms.m-section-tertiary .gutter, .has-forms.m-section-quaternary .gutter {
  margin-bottom: 0;
}

.m-section.has-forms .sub-menu > li {
  margin-bottom: 0;
}

.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: 0 20px 50px;
}
.m-section-master-header h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 1.75rem;
}
.m-section-master-header.is-narrow {
  padding: 0 0 25px;
}
.m-section-master-header.is-narrow h1 {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.m-section-master-header p {
  margin: 0 auto;
  max-width: 750px;
}

@media screen and (min-width: 800px) {
  .m-section-master-header h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.m-section-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.m-section-header h1 {
  margin-bottom: 0;
  font-family: "Chronicle Display A", "Chronicle Display B","Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.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-r0ght: 0;
}

@media screen and (min-width: 940px) {
  .m-section-header {
    border-bottom: 1px solid #e3dede;
  }
}
.m-section-tertiary .section-label {
  color: #fff;
}
.m-section-tertiary .m-section-inner {
  background: #020202;
  color: #fff;
  overflow: hidden;
}
.m-section-tertiary a {
  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) {
  color: #fff;
  border: 0;
}

.m-section-quaternary .section-label {
  color: #020202;
}
.m-section-quaternary .m-section-inner {
  background: #f6f6f6;
  color: #020202;
  overflow: hidden;
}
.m-section-quaternary a {
  color: #020202;
}
.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) {
  color: #020202;
  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;
}
.m-section-content.is-dark {
  background: #020202;
  color: #fff;
}
.m-section-content.is-dark .select-menu, .m-section-content.is-dark input {
  color: #020202;
}
.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: 940px) {
  .m-section-content {
    padding: 65px 75px;
  }
  .m-section-content.is-narrow {
    padding: 0 30px;
    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;
  }
}
@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 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #020202;
  text-transform: uppercase;
  letter-spacing: .02em;
}

@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 {
  margin-top: 50px;
  margin-bottom: 50px;
  *zoom: 1;
  clear: both;
}

.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 {
  content: " ";
  display: table;
}

.m-add-gap.m-section-tertiary:before, .m-add-gap.m-section-quaternary:before {
  content: " ";
  display: table;
}

.m-section.m-add-gap:after {
  content: " ";
  display: table;
}

.m-add-gap.m-section-tertiary:after, .m-add-gap.m-section-quaternary:after {
  content: " ";
  display: table;
}

.m-section.m-add-gap:after {
  clear: both;
}

.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 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .m-add-gap.m-section-tertiary, .m-add-gap.m-section-quaternary {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.m-section-group {
  padding: 50px 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;
}

@media screen and (min-width: 800px) {
  .m-section-group {
    padding: 100px 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 {
  background: #f6f6f6;
}

.m-section-band-quaternary {
  background: #f6f6f6;
}
.m-section-band-quaternary .m-block-social .m-card {
  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 10px 40px 18px;
}
.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 img, .m-content-widget picture {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.m-content-widget table img {
  width: auto;
}
.m-content-widget h1 {
  margin: 0 0 20px;
  font-size: 28px;
  font-size: 1.75rem;
}
.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 {
  margin-top: 50px;
}
.m-content-widget .valign.btn-secondary, .m-content-widget .valign.btn-tertiary {
  margin-top: 50px;
}
.m-content-widget .inputfile + label.valign {
  margin-top: 50px;
}

@media screen and (min-width: 800px) {
  .m-content-widget {
    padding: 60px 20px;
  }
  .m-content-widget .m-module-label {
    margin-top: 30px;
  }
  .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: 28px;
    font-size: 1.75rem;
  }
  .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;
  }
}
@media screen and (min-width: 800px) {
  .m-content-widget h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.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;
}
.m-content-widget-heading .titleist-logo {
  margin-right: 5px !important;
}
.m-content-widget-heading > h1 {
  line-height: 50px;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 0;
}

@media screen and (min-width: 800px) {
  .m-content-widget-heading {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 800px) {
  .m-content-widget-heading > h1 {
    margin-bottom: 20px;
  }
}
.m-content-widget-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 5px;
  padding: 0;
}

.m-content-widget-header {
  padding: 0;
  margin: 0 0 10px;
  border: 0;
  font-size: 26px;
  font-size: 1.625rem;
}
.m-content-widget-header a {
  color: #020202;
  border-bottom-color: transparent;
}
.m-content-widget-header a:hover, .m-content-widget-header a:focus {
  border-bottom-color: rgba(2, 2, 2, 0.2);
}

.m-module-label {
 /* font-size: 14px;
  font-size: 0.875rem;*/
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
}
.m-module-label a {
  color: #020202;
  border-bottom-color: transparent;
}
.m-module-label a:hover, .m-module-label a:focus {
  border-bottom: 1px solid rgba(2, 2, 2, 0.2);
}

.add-img-border img {
  border-bottom: 4px solid #e3dede;
}

.titleist-layout-group-header {
  margin-top: -30px;
  margin-left: -5px;
  padding-bottom: 10px;
}
.titleist-layout-group-header h1 {
  margin: 0;
}

@media screen and (min-width: 800px) {
  .titleist-layout-group-header {
    margin-top: -60px;
    padding-bottom: 30px;
  }
}
.product-band, .product-band-secondary, .product-band-tertiary {
  background: #fff;
  padding: 30px 20px 15px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
}

@media screen and (min-width: 660px) {
  .product-band, .product-band-secondary, .product-band-tertiary {
    background: rgba(255, 255, 255, 0.9);
  }
}
.product-band a, .product-band-secondary a, .product-band-tertiary a {
  display: block;
  text-align: center;
  color: #303030;
  text-decoration: none;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
  transition: all linear 0.1s;
  border-bottom: 0;
}

.product-band a img, .product-band-secondary a img, .product-band-tertiary a img {
  max-width: 50px;
}

.product-band a:hover, .product-band-secondary a:hover, .product-band-tertiary a:hover, .product-band a:focus, .product-band-secondary a:focus, .product-band-tertiary a:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.product-band .titleist-icon:before, .product-band-secondary .titleist-icon:before, .product-band-tertiary .titleist-icon:before {
  display: block;
  font-size: 34px;
  font-size: 2.125rem;
  margin-bottom: 5px;
  color: #999;
}

.product-band-secondary {
  background: #e31837;
}
.product-band-secondary a {
  color: #fff;
}

@media screen and (min-width: 660px) {
  .product-band-secondary {
    background: rgba(227, 24, 55, 0.9);
  }
}
.product-band-tertiary {
  background: #020202;
}
.product-band-tertiary a {
  color: #fff;
}

@media screen and (min-width: 660px) {
  .product-band-tertiary {
    background: rgba(2, 2, 2, 0.9);
  }
}
.product-label {
  display: block;
  padding-top: 5px;
  margin-bottom: 20px;
}

.m-gallery {
  overflow: hidden;
  padding: 0 10px 0 20px;
}
.m-gallery figure {
  min-height: 120px;
}
.m-gallery p {
  margin-bottom: 2em;
  font-size: 12px;
  font-size: 0.75rem;
}
.m-gallery .col {
  float: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-right: -4px;
}
.m-gallery .gutter, .m-gallery .sub-menu > li {
  position: relative;
}
.m-gallery img, .m-gallery picture {
  display: block;
  margin: auto;
}

@media screen and (min-width: 940px) {
  .m-gallery {
    padding: 60px 0;
  }
}
@media screen and (min-width: 660px) {
  .m-gallery p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-gallery-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: background linear 0.3s;
  -moz-transition: background linear 0.3s;
  -ms-transition: background linear 0.3s;
  transition: background linear 0.3s;
}
.m-gallery-content p {
  margin: 0;
  line-height: 1.6;
  color: #fff;
}

.m-gallery a:hover .m-gallery-content, .m-gallery a:focus .m-gallery-content {
  background: rgba(0, 0, 0, 0.5);
}

.m-gallery-content-wrap {
  position: absolute;
  top: 50%;
  margin-top: -15%;
  left: 50%;
  margin-left: -45%;
  width: 90%;
}

@media screen and (min-width: 660px) {
  .m-gallery-content-wrap {
    width: 80%;
    margin-left: -40%;
    margin-top: -5%;
  }
}
@supports (display: flex) {
  .m-gallery-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m-gallery-content-wrap {
    position: static;
    width: auto;
    margin: 0;
  }
}
.m-gallery-header {
  padding-bottom: 30px;
  margin-left: -5px;
}
.m-gallery-header h1 {
  margin: 0 0 5px;
  font-size: 28px;
  font-size: 1.75rem;
}
.m-gallery-header p {
  margin: 0;
}

@media screen and (min-width: 800px) {
  .m-gallery-header {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 660px) {
  .m-gallery-header h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
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 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero-video .m-video {
  padding-bottom: 0;
  height: 100%;
}
.hero-video .m-video.playing {
  padding-bottom: 56.25%;
  height: 0;
}
.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-bot\tom: 0;
}

.embed-video {
  cursor: pointer;
  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;
}

.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 {
  opacity: 1;
}

.m-article .m-article-media:hover .titleist-icon {
  opacity: 1;
}
.m-article .m-article-media figcaption {
  text-align: left;
  color: #020202;
}

.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(2, 2, 2, 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;
}
.playlist-items .video-link:hover:before {
  background: rgba(2, 2, 2, 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);
}

.titleist-modal.cinema .modal-body {
  padding: 0;
}
.titleist-modal.cinema .m-video {
  overflow: visible;
}

.modal-backdrop {
  background: #020202;
}
.modal-backdrop.in {
  opacity: .6;
}

.modal-dialog {
  max-width: 800px;
  width: auto;
}
.modal-dialog .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: transparent url("/build/assets/images/locator/info_close_button.png") 0px 0px no-repeat;
  cursor: pointer;
  z-index: 1103;
  border: 0;
}

.modal-content {
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #020202;
  width: 250px;
  padding: 5px;
}
.modal-content h1 {
  margin-bottom: 20px;
}
.modal-content p {
  text-align: left;
  margin: 0 auto 20px 0;
  padding: 0 10px;
}
.modal-content input[type="email"] {
  display: block;
  max-width: 200px;
  margin: 10px auto;
}

@media screen and (min-width: 440px) {
  .modal-content {
    width: 300px;
    padding: 10px;
  }
}
@media screen and (min-width: 800px) {
  .modal-content {
    width: 500px;
    padding: 20px;
  }
}
@media screen and (min-width: 800px) {
  .modal-content p {
    max-width: 450px;
  }
}
@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;
  }
}
.modal-header {
  background: #020202;
  border-bottom: 1px solid #303030;
}

.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;
}

.modal-body.has-video {
  padding: 0;
}

.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: #303030;
  background: #e3dede;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 0;
}
.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: #303030;
}

@media screen and (min-width: 660px) {
  .tab-controls > li > a {
    padding: 10px 30px;
  }
}
.tab-content {
  padding-top: 20px;
  padding-bottom: 0;
}
.tab-content .section-label {
  margin: 0 0 5px;
  text-transform: none;
  letter-spacing: normal;
  font-size: 12px;
  font-size: 0.75rem;
}
.tab-content h2 {
  margin: 0 0 10px;
}

@media screen and (min-width: 800px) {
  .tab-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.js .tab-pane {
  position: absolute;
  top: -999em;
  left: -999em;
}

.tab-pane.active {
  position: static;
}

.m-pagination {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 50px;
  clear: both;
  border-top: 1px solid #e3dede;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.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 #020202;
  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: #020202;
  border: 0;
  padding: 6px 6px 5px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.m-pagination ol > li.is-current {
  background: #020202;
  color: #fff;
}
.m-pagination ol > li.is-current a {
  color: #fff;
}
.m-pagination ol > li.is-disabled:hover {
  border-color: #020202;
  background: #fff;
}

@media screen and (min-width: 940px) {
  .m-pagination {
    padding: 0;
  }
}
@media screen and (min-width: 800px) {
  .m-pagination ol > li .page-link, .m-pagination ol > li .paginate_button {
    padding: 8px 10px 7px;
  }
}
.m-pagination-label {
  margin: 10px auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #303030;
}

.m-pagination-results {
  padding: 20px 10px;
}
.m-pagination-results .loading {
  margin: 0 auto;
  display: block;
}

.m-product {
  padding: 30px 0;
}
.m-product .gutter-product {
  margin-left: 10px;
}
.m-product.tighten {
  padding-top: 20px;
}
.m-product h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
}
.m-product .m-category-listing {
  padding-top: 0;
  margin-left: -20px;
}
.m-product .m-category-listing a {
  color: #303030;
  border-bottom-color: #fff;
}
.m-product .m-category-listing a:hover, .m-product .m-category-listing a:focus {
  border-bottom-color: rgba(2, 2, 2, 0.2);
}
.m-product .m-category-listing h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (min-width: 800px) {
  .m-product {
    padding: 100px 40px 0;
  }
  .m-product.tighten {
    padding-top: 40px;
  }
}
@media screen and (min-width: 940px) {
  .m-product .m-category-listing {
    margin-left: 0;
  }
}
.m-product-header {
  text-align: center;
  padding: 0 0 40px 0;
}
.m-product-header > h1 {
  margin: 0;
  padding: 0;
}
.m-product-header > img {
  margin: auto;
  display: block;
}
.m-product-header picture {
  margin: auto;
  display: block;
}

.m-product-label {
  margin: 0 auto;
  font-weight: 700;
  color: #e31837;
}

.m-product-footer {
  padding-top: 20px;
  margin-left: 5px;
}

.m-product-images {
  padding: 0 10px 10px;
}
.m-product-images img, .m-product-images picture {
  display: block;
  margin: auto;
}

@media screen and (min-width: 800px) {
  .m-product-images {
    padding: 0 40px;
  }
}
@media screen and (min-width: 940px) {
  .m-product-images {
    padding: 0 60px;
  }
}
.m-product-content h2 {
  border-bottom: 1px solid #e3dede;
  padding-bottom: 20px;
  margin-top: 0;
}
.m-product-content ul, .m-product-content ol {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.7;
  margin-bottom: 1em;
}
.m-product-content .description ul, .m-product-content .description ol {
  list-style-type: disc;
  padding-left: 18px;
}
.m-product-content ul + ul {
  margin-top: -1em;
}

.m-product-logo {
  border-bottom: 1px solid #e3dede;
  padding-bottom: 20px;
  margin-bottom: 1em;
}
.m-product-logo img {
  display: block;
}

.titleist-tag {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 700;
  margin-bottom: 10px !important;
}

.results-players .titleist-tag {
  text-transform: none;
  letter-spacing: normal;
}
.results-players .titleist-tag a {
  padding: 3px 4px;
}

.titleist-tag a, .titleist-tag span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  color: #fff;
  text-decoration: none;
  padding: 3px 4px 4px;
  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;
  border-bottom: 0;
}
.titleist-tag a:hover, .titleist-tag a:focus {
  background: #8d8d8d;
}
.titleist-tag span:hover, .titleist-tag span:focus {
  background: #8d8d8d;
}

.m-card {
  background: #f6f6f6;
  -webkit-box-shadow: 0 5px 0 #e8e8e8;
  -moz-box-shadow: 0 5px 0 #e8e8e8;
  box-shadow: 0 5px 0 #e8e8e8;
  min-height: 145px;
  position: relative;
  overflow: hidden;
}
.m-card .gutter, .m-card .sub-menu > li {
  margin-bottom: 0;
}
.m-card img {
  display: block;
}
.m-card p {
  color: #303030;
}
.m-card a {
  color: #303030;
  border-bottom: 1px solid #d6d6d6;
  text-decoration: none;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.m-card a:hover, .m-card a:focus {
  color: #020202;
}
.m-card p {
  font-size: 13px;
  font-size: 0.8125rem;
}
.m-card p.m-card-subheading {
  font-size: 16px;
  font-size: 1rem;
  color: #020202 !important;
  margin-bottom: 5px;
  margin-top: -5px;
  opacity: .7;
}
.m-card p.article-meta {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: -5px 0 10px;
  color: #a3a3a3;
}
.m-card p.article-meta .titleist-icon {
  font-size: 150%;
  position: relative;
  top: 3px;
  opacity: .9;
  margin-right: 1px;
}
.m-card p.article-meta a {
  color: #a3a3a3;
}
.m-card p.article-meta a:hover {
  color: #303030;
  border-bottom-color: rgba(48, 48, 48, 0.4);
}
.m-card p.article-meta a + a {
  margin-left: 5px;
}
.m-card p.article-meta:last-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 800px) {
  .m-card .gutter .m-card-content, .m-card .sub-menu > li .m-card-content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 800px) {
  .m-block-social .m-card {
    min-height: 236px;
  }
}
.m-card-heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 5px;
}
.m-card-heading a {
  border: 0;
  color: #020202;
  border-bottom: 1px solid rgba(2, 2, 2, 0);
}
.m-card-heading a:hover, .m-card-heading a:focus {
  border-bottom-color: rgba(2, 2, 2, 0.2);
}

@media screen and (min-width: 800px) {
  .m-card-heading {
    margin-bottom: 10px;
  }
}
.m-card-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.m-block-social .m-card-content {
  padding: 20px 15px 15px;
}

.m-card-media a {
  overflow: hidden;
  display: block;
}

.m-card-excerpt {
  padding: 2px 0 5px;
  display: -webkit-box;
}
.m-card-excerpt p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #303030;
}

@supports (display: flex) {
  .m-card-excerpt {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.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-block-social {
  padding: 0 10px 80px 18px;
}
.m-block-social .gutter, .m-block-social .sub-menu > li {
  margin: 0 0 12px 12px;
}
.m-block-social .titleist-layout {
  margin-left: -12px;
}
.m-block-social p {
  line-height: 1.7;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #303030;
}
.m-block-social .m-card-media img {
  width: 100%;
}

.m-block-social-heading {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
  margin-bottom: 1em;
}

.m-social-source {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.m-social-source .icon-instagram {
  color: #fff;
}

.m-social-name, .m-social-user {
  margin: 0;
}

.m-social-name {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #020202;
  /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
}

.m-social-content {
  padding: 10px 0;
}
.m-social-content a {
  color: #e31837;
  border-bottom-color: rgba(227, 24, 55, 0.2);
}
.m-social-content a:hover, .m-social-content a:focus {
  border-bottom-color: rgba(2, 2, 2, 0.1);
}

.m-social-bar {
  font-size: 11px;
  font-size: 0.6875rem;
}
.m-social-bar a {
  border: 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  color: #999;
  -webkit-transition: color linear 0.2s;
  -moz-transition: color linear 0.2s;
  -ms-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
.m-social-bar a:hover, .m-social-bar a:focus {
  color: #020202;
}
.m-social-bar a + a {
  margin-left: 7px;
}
.m-social-bar .titleist-icon {
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
}
.m-social-bar .titleist-icon.icon-reply {
  top: -3px;
}

.m-social-time {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0;
}
.m-social-time a {
  border: 0;
}

.m-social-media {
  margin-bottom: 10px;
  border: 0;
  display: block;
}
.m-social-media img {
  display: block;
}

@media screen and (min-width: 940px) {
  .player-search-block {
    padding-right: 20px;
  }
}
.player-search-block .inline-connector {
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

@media screen and (min-width: 940px) {
  .player-search-block .inline-connector {
    width: 10%;
    float: left;
    padding: 0;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.player-form > form {
  margin: 0;
}
.player-form button {
  margin: 0;
  width: 32%;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-left: 5px;
}
.player-form input[type="search"], .player-form input[type="text"] {
  width: 64%;
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

@media screen and (min-width: 940px) {
  .player-form {
    width: 60%;
    float: left;
  }
}
.player-action > a {
  width: 100%;
  display: block;
}

@media screen and (min-width: 940px) {
  .player-action {
    width: 30%;
    float: left;
  }
}
.player-popular {
  clear: both;
  font-weight: 700;
  padding: 15px 0 0 0;
}
.player-popular > p {
  margin: 0;
  line-height: 1.6;
}

.find-tour-block {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e3dede;
}
.find-tour-block .select-menu {
  width: 64%;
}
.find-tour-block .titleist-btn, .find-tour-block .btn-secondary, .find-tour-block .btn-tertiary, .find-tour-block .inputfile + label, .find-tour-block .btn-secondary, .find-tour-block button {
  width: 33%;
  float: right;
}

@media screen and (min-width: 800px) {
  .find-tour-block {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 40px;
    margin-top: 0;
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 940px) {
  .find-tour-block {
    border-left: 1px solid #e3dede;
  }
}
.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;
}
.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;
}

@media screen and (min-width: 800px) {
  .m-category-listing {
    padding-top: 60px;
  }
  .m-category-listing .titleist-layout {
    text-align: center;
  }
}
@media screen and (min-width: 940px) {
  .m-category-listing {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.m-product .m-category-listing img {
  width: auto;
}

.m-category-listing h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}
.m-category-listing 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.5;
}
.m-category-listing h2 a {
  border-bottom: 1px solid transparent;
  color: #020202;
}
.m-category-listing h2 a:hover {
  border-bottom-color: rgba(2, 2, 2, 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: #020202;
  border-bottom-color: rgba(2, 2, 2, 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;
}
.m-category-listing ul > li a {
  border-bottom: 1px solid #020202;
  border-bottom-color: rgba(2, 2, 2, 0.2);
  color: #020202;
  font-weight: 700;
}
.m-category-listing ul > li a:hover {
  border-bottom-color: rgba(2, 2, 2, 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.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 {
  margin-bottom: 10px;
}
.m-category-listing-header h1 {
  margin: 0 0 10px;
  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 {
  margin: 0 0 20px;
  padding: 0;
  max-width: none;
  /*font-family: "Chronicle Display A", "Chronicle Display B", serif;*/
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: normal;
  text-transform: none;
}

.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, .m-media-insert p {
  margin-bottom: 5px;
}

.m-media-heading a {
  color: #303030;
  border-bottom: 0;
}
.m-media-heading a:hover {
  border-bottom: 1px solid rgba(2, 2, 2, 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: #020202;
  border-bottom-color: transparent;
}
.m-address [itemprop="name"] a:hover, .m-address [itemprop="name"] a:focus {
  border-bottom-color: rgba(2, 2, 2, 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: "Chronicle Display A", "Chronicle Display B", serif;*/
  font-weight: 400;
}

.m-results-list {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
  clear: both;
}
.m-results-list:before {
  content: " ";
  display: table;
}
.m-results-list:after {
  content: " ";
  display: table;
  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;
}
.m-results-item:first-child {
  border-top: 1px solid #e3dede;
}

@media screen and (min-width: 660px) {
  .m-results-item {
    padding: 25px 0;
  }
}
.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;
}
.m-results-media img {
  display: block;
}
.m-results-media .titleist-icon {
  font-size: 70px;
  font-size: 4.375rem;
  display: block;
}

@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-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 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;
}
.m-results-label a {
  border-bottom: 1px solid transparent;
  color: #020202;
  -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(2, 2, 2, 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: #020202;
  -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(2, 2, 2, 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 .titleist-menu {
  padding-left: 15px;
  clear: both;
  top: -5px;
}
.m-location-results 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 {
  content: " ";
  display: table;
}
.m-location-results .m-results-item:after {
  content: " ";
  display: table;
  clear: both;
}
.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: #020202;
  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;
}

@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;
  }
}
@media screen and (min-width: 800px) {
  .m-location-results .m-results-item {
    padding-left: 45px;
  }
}
.custombox-modal .more-info {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}
.custombox-modal .more-info div {
  overflow: hidden;
}
.custombox-modal .more-info p {
  line-height: normal;
  text-align: left;
  float: left;
  width: 200px;
}
.custombox-modal .more-info p:first-child {
  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;
}

.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: #020202;
  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: #020202;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
  left: 10px;
}

.m-ball-count, .m-ball-count-quaternary {
  background: #020202;
  color: #fff;
  padding: 30px 15px 15px;
}
.m-ball-count-quaternary .count a {
    color: #000;
    border-color: #000;
}


@media screen and (min-width: 800px) {
  .m-ball-count, .m-ball-count-quaternary {

    text-align: left;
  }
}
.m-ball-count .titleist-logo svg, .m-ball-count-quaternary .titleist-logo svg {
  width: 112px;
  height: 30px;
}

.m-ball-count .gutter, .m-ball-count-quaternary .gutter, .m-ball-count .sub-menu > li, .m-ball-count-quaternary .sub-menu > li {
  margin-bottom: 0;
}

.m-ball-count table, .m-ball-count-quaternary table {
  color: #fff;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  width: 280px;
  min-width: 0;
}

@media screen and (min-width: 800px) {
  .m-ball-count table, .m-ball-count-quaternary table {
    margin: 0;
    width: 100%;
  }
}
.m-ball-count th, .m-ball-count-quaternary th, .m-ball-count td, .m-ball-count-quaternary td {
  padding: 0 0 10px;
  text-align: left;
}

.m-ball-count th strong, .m-ball-count-quaternary th strong, .m-ball-count td strong, .m-ball-count-quaternary td strong {
  font-size: 22px;
  font-size: 1.375rem;
}

.m-ball-count td, .m-ball-count-quaternary td {
  text-align: right;
}

.m-ball-count th[scope="row"], .m-ball-count-quaternary th[scope="row"] {
  width: 220px;
  font-weight: 400;
}

.m-ball-count tbody tr:nth-child(even), .m-ball-count-quaternary tbody tr:nth-child(even) {
  background-color: transparent;
}

.m-ball-count .titleist-logo, .m-ball-count-quaternary .titleist-logo {
  fill: #fff;
}

.m-ball-count-heading {
  margin: 0;
  padding: 10px 0 10px;
  line-height: 1.2;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
}

@media screen and (min-width: 800px) {
  .m-ball-count-heading {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.m-ball-count-quaternary {
  background: #f6f6f6;
  color: #020202;
}
.m-ball-count-quaternary table {
  color: #000;
}

.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;
}
.m-content-block-embed-header h1 {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 800px) {
  .m-content-block-embed-header h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.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;
}

.tt-header {
  background: #020202;
  color: #fff;
  padding: 20px 10px 25px;
  *zoom: 1;
  clear: both;
}
.tt-header:before {
  content: " ";
  display: table;
}
.tt-header:after {
  content: " ";
  display: table;
  clear: both;
}
.tt-header .titleist-logo {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  top: 2px;
  height: 40px;
  width: 40px;
}

@media screen and (min-width: 660px) {
  .tt-header {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 800px) {
  .tt-header {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 800px) {
  .tt-header .titleist-logo {
    display: inline-block !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 940px) {
  .tt-header .titleist-logo {
    height: 50px;
    width: 50px;
  }
}
.tt-header-primary {
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
}
.tt-header-primary > h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0;
}

@media screen and (min-width: 660px) {
  .tt-header-primary {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 940px) {
  .tt-header-primary > h1 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
  }
}
.tt-header-secondary {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-top: 5px;
  clear: both;
}
.tt-header-secondary .btn-tertiary, .tt-header-secondary .inputfile + label {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  letter-spacing: .03em;
  padding: 10px 20px;
  min-width: 0;
  width: 100%;
}
.tt-header-secondary .btn-tertiary .titleist-icon, .tt-header-secondary .inputfile + label .titleist-icon {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 5px;
}

@media screen and (min-width: 660px) {
  .tt-header-secondary {
    float: right;
    clear: none;
  }
}
@media screen and (min-width: 660px) {
  .tt-header-secondary {
    margin-top: 10px;
  }
}
@media screen and (min-width: 800px) {
  .tt-header-secondary {
    margin-top: 17px;
  }
}
@media screen and (min-width: 660px) {
  .tt-header-secondary .btn-tertiary .text, .tt-header-secondary .inputfile + label .text {
    position: absolute;
    top: -999em;
    left: -999em;
  }
}
@media screen and (min-width: 800px) {
  .tt-header-secondary .btn-tertiary .text, .tt-header-secondary .inputfile + label .text {
    position: static;
  }
}
@media screen and (min-width: 660px) {
  .tt-header-secondary .btn-tertiary .titleist-icon, .tt-header-secondary .inputfile + label .titleist-icon {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .tt-header-secondary .btn-tertiary .titleist-icon, .tt-header-secondary .inputfile + label .titleist-icon {
    margin-right: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-tt-main {
  padding: 0 10px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 350px;
}

@media screen and (min-width: 660px) {
  .m-tt-main {
    width: 66.66666%;
    float: left;
  }
}
@media screen and (min-width: 800px) {
  .m-tt-main {
    width: 75%;
  }
}
@media screen and (min-width: 660px) {
  .m-tt-side-group {
    width: 33.333333%;
    float: right;
    clear: right;
  }
}
@media screen and (min-width: 800px) {
  .m-tt-side-group {
    width: 25%;
  }
}
.tt-toggle {
  border: 0;
  color: #020202;
}

@media screen and (min-width: 660px) {
  .tt-toggle {
    cursor: text;
  }
}
.m-tt-side-module {
  margin-bottom: 50px;
  padding: 0 10px;
}
.m-tt-side-module:first-child {
  margin-bottom: 0;
  background: #f6f6f6;
  padding: 0;
}
.m-tt-side-module:first-child .m-tt-main-header {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  border-bottom: 0;
}

@media screen and (min-width: 660px) {
  .m-tt-side-module:first-child {
    background: none;
    padding-left: 20px;
  }
}
@media screen and (min-width: 660px) {
  .m-tt-side-module:first-child .m-tt-main-header {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3dede;
  }
}
@media screen and (min-width: 660px) {
  .m-tt-side-module:first-child .m-tt-main-header a:after {
    display: none;
  }
}
@media screen and (min-width: 660px) {
  .m-tt-side-module {
    padding-left: 25px;
  }
  .m-tt-side-module:first-child {
    margin-bottom: 50px;
  }
}
.m-tt-main-header {
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 15px;
  font-size: 0.9375rem;
  /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
  font-weight: 700;
  border-bottom: 1px solid #e3dede;
  margin: 0 0 20px;
  padding: 15px 0;
}
.m-tt-main-header .titleist-icon {
  position: relative;
  top: 1px;
}
.m-tt-main-header .header-label, .m-tt-main-header .titleist-menu, .m-tt-main-header label {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.m-tt-main-header .titleist-menu, .m-tt-main-header label {
  float: left;
}
.m-tt-main-header .m-tt-main-header-bar label {
  width: 110px;
  margin-right: 0px;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 3px;
}
.m-tt-main-header .titleist-menu {
  margin: -5px 0 -10px 0;
  padding: 0;
  min-width: none;
  text-transform: none;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}
.m-tt-main-header .titleist-menu .menu-content {
  min-width: 150px;
}
.m-tt-main-header .titleist-menu a {
  border: 0;
  white-space: nowrap;
}
.m-tt-main-header .titleist-menu .titleist-icon {
  top: 2px;
}

@media screen and (min-width: 660px) {
  .m-tt-main-header .m-tt-main-header-bar {
    float: right;
  }
}
@media screen and (min-width: 660px) {
  .m-tt-main-header .titleist-menu {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 660px) {
  .m-tt-main-header .titleist-menu {
    margin-top: 0;
  }
}
.m-tt-nav-wrap.is-closed {
  display: none;
}

@media screen and (min-width: 660px) {
  .m-tt-nav-wrap.is-closed {
    display: block;
  }
}
.m-tt-nav {
  margin-bottom: 25px;
  padding: 10px; }
  @media screen and (min-width: 660px) {
    .m-tt-nav {
      padding: 0; } }
  .m-tt-nav:first-child {
    margin-top: -10px; }
  .m-tt-nav a {
    color: #000;
    border-bottom: 1px solid transparent;
    margin: 0;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
    .m-tt-nav a:hover, .m-tt-nav a:focus {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .m-tt-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1; }
    .m-tt-nav ul li {
      margin: 0; }
      .m-tt-nav ul li.mt-20 {
        margin-top: 20px; }
  .m-tt-nav > ul > li {
    padding: 10px 0; }
    .m-tt-nav > ul > li > a {
      text-transform: uppercase;
      letter-spacing: .02em;
      font-weight: 700; }
  .m-tt-nav > ul ul {
    margin: 20px 0 5px 20px;
    display: none; }
    .m-tt-nav > ul ul.is-active {
      display: block; }
    .m-tt-nav > ul ul a {
      margin-bottom: 15px; }
    .m-tt-nav > ul ul li:last-child a {
      margin-bottom: 0; }

.m-tt-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.m-tt-social-item {
  margin: 0 0 25px;
  padding: 0 10px 10px;
}
.m-tt-social-item .m-social-media:hover, .m-tt-social-item .m-social-media:focus {
  opacity: 1;
}
.m-tt-social-item .m-social-user {
  font-size: 11px;
  font-size: 0.6875rem;
}
.m-tt-social-item .m-social-user a {
  border: 0;
}
.m-tt-social-item .m-social-content {
  padding: 0;
}
.m-tt-social-item .m-social-content p {
  font-size: 11px;
  font-size: 0.6875rem;
}
.m-tt-social-item .m-social-content a {
  color: #e31837;
}

@media screen and (min-width: 660px) {
  .m-tt-social-item {
    padding: 0;
  }
}
.m-tt-content-secondary > .titleist-layout {
  margin-left: -15px;
}

.article-content-wrap {
  position: relative;
}

.m-article {
  margin-bottom: 50px;
}
.m-article .news-date {
  color: #e31837;
  margin-bottom: 0;
}
.m-article.has-overlay {
  position: relative;
}

@media screen and (min-width: 660px) {
  .m-article.has-overlay .m-article-body {
    background: #020202;
    background: rgba(2, 2, 2, 0.75);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    color: #fff;
  }
  .m-article.has-overlay .m-article-body p {
    color: #fff;
  }
}
@media screen and (min-width: 660px) and (min-width: 800px) {
  .m-article.has-overlay .m-article-body {
    padding: 30px;
  }
}
@media screen and (min-width: 660px) {
  .m-article.has-overlay .m-article-body .titleist-icon, .m-article.has-overlay .m-article-body h1 a {
    color: #fff;
  }
  .m-article.has-overlay .m-article-media {
    margin: 0;
  }
  .m-article.has-overlay .m-article-media picture, .m-article.has-overlay .m-article-media img {
    width: 100%;
  }
  .m-article.has-overlay .m-article-body a:hover, .m-article.has-overlay .m-article-body a:focus {
    color: #fff;
  }
}
.m-tt-content-primary .m-article, .m-tt-content-secondary .m-article {
  margin-bottom: 40px;
}

.m-tt-content-primary .m-article .titleist-layout, .m-tt-content-secondary .m-article .titleist-layout {
  margin-left: -15px;
}

.m-tt-content-primary .m-article .titleist-layout .gutter, .m-tt-content-primary .m-article .titleist-layout .sub-menu > li {
  padding: 0;
}

.m-tt-content-secondary .m-article .titleist-layout .gutter, .m-tt-content-secondary .m-article .titleist-layout .sub-menu > li {
  padding: 0;
}

.m-article.is-featured {
  margin-bottom: 40px;
}
.m-article .titleist-icon {
  position: relative;
  top: 2px;
}

.m-article-media {
  margin-bottom: 10px;
}

.is-featured .m-article-media {
  margin-bottom: 25px;
  margin-top: 15px;
}

.m-article-media img {
  display: block;
  max-width: 100%;
  max-height: 500px;
  margin: 0 auto;
  height: auto;
}

.post-body .m-article-media {
  max-width: 680px;
}

.m-article-heading {
  margin: 0 0 3px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}

.is-featured .m-article-heading {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 5px;
  margin: 0 0 5px;
}

@media screen and (min-width: 800px) {
  .is-featured .m-article-heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.m-article-heading a {
  color: #020202;
  border-bottom: 1px solid transparent;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.m-article-heading a:hover, .m-article-heading a:focus {
  border-bottom: 1px solid rgba(2, 2, 2, 0.1);
}

.m-article-subheading {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 4px;
  line-height: 1.5;
}

.is-featured .m-article-subheading {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 5px 0 8px;
}

.m-article-content h2 {
  margin-bottom: 10px;
}
.m-article-content h3 {
  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;*/
  margin: 20px 0 5px;
}
.m-article-content p, .m-article-content ol {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #303030;
  padding-right: 0;
  padding-left: 0;
  word-wrap: break-word;
}
.m-article-content ul {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #303030;
  padding-right: 0;
  padding-left: 0;
  word-wrap: break-word;
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}
.m-article-content ol {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}
.m-article-content ul > li, .m-article-content ol > li {
  margin: 0 0 5px;
}
.m-article-content ul > li p, .m-article-content ol > li p {
  margin-top: 10px;
}

@media screen and (min-width: 800px) {
  .m-article-content p, .m-article-content ol, .m-article-content ul {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.is-featured .m-article-content p, .is-featured .m-article-content ol, .is-featured .m-article-content ul {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}

@media screen and (min-width: 800px) {
  .is-featured .m-article-content p, .is-featured .m-article-content ol, .is-featured .m-article-content ul {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.m-article-byline, .m-article-header {
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #999;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
}

.is-featured .m-article-byline, .is-featured .m-article-header {
  margin-bottom: 10px;
}

.m-article-byline a, .m-article-header a {
  color: #999;
  border-bottom: 1px solid rgba(2, 2, 2, 0.1);
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

.m-article-byline a:hover, .m-article-byline a:focus {
  color: #666666;
}

.m-article-header a:hover, .m-article-header a:focus {
  color: #666666;
}

.m-article-byline .titleist-tag, .m-article-header .titleist-tag {
  background: #999;
  padding: 2px 5px;
  margin: 0 10px 0 5px;
  color: #fff;
  border-bottom: 0;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
  transition: all linear 0.1s;
  white-space: nowrap;
}

.m-article-byline .titleist-tag:hover, .m-article-byline .titleist-tag:focus {
  background: #666666;
  color: #fff;
}

.m-article-header {
  padding-bottom: 5px;
}
.m-article-header .titleist-tag {
  margin-left: 0;
}
.m-article-header .titleist-tag:hover, .m-article-header .titleist-tag:focus {
  background: #666666;
  color: #fff;
}

.m-article-footer {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #999;
  margin-top: -5px;
}
.m-article-footer .titleist-icon {
  position: relative;
  top: 4px;
}
.m-article-footer a {
  color: #999;
  border-bottom: 1px solid rgba(2, 2, 2, 0.1);
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.m-article-footer a:hover, .m-article-footer a:focus {
  color: #666666;
}

.m-article-bar {
  border-top: 1px solid #e3dede;
  padding: 15px 0;
  margin-top: 30px;
  *zoom: 1;
  clear: both;
}
.m-article-bar:before {
  content: " ";
  display: table;
}
.m-article-bar:after {
  content: " ";
  display: table;
  clear: both;
}
.m-article-bar a {
  color: #999;
  border: 0;
  -webkit-transition: color linear 0.2s;
  -moz-transition: color linear 0.2s;
  -ms-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
.m-article-bar a:hover, .m-article-bar a:focus {
  color: #020202;
}

.m-share-label, .m-share-links {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

.m-share-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
}

.m-share-links {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
.m-share-links a {
  width: 48%;
  display: inline-block;
  margin-bottom: 10px;
}
.m-share-links .titleist-icon {
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  top: 2px;
}

@media screen and (min-width: 800px) {
  .m-share-links {
    float: right;
    margin-top: 0;
  }
}
@media screen and (min-width: 800px) {
  .m-share-links a {
    width: auto;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 800px) {
  .m-share-links a + a {
    margin-left: 10px;
  }
}
.m-badge {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  background: #020202;
  color: #fff;
  /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
  margin-left: 5px;
  padding: 1px 2px;
  position: relative;
  top: -3px;
}

.m-comment {
  *zoom: 1;
  clear: both;
}
.m-comment:before {
  content: " ";
  display: table;
}
.m-comment:after {
  content: " ";
  display: table;
  clear: both;
}
.m-comment label {
  margin-top: 15px;
}
.m-comment textarea {
  background: #f6f6f6;
  font-size: 16px;
  font-size: 1rem;
  min-height: 100px;
  margin-bottom: 20px;
}
.m-comment + .m-comment {
  margin-top: 50px;
}

.form-footer {
  text-align: right;
  *zoom: 1;
  clear: both;
  margin-bottom: 30px;
}
.form-footer:before {
  content: " ";
  display: table;
}
.form-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.form-footer .captcha {
  display: block;
}
.form-footer .submit {
  display: block;
}
.form-footer .submit button {
  width: 100%;
  margin-top: 15px;
}

@media screen and (min-width: 660px) {
  .form-footer .captcha, .form-footer .submit {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
  }
}
@media screen and (min-width: 660px) {
  .form-footer .captcha {
    float: left;
  }
}
@media screen and (min-width: 660px) {
  .form-footer .submit button {
    width: auto;
    margin-top: 0;
  }
}
.m-comment-heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  /*font-family: "Chronicle Display A", "Chronicle Display B", serif;*/
}

.m-comment-heading .m-comment-inline-msg {
  display: block;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999;
  font-weight: 700;
  /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
}
.m-comment-heading .m-comment-inline-msg a {
  color: #999;
  border-bottom-color: rgba(2, 2, 2, 0.2);
  -webkit-transition: color linear 0.2s;
  -moz-transition: color linear 0.2s;
  -ms-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
.m-comment-heading .m-comment-inline-msg a:hover, .m-comment-heading .m-comment-inline-msg a:focus {
  color: #020202;
}

@media screen and (min-width: 660px) {
  .m-comment-heading .m-comment-inline-msg {
    display: inline-block;
    margin-left: 15px;
  }
}
.m-comment-content .m-comment-byline, .m-comment-byline {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 15px;
  color: #999;
  font-weight: 700;
  /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
  margin: -5px 0 5px;
}

.m-comment-content blockquote {
  border: 0;
  padding: 0;
  margin: 0;
}
.m-comment-content p {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.m-comment-content p + p {
  margin-top: 1em;
}

#comments {
  margin-bottom: 60px;
}

.m-comment-parent {
  border-left: 1px solid #e3dede;
  margin: 20px 0;
}
.m-comment-parent .m-comment-content p {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 660px) {
  .m-comment-parent {
    padding-left: 20px;
  }
  .m-comment-parent .m-comment-content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-comment-parent-container {
  background: #f6f6f6;
  padding: 10px;
}

@media screen and (min-width: 660px) {
  .m-comment-parent-container {
    padding: 10px 20px;
  }
}
.m-comment-bar {
  padding-top: 10px;
}
.m-comment-bar .btn-icon {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  margin-right: 10px;
  color: #999;
  -webkit-transition: color linear 0.2s;
  -moz-transition: color linear 0.2s;
  -ms-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
.m-comment-bar .btn-icon .titleist-icon {
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  top: 1px;
}
.m-comment-bar .btn-icon:hover, .m-comment-bar .btn-icon:focus {
  color: #020202;
}

.m-comment-time-label {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 15px;
  color: #999;
  font-weight: 700;
  /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
  margin: -5px 0 5px;
}

.m-comment-purpose {
  font-size: 15px;
  font-size: 0.9375rem;
}

.m-comment-media {
  margin-bottom: -20px;
}

@media screen and (min-width: 660px) {
  .m-comment-media {
    margin-right: 20px;
    float: left;
    width: 10%;
  }
  .m-comment-media img {
    width: 100%;
  }
}
@media screen and (min-width: 660px) {
  .m-comment-body {
    width: 85%;
    float: left;
  }
  .m-comment-body h2 {
    margin-top: 0;
  }
}
.m-profile-header {
  *zoom: 1;
  clear: both;
  margin-bottom: 20px;
}
.m-profile-header:before {
  content: " ";
  display: table;
}
.m-profile-header:after {
  content: " ";
  display: table;
  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: 32px;
  font-size: 2rem;
  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;
}
.m-profile-list > li {
  margin: 0 20px 0 0;
  padding: 0;
}

@media screen and (min-width: 800px) {
  .m-profile-list {
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 660px) {
  .m-profile-list > li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
  }
}
.complete {
  *zoom: 1;
  clear: both;
  padding-top: 10px;
}
.complete:before {
  content: " ";
  display: table;
}
.complete:after {
  content: " ";
  display: table;
  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: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
.complete progress[value]::-webkit-progress-value {
  background: #020202;
  color: #020202;
  border-radius: 2px;
}

article.m-message {
  margin-bottom: 20px;
}

.m-message-subject {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 5px;
  padding: 0;
}

.m-message-byline {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #999;
  font-weight: 700;
}
.m-message-byline a {
  color: #999;
  border-bottom-color: rgba(2, 2, 2, 0.2);
}
.m-message-byline a:hover, .m-message-byline a:focus {
  border-bottom-color: transparent;
}

.m-message-content p, .m-message-content ul, .m-message-content ol, .m-message-content table {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

form + .m-list-friends {
  margin-top: 30px;
}

.m-list-friends {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
  clear: both;
  margin-bottom: 30px;
}
.m-list-friends:before {
  content: " ";
  display: table;
}
.m-list-friends:after {
  content: " ";
  display: table;
  clear: both;
}

.m-friend {
  overflow: hidden;
  padding: 0;
  margin-bottom: 15px;
}
.m-friend img {
  float: left;
  margin-right: 15px;
}

@media screen and (min-width: 800px) {
  .m-friend {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
  }
}
@media screen and (min-width: 940px) {
  .m-friend {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
  }
}
.m-friend-name, .m-friend-location, .m-friend-action {
  padding: 0;
  margin: 0;
  line-height: 1.4;
}

.m-friend-location, .m-friend-action {
  font-size: 12px;
  font-size: 0.75rem;
}

.m-friend-name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.m-friend-name a {
  color: #020202;
  border: 0;
}

.m-friend-action {
  margin-top: 10px;
}

.fitting-detail {
  padding-bottom: 40px;
}
.fitting-detail h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 2px;
  /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
}
.fitting-detail p {
  margin: 0 0 5px;
}

.fitting-layout {
  margin-left: -15px;
}

.sm-label {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 15px;
  color: #999;
  font-weight: 700;
  /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
  margin: -5px 0 0;
}

.fitting-detail .sm-label {
  margin: 0 0 2px;
}

/* Poll
/*****************************

.CommonPollArea {
width: 80%;
min-width: 275px;
border: solid 1px #d9dcde;
border-radius: 4px;
margin: 0 auto;
overflow: hidden;

.CommonPollQuestion {
background-color: #d9dcde;
padding: 10px;
margin: 0;
}

.CommonPollContent {
padding: 4px 8px;
background-color: #f4f5f6;
}

.CommonPollDescription {
p {
	margin: 10px 0;
}
}

.CommonPollSwitchedContent {
margin: 0 auto;
}

.CommonPollSwitchedContent {
input[type="submit"] {
	margin: 10px 0;
}
}

ul.CommonPollAnswerList {
list-style-type: none !important;
margin: 0 !important;
padding: 0 !important;

li {
	padding: 0;
	margin: 0 0 10px 0;
}

table {
width: auto !important;

	tr {
	border-width: 0 !important;
	background-color: Transparent !important;
	}

	td {
	border-width: 0 !important;
	background-color: Transparent !important;
	line-height: inherit !important;
	}

}

} // ul.CommonPollAnswerList

.CommonPollAnswer {
margin: 10px 0 0 0;
padding: 0px 0px 5px 10px;
}

.CommonPollUserVote {
margin: 10px 0;
}

.CommonPollFooter {
padding: 10px;
background-color: #d9dcde;
font-size: 80%;
}

.CommonPollFooter {
a {
	border-width: 0 !important;
}
}

.CommonPollResultGraph {
white-space: nowrap;
margin: 0 0 10px 0;
}

.CommonPollResultGraph {
img {
	height: 19px !important;
}
}

ul.CommonPollFooterList {
list-style-type: none !important;
margin: 0 !important;
padding: 0 !important;

li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

} // ul.CommonPollFooterList

} // .CommonPollArea

*/
/*
AREA FOR FTS
*/
.CommonPollArea {
  width: auto;
  min-width: 275px;
  border: solid 1px #d9dcde;
  border-radius: 0;
  margin: 0 auto 20px;
  overflow: hidden;
}
.CommonPollArea table {
  min-width: 0;
}
.CommonPollArea table td {
  padding: 0 0 0 5px !important;
  margin: 0 !important;
}
.CommonPollArea table td input {
  cursor: pointer;
}
.CommonPollArea ul.CommonPollFooterList, .CommonPollArea ul.CommonPollAnswerList {
  font-size: 12px;
  font-size: 0.75rem;
  overflow: hidden;
}
.CommonPollArea ul.CommonPollFooterList a, .CommonPollArea ul.CommonPollAnswerList a {
  border: 1px solid #020202 !important;
  padding: 5px 10px;
  color: #020202;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.CommonPollArea ul.CommonPollFooterList a:hover, .CommonPollArea ul.CommonPollFooterList a:focus {
  color: #e31837;
  border-color: #e31837 !important;
}
.CommonPollArea ul.CommonPollAnswerList a:hover, .CommonPollArea ul.CommonPollAnswerList a:focus {
  color: #e31837;
  border-color: #e31837 !important;
}
.CommonPollArea ul.CommonPollFooterList li:last-child {
  float: right;
  padding: 6px 10px;
}
.CommonPollArea ul.CommonPollAnswerList li:last-child {
  float: right;
  padding: 6px 10px;
  float: none;
  padding: 0;
}
.CommonPollArea .voteButton {
  padding: 10px 15px;
  font-size: 12px;
  font-size: 0.75rem;
}
.CommonPollArea .alreadyVotedOn, .CommonPollArea .votedOn {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 0 0 0px;
  margin: -5px 0 15px;
  font-style: italic;
}

.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: #e31837;
  line-height: normal;
  margin: 0;
  padding: 13px 0;
  text-transform: none;
}
.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;
}

.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:focus + .checkbox-styled__icon, input:checked:focus + input[type="hidden"] + .checkbox-styled__icon {
  border-color: #d6d6d6;
}

.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;
}

.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;
}
.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, .js .m-offscreen-panels .m-offscreen-panel .footer-content h2 {
  margin-bottom: 1em;
}

@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%;
  }
}
.footer-content .js .m-offscreen-panels .m-offscreen-panel h2 {
  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;
}
.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: 1em;
  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 {
  -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: 800px) {
  .m-search-filters .titleist-layout {
    margin-left: -15px;
  }
}
* {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
*:before, *:after {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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;
  padding-top: 0px !important;
}

select {
  box-sizing: border-box;
}

form:first-child {
  height: auto;
}

.content-fragment {
  /*font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;*/
  font-weight: 400;
}

.layout-content {
  overflow: visible;
}
.layout-content .layout-region .layout-region-inner {
  overflow: visible;
}

.header-fragments .layout .layout-content .layout-region.header .layout-region-inner {
  max-width: none;
}
.header-fragments .layout .header-top-content .layout-region.header, .header-fragments .layout .header-top-content.with-adaptable-elements .layout-region.header {
  border-bottom: 0px;
  background-color: transparent;
}

.footer-fragments {
  border-top: 0px;
  background-color: transparent;
}

.header-fragments .layout .layout-content .layout-region.header .layout-region-inner {
  padding: 0;
  min-width: initial;
}

.m-article-content p:last-child {
  margin-bottom: 1em;
}

@media (min-width: 300px) {
  #titleist-social-bar {
    height: 152px !important;
  }
}
@media (min-width: 600px) {
  #titleist-social-bar {
    height: 223px !important;
  }
}
@media (min-width: 800px) {
  #titleist-social-bar {
    height: 267px !important;
  }
}
@media (min-width: 900px) {
  #titleist-social-bar {
    height: 230px !important;
  }
}
@media (min-width: 1200px) {
  #titleist-social-bar {
    height: 250px !important;
  }
}
@media (min-width: 1600px) {
  #titleist-social-bar {
    height: 270px !important;
  }
}
@media (min-width: 2400px) {
  #titleist-social-bar {
    height: 280px !important;
  }
}
#titleist-social-panel {
  background-color: #e8e8e8;
}

#titleist-social-container {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden !important;
}

.header-fragments .layout .layout-content .layout-region.header {
  min-width: 0;
}

.layout-content.content-left-sidebar-right .layout-region.content {
  padding-right: 10px;
}

.single-column {
  padding: 0;
  font-size: inherit;
  background-color: transparent;
}
.single-column .content-fragment .content-fragment-content {
  margin-top: 0px;
}

.footer-fragments .layout {
  margin: 0 0px 0 0px;
}

.page-editing {
  max-width: 100%;
  min-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-fragments .layout .layout-content, .header-fragments .layout .header-top-content .layout-region-inner {
  max-width: 100%;
  min-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.content-fragment-page > .layout, .footer-fragments > .layout {
  max-width: 100%;
  min-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

/*TT tinymce dialogs*/
.tinymce form {
  padding: 0 10px;
}
.tinymce fieldset {
  margin-bottom: 5px;
}
.tinymce table {
  width: auto;
  min-width: initial;
}

.modal table {
  width: auto;
  min-width: initial;
}

.tinymce td {
  padding: 2px;
}

.modal td {
  padding: 2px;
}
.modal td.null {
  padding: 0px;
}

.tinymce td input[type="text"] {
  display: inline-block;
  padding: 6px 4px;
  width: auto;
}

.tab-pane fieldset .poll-options input[type="text"], .tab-pane fieldset .question input[type="text"], .tab-pane fieldset .expiredate input[type="text"] {
  display: inline-block;
  padding: 6px 4px;
  width: auto;
}
.tab-pane fieldset .poll-options input[type="text"], .tab-pane fieldset .question input[type="text"], .tab-pane fieldset .expiredate input[type="text"] {
  width: 50%;
}

.tinymce h2, .modal h2 {
  margin: 0 0 15px 0;
}

.tinymce label, .tab-pane label, .tinymce select {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

.modal .tab-set {
  margin-bottom: 0;
}

.tinymce table table, .tinymce td input[type="button"] {
  margin-bottom: 0;
}

/*end TT tinymce dialogs*/
/* post overrides */
@media (max-width: 768px) {
  .m-comment-media {
    display: none;
  }
}
.m-comment {
  border-bottom: 1px solid #e3dede;
  padding-bottom: 25px;
}
.m-comment + .m-comment {
  margin-top: 25px;
}
.m-comment:last-child {
  border: 0;
}

.delete-post {
  width: 800px;
  margin: 20px auto;
}
.delete-post .uiselect {
  width: 200px;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}
.tooltipster-default .tooltipster-content {
  /*font-family: Arial, sans-serif;*/
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* Use this next selector to style things like font-size and line-height: */
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
  max-width: 450px;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*
----------------------------
Actions
----------------------------
*/
.custombox-open {
  overflow: hidden;
}
.custombox-open body {
  overflow: hidden;
}

.custombox-perspective {
  perspective: 600px;
  height: 100%;
}
.custombox-perspective body {
  perspective: 600px;
  height: 100%;
}

.custombox-overlay-open {
  visibility: visible;
  opacity: 1;
}

/*
----------------------------
Defaults
----------------------------
*/
.custombox-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  transition-delay: 0s;
}

.custombox-overlay-default {
  transition-timing-function: linear;
  transition-property: opacity;
  opacity: 0;
}

.custombox-modal-wrapper {
  bottom: 0;
  left: 0;
  outline: 0 none;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
}

.custombox-modal-container {
  margin: 0 auto;
  position: relative;
}

.custombox-modal img {
  max-width: 100%;
  height: auto;
}

/*
----------------------------
Overlay: Letmein
----------------------------
*/
.custombox-overlay-letmein {
  transition-property: all;
  transition-timing-function: ease;
  visibility: hidden;
}

.custombox-overlay-open.custombox-overlay-letmein {
  transform: rotateX(-2deg);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  visibility: visible;
  opacity: 1;
}

/*
----------------------------
Overlay: Slide together
----------------------------
*/
.custombox-overlay-slidetogether {
  transform: translateY(-100%);
  transition-property: transform ease-in-out;
}

.custombox-overlay-open.custombox-overlay-slidetogether {
  transform: translateY(0);
  transition-property: transform ease-in-out;
}

/*
----------------------------
Overlay: Corner
----------------------------
*/
.custombox-overlay-corner {
  transform: translateY(150px) translateX(150px);
  transition-property: opacity, transform, visibility;
}

.custombox-overlay-open.custombox-overlay-corner {
  transform: translateY(0);
  transition-property: opacity, transform;
}

/*
----------------------------
Overlay: Scale
----------------------------
*/
.custombox-overlay-scale {
  transform: scale(0.9);
  transition-property: transform;
}

.custombox-overlay-open.custombox-overlay-scale {
  transform: scale(1);
  transition-property: transform;
}

/*
----------------------------
Overlay: Door
----------------------------
*/
.custombox-overlay-door {
  visibility: hidden;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  transition-property: width ease-in-out;
}

.custombox-overlay-open.custombox-overlay-door {
  visibility: visible;
  width: 100%;
  transition-property: width ease-in-out;
}

/*
----------------------------
Overlay: Push
----------------------------
*/
.custombox-container-push {
  overflow-x: hidden;
  transition-property: transform;
}

.custombox-container-open.custombox-container-push {
  transform: translateX(100%);
}

.custombox-overlay-push {
  backface-visibility: hidden;
  transform: translateX(-100%);
  transition-property: transform ease-in-out;
}

.custombox-overlay-open.custombox-overlay-push {
  transform: translateX(0);
  transition-property: transform ease-in-out;
}

/*
----------------------------
Overlay: Content Scale
----------------------------
*/
.custombox-open-contentscale body {
  background-color: #DDD;
}

.custombox-container-contentscale {
  transition: transform 0.5s;
  overflow: hidden;
  height: 100%;
}

.custombox-container-open.custombox-container-contentscale {
  transform: scale(0.8);
}

.custombox-overlay-contentscale {
  transform: translateY(100%);
  transition-property: transform ease-in-out;
}

.custombox-overlay-open.custombox-overlay-contentscale {
  transform: translateY(0);
  transition-property: transform ease-in-out;
}

/*
----------------------------
Overlay: Makeway
----------------------------
*/
.custombox-container-open.custombox-container-makeway {
  height: 100%;
  overflow: hidden;
}

.custombox-overlay-open.custombox-overlay-makeway {
  transition-property: all;
  transform-style: preserve-3d;
  transform-origin: 0 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

.custombox-container-open.custombox-container-makeway {
  transform-style: preserve-3d;
  transform-origin: 0 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateZ(-200px);
  }
}

/*
----------------------------
Overlay: Slip
----------------------------
*/
.custombox-overlay-open.custombox-overlay-slip {
  transition-property: all;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in-out;
}

.custombox-container-open.custombox-container-slip {
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in-out;
}

@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}

/*
----------------------------
Modal: Fadein
----------------------------
*/
.custombox-modal-fadein {
  transform: scale(0.7);
  transition-property: all;
  opacity: 0;
  visibility: hidden;
}

.custombox-modal-open .custombox-modal-fadein {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/*
----------------------------
Modal: Slide
----------------------------
*/
.custombox-modal-container-slide > div, .custombox-modal-container-slidetogether > div {
  opacity: 0;
  float: left;
}

.custombox-modal-open > .custombox-modal-container-slide > div, .custombox-modal-open > .custombox-modal-container-slidetogether > div {
  opacity: 1;
}

/*
----------------------------
Modal: Slide from top
----------------------------
*/
.custombox-modal-slide-top {
  transform: translateY(-300%);
}

.custombox-modal-open .custombox-modal-slide-top {
  transform: translateY(0);
}

/*
----------------------------
Modal: Slide from left
----------------------------
*/
.custombox-modal-slide-left {
  transform: translateX(-300%);
}

.custombox-modal-open .custombox-modal-slide-left {
  transform: translateX(0);
}

/*
----------------------------
Modal: Slide from right
----------------------------
*/
.custombox-modal-slide-right {
  transform: translateX(300%);
}

.custombox-modal-open .custombox-modal-slide-right {
  transform: translateX(0);
}

/*
----------------------------
Modal: Slide from bottom
----------------------------
*/
.custombox-modal-slide-bottom {
  transform: translateY(300%);
}

.custombox-modal-open .custombox-modal-slide-bottom {
  transform: translateY(0);
}

/*
----------------------------
Modal: Newspaper
----------------------------
*/
.custombox-modal-newspaper {
  transform: scale(0) rotate(720deg);
  opacity: 0;
  transition-property: all;
  position: absolute;
}

.custombox-overlay-newspaper {
  transition-property: all;
}

.custombox-modal-open .custombox-modal-newspaper {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/*
----------------------------
Modal: Fall
----------------------------
*/
.custombox-modal-container-fall {
  perspective: 1300px;
}

.custombox-modal-fall {
  transform-style: preserve-3d;
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.custombox-modal-open .custombox-modal-fall {
  transition-timing-function: ease-in;
  transition-property: all;
  transform: translateZ(0) rotateX(0deg);
  opacity: 1;
}

/*
----------------------------
Modal: Sideball
----------------------------
*/
.custombox-modal-container-sidefall {
  perspective: 1300px;
}

.custombox-modal-wrapper-sidefall {
  overflow-x: hidden;
}

.custombox-modal-sidefall {
  transform-style: preserve-3d;
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

.custombox-modal-open .custombox-modal-sidefall {
  transition-timing-function: ease-in;
  transition-property: all;
  transform: translate(0) translateZ(0) rotate(0deg);
  opacity: 1;
}

/*
----------------------------
Modal: Blur
----------------------------
*/
.custombox-open-blur .custombox-container-blur {
  filter: blur(3px);
}

@media all and (-ms-high-contrast: none) {
  .custombox-open-blur .custombox-container-blur {
    text-shadow: 0 0 8px #000;
    color: rgba(255, 255, 255, 0);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    zoom: 1;
  }
}
.custombox-modal-blur {
  transform: translateY(-5%);
  opacity: 0;
  position: absolute;
}

.custombox-overlay-blur, .custombox-modal-container-blur {
  transition-property: all;
}

.custombox-modal-open .custombox-modal-blur {
  transform: translateY(0);
  opacity: 1;
}

/*
----------------------------
Modal: 3D Flip generic
----------------------------
*/
.custombox-modal-container-flip {
  perspective: 1300px;
}

/*
----------------------------
Modal: 3D Flip horizontal
----------------------------
*/
.custombox-modal-flip-horizontal {
  position: absolute;
  transform-style: preserve-3d;
  transform: rotateY(-70deg);
  transition-property: all;
  opacity: 0;
}

.custombox-modal-open .custombox-modal-flip-horizontal {
  transform: rotateY(0deg);
  opacity: 1;
}

/*
----------------------------
Modal: 3D Flip vertical
----------------------------
*/
.custombox-modal-flip-vertical {
  position: absolute;
  transform-style: preserve-3d;
  transform: rotateX(-70deg);
  transition-property: all;
  opacity: 0;
}

.custombox-modal-open .custombox-modal-flip-vertical {
  transform: rotateX(0deg);
  opacity: 1;
}

/*
----------------------------
Modal: 3D Sign
----------------------------
*/
.custombox-modal-container-sign {
  perspective: 1300px;
}

.custombox-modal-sign {
  transform-style: preserve-3d;
  transform: rotateX(-60deg);
  transform-origin: 50% 0;
  opacity: 0;
  transition-property: all;
}

.custombox-modal-open .custombox-modal-sign {
  transform: rotateX(0deg);
  opacity: 1;
}

/*
----------------------------
Modal: Superscaled
----------------------------
*/
.custombox-modal-superscaled {
  transform: scale(2);
  opacity: 0;
  transition-property: all;
  position: absolute;
}

.custombox-modal-open .custombox-modal-superscaled {
  transform: scale(1);
  opacity: 1;
}

/*
----------------------------
Modal: 3D Slit
----------------------------
*/
.custombox-modal-container-slit {
  perspective: 1300px;
}

.custombox-modal-slit {
  transform-style: preserve-3d;
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.custombox-modal-open .custombox-modal-slit {
  animation: slit .7s forwards ease-out;
}

@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

/*
----------------------------
Modal: 3D Rotate generic
----------------------------
*/
.custombox-modal-container-rotate {
  perspective: 1300px;
}

/*
----------------------------
Modal: 3D Rotate from bottom
----------------------------
*/
.custombox-modal-rotate-bottom {
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
  position: absolute;
}

.custombox-modal-open .custombox-modal-rotate-bottom {
  transform: translateY(0) rotateX(0deg);
  opacity: 1;
}

/*
----------------------------
Modal: 3D Rotate from left
----------------------------
*/
.custombox-modal-rotate-left {
  transform-style: preserve-3d;
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition-property: all;
  position: absolute;
}

.custombox-modal-open .custombox-modal-rotate-left {
  transform: translateZ(0) translateX(0) rotateY(0deg);
  opacity: 1;
}

/*
----------------------------
Modal: Letmein
----------------------------
*/
.custombox-modal-container-letmein {
  transition-property: transform;
  transform: rotateX(-2deg);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  opacity: 1;
}

.custombox-modal-letmein {
  opacity: 0;
  transform: translateY(300%);
  float: left;
}

.custombox-modal-open .custombox-modal-letmein {
  transform: translateY(0);
  opacity: 1;
  transition-property: all;
}

/*
----------------------------
Modal: Makeway
----------------------------
*/
.custombox-modal-makeway {
  transform: translateX(200%);
  opacity: 0;
  float: left;
}

.custombox-modal-open .custombox-modal-makeway {
  transform: translateX(0);
  opacity: 1;
}

.custombox-modal-wrapper-makeway {
  overflow: hidden;
}

/*
----------------------------
Modal: Slip
----------------------------
*/
.custombox-modal-slip {
  transform: translateY(-350%);
}

.custombox-modal-open .custombox-modal-slip {
  transform: translateY(0);
  transition-property: all;
}

/*
----------------------------
Modal: Corner
----------------------------
*/
.custombox-modal-corner {
  opacity: 0;
  transform: translateY(150px) translateX(150px);
  transition-property: opacity, transform, visibility;
}

.custombox-modal-open .custombox-modal-corner {
  transform: translateY(0);
  opacity: 1;
  transition-property: opacity, transform;
}

/*
----------------------------
Modal: Slide together
----------------------------
*/
.custombox-modal-slidetogether {
  transform: translateY(-600%);
}

.custombox-modal-open .custombox-modal-slidetogether {
  transform: translateY(0);
}

/*
----------------------------
Modal: Scale
----------------------------
*/
.custombox-modal-scale {
  transform: scale(0.9);
  transition: transform;
  opacity: 0;
}

.custombox-modal-open .custombox-modal-scale {
  transform: scale(1);
  transition: transform;
  opacity: 1;
}

/*
----------------------------
Modal: Door
----------------------------
*/
.custombox-modal-door {
  visibility: hidden;
  opacity: 0;
}

.custombox-modal-open .custombox-modal-door {
  opacity: 1;
  visibility: visible;
}

/*
----------------------------
Modal: Push
----------------------------
*/
.custombox-modal-push {
  transform: translateX(-300%);
}

.custombox-modal-open .custombox-modal-push {
  transform: translateX(0);
}

/*
----------------------------
Modal: Content Scale
----------------------------
*/
.custombox-modal-contentscale {
  transform: translateY(600%);
  transition-property: transform ease-in-out;
  position: absolute;
}

.custombox-modal-open .custombox-modal-contentscale {
  transform: translateY(0);
}

.sp_only, .nav_sp, .sp_nav_header {
  display: none;
}

.nav-item-jp .active + .sub-menu {
  left: 0;
  height: inherit;
  opacity: 1;
  z-index: 9999;
  overflow: hidden;
  max-height: 2200px;
}

.hero-message .btn-tertiary {
  padding: 1em 5em;
  max-width: 90%;
}

.m-content-widget.news .titleist-container {
  width: 1200px;
  max-width: 1200px;
}
.m-content-widget.news .col-last {
  text-align: right;
}
.m-content-widget.news .icon_fb {
  text-align: left;
}
.m-content-widget.news .icon_fb a {
  margin-left: 21px;
  background: #4267b2;
}
.m-content-widget.news .icon_fb a:hover {
  background: #254a94;
}

@media screen and (max-width: 1200px) {
  .m-content-widget.news .icon_fb a {
    margin-left: 0;
  }
}

.fb_iframe_widget span {
  max-width: 100%;
}

.footer-content .copyright {
  display: block;
}

.menu-social li {
  vertical-align: middle;
}

.join_tt {
  height: 865px;
  background: black url(/images/renew/bg_join_tt.jpg) no-repeat center top;
}
.join_tt h1 {
  margin-bottom: 80px;
}
.join_tt h1 img {
  vertical-align: bottom;
}
.join_tt p {
  max-width: inherit;
  margin-bottom: 60px;
}
.join_tt .titleist-btn,
.join_tt .btn-tertiary {
  width: 272px;
  max-width: 90%;
}

@media screen and (max-width: 1200px) {
  .m-content-widget.news .titleist-container {
    width: 100%;
  }
}
@media screen and (max-width: 786px) {
  .m-content-widget.news .col-last {
    text-align: left;
  }
}
@media screen and (max-width: 786px) {
  .pc_only,
  .nav-util-item span.pc_only {
    display: none;
  }

  .titleist-banner .titleist-logo {
    float: none;
    /*margin-left: calc(50% - 135px) !important;*/
    width: 90%!important;
    white-space: nowrap;
    overflow: hidden;
  }
  .titleist-banner .titleist-logo a {
    margin: 0 auto;
    padding-left: 5%;
  }

  .nav-is-open-jp .modal-overlay {
    background: #000;
    z-index: 100;
  }
  .nav-is-open-jp nav {
    position: absolute;
    width: 100%;
    background: #000;
    z-index: 1000;
    top: 0;
    height: 100%;
  }
  .nav-is-open-jp .sp_nav_header {
    display: block;
  }
  .nav-is-open-jp .sp_nav_header .close {
    position: absolute;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }
  .nav-is-open-jp .sp_nav_header .logo_white {
    padding: 15px 0;
    text-align: center;
  }

  .nav_sp {
    position: absolute;
    display: inline-block;
    height: 44px;
    width: 54px;
    padding: 10px 0px 0px 5px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  }
  .nav_sp span {
    display: inline-block;
    position: relative;
    margin: 0 10px 3px 0;
    padding: 0;
    background: #8b8b8b;
    width: 22px;
    height: 2px;
  }
  .nav_sp span:before, .nav_sp span:after {
    width: 22px;
    height: 2px;
  }
  .nav_sp span:before, .nav_sp span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #8b8b8b;
  }
  .nav_sp span:before {
    margin-top: -6px;
  }
  .nav_sp span:after {
    margin-top: 4px;
  }

  .nav-list {
    position: relative;
    display: none;
    overflow-y: auto;
    height: 100%;
    height: calc(100% - 71px);
  }

  .nav-item-jp, .link-nav-item-jp {
    display: block;
  }
  .nav-item-jp .active, .link-nav-item-jp .active {
    color: #000;
    background: #fff;
  }
  .nav-item-jp .active:after, .link-nav-item-jp .active:after {
    content: "-";
  }

  .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
  }
  .sub-menu .nav-header {
    padding: 20px 10%;
    text-align: center;
    background: #fff;
    color: #000;
  }
  .sub-menu .nav-heading {
    display: none;
  }
  .sub-menu .btn-tertiary.outline.invert, .sub-menu .inputfile + label.outline.invert {
    width: 100%;
    color: #000;
    border-color: #000;
  }
  .sub-menu .btn-tertiary.outline.invert:hover, .sub-menu .inputfile + label.outline.invert:hover {
    color: #000;
    border-color: #000;
  }

  .sub-menu.menu-tour .nav-header .btn-tertiary {
  margin:5px 0 0;
  }
  .sub-menu.menu-tour .nav-header .titleist-container {
    display:-webkit-box;
    display: -webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
  .sub-menu.menu-tour .nav-header .titleist-container a:nth-child( 2 ) {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    order:3;
}
  .sub-menu.menu-tour .nav-header .titleist-container a:nth-child( 3 ) {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
}
  .sub-menu.menu-tour .nav-header .titleist-container a:nth-child( 4 ) {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
}
  .sub-menu.menu-tour .nav-section .nav-section-list .top-players ul {
    width:48%;
    display:inline-block;
  }
  .sub-menu.menu-tour .nav-section .nav-section-list .top-players .list-col-2 {
    width:100%;
    display:block;
  }


  .nav-item-jp > a:hover, .nav-item-jp > a:focus, .link-nav-item-jp > a:hover, .link-nav-item-jp > a:focus {
    background: #fff;
  }

  .nav-item-jp > a, .link-nav-item-jp > a {
    margin: 0;
    font-size: 18px;
    color: #fff;
    padding-right: 10%;
    padding-left: 10%;
  }
  .nav-item-jp > a:hover, .link-nav-item-jp > a:hover {
    color: #000;
  }

  .nav-item-jp > a:after {
    content: "+";
    position: absolute;
    right: 10%;
    font-size: 24px;
  }

  .nav-section {
    margin: 0 10%;
  }

  .nav-section-list > li {
    padding: 25px 0;
  }
  .nav-section-list > li + li {
    border: none;
  }

  .menu-shop form {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}


@media screen and (max-width: 550px) {
  .more_featured p br, .m-content-widget.news p br {
    display: none;
  }
}
#nav-util {
  width: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* History */

#history .m-callout-enlarged-content p {
    margin: 0 auto;
    max-width: 700px;
}

#history .hero-title {
    font-size: 42px;
    font-size: 2.625rem;
}

#history .m-section,
#history .m-callout-quaternary,
#history .m-content-widget,
#history .m-section-tertiary,
#history footer {
	z-index: 10;
	position: relative;
	background: #fff;
}
#history .m-callout-quaternary {
	background: #f6f6f6;
}
#history .m-section-header h1 p {
    font-size: 22px;
    font-size: 1.375rem;
}
.f-go {
   font-family: "Gotham SSm A", "Gotham SSm B", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, sans-serif;
   /*line-height:1.5;*/
}

body .f_min,
.nav-heading,
.m-ball-count-heading,
.m-section-header h1,
.hero-title,
.m-category-listing-header h2,
.m-callout-enlarged-content p {
   font-family: "Gotham SSm A", "Gotham SSm B", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, sans-serif;
}
.nav-heading {
  font-size: 19px;
  font-size: 1.1875rem;
  text-transform: uppercase;
}
.m-section h1,
.m-section-header h1,
.m-ball-count-heading,
.m-category-listing-header h2,
.m-section-master-header.is-narrow h1,
.m-content-widget.is-narrow h1 {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
}
.m-callout-enlarged-content p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
}
.section-label-gray {
  font-weight: normal;
}
.join_tt h1 {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 800;
}

/*===============================================
スマートフォン用
===============================================*/
@media screen and (max-width:640px){
.join_tt h1 {
    text-align:left;
    font-size: 6.5vw;
    white-space: nowrap;
}
.join_tt h1 img {
  width: 11vw;
  height: auto;
}
    .join_tt p {
    text-align:left;
}
    .fb-page {
    margin:0px 10px;
}
}

/*USオープンTOPタイトル変更用*/
.hero-title, .hero-message, .hero-lead-bar {
/*  max-width: 650px;*/
}
.hero-title {
    font-size: 38px;
    font-size: 2.375rem;
}

@media screen and (max-width:640px){
.hero-title {
     font-size: 34px;
    font-size: 2.125rem;
}
}
/* TOP NEWS 背景白用*/
.m-section-inner-wt {
  background: #ffffff;
  color: #000;
  overflow: hidden;
}
.section-label-gray {
  color: #000;
  /*font-weight: bold;*/
}
.m-section-tertiary h1 > a:not(.titleist-btn):not(.btn-secondary):not(.btn-tertiary) {
    color: #000;
    border: 0;
}

#history .m-section-tertiary h1 > a:not(.titleist-btn):not(.btn-secondary):not(.btn-tertiary) {
    color: #fff;
    border: 0;
}

.m-section-content.is-attention {
  padding: 30px 15px;
}
.m-section-content.is-attention h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, sans-serif;
/*font-family: "Chronicle Display A", "Chronicle Display B","Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;*/
/*  font-size: 36px;
  font-size: 2.25rem;*/
}

.bg-black {
    background-color: #020202;
    color: #fff;
}



.tt-body .comment-details .comment-bubble {
  background: transparent url(../images/team_titleist/blog/bubble-comment-count.jpg) no-repeat 0 0;
  color: #fff;
  float: left;
  font-weight: bold;
  height: 21px;
  line-height: 16px;
  margin: 0 5px 0 0;
  text-align: center;
  width: 24px;
}
.tt-body .comment-details .comment-bubble a {
  color: #fff;
}
.tt-body .comment-details span,
.tt-body .comment-details a {
  color: #990000;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
.tt-body .comment-details a.add,
.tt-body .comment-details a.add:link,
.tt-body .comment-details a.add:visited,
.tt-body .comment-details a.add:hover,
.tt-body .comment-details a.add:active {
  color: #990000;
  float: right;
  text-decoration: none;
}


.tt-body a.read-moreblog {
  display: block;
  width: 85px;
  height: 26px;
  background: url(../images/team_titleist/blog/btn_detail.jpg) no-repeat;
  color: #990000;
  float:left;
  font-weight: bold;
  margin: 0 7px 0 0;
  border: none;
}
.tt-body a.read-moreblog:hover{
  background-position: left bottom;
  }
.tt-body a.read-moreblog span{
  display: none;
  }

.tt-body .share{
  margin: 20px 0 60px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  zoom: 1;
  }
.tt-body .share span{
  display: inline-block;
  float: left;
  padding: 11px;
  margin-right: 10px;
  background: #e0e0e0;
  font-size: 12px;
  color: #777;
  }
.tt-body .share div{
  float: left;
  margin-top: 8px;
  }

.tt-body .pagination{
  margin-left: 60px;
  font-size: 12px;
  text-align: center;
  }
.tt-body .pagination a{
  display: inline-block;
  padding: 5px 8px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  color: #999;
  vertical-align: middle;
  }
.tt-body .pagination a:hover{
  background: #900;
  border: 1px solid #600;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }
.tt-body .pagination a.active{
  background: #900;
  border: 1px solid #600;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }



@media screen and (min-width: 800px) {
  .mid-mt-30 {
    margin-top: 30px;
  }

  .mid-mt-45 {
    margin-top: 45px;
  }

  .mid-text-center {
    text-align: center;
  }
}

.footer-content {
  *zoom: 1;
  clear: both;
  background: #e8e8e8;
  padding: 15px; }
  .footer-content:before, .footer-content:after {
    content: " ";
    display: table; }
  .footer-content:after {
    clear: both; }
  @media screen and (min-width: 800px) {
    .footer-content {
      padding: 30px 15px; } }
  .footer-content input[type="text"] {
    display: block; }
  .footer-content ul, .footer-content ol, .footer-content p {
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 800px) {
      .footer-content ul, .footer-content ol, .footer-content p {
        font-size: 12px;
        font-size: 0.75rem; } }
  .footer-content h2 {
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 800px) {
      .footer-content h2 {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 1em; } }
  .footer-content ul, .footer-content ol {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2em;
    line-height: 1.4; }
    .footer-content ul > li, .footer-content ol > li {
      margin: 0 0 1em;
      padding: 0 10px 0 0; }
  .footer-content h2, .footer-content ul, .footer-content p {
    padding: 0 10px; }
    @media screen and (min-width: 1010px) {
      .footer-content h2, .footer-content ul, .footer-content p {
        padding: 0; } }
  .footer-content .list-inline {
    margin-bottom: 0; }
    .footer-content .list-inline > li {
      display: list-item; }
    @media screen and (min-width: 800px) {
      .footer-content .list-inline > li {
        display: inline-block; } }



@media screen and (min-width: 660px) {
  .titleist-banner .titleist-logo {
    float: none;
  }
  .titleist-nav {
    margin-top: 37px;
  }
}



#NewsArea table,
.comment_area table {
	min-width: inherit;
	max-width: 100%;
}
#NewsArea.clearfix:after {
  display: inline-block;
}
#NewsArea .m-video,
#NewsArea .movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
#NewsArea .m-video div, #NewsArea .m-video embed, #NewsArea .m-video object, #NewsArea .m-video iframe, #NewsArea .m-video .embed-video,
#NewsArea .movie div, #NewsArea .movie embed, #NewsArea .movie object, #NewsArea .movie iframe, #NewsArea .movie .embed-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#NewsArea .show_more {
  margin: 10px 0 10px 40px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  padding: 12px 20px;
  border-radius: 2px;
}
#NewsArea .show_more:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 786px) {
  #NewsArea .movie iframe {
    width: 100%;
  }

.m-ambassador-container .m-ambassador-text {
    font-size: 8px;
    font-size: 0.5rem;
    background: rgba(0, 0, 0, 0.8);
    bottom: 4px;
    color: #fff;
    font-weight: 700;
    left: 0;
    line-height: 1.8;
    margin: 0;
    padding: 3px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    white-space: nowrap;
}

.m-ambassador-container {
    display: block;
    overflow: hidden;
    position: relative;
    }
}



#main-content .season p.on {
    background: #af2c3a;
    color: #fff;
}

#main-content .season {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    font-size: 12px;
    line-height: 16px;
    color: #af2c3a;
    border: 1px solid #af2c3a;
}

.imgtext {

        width:		100%;
	font-size:	150%;
	text-align:	center;
	bottom:		4px;
	margin:		0;
	padding:	0;
	color:		#fff;
	background:	rgba(0,0,0,0.4); /* 帯の透明度 */
	position:	absolute; /* 絶対位置指定 */
}



@media screen and (min-width: 660px) {
  .titleist-banner .titleist-logo {
    float: none;
  }
  .titleist-nav {
    margin-top: 37px;
  }
}


.sp_block {
  display: block;
}
@media screen and (min-width: 940px) {
  .sp_block {
    display: none;
  }
}


/* 2018/4追加 WORLDWIDE WINNERS 総合契約表示追加 */
.m-ambassador-container {
  display: block;
  overflow: hidden;
  position: relative;
}
.m-ambassador-container .m-ambassador-text {
  position: absolute;
  bottom: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  background: #000000;
  line-height: 23px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}



/* ナビ：アパレル調整 */
.sub-menu.menu-apparel .nav-section-list > li.stylefinder .sub a {
  padding: 10px 0 0 0;
  font-size: 12px;
  line-height: 1.5;
}
.sub-menu.menu-apparel .nav-section-list > li.stylefinder .sub a br {
  display: none;
}
@media screen and (min-width: 800px) {
  .sub-menu.menu-apparel .nav-section-list > li {
    width: 24%;
  }
  .sub-menu.menu-apparel .nav-section-list > li.stylefinder,
  .sub-menu.menu-apparel .nav-section-list > li.about {
    width: 21%;
    border: none;
  }
  .sub-menu.menu-apparel .nav-section-list > li.stylefinder .sub a {
    height: auto;
    padding: 5px 0 0 0;
  }
.sub-menu.menu-apparel .nav-section-list > li.stylefinder .sub a br {
  display: block;
}
  .sub-menu.menu-apparel .nav-section-list > li > .sub {
    line-height: 1.5;
  }
}




/***********************************************
 *
 * 2018.11.1 EC公開に合わせたグローバルナビ更新 ここから
 *
 ***********************************************/

/* 初期表示状態の調整 */
@media (min-width: 660px) {
  .titleist-banner .titleist-logo {
    padding-right: 0;
  }
}
@media (min-width: 660px) and (max-width: 787px) {
  .titleist-nav {
    margin-top: 0;
  }
  .titleist-banner {
    padding: 0;
  }
}
@media (min-width: 787px) and (max-width: 840px) {
  .nav-item-jp > a, .link-nav-item-jp > a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 11px;
  }
}
@media (min-width: 841px) and (max-width: 940px) {
  .nav-item-jp > a, .link-nav-item-jp > a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 941px) {
  .nav-item-jp > a, .link-nav-item-jp > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 659px) {
  .sub-menu .nav-section-list > li {
    width: 100%;
  }
  .nav-item-featured {
    width: 90%;
    max-width: 100%;
  }
}

/* 最上部黒帯部分 */
.titleist-utility-nav .nav-util {
  float: none;
}
@media (min-width: 787px) {
  .titleist-utility-nav {
    background: #000;
    border-bottom: 2px solid #e31837;
  }
  .titleist-utility-nav .titleist-container {
    text-align: right;
  }
  .titleist-utility-nav .nav-util {
    top: 0;
  }
  .titleist-utility-nav .nav-util a {
    display: block;
    margin: 8px 0;
    padding: 0 12px 0 10px;
    color: #fff;
    border-right: 1px solid #ccc;
  }
  .titleist-utility-nav .nav-util a:hover {
    opacity: 0.8;
  }
  .titleist-utility-nav .nav-util-list li:last-child a {
    display: inline;
    border: none;
  }
  .titleist-icon.icon-cart {
    display: inline-block;
    content: "";
    width: 17px;
    height: 15px;
    background: url(/images/renew/nav/icon-cart-light.png) no-repeat;
  }
}
@media (max-width: 786px) {
  .titleist-utility-nav {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
  }
  .nav-util {
    display: block;
    top: 0;
    padding-right: 0;
  }
  .nav-util-list li:not(#mini-cart) {
    display: none;
  }
  .nav-util-list li#mini-cart {
    display: block;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    padding: 0;
  }
  .mini-cart-total {
    width: 100vw;
    text-align: right;
  }
  .mini-cart-link {
    display: inline-block;
    height: 34px;
    width: 42px;
    padding: 10px 5px 0 5px;
    border: none;
    text-align: center;
  }
  .titleist-icon.icon-cart {
    display: inline-block;
    content: "";
    width: 17px;
    height: 15px;
    background: url(/images/renew/nav/icon-cart.png) no-repeat;
  }
  .subnav-wrap8-2 > .featured {
    display: none;
  }
/*  .subnav-wrap8-2 > .featured {
    margin: 0 10%;
  }
  .subnav-wrap8-2 > .featured > ul {
    padding: 0;
  }
  .nav-item-featured {
    padding-bottom: 30px;
  }
  .nav-item-featured img {
    display: block;
  }*/
}


/* メガメニュー内 */
.titleist-nav .subnav-wrap8-2 > .featured li {
  list-style: none;
}
.titleist-nav .featured img {
  max-width: 100%;
}
.titleist-nav .is-lowercase {
  text-transform: none;
  letter-spacing: normal;
}
.titleist-nav #search-players {
  font-size: 16px;
  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;
}
.titleist-nav #search-players + button {
  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;
}
.titleist-nav #search-players + button:hover {
    outline: none;
    text-decoration: none !important;
    background: #b5132c;
}
@media (max-width: 786px) {
  .nav-list .sp_only {
    display: block;
  }
  .nav-list .experience::before {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 100vw;
    margin-left: -10%;
    margin-top: -26px;
    background: #ccc;
  }
  .sub-menu.menu-apparel .nav-section-list {
    line-height: 1.5;
  }
}
@media (min-width: 787px) {
  .subnav-wrap8-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .titleist-nav .subnav-wrap8-2 > .nav-section {
    width: 78%;
    box-sizing: border-box;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .titleist-nav .subnav-wrap8-2 > .featured {
    width: 22%;
    box-sizing: border-box;
    padding: 30px 20px 0;
  }
  .titleist-nav .subnav-wrap8-2 > .featured img {
    display: block;
    height: auto;
  }
  .nav-item-featured span {
    font-size: 12px;
  }

  .titleist-nav .subnav-wrap8-2 .list-col-3 {
    width: 32%;
    box-sizing: border-box;
  }
  .titleist-nav .subnav-wrap8-2 .nav-section-list > li {
    width: 100%;
  }
  .titleist-nav .subnav-wrap8-2 .nav-section-list > li:nth-child(n + 2) {
    border-top: 1px solid #e3dede;
  }

  .nav-section .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .sub-menu .subnav-wrap8-2 .nav-section .flex2 > li {
    width: 48%;
    margin-right: 0;
  }
  .sub-menu .subnav-wrap8-2 .nav-section .flex3 > li {
    width: 32%;
    margin-right: 0;
  }
  .sub-menu .featured > ul {
    padding: 0;
  }


  /* club */
  .sub-menu.menu-clubs .nav-section-list {
    border: none;
  }
  /* gear */
  .menu-gear .nav-section > .nav-section-list > li:nth-child(n + 2),
  .menu-apparel .nav-section > .nav-section-list > li:nth-child(n + 2) {
    border: none;
  }
  .menu-gear .nav-section > .nav-section-list > li:nth-child(n + 4),
  .menu-apparel .nav-section > .nav-section-list > li:nth-child(n + 4) {
    border-top: 1px solid #e3dede;
  }
  /* fitting */
  .menu-fitting .nav-section > .nav-section-list > li {
    border-right: 1px solid #e3dede;
  }
  .menu-fitting .nav-section > .nav-section-list > li:nth-child(2) {
    border-top: none;
  }
  /* tour */
  .sub-menu.menu-tour .nav-section > .nav-section-list > li {
    padding-right: 0;
  }
  .sub-menu.menu-tour .nav-section > .nav-section-list > li:first-child {
    border: none;
  }

  .sub-menu.menu-tour .nav-header .btn-tertiary {
  margin-left:5px;
  }
  .sub-menu.menu-tour .nav-section .nav-section-list .top-players {
    width:66%;
  }
  .sub-menu.menu-tour .nav-section .nav-section-list .top-players .nav-label {
    display:block;
  }
  .sub-menu.menu-tour .nav-section .nav-section-list .top-players ul {
    width:23%;
    /*display:inline-block;*/
  }
  .sub-menu.menu-tour .nav-section .nav-section-list .top-players ul:nth-child(4) {
    padding-top:0;
  }
  .sub-menu.menu-tour .nav-section .nav-section-list .top-players .list-col-2 {
    width:75%;
    float:left;
  }
  .sub-menu.menu-tour .nav-section .nav-section-list .nav-tours {
    width:33%;
  }

  /* team titleist */
  .menu-titleist .subnav-wrap8-2 .nav-section-list > li:first-child {
    border-left: none;
  }
  .menu-titleist .subnav-wrap8-2 .nav-section-list > li:nth-child(n + 2) {
    border-top: none;
  }
  /* all play */
  .menu-allplay .nav-section > .nav-section-list > li {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .menu-allplay .nav-section > .nav-section-list > li:nth-child(n + 2) {
    border-top: none;
  }
  .menu-allplay .nav-section > .nav-section-list > li:not(:first-child) {
    border-left: 1px solid #e3dede;
  }
}
@media (min-width: 787px) and (max-width: 940px) {
  .titleist-nav .subnav-wrap8-2 > .nav-section {
    width: 100%;
  }
  .titleist-nav .subnav-wrap8-2 > .featured {
    width: auto;
    margin: 0 10px;
  }
}

.footer-content .stores li {
  margin-bottom: 1em;
}
.footer-content .stores li.search {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #d6d6d6;
}

/***********************************************
 *
 * 2018.11.1 EC公開に合わせたグローバルナビ更新 ここまで
 *
 ***********************************************/



/* TOP ニュース用 */
.rss_feed_ttl {
  background: #f3f3f3;
  padding-bottom: 0;
}
.rss_feed_btn_area {
  background: #f3f3f3;
  padding: 20px 2em 40px;
}
.rss_feed_btn_area .hero-2018__cta {
  margin-bottom: 2em;
}
.rss_feed_btn_area .hero-2018__cta a {
  max-width: 100px;
  margin: auto;
}
.rss_feed_wrapper {
  margin: 0 20px 0 0;
  padding: 40px 0 20px;
}
@media (max-width: 1100px) {
  .rss_feed_wrapper .mid-w-50 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .rss_feed_wrapper {
    margin-left: 20px;
  }
  .rss_feed_wrapper .sm-w-100 {
    width: 100%;
  }
  .rss_feed_wrapper .gutter {
    margin-left: 0;
  }
  .rss_feed_btn_area {
    padding-top: 0;
  }
}
.rss_feed_wrapper .m-article {
  margin-bottom: 20px;
}
.rss_feed_wrapper .m-article-media {
  margin-bottom: 0;
}
.rss_feed_wrapper .m-article-media img {
  width: 100%;
  height: auto;
  max-height: inherit;
}
.rss_feed_wrapper .m-article-body {
  padding: 10px 12px;
  /*background: #f3f3f3;*/
  background: #fff;
}
.rss_feed_wrapper .m-article-byline {
  margin-bottom: 0.5em;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
.rss_feed_wrapper .m-article-byline .titleist-tag {
  margin-left: 0;
}
.rss_feed_wrapper .m-article-byline .titleist-tag img {
  vertical-align: middle;
}
.rss_feed_wrapper .m-article-heading {
  overflow: hidden;
  height: 1.7em;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
}
.rss_feed_wrapper .m-article-heading br {
  display: none;
}
.rss_feed_wrapper .titleist-tag {
  background: none;
}
.rss_feed_wrapper .titleist-tag:hover {
  background: none;
  opacity: 0.7;
}
.rss_feed_wrapper .m-article-body .titleist-tag {
  margin: 0 5px 0 0;
  padding: 0;
}
.rss_feed_wrapper .m-article-body .titleist-tag img {
  width: 30px;
  height: auto;
}