<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** HERO ROTATOR **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero **/
/** SWATCHES **/
/** Place any hex codes for branded colors here for quick reference. **/
/**  **/
/**  **/

/** Google Font Import **/


/** TYPOGRAPHY **/
/** Place any CSS code in this section that changes or modifies the headlines, paragraphs or links. **/
*{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover, a:focus{
  color: #A87D31 !important;
  text-decoration: none;
}
body {
  border-top: 5px solid #CD9D48;
  background: url(//static.contentres.com/media/images/12d18a5c-09fb-451d-bdf1-6d59cff6ad5d.png);
}
.rule, aside .rule{
  background: none;
}


/** HOMEPAGE TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the template including Body, Container, Aside, or Content. **/

/* full width content/hidden sidebar */
.homepage #content article{
  width: 100%;
  padding: 0;
}
.homepage #content aside{
  display: none;
}
.homepage .rule{
  display: none;
}


/** SUBPAGES TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the subpage template including Body, Container, Aside, or Content. **/
.subpage header, .subpage nav#main{
  position: relative;
  top: auto;
}
.subpage header {
  background: #002D62 url(//static.contentres.com/media/images/e68969a1-1a68-474e-958e-0b217dc33fda.jpg) no-repeat center;
}

/** HEADER **/
/** Place any CSS code in this section that changes or modifies the main header in Header or .header **/
header{
  background: rgba(255,255,255,0.5);
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 100%;
  /* margin-top: 40px; */
  height: 170px;
  /* position: relative; */
  display: block;
}
header .container {
  height: 100%;
}
header .clientBranding {
  position: absolute;
  right: 5px;
  bottom: -42px;
}


/** NAVIGATION **/
/** Place any CSS code in this section that changes or modifies the main navigation bar including Nav, or .socialSidebar **/
nav#main, nav#main .container, nav#main ul li{
  background: none;
}
nav#main{
  height: auto;
  background: #1E4274;
  background: rgba(3, 46, 96, 0.9);
  top: 215px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
}
nav#main .container{
  padding: 0;
}
nav#main ul{
  display: inline-block;
  margin-left: -15px;
}
nav#main a, nav#main a:visited{
  color: #fff;
  text-transform: capitalize;
  display: block;
  font-size: 16px;
  font-family: helvetica, arial, sans-serif;
}
nav#main .homeButton {
  font-family: FontAwesome; /* add fontawesome icon font */
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
}
nav#main .homeButton:before {
  content: "\f015"; /* fontawesome font icon */
}
nav#main #homeButton{
  display: none; /* remove FMG home icon image */
}
nav#main li{
  margin: 0;
  padding: 0;
  display: inline-block;
}
nav#main li a{
  /* border-left: 1px solid #333; */
  padding: 10px 15px;
}
nav#main li a:hover{
  color: #000;
}
nav#main ul ul {
  top: 33px;
  background-color: #1E4274;
  margin-left: 26px;
  border-top: 3px solid #CD9D48;
}
nav#main ul ul li {
  display: block;
  border-left: none;
}
nav#main ul ul li a{
  display: block;
  border-left: none;
  font-size: 14px;
}
nav#main ul ul a:hover{
  background: #CD9D48;
  color: #FFF !important;
}
nav#main a + a, nav#main li a + a{
  display: none;
}


