@charset "utf-8";

/* CSS Document */
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
}

body,
td,
th {
  font-family: "Fira Sans Condensed", sans-serif;
  color: #000000;
  font-size: 18px;
  -webkit-text-size-adjust: none;
}

a:link {
  color: #7E6112;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #7E6112;
}

a:hover {
  text-decoration: none;
  color: #382B07;
}

a:active {
  text-decoration: none;
  color: #7E6112;
}

h1 {
  font-size: 54px;
  font-weight: 100;
}

h2 {
  font-size: 40px;
  font-weight: 300;
}

h3 {
  font-size: 32px;
  font-weight: 300;
}

h4 {
  font-size: 26px;
  font-weight: 300;
}

.backgroundwhite {
  background-color: #FFFFFF;
}

.textshadowblack1 {
  text-shadow: 1px 1px #000000;
}

.textshadowblack2 {
  text-shadow: 2px 2px #000000;
}

.textshadowblack3 {
  text-shadow: 3px 3px #000000;
}

.textshadowwhite1 {
  text-shadow: 1px 1px #FFFFFF;
}

.textshadowwhite2 {
  text-shadow: 2px 2px #FFFFFF;
}

.textshadowwhite15 {
  text-shadow: 15px 15px #FFFFFF;
}

a.blacklink:link {
  color: #000000;
  text-decoration: none;
}

a.blacklink:visited {
  text-decoration: none;
  color: #000000;
}

a.blacklink:hover {
  text-decoration: none;
  color: #7E6112;
}

a.blacklink:active {
  text-decoration: none;
  color: #000000;
}

a.goldlink:link {
  color: #CAA451;
  text-decoration: none;
}

a.goldlink:visited {
  text-decoration: none;
  color: #CAA451;
}

a.goldlink:hover {
  text-decoration: none;
  color: #FFFFFF;
}

a.goldlink:active {
  text-decoration: none;
  color: #CAA451;
}

a.whitelink:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.whitelink:visited {
  text-decoration: none;
  color: #FFFFFF;
}

a.whitelink:hover {
  text-decoration: none;
  color: #CAA451;
}

a.whitelink:active {
  text-decoration: none;
  color: #FFFFFF;
}

a.whitelink2:link {
  color: #D1D1D1;
  text-decoration: none;
}

a.whitelink2:visited {
  text-decoration: none;
  color: #D1D1D1;
}

a.whitelink2:hover {
  text-decoration: none;
  color: #CAA451;
}

a.whitelink2:active {
  text-decoration: none;
  color: #D1D1D1;
}

a.copyrightlink:link {
  color: #777777;
  text-decoration: none;
}

a.copyrightlink:visited {
  text-decoration: none;
  color: #777777;
}

a.copyrightlink:hover {
  text-decoration: none;
  color: #333333;
}

a.copyrightlink:active {
  text-decoration: none;
  color: #777777;
}

.fontsmall {
  font-size: 16px;
}

.fontmedium {
  font-size: 20px;
}

.fontlarge {
  font-size: 28px;
}

.fontxtralarge {
  font-size: 36px;
}

.fontxtralarge2 {
  font-size: 42px;
}

.size10 {
  font-size: 10px;
}

.size11 {
  font-size: 11px;
}

.size12 {
  font-size: 12px;
}

.size13 {
  font-size: 13px;
}

.size14 {
  font-size: 14px;
}

.size15 {
  font-size: 15px;
}

.size16 {
  font-size: 16px;
}

.size17 {
  font-size: 17px;
}

.size18 {
  font-size: 18px;
}

.size19 {
  font-size: 19px;
}

.size20 {
  font-size: 20px;
}

.size21 {
  font-size: 21px;
}

.size22 {
  font-size: 22px;
}

.size24 {
  font-size: 24px;
}

.size26 {
  font-size: 26px;
}

.size28 {
  font-size: 28px;
}

.size28 {
  font-size: 32px;
}

.size34 {
  font-size: 34px;
}

