﻿@import url('../fonts/fonts.css');

/* Reset CSS */
html {
  box-sizing: border-box
}

*, :after, :before {
  box-sizing: inherit
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

.clear:after {
  content: "";
  display: table;
  clear: both
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block
}

ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

table td {
  vertical-align: top;
  text-align: left
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0
}

input[type=text],
input[type=date],
textarea,
select {
  width: 100%;
  max-width: 100%;
  font-family: Arial, sans-serif;
  padding: 7px 0 7px 8px;
  color: #151c22;
  font-size: 16px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0e151b;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  width: 100% !important;
  height: 150px;
  max-height: 300px;
  padding-right: 7px;
  line-height: 1.5em;
}

/* Set default select background */
select {
  background: #FFFFFF url(../images/form-dd-arrow.jpg) right 6px no-repeat;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #003d79;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a.disabled {
  cursor: default;
}

img {
  height:auto;
}

.ltie9 .sitewidth {
  width: 1370px;
}

.displayBlock {
  *display: block;
  zoom: 1;
  display: inline-block;
}

.displayTable {
  display: table;
  width: 100%;
  height: 100%;
}

.displayTableCell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/* ----------------------------------------------------
		ADA specific styles start
------------------------------------------------------- */

button {
  background: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  display: inherit;
  text-align: unset;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: #221f1f !important;
  background-color: #ffffff !important;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: absolute !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
  z-index: 200;
  padding: 20px;
  font-size: 23px;
  border: 1px solid #000;
}

input:focus,
select:focus,
textarea:focus {
  outline-width: 2px !important;
  outline-style: solid !important;
}
/* ----------------------------------------------------
		ADA specific styles end
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Header
------------------------------------------------------- */

.topCorner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}

.contrastButton {
  color: #69894b;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  cursor: pointer;
  line-height: 2em;
  font-size: 16px;
}

header {
  position: absolute;
  top:0;
  z-index: 500;
  width: 100%;
}

/*.blog.home header {
  padding-bottom:100px;
  background-image: url(../images/RC-HeroImage-TopWhiteGradient.png) !important;
  background-repeat: repeat-x !important;
}*/

header.sticky {
  position: fixed;
  z-index: 10000;
  width: 100%;
  background-color: #ffffff;
}

header.sticky .hcWrap {
  padding: 0 10px;
}

header .headerLogo {
  float: left;
}

header.sticky .headerLogo {
  max-width: 200px;
}

header.sticky .headerLogo img {
  max-width: 100%;
}

@media screen and (max-width: 1060px) {
  header.sticky .headerLogo {
    max-width: 175px;
  }

  header.sticky .hcWrap {
    padding: 10px;
  }
}
/* ----------------------------------------------------
		End Header
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Top Nav
------------------------------------------------------- */
.topNav {
  margin: 5px 0 50px 0;
  text-align: center;
}

.topNav li {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}

.topNav li a {
}

/* ----------------------------------------------------
		End Top Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Main Nav
------------------------------------------------------- */
header .hcWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 2%;
}

header .hcWrap .socialWrap {
  text-align: right;
  margin: 10px 0;
  display: inline;
}

header .hcWrap .socialWrap span.email {
  padding-left: 20px;
}

header .hcWrap .topLinks {
  float: right;
  padding-right: 15px;
}

.blog header .hcWrap .topLinks {
  margin-bottom: 15px;
  padding-right: 20px;
}

header .headerLogo {
  float: left;
}

#MainNavWrap {
  margin-bottom: 15px;
  position: relative;
  z-index: 1000;
  float: right;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
}

#MainNavWrap .mainNav {
  width: 100%;
  display: table;
}

#MainNavWrap .mainNav .mainNavItem {
  display: table-cell;
  position: relative;
  font-size: 17px;
  vertical-align: bottom;
}

#MainNavWrap .mainNav li .topNavLink {
  display: block;
  float: left;
  padding: 5px 15px 5px 15px;
  color: #003d79;
  -webkit-transition: color .7s ease;
  -moz-transition: color .7s ease;
  -o-transition: color .7s ease;
  transition: color .7s ease;
}

