@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: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 18px;
  -webkit-text-size-adjust: none;
}

a:link {
  color: #0097B2;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #0097B2;
}

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

a:active {
  text-decoration: none;
  color: #0097B2;
}

h1 {
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
}

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

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

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

.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;
}

a.redlink:link {
  color: #660010;
  text-decoration: none;
}

a.redlink:visited {
  text-decoration: none;
  color: #660010;
}

a.redlink:hover {
  text-decoration: none;
  color: #82ECFF;
}

a.redlink:active {
  text-decoration: none;
  color: #660010;
}

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

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

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

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

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

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

a.blacklink:hover {
  text-decoration: none;
  color: #0097B2;
}

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

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

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

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

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

.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;
}

.pink {
  color: #E933D7;
}

.yellow {
  color: #F2C433;
}

.white {
  color: #FFFFFF;
}

.white2 {
  color: #CCCCCC;
}

.fadedwhite {
  color: #D9E6F2;
}

.maroon {
  color: #772825;
}

.maroonwhite {
  color: #841A2E;
}

.black {
  color: #333333;
}

.red {
  color: #B20000;
}

.green {
  color: #390;
}

.blue {
  color: #2C6AA6;
}

.grayblue {
  color: #727B96;
}

.gold {
  color: #C08C52;
}

.gray {
  color: #444444;
}

.gray3 {
  color: #333333;
}

.gray6 {
  color: #666666;
}

.gray9 {
  color: #999999;
}

.brown {
  color: #B07D44;
}

.copyright {
  color: #666666;
}

.spacing {
  line-height: 46px;
}

.medspacing {
  line-height: 40px;
}

.lrgspacing {
  line-height: 52px;
}

.xtralrgspacing {
  line-height: 74px;
}

.smallspacing {
  line-height: 38px;
}

.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;
}

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

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

.puritan {
  font-family: "Puritan", sans-serif;
}



// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 900

.playfair-display-<uniquifier> {
  font-family: 'Open Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}