ul {
  padding-left: 0;
  list-style-position: inside;
}
h3,
p,
ul {
  margin-top: 0;
}
p,
ul {
  margin-bottom: 1rem;
}
body {
  text-align: left;
}
h3 {
  margin-bottom: 0.5rem;
}
textarea {
  overflow: auto;
}
header,
nav {
  display: block;
}
button,
hr,
input {
  overflow: visible;
}
.nav,
.navbar-nav {
  list-style: none;
}
* {
  box-sizing: border-box;
}
html {
  font-family: Inter, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  font-family: Inter, sans-serif;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
b,
strong {
  font-weight: bolder;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
.content-center {
  text-align: center;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
.navbar-brand {
  white-space: nowrap;
}
h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
hr {
  margin-bottom: 1rem;
}
h3 {
  font-size: 1.75rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .text-justify {
    text-align: justify !important;
  }
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-lg-8,
.col-md-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  display: none;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .col-md-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col {
    display: block;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.collapse:not(.show) {
  display: none;
}
.nav {
  display: -ms-flexbox;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.nav-link,
.navbar {
  padding: 0.5rem 1rem;
}
.nav-link {
  display: block;
}
.navbar {
  position: relative;
}
.navbar,
.navbar > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
::selection {
  text-shadow: none;
}
#mainNav .navbar-nav > li.nav-item > a {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.d-table {
  display: table !important;
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.fixed-top {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.ml-auto {
  margin-left: auto !important;
}
.text-justify {
  text-align: left !important;
}
.text-left {
  text-align: left !important;
}
@media (min-width: 1200px) {
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.text-uppercase {
  text-transform: uppercase !important;
}
@media print {
  img {
    page-break-inside: avoid;
  }
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}
a,
body {
  color: #212529;
}
body {
  font-size: 17px;
  font-family: Inter, sans-serif;
}
#mainNav,
h3 {
  font-family: Inter, sans-serif;
}
p {
  line-height: 1.5;
  margin: 20px 0;
}
p a {
  text-decoration: underline;
}
h3 {
  font-weight: 800;
}
a {
  transition: all 0.2s;
}
a:focus,
a:hover {
  color: #007bff;
}
::selection {
  color: #fff;
  background: #007bff;
}
img::selection {
  color: #fff;
  background: 0 0;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}
#mainNav .navbar-brand,
#mainNav .navbar-toggler {
  color: #343a40;
  font-weight: 800;
}
#mainNav {
  position: absolute;
  border-bottom: 1px solid #e9ecef;
  background-color: #fff;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 13px;
  text-transform: uppercase;
}
#mainNav .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 800;
}
@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: 0 0;
    transition: background-color 0.2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  #mainNav .navbar-brand {
    padding: 10px 20px;
    color: #fff;
  }
  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: hsla(0, 0%, 100%, 0.8);
  }
  #mainNav .navbar-nav > li.nav-item > a {
    padding: 10px 20px;
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a:focus,
  #mainNav .navbar-nav > li.nav-item > a:hover {
    color: hsla(0, 0%, 100%, 0.8);
  }
}
header.masthead {
  margin-bottom: 50px;
  position: relative;
  background-size: cover;
}
.myh4,
.rub-ramka a {
  text-transform: uppercase;
}
.rub-ramka {
  background: rgba(3, 224, 0, 0.04);
  padding: 6px 13px !important;
  border-radius: 2px;
  border: 4px double rgba(21, 160, 37, 0.32);
  font-family: Inter, sans-serif;
  line-height: 28px;
  font-size: 16px;
  max-width: 86%;
  margin: 0 auto;
  font-weight: 400;
  color: #4a4a4a;
  text-align: center;
}
.myh4 {
  padding: 6px 4px 4px 5px;
  width: 100%;
  display: table;
  border: 1px dotted #e2e2e2;
  border-right: none;
  color: #3a753a;
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 23px;
  border-radius: 2px;
  margin-top: 5px;
  margin-left: -3px;
  font-weight: 600;
  background-color: #f5fef5;
  background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%);
  background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
  background-image: -ms-repeating-linear-gradient(0deg, #bfe6bf 0, rgba(3, 224, 0, 0.04) 100%);
}
.rub-ramka a {
  color: #ce5353;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px dashed;
  text-shadow: 0 0 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 1px;
}
@media screen and (max-width: 1020px) {
  .rub-ramka {
    max-width: 95%;
  }
}
#push-comments #push_mlyjekpdfdd1 {
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-family: Inter, sans-serif;
  padding: 3rem 2rem;
  transition: 1s;
  width: 100%;
}
#push-comments #push_mlyjekpdfdd1__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}
#push-comments #push_mlyjekpdfdd1__title {
  color: #43a047;
  border-bottom: 0 solid;
  box-shadow: 1px 4px 10px -7px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}
