@import url("/global.css");
/* CompiledCSS */
h1 {
		line-height : 160%;
}
td {
		line-height : 160%;
}
a.l {
		text-decoration : underline;
}
a:hover {
		text-decoration : underline;
}
a {
		text-decoration : underline;
}
a.l:hover {
		text-decoration : underline;
}
div {
		line-height : 160%;
}
.unleaded{
	padding:4px 15px 0 15px;
	margin:0 0 0 0;
	font-size: 16px;
	font-weight: bold;
}


/* Start StyleCSS */
/*
Blue #0C214A
Orange #EC7404
*/
html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  -ms-overflow-style: scrollbar;
  background: #fff;
  color: #222;
  font-weight: 400;
  font-size: 18px;
}

input,
textarea {
  font-family: inherit !important;
}

#CP_Contact .form-container {
  max-width: 600px;
}

#CP_StyleContainer {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

#CP_StyleContainer.home #CP_Content {
  overflow: hidden;
}

.container-fluid {
  max-width:1620px;
  margin-left:auto !important;
  margin-right:auto !important;
}
.container-xxl {
  max-width:1620px;
}

a {
  color: #EC7404;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #EC7404;
  text-decoration: none;
}

.parallax,
.bg-image {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.icons .icon .fa {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
  font-size: 3em;
}

.icons .icon:hover .fa {
  color: #222;
  font-size: 4em;
}

.icons .icon p {
  color: #222;
}

.parallax {
  background-attachment: fixed;
}

.color-1 {
  color: #0C214A !important;
  border-color: #0C214A !important;
}

.bg-color-1 {
  background-color: #0C214A !important;
  border-color: #0C214A !important;
  color: #fff !important;
}

.color-2 {
  color: #042244 !important;
  border-color: #042244 !important;
}

.bg-color-2 {
  background-color: #042244 !important;
  border-color: #042244 !important;
  color: #fff !important;
}

.color-3 {
  color: #EC7404 !important;
  border-color: #EC7404 !important;
}

.bg-color-3 {
  background-color: #EC7404 !important;
  border-color: #EC7404 !important;
  color: #fff !important;
}

.white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #222 !important;
}

.black {
  color: #222 !important;
}

.bg-black {
  background-color: #222 !important;
  border-color: #222 !important;
  color: #fff !important;
}

.bg-light {
  background-color: #F0F2F4 !important;
  border-color: #F0F2F4 !important;
  color: #222 !important;
}

.form-control::-webkit-input-placeholder {
  color: #222;
}

.form-control::-moz-placeholder {
  color: #222;
}

.form-control:-ms-input-placeholder {
  color: #222;
}

.form-control::-ms-input-placeholder {
  color: #222;
}

.form-control::placeholder,
.form-control {
  color: #222;
}

hr.line {
  border-bottom: 3px solid #222;
  width: 100px;
  opacity: .5;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
}

.lead {
  font-weight: 400;
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, .75);
}

.btn,
.btn:focus,
.btn:active {
  position: relative;
  text-decoration: none;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  border-color: transparent;
  font-weight: 600;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn:hover,
.btn:active:hover {
  /*text-shadow: 0 3px 5px rgba(0, 0, 0, .3);*/
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.modal-content {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .6);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .6);
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.modal-content .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-header {
  border-radius: 0;
}

.form-control,
.input-lg,
.input-group-lg {
  border-radius: 0;
}

.btn:focus,
.btn:hover:focus {
  outline: 0;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default:hover,
.btn-default:active:hover {
  color: #fff;
  background: #0C214A;
  border: solid 2px #0C214A;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:active:hover {
  color: #fff;
  background: #222;
  border: solid 2px #222;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:active:hover {
  color: #fff;
  background: #EC7404;
  border: solid 2px #EC7404;
}

/* Header */
#CP_SkipNav {
  opacity: 0;
  left: 50%;
  top: -34px;
  min-width: 220px;
  margin-left: -110px;
  position: absolute;
  z-index: 100;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  z-index: 10000;
}

#CP_SkipNav:focus {
  opacity: 1;
  position: absolute;
  top: 0;
}

#CP_Header {
  background: #f2f2f2;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  box-shadow: none !important;
}

#CP_Header.scrolled {
  box-shadow: 0 2px 8px rgba(17, 18, 22, 0.08) !important;
}

#CP_Header.blur {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

/*#CP_Header .btn {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #222;
}*/
#CP_Header.fixed,
#CP_Header.blur {
  position: fixed;
}