#MainNavWrap .subNavWrapper {
  width: 100%;
  height: calc(100vh - 125px);
  position: fixed;
  right: -420px;
  z-index: 3000;
  font-size: 16px;
  background-color: #fff;
  max-width: 420px;
  transition: right 0.4s ease-in-out;
  top: 0;
  line-height:1.5em;
  /*  overflow-x: hidden;*/
  /*  overflow-y: scroll;*/
}

#MainNavWrap .subNavWrapper::-webkit-scrollbar-track {
  background: #FFF;
}

#MainNavWrap .subNavWrapper.open {
  right: 0%;
}

#MainNavWrap .closeSubNavBtn {
  color: #003d79;
  font-family: 'ProximaNovaRegyular', Arial, sans-serif;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 30px 10px 0;
  gap: 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  z-index: 2;
}

#MainNavWrap .closeSubNavBtn .text {
  padding-right: 5px;
}

#MainNavWrap .closeSubNavBtn .bars {
  display: flex;
  align-items: center;
}

#MainNavWrap .closeSubNavBtn .bar:nth-child(1) {
  transform: rotate(45deg);
}

#MainNavWrap .closeSubNavBtn .bar:nth-child(2) {
  transform: rotate(-45deg);
}

#MainNavWrap .closeSubNavBtn .bar {
  width: 1px;
  height: 20px;
  background-color: #003d79;
  display: block;
}

.thirdLevelSubnavWrap {
  position: absolute;
  right: 100%;
  opacity: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  background: #f1f0ee;
  width: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: opacity 1s ease, width 0.7s ease;
  -moz-transition: opacity 1s ease, width 0.7s ease;
  -o-transition: opacity 1s ease, width 0.7s ease;
  transition: opacity 1s ease, width 0.7s ease;
  white-space: nowrap;
  text-overflow: clip;
}

.thirdLevelSubnavWrap.opened {
  right: 100%;
  top: 0;
  bottom: 0;
  height: 100vh;
  background: #f1f0ee;
  width: 100%;
  opacity: 1;
  z-index: 0;
}

.thirdLevelSubnavWrap .subNav {
  background: #f1f0ee;
}

.navigationStyles .mainNav .subNav > li.backButtonWrap {
  min-height: 50px;
  padding-bottom: 15px;
  justify-content: flex-start !important;
  display: none;
}

@media screen and (max-width: 1060px) {
  .navigationStyles .backButtonWrap a {
    color: #003d79;
    font-family: 'ProximaNovaRegular', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    display: flex !important;
    align-items: center;
    gap: 10px;
    z-index: -1;
  }

  .mobileMainMenu .mainNav ul.subNav .backButtonWrap p {
    display: none;
    font-family: 'ProximaNovaRegular', Arial, sans-serif;
    padding-left: 30px;
    width: 100%;
    text-align: right;
    margin-bottom: 0;
  }

  .navigationStyles .mainNav .subNav.open > li.backButtonWrap {
    display: flex;
    margin-bottom: 15px;
  }

  .mobileMainMenu .mainNav ul.subNav.open > .backButtonWrap p {
    display: inline-block;
    width: 85%;
  }

  .mobileMainMenu .mainNav ul.subNav.open .backButtonWrap a {
    opacity: 1;
    width: 15%;
  }
}

#MainNavWrap .subNav {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  z-index: 0;
  padding: 65px 30px;
}

.navigationStyles .subNav a.subNavLink {
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
}

.navigationStyles .subNav a.subNavLink:has(+ul .subNavLink.current) {
  color: #69894b;
}

.navigationStyles .subNav a.subNavLink, .navigationStyles .subNav .parentItem a {
  color: #003d79;
  transition: color 0.2s ease-in-out,margin-left 0.15s linear;
  transform-origin: center center;
}

.navigationStyles .subNav .parentItem a:hover, .navigationStyles .subNav a.subNavLink:hover {
  color: #69894b;
}

.navigationStyles ul > li > a.subNavLink:hover {
  margin-left: 5px;
}

.navigationStyles .subNav .parentItem {
  margin-bottom: 30px;
}

