@charset "UTF-8";
body {
  padding-top: 120px;
  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; }

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

strong {
  font-weight: 600; }

.aligncenter {
  text-align: center; }

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

.font-heavy {
  font-weight: 800; }

.font-bold {
  font-weight: 700; }

.font-semi-bold {
  font-weight: 600; }

.font-medium {
  font-weight: 500; }

.font-regular {
  font-weight: 400; }

.font-light {
  font-weight: 300; }

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

.font-corben-xxl {
  font-family: "Corben", cursive;
  font-size: 30pt; }
  @media (max-width: 500px) {
    .font-corben-xxl {
      font-size: 26pt; } }

.font-san-xl {
  font-family: "Corben", cursive;
  font-size: 24pt; }
  @media (max-width: 500px) {
    .font-san-xl {
      font-size: 20pt; } }

.font-san-xxl {
  font-family: "Open Sans", sans-serif;
  font-size: 30pt; }
  @media (max-width: 500px) {
    .font-san-xxl {
      font-size: 26pt; } }

.font-san-xl {
  font-family: "Open Sans", sans-serif;
  font-size: 24pt; }
  @media (max-width: 500px) {
    .font-san-xl {
      font-size: 20pt; } }

.font-san-lg {
  font-family: "Open Sans", sans-serif;
  font-size: 18pt; }
  @media (max-width: 500px) {
    .font-san-lg {
      font-size: 16pt; } }

.font-san-md {
  font-family: "Open Sans", sans-serif;
  font-size: 16pt; }
  @media (max-width: 500px) {
    .font-san-md {
      font-size: 14pt; } }

.font-san-sm-md {
  font-family: "Open Sans", sans-serif;
  font-size: 14pt; }
  @media (max-width: 500px) {
    .font-san-sm-md {
      font-size: 12pt; } }

.font-san-sm {
  font-family: "Open Sans", sans-serif;
  font-size: 12pt; }
  @media (max-width: 500px) {
    .font-san-sm {
      font-size: 10pt; } }

.font-san-xs {
  font-family: "Open Sans", sans-serif;
  font-size: 10pt; }
  @media (max-width: 500px) {
    .font-san-xs {
      font-size: 8pt; } }