#push-comments #push_mlyjekpdfdd1__message {
  border: 1px solid #43a047;
  box-shadow: 0 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}
.push_mlyjekpdfdd1__submit {
  background: #43a047;
  border: none;
  box-shadow: 0 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  height: 50px;
  transition: 0.5s;
  text-align: center;
  text-shadow: 0 0 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}
.comments-error,
.comments-notice {
  display: none;
  border: 1px solid #43a047;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  max-width: 600px;
  margin: 10px auto;
}
.comments-error.active,
.comments-notice.active {
  display: block;
}
.masthead {
  background-image: url(../images/bgshort2.jpg);
  filter: blur(0) brightness(100%) saturate(100%);
  height: 300px;
}
.d-table {
  color: #fff;
  font-size: 23px;
  opacity: 1;
  margin-top: 80px;
  padding-right: 10%;
  padding-left: 10%;
}
.mt-30 {
  margin-top: -30px;
}
.pg {
  background: #ffeca6 none repeat scroll 0 0;
  padding: 20px;
  border: 1px solid red;
}
#ouibounce-modal {
  display: none;
}
.fz26 {
  font-size: 26px;
}
.red {
  color: red;
}
.ppubtxt img {
  bottom: -15px;
  width: 48px;
  margin-top: -25px;
  position: relative;
  left: -5px;
  display: inline;
}
#push-comments {
  margin-bottom: 25px;
}
.comments-input {
  border: 1px solid #43a047;
  box-shadow: 0 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 25px;
  width: 100%;
}
.fa {
  display: inline-block;
}
.blue {
  color: #00f;
}
.api-form1 * {
  padding: 0 !important;
  margin: 0 !important;
}
.blg {
  outline: 0 !important;
  max-width: 100% !important;
  font-style: normal !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
  position: static !important;
  height: auto !important;
  box-shadow: none !important;
  text-align: center !important;
  clear: both !important;
  font-weight: 700 !important;
  border: 0;
  background: #388e3c;
  color: #fff !important;
  font-size: 22px !important;
  text-decoration: none !important;
  padding: 15px 35px !important;
  border-radius: 35px !important;
  width: 100% !important;
  display: block !important;
  cursor: pointer !important;
  margin: 15px 0 0 !important;
  text-transform: none !important;
}
.api-form1,
.product-image1 {
  position: relative !important;
}
.api-form1 :after,
.api-form1 :before {
  content: none;
}
.api-form1,
.api-form1 .footnote1,
.product-banner-text1,
.product-banner1,
.product-image1 {
  text-align: center !important;
}
.api-form1 .footnote1 {
  line-height: 15px !important;
  text-indent: 0 !important;
  font-size: 10px !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  color: #888 !important;
}
.api-form1 form {
  padding: 0 !important;
  background: 0 0 !important;
  margin: 15px auto 0 !important;
}
.api-form1 {
  background: #fff !important;
  box-sizing: border-box !important;
  max-width: 465px !important;
  margin: 25px auto !important;
  border: 2.5px dashed #ddd !important;
  border-radius: 2.5px !important;
  clear: both !important;
  padding: 15px !important;
}
.api-form1 .deadline1 {
  font-size: 10px !important;
  color: #222 !important;
  text-align: center !important;
  margin: 0 !important;
}
.api-form1 .name,
.api-form1 .name:invalid {
  font-style: normal;
  transition: 0.25s !important;
  line-height: 20px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  background: #f2f2f2 !important;
  outline: 0 !important;
  box-sizing: border-box !important;
  border: 2.5px solid #ddd !important;
  border-radius: 35px !important;
  padding: 15px !important;
  margin: 0 0 15px !important;
}
.product-image1 {
  max-width: 300px;
}
.api-form1 .cta-form1 {
  margin: 0 !important;
}
.api-form1 .text1,
.product-image1 img {
  border: none !important;
  padding: 0 !important;
}
.product-image1 {
  margin: 0 auto !important;
  background: #fff !important;
}
.product-image1 img {
  margin: 0 !important;
  width: 100% !important;
  max-width: 120px;
  z-index: 0 !important;
  position: static !important;
}
.product-banner1 {
  opacity: 0.9 !important;
  display: table !important;
  width: 100px !important;
  height: 100px !important;
  line-height: 25px !important;
  color: #fff !important;
  font-size: 18px !important;
  background: url(../images/product-banner.png) center no-repeat !important;
  background-size: 100% !important;
  position: absolute !important;
  top: -10px !important;
  right: 0 !important;
  text-decoration: none !important;
}
.product-banner-text1 {
  margin: 0 !important;
  font-weight: 700 !important;
  color: #f2f2f2 !important;
  display: table-cell !important;
  vertical-align: middle !important;
  position: relative;
  font-size: 12px !important;
}
.product-banner-text1:after {
  position: relative;
  top: -5px;
  left: -2.5px;
}
.api-form1 .form-body1 .text1 .offer-name1 {
  color: #ca2d2d !important;
  font-weight: 700 !important;
}
.offer-name1 {
  color: #ffeb3b !important;
}
.api-form1 .text1 {
  text-align: center !important;
  color: #222 !important;
  font-size: 18px !important;
  width: 100% !important;
  float: none !important;
  line-height: 25px !important;
  font-weight: 700 !important;
  margin: 10px 0 !important;
}
img {
  margin: 0 auto;
}
.hr-line {
  margin: 20px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px solid #333;
}
#ouibounce-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.over-window {
  width: 650px;
  z-index: 9999;
  padding: 10px 0 0;
  cursor: default;
  background: #fff none repeat scroll 0 0;
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #3e3e3e;
}
.ex-logo {
  color: #111;
  font-size: 28px;
  line-height: 38px;
  margin: 15px auto 10px;
  padding: 0 15px;
  text-align: center;
  font-weight: 700 !important;
}
.footer-button {
  color: #ae1210;
  font-size: 46px;
  line-height: 56px;
  margin: 5px auto 0;
  padding: 0 15px;
  text-align: center;
}
.footer-button a {
  cursor: pointer;
  border: none;
  display: block;
  margin: 5px auto 10px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  text-align: center;
  height: 51px;
  line-height: 51px;
  background: #e74c3c;
  font-weight: 400;
  border-bottom: 2px solid #c0392b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 9px;
  width: 380px;
}
.footer-button a:hover {
  background: #e75c4e;
  color: #fff;
}
.ppubtxt {
  text-align: center !important;
  font-size: 18px;
  margin-bottom: 10px;
  width: 650px;
  padding: 0;
  color: #111;
  margin-top: 0;
}
.exitprod-img {
  width: 230px;
  margin: 15px 15px 0;
  float: left;
  text-align: center;
}
.exit-form {
  width: 370px;
  float: left;
}
.exit-form-text {
  margin: 10px 0 20px;
}
.exit-form-text .subhead {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #782b2b;
}
.exit-form-text .subhead ul {
  list-style: outside none none;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  padding-left: 10px;
}
.exit-form-text .subhead ul li {
  background: transparent url(../images/bul.png) no-repeat scroll 0 10px;
  margin-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  text-align: left;
}
.close-ex {
  height: 52px;
  width: 52px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: -26px;
  background: url(../images/close.png) no-repeat;
}
.clr {
  clear: both;
}
.inL_518097 {
  width: 50px;
  margin-right: 5px;
}
.inL_421778 {
  background: #ffeca6 none repeat scroll 0 0;
  padding: 20px;
  border: 1px solid red;
}
.inL_594669 {
  font-size: 18px;
}
.inL_642383 {
  background-color: #ebf6ff;
}
.inL_311343 {
  margin: 40px;
}
.inL_800531 {
  color: #000;
  font-family: Lora, serif;
  font-size: 20px;
  margin-top: 0;
}
.inL_248464 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_334578 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_816647 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_862722 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_135936 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_57918 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_997905 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_207808 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_494299 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_632364 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_985638 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_593128 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_495702 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_430921 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_115686 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_892192 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_716411 {
  width: 100% !important;
  max-width: 300px;
}
.inL_102857 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_123999 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_434443 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_792791 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_656912 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_607349 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_918400 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_719085 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_723885 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_175712 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_353061 {
  width: 100% !important;
  max-width: 300px;
}
.inL_340880 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  padding: 5px;
}
.inL_926693 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_987766 {
  max-width: 350px;
  margin-top: -30px;
}
.inL_655734 {
  padding: 15px;
  padding-top: 0;
}
.inL_526890 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  background-color: #ffcfcc;
  margin-top: 10px;
}
.inL_125718 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_335068 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_184208 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
}
.inL_507979 {
  color: #000;
  font-family: Lora, serif;
  font-size: 16px;
  background-color: #ffcfcc;
}
.inL_177437 {
  width: 200px;
  margin-bottom: 40px;
}
.inL_128572 {
  display: none;
}
.inL_592110 {
  bottom: -15px;
  width: 48px;
  margin-top: -25px;
  position: relative;
  left: -5px;
  display: inline;
}
@media (max-width: 479px) {
  .masthead {
    background-image: url(../images/bgshort2-mob.jpeg);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .row {
    justify-content: flex-start;
  }
}

.inL_526890 {
  padding-left: 10px;
}

.inL_125718 {
  padding-left: 10px;
}

.inL_335068 {
  padding-left: 10px;
}

.inL_184208 {
  padding-left: 10px;
}

.inL_507979 {
  padding-left: 10px;
}
