
/* George Willcox */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,700italic,500italic,400italic,300italic,100italic|Playfair+Display:300,400,700);

@font-face {
  font-family: 'Zapf Humanist';
  src: url('/fonts/ZapfHumanist/Zapf Humanist 601.woff2') format('woff2'),
	url('/fonts/ZapfHumanist/Zapf Humanist 601.woff') format('woff'),
	url('/fonts/ZapfHumanist/Zapf Humanist 601.ttf') format('truetype');
}

@font-face {
  font-family: 'Optima';
  src: url('/fonts/Optima LT Std/OptimaLTStd.otf') format('opentype');
}
@font-face {
  font-family: SF-Pro;
  src: url('/fonts/SanFranciscoPro/SF-Pro.ttf') format('truetype');
}
@font-face {
  src: url('/fonts/GeorgiaProRegular/Georgia Pro W01 Regular.woff2') format('woff2'), 
	url('/fonts/GeorgiaProRegular/Georgia Pro W01 Regular.woff') format('woff'),
	url('/fonts/GeorgiaProRegular/Georgia Pro W01 Regular.ttf') format('truetype'), 
	url('/fonts/GeorgiaProRegular/Georgia Pro W01 Regular.otf') format('opentype');
  font-family: 'Georgia Pro';
  font-style: normal;
}
@font-face {
  src: url('/fonts/GeorgiaPro/GeorgiaPro-CondRegular.ttf') format('truetype');
  font-family: 'Georgia Pro Cond';
  /* font-stretch: 1% 500%;  Note that font-stretch is a % of normal width */
  font-style: normal;
  /* font-weight: 400 900; */
}
@font-face {
  src: url('/fonts/GeorgiaPro/GeorgiaPro-Light.ttf') format('truetype');
  font-family: 'Georgia Pro Light';
  /* font-stretch: 1% 500%;  Note that font-stretch is a % of normal width */
  font-style: normal;
  /* font-weight: 400 900; */
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  src: url(/fonts/Raleway/variable/TTF/Raleway-VF.ttf) format('truetype'),
	url(/fonts/Raleway/variable/WOFF2/Raleway-VF.woff2) format('woff2');
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 100 900;
  src: url(/fonts/SourceSerif/VAR/SourceSerif4Variable-Roman.ttf) format('truetype'),
	url(/fonts/SourceSerif/VAR/SourceSerif4Variable-Roman.otf) format('opentype');
  /* font-variation-settings: 'wght' 400, 'wdth' 300; */
}
@font-face {
  font-family: "Caslon 540 LT Std";
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/Caslon/Caslon540LTStd-Roman.otf) format('opentype');
}
@font-face {
  font-family: "freight-big-pro-lt";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/FreightBigPro/FreightBigProLight-Regular.ttf) format('truetype');
}