/* Header Blur */
#CP_Header.blur.light {
  background: #f2f2f2cc !important;
}

#CP_Header.blur.color {
  background: #404654cc !important;
}

#CP_Header.blur.dark {
  background: #111216cc !important;
}

.light #CP_Header.blur {
  background: #f2f2f2cc;
}

.color #CP_Header.blur {
  background: #404654cc;
}

.dark #CP_Header.blur {
  background: #111216cc;
}

#CP_Logo {
  text-decoration: none;
  min-height: 80px;
  padding: 10px 0;
  /* border-right: 1px solid rgb(0 0 0 / 10%); */
}

#CP_Logo h2 {
  font-family: "Oswald", sans-serif;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 30px;
  /* text-transform:uppercase; */
  font-weight: 00;
  font-style: normal;
  color: #222;
}

#CP_Logo h3 {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #2c2c2c;
}

#CP_Logo img {
  max-width: 400px;
  width: 100%;
}

.parallax .container-fluid {
  position: relative;
}

/* Hero */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}

#CP_Hero {
  position: relative;
  max-height: calc(100vh - 100px);
  min-height: 650px;
  height: 60vw;
}

.internal #CP_Hero {
  height: calc(300px + 5vw);
  min-height: auto;
}

#CP_Slider {
  background-image: url(https://cpanel2.cpasitesolutions.com/images/galleries/style/779/images/parallax-3.jpg);
  background-position: 50% 100%;
  height: calc(300px + 10vw);
  max-height: 600px;
}

#CP_Hero #title {
  margin: 30px 0;
  padding: 0;
}

#CP_Tagline {
  background: #0C214A;
  color: #fff;
  /* box-shadow: 0 0 50px rgb(242 242 242 / 30%); */
  transform: translateY(50px);
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 10vw);
  max-width: 1600px;
}

.view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-attachment: fixed;
}

.view {
  overflow: hidden;
  position: relative;
  cursor: default;
}

.view a {
  position: relative;
}

.hm-zoom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.hm-zoom img {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  transform: all .2s linear;
  -ms-transform: all .2s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  width: 100%;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0C214A;
  box-shadow: none;
}

.accordion-button {
  padding: 1.25rem;
}

.accordion-button.collapsed {
  color: #222;
  background-color: #f2f2f2;
}

.accordion-item {
  margin: 1rem 0;
  border: 0;
  background-color: transparent;
}

#rssFeedReader .fw-bold {
  padding: 1.25rem;
}

.nav-link {
  position: relative;
}

.nav-link .fa {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}

.storyBox {
  background-color: #111216;
  border-color: #111216;
  color: #fff;
}

/* .accordion-item {
    background-color: transparent;
	border-bottom:0;
	margin:1rem 0;
}
.accordion-header {
	background-color:#f2f2f2;
} */
#CP_Section a,
#CP_Breadcrumbs a {
  text-decoration: none;
}

#CP_Section a:hover,
#CP_Breadcrumbs a:hover {
  color: #222;
}

#CP_Breadcrumbs a:after {
  content: "/";
  color: rgb(0 0 0 / 20%);
  margin: 0 4px 0 10px;
}

.nav-pills .nav-link {
  border-radius: 0;
  color: #222;
  padding: .5rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0C214A;
}

#CP_Icons .icon .fa {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
  font-size: 3em;
}

#CP_Icons .icon:hover .fa {
  color: #222;
  font-size: 4em;
}

#CP_Icons .icon p {
  color: #222;
}

/* footer */
#CP_Footer {
  background: #111216;
  color: #fff;
}

#CP_Footer a,
#CP_Footer a:focus {
  text-decoration: none;
  color: #000;
}

#CP_Footer a:hover {
  text-decoration: underline;
  color: #000;
}

.footer-logo {
  max-width: 400px;
  width: 100%;
}

.footer-sister-logo {
  width: 100%;
  max-width: 200px;
}

#CP_SideScroll {
  position: fixed;
  bottom: 25px;
  right: 25px;
  /* width:60px; */
  min-height: 60px;
  border-radius: 0;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  z-index: 1020;
  pointer-events: none;
  opacity: 0;
}

#CP_SideScroll:before {
  /* content:""; */
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin-top: 5px;
  margin-left: 5px;
  border: 3px solid rgb(255 255 255 / 50%);
}

#CP_SideScroll a,
#CP_SideScroll a:active,
#CP_SideScroll a:focus,
#CP_SideScroll button {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border: 0;
  background: transparent;
  /* margin: 0; */
  padding: 0;
}

