/* Reset CSS */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  background-color: transparent;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

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: none;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ul,
ol,
menu {
  list-style: none
}

input,
select,
button {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 18px;
  font-family: "demos-next-pro-cn-black";
  color: #3e3e3e;
  line-height: 1.5em;
}

@media only screen and (max-width: 2048px) {

  /* When switching from land to port on Android phones, some
			text elements don't auto resize to fit port mode.  Applying
			a transparent BG fixes this bug */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  li {
    background: url(../images/transparentimage.png) 0 0 repeat;
  }
}

*:focus-visible {
  outline-color: #0078C8 !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: absolute !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
  z-index: 10000002;
  cursor: pointer;
  background-color: #ffffff;
  padding: 15px;
  font-size: 23px;
  border: 1px solid #000;
  color: #000 !important;
}

.swiper-button-next:focus-visible,
.swiper-button-prev:focus-visible,
.swiper-pagination-bullet:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

/* ----------------------------------------------------
		Start Headers
------------------------------------------------------- */

h1 {
  width: 100%;
  margin: 0 auto 20px auto;
  font-weight: 300;
  font-size: 2.75em;
  line-height: 1.2em;
  color: #6d6e71;
  text-align: center;
}

h2 {
  width: 100%;
  margin: 0 auto 50px auto;
  font-weight: 300;
  font-size: 2.75em;
  line-height: 1.2em;
  color: #6d6e71;
  text-align: center;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.subHeadLine {
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #8ebf5c;
  font-style: italic;
  text-align: center;
}

@media screen and (max-width:1100px) {

  h1,
  h2 {
    font-size: 2.5em;
  }
}

@media screen and (max-width:767px) {

  h1,
  h2 {
    font-size: 2.3em;
  }
}

/* ----------------------------------------------------
		End Headers
------------------------------------------------------- */

a:link,
a:visited,
a:active,
a:hover {
  color: #016597;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a.disabled {
  cursor: default;
}

strong {
  /*font-family: Arial, sans-serif;*/
}

input[type=text],
input[type=date],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  width: 100%;
  max-width: 100%;
  font-family: Arial, sans-serif;
  padding: 7px 0 7px 8px;
  color: #151c22;
  font-size: 16px;
  -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;
}

/* Remove dropdown arrow from IE dropdown versions 10 and up */
select::-ms-expand {
  display: none;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
  font-size: 16px;
  -webkit-appearance: none;
  outline: none;
}

input[type=image] {
  outline: none;
}

textarea {
  height: 150px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #797979;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #797979;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #797979;
}

sup,
sub {
  font-size: .55em;
  text-transform: uppercase;
  position: relative;
  left: 0;
}

sup {
  top: -9px;
}

sub {
  top: 6px;
}

a.btn,
.btn {
  display: inline-block;
  min-width: 115px;
  padding: 7px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #6c6d71;
  border-width: 2px;
  border-style: solid;
  border-color: #6c6d71;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 22px;
  -webkit-appearance: none;
}

a.btnWhite,
.btnWhite {
  border-color: #FFF;
  background-color: transparent;
}

a.btnWhite:hover,
.btnWhite:hover {
  color: #6c6d71;
  border-color: #FFF;
  background-color: #FFF;
}

.bodyStopScrolling {
  padding-right: 17px;
  overflow: hidden;
}

.stickyOnScroll.sticky {
  position: sticky;
  top: 15px;
  left: 0;
}

.widgetTopMargin {
  margin-top: 50px;
}

.widgetBottomMargin {
  margin-bottom: 50px;
}

.videoIframeWrap,
.mceNonEditable.embeditem {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  /*border: 1px solid #ececec;*/
  /*background: url(/_assets/images/loading.gif) center center no-repeat;*/
}

.videoIframeWrap iframe,
.mceNonEditable.embeditem iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.imgScaleOnHover {
  transition: all .2s ease-in-out;
}

.imgScaleOnHover:hover {
  transform: scale(1.03);
}

.centered {
  margin: 0 auto;
}

.customScrollbar::-webkit-scrollbar {
  /* required - the "base" of the bar - mostly for setting width */
  width: 15px;
}

.customScrollbar::-webkit-scrollbar-track {
  /* the "track" of the bar - great for customizing "background" colors */
  background-color: #e4e4e4;
  border-radius: 8px;
  padding: 2px 2px;
}

.customScrollbar::-webkit-scrollbar-thumb {
  /* the actual draggable element, the star of the show! */
  background-color: #838383;
  width: 10px;
  border-radius: 8px;
}