.font-dark-green {
  color: #3D5E37; }

.font-dark-blue {
  color: #0f2c74 !important; }

.font-yellow {
  color: #f59630; }

.font-teal {
  color: #2499b0; }

.font-dark-teal {
  color: #0c6d73; }

.font-white {
  color: #fff; }

.font-grey {
  color: #cccccc; }

.font-black {
  color: #000; }

body {
  padding-top: 0px; }

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: white; }

.post, .page {
  margin: 0; }

a {
  color: #0f2d74; }

a {
  -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; }

a {
  text-decoration: none !important; }

.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; }

.center-text {
  text-align: center;
  text-align: -webkit-center; }

.flex-con {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: 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; }

.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; }

.text-align-center {
  text-align: -webkit-center;
  text-align: center; }

.overflowhidden {
  overflow: hidden; }

.width-100 {
  width: 100%; }

.float-left {
  float: left; }

/* 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-top: 80px;
  padding-bottom: 80px;
  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;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .right-fifty {
      width: 100% !important;
      height: 100% !important;
      float: left;
      padding-left: 15px !important;
      padding-right: 15px;
      padding-top: 50px;
      padding-bottom: 50px; } }

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

.left-fifty-text {
  max-width: 660px;
  float: right;
  width: 100%; }

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

/* end left 50 photo text */
/* start background color */
.bg-teal {
  background: #2499b0; }

.bg-pink {
  background: #efacca; }

.bg-lblue {
  background: #bbe3ee; }

.bg-green {
  background: #acd9b0; }

.bg-dark-green {
  background: #3D5E37; }

.bg-dark-teal {
  background: #0c6d73; }

.bg-lblue-gradient {
  background: #bbe4ee;
  background: linear-gradient(25deg, #bbe4ee 0%, #e8f9fd 100%); }

.bg-green-gradient {
  background: #bbe4ee;
  background: linear-gradient(25deg, #def0e0, #effbf0); }

.bg-green-gradient-ellipse {
  background: #bbe4ee;
  background: radial-gradient(ellipse at center, #f8ffe8 0%, #d9f5ab 44%, #bbed6c 100%) !important; }

.bg-blue-gradient-ellipse {
  background: #bbe4ee;
  background: radial-gradient(ellipse at center, #ecf8f9 0%, #d1f1ed 44%, #b1dad2 100%) !important; }

/* end background color */
.border-b {
  border-bottom: 2px solid #dee2e6 !important; }

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

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

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

.margin-5b {
  margin-bottom: 5px !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-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-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-75t {
  padding-top: 75px !important; }

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

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

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

/* end padding and margin */
.divider {
  display: block;
  position: relative;
  height: 3px;
  width: 100px;
  margin: 0.5em 0;
  background: #3D5E37 !important; }

/* Slider */
/* END Slider */
.learn-btn {
  background-color: #fff;
  padding: 7px 14px 7px 14px;
  border-radius: 5px;
  width: fit-content;
  cursor: pointer; }
  .learn-btn a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 14pt;
    font-weight: 400;
    color: #0e9cd8 !important;
    font-weight: 600; }

.learn-btn:hover {
  background-color: #0e9cd8; }
  .learn-btn:hover a {
    color: #fff !important; }

.learn-blue-btn {
  background-color: #0e9cd8;
  padding: 7px 21px 7px 21px;
  border-radius: 5px;
  width: fit-content;
  cursor: pointer; }
  .learn-blue-btn a {
    text-decoration: none;
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    font-weight: 400; }

.learn-blue-btn:hover {
  background-color: #0f2c74; }

.download-blue-btn {
  background-color: #0e9cd8;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  text-align: center; }
  .download-blue-btn a {
    text-decoration: none;
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-size: 12pt; }

a .download-blue-btn {
  background-color: #0e9cd8;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  font-family: 'Lato', sans-serif;
  font-size: 12pt; }

.download-blue-btn:hover {
  background-color: #0f2c74; }

.book-banner-btn {
  background-color: #2499b0;
  height: 57px;
  padding: 10px 20px 15px 20px;
  border-radius: 50px;
  width: fit-content;
  cursor: pointer; }
  .book-banner-btn a {
    text-decoration: none;
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-size: 18pt;
    font-style: italic; }

.book-banner-btn:hover {
  background-color: #acd9b0; }
  .book-banner-btn:hover a {
    color: #fff !important; }

.text-btn {
  width: fit-content !important;
  cursor: pointer; }
  .text-btn a {
    text-decoration: underline;
    color: #000 !important;
    font-family: "Lato", sans-serif;
    font-size: 14pt;
    font-style: italic; }

.text-btn:hover a {
  color: #efacca !important; }

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

.separator-grey {
  height: 2px;
  background-color: #d6d6d6; }

.separator-grey:last-of-type {
  display: none; }

.quotation {
  font-size: 27pt;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  quotes: "“" "”" "‘" "’";
  padding: 10px 20px;
  position: relative;
  line-height: 1.4; }

.quotation:before {
  content: open-quote;
  font-family: "Lato", sans-serif;
  color: #efacca;
  display: inline;
  position: relative;
  line-height: 0pt;
  top: 80px;
  font-size: 140pt;
  left: -24px; }

.quotation::after {
  content: close-quote;
  color: #efacca;
  font-family: "Lato", sans-serif;
  display: inline;
  line-height: 0px !important;
  position: absolute;
  bottom: 8px;
  font-size: 140pt;
  margin: -19px -29px; }

.icon-circles {
  width: 140px;
  height: 140px;
  padding: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 5px #0d9cd8; }

.dowload_info {
  float: left;
  padding-left: 25px; }

.banner_text {
  display: table-cell;
  text-align: -webkit-center;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  letter-spacing: 1px; }

.consultation-banner {
  height: 400px;
  width: 100%; }

.banner_photo {
  height: 350px; }

.banner_text_left {
  display: table;
  height: 350px; }

ul {
  margin: 0px !important;
  padding-inline-start: 0px; }

.preview_con {
  position: relative;
  padding-bottom: 45px;
  height: 100%; }

.preview_con_bottom {
  position: absolute;
  bottom: 0; }

.archive-banner-image {
  background: #0e9cd8;
  height: 250px; }

.featured-banner-image {
  background: #0e9cd8;
  height: 400px; }

.breadcrumbnav {
  color: #6f6f6f;
  font-family: "Open Sans", sans-serif; }
  .breadcrumbnav a {
    color: #6f6f6f;
    text-decoration: none; }
  .breadcrumbnav a:hover {
    color: #0d9cd8;
    text-decoration: none; }

.breadcrumbnav-background {
  background: #ececec; }

.manufacturer_logo img {
  width: 100%; }

.manufacturer_center {
  display: table;
  width: 100%;
  height: 100%; }

.manufacturer_logo {
  display: table-cell;
  vertical-align: middle; }

.manufacturer_title {
  display: table-cell;
  vertical-align: middle; }

.manufacturer_title_center {
  display: table;
  width: 100%;
  height: 100%;
  border-left: 4px solid #0d9cd8;
  padding-left: 20px; }

.link-pipe-text {
  color: #0e9cd8 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 15pt;
  font-weight: 600;
  text-decoration: none; }

.link-pipe {
  padding-left: 10px;
  padding-right: 10px;
  color: #0e9cd8;
  font-size: 16pt;
  text-decoration: none;
  font-weight: 300;
  font-family: "Open Sans", sans-serif; }

.link-pipe-last a:hover {
  color: #0f2c74 !important; }

.fart:last-of-type {
  font-weight: 700; }

.link-pipe-last .link-pipe:last-child {
  display: none; }

.manu-product_picture {
  height: 250px;
  width: 100%; }

.manu-product_picture img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.product_picture {
  height: 350px;
  width: 100%;
  border: 2px solid #dee2e6; }

.product_picture img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.wp-block-image {
  margin-bottom: 0px; }

.wp-block-coblocks-accordion {
  float: left;
  width: 100%; }

.profile-picvid {
  opacity: 0.84;
  float: left;
  margin-right: 1pc;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px; }

.wp-block {
  max-width: 900px !important; }

.wp-block-image {
  max-width: 100%;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0; }

.wp-block-image img {
  max-width: 100%;
  height: 100%; }

a {
  color: #9b0404;
  text-decoration: none; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
  -webkit-padding-start: 0px !important; }

ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 30px !important;
  -webkit-margin-end: 0px !important;
  -webkit-padding-start: 0px !important;
  line-height: 28px;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  color: #4e4e4e;
  font-size: 18px; }

menu,
ol,
ul {
  padding: 0; }

dd {
  margin: 0; }

ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 18px !important;
  -webkit-margin-end: 0px !important;
  -webkit-padding-start: 0px !important;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #4e4e4e;
  font-size: 18px; }

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

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

search-form label {
  display: inline-block;
  width: 55%; }

input[type="search"] {
  color: #666;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 8px;
  height: 40px;
  width: 100%; }

.search-form input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #11284b;
  color: #fff;
  line-height: 1;
  padding: 0px 10px;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 14pt;
  font-style: italic;
  width: 30%; }

.search header {
  padding: 0px;
  width: 100%;
  background: #ffffff !important; }

.search h2 a {
  color: #000;
  font-size: 16pt; }

#background-photo-text {
  height: 300px;
  text-align: -webkit-center;
  text-align: center;
  padding-top: 90px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  text-shadow: 2px 2px 9px black; }

.home-box-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 10px; }

.home-box-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: fit-content;
  color: #fff;
  text-align: center;
  font-style: italic;
  background: #696969;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 6px;
  font-size: 14px;
  height: 31px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .home-box-button {
      margin-top: 25px;
      margin-bottom: 40px; } }

.home-box-button:hover {
  background: #0f2c74; }

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

.black {
  background-color: #00000094; }

.banner_text {
  display: table-cell;
  text-align: -webkit-center;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px; }

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

.banner_photo_bump {
  margin-top: -102px;
  background: #fff; }

.side_nav_bump {
  margin-top: -85px; }

.side_nav_content_bump {
  margin-top: 75px !important; }
  @media (max-width: 767px) {
    .side_nav_content_bump {
      margin-top: 0px !important; } }

.team-pic-FULL img {
  width: 100%;
  height: auto; }

.team-pic img {
  width: 100%;
  height: auto; }

.team-button {
  border-radius: 8px;
  padding: 15px;
  text-shadow: 0px 0px 0px black;
  background: #696969;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  margin-top: 20px;
  text-align: center; }

.team-button:hover {
  background: #0f2c74;
  color: #ffffff; }

.con {
  height: 100%;
  float: left;
  clear: both; }

.testimonia-stars {
  color: #f59630;
  font-size: 15pt; }

.testimonia-stars .fa {
  padding-right: 6px; }

.testimonials p {
  margin: 0px 0px 8px !important; }

.wp-block-quote strong {
  font-weight: bold;
  color: #0f2c74 !important; }

/* Email */
.checkbox input {
  border-radius: 8px;
  border-width: 1px;
  width: 15px;
  position: relative;
  float: left;
  margin-left: 0px !important;
  margin-bottom: 0px;
  padding-left: 6px !important;
  margin-top: 5px;
  height: 28px;
  margin-right: 0px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 12px;
  height: 100%;
  float: left; }

.pdb-signup .checkbox .helptext {
  display: inline-block;
  float: left;
  padding-top: 9px;
  padding-left: 25px; }

.bullets ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 26px !important;
  -webkit-margin-end: 0px !important;
  -webkit-padding-start: 0px !important; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 8px;
  background: #11284b;
  border-width: 0px;
  color: #ffffff;
  padding: 6px;
  width: 100%; }

input {
  border-style: none; }

input, textarea, select, .uneditable-input {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 4px;
  padding-left: 5px;
  margin-top: 5px;
  height: 35px;
  border-width: 1px 1px 1px 1px;
  border-color: #b7b7b7;
  border-style: solid; }

.pdb-signup th {
  color: #221F59;
  width: 100%;
  float: left;
  text-align: left;
  font-family: "Open Sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px; }

.text-line {
  width: 50% !important;
  padding-left: 1%;
  padding-right: 1%;
  float: left;
  display: inline; }

.pdb-signup-box {
  background: #f3f3f3;
  border-radius: 7px;
  padding: 15px 15px 15px 15px;
  border-width: 1px 1px 1px 1px;
  border-color: #b7b7b7;
  border-style: solid; }

.pdb-signup td {
  width: 100%;
  float: left;
  padding: 0; }

.pdb-signup-box h4 {
  color: #221F59;
  font-family: "Open Sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  padding-bottom: 15px;
  border-width: 0px 0px 1px 0px;
  border-color: #b7b7b7;
  margin-bottom: 6px;
  border-style: solid; }

tr {
  vertical-align: inherit;
  border-color: inherit; }

/* End Email */
/* 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; }

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

.contact-form-jeff-small label {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  font-weight: 600;
  color: #4e4e4e;
  font-size: 16px;
  float: left;
  line-height: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 45px !important;
  height: 50px; }

.contact-form-jeff-small input {
  border: 1px solid #ccc;
  padding: 3px 9px 3px 9px;
  border-radius: 8px; }

.contact-form-jeff-small .wpcf7-submit {
  color: #fff;
  background-color: #f59630 !important;
  border: 0px solid #cecece !important;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px; }
  @media (max-width: 991px) {
    .contact-form-jeff-small .wpcf7-submit {
      font-size: 12pt; } }

.contact-form-jeff-small .wpcf7-submit:hover {
  color: #ffffff !important;
  background-color: #0f2c74 !important; }

.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: "Open Sans", 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;
  background-color: #fff;
  border: 1px solid #e4e3e3;
  border-radius: 6px;
  text-transform: uppercase; }

.contact-form-jeff textarea {
  font-family: inherit;
  line-height: inherit;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e4e3e3;
  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: #fff;
  border: 1px solid #e4e3e3;
  border-radius: 6px; }

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

.wpcf7-submit {
  color: #fff;
  background-color: #696969 !important;
  border: 0px solid #cecece !important;
  -moz-box-shadow: 0 0 5px #dddddd !important;
  -webkit-box-shadow: 0 0 5px #dddddd !important;
  box-shadow: 0 0 0px #dddddd !important;
  -webkit-font-smoothing: antialiased !important; }

.wpcf7-submit:hover {
  color: #ffffff !important;
  background-color: #0f2c74 !important; }

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

.your-message {
  display: inline-block;
  width: 100%;
  line-height: 28px;
  font-family: "Open Sans", 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: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  font-size: 20px !important; }

/* end contact form 7 */
/* contact */
.contact-contact-title {
  width: 100%;
  float: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px; }

.contact-contact-title h1 {
  margin-top: 0px;
  margin-bottom: 10px; }

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

.contact-icon {
  float: left;
  font-size: 20px; }

.contact-text {
  font-weight: 300;
  float: left;
  padding-left: 10px; }

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

/* end contact */
.slider_border {
  border: 2px solid #adadad;
  height: 404px;
  background: #d9d9d9; }

.download_btn {
  margin-top: 27px;
  width: 249px;
  color: #fff;
  background: #9b0404;
  text-align: center;
  border-radius: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 19px;
  height: 50px; }

.about-text p {
  margin: 0 0 0px;
  line-height: 27px;
  font-size: 15pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

/* fifty photo */
.text-center-767 {
  text-align: left;
  text-align: -webkit-left; }

/* intro box */
.intro-icon {
  float: left;
  width: 66px;
  height: 66px;
  margin-right: 10px;
  flex: none; }
  @media (max-width: 991px) {
    .intro-icon {
      width: 45px;
      height: 45px; } }

.intro-text-con {
  width: 100%;
  float: left;
  display: flex; }

.intro-text-box {
  float: left;
  width: 100%; }

.intro-text {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #2a2a2a; }

/* intro box */
.wp-prev-next ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px; }

.wp-prev-next {
  padding-bottom: 35px; }

.wp-prev-next ul li a {
  border-bottom: solid 2px #7fbf92;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #4b5f9c;
  float: left;
  line-height: 25px; }

.pagination {
  padding-bottom: 35px; }

.pagination .nav-links {
  border-bottom: solid 2px #7fbf92;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #4b5f9c !important;
  float: left;
  line-height: 25px; }

.nav-links a {
  color: #4b5f9c !important;
  text-decoration: underline; }

.pagination .nav-links .current {
  color: #ed7b22 !important;
  text-decoration: underline; }

/* quote box */
.quote-icon {
  float: left;
  width: 66px;
  height: 66px;
  margin-right: 10px;
  flex: none; }
  @media (max-width: 991px) {
    .quote-icon {
      width: 35px;
      height: 35px; } }
  @media (max-width: 767px) {
    .quote-icon {
      width: 66px;
      height: 66px; } }

.quote-con-with-contact {
  width: 100%;
  float: left;
  display: flex;
  padding-left: 10px;
  padding-top: 10px; }

.quote-text-con {
  width: 100%;
  float: left;
  background: #cccccc;
  border-radius: 10px;
  padding: 10px; }

.quote-text-box {
  float: left;
  width: 100%; }

.quote-text {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  padding-top: 6px;
  color: #24406a; }
  @media (max-width: 991px) {
    .quote-text {
      font-size: 12pt;
      line-height: 12px; } }
  @media (max-width: 767px) {
    .quote-text {
      font-size: 25px;
      line-height: 25px; } }

.quote-text-small {
  width: 100%;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #2a2a2a; }

.quote-text-ital {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  padding-top: 2px;
  float: left;
  font-weight: 400;
  font-size: 16pt; }
  @media (max-width: 991px) {
    .quote-text-ital {
      font-size: 12pt; } }
  @media (max-width: 767px) {
    .quote-text-ital {
      font-size: 16pt; } }

/* quote box */
/* Services Box */
.services_box-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-style: italic;
  background: #696969;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 6px;
  font-size: 14px;
  height: 31px;
  margin-bottom: 15px; }

.services_box-button:hover {
  background: #0f2c74; }

/* End Services Box */
.wp-block-image {
  padding-bottom: 15px; }

.sidenav-button {
  border-radius: 8px;
  padding: 15px;
  text-shadow: 0px 0px 0px black;
  background: #696969;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  margin-top: 20px;
  text-align: center; }

.sidenav-button:hover {
  background: #f8c937;
  color: #0f2c74; }

.sidenav-button-email {
  border-radius: 8px;
  padding: 15px;
  text-shadow: 0px 0px 0px black;
  background: #696969;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  margin-top: 20px;
  text-align: center; }

.sidenav-button-email:hover {
  background: #0f2c74;
  color: #f8c937; }

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

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

@media only screen and (max-width: 767px) {
  #menu-main-menu-1 li {
    padding-bottom: 15px; }
  #menu-main-menu-1 li .sub-menu li {
    padding-bottom: 1px; } }

/* end 767 */
.nav_search_sites {
  position: absolute;
  top: 0;
  background: #0f2c74;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 100;
  text-align: -webkit-center;
  text-align: center; }

.top_nav_text_left {
  float: left;
  border: #b3b3b3;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px; }
  @media (max-width: 575px) {
    .top_nav_text_left {
      border-width: 0px 1px 0px 0px;
      padding-left: 0px;
      padding-right: 10px;
      padding-top: 5px; } }

.top_nav_text_right {
  float: left;
  border: #b3b3b3;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px; }
  @media (max-width: 575px) {
    .top_nav_text_right {
      border-width: 0px 0px 0px 0px;
      padding-left: 10px;
      padding-right: 0px;
      padding-top: 5px; } }
  @media (max-width: 430px) {
    .top_nav_text_right {
      display: none; } }

.top_nav_left {
  float: left; }

.top_nav_right {
  float: right;
  border: #b3b3b3;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px; }
  @media (max-width: 575px) {
    .top_nav_right {
      border-width: 0px 0px 0px 1px;
      padding-left: 10px;
      padding-right: 0px; } }
  @media (max-width: 430px) {
    .top_nav_right {
      border-width: 0px 0px 0px 0px;
      padding-left: 0px; } }

.top_nav_text a {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px; }
  @media (max-width: 575px) {
    .top_nav_text a {
      font-size: 9px; } }

.top_nav_text a:hover {
  color: #ffcd00; }

.top_nav_icons a {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding-right: 5px;
  padding-left: 5px; }
  @media (max-width: 575px) {
    .top_nav_icons a {
      font-size: 9px; } }

.top_nav_icons a:hover {
  color: #ffcd00; }

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff !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: auto;
  max-width: 280px;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 500px) {
    .navbar-brand img {
      max-width: 220px;
      padding-top: 15px;
      padding-bottom: 15px; } }

.navbar-light .navbar-toggler {
  color: #196776;
  border-color: #196776; }

.navbar-toggler {
  width: 45px;
  padding: 5px 8px !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: #688563;
      border: 1px solid rgba(0, 0, 0, 0.15); } }

.navbar-white {
  background-color: #fff;
  border-bottom: solid 1px #d2d2d2; }

.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 {
  height: 68px;
  margin-top: 0px;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.nav-link {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0px; }

.nav-item {
  float: left;
  border: #b3b3b3;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 991px) {
    .nav-item {
      border-width: 0px 0px 1px 0px;
      padding-top: 0px;
      padding-bottom: 0px; } }

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

.nav-link:hover {
  color: #000000 !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: #fff;
  text-decoration: none;
  background-color: #696969 !important; }

.dropdown-menu {
  padding: 0px !important;
  border-radius: 0rem !important;
  margin-top: 0px !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; }

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; } }

.footer_background {
  background-color: #0f2c74; }

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

.footer_title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18pt;
  float: left;
  width: 100%;
  color: #ffffff !important;
  text-decoration: none !important; }

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

.footer-logo img {
  padding-bottom: 20px !important; }

.footer-privacy {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 12pt;
  color: #bbe3ee; }

.dingus {
  font-family: "Open Sans", sans-serif;
  color: #0e9cd8;
  font-weight: 300;
  font-size: 29pt;
  display: inline-block;
  -webkit-transform: scale(3, 2);
  -moz-transform: scale(3, 2);
  -ms-transform: scale(3, 2);
  -o-transform: scale(3, 2);
  transform: scale(3, 2);
  padding-left: 6px; }

#myBtn {
  position: absolute;
  bottom: 14px;
  right: 18px;
  background-color: #1e8096;
  color: #bbe3ee9e;
  cursor: pointer;
  padding: 17px 14px 14px 14px;
  font-size: 15pt;
  font-family: 'Open Sans';
  line-height: 8px;
  border: 4px solid #bbe3ee9e !important; }

#myBtn:hover {
  background-color: #efacca;
  /* Add a dark-grey background on hover */ }

.protal-footer-btn {
  background-color: #bbe3ee;
  height: 50px;
  padding: 10px 20px 15px 20px;
  border-radius: 25px;
  width: fit-content;
  cursor: pointer; }
  .protal-footer-btn a {
    text-decoration: none;
    color: #2a2a2a !important;
    font-family: 'Lato', sans-serif;
    font-size: 14pt;
    font-style: italic; }

.protal-footer-btn:hover {
  background-color: #acd9b0; }
  .protal-footer-btn:hover a {
    color: #fff !important; }

.contact-footer-btn {
  background-color: #efacca;
  height: 50px;
  padding: 10px 20px 15px 20px;
  border-radius: 25px;
  width: fit-content;
  cursor: pointer; }
  .contact-footer-btn a {
    text-decoration: none;
    color: #2a2a2a !important;
    font-family: 'Lato', sans-serif;
    font-size: 14pt;
    font-style: italic; }

.contact-footer-btn:hover {
  background-color: #acd9b0; }
  .contact-footer-btn:hover a {
    color: #fff !important; }

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

/* Footer */
#footer {
  background: #000;
  padding: 50px 0; }

#footer ul {
  padding: 0;
  margin: 0;
  margin-left: 0px; }

#footer .menu-item-has-children a {
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase; }

#footer .menu-item-has-children .sub-menu a {
  color: #FFF;
  font-weight: 400;
  text-transform: capitalize; }

#footer .menu-item-has-children:last-child {
  margin-right: 0; }

.footer-links {
  margin-bottom: 18px; }

.footer-links .menu li {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  text-indent: 0; }

.footer-links {
  float: none !important;
  margin-bottom: 18px; }

.sub-menu li {
  float: left;
  width: 100%; }

.footer-contact-box {
  background-color: #989898; }

.footer-contact-con {
  width: 555px;
  margin-left: auto;
  margin-right: auto;
  height: 100px; }
  @media (max-width: 767px) {
    .footer-contact-con {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      height: 175px; } }

.footer-contact-title {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18pt !important;
  color: #fff !important;
  font-weight: 300 !important;
  text-align: left !important;
  text-align: -webkit-left !important; }
  @media (max-width: 767px) {
    .footer-contact-title {
      text-align: center;
      text-align: -webkit-center; } }

.footer-contact-text {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18pt !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-align: -webkit-left !important; }
  @media (max-width: 767px) {
    .footer-contact-text {
      text-align: center;
      text-align: -webkit-center; } }

.footer-contact-text p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18pt !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-align: -webkit-left !important; }

.footer-contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 229px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  color: #f59630;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  margin-top: 0px; }
  @media (max-width: 767px) {
    .footer-contact-button {
      margin-top: 40px; } }

.footer-contact-button:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 229px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 15px;
  background: #f59630;
  color: #fff; }

.footer_links_container a {
  width: 50%;
  float: left;
  color: #fff; }
  @media (max-width: 500px) {
    .footer_links_container a {
      width: 100%; } }

.footer_links_container_full a {
  width: 100%;
  float: left;
  color: #fff; }
  @media (max-width: 500px) {
    .footer_links_container_full a {
      width: 100%; } }

.footer_links_container a:hover {
  color: #ffcd00; }

.footer_info a:hover {
  color: #2d4269; }

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

#footerlogo {
  max-width: 240px;
  height: 75px;
  margin-bottom: 30px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    #footerlogo {
      max-width: 175px;
      height: 75px;
      margin-bottom: 30px;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; } }

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

.footer-left {
  float: left; }
  @media (max-width: 767px) {
    .footer-left {
      width: 100%;
      text-align: center; } }

.footer-left a {
  color: #ffffff; }

.footer-right {
  float: right; }
  @media (max-width: 767px) {
    .footer-right {
      width: 100%;
      text-align: center; } }

.footer-right a {
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px; }

.footer-padding-991 {
  text-align: left;
  text-align: -webkit-left;
  padding-bottom: 0px;
  padding-top: 0px; }
  @media (max-width: 767px) {
    .footer-padding-991 {
      text-align: center;
      text-align: -webkit-center;
      padding-bottom: 30px;
      padding-top: 0px; } }

.footer-no-padding-991 {
  text-align: left;
  text-align: -webkit-left;
  padding-bottom: 0px;
  padding-top: 0px; }
  @media (max-width: 767px) {
    .footer-no-padding-991 {
      text-align: center;
      text-align: -webkit-center;
      padding-bottom: 0px;
      padding-top: 0px; } }

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

.homepage p {
  margin: 0px 0px 5px !important;
  line-height: 28px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  color: #4e4e4e !important;
  font-size: 18px !important; }

.homepage .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; }

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

.home_welcome_border {
  border: #b3b3b3;
  border-width: 0px 0px 0px 1px;
  border-style: solid; }
  @media (max-width: 976px) {
    .home_welcome_border {
      border-width: 0px 0px 0px 0px; } }

.home_banner_text h1 {
  color: #0f2c74 !important;
  font-weight: 600 !important;
  text-shadow: 1px 1px 4px #ffffffcf;
  font-family: "Corben", cursive;
  font-size: 35pt !important; }
  @media (max-width: 767px) {
    .home_banner_text h1 {
      font-size: 25pt !important;
      padding-right: 15px;
      padding-left: 15px; } }

.home_banner_text h2 {
  font-family: "Open Sans", sans-serif;
  color: #0f2c74 !important;
  text-decoration: none;
  line-height: 30px;
  font-weight: 600 !important;
  font-size: 18pt !important;
  text-shadow: 1px 1px 4px #ffffffcf; }
  @media (max-width: 767px) {
    .home_banner_text h2 {
      line-height: 23px;
      font-weight: 600 !important;
      font-size: 14pt !important;
      padding-right: 15px;
      padding-left: 15px; } }

.home_banner_width {
  width: 100%;
  text-align: center;
  max-width: 500px; }
  @media (max-width: 991px) {
    .home_banner_width {
      max-width: 400px; } }
  @media (max-width: 767px) {
    .home_banner_width {
      max-width: 100%; } }

.home_banner_text {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  letter-spacing: 1px; }

.home_banner_text_left {
  display: table;
  height: 500px;
  width: 100%; }
  @media (max-width: 767px) {
    .home_banner_text_left {
      height: 375px; } }

.home-btn {
  background-color: #fff;
  padding: 8px 20px 8px 20px;
  border-radius: 30px;
  width: fit-content;
  cursor: pointer;
  margin: auto; }

.home-btn a {
  text-decoration: none;
  color: #2a2a2a !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14pt;
  font-style: italic; }
  @media (max-width: 767px) {
    .home-btn a {
      font-size: 12pt; } }

.home_banner_photo {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(https://www.kobeemanatee.com/wp-content/themes/kobee_manatee_ncs/dist/images/kobee_home_banner.jpg); }
  @media (max-width: 767px) {
    .home_banner_photo {
      background-position: bottom;
      background-image: url(https://www.kobeemanatee.com/wp-content/themes/kobee_manatee_ncs/dist/images/kobee_home_banner_mobile.jpg); } }

.home-btn:hover {
  background-color: #f6b957;
  color: #fff; }

.widget-title {
  display: none; }

.widget ul {
  list-style: none;
  padding-left: 0rem; }

.widget li a {
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  color: #000;
  font-weight: 400;
  text-decoration: none; }

.widget li a:hover {
  color: #0e9cd8; }

.widget li {
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
  padding-top: 10px; }

.post-banner-image {
  height: 250px; }

.widget {
  margin: 0px; }

.archive-border {
  border: #616161;
  border-width: 0px 0px 1px 0px;
  border-style: solid; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px 8px 8px 8px;
  border: 1px solid #d3ced2;
  padding: 25px !important; }

#tab-title-description {
  margin: 0px 0px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 8px 8px 0 0;
  margin: 0 0px;
  padding: 0 1em; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0;
  margin: 0 0 0;
  overflow: hidden;
  position: relative;
  top: 1px; }

.woocommerce-tabs ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
  -webkit-padding-start: 0px !important;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #4e4e4e;
  font-size: 18px; }

.products h2 {
  margin-bottom: 20px; }

.products ul {
  -webkit-margin-start: 3px !important; }

.flex-viewport {
  margin-bottom: 20px; }

.woocommerce-product-gallery ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
  -webkit-padding-start: 0px !important;
  line-height: 28px;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  color: #4e4e4e;
  font-size: 18px; }

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
  margin-right: 15px; }

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  width: 200px; }

.woocommerce button.button.alt.disabled {
  background-color: #438bc3;
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #166db0;
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
  height: 30px;
  padding-right: 15px;
  float: left;
  margin-bottom: 30px;
  margin-top: 10px; }

.woocom .entry-summary {
  margin: 0 0 0; }

.col-lg-4 a img:hover {
  opacity: .2; }