.navigationStyles .subNav .parentItem a {
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

.navigationStyles .subNav a {
  position: relative;
  z-index: 1;
  align-items: center;
}

#MainNavWrap .subNav.open {
  z-index: 1;
}

.navigationStyles .mainNav .subNav > li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
}

.navigationStyles .subNav:not(.open) > li > a {
  /* pointer-events: none;
    cursor: default;*/
}

.navigationStyles .mainNav .subNav > li > a {
  display: block;
  opacity: 1;
}

.navigationStyles .mainNav .subNav > li.level3 a {
  font-family: 'ProximaNovaRegular', Arial, sans-serif;
  margin-bottom: 5px;
}

.navigationStyles .mainNav .subNav a.subNavLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.navigationStyles .mainNav .subNav a.subNavLink.current {
  color: #678849;
}

.navigationStyles .mainNav .subNav a.subNavLink .arrowWrap {
  position: relative;
  width: 15px;
  height: 15px;
}

.navigationStyles .mainNav .subNav a.subNavLink .arrowWrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  transition: opacity 0.2s ease-in-out,visibility 0.2s ease-in-out;
}

.navigationStyles .mainNav .subNav .displayImage {
  margin: 25px 0;
}

.navigationStyles .mainNav .subNav .displayImage img {
  max-width: 100%;
}

.navigationStyles .mainNav a.subNavLink img.black {
  opacity: 1;
  visibility: visible;
}

.navigationStyles .regularSubNav {
  position: relative;
  transition: height 0.4s,opacity 0.2s;
  height: 0px;
  opacity: 0;
  padding: 0;
  flex-basis: 100%;
  overflow: hidden;
}

.navigationStyles .regularSubNav {
  padding-left: 20px;
}

.navigationStyles .regularSubNav li:last-of-type {
  margin-bottom: 20px;
}

.navigationStyles .regularSubNav li > a.subNavLink {
  color: #959595;
  font-size: 1em;
  margin-bottom: 0;
}

.navigationStyles li .subNavToggle {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding: 7px 16px 16px;
}

.navigationStyles li .subNavToggle:hover span {
  background-color: #69894b;
}

.navigationStyles li .subNavToggle:focus-visible {
  outline: 2px solid #353535;
}

.navigationStyles li .subNavToggle span {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #353535;
  opacity: 0;
  transition: opacity 0.2s ease-in-out,transform 0.2s ease-in-out,background-color 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.navigationStyles li .subNavToggle span.bar2 {
  transform: rotate(90deg);
}

.navigationStyles li .subNavToggle.toggleOpen span.bar1 {
  transform: rotate(90deg);
}

.navigationStyles li.animationDone > .subNavToggle span {
  opacity: 1;
}

.navigationStyles li.animationDone > .subNavToggle.toggleOpen span {
  opacity: 1;
  background-color: #69894b;
}

.navigationStyles li:has(.subNavToggle.toggleOpen) > a {
  color: #69894b;
}

#MainNavWrap .topNavLink {
  display: flex;
  align-items: center;
}

#MainNavWrap .topNavLink .arrowIcon {
  position: relative;
  width: 12px;
  height: 6px;
  margin-bottom: 6px;
  margin-left: 4px;
  display: inline-block;
}

#MainNavWrap .topNavLink .arrowIcon .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#MainNavWrap .topNavLink .arrowIcon .white {
  opacity: 0;
  visibility: hidden;
}

#MainNavWrap .topNavLink .arrowIcon .main {
  opacity: 1;
  visibility: visible;
}

.homePage #MainNavWrap .topNavLink .arrowIcon .white {
  opacity: 1;
  visibility: visible;
}

.homePage #MainNavWrap .topNavLink .arrowIcon .main {
  opacity: 0;
  visibility: hidden;
}

.homePage header.sticky #MainNavWrap .topNavLink .arrowIcon .white {
  opacity: 0;
  visibility: hidden;
}

.homePage header.sticky #MainNavWrap .topNavLink .arrowIcon .main {
  opacity: 1;
  visibility: visible;
}

.homePage #MainNavWrap .mainNavItem > a {
  color: #ffffff;
}

