
/* Normalise
-------------------------------------------------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.45em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal; 
  *margin-left: -7px; 
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; 
}

button,
input {
  line-height: normal;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; 
}

input[type="search"] {
  -webkit-appearance: textfield; 
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top; 
}

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

/* Base 
-------------------------------------------------------------------------------*/

body {
  font-size: 1em;
  line-height: 1.4;
}

a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* Helpers 
-------------------------------------------------------------------------------*/

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Grid
-------------------------------------------------------------------------------*/

.container { 
  position: relative; 
  width: 1062px; 
  margin: 0 auto; 
  padding: 0; 
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin: 0 15px;
}

.container .row {
}

.columns.border-bottom {
  padding-bottom: 29px;
  border-bottom: 1px solid #bb8e05;
  margin-bottom: 30px;
}

.columns.border-right {
  padding-right: 14px;
  border-right: 1px solid #BBB;
  margin-right: 0;
}

.container .one.column,
.container .one.columns { 
  width: 88px;  
}

.container .two.columns {
  width: 206px;
}

.container .three.columns {
  width: 324px;
}

.container .four.columns {
  width: 442px;
}

.container .five.columns {
  width: 560px;
}

.container .six.columns {
  width: 678px;
}

.container .seven.columns {
  width: 796px;
}

.container .eight.columns {
  width: 914px;
}

.container .nine.columns {
  width: 1032px;
}

/* Body
-------------------------------------------------------------------------------*/

body {
  font-size: 16px;
  line-height: 22px;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-weight: 200; 
  font-style: normal;
  background: #FFF;
  color: #666;
  position: relative;
}

h1, h2, h3 {
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 18px;
  color: #000;
  
}

h2 {
  color: #bb8e05;
  font-size: 16px;
  margin-bottom: 22px;
}

h3 {
  color: #000;
  font-size: 16px;
  margin-bottom: 22px;
}

a, a:active, a:hover {
  color: inherit;
  text-decoration: none;
  border: none;
  font-weight: inherit;
}

a, a:hover {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

a.active, a:hover {
  color: #000;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0 0 22px 0;
}

p a {
  color: #bb8e05;
}

p a.active, p a:hover, .content li a.active, .content li a:hover {
  color: #000;
}

/* Header
-------------------------------------------------------------------------------*/

header {
  padding: 44px 0 30px;
}

header img.logo {
  width: 400px;
  display: block;
  margin: 0 auto 44px;
}

header nav ul {
  width: 100%;
  border-top: 1px solid #bb8e05;
  border-bottom: 1px solid #bb8e05;
  padding: 15px 0 15px;
  text-align: center;
}

header ul li {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #000;
}

header nav ul li:after {
  content: "|";
  margin: 0 4px 0 8px;
}

header nav ul li:last-of-type:after {
  content: "";
}

header li a:hover, header li a:active, header li a.active {
  color: #bb8e05;
}

header ul.right {
  margin-top: 10px;
}

header ul.right li {
  text-align: right;
  display: block;
}

header nav.secondary ul {
  border-top: none;
}

header nav.secondary ul li {
  font-size: 14px;
  line-height: 20px;
}

/* Content
-------------------------------------------------------------------------------*/

.column img, .columns img {
  width: 100%;
  margin-bottom: 30px;
}

#home .content .column img, #home .content .columns img {
  margin-bottom: 0;
}

p {
  font-size: 16px;
  line-height: 22px;
}

.page p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.column p:last-of-type, .columns p:last-of-type {
  margin-bottom: 0;
}

p strong {
  font-weight: normal;
  color: #000;
}

p {
  word-wrap: break-word;
}

.content li {
  margin-left: 24px;
  list-style-type: disc;
}

.content li a {
  color: #bb8e05;
}


/* Footer
-------------------------------------------------------------------------------*/

footer {
  padding: 11px 0 44px;
  text-align: center;
}

/* Media Queries
-------------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px) and (max-width: 1100px) {

  .container { 
    width: 1008px; 
  }

  .container .one.column,
  .container .one.columns { 
    width: 82px;  
  }

  .container .two.columns {
    width: 194px;
  }

  .container .three.columns {
    width: 306px;
  }

  .container .four.columns {
    width: 418px;
  }

  .container .five.columns {
    width: 530px;
  }

  .container .six.columns {
    width: 642px;
  }

  .container .seven.columns {
    width: 754px;
  }

  .container .eight.columns {
    width: 866px;
  }

  .container .nine.columns {
    width: 978px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .container { 
    width: 765px; 
  }

  .container .column,
  .container .columns {
    margin: 0 10px;
  }

  .columns.border-bottom {
    padding-bottom: 19px;
    margin-bottom: 20px;
  }

  .container .one.column,
  .container .one.columns { 
    width: 65px;  
  }

  .container .two.columns {
    width: 150px;
  }

  .container .three.columns {
    width: 235px;
  }

  .container .four.columns {
    width: 320px;
  }

  .container .five.columns {
    width: 405px;
  }

  .container .six.columns {
    width: 490px;
  }

  .container .seven.columns {
    width: 575px;
  }

  .container .eight.columns {
    width: 660px;
  }

  .container .nine.columns {
    width: 745px;
  }
}

@media only screen and (max-width: 767px) {

  .container { 
    width: 310px; 
  }

  .container .column,
  .container .columns {
    margin: 0 0;
  }

  .columns.border-bottom {
    padding-bottom: 9px;
    margin-bottom: 10px;
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns {
    width: 100%;
  }

  header {
    padding: 0 0 10px
  }

  header img.logo {
    width: 100%;
    margin-bottom: 10px;
  }

  .column p:last-of-type, .columns p:last-of-type, .content ul {
    margin-bottom: 22px;
  }
}