/* ----------------------------------------------------
		Start Modal Styles
------------------------------------------------------- */

.bodyModalOpen {
  width: 100vw;
  overflow: hidden;
  padding-right: 17px;
}

.modalWrapper {
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  padding: 0 2%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  /*visibility: hidden;*/
  opacity: 0;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s ease-in-out;
}

.modalActive {
  /*visibility: visible;*/
  opacity: 1;
}

.modalWrapper .modalContentWrap {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 30px;
  color: #FFF;
  background-color: gray;
}

.modalWrapper .modalClose {
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: none;
  font-size: 1.5em;
  padding: 20px;
  color: #FFF;
  text-decoration: none !important;
}

.modalWrapper .modalContent a {
  color: #FFF;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  .modalWrapper .modalContentWrap {
    padding: 50px;
  }
}

/* ----------------------------------------------------
		End Modal Styles
------------------------------------------------------- */

.sitewidth {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 2%;
}

.sitewidth .sitewidth {
  padding-left: 0;
  padding-right: 0;
}

#Wrapper {
  min-height: 100%;
  position: relative;
}

/* ----------------------------------------------------
		Start Header
------------------------------------------------------- */

header {}

/* ----------------------------------------------------
		End Header
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Header Image
------------------------------------------------------- */

.headerImage {
  position: relative;
}

.headerImage .mainImage {
  width: 100%;
}

.headerImage .headerImageCaption {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

/* ----------------------------------------------------
		End Header Image
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Top Nav
------------------------------------------------------- */
.topNav {
  margin: 5px 0 50px 0;
  text-align: center;
}

.topNav li {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}

/* ----------------------------------------------------
		End Top Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Main Nav
------------------------------------------------------- */

#MainNavWrap {
  display: none;
  z-index: 1000;
}

#MainNavWrap .mainNav {
  display: flex;
  justify-content: space-evenly;
}

#MainNavWrap .subNav {
  display: none;
  position: absolute;
  padding: 15px 15px 15px 15px;
  background: #e1e1e1;
  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;
}

#MainNavWrap .mainNav>li:hover .subNav,
#MainNavWrap .mainNav>li:focus-within .subNav {
  display: block;
}

/* ----------------------------------------------------
		End Main Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Mobile Main Nav
------------------------------------------------------- */

.mobileMainMenu {
  display: none;
  width: 100%;
  position: absolute;
  top: 48px;
  left: 0px;
  z-index: 3000;
  font-size: 16px;
  background: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
}

.mobileMainMenu ul {
  padding: 0;
  list-style-type: none;
}

.mobileMainMenu ul li {
  position: relative;
}

.mobileMainMenu ul li a {
  display: block;
  padding: 10px 0 10px 35px;
  color: #464646;
  background: #f9f9f9;
  border-top: 1px solid #e9e9e9;
}

.mobileMainMenu ul.mainNav ul {
  display: none;
}

.mobileMainMenu ul li.mobileMenuOpen>ul {
  display: block;
}

.mobileMainMenu ul li ul {
  display: none;
}

.mobileMainMenu ul li ul li a {
  padding-left: 50px;
  background: #dbdbdb;
}

.mobileMainMenu ul li ul ul li a {
  padding-left: 65px;
}

.mobileMainMenu ul li a.current {
  background: #dbdbdb;
  color: #464646;
  border-top: 1px solid #eee;
}

.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;
}

.mobileMenuButton {
  position: absolute;
  top: 0;
  right: 0;
}

.mobileMenuButton .burg {
  width: 30px;
  margin: 16px;
}

.mobileMenuButton .burg span {
  display: block;
  height: 3px;
  margin: 6px 0;
  background: #000;
}

.mobileMenuButton .close {
  display: none;
  font-size: 32px;
  font-weight: bold;
  margin: 13px 22px;
  color: #000;
}

.mobileMenuButtonOpen .burg {
  display: none;
}

.mobileMenuButtonOpen .close {
  display: block;
}

@media screen and (min-width:900px) {
  #MainNavWrap {
    display: block;
  }

  .mobileMenuButton {
    display: none;
  }
}

/* ----------------------------------------------------
		End  Mobile Main Nav
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Breadcrumb
------------------------------------------------------- */

.breadcrumbWrap {
  margin-bottom: 35px;
  font-size: 14px;
  color: #525252;
  background: #dbdbdb;
}