.homePage header.sticky #MainNavWrap .mainNavItem > a {
  color: #353535;
}

@media (min-width: 1300px) {
  #MainNavWrap {
    display: block;
  }
}

@media (min-width: 1450px) {
  #MainNavWrap .mainNavItem {
    padding-right: 30px;
  }
}

/* ----------------------------------------------------
		End Main Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Mobile Main Nav
------------------------------------------------------- */

header .mobileMenuBtn {
  display: none;
  width: 60px;
  height: 60px;
  /*margin-top:9px;*/
  margin-left: 21px;
  padding: 8px 0;
  /* height: 65px; */
  float: right;
  background: #249ac0;
}

header .mobileMenuBtn span {
  width: 70%;
  height: 2px;
  display: block;
  margin: 9px auto;
  background: #FFF;
}

header .mobileMenuBtn div {
  display: none;
  color: #FFF;
  font-weight: 400;
  text-align: center;
  font-size: 35px;
  padding-top: 7px;
}


@media all and (max-width: 1300px) {
  header .mobileMenuBtn {
    display: block;
  }
}


@media all and (max-width: 799px) {

  header .mobileMenuBtn {
    margin-top: 9px;
  }
}

.mobileMainMenu {
  display: block;
  width: 100%;
  height: calc(100vh);
  position: fixed;
  z-index: 3000;
  font-size: 16px;
  background-color: #fff;
  max-width: 420px;
  transition: right 0.4s ease-in-out;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
  right: -100%;
}

@media (min-width: 600px) {
  .mobileMainMenu {
    max-width: 420px;
    right: -420px;
  }
}

@media (min-width: 1060px) {
  .mobileMainMenu {
    display: none;
  }

  .mobileMenuButton {
    display: none;
  }
}

.mobileMainMenu.open {
  right: 0px;
}

.mobileMainMenu ul {
  padding: 0;
  list-style-type: none;
}

.mobileMainMenu .mainNav ul.subNav > li > a {
  display: block;
  /* transform: translate(-40px,0px);*/
  /*   opacity: 0;
    display: none;*/
}


.mobileMainMenu .topNavLink {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  /*    transform: translate(-40px,0px);*/
  /*   opacity: 0;*/
}

.mobileMainMenu .topNavLink {
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  margin-bottom: 20px;
  color: #353535;
  transition: color 0.2s ease-in-out;
}

.mobileMainMenu .topNavLink.current, .mobileMainMenu .topNavLink:hover {
  color: #678849;
}

.mobileMainMenu .subNav {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  z-index: -1;
  padding: 15px 30px;
  opacity: 0;
}

.mobileMainMenu .subNav.open {
  z-index: 2;
  background: #ffffff;
  opacity: 1;
}

.mobileMainMenu .subNav.open > .level2 {
  opacity: 1;
}

.mobileMainMenu .subNav.open > .level2 > a {
  opacity: 1;
  display: flex;
}

.mobileMainMenu .subNav.open > .level2 > .subNav.open {
  height: 100%;
}

.mobileMainMenu .subNav.open > .level2 > .subNav.open > li {
  opacity: 1;
}

.mobileMainMenu .subNav.open > .level2 > .subNav.open > li > a {
  opacity: 1;
  display: flex;
}

.mobileMainMenu ul li .mobileToggle {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  border-left: 1px solid #e9e9e9;
  padding: 10px 0;
  width: 55px;
  background: #f9f9f9;
}

.mobileMainMenu .mainNav a.topNavLink .arrowIcon {
  position: relative;
  width: 15px;
  height: 15px;
}

.mobileMainMenu .mainNav a.topNavLink .arrowIcon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  transition: opacity 0.2s ease-in-out,visibility 0.2s ease-in-out;
}

.mobileMainMenu .mainNav a.topNavLink img.black {
  opacity: 1;
  visibility: visible;
}


#MobileMenu li.topNavItem.firstItem a {
  padding-top: 20px;
  border-top: 1px solid #353535;
}

#MobileMenu li.topNavItem a {
  width: 100%;
  display: flex;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #353535;
  align-items: center;
  transition: color 0.2s ease-in-out;
}