#CP_SideScroll .badge {
  display: none;
  border-radius: 25px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff5722;
  color: #fff;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes bounce {
  5% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  6% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  6.6% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  7% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  7.4% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  5% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  6% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  6.6% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  7% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  7.4% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  max-width: 250px;
  padding: 10px 15px;
  color: #222;
  text-align: center;
  background-color: #fff;
  border-radius: .25rem;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
  box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #fff;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #fff;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #fff;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #fff;
}

#CP_SideScroll button {
  background: rgb(255 255 255 / 15%);
}

#CP_SideScroll button a:hover {
  text-decoration: none;
  font-size: 28px;
}

#CP_SideScroll {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#CP_SideScroll a.scrollToTop:hover {
  background: transparent;
  line-height: 40px;
}

/* Color Variant */
body #CP_StyleContainer.color.alt .storyBox,
body #CP_StyleContainer.color {
  color: #fff;
  background: #404654;
  border-color: #404654;
}

.color #CP_Content .btn-primary,
.color #CP_Content .btn-primary:focus,
.color #CP_Content .btn-primary:active,
.color #CP_Content .btn-primary:hover,
.color #CP_Content .btn-primary:active:hover {
  color: #fff;
  background: #111216;
  border-color: #111216;
}

.color #CP_Header #CP_Logo h2,
.color #CP_Header #CP_Logo h3 {
  color: #fff;
}

.color #CP_Header #CP_Logo {
  /* border-right: 1px solid rgb(255 255 255 / 10%); */
}

.color #CP_Header {
  background: #404654;
  box-shadow: 0 0 30px #f2f2f2cc;
}

.color #CP_Header .btn {
  background-color: #404654;
  border-color: #404654;
  color: #fff;
}

.color #CP_Tagline {
  /* box-shadow: 0 0 50px #404654cc; */
}

/* Color Alternative Variant */
body #CP_StyleContainer.color.alt,
body #CP_StyleContainer.color.alt #CP_Footer {
  background: #404654;
  color: #fff;
}

.color.alt #CP_Tagline {
  background: #f2f2f2;
  color: #222;
}

.color.alt #CP_Tagline {
  /* box-shadow: 0 0 50px #404654cc; */
}

.color.alt #CP_Tagline .btn-primary,
.color.alt #CP_Tagline .btn-primary:focus,
.color.alt #CP_Tagline .btn-primary:active,
.color.alt #CP_Tagline .btn-primary:hover,
.color.alt #CP_Tagline .btn-primary:active:hover,
.color.alt #CP_Footer .btn-primary,
.color.alt #CP_Footer .btn-primary:focus,
.color.alt #CP_Footer .btn-primary:active,
.color.alt #CP_Footer .btn-primary:hover,
.color.alt #CP_Footer .btn-primary:active:hover {
  color: #fff;
  background: #111216;
  border-color: #111216;
}

/* Color Header */
#CP_Header.color #CP_Logo h2,
#CP_Header.color #CP_Logo h3 {
  color: #fff !important;
}

#CP_Header.color #CP_Logo {
  /* border-right: 1px solid rgb(255 255 255 / 10%) !important; */
}

#CP_Header.color {
  background: #404654 !important;
  box-shadow: 0 0 30px #f2f2f2cc !important;
}

#CP_Header.color .btn:not(.btn-default) {
  background-color: #404654 !important;
  border-color: #404654 !important;
  color: #fff !important;
}

/* Dark Variant */
body #CP_StyleContainer.dark {
  background: #111216;
  color: #fff;
}

.dark .btn-primary,
.dark .btn-primary:focus,
.dark .btn-primary:active,
.dark .btn-primary:hover,
.dark .btn-primary:active:hover {
  color: #fff;
  background: #404654;
  border-color: #404654;
}

.dark #CP_Tagline .btn-primary,
.dark #CP_Tagline .btn-primary:focus,
.dark #CP_Tagline .btn-primary:active,
.dark #CP_Tagline .btn-primary:hover,
.dark #CP_Tagline .btn-primary:active:hover,
.dark #CP_Footer .btn-primary,
.dark #CP_Footer .btn-primary:focus,
.dark #CP_Footer .btn-primary:active,
.dark #CP_Footer .btn-primary:hover,
.dark #CP_Footer .btn-primary:active:hover {
  color: #fff;
  background: #111216;
  border-color: #111216;
}

.dark #CP_Tagline,
.dark #CP_Footer {
  background: #404654;
  color: #fff;
}

.dark #CP_Tagline {
  /* box-shadow: 0 0 50px #111216cc; */
}