.size36 {
  font-size: 36px;
}

.size40 {
  font-size: 40px;
}

.size46 {
  font-size: 46px;
}

.size52 {
  font-size: 50px;
}

.size52 {
  font-size: 52px;
}

.size60 {
  font-size: 60px;
}

.size70 {
  font-size: 70px;
}

.size90 {
  font-size: 90px;
}

.pink {
  color: #E933D7;
}

.yellow {
  color: #F2C433;
}

.white {
  color: #FFFFFF;
}

.white2 {
  color: #D1D1D1;
}

.fadedwhite {
  color: #D9E6F2;
}

.maroon {
  color: #772825;
}

.maroonwhite {
  color: #841A2E;
}

.black {
  color: #333333;
}

.red {
  color: #BF0A30;
}

.green {
  color: #3C9042;
}

.blue {
  color: #0D83C5;
}

.grayblue {
  color: #727B96;
}

.gold {
  color: #C08C52;
}

.gray {
  color: #444444;
}

.gray3 {
  color: #333333;
}

.gray6 {
  color: #666666;
}

.gray9 {
  color: #999999;
}

.brown {
  color: #B07D44;
}

.copyright {
  color: #777777;
}

.spacing {
  line-height: 46px;
}

.medspacing {
  line-height: 40px;
}

.lrgspacing {
  line-height: 52px;
}

.xtralrgspacing {
  line-height: 64px;
}

.smallspacing {
  line-height: 36px;
}

.tinyspacing {
  line-height: 24px;
}

.customspacing {
  line-height: 70px;
}

.repeatx {
  background-repeat: repeat-x;
}

.repeatxcenter {
  background-position: center top;
  background-repeat: repeat-x;
}

.repeaty {
  background-repeat: repeat-y;
}

.norepeat {
  background-repeat: no-repeat;
}

.bgcenter {
  background-position: center top;
  background-repeat: no-repeat;
}

.bgcentermiddle {
  background-position: center middle;
  background-repeat: no-repeat;
}

.bgleftnorepeat {
  background-position: left middle;
  background-repeat: no-repeat;
}

.bgcenterrepeat {
  background-position: center top;
  background-repeat: repeat;
}

.bgtopright {
  background-position: right top;
  background-repeat: no-repeat;
}

.bgbottom {
  background-position: center bottom;
  background-repeat: repeat-x;
}

.bgbottomno {
  background-position: center bottom;
  background-repeat: no-repeat;
}

.bgbottomnoleft {
  background-position: left bottom;
  background-repeat: no-repeat;
}

.bgcentermiddle {
  background-position: center middle;
  background-repeat: no-repeat;
}

.bgproperty {
  background-position: center;
  background-repeat: no-repeat;
}

.bgleftmiddle {
  background-position: left;
  background-repeat: no-repeat;
}

.bglefttop {
  background-position: left top;
  background-repeat: no-repeat;
}

.bgrightmiddle {
  background-position: right;
  background-repeat: no-repeat;
}

.padding {
  padding: 10px;
}

.responsiveimage {
  width: 100%;
  height: auto;
}

.imagepadding {
  padding-right: 25px;
  padding-bottom: 5px;
}

.textstroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.playfair {
  font-family: "Playfair Display", serif;
}




.fira-sans-condensed-thin {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.fira-sans-condensed-extralight {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.fira-sans-condensed-light {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fira-sans-condensed-regular {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fira-sans-condensed-medium {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fira-sans-condensed-semibold {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fira-sans-condensed-bold {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fira-sans-condensed-extrabold {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.fira-sans-condensed-black {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.fira-sans-condensed-thin-italic {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.fira-sans-condensed-extralight-italic {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.fira-sans-condensed-light-italic {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.fira-sans-condensed-regular-italic {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.fira-sans-condensed-medium-italic {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.fira-sans-condensed-semibold-italic {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.fira-sans-condensed-bold-italic {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.fira-sans-condensed-extrabold-italic {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.fira-sans-condensed-black-italic {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}