.mobileMenuButton {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
}

.mobileMenuButton .text {
  color: #353535;
}

.homePage .mobileMenuButton .text {
  color: #FFF
}


.burg {
  position: relative;
  cursor: pointer;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  max-width: 35px;
}

.burg span, .burg span:after, .burg span:before {
  display: block;
  transition-property: all;
  transition-duration: .1s;
}

.burg span {
  margin: 0 auto;
  position: relative;
}

.burg span:after, .burg span:before {
  position: absolute;
  content: '';
}

.burg span, .burg span:after, .burg span:before {
  width: 35px;
  height: 4px;
  background-color: #64513d;
}

.mobileMenuButtonOpen .burg span, .mobileMenuButtonOpen .burg span:after, .mobileMenuButtonOpen .burg span:before {
  width: 35px;
  height: 4px;
  background-color: #64513d;
}

.burg span:before {
  transform: translateY(-10px);
}

.burg span:after {
  transform: translateY(10px);
}

.burg:hover span:before {
  transform: translateY(-12px);
}

.burg:hover span:after {
  transform: translateY(12px);
}

.burg:hover.active span:before {
  transform: rotate(45deg);
}

.mobileMenuButtonOpen .burg:hover span:after {
  transform: rotate(-45deg);
}

.mobileMenuButtonOpen .burg span {
  background-color: transparent !important;
}

.mobileMenuButtonOpen .burg span:after,
.mobileMenuButtonOpen .burg span:before {
  transform: translateY(0);
}

.mobileMenuButtonOpen .burg span:before {
  transform: rotate(45deg);
}

.mobileMenuButtonOpen .burg span:after {
  transform: rotate(-45deg);
}

@media screen and (max-width:1060px) {
  #MainNavWrap {
    display: none;
  }

  .mobileMenuButton {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
  }

  header {
    background-color: #ffffff;
    position: fixed;
    border-bottom: 1px solid #f1f0ee;
  }

  header .hcWrap {
    align-items: unset;
  }

  header .hcWrap .topLinks {
    padding-right: 0;
  }

  header .hcWrap .socialWrap {
    padding-right: 15px;
    margin: 10px 0;
  }

  .topButton {
    margin-left: 0;
    padding: 15px 0;
    text-align: center;
  }

  main {
    padding-top: 115px;
  }

  .headerImage .displayTable {
    background-image: none !important;
  }

  .spacer {
    display: none;
  }
}

@media all and (max-width: 599px) {

  header .headerLogo {
    max-width: 150px
  }

  header .headerLogo img {
    max-width: 100%;
  }

  .mobileMenuButton {
    top: 50%;
  }
}

@media all and (max-width: 450px) {
  header .hcWrap {
    padding: 15px 2%;
  }

  header .headerLogo {
    max-width: 150px
  }

  header .headerLogo img {
    max-width: 225px;
  }


  header .hcWrap .topLinks {
    padding-right: 0;
  }

  header .hcWrap .socialWrap {
    display: none;
  }

  main {
    padding-top: 130px;
  }
}

/* ----------------------------------------------------
		End  Mobile Main Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Modal
------------------------------------------------------- */

.bodyModalOpen {
  width: 100vw;
  overflow: hidden;
}

.bodyNavOpen {
  width: 100vw;
  overflow: hidden;
}

@media (min-width: 650px) {
  .bodyModalOpen,
  .bodyNavOpen {
    padding-right: 13px;
  }


  .bodyNavOpen header.sticky {
    padding-right: calc(4% + 13px);
  }
}

.bodyNavOpen .mobileMenuButton {
  border-color: #353535;
}

.bodyNavOpen .mobileMenuButton .text {
  color: #353535;
}

.bodyNavOpen .mobileMenuButton .burg span {
  background-color: #353535;
}

.bodyNavOpen header {
  background-color: #FFF !important;
}

.bodyNavOpen header .mainNavItem > a,
.bodyNavOpen header .topNav a {
  color: #003d79;
}

.bodyNavOpen header .mainLogo,
.bodyNavOpen #MainNavWrap .topNavLink .arrowIcon .main,
.bodyNavOpen header .topNav .searchIcon .main {
  visibility: visible !important;
  opacity: 1 !important;
}