.dark #CP_Footer a {
  color: #fff;
}

.dark #CP_Header #CP_Logo h2,
.dark #CP_Header #CP_Logo h3 {
  color: #fff;
}

.dark #CP_Header #CP_Logo {
  /* border-right: 1px solid rgb(255 255 255 / 10%); */
}

.dark #CP_Header {
  background: #111216;
  box-shadow: 0 0 30px #f2f2f2cc;
}

.dark #CP_Header .btn {
  background-color: #111216;
  border-color: #111216;
  color: #fff;
}

/* Dark Alternative Variant */
.dark.alt #CP_Tagline,
.dark.alt #CP_Footer {
  background: #f2f2f2;
  color: #222;
}

.dark.alt #CP_Tagline {
  /* box-shadow: 0 0 50px #111216cc; */
}

.dark.alt #CP_Footer a {
  color: #222;
}

.dark.alt #CP_Tagline .btn-primary,
.dark.alt #CP_Tagline .btn-primary:focus,
.dark.alt #CP_Tagline .btn-primary:active,
.dark.alt #CP_Tagline .btn-primary:hover,
.dark.alt #CP_Tagline .btn-primary:active:hover,
.dark.alt #CP_Footer .btn-primary,
.dark.alt #CP_Footer .btn-primary:focus,
.dark.alt #CP_Footer .btn-primary:active,
.dark.alt #CP_Footer .btn-primary:hover,
.dark.alt #CP_Footer .btn-primary:active:hover {
  color: #fff;
  background: #404654;
  border-color: #404654;
}

/* Dark Header */
#CP_Header.dark #CP_Logo h2,
#CP_Header.dark #CP_Logo h3 {
  color: #fff !important;
}

#CP_Header.dark #CP_Logo {
  /* border-right: 1px solid rgb(255 255 255 / 10%) !important; */
}

#CP_Header.dark {
  background: #111216 !important;
  box-shadow: 0 0 30px #f2f2f2cc !important;
}

#CP_Header.dark .btn:not(.btn-default) {
  background-color: #111216 !important;
  border-color: #111216 !important;
  color: #fff !important;
}

/* Light Variant */
.light #CP_Header #CP_Logo h2,
.light #CP_Header #CP_Logo h3 {
  color: #222;
}

.light #CP_Header #CP_Logo {
  /* border-right: 1px solid rgb(255 255 255 / 10%); */
}

.light #CP_Header {
  background: #f2f2f2;
  box-shadow: 0 0 30px #111216cc;
}

/*.light #CP_Header .btn {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #222;
}*/
/* Light Alternative Variant */
.light.alt #CP_Tagline .btn-primary,
.light.alt #CP_Tagline .btn-primary:focus,
.light.alt #CP_Tagline .btn-primary:active,
.light.alt #CP_Tagline .btn-primary:hover,
.light.alt #CP_Tagline .btn-primary:active:hover,
.light.alt #CP_Footer .btn-primary,
.light.alt #CP_Footer .btn-primary:focus,
.light.alt #CP_Footer .btn-primary:active,
.light.alt #CP_Footer .btn-primary:hover,
.light.alt #CP_Footer .btn-primary:active:hover {
  color: #fff;
  background: #111216;
  border-color: #111216;
}

.light.alt .storyBox,
.light.alt #CP_Tagline,
.light.alt #CP_Footer {
  background: #404654;
  color: #fff;
}

.light.alt #CP_Tagline {
  /* box-shadow: 0 0 50px #f2f2f2cc; */
}

.light.alt #CP_Footer a {
  color: #fff;
}

/* Light Header */
#CP_Header.light #CP_Logo h2,
#CP_Header.light #CP_Logo h3 {
  color: #222 !important;
}

.light #CP_Header #CP_Logo {
  /* border-right: 1px solid rgb(0 0 0 / 10%); */
}

#CP_Header.light #CP_Logo {
  /* border-right: 1px solid rgb(0 0 0 / 10%) !important; */
}

#CP_Header.light {
  background: #f2f2f2 !important;
  box-shadow: 0 0 30px #111216cc !important;
}

#CP_Header.light .btn:not(.btn-default) {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #222 !important;
}

/* SmartMenu */
ul.nav.navbar-nav {
  display: none;
}

#siteManager,
img[src$="edithtml.gif"] {
  z-index: 1002 !important;
}

#CP_StyleOverlay {
  display: none;
}

#CP_SmartMenu .active>a {
  color: #EC7404 !important;
}

#CP_SmartMenu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  z-index: inherit;
}

