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: #000 !important;
  font-weight: 400 !important; }

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

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

p a:hover, h3 a:hover, h2 a:hover, h4 a:hover {
  color: #f2e697 !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; }

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 9px black; }

.font-blue {
  color: #1F538F !important; }

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

.font-color-one {
  color: #1f3a5f !important; }

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

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

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

.font-color-five {
  color: #000 !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-48pt {
  font-size: 48pt !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: 20pt !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  color: #4e4e4e !important;
  font-size: 14pt !important; }
  @media (max-width: 767px) {
    p, ol {
      font-size: 12pt !important;
      line-height: 18pt !important; } }

.italic {
  font-style: italic; }

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

.post, .page {
  margin: 0; }

.nopad {
  padding: 0 !important; }

.nomargin {
  margin: 0; }

a {
  color: #1f3a5f !important;
  text-decoration: underline; }

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

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

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

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

.only-on-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .only-on-mobile {
      display: inline !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; } }

.box-rounded-five {
  border-radius: 5px; }

.position-rel {
  position: relative; }

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

.overflowhidden {
  overflow: hidden; }

.width-fit {
  width: fit-content; }

.width-100 {
  width: 100%; }

.height-100 {
  height: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-right-desktop-only {
  float: right; }
  @media (max-width: 991px) {
    .float-right-desktop-only {
      float: inherit; } }

/* 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-25b {
  padding-bottom: 25px !important; }

.padding-25t {
  padding-top: 25px !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: #1f3a5f !important;
  width: 100%; }

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

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

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

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

.border-bottom-color-three {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #f2e697 !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: #cccccc !important;
  width: 100%; }

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

.background-color-one {
  background-color: #1f3a5f; }

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

.background-color-three {
  background-color: #f2e697; }

.background-color-four {
  background-color: #545454; }

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

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

.background-white {
  background-color: #fff; }

.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;
  margin-top: 38px;
  margin-bottom: 33px;
  background-color: #c5c5c5;
  width: 127px; }

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

.separator-color-two {
  height: 3px;
  background-color: #b3505e;
  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: 40px;
  padding-right: 40px; }
  @media (max-width: 767px) {
    .left-fifty {
      width: 100% !important;
      height: 100% !important;
      float: left;
      padding-left: 15px !important;
      padding-right: 15px !important; } }

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

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

.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 #545454;
  padding-left: 2rem; }

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

.top_nav_right_text_divider {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff; }
  @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;
  float: left; }

.navbar-brand img {
  height: 90px;
  max-width: 110px;
  padding-top: 10px;
  padding-bottom: 10px; }

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

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

.icon-bar-last {
  display: block;
  height: 3px;
  border-radius: 2px;
  background-color: #d2d2d2;
  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: 80px;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  border-bottom: 3px solid #1f3a5f !important; }
  @media (max-width: 767px) {
    .navbar {
      margin-top: 60px; } }

.nav-link {
  font-size: 14pt;
  font-family: "Roboto", sans-serif;
  color: #1f3a5f !important;
  font-weight: 600;
  letter-spacing: 0px; }

.nav-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  @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: 15px;
  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: #fff;
  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: #000 !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 {
  width: 285px; }

.footer-bar {
  height: 1px;
  background-color: #888888;
  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;
  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; }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.youtube_padding {
  padding-bottom: 0%;
  padding-top: 0%; }

.youtube iframe, .youtube object, .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hero-image {
  background-size: cover;
  background-position: center;
  background-image: url(https://lomaira.com/hcp/wp-content/themes/NCS_template/images/background-hcp.jpg); }

.hero-image-flag {
  height: 95px;
  background-size: cover;
  background-position: center;
  background-image: url(https://lomaira.com/hcp/wp-content/themes/NCS_template/images/flag.png); }
  @media (max-width: 767px) {
    .hero-image-flag {
      height: 75px; } }

.hero-image-flag .font-16pt {
  font-size: 16pt !important; }
  @media (max-width: 767px) {
    .hero-image-flag .font-16pt {
      font-size: 14pt !important; } }

.hero-image-flag .padding-20t {
  padding-top: 20px !important; }
  @media (max-width: 767px) {
    .hero-image-flag .padding-20t {
      padding-top: 15px !important; } }

.hero-mobile-max-width {
  max-width: 330px; }
  @media (max-width: 767px) {
    .hero-mobile-max-width {
      max-width: 275px; } }

.hero-mobile .font-48pt {
  font-size: 48pt !important; }
  @media (max-width: 767px) {
    .hero-mobile .font-48pt {
      font-size: 30pt !important; } }
  @media (max-width: 500px) {
    .hero-mobile .font-48pt {
      font-size: 26pt !important; } }

.hero-mobile .font-24pt {
  font-size: 24pt !important; }
  @media (max-width: 767px) {
    .hero-mobile .font-24pt {
      font-size: 16pt !important; } }
  @media (max-width: 500px) {
    .hero-mobile .font-24pt {
      font-size: 14pt !important; } }

.hero-mobile .font-14pt {
  font-size: 14pt !important; }
  @media (max-width: 767px) {
    .hero-mobile .font-14pt {
      font-size: 8pt !important;
      line-height: 15pt !important; } }
  @media (max-width: 500px) {
    .hero-mobile .font-14pt {
      font-size: 7pt !important; } }

.hero-mobile-bottom-padding {
  padding-bottom: 0px; }
  @media (max-width: 767px) {
    .hero-mobile-bottom-padding {
      padding-bottom: 50px; } }

.hero-padding {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .hero-padding {
      padding-top: 0px;
      padding-bottom: 35px; } }

.homepage-lightgrey-box {
  background-color: #f5f5f8 !important; }

.icons-box {
  width: 507px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .icons-box {
      width: 200px;
      text-align: -webkit-center;
      text-align: center; } }

.icons-container a img:hover {
  opacity: .2; }

.icons-container {
  float: left;
  padding: 10px; }
  @media (max-width: 767px) {
    .icons-container {
      float: none;
      padding: 10px; } }

.blog_border {
  border: 1px solid #d6d6d6;
  padding: 15px;
  border-radius: 5px;
  height: 100%; }

.blog_border:hover {
  border: 1px solid #1f3a5f;
  padding: 15px; }

.cff-text {
  display: none; }

.secondary-page-fb #cff.cff-half-layout .cff-full-size .cff-text-link {
  width: 72%; }

.secondary-page-fb #cff.cff-half-layout .cff-full-size .cff-link {
  width: auto;
  max-width: 25%;
  margin-right: 3%;
  margin-bottom: 0;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center; }

#cff .cff-shared-link .cff-post-desc {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300; }

#cff a {
  text-decoration: none;
  font-size: 18px; }

#cff .cff-item.cff-box, #cff .cff-item.cff-box:first-child {
  padding: 0px;
  margin: 0px 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#cff .cff-shared-link {
  float: left;
  clear: both;
  width: 100%;
  padding: 8px;
  margin: 10px 0 5px 0;
  background: #ffffff;
  border: 0px solid #ffffff;
  background: rgba(255, 255, 255, 0.02);
  border: 0px solid rgba(255, 255, 255, 0.07);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#cff.cff-half-layout .cff-full-size .cff-link {
  width: auto;
  max-width: 40%;
  margin-right: 3%;
  margin-bottom: 0;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  height: 300px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    #cff.cff-half-layout .cff-full-size .cff-link {
      height: 250px; } }
  @media (max-width: 991px) {
    #cff.cff-half-layout .cff-full-size .cff-link {
      height: 200px; } }
  @media (max-width: 767px) {
    #cff.cff-half-layout .cff-full-size .cff-link {
      width: 100%;
      max-width: 100%;
      margin-right: 0%;
      margin-bottom: 20px; } }

#cff .cff-link img {
  width: 100% !important;
  min-height: 300px;
  min-width: 462px;
  height: auto;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; }
  @media (max-width: 1199px) {
    #cff .cff-link img {
      min-height: 250px;
      min-width: 462px; } }
  @media (max-width: 991px) {
    #cff .cff-link img {
      min-height: 200px;
      min-width: 300px; } }

/* 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 */
/* gravity forms */
#gform_submit_button_1 {
  background-color: #1f3a5f; }

#gform_submit_button_1:hover {
  background-color: #b3505f; }

.gform_heading {
  display: none; }

.gform-theme--foundation {
  --gf-form-gap-y: 25px; }

/* end gravity forms */
.solid-rounded-btn {
  font-family: "Roboto", sans-serif;
  background: #1F538F;
  border: 1px solid #1F538F;
  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: #1F538F;
  font-size: 12pt; }

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

/*  Solid white btn */
.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; }

.lomaira-learnbutton-white {
  font-family: "Roboto", sans-serif;
  border: 2px solid #fff;
  width: fit-content;
  display: table;
  padding: 9px 9px 9px 18px;
  border-radius: 100px;
  font-size: 16pt;
  font-weight: 500 !important;
  color: #fff; }
  @media (max-width: 767px) {
    .lomaira-learnbutton-white {
      width: auto; } }

a:hover .lomaira-learnbutton-white {
  background: #ffffff52;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* end Solid white btn */
/* Solid Blue btn and yellow */
.lomaira-learnbutton-yellow {
  font-family: "Roboto", sans-serif;
  border-width: 0px !important;
  width: fit-content;
  display: table;
  padding: 9px 9px 9px 18px;
  border-radius: 100px;
  font-size: 16pt;
  font-weight: 500 !important;
  background: #f2e697;
  color: #1f3a5f; }

a:hover .lomaira-learnbutton-yellow {
  background: #1f3a5f;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover .lomaira-learnbutton-blue {
  background: #f2e697;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.lomaira-learnbutton-blue {
  font-family: "Roboto", sans-serif;
  border-width: 0px !important;
  width: fit-content;
  display: table;
  padding: 9px 9px 9px 18px;
  border-radius: 100px;
  font-size: 16pt;
  font-weight: 500 !important;
  background: #18355e;
  color: #fff !important; }

a:hover .lomaira-learnbutton-blue-hero {
  background: #f2e697;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.lomaira-learnbutton-blue-hero {
  font-family: "Roboto", sans-serif;
  border-width: 0px !important;
  width: fit-content;
  display: table;
  padding: 9px 9px 9px 18px;
  border-radius: 100px;
  font-size: 16pt;
  font-weight: 500 !important;
  background: #18355e;
  color: #fff !important; }
  @media (max-width: 767px) {
    .lomaira-learnbutton-blue-hero {
      font-size: 10pt; } }

.arrow-white-hero {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 3px;
  top: 4px;
  position: relative;
  margin-right: 8px; }
  @media (max-width: 767px) {
    .arrow-white-hero {
      border: 1px solid #fff;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin-left: 3px;
      top: 3px;
      margin-right: 4px; } }

.arrow-white-hero:after {
  content: '';
  display: inline-block;
  margin-top: 5px;
  margin-left: 3px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (max-width: 767px) {
    .arrow-white-hero:after {
      width: 5px;
      height: 5px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      margin-top: 4px;
      margin-left: 3px; } }

/* end Solid Blue btn */
/*  outline blue btn */
.lomaira-learnbutton-blue-outline {
  font-family: "Roboto", sans-serif;
  border: 2px solid #1f3a5f;
  width: fit-content;
  display: table;
  padding: 9px 9px 9px 18px;
  border-radius: 100px;
  font-size: 16pt;
  font-weight: 500 !important;
  color: #1f3a5f; }
  @media (max-width: 767px) {
    .lomaira-learnbutton-blue-outline {
      width: auto; } }

a:hover .lomaira-learnbutton-blue-outline {
  background: #1f3a5f;
  border: 2px solid #1f3a5f;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover .lomaira-arrow-right-blue-outline {
  border: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover .lomaira-arrow-right-blue-outline:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.lomaira-arrow-right-blue-outline {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #1f3a5f;
  border-radius: 50%;
  margin-left: 3px;
  top: 4px;
  position: relative;
  margin-right: 8px; }

.lomaira-arrow-right-blue-outline:after {
  content: '';
  display: inline-block;
  margin-top: 5px;
  margin-left: 3px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1f3a5f;
  border-right: 2px solid #1f3a5f;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (max-width: 767px) {
    .lomaira-arrow-right-blue-outline:after {
      margin-top: 5px;
      margin-left: 3px; } }

@media (max-width: 767px) {
  .mobile-center .lomaira-arrow-right-blue-outline:after {
    margin-top: 5px;
    margin-left: -6px; } }

/* end outline blue btn */
.arrow-white {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 3px;
  top: 4px;
  position: relative;
  margin-right: 8px; }

.arrow-white:after {
  content: '';
  display: inline-block;
  margin-top: 5px;
  margin-left: 3px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (max-width: 767px) {
    .arrow-white:after {
      margin-top: 5px;
      margin-left: 3px; } }

.aligncenter .arrow-white:after, .aligncenter .lomaira-arrow-right-blue-outline:after {
  margin-top: 5px;
  margin-left: -6px; }

@-moz-document url-prefix() {
  .aligncenter .arrow-white:after {
    margin-top: 5px;
    margin-left: 3px; } }

@media (max-width: 767px) {
  .mobile-center .arrow-white:after {
    margin-top: 5px;
    margin-left: -6px; } }

.pagelinkbutton {
  color: #ffffff;
  border-color: #ffffff;
  font-size: 17px;
  line-height: 47px;
  height: 45px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: #1a365e;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-width: 0px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  text-decoration: none;
  margin-top: 25px;
  margin-bottom: 25px; }

.pagelinkbutton:hover {
  color: #ffffff;
  background-color: #f8a333;
  text-decoration: none; }

.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: #1F538F;
  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; }

.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: #1F538F; }

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

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

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

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

/* end breadcrumbnav */
.nav-eyebrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  z-index: 100; }
  @media (max-width: 767px) {
    .nav-eyebrow {
      height: 25px;
      float: left;
      width: 100%; } }

.nav-eyebrow-con-one {
  line-height: 1.25;
  width: 100%;
  float: left;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center; }

.nav-convertion-buttons {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 100; }
  @media (max-width: 767px) {
    .nav-convertion-buttons {
      top: 25px;
      height: 35px; } }

.nav-convertion-buttons-one {
  background: #b3505e;
  float: left;
  font-size: 18pt;
  width: 50%;
  height: 50px; }
  @media (max-width: 767px) {
    .nav-convertion-buttons-one {
      font-size: 9pt;
      height: 35px; } }

.nav-convertion-buttons-two {
  background: #f2e697;
  float: left;
  font-size: 18pt;
  width: 50%;
  height: 50px; }
  @media (max-width: 767px) {
    .nav-convertion-buttons-two {
      font-size: 9pt;
      height: 35px; } }

.nav-convertion-buttons-two:hover {
  background: #1f3a5f; }

.nav-convertion-buttons-one:hover {
  background: #1f3a5f; }

.nav-convertion-buttons-one img, .nav-convertion-buttons-two img {
  height: inherit;
  width: auto;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

.sub-footer-logo {
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

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

#isi {
  width: 100%;
  height: 100%;
  color: #000000;
  line-height: 21px;
  padding-top: 15px;
  background-color: #d5d5d5 !important; }

#floating_isi p {
  line-height: 16pt !important;
  margin-bottom: 3px !important;
  font-size: 11pt !important; }
  @media (max-width: 520px) {
    #floating_isi p {
      line-height: 10px;
      font-size: 10px; } }

#floating_isi a {
  color: #707070;
  text-decoration: none; }

#floating_isi a {
  color: #203b63;
  text-decoration: none; }

.hideisi {
  display: none; }

#floating_isi {
  width: 100%;
  background-color: whitesmoke;
  height: 77px;
  max-height: 77px;
  min-height: 55px;
  position: fixed;
  bottom: 0px;
  color: #000000;
  box-shadow: 0px 0px 6px #888888;
  line-height: 25px;
  padding-top: 9px;
  z-index: 900; }

.floating_isi {
  display: block; }

.hand-yellow-border {
  border: #f2e697;
  border-style: solid;
  border-width: 0px 4px 0px 4px; }
  @media (max-width: 767px) {
    .hand-yellow-border {
      border: #f2e697;
      border-style: solid;
      border-width: 0px 0px 0px 0px;
      padding-left: 10px;
      padding-right: 10px; } }

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

.are_you_title {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-bottom: 4px;
  color: #1f3a5f; }

.sometimes-banner-n {
  width: 100%;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  background-color: #f2e697;
  padding-bottom: 8px;
  padding-top: 10px;
  float: left; }

.hand-icon img {
  max-width: 125px; }

.sunset {
  background-size: cover;
  background-position: center;
  background-image: url(https://lomaira.com/hcp/wp-content/themes/NCS_template/images/sun2.jpg); }

.big-savings-card img {
  width: 100%;
  max-width: 600px; }

.bmi-box {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.bmi-img {
  width: 100%;
  max-width: 900px; }

.what-is-pic-pill {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px; }

.home-pic-large-two {
  max-width: 528px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-top: 20px;
  margin-right: auto; }

.watchbutton {
  color: #ffffff;
  border-color: #ffffff;
  font-size: 15px;
  line-height: 48px;
  height: 45px;
  font-style: italic;
  font-weight: 300;
  background-color: #1a365e;
  border-radius: 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-width: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 193px;
  text-decoration: none; }

.watchbutton:hover {
  color: #ffffff;
  background-color: #f8a333;
  text-decoration: none; }

.video-container {
  position: relative;
  margin-top: 20px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 0px;
  margin-bottom: 0px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.testimonialbutton {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #f2e697;
  font-size: 17px;
  line-height: 47px;
  height: 45px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-width: 0px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  text-decoration: none;
  margin-top: 25px;
  margin-bottom: 10px; }

.testimonialbutton:hover {
  color: #ffffff;
  background-color: #1a365e;
  text-decoration: none; }

.app-two-pic {
  max-width: 300px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }

.learnbutton {
  color: #ffffff;
  border-color: #ffffff;
  font-size: 14pt;
  height: 50px;
  font-weight: 400;
  background-color: #1a365e;
  border-radius: 5px;
  border-width: 0px;
  width: fit-content;
  text-decoration: none;
  border-radius: 5px;
  padding: 12px;
  font-family: "Roboto", sans-serif !important;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center; }

.learnbutton:hover {
  color: #ffffff;
  background-color: #f8a333;
  text-decoration: none; }

.app_step_box {
  float: left;
  width: 100%;
  padding-top: 25px; }

.app_step_text {
  float: left;
  width: 60%;
  padding-left: 15px; }

.app_step_picture {
  float: left;
  width: 40%; }

.app_step_picture_two {
  float: left;
  width: 30%;
  padding-right: 15px; }

.app_step_text_two {
  float: left;
  width: 40%;
  padding-left: 15px; }

.lomaira-breadcrumbnav {
  border-bottom: 2px solid #cccccc !important; }

.find-a-doc input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 0px;
  padding: 18px;
  font-size: 12pt;
  font-weight: 600; }

.find-a-doc input[type="text"] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  width: 150px; }

.fancybox-content {
  padding: 0px !important;
  border-radius: 14px !important; }

#talk-online .font-24pt {
  font-size: 24pt !important; }
  @media (max-width: 767px) {
    #talk-online .font-24pt {
      font-size: 14pt !important; } }

#talk-online .font-16pt {
  font-size: 16pt !important;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    #talk-online .font-16pt {
      padding-bottom: 5px;
      font-size: 12pt !important;
      line-height: 16pt !important; } }

#talk-online .font-12pt {
  font-size: 12pt !important; }
  @media (max-width: 767px) {
    #talk-online .font-12pt {
      font-size: 8pt !important; } }

#talk-online img {
  width: 100%;
  max-width: 150px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    #talk-online img {
      width: 100%;
      max-width: 50px;
      padding-bottom: 7px; } }

a .savings_tab {
  border: 1px solid;
  border-bottom: none;
  cursor: pointer;
  width: 250px;
  height: 40px;
  overflow: hidden;
  background: #b3505e;
  color: #ffffff;
  padding: 5px 0px 2px 0px;
  position: fixed;
  right: -110px;
  border-radius: 8px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 88888;
  font-size: 13pt;
  top: 295px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }
  @media (max-width: 767px) {
    a .savings_tab {
      top: 230px !important;
      right: -44px;
      width: 102px;
      font-size: 9pt; } }

.nav-sticky-con {
  position: fixed;
  height: 65px;
  width: 100%;
  display: inline !important;
  transition: box-shadow .15s ease-in-out;
  z-index: 1000;
  top: 0px;
  position: fixed;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 2px 6px 0px #00000052;
  box-shadow: 0px 6px 10px 0px #00000073; }

.nav-sticky-on {
  display: inline !important;
  z-index: 1000;
  top: 0px;
  position: fixed;
  -webkit-box-shadow: 0px 2px 6px 0px #00000052;
  box-shadow: 0px 6px 10px 0px #00000073; }

#isi p {
  line-height: 16pt !important;
  font-size: 10pt !important; }
  @media (max-width: 767px) {
    #isi p {
      font-size: 8pt !important;
      line-height: 12pt !important; } }

#pdb-the_following_questions_are_optional {
  display: none; }

.pdb-signup td .helptext {
  margin-left: 0px;
  font-size: 16px;
  color: #ba4d5b;
  font-weight: 600;
  padding-top: 5px; }

.home-text-title h3 {
  font-size: 27px;
  color: #1d365e;
  font-weight: 100;
  text-align: -webkit-center; }

.phentermine_savings {
  margin-top: 135px;
  border-style: solid;
  border-width: 5px 0px 5px 0px;
  border-color: #BA4D5B; }

.sometimes-banner h1 {
  font-size: 22px;
  color: #ffffff;
  font-style: italic;
  font-weight: 100;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 1pt; }

.side-titles h3 {
  font-size: 24px;
  color: #1d365e;
  font-weight: 100;
  margin-top: 8px;
  margin-bottom: 0px; }

.side-titles h1 {
  font-size: 27px;
  color: #1d365e;
  font-weight: 100;
  text-align: -webkit-center; }

.phentermine_savings-banner {
  width: 100%;
  text-align: center;
  background-color: #f6f6f6; }

strong {
  font-weight: bold;
  color: #1D365E; }

.gform_title {
  display: none; }

.signupbox {
  border-style: solid;
  margin-top: 22px;
  padding: 10px 15px 30px 20px;
  margin-bottom: 0px;
  border-width: 0px;
  box-shadow: 0 5px 10px 0 #00000070;
  background: #F5F5F5;
  border-radius: 20px; }

.signup h2 {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #19365e; }

.signup h3 {
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #19365e; }

.signupbox h4 {
  margin-top: 0px;
  margin-bottom: 10px; }

.date th {
  color: #F5F5F5;
  font-size: 4px; }

.date {
  width: 50%;
  float: left;
  display: inline; }

.date input {
  width: 98%;
  margin-bottom: 4px;
  padding-left: 5px;
  margin-top: 5px;
  height: 28px;
  margin-right: 2%; }

.text-line th {
  color: #3e3e3e;
  font-size: 12px;
  padding-top: 10px; }

.text-line {
  width: 100% !important;
  float: left;
  display: inline; }

.field-group-money_saving_offer td {
  width: 100%;
  float: left;
  padding: 0; }

.field-group-money_saving_offer th {
  width: 100%;
  float: left;
  text-align: left; }

.field-group-money_saving_offer .dropdown {
  width: 100%;
  float: left;
  padding-top: 6px;
  padding-bottom: 11px;
  display: inline;
  position: relative; }

.multi-checkbox {
  width: 100% !important;
  float: left;
  padding-top: 8px;
  padding-bottom: 2px;
  display: inline; }

.field-group-money_saving_offer th {
  width: 100%;
  float: left;
  text-align: left; }

.home-banner-mso {
  background: #fbfbfb;
  background-repeat: no-repeat;
  background-position: top;
  height: 350px;
  margin-top: 0px;
  background-size: cover; }

.form-table {
  margin-left: auto;
  margin-right: auto; }

.field-group-main {
  float: left;
  width: 100%; }

.text-line {
  width: 50%;
  float: left;
  display: inline; }

.field-group td {
  width: 100%;
  float: left; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: 0px;
  margin-top: 4px \9; }

.pdb-signup .checkbox .helptext {
  display: inline-block;
  padding-left: 20px; }

td, th {
  padding: 0; }

.text-line input {
  width: 98%;
  margin-bottom: 4px;
  padding-left: 5px;
  margin-top: 5px;
  height: 28px;
  margin-right: 2%; }

.checkbox {
  width: 100%;
  float: left;
  display: inline; }

.multi-checkbox {
  width: 50%;
  float: left;
  padding-top: 8px;
  padding-bottom: 2px;
  display: inline; }

th {
  padding-right: 1px;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center; }

.field-group-main th {
  padding-right: 1px;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  display: none; }

.pdb-signup .submit-buttons input {
  margin-top: 20px; }

input[type="submit"] {
  font-weight: 500 !important;
  font-size: 12pt;
  border-radius: 10px !important;
  color: #fff;
  font-family: "Roboto", sans-serif !important; }

.nav-convertion-buttons-one-big {
  background: #b3505e;
  float: left;
  font-size: 18pt;
  width: 100%;
  height: 50px; }
  @media (max-width: 767px) {
    .nav-convertion-buttons-one-big {
      font-size: 9pt;
      height: 35px; } }

.nav-convertion-buttons-one-big:hover {
  background: #1f3a5f; }

.nav-convertion-buttons-one-big img {
  height: inherit;
  width: auto;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

.field-group-main th {
  padding-right: 1px;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  display: inline; }

.pdb-signup td .helptext {
  margin-left: 0px;
  font-size: 10pt;
  color: #000000;
  font-weight: 300;
  padding-top: 0px; }

.lomaira .checkbox input[type="checkbox"], .lomaira .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: 0px;
  margin-top: 4px; }

a .dr_tab {
  border: 1px solid;
  border-bottom: none;
  cursor: pointer;
  width: 210px;
  height: 40px;
  overflow: hidden;
  background: #b54f5d;
  color: #ffffff;
  padding: 5px 0px 2px 0px;
  position: fixed;
  right: -90px;
  border-radius: 8px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 88888;
  font-size: 13pt;
  top: 295px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }
  @media (max-width: 767px) {
    a .dr_tab {
      top: 230px !important;
      right: -60px;
      width: 131px;
      font-size: 9pt; } }
