@font-face {
  font-family: "BeausiteSlick-Regular-Web";
  src: url(../../fonts/BeausiteSlick-Regular-Web.eot);
  /* IE9 Compat Modes */
  src: url(../../fonts/BeausiteSlick-Regular-Web.woff) format("woff");
}
@font-face {
  font-family: "BeausiteSlick-Light";
  src: url(../../fonts/BeausiteSlick-Light-Web.eot);
  /* IE9 Compat Modes */
  src: url(../../fonts/BeausiteSlick-Light-Web.woff) format("woff");
}
/* line 22, ../scss/_site-settings.scss */
.Tisa {
  font-family: "BeausiteSlick-Regular-Web",serif;
}

/* line 23, ../scss/_site-settings.scss */
.TisaSans, h3, h4, h6, p.small {
  font-family: "BeausiteSlick-Regular-Web",sans-serif;
}

/* Body - fonts
----------------------------------------------- */
/* Global
----------------------------------------------- */
/* Font Specific Settings
----------------------------------------------- */
/* Form Settings 
----------------------------------------------- */
/* Tables
----------------------------------------------- */
/* Button settings
----------------------------------------------- */
/* Site colour variables
----------------------------------------------- */
    /* Settings for SassyGrids 
----------------------------------------------------------------------------------------------------*/
/* Import Mixins used by SassyGrids
----------------------------------------------------------- -----------------------------------------*/
/* Import Functions used by SassyGrids
----------------------------------------------------------- -----------------------------------------*/
/* Error Handling for SASS precomiler
----------------------------------------------------------- -----------------------------------------*/
/* line 4, ../scss/base.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 12, ../scss/base.scss */
html {
  min-width: 740px;
  height: 100%;
}

/* line 17, ../scss/base.scss */
body {
  direction: ltr;
  font-weight: 300;
  font-family: "BeausiteSlick-Light", serif;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  background: white;
  color: #323232;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  margin: 0;
}
@media only screen and (min-width: 601) and (max-width: 799) {
  /* line 17, ../scss/base.scss */
  body {
    font-size: 1em;
  }
}
/* line 8, ../shared/css3/_placeholder.scss */
body::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 0.88889em;
  font-weight: normal;
}
/* line 14, ../shared/css3/_placeholder.scss */
body:-moz-placeholder {
  color: #b2b2b2;
  font-size: 0.88889em;
  font-weight: normal;
}
/* line 19, ../shared/css3/_placeholder.scss */
body::-moz-placeholder {
  color: #b2b2b2;
  font-size: 0.88889em;
  font-weight: normal;
}
/* line 24, ../shared/css3/_placeholder.scss */
body:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 0.88889em;
  font-weight: normal;
}

/* line 40, ../scss/base.scss */
h1 {
  font-size: 24px;
}

/* line 41, ../scss/base.scss */
h2 {
  font-size: 18px;
}

/* line 42, ../scss/base.scss */
h3 {
  font-size: 18px;
}

/* line 43, ../scss/base.scss */
h4 {
  font-size: 18px;
}

/* line 44, ../scss/base.scss */
h5 {
  font-size: 14px;
}

/* line 45, ../scss/base.scss */
h6 {
  font-size: 14px;
}

/* line 48, ../scss/base.scss */
h1 {
  line-height: 30px;
}

/* line 49, ../scss/base.scss */
h2 {
  line-height: 24px;
}

/* line 50, ../scss/base.scss */
h3 {
  line-height: 24px;
}

/* line 51, ../scss/base.scss */
h4 {
  line-height: 24px;
}

/* line 52, ../scss/base.scss */
h5 {
  line-height: 20px;
}

/* line 53, ../scss/base.scss */
h6 {
  line-height: 20px;
}

/* line 56, ../scss/base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
  color: #323232;
}

/* line 64, ../scss/base.scss */
h1 {
  font-family: "BeausiteSlick-Regular-Web", serif;
}

/* line 68, ../scss/base.scss */
h2 {
  font-family: "BeausiteSlick-Regular-Web", serif;
}

/* line 72, ../scss/base.scss */
h3 {
  color: #183b5d;
  font-weight: bold;
}

/* line 82, ../scss/base.scss */
h5 {
  font-family: "BeausiteSlick-Regular-Web", serif;
}

/* line 86, ../scss/base.scss */
h6 {
  color: #183b5d;
  font-weight: bold;
}

/* line 92, ../scss/base.scss */
p {
  margin-bottom: 25px;
}
/* line 94, ../scss/base.scss */
p.small {
  font-size: 0.77778em;
}