#modalMenu #CP_SmartMenu {
  display: block;
}

#CP_SmartMenu,
#CP_SmartMenu ul,
#CP_SmartMenu li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

#CP_SmartMenu ul {
  display: none;
  background: rgba(0, 0, 0, 0.05);
}

#CP_SmartMenu li,
#CP_SmartMenu a {
  position: relative;
}

#CP_SmartMenu a {
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#CP_SmartMenu::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

#CP_SmartMenu *,
#CP_SmartMenu *::before,
#CP_SmartMenu *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#CP_SmartMenu a,
#CP_SmartMenu a:hover,
#CP_SmartMenu a:focus,
#CP_SmartMenu a:active {
  padding: 15px 10px;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

#CP_SmartMenu a:hover {
  background: rgba(0, 0, 0, 0.025);
}

#CP_SmartMenu a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: auto;
  right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 24px;
  text-align: center;
  text-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, .8);
  border-radius: 20px;
}

#CP_SmartMenu a .sub-arrow:hover {
  background: #fff;
}

#CP_SmartMenu a .sub-arrow::before,
#CP_SmartMenu a .sub-arrow::after {
  content: ' ';
  right: 50%;
  top: 50%;
  text-align: center;
  line-height: 50px;
  display: block;
  position: absolute;
  background: #0C214A;
}

#CP_SmartMenu a .sub-arrow::before {
  margin-right: -5px;
  margin-top: -1px;
  width: 10px;
  height: 2px;
}

#CP_SmartMenu a .sub-arrow::after {
  margin-right: -1px;
  margin-top: -5px;
  width: 2px;
  height: 10px;
}

#CP_SmartMenu a.highlighted .sub-arrow::after {
  display: none;
}

#CP_SmartMenu li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#CP_SmartMenu>li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#CP_SmartMenu ul a,
#CP_SmartMenu ul a:hover,
#CP_SmartMenu ul a:focus,
#CP_SmartMenu ul a:active {
  font-weight: normal;
  border-left: 8px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #222;
}

#CP_SmartMenu ul ul a,
#CP_SmartMenu ul ul a:hover,
#CP_SmartMenu ul ul a:focus,
#CP_SmartMenu ul ul a:active {
  border-left: 16px solid transparent;
}

#CP_SmartMenu ul ul ul a,
#CP_SmartMenu ul ul ul a:hover,
#CP_SmartMenu ul ul ul a:focus,
#CP_SmartMenu ul ul ul a:active {
  border-left: 24px solid transparent;
}

#CP_SmartMenu ul ul ul ul a,
#CP_SmartMenu ul ul ul ul a:hover,
#CP_SmartMenu ul ul ul ul a:focus,
#CP_SmartMenu ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

#CP_SmartMenu ul ul ul ul ul a,
#CP_SmartMenu ul ul ul ul ul a:hover,
#CP_SmartMenu ul ul ul ul ul a:focus,
#CP_SmartMenu ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

#Toggle {
  display: block;
}

#menu {
  display: none;
}

#CP_SmartMenu a,
#CP_SmartMenu a:hover,
#CP_SmartMenu a:focus,
#CP_SmartMenu a:active {
  color: #222;
}

/* service card */
.service-card {
  position: relative;
}

.service-card a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.service-card {
  transition: all 0.2s ease;
  background: #F0F2F4;
  border-bottom: solid 4px;
  border-color: #EC7404 !important;
}

.service-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}

/* callouts */
.callout-light {
  color: #000;
}

.callout-dark {
  color: #fff;
}

.callout-feature {
  color: #fff;
}

