



@font-face {
    font-family: 'TeeFranklin';
    src: url('/fonts/suomi_-_teefranklin-thin-webfont.eot');
    src: url('/fonts/suomi_-_teefranklin-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/suomi_-_teefranklin-thin-webfont.woff2') format('woff2'),
         url('/fonts/suomi_-_teefranklin-thin-webfont.woff') format('woff'),
         url('/fonts/suomi_-_teefranklin-thin-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'TeeFranklin';
    src: url('/fonts/suomi_-_teefranklin-light-webfont.eot');
    src: url('/fonts/suomi_-_teefranklin-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/suomi_-_teefranklin-light-webfont.woff2') format('woff2'),
         url('/fonts/suomi_-_teefranklin-light-webfont.woff') format('woff'),
         url('/fonts/suomi_-_teefranklin-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeeFranklin';
    src: url('/fonts/suomi_-_teefranklin-medium-webfont.eot');
    src: url('/fonts/suomi_-_teefranklin-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/suomi_-_teefranklin-medium-webfont.woff2') format('woff2'),
         url('/fonts/suomi_-_teefranklin-medium-webfont.woff') format('woff'),
         url('/fonts/suomi_-_teefranklin-medium-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: 'TeeFranklin', Sans-Serif;
    font-weight: 200;
    color: #333;
    color: #886e49;
    font-size: 18px;
    line-height: 36px;
}

body.platform-win {
    font-weight: normal;
}

hr {
    border: 0;
    border-bottom: 1px solid #9b7f57;
    margin: 0 auto 15px;
    max-width: 90px;
    width: 100%;
}
a, a:visited {
    color: #886e49;
}
a:hover {
    color: #886e49;
}
a:hover {
    color: #886e49;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'TeeFranklin', sans-serif;
    font-weight: 200;
    color: #333;
    color: #886e49;
    letter-spacing: 1px;
    margin: 0 0 15px;
}
h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited {
    color: #333;
    text-decoration: none;
}
h1 {
    font-size: 79px;
    line-height: 89px;
    -webkit-font-smoothing: antialiased;
}
h2 {
    font-size: 48px;
    line-height: 58px;
    -webkit-font-smoothing: antialiased;
}
h3 {
    font-size: 40px;
    line-height: 50px;
}
h4 {
    font-size: 15px;
    margin: 0 0 10px;
}
h5 {
    font-size: 14px;
    margin: 0 0 6px;
}
h6 {
    font-size: 13px;
    margin: 0 0 6px;
}

img {
    max-width: 100%;
}

.pull_quote {
    font-size: 40px;
    line-height: 50px;
    border-left: 1px solid #886e49;
    padding: 0 0 0 30px;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
}

.small-heading {
    font-size: 32px;
}

body:not(.browser-js-enabled) * :focus,
body.tabbing-detected * :focus,
body.accessibility_outlines_enabled * :focus,
form input:focus {
    outline: auto;
    outline-style: solid; /*need to specify outline style to make it work for IE and edge*/
}
button {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  color: inherit;
  overflow: visible;
  text-transform: none;
  background-color: transparent;
  -webkit-appearance: button;
}