/** HERO ROTATOR **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero **/
#hero{
  background: none;
  color: inherit;
  height: auto;
  /* position: absolute; */
}
#hero .container {
  height: 600px;
  width: 100%;
  padding: 0;
}
#hero .container a img{
  width: 100%;
  height: 600px;
}
#hero .container #hero1 img {
  background: url('//static.contentres.com/media/images/e2617a50-fbe8-4fb6-84d4-5f133ba0519b.jpg') no-repeat center center !important;
  background-size: cover !important;
}
#hero .container #hero2 img {
  background: url('//static.contentres.com/media/images/24880100-a016-48d5-9c78-c48568a863aa.jpg') no-repeat center center !important;
  background-size: cover !important;
}
#hero .container #hero3 img {
  background: url('//static.contentres.com/media/images/fe58e2ae-69b7-4511-b4eb-ec3ab2aa5f18.jpg') no-repeat center center !important;
  background-size: cover !important;
}
#hero .container #hero4 img {
  background: url('//static.contentres.com/media/images/8bd42b67-eb98-4762-9a0b-19734b57c44d.jpg') no-repeat center center !important;
  background-size: cover !important;
}
#hero .backArrow, #hero .forwardArrow {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 80px;
  padding: 10px;
  color: #FFF;
  height: 98px;
  width: auto;
  top: 210px;
  bottom: 0;
  background: none;
  text-shadow: 0 1px 1px #333;
  z-index: 20;
  position: absolute;
  margin: auto;
}
#hero .backArrow {
  /*left: 0px;*/
}
#hero .forwardArrow {
  right: 10px;
  left: auto;
}
#hero .backArrow:before {
  content: "\f104";
}
#hero .forwardArrow:before {
  content: "\f105";
}
#hero:hover .backArrow, #hero:hover .forwardArrow {
  opacity: 0.75;
  visibility: visible;
}
#hero:hover .backArrow:hover, #hero:hover .forwardArrow:hover {
  opacity: 1;
  text-decoration: none;
}


/** HERO ROTATOR ASIDE **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero aside or wrapper **/
#hero aside {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 356px;
  bottom: 0;
  background-color: rgba(90, 90, 90, 0.25);
}
#hero aside .wrapper {
  padding: 20px;
  width: 100%;
  /* max-width: 600px; */
  color: #fff;
  height: 300px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  /* top: 0; */
  text-align: center;
  text-shadow: 0 1px 1px #333;
  font-size: 22px;
  box-sizing: border-box;
}
#hero aside h2{
  color: inherit;
  background: none;
  font-family: 'Quattrocento-bold';
  font-size: 40px;
  padding-bottom: 10px;
}
#hero aside a + a {
  display: none;
}

/** SIDEBAR WIDGET **/
/** Place any CSS code in this section that changes or modifies the Sidebar Widgets, both default and custom **/
#content aside {
  background-color: #F8F8F8;
  background-color: rgba(255, 255, 255, 0.5);
  width: 315px;
  margin-left: 645px;
}
#content aside .wrapper {
  padding: 15px;
}
#content aside .rule {
  width: 94%;
  border-bottom: 1px solid #EFEFEF;
  display: block;
  margin: 10px auto;
}
#content aside .rule:first-child {
  display: none;
}


/** FOOTER **/
/** Place any CSS code in this section that changes or modifies the main footer in Footer or .footer **/
footer{
  background: #002D62;
  background: #002D62;
  color: #C3C3C3;
  text-align: center;
  border-bottom: 5px solid #A97D31;
}
footer h4 {
  font-weight: bold;
}
footer h4, footer ul, footer li {
  display: inline-block;
}
footer td {
  color: inherit;
}
footer a:hover {
  color: #333;
}
footer .note {
  width: 100%;
  float: right;
  margin: 60px 0 0;
  padding-top: 55px;
  font-size: 12px;
}
footer .note a{
  text-decoration: none;
}
footer aside {
  width: 100%;
  display: block;
  margin: 0 0 0 -10px;
  position: absolute;
  top: 0;
}
footer .contact {
  float: none;
  width: 100%;
  position: absolute;
  bottom: -50px;
  font-style: italic;
  font-weight: bold;
  border-bottom: 1px dashed #294769;
}
footer .contact h4 {
  display: none;
}
footer .contact .delmar001-contact-information, footer .contact p {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: top;
}
footer .delmar001-address_block br {
  display: none;
}
footer .delmar001-address1:after {
  content: ', ';
}
footer .contact p:before {
  content: '-';
  margin: 0 10px;
}
footer a, footer a:visited {
  color: #CD9D48;
  text-shadow: 0 1px 1px #333;
}
footer a:hover, footer a:focus {
  color: #fff;
}
footer li a {
  display: block;
  padding: 0 8px;
}
footer aside .wrapper {
  padding: 0;
}
footer .quickLinks {
  margin: 0;
  background: #1E4274;
  padding: 12px 11px 7px;
  border-radius: 3px;
  border-bottom: 1px solid #00244D;
  text-align: left;
}
footer .socialMedia {
  right: 10px;
  top: -55px;
  position: absolute;
}
footer .quickLinks li:last-child {
  display: none;
}
footer .globalCopyright {
  font-style: italic;
}