.callout-light {
  background: linear-gradient(to bottom, #f0f2f4 0%, #f0f2f4 85%, transparent 85%, transparent 100%);
}

.callout-dark {
  background: linear-gradient(to bottom, #0C214A 0%, #0C214A 85%, transparent 85%, transparent 100%);
}

.callout-feature {
  background: linear-gradient(to bottom, #EC7404 0%, #EC7404 85%, transparent 85%, transparent 100%);
}

.team img {
  max-width: 300px;
}

.border-bottom-light {
  border-bottom: 2px solid #ebebeb;
}

@media (min-width:992px) {
  .callout-light.callout-image-left {
    background: linear-gradient(to left, #f0f2f4 0%, #f0f2f4 80%, transparent 80%, transparent 100%);
  }

  .callout-dark.callout-image-left {
    background: linear-gradient(to left, #0C214A 0%, #0C214A 80%, transparent 80%, transparent 100%);
  }

  .callout-feature.callout-image-left {
    background: linear-gradient(to left, #EC7404 0%, #EC7404 80%, transparent 80%, transparent 100%);
  }

  .callout-light.callout-image-right {
    background: linear-gradient(to right, #f0f2f4 0%, #f0f2f4 80%, transparent 80%, transparent 100%);
  }

  .callout-dark.callout-image-right {
    background: linear-gradient(to right, #0C214A 0%, #0C214A 80%, transparent 80%, transparent 100%);
  }

  .callout-feature.callout-image-right {
    background: linear-gradient(to right, #EC7404 0%, #EC7404 80%, transparent 80%, transparent 100%);
  }
}

.callout-image img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}

.callout-image-left::before,
.callout-image-right::before {
  bottom: 20%
}

@media (min-width: 992px) {
  .callout-image-left::before {
    left: 20%;
    bottom: 0%;
  }

  .callout-image-right::before {
    right: 20%;
    bottom: 0%;
  }
}

@media (min-width:768px) {
  .split-md-list-2 {
    columns: 2;
    gap: 1em;
  }

  .split-md-list-3 {
    columns: 3;
    gap: 1em;
  }
}

@media (min-width:992px) {
  .split-lg-list-3 {
    columns: 3;
    gap: 2em;
  }
}

/* CUSTOM BUTTONS DEFAULTS */
.btn-fill {
  background: transparent !important;
  position: relative;
  z-index: 0;
  transition: color 0.2s ease;
}

.btn-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0px;
  height: 100%;
  transition: width 0.2s ease;
}

.btn-fill:hover {
  color: #fff !important;
  text-shadow: none !important;
  filter: none !important;
}

.btn-fill:hover::before {
  width: 100%;
}

/* CUSTOM BUTTON 1 */
.btn-fill-1 {
  border: solid 2px #EC7404 !important;
  color: #fff !important;
}

.btn-fill-1::before {
  background: #EC7404;
}

.btn-fill-1:hover {
  color: #fff !important;
}

/* CUSTOM BUTTON 2 */
.btn-fill-2 {
  border: solid 2px #0C214A !important;
  color: #0C214A !important;
}

.btn-fill-2::before {
  background: #0C214A;
}

.btn-fill-2:hover {
  color: #fff !important;
}

/* CUSTOM BUTTON 3 */
.btn-fill-3 {
  border: solid 2px #fff !important;
  color: #fff !important;
}

.btn-fill-3::before {
  background: #fff;
}

.btn-fill-3:hover {
  color: #000 !important;
}

/* CUSTOM BUTTON 4 */
.btn-fill-4 {
  border: solid 2px #f0f2f4 !important;
  color: #f0f2f4 !important;
}

.btn-fill-4::before {
  background: #f0f2f4;
}

.btn-fill-4:hover {
  color: #000 !important;
}

/* contact callout */
#contact-callout .callout-background {
  background-image: linear-gradient(rgb(4 34 68 / 90%), rgb(4 34 68 / 90%)),
    url(https://cpanel2.cpasitesolutions.com/~lahcpas/images/callouts/callout-footer.jpg);
}

.callout-background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* Switch to desktop layout */
@media (min-width: 1200px) and (any-pointer:fine),
(min-width: 1200px) and (any-hover:hover) {

  #CP_Header.color #CP_SmartMenu a,
  #CP_Header.color #CP_SmartMenu a:hover,
  #CP_Header.color #CP_SmartMenu a:focus,
  #CP_Header.color #CP_SmartMenu a:active,
  #CP_Header.dark #CP_SmartMenu a,
  #CP_Header.dark #CP_SmartMenu a:hover,
  #CP_Header.dark #CP_SmartMenu a:focus,
  #CP_Header.dark #CP_SmartMenu a:active,
  .color #CP_SmartMenu a,
  .color #CP_SmartMenu a:hover,
  .color #CP_SmartMenu a:focus,
  .color #CP_SmartMenu a:active,
  .dark #CP_SmartMenu a,
  .dark #CP_SmartMenu a:hover,
  .dark #CP_SmartMenu a:focus,
  .dark #CP_SmartMenu a:active {
    color: #fff;
  }

  #CP_Header.light #CP_SmartMenu a,
  #CP_Header.light #CP_SmartMenu a:hover,
  #CP_Header.light #CP_SmartMenu a:focus,
  #CP_Header.light #CP_SmartMenu a:active,
  .light #CP_SmartMenu a,
  .light #CP_SmartMenu a:hover,
  .light #CP_SmartMenu a:focus,
  .light #CP_SmartMenu a:active {
    color: #222;
  }

  #CP_TopBar .fa,
  #Toggle {
    display: none !important;
  }

  #CP_TopBar .spacer {
    display: inline;
  }

  #menu {
    display: block;
    height: 50px;
  }

  #CP_SmartMenu {
    display: inline-block;
  }

  #CP_SmartMenu a,
  #CP_SmartMenu a:hover,
  #CP_SmartMenu a:focus,
  #CP_SmartMenu a:active {
    padding: 15px 1vw 15px 0;
    color: #222;
    margin-right: 1vw;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
  }

  #CP_SmartMenu ul {
    position: absolute;
    width: 12em;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  }

  #CP_SmartMenu li {
    float: left;
  }

  #CP_SmartMenu>li:last-child {
    border-bottom: 0;
  }

  #CP_SmartMenu ul li {
    float: none;
  }

  #CP_SmartMenu a {
    white-space: nowrap;
  }

  #CP_SmartMenu ul a,
  #CP_SmartMenu ul a:hover,
  #CP_SmartMenu ul a:focus,
  #CP_SmartMenu ul a:active {
    color: #222 !important;
    text-transform: none;
    white-space: normal;
    padding: 8px;
    margin: 0;
  }

  #CP_SmartMenu .sm-nowrap>li>a,
  #CP_SmartMenu .sm-nowrap>li> :not(ul) a {
    white-space: nowrap;
    letter-spacing: 0;
    margin: 0;
  }

  #CP_SmartMenu a.has-submenu,
  #CP_SmartMenu a.has-submenu.current {
    /* padding-right: 1.5em; */
  }

  #CP_SmartMenu ul a:hover,
  #CP_SmartMenu ul a:focus,
  #CP_SmartMenu ul a:active,
  #CP_SmartMenu ul a.highlighted {
    background: #0C214A;
    color: #fff !important;
  }

  #CP_SmartMenu ul a:hover .sub-arrow,
  #CP_SmartMenu ul a:focus .sub-arrow,
  #CP_SmartMenu ul a:active .sub-arrow,
  #CP_SmartMenu ul a.highlighted .sub-arrow {
    border-left: 4px solid #fff;
  }

  #CP_SmartMenu a .sub-arrow {
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-top: 0;
    background: transparent;
    border-radius: 0;
    border-top: 4px solid #222;
    display: none;
  }

  #CP_SmartMenu a .sub-arrow:hover {
    background: transparent;
  }

  #CP_SmartMenu ul a .sub-arrow {
    margin-top: -5px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 0;
    right: 10px;
    display: block;
    border-left: 4px solid #222;
  }

  #CP_SmartMenu li {
    border-top: 0;
  }

  #CP_SmartMenu>li:first-child {
    border-left: 0;
  }

  #CP_SmartMenu ul a {
    border: 0 !important;
  }

  #CP_SmartMenu ul a.has-submenu {
    padding-right: 25px;
    margin: 0;
  }

  #CP_SmartMenu ul>li {
    border-left: 0;
    border-top: 0;
  }

  #CP_SmartMenu ul>li:first-child {
    border-top: 0;
  }

  #CP_SmartMenu ul>li {
    border-top: 1px solid rgba(0, 0, 0, .05);
  }

  #CP_SmartMenu .scroll-up,
  #CP_SmartMenu .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }

  #CP_SmartMenu .scroll-up-arrow,
  #CP_SmartMenu .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
  }

  #CP_SmartMenu .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
  }

  .CP_Toggle {
    display: none;
  }
}

