body {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1440 - 320)); }
  @media (min-width: 1320px) {
    body {
      font-size: 20px; } }

h1 {
  font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1440 - 320)); }

h2 {
  font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1440 - 320)); }

h3 {
  font-size: 20px; }

.background-color-four p a {
  color: #e1fea4 !important;
  font-weight: 400 !important; }

.background-color-four p a:hover {
  color: #fe8603 !important;
  font-weight: 400 !important; }

p a, h3 a, h4 a, h2 a {
  color: #467b8d !important;
  font-weight: 500 !important; }

p a:hover, h3 a:hover, h2 a:hover, h4 a:hover {
  color: #42bd8e !important;
  font-weight: 500 !important; }

a {
  text-decoration: none !important;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1440 - 320)); }

strong {
  font-weight: 600; }

.text-center {
  text-align: center;
  text-align: -webkit-center !important;
  text-align: -moz-center; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.aligncenter {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  margin-bottom: 0px; }

a:hover, a:active {
  outline: none;
  text-decoration: none; }

.fancy-quote {
  font-size: 175pt !important;
  line-height: 0px;
  padding-top: 90px; }

.font-italic {
  font-style: italic; }

.font-underline {
  text-decoration: underline !important; }

.text-shadow {
  text-shadow: 2px 2px 5px #0000008c; }

.font-blue {
  color: #0313a8 !important; }

a .font-blue:hover {
  color: #000 !important; }

.font-color-one {
  color: #0313a8 !important; }

.font-color-two {
  color: #fe8603 !important; }

.font-color-three {
  color: #467b8d !important; }

.font-color-four {
  color: #42bd8e !important; }

.font-color-five {
  color: #e1fea4 !important; }

.font-white {
  color: #ffffff !important; }

.font-black {
  color: #000000 !important; }

.font-grey {
  color: #656565 !important; }

.font-serif {
  font-family: "IM Fell French Canon", serif !important; }

.font-sans-serif {
  font-family: "Roboto", sans-serif !important; }

.font-weight-900 {
  font-weight: 900 !important; }

.font-weight-800 {
  font-weight: 800 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.font-weight-500 {
  font-weight: 500 !important; }

.font-weight-400 {
  font-weight: 400 !important; }

.font-weight-300 {
  font-weight: 300 !important; }

.font-weight-100 {
  font-weight: 100 !important; }

.font-weight-200 {
  font-weight: 200 !important; }

.font-36pt {
  font-size: 36pt !important; }

.font-34pt {
  font-size: 34pt !important; }

.font-32pt {
  font-size: 32pt !important; }

.font-30pt {
  font-size: 30pt !important; }

.font-28pt {
  font-size: 28pt !important; }

.font-26pt {
  font-size: 26pt !important; }

.font-24pt {
  font-size: 24pt !important; }

.font-22pt {
  font-size: 22pt !important; }

.font-20pt {
  font-size: 20pt !important; }

.font-18pt {
  font-size: 18pt !important; }

.font-16pt {
  font-size: 16pt !important; }

.font-14pt {
  font-size: 14pt !important; }

.font-12pt {
  font-size: 12pt !important; }

.font-10pt {
  font-size: 10pt !important; }

.font-8pt {
  font-size: 8pt !important; }

.font-6pt {
  font-size: 6pt !important; }

ul {
  font-family: "Roboto", sans-serif;
  font-size: 14pt;
  font-weight: 300; }

p, ol {
  margin: 0px 0px 20px !important;
  line-height: 24pt !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  color: #4e4e4e !important;
  font-size: 14pt !important; }

.italic {
  font-style: italic;
  font-family: "Roboto", sans-serif !important;
  font-weight: 600 !important;
  color: #4e4e4e !important;
  font-size: 16px !important; }

.footer-links a {
  color: #646464 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-family: "Roboto", sans-serif !important; }

p em {
  line-height: 19px;
  color: #4e4e4e;
  font-size: 14px; }

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */ }

.post, .page {
  margin: 0; }

.nopad {
  padding: 0 !important; }

.nomargin {
  margin: 0; }

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important; } }

.desktop-hide {
  display: none !important; }
  @media (max-width: 767px) {
    .desktop-hide {
      display: inline-block !important; } }

.desktop-only {
  display: none !important; }
  @media (min-width: 576px) {
    .desktop-only {
      display: inline-block !important; } }

@media (min-width: 576px) {
  .mobile-only {
    display: none !important; } }

.width-one {
  width: 100%;
  float: left;
  overflow: hidden; }

.flex-con {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }

@media (max-width: 991px) {
  .center-text-mobile {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center; } }

.flex-only {
  display: flex; }
  @media (max-width: 767px) {
    .flex-only {
      display: inline; } }

.padding-lr-zero {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.padding-r-zero {
  padding-right: 0px !important; }

.padding-l-zero {
  padding-left: 0px !important; }

.padding-r-desktop {
  padding-right: 25px !important; }
  @media (max-width: 991px) {
    .padding-r-desktop {
      padding-right: .75rem !important; } }

.padding-l-desktop {
  padding-left: 25px !important; }
  @media (max-width: 991px) {
    .padding-l-desktop {
      padding-left: .75rem !important; } }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.flex-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.fg-1 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }

.fg-2 {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2; }

.fg-3 {
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3; }

.fg-4 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }
  @media (min-width: 576px) {
    .fg-4 {
      -webkit-flex-grow: 4;
      -moz-flex-grow: 4;
      -ms-flex-grow: 4;
      flex-grow: 4; } }

.position-rel {
  position: relative; }

.center-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.overflowhidden {
  overflow: hidden; }

.width-100 {
  width: 100%; }

.height-100 {
  height: 100%; }

.float-left {
  float: left; }

/* start padding and margin */
.margin-5t {
  margin-top: 5px !important; }

.margin-5b {
  margin-bottom: 5px !important; }

.margin-10t {
  margin-top: 10px !important; }

.margin-10b {
  margin-bottom: 10px !important; }

.margin-10l {
  margin-left: 10px !important; }

.margin-10r {
  margin-right: 10px !important; }

.margin-15t {
  margin-top: 15px !important; }

.margin-15b {
  margin-bottom: 15px !important; }

.margin-20t {
  margin-top: 20px !important; }

.margin-20b {
  margin-bottom: 20px !important; }

.margin-25t {
  margin-top: 25px !important; }

.margin-25b {
  margin-bottom: 25px !important; }

.margin-20r {
  margin-right: 20px !important; }

.margin-20l {
  margin-left: 20px !important; }

.margin-30t {
  margin-top: 30px; }

.margin-30b {
  margin-bottom: 30px; }

.margin-40t {
  margin-top: 40px; }

.margin-40b {
  margin-bottom: 40px; }

.margin-50t {
  margin-top: 50px !important; }

.margin-50b {
  margin-bottom: 50px; }

.margin-60t {
  margin-top: 60px; }

.margin-60b {
  margin-bottom: 60px; }

.margin-70t {
  margin-top: 70px; }

.margin-70b {
  margin-bottom: 70px; }

.margin-75t {
  margin-top: 75px; }

.margin-75b {
  margin-bottom: 75px; }

.padding-5b {
  padding-bottom: 5px !important; }

.padding-5t {
  padding-top: 5px !important; }

.padding-10t {
  padding-top: 10px !important; }

.padding-10b {
  padding-bottom: 10px !important; }

.padding-15t {
  padding-top: 15px !important; }

.padding-15b {
  padding-bottom: 15px !important; }

.padding-20l {
  padding-left: 20px !important; }

.padding-20r {
  padding-right: 20px !important; }

.padding-20b {
  padding-bottom: 20px !important; }

.padding-20t {
  padding-top: 20px !important; }

.padding-25l {
  padding-left: 25px !important; }

.padding-30t {
  padding-top: 30px !important; }

.padding-30r {
  padding-right: 30px !important; }

.padding-30b {
  padding-bottom: 30px !important; }

.padding-35t {
  padding-top: 35px !important; }

.padding-35b {
  padding-bottom: 35px !important; }

.padding-40b {
  padding-bottom: 40px !important; }

.padding-40t {
  padding-top: 40px !important; }

.padding-45b {
  padding-bottom: 45px !important; }

.padding-45t {
  padding-top: 45px !important; }

.padding-50t {
  padding-top: 50px !important; }

.padding-50b {
  padding-bottom: 50px !important; }

.padding-60b {
  padding-bottom: 60px !important; }

.padding-60t {
  padding-top: 60px !important; }

.padding-60 {
  padding: 60px !important; }

.padding-70t {
  padding-top: 70px !important; }

.padding-70b {
  padding-bottom: 70px !important; }

.padding-75 {
  padding: 75px !important; }

.padding-75-mobile-25 {
  padding: 75px !important; }
  @media (max-width: 767px) {
    .padding-75-mobile-25 {
      padding: 25px !important; } }

.padding-75t {
  padding-top: 75px !important; }

.padding-75b {
  padding-bottom: 75px !important; }

.padding-100t {
  padding-top: 100px !important; }

/* end padding and margin */
.border-top-color-one {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #0313a8 !important;
  width: 100%; }

.border-bottom-color-one {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #0313a8 !important;
  width: 100%; }

.border-top-color-two {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #fe8603 !important;
  width: 100%; }

.border-bottom-color-two {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #fe8603 !important;
  width: 100%; }

.border-top-color-three {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #467b8d !important;
  width: 100%; }

.border-bottom-color-three {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #467b8d !important;
  width: 100%; }

.border-top-color-black {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #000 !important;
  width: 100%; }

.border-bottom-color-black {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000 !important;
  width: 100%; }

.border-top-color-grey {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #b0b0b0 !important;
  width: 100%; }

.border-bottom-color-grey {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #b0b0b0 !important;
  width: 100%; }

.background-color-one {
  background-color: #0313a8; }

.background-color-two {
  background-color: #fe8603; }

.background-color-three {
  background-color: #467b8d; }

.background-color-four {
  background-color: #42bd8e; }

.background-color-five {
  background-color: #e1fea4; }

.background-black {
  background-color: #000; }

.background-grey {
  background-color: #EBEBEB; }

.background-light-blue-fifty {
  background: white;
  background: linear-gradient(360deg, white 70%, #ebf4f8 30%); }

.background-light-blue {
  background-color: #ebf4f7; }

.separator {
  height: 3px;
  background-color: #c5c5c5;
  width: 127px; }

.separator-color-one {
  height: 3px;
  background-color: #0313a8;
  width: 127px; }

.separator-color-two {
  height: 3px;
  background-color: #fe8603;
  width: 127px; }

/* carousel-indicators */
.carousel-indicators [data-bs-target] {
  background-color: #090909 !important; }

.carousel-indicators {
  margin-bottom: -25px !important; }

.carousel-item.active {
  display: block;
  min-height: 300px; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  padding: 30px; }

/* end carousel-indicators */
/* Banner */
.map-banner {
  width: 100%;
  height: 300px; }

.banner_text_center {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }

.banner_photo {
  height: 400px; }

.banner_text_center {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }

.banner_text_padding {
  color: #fff;
  text-shadow: 3px 3px 3px #00000070;
  letter-spacing: 1px; }

/* end Banner */
/* start left 50 photo text */
#fifty-text-photo-container {
  display: flex;
  width: 100%; }
  @media (max-width: 767px) {
    #fifty-text-photo-container {
      display: grid;
      width: 100%;
      overflow: hidden; } }

.left-fifty {
  width: 50% !important;
  height: auto !important;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767px) {
    .left-fifty {
      width: 100% !important;
      height: 100% !important;
      float: left; } }

.right-fifty {
  width: 50%;
  height: 100%;
  float: left;
  padding-left: 25px;
  padding-right: 25px; }
  @media (max-width: 767px) {
    .right-fifty {
      width: 100% !important;
      height: 100% !important;
      float: left;
      padding-left: 15px !important;
      padding-right: 15px; } }

.right-fifty-text {
  max-width: 660px; }

.left-fifty-text {
  max-width: 660px;
  float: right;
  width: 100%; }
  @media (max-width: 767px) {
    .left-fifty-text {
      max-width: 100%;
      float: left;
      width: 100%; } }

.left-photo {
  height: auto !important; }
  @media (max-width: 767px) {
    .left-photo {
      height: 410px !important; } }

/* end left 50 photo text */
.border-left-container {
  border-left: 1px solid #42bd8e;
  padding-left: 2rem; }

.nav_search_sites {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  z-index: 100; }
  @media (max-width: 767px) {
    .nav_search_sites {
      height: 59px; } }

.top_nav_right_text_divider {
  padding-left: 15px;
  padding-right: 15px;
  color: #0313a8; }
  @media (max-width: 600px) {
    .top_nav_right_text_divider {
      padding-left: 5px;
      padding-right: 5px; } }
  @media (max-width: 390px) {
    .top_nav_right_text_divider {
      padding-left: 3px;
      padding-right: 3px; } }

@media (max-width: 767px) {
  .top-nav-links {
    text-align: -webkit-center; } }

.socials-con {
  width: 35px;
  height: 35px;
  padding-top: 3px;
  float: left; }

.socials-fb img, .socials-tw img, .socials-yt img, .socials-go img, .socials-li img, .socials-in img {
  height: 15px; }

@media (max-width: 767px) {
  .social-btns .ms-auto {
    margin-left: unset !important; } }

.navbar-brand {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-right: 0px !important;
  font-size: 0px !important;
  text-decoration: none;
  white-space: nowrap; }

.navbar-brand img {
  height: 90px;
  max-width: 250px;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 1200px) {
    .navbar-brand img {
      max-width: 200px; } }

.navbar-light .navbar-toggler {
  color: #0313a8;
  border-color: #0313a8 !important; }

.icon-bar {
  display: block;
  height: 3px;
  border-radius: 2px;
  background-color: #0313a8;
  margin-bottom: 6px; }

.icon-bar-last {
  display: block;
  height: 3px;
  border-radius: 2px;
  background-color: #0313a8;
  margin-bottom: 0px; }

.navbar-toggler {
  width: 45px;
  padding: 8px 7px !important;
  font-size: 18px !important;
  line-height: 0 !important;
  background-color: transparent !important;
  border: 2px solid black;
  border-radius: 0.25rem !important;
  transition: box-shadow .15s ease-in-out; }

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem !important; }

.navbar-collapse {
  z-index: 999; }
  .navbar-collapse ul {
    margin: 0; }
  @media (max-width: 991px) {
    .navbar-collapse {
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.15); } }

.navbar ul {
  list-style-type: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
  -webkit-padding-start: 0px !important; }
  @media (max-width: 991px) {
    .navbar ul {
      -webkit-margin-start: 18px !important;
      -webkit-margin-end: 18px !important;
      margin-bottom: 10px !important; } }

.dropdown ul {
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important; }

.navbar {
  z-index: 99;
  height: 90px;
  margin-top: 36px;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }
  @media (max-width: 767px) {
    .navbar {
      margin-top: 60px; } }

.nav-link {
  font-size: 11pt;
  font-family: "Roboto", sans-serif;
  color: #0313a8 !important;
  font-weight: 600;
  letter-spacing: 0px; }
  @media (max-width: 1200px) {
    .nav-link {
      font-size: 9pt; } }
  @media (max-width: 991px) {
    .nav-link {
      font-size: 12pt;
      color: #0313a8 !important; } }

.nav-item {
  float: left;
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 1200px) {
    .nav-item {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 991px) {
    .nav-item {
      padding-top: 0px;
      padding-bottom: 0px; } }

.navbar-nav .nav-item:last-of-type {
  border-width: 0px 0px 0px 0px;
  padding-left: 10px;
  padding-right: 0px; }

.navbar-nav .nav-link:last-of-type {
  padding-right: 0rem; }

.nav-link:hover {
  color: #656565 !important; }

.dropdown-divder {
  border-bottom: 1px solid #d1d1d1; }

.dropdown-divder-padding {
  padding: 0rem 1rem; }

.dropdown-item {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.55) !important; }

.dropdown-item.active, .dropdown-item:active {
  color: #0313a8;
  text-decoration: none;
  background-color: #656565 !important; }

.dropdown-menu {
  padding: 0px !important;
  border-radius: 0rem !important;
  margin-top: 22px !important;
  background-color: #f5f5f5 !important; }
  @media (max-width: 991px) {
    .dropdown-menu {
      margin-top: 0px !important; } }

.navbar-nav .dropdown-menu {
  position: static;
  left: auto !important;
  right: 0 !important; }

main section {
  padding: calc(18px + (100 - 18) * (100vw - 400px) / (1440 - 400)) 0; }
  @media (min-width: 1320px) {
    main section {
      padding: 100px 0; } }

footer {
  padding: calc(20px + (60 - 20) * (100vw - 400px) / (1440 - 400)) calc(20px + (100 - 20) * (100vw - 400px) / (1440 - 400)); }
  @media (min-width: 1320px) {
    footer {
      padding: 60px 100px 40px 100px; } }

.footer-links {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12pt;
  float: left;
  width: 100%;
  color: #fff !important;
  text-decoration: none !important; }

.footer_title_pad {
  padding-top: 0px;
  padding-bottom: 15px; }
  @media (max-width: 991px) {
    .footer_title_pad {
      padding-top: 20px; } }

.footer-logo img {
  max-height: 85px;
  width: auto; }

.footer-bar {
  height: 1px;
  background-color: #fff;
  width: 100%; }

.footer-center-mobile {
  text-align: inherit; }
  @media (max-width: 991px) {
    .footer-center-mobile {
      text-align: -webkit-center; } }

.footer-contact-con {
  width: 100%;
  float: left;
  padding-bottom: 0px; }

.footer-icon {
  float: left; }
  @media (max-width: 991px) {
    .footer-icon {
      float: none;
      font-size: 20px;
      text-align: center;
      text-align: -webkit-center;
      text-align: -moz-center; } }

.footer-text {
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 10pt;
  float: left;
  color: #fff !important;
  text-decoration: none !important; }
  @media (max-width: 991px) {
    .footer-text {
      width: 100%;
      margin-right: 0;
      float: none;
      padding-left: 0;
      display: inline-block;
      clear: both;
      text-align: center;
      text-align: -moz-center;
      margin-bottom: 5px; } }

.footer-terms {
  padding-left: 10px;
  padding-right: 10px; }

.footer-socials-con {
  width: 15px;
  height: 15px;
  float: left;
  margin-top: 0px; }
  @media (max-width: 991px) {
    .footer-socials-con {
      margin-bottom: 20px;
      width: 100%;
      height: 15px;
      float: none; } }

.footer-socials {
  float: right;
  margin-top: 0px;
  width: 115px; }
  @media (max-width: 991px) {
    .footer-socials {
      margin-top: 20px;
      float: left;
      width: 100%; } }

.footer-socials img {
  height: 15px;
  width: 15px;
  float: left; }
  @media (max-width: 991px) {
    .footer-socials img {
      float: none; } }

.footer-socials a img:hover {
  height: 15px;
  opacity: .5; }

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: 7px 14px;
  margin: 20px auto 0;
  background: #ffffff !important;
  border: none;
  color: #000 !important;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .1s ease-in; }

/* contact form 7 */
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 10px;
  font-weight: bold;
  display: block;
  padding-top: 7px;
  padding-left: 2px; }

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 0px;
  height: 0px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0px;
  position: relative; }

.wpcf7 form .wpcf7-response-output {
  margin: 0px;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  margin-bottom: 40px; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  margin-bottom: 40px; }

.contact-form-jeff .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 0px;
  height: 0px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative; }

.contact-contact-con p {
  margin: 0 0 0px; }

.contact-contact-con a {
  color: #333333;
  text-decoration: none; }

.contact-form-jeff {
  width: 100%;
  float: left; }

.contact-text {
  float: left;
  font-size: 12pt;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.contact-contact-con {
  width: 100%;
  float: left;
  padding-bottom: 15px; }

.contact-form-jeff button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  font-size: 15px;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #cecece;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 5px #dddddd;
  -webkit-box-shadow: 0 0 5px #dddddd;
  box-shadow: 0 0 5px #dddddd;
  -webkit-font-smoothing: antialiased !important; }

.contact-form-jeff input {
  font-family: inherit;
  line-height: inherit;
  font-size: 15px;
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  border: 1px solid #898989;
  border-radius: 6px;
  text-transform: none; }

.contact-form-jeff textarea {
  font-family: inherit;
  line-height: inherit;
  font-size: 15px;
  display: block;
  width: 100%;
  max-height: 100px;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #898989;
  border-radius: 6px; }

.contact-form-jeff select {
  font-family: inherit;
  line-height: inherit;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 51px;
  box-sizing: border-box;
  color: inherit;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #e4e3e3;
  border: 1px solid #e4e3e3;
  border-radius: 6px; }

.contact-form-jeff label {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #4e4e4e;
  font-size: 16px;
  float: left;
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    .contact-form-jeff label {
      width: 100%;
      font-size: 14px; } }

.wpcf7-submit {
  background-color: #000000 !important;
  color: #fff !important;
  padding: 10px 20px 10px 20px !important;
  border-radius: 30px !important;
  width: fit-content !important;
  border: 1px solid #000000 !important; }

.wpcf7-submit:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid #898989 !important; }

.your-message-box {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #4e4e4e;
  font-size: 16px;
  float: left; }

.your-message {
  display: inline-block;
  width: 100%;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #4e4e4e;
  font-size: 18px; }

.submit-button {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px 0px 20px !important;
  line-height: 28px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  font-size: 20px !important; }

/* end contact form 7 */
.solid-rounded-btn {
  font-family: "Roboto", sans-serif;
  background: #0313a8;
  border: 1px solid #0313a8;
  color: #fff;
  border-radius: 40px;
  padding: 9px 20px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 12pt; }

.solid-rounded-btn:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000; }

.text-btn {
  font-family: "Roboto", sans-serif;
  color: #0313a8;
  font-size: 12pt; }

.text-btn:hover {
  color: #000000; }

.white-button {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  color: #000;
  padding: 20px 30px 20px 30px;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14pt; }

.white-button:hover {
  background-color: #929292;
  color: #ffffff; }

.button-color-one-small {
  background-color: #0313a8;
  padding: 10px 20px 10px 20px;
  width: fit-content; }

.button-color-one-small:hover {
  background-color: #929292;
  color: #ffffff; }

.button-color-one-big {
  background-color: #0313a8;
  padding: 20px 30px 20px 30px;
  width: fit-content; }

.button-color-one-big:hover {
  background-color: #929292;
  color: #ffffff; }

.archive-banner-image {
  background: #000;
  height: 250px;
  border-radius: 5px; }

.archive-banner-image:hover {
  opacity: .5; }

.navigation.pagination {
  display: inherit;
  text-align: center;
  margin-top: 20px; }

.pagination {
  padding-bottom: 35px; }

.pagination .nav-links {
  font-family: "Roboto", sans-serif !important;
  font-size: 14pt;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #4b5f9c;
  float: left;
  line-height: 25px;
  margin: 0 auto; }

.navigation.pagination .page-numbers.current {
  background-color: #0313a8;
  color: #fff;
  border-radius: 4px; }

.navigation.pagination .page-numbers {
  padding: 5px 10px;
  font-size: 11pt;
  color: #656565; }

.archive-banner {
  background-color: #020a3d;
  height: 100%; }

.archive-feed-search {
  border-bottom: solid 1px #d2d2d2; }

.archive-newsfeed-image {
  overflow: hidden;
  border-radius: 10px; }

.archive-newsfeed-category a {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: .75pc; }

.archive-folder-icon {
  float: left;
  width: 14px;
  margin-right: 8px; }

.profile-circles {
  width: auto;
  height: auto;
  border-radius: 50%;
  overflow: hidden; }

.profile-social-container {
  background-color: #fe8603;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

a .profile-social-container:hover {
  background-color: #0313a8; }

div.management_repeater div:last-child {
  border-color: #ffffff00 !important; }

.widget {
  margin: 0px !important; }

.widget-sidenav section {
  padding: 0px !important; }

.wp-block-search__label {
  display: none; }

.widget-sidenav {
  background: #fcfcfc;
  border: solid 1px #d2d2d2;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 5px; }

.widget-sidenav ul {
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 41px;
  padding-left: 0px !important; }

.widget-sidenav li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d2d2d2;
  color: #656565;
  font-size: 12pt;
  font-weight: 300 !important;
  font-family: "Roboto", sans-serif !important; }

.widget-sidenav li:last-of-type {
  border-bottom: solid 0px #d2d2d2;
  padding-bottom: 30px; }

.widget-sidenav a {
  color: #656565;
  text-decoration: none;
  font-size: 12pt;
  font-weight: 300 !important;
  font-family: "Roboto", sans-serif !important; }

.widget-sidenav a:hover {
  color: #0313a8; }

.widget-sidenav h2 {
  font-size: 20pt !important;
  font-weight: 500 !important;
  font-family: "Roboto", sans-serif !important;
  color: #000 !important; }

.widget-sidenav .widget_search {
  padding-bottom: 30px !important; }

/* breadcrumbnav */
.breadcrumbnav {
  color: #ffffff;
  font-family: "Roboto", sans-serif; }

.breadcrumbnav a {
  color: #ffffff;
  text-decoration: none; }

/* end breadcrumbnav */