.bodyNavOpen header .whiteLogo,
.bodyNavOpen #MainNavWrap .topNavLink .arrowIcon .white,
.bodyNavOpen header .topNav .searchIcon .white {
  visibility: hidden !important;
  opacity: 0 !important;
}

/* ----------------------------------------------------
		End Modal
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Search
------------------------------------------------------- */
.searchPageWrapper {
  margin: 40px 0;
}

.searchPageWrapper .result {
  margin: 15px 0;
}

.searchPageWrapper .result .title a {
  font-family: 'HandySansCondensed', Tahoma, sans-serif;
  color: #003d79;
  font-size: 24px;
}

.searchWrap {
  display: inline-block;
}

.blog .searchWrap {
  display:none;
}

.searchWrap .formWrap {
  margin-bottom: 15px;
  height: 35px;
}

.searchWrap .formWrap .formRow {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.searchWrap .formWrap .textfield {
  display: inline-block;
  width: 0;
  -webkit-transition: width .7s ease;
  -moz-transition: width .7s ease;
  -o-transition: width .7s ease;
  transition: width .7s ease;
  overflow: hidden;
}

.searchWrap .formWrap .textfield.hover,
.searchWrap .formWrap .textfield:focus-within {
  width: 250px;
}

.searchWrap .formWrap .textfield input {
  border: 0;
  border-bottom: 1px solid #678849;
  background: rgba(255,255,255,.5);
  margin-left: 10px;
}

.searchWrap button {
  background-image: url(../images/RC-Global-Search.png);
  background-color: rgba(255,255,255,0);
  border: 0;
  display: block;
  height: 20px;
  width: 30px;
  padding: 0;
  min-width: unset;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

@media all and (max-width: 745px) {
  header .hcWrap .socialWrap {
    padding-right: 0;
  }

  .searchWrap {
    display: none;
  }
}
/* ----------------------------------------------------
		End Search
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Footer
------------------------------------------------------- */

footer {
  width: 100%;
}

footer .footerGreen {
  background-color: #678849;
  color: #ffffff;
  padding: 20px 0;
}

footer .footerGreen a {
  color: inherit;
  padding: 0 10px;
}

footer .footerGreen .firstNav {
  text-align: center;
  margin: 15px 0 10px 0;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  text-transform: uppercase;
}

footer .footerGreen .mainNav {
  text-align: center;
  margin: 10px 0;
  font-size: 13px;
  text-transform: uppercase;
}

footer .footerGreen .firstNav ul li, footer .footerGreen .mainNav ul li {
  display: inline-block;
}

footer .footerGreen .socialWrap {
  text-align: center;
}

footer .footerBlue {
  background-color: #003d79;
  color: #ffffff;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}

footer .footerBlue a {
  color: #ffffff;
}

footer .footerBlue .copyLinks, footer .footerBlue .copyLinks ul {
  display: inline;
}

footer .footerBlue .copyLinks ul li {
  display: inline-block;
}

footer .footerBlue .copyLinks ul li a {
  padding: 0 3px;
}

footer .copyRight {
  display: inline;
}
/* ----------------------------------------------------
		End Footer
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Footer HubSpot Form - 9-27-2024
------------------------------------------------------- */

.footerHubspotFormWrap {
  padding: 20px 15px 20px 15px;
  background-color: #f1f0eb;
  border: 1px solid #d0cfc9;
  position: relative;
  font-family: 'ProximaNovaRegular', Arial, sans-serif;
}

.footerHubspotFormWrap *::before {
  display: none !important;
}

.footerHubspotFormWrap .sitewidth {
  width: 100%;
  max-width: 1370px !important;
  margin: 0 auto;
  padding: 0 2%;
}

.footerHubspotFormWrap .header {
  font-family: 'HandySansCondensed', Tahoma, sans-serif;
  color: #003d79;
  font-size: 45px;
  line-height: 1.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.footerHubspotFormWrap .hubSpotFormWrap {
  margin-bottom: 20px;
}

.footerHubspotFormWrap form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}

.footerHubspotFormWrap form > div {
  width: 100%;
}

.footerHubspotFormWrap form .hs_error_rollup {
  text-align: center;
}

.footerHubspotFormWrap .hs-form-field,
.footerHubspotFormWrap .hs-dependent-field {
  flex-basis: 100%;
}

.footerHubspotFormWrap .hs_recaptcha {
  flex-basis: initial;
  width: initial;
}

.footerHubspotFormWrap .hbspt-form .hs-submit {
  margin: 0;
  text-align: center;
  flex-basis: 100%;
}

.footerHubspotFormWrap .hs-dependent-field span {
  margin-left: 10px;
}

.footerHubspotFormWrap input[type=text],
.footerHubspotFormWrap input[type=email],
.footerHubspotFormWrap input[type=tel] {
  border: 1px solid #262626;
  padding: 15px 10px;
  background-color: #f1f0ee;
  font-size: 16px;
  font-family: 'ProximaNovaRegular', Arial, sans-serif;
  width: 100%;
}

.footerHubspotFormWrap .hs-richtext {
  text-align: center;
  font-size: 16px;
  width: 100%;
}

.footerHubspotFormWrap .hbspt-form .hs-button {
  background-color: #003d79;
  border-color: #003d79;
  padding: 18px 40px;
  font-size: 22px;
}

.footerHubspotFormWrap .hbspt-form .hs-button:hover {
  background-color: transparent;
  border-color: #003d79;
  color: #003d79;
}

.footerHubspotFormWrap .hs_recaptcha {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 767px) {
  .footerHubspotFormWrap .hs-form-field,
  .footerHubspotFormWrap .hs-dependent-field {
    flex-basis: 32%;
  }
}

@media (max-width: 767px) {
  .footerHubspotFormWrap .hbspt-form .hs-submit {
    margin-bottom: 40px;
  }
}

.footerHubspotFormWrap .submitted-message {
  font-size: 8px;
}

/* ----------------------------------------------------
		End Footer HubSpot Form - 9-27-2024
------------------------------------------------------- */

/* ----------------------------------------------------
		Start edits 9/12/2024
------------------------------------------------------- */
.codeWrap {
  margin-bottom: 40px;
}

.hbspt-form fieldset {
  max-width: 100% !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.hbspt-form fieldset .hs-form-field {
  margin: 15px 0;
  width: 100% !important;
}

.hbspt-form fieldset .hs-fieldtype-text label {
  line-height: 1em;
  padding-left: 4px;
  padding-bottom: 10px;
  color: #003d79;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  font-size: 20px;
}

.hbspt-form fieldset .hs-form-field .input {
  width: 100%;
}

.hbspt-form fieldset .hs-form-field input {
  border: 0;
  padding: 15px 10px;
  background-color: #f1f0ee;
  font-size: 16px;
  font-family: 'ProximaNovaRegular', Arial, sans-serif;
  width: 100%;
}

.hbspt-form fieldset .hs-form-field .hs-form-booleancheckbox-display input {
  margin-right: 5px;
}

.hbspt-form .hs-submit {
  margin: 30px 0;
}

.hbspt-form .hs-submit .hs-button {
  display: inline-block;
  min-width: 115px;
  padding: 7px 30px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  vertical-align: middle;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  line-height: 22px;
  -webkit-appearance: none;
  font-family: 'HandySansCondensed', Tahoma, sans-serif;
  font-size: 19px;
  border-color: #678849;
  color: #fff;
  background-color: #678849;
  -webkit-transition: color .3s ease-out, border-color .3s ease-out, background-color .3s ease-out;
  -moz-transition: color .3s ease-out border-color .3s ease-out, background-color .3s ease-out;
  -o-transition: color .3s ease-out, border-color .3s ease-out, background-color .3s ease-out;
  transition: color .3s ease-out, border-color .3s ease-out, background-color .3s ease-out;
}

.hbspt-form .hs-submit .hs-button:hover {
  color: #678849;
  border-color: #678849;
  background-color: transparent;
}
/* ----------------------------------------------------
		End edits 9/12/2024
------------------------------------------------------- */