@media (max-width:1719.98px) {
  #CP_Tagline {
    margin-left: 5vw;
    margin-right: 5vw;
    width: calc(100% - 10vw);
  }
}

@media (max-width:1399.98px) {
  #CP_Tagline {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .bg-image:not(#CP_Hero) {
    display: block !important;
    padding-top: 40%;
    height: auto !important;
    position: relative !important;
  }

  .color-box {
    background-color: transparent !important;
    box-shadow: none !important;
  }
}

@media (max-width: 991.98px) {
  #CP_Hero {
    min-height: 500px;
  }

  #CP_Content {
    padding: 0;
  }
}

@media (max-width: 767.98px) {

  #CP_Phone,
  #Toggle {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  #CP_Logo img {
    display: block;
    margin: 0 auto;
  }
}

/* Global */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#content table {
  width: 100%;
}

#ServicesHub .shadows,
#ListSub .thumbborder.thumbpad,
#ListSub table td[width="2%"],
#Guides td[width="55"],
#Guides>br {
  display: none;
}

#ServicesHub table td:first-child {
  display: none;
}

#ListSub table td {
  width: 100%;
  display: block;
  padding-bottom: 10px !important;
}

.HubSection h2 a {
  text-decoration: none;
  color: inherit;
}

.hubsection {
  height: 80px;
  padding: 30px 0pt 20px;
  border-bottom: 1px solid #888888;
}