.breadcrumbWrap ul {
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumbWrap ul li {
  display: inline;
  padding-right: 10px;
}

.breadcrumbWrap a {
  color: #015593;
}

/* ----------------------------------------------------
		End Breadcrumb
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Pagination
------------------------------------------------------- */

.pagination {
  width: auto;
  margin-bottom: 35px;
  text-align: center;
}

.pagination span,
.pagination a {
  zoom: 1;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
  text-align: center;
  color: #2385dc;
  font-size: 0.85em;
  background: #FFF;
  border: 1px solid #e8e8e8;
}

.pagination a:hover {
  background: #edeef0;
}

.pagination span {
  color: #ac2522;
}

/* ----------------------------------------------------
		End Pagination
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Body
------------------------------------------------------- */

main {
  display: block;
}

main .mainContent {
  padding-top: 35px;
}

main ul,
main ol,
main p {
  margin-bottom: 30px;
}

main p:last-child {
  margin-bottom: 0;
}

main ul {
  padding-left: 20px;
  list-style-type: disc;
}

main ul.noListStyle {
  padding-left: 0;
  list-style-type: none;
}

main ul.ulSplit {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

main ol {
  list-style: decimal;
  padding-left: 22px;
}

main ul li,
main ol li {
  padding-bottom: 3px;
}

.rteCopy {
  margin-bottom: 35px;
}

.rteCopy img {
  max-width: 80%;
  width: auto !important;
  height: auto !important;
  margin: 20px;
}

/* ----------------------------------------------------
		End Body
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Footer
------------------------------------------------------- */

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px 0;
}

footer .copyRight {
  text-align: center;
}

footer .footerNav ul {
  margin-bottom: 15px;
  text-align: center;
}

footer .footerNav ul li {
  display: inline-block;
  padding: 0 10px;
}

/* ----------------------------------------------------
		End Footer
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Footer Callout Node
------------------------------------------------------- */

.footerCalloutWrap {
  padding: 20px 0;
  position: relative;
  text-align: center;
  font-size: 27px;
  color: #FFF;
  background: #0074d9;
}

.footerCalloutWrap .btn {
  position: relative;
  left: 0;
  top: 0;
  margin-top: 20px;
  left: 8px;
  top: -2px;
  border: 1px solid #FFF;
}

.footerCalloutWrap .copy {
  line-height: 35px;
}

@media only screen and (min-width: 1024px) {
  .footerCalloutWrap .copy {
    display: inline-block;
  }

  .footerCalloutWrap .btn {
    left: 8px;
    top: -2px;
    margin-top: 0;
  }
}

/* ----------------------------------------------------
		End Footer Callout Node
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Contact Form Common Styles
------------------------------------------------------- */

.formWrap {
  margin-bottom: 30px;
}

.formWrap .formErrorGroup {
  margin-bottom: 30px;
}

.formWrap .formErrorGroup,
.formWrap .confirmationMsg,
.formWrap .formRow span {
  display: none;
}

.formWrap .formErrorGroup,
.formWrap .formRow.error label,
.formWrap .formRow.error span {
  color: red;
}

.formWrap .formRow.error input {
  border: 1px solid red;
}

.formWrap .formRow.error span {
  display: block;
  font-size: 14px;
}

.formWrap .formRow {
  display: flex;
  flex-direction: column;
}


/* ----------------------------------------------------
		End Contact Form Common Styles
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Search Styles
------------------------------------------------------- */

.siteSearchResults #PageSearchBox {
  margin-bottom: 50px;
}

.siteSearchResults #PageSearchBox form {
  display: flex;
}

.siteSearchResults .pageSearchBoxInput {
  flex: 0 1 300px;
  margin-right: 5px;
  padding-left: 5px;
  border: 1px solid #231f20;
}

.siteSearchResults .item {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
}

.siteSearchResults .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2em;
  color: #000;
}

.siteSearchResults .bodyCopy {
  color: #000;
}

/* ----------------------------------------------------
		End Search Styles
------------------------------------------------------- */
/* ----------------------------------------------------
		Static Styles
------------------------------------------------------- */

header,
#Wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2%;
}


#Wrapper {
  padding-bottom: 60px !important;
}

header {
  padding: 20px 2%;
}

header img {
  margin: 0 auto;
}

h1 {
  font-size: 35px;
}

@media (min-width: 767px) {
 h1 {
  font-size: 50px;
} 
}

h1,
h3 {
  font-family: "demos-next-pro-black";
  color: #3e3e3e;
}

#Wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#Wrapper .content ul {
  list-style: disc;
  margin-left: 20px;
}

#Wrapper .content li::marker {
  font-size: 0.9rem;
}