/* ==========================================================================
   Links
   ========================================================================== */
/* line 104, ../scss/base.scss */
a,
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../scss/base.scss */
a {
  color: #323232;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
/* line 116, ../scss/base.scss */
a:hover {
  color: #b6660d;
}

/* ==========================================================================
   Horizontal Rules
   ========================================================================== */
/* line 125, ../scss/base.scss */
hr {
  background-color: transparent;
  border: solid #183b5d;
  border-width: 3px 0 0;
  clear: both;
  width: 100%;
  margin: 90px 0;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 142, ../scss/base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 160, ../scss/base.scss */
audio,
canvas,
video {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 171, ../scss/base.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 180, ../scss/base.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/* line 188, ../scss/base.scss */
ul, ol {
  margin: 0 0 25px 1.5em;
}

/* line 192, ../scss/base.scss */
ul {
  list-style: disc;
}

/* line 196, ../scss/base.scss */
ol {
  list-style: decimal;
}

/* line 200, ../scss/base.scss */
dl {
  margin-bottom: 25px;
}
/* line 202, ../scss/base.scss */
dl dt {
  font-weight: bold;
}
/* line 205, ../scss/base.scss */
dl dd {
  margin-left: 25px;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 218, ../scss/base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 226, ../scss/base.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 235, ../scss/base.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 243, ../scss/base.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 249, ../scss/base.scss */
i {
  font-style: italic;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 255, ../scss/base.scss */
small {
  font-size: 80%;
  color: #b2b2b2;
}

/* line 260, ../scss/base.scss */
em {
  font-style: italic;
}

/* line 264, ../scss/base.scss */
strong {
  font-weight: bold;
}

/* line 268, ../scss/base.scss */
code, pre {
  font-family: 'courier new', monospace;
}

/* line 272, ../scss/base.scss */
abbr {
  border-bottom: 1px dotted #b2b2b2;
}

/* line 276, ../scss/base.scss */
del {
  text-decoration: line-through;
}

/* line 280, ../scss/base.scss */
blockquote {
  quotes: none;
  color: #b2b2b2;
  font: italic 1.2em Georgia, serif;
  line-height: 21px;
  margin-bottom: 25px;
  padding: 0 0 0 2em;
  position: relative;
}
/* line 288, ../scss/base.scss */
blockquote:before {
  color: #f1f1f1;
  content: "\201C";
  display: block;
  font-size: 5em;
  position: absolute;
  top: 0.25em;
  right: auto;
  bottom: auto;
  left: -0.15em;
}
/* line 295, ../scss/base.scss */
blockquote cite {
  color: #8b8b8b;
  display: block;
  font-size: 0.85em;
}
/* line 299, ../scss/base.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 305, ../scss/base.scss */
figure {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
}
/* line 308, ../scss/base.scss */
figure img {
  display: block;
  width: 100%;
}
/* line 312, ../scss/base.scss */
figure figcaption {
  color: blue;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 321, ../scss/base.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 333, ../scss/base.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 343, ../scss/base.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 351, ../scss/base.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 359, ../scss/base.scss */
sup {
  top: -0.5em;
}

/* line 363, ../scss/base.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440 
 */
/* line 376, ../scss/base.scss */
img {
  border: 0;
  vertical-align: middle;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 385, ../scss/base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 397, ../scss/base.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 409, ../scss/base.scss */
fieldset {
  border: 0;
  margin: 0 2px;
  padding: 0;
  display: inline;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 421, ../scss/base.scss */
legend {
  color: inherit;
  border: 0;
  padding: 0;
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 433, ../scss/base.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 450, ../scss/base.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 463, ../scss/base.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 476, ../scss/base.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 486, ../scss/base.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 500, ../scss/base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 514, ../scss/base.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 524, ../scss/base.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 540, ../scss/base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0;
}

/* line 547, ../scss/base.scss */
th {
  text-align: left;
}

/* line 551, ../scss/base.scss */
td {
  vertical-align: top;
}

/* line 555, ../scss/base.scss */
th span {
  font-weight: normal;
  padding-left: 5px;
}

/* line 560, ../scss/base.scss */
thead th, tbody tr td {
  padding: 10px 0;
}

/* line 564, ../scss/base.scss */
.borderTheme thead th, .borderTheme tbody tr td {
  border-bottom: 1px solid #333;
}

/* line 568, ../scss/base.scss */
::-moz-focus-inner, :active, :focus {
  outline: none;
  outline: 0;
  -moz-outline-style: none;
}

/* line 574, ../scss/base.scss */
:focus {
  outline: 0;
}