.thumbborder {
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
  border: 1px solid #999;
  padding: 5px;
}

img[src$="triangle-yellow.gif"],
img[src$="triangle-orange.gif"],
img[src$="icon-calculators.png"],
img[src$="icon-faq.png"],
img[src$="icon-fg.png"] {
  display: none;
}

/* Map and Driving Directions */
#Map iframe,
#Directions .gadget,
#Directions iframe {
  width: 100%;
  border: 0;
}

#Publications table {
  width: 100%;
  border: inherit;
  border-collapse: collapse;
}

#DueDates * {
  background: none;
  font-family: inherit;
  color: inherit;
}

#DueDates table {
  width: 100%;
  border-spacing: 0;
}

#DueDates table,
#DueDates tr,
#DueDates td {
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
}

.taxratetable {
  font-size: inherit !important;
}

.taxratetable font {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

#TaxRates table {
  border: none;
  border-collapse: collapse;
}

/* Forms */
#Form table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px auto;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

#Form textarea {
  max-height: 80px;
}

#Form form>p:first-of-type {
  text-align: center;
}

#Form table td {
  text-align: left;
  padding: 0 0 .5rem;
  display: block;
  border: none;
  border-collapse: collapse;
}

/* Captcha Formatting */
.CP_Captcha .form-control {
  display: grid;
  /* grid-template-columns: 1fr;
	grid-template-rows: 1fr; */
  gap: 0px 0px;
  justify-items: center;
  align-items: center;
  grid-template-areas:
    "one three"
    "two three";
  padding: 0;
}

@media (max-width:575.98px) {
  .CP_Captcha .form-control {
    grid-template-areas:
      "three"
      "one"
      "two";
  }
}

.CP_Captcha #captcha_code {
  grid-area: one;
  font-size: 1.5em;
  text-align: center;
  padding: 0;
  width: 100%;
  outline: 0;
}

.CP_Captcha #captcha_refresh {
  grid-area: two;
  font-size: .8em;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

.CP_Captcha #captcha {
  grid-area: three;
}

.CP_Captcha br {
  display: none;
}

#Form table td:first-child {
  font-weight: bold;
}

#Form table input,
#Form table textarea {
  font-weight: normal;
}

br.clearfloat {
  display: none;
}

.thumbpad {
  display: block;
  float: left;
  margin-right: 20px;
}

#Newsletter table td[width="220"],
#Newsletter table td[width="20"] {
  display: none;
}

#Newsletter .tip,
#Newsletter .note,
#Newsletter .caution,
#Newsletter .example {
  background: none !important;
  padding: 10px 20px !important;
  min-height: 0 !important;
}

#Header,
#Footer {
  display: none;
}

.hubtab {
  padding: 0;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}

hr.headerline.cellcolor {
  display: none;
}

.headerline {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  clear: both;
  border: 0;
  height: 0;
  margin: 0;
  width: 100%;
}

/* Blog */
#Blog .cellcolor.roundcorner {
  float: none !important;
  width: 100% !important;
  border-radius: 0;
  border: none !important;
  padding: 0 0 50px 0 !important;
}

#Blog .cellcolor li {
  margin: 5px 0;
}

#Blog .cellcolor.roundcorner hr {
  margin: 0;
}

#Blog .cellcolor.roundcorner div:nth-last-of-type(1),
#Blog #rssIcon {
  float: none !important;
  padding: 0 !important;
  width: 50% !important;
  bottom: 15px !important;
}

#Blog #rssIcon {
  left: 0;
}

#Blog .cellcolor.roundcorner div:nth-last-of-type(1) {
  left: 50% !important;
}

#Blog .cellcolor.roundcorner div:nth-last-of-type(1) a,
#Blog #rssIcon a {
  display: block;
}

#Blog .cellcolor.roundcorner br {
  display: none;
}

@media (any-pointer:coarse),
(any-hover:none) {
  .parallax {
    background-attachment: initial !important
  }
}

td,
h1,
div {
  line-height: inherit;
}

.block-cream {
background-color: #f5f4ed;
padding: 10px;
width: fit-content;
margin: auto;
}

/* Start MENU */

/* Start MENU */