/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

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, menu, 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table tr td {
    vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Basic Framework */
 #container:after, ul.nav:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Basic Style */
 * {
    margin:0;
}
span {
    font:inherit;
}

/*Default Tags */

/* Tags */
 html>body .hand {
    cursor:pointer;
}
img {
    margin:0;
    width:100%;
}
img.line {
    width:80%;
    height:1px;
}
html>body img.line {
    width:100%;
    height:1px;
}
/* Fonts */
input, td, div, span, a, textarea, p {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Roboto, arial, system
;
}
h1 {
    font-size: 3.0rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    /*both set to zero and padding in header div is used instead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
    font-size: 2.5rem;
    margin: 1.2rem 0;
    font-weight: normal;
}
h3 {
    font-size: 2rem;
    margin: 1.2rem 0;
    font-weight: normal;
}
h4 {
    font-size: 1.5rem;
    margin: 1.2rem 0;
    font-weight: normal;
}
h5 {
    font-size: 1.0rem;
    margin: 1.2rem 0;
    font-weight: normal;
}
h6 {
    font-size: 0.8rem;
    margin: 1.2rem 0;
    font-weight: normal;
}
.--inh {
    font:inherit;
}
.mono {
    font-family:'courier new', 'andale mono', courier, monospaced;
}
.f1 {
    font-size: 1px;
}
.f8 {
    font-size: 8px;
}
.f9 {
    font-size: 9px;
}
.f10 {
    font-size: 10px;
}
.f11 {
    font-size: 11px;
    line-height: 16px;
}
.f12 {
    font-size: 12px;
    line-height: 14px;
}
.f13 {
    font-size: 13px;
    line-height: 16px;
}
.f14 {
    font-size: 14px;
    line-height: 18px;
}
.f15 {
    font-size: 15px;
    line-height: 20px;
}
.f16 {
    font-size: 16px;
    line-height:24px;
}
.f18 {
    font-size: 18px;
    line-height: 26px;
}
.f20 {
    font-size: 20px;
    line-height: 28px;
}
.f24 {
    font-size: 24px;
    line-height: 32px;
}
.f30 {
    font-size: 30px;
    line-height: 36px;
}
.f36 {
    font-size: 36px;
    line-height: 42px;
}
.f42 {
    font-size: 42px;
    line-height: 50px;
}
.f48 {
    font-size: 48px;
    line-height: 56px;
}
.f60 {
    font-size: 60px;
    line-height: 70px;
}


/* flexi fonts */
.ef1 {
font-size: 0.25rem;
}
.ef2 {
font-size: 0.30rem;
}
.ef3 {
font-size: 0.35rem;
}
.ef4 {
font-size: 0.40rem;
}
.ef5 {
font-size: 0.45rem;
}
.ef6 {
font-size: 0.50rem;
}
.ef7 {
font-size: 0.55rem;
}
.ef8 {
font-size: 0.60rem;
}
.ef9 {
font-size: 0.65rem;
}
.ef10 {
font-size: 0.70rem;
}
.ef11 {
font-size: 0.75rem;
}
.ef12 {
font-size: 0.80rem;
}
.ef13 {
font-size: 0.85rem;
}
.ef14 {
font-size: 0.90rem;
}
.ef15 {
font-size: 0.95rem;
}
.ef16 {
font-size: 1.0rem !important;
}
.ef18 {
font-size: 1.10rem;
}
.ef20 {
font-size: 1.20rem;
}
.ef24 {
font-size: 1.40rem;
}
.ef30 {
font-size: 1.50rem;
}
.ef36 {
font-size: 2.0rem;
}
.ef42 {
font-size: 2.5rem;
}
.ef48 {
font-size: 3.0rem;
}
.ef60 {
font-size: 4.0rem;
}
/* Borders & Padding */
.bdr {
    border: 1px solid rgb(0, 0, 0);
}
.bdrBlk {
    border: 1px solid black;
}
.bdrWht {
    border: 1px solid white;
}
.bdrGry {
    border: 1px solid rgb(128, 128, 128);
}
.bgGry {
    background-color: rgb(128, 128, 128);
}
.bgLtGry {
    background-color: rgb(192, 192, 192);
}
.pad10x {
    padding-left: 10px;
}
.pad20x {
    padding-left: 20px;
}
.pad30x {
    padding-left: 30px;
}
.pad40x {
    padding-left: 40px;
}
.pad120x {
    padding-left: 120px;
}
textarea, input[type='text'], input[type='password'], input[type='file'] {
    padding-left: 4px;
    padding-right: 2px;
}
/* Standard Colours */
 .wht {
    color: rgb(255, 255, 255);
}
.blk {
    color: rgb(0, 0, 0);
}
.yel {
    color: rgb(200, 200, 0);
}
.gld {
    /*color: rgb(201,177,98);*/
    color: rgb(202, 161, 74);
}
.slvr {
    color:rgb(192, 192, 192);
}
.dkblu {
    color:rgb(22, 43, 72);
}
richblk {
    color: rgb(0, 1, 5);
}
/* General Classes */
 .bld, .b {
    font-weight: bold;
}
.em {
    font-style: italic;
}
.u {
    text-decoration: underline;
}
.caps {
    font-variant: small-caps;
}
.c {
    text-align: center;
    /*margin: 0 auto;*/
}
.l {
    text-align: left;
}
.r {
    text-align: right;
}
.j {
    text-align: justify;
}
.tp {
    vertical-align: top;
}
.mid {
    vertical-align: middle;
}
.btm {
    vertical-align: bottom;
}
.nw {
    white-space: nowrap;
}
sup, span.sup {
    vertical-align:super;
    font-size:80%;
    color:inherit;
}
span.mino {
    font-size:80%;
    color:inherit;
}
.uc {
    text-transform: uppercase;
}
.lc {
    text-transform: lowercase;
}
.cpt {
    text-transform: capitalize;
}
.norm {
    font-weight: normal;
	text-transform:none;
}
.abso {
    position:absolute;
}
.rela {
    position:relative;
}
.fix {
    position:fixed;
}
.fll {
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.flr {
    float:right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.clearL {
    clear: left;
}
.clearR {
    clear:right;
}
.clearB {
    clear:both;
}
.mt {
    margin-top:10px;
}
.mr {
    margin-right:10px;
}
.mb {
    margin-bottom:10px;
}
.ml {
    margin-left:10px;
}
.mt0 {
    margin-top:0;
}
.mr0 {
    margin-right:0;
}
.mb0 {
    margin-bottom:0;
}
.ml0 {
    margin-left:0;
}
.mt15 {
    margin-top:15px;
}
.mr15 {
    margin-right:15px;
}
.mb15 {
    margin-bottom:15px;
}
.ml15 {
    margin-left:15px;
}
.mt20 {
    margin-top:20px;
}
.mr20 {
    margin-right:20px;
}
.mb20 {
    margin-bottom:20px;
}
.ml20 {
    margin-left:20px;
}
.mt40 {
    margin-top:40px;
}
.mr40 {
    margin-right:40px;
}
.mb40 {
    margin-bottom:40px;
}
.ml40 {
    margin-left:40px;
}
div.novis, img.novis {
    visibility:hidden;
    display:none;
}
.arial {
    font-family:arial;
}
.w1 {
    width:1rem;
}
.w2 {
    width:2rem;
}
.w3 {
    width:3rem;
}
.w4 {
    width:4rem;
}
.w5 {
    width:5rem;
}
.w6 {
    width:6rem;
}
.w7 {
    width:7rem;
}
.w8 {
    width:8rem;
}
.w9 {
    width:9rem;
}
.w10 {
    width:10rem;
}
.w11 {
    width:11rem;
}
.w12 {
    width:12rem;
}
.w13 {
    width:13rem;
}
.w14 {
    width:14rem;
}
.w15 {
    width:15rem;
}
.w16 {
    width:16rem;
}
.w17 {
    width:17rem;
}
.w18 {
    width:18rem;
}
.w19 {
    width:19rem;
}
.w20 {
    width:20rem;
}
.w21 {
    width:21rem;
}
.w22 {
    width:22rem;
}
.w23 {
    width:23rem;
}
.w24 {
    width:24rem;
}
.w25 {
    width:25rem;
}
.w26 {
    width:26rem;
}
.w27 {
    width:27rem;
}
.w28 {
    width:28rem;
}
.w29 {
    width:29rem;
}
.w30 {
    width:30rem;
}
.w31 {
    width:31rem;
}
.w32 {
    width:32rem;
}
.w36 {
    width:36rem;
}
.w40 {
    width:40rem;
}
.w50 {
    width:50rem;
}
.w60 {
    width:60rem;
}
.h1 {
    height:1rem;
}
.h2 {
    height:2rem;
}
.h3 {
    height:3rem;
}
.h4 {
    height:4rem;
}
.h5 {
    height:5rem;
}
.h6 {
    height:6rem;
}
.h7 {
    height:7rem;
}
.h8 {
    height:8rem;
}
.h9 {
    height:9rem;
}
.h10{
    height:10rem;
}
.v5 {
    font-size:0.5vw;
}
.v1 {
    font-size:1vw;
}
.v15 {
    font-size:1.5vw;
}
.v2 {
    font-size:2vw;
}
.v25 {
    font-size:2.5vw;
}
.v3 {
    font-size:3vw;
}
.v35 {
    font-size:3.5vw;
}

.v5, .v1, .v15, .v2, .v25, .v3, .v35 {
    font-family: Optima, "freight-big-pro-lt";
}