/* CLASSES */
/** Place any CSS code in this section that relates to universal CSS classes **/
#content .container{
  background: none;
}

.page-contact table {
  margin-bottom: 5px;
}
.page-contact .map-canvas {
  margin: -80px 20px 0px 0;
}
.page-contact .socialMedia {
  margin-top: -140px;
}
.page-contact .socialMedia a {
  color: #CD9D48;
  display: inline-block;
}
.page-contact .socialMedia a:before {
  color: #fff;
}

/* suggested area styles for full width content */
#suggested {
  margin: 0 -20px;
  /*border-bottom: 1px dashed #ccc;*/
  margin-bottom: 40px;
  overflow: hidden;
}
#suggested h2 {
  padding-left: 20px;
}
#suggested .content {
  width: 33%;
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
}
#suggested .content img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border: 6px solid #fff;
  box-shadow: 0 1px 1px #ccc;
}

/* additional area styles */
#additional{
  background: none;
  /* color: #CCC; */
}
#additional .wrapper {
  padding: 0;
}
#additional nav {
  height: auto; 
  margin-bottom: 0;
  font-size: 0;
  /* border-bottom: 1px solid #002D62; */
  background-color: #FFF;
  /* background-color: rgba(255, 255, 255, .5); */
  text-align: center;
  box-shadow: 0 1px 1px #CCC;
}
#additional nav ul {
  margin-bottom: 0;
}
#additional nav li {
  border-left: none;
  padding: 0;
  display: inline-block;
}
#additional nav a {
  padding: 10px 15px;
  display: block;
  color: #A6A6A6;
}

#additional nav a:before{
  font-family: FontAwesome;
  /* display: block; */
  padding: 0px 5px 7px 0;
}
#additional nav .tab1 {
  border: none;
}
#additional nav .tab1:before{
  content: "\f1ea";
}
#additional nav .tab2:before{
  content: "\f1ec";
}
#additional nav .tab3:before{
  content: "\f080";
}
#additional nav .tab4:before{
  content: "\f03d";
}

#additional nav a:hover {
  color: #FFF;
  background-color: #eee;
}
#additional nav .selected{
  background: #EEEEEE;
  color: #002D62;
  /* border-bottom: 5px solid #002D62; */   
  /* margin-bottom: -3px; */
}
#additional nav a.selected:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(26, 88, 65, 0);
  border-top-color: #D6D6D6;
  /* border-top-color: rgba(0, 45, 98, 0.5); */
  border-width: 10px;
  margin-left: -10px;
  z-index: -1;
}

#additional nav .selected:hover{
  color: #002D62 !important;
  /* background: #002D62; */
}
#additional .matterContent {
  overflow: hidden;
  /*margin-top: 20px;*/
  /*border-top: 1px dashed #004483;*/
  padding-top: 20px;
  /* margin: 0 -20px; */
  background-color: rgba(255, 255, 255, 0.4);
}
#additional .content {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 10px 15px;
}
#additional .content a {
  /* color: #C85946; */
  font-weight: bold;
}
#additional .content a:hover {
  color: #333333;
}
#additional .viewAll {
  margin: 0 0 30px 15px;
}</pre></body></html>