@charset "UTF-8";
/*
Theme Name: Tema by Plucera Webbyrå
Theme URI: https://tema.plucera.se/
Description: Tema by Plucera Webbyrå
Version: 1.0
Author: Plucera Webbyrå
Author URI: https://www.plucera.se/
*/
BODY {
  color: #1b2126;
  font-size: 19px;
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}

.rmp_menu_trigger {
  right: 84px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto 0 !important;
}
.rmp_menu_trigger .rmp-trigger-box {
  float: left;
}
.rmp_menu_trigger IMG {
  width: 46px;
  height: auto;
}

/* #sticky-header */
#sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
}
#sticky-header .logo {
  float: left;
  width: 127.5px;
  height: auto;
  margin-left: 60px;
}
#sticky-header .logo IMG {
  width: 100%;
  height: auto;
}

#sticky-header.header {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
#sticky-header.header .logo {
  margin-top: 80px;
  margin-bottom: 80px;
  transition: all 0.5s;
}
#sticky-header.header #rmp_menu_trigger-12 {
  top: 0px !important;
  transition: all 0.5s;
}

#sticky-header.header_alt {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
#sticky-header.header_alt .logo {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.5s;
}
#sticky-header.header_alt #rmp_menu_trigger-12 {
  top: 0px !important;
  transition: all 0.5s;
}

/* #sticky-header */
/* HEADER */
HEADER {
  position: relative;
  padding: 0;
  text-align: center;
}
HEADER .col {
  position: relative;
  padding-bottom: 150px;
  z-index: 5;
}
HEADER H1 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 40px;
  font-weight: 500;
}
HEADER H1:last-child {
  margin-bottom: 0;
}
HEADER P {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  font-weight: 300;
}
HEADER P STRONG {
  color: #3f5ca6;
  font-weight: 600;
}
HEADER.light {
  color: #fff;
}
HEADER.dark {
  color: #1b2126;
}
HEADER .news_notice {
  display: block;
  position: absolute;
  top: 70px;
  right: 24px;
  max-width: 500px;
  padding: 11px 20px 10px;
  background-color: #3f5ca6;
  z-index: 2;
  font-size: 25px;
  font-weight: 500;
}
HEADER .news_notice STRONG {
  font-weight: 700;
}
HEADER .news_notice A {
  color: #fff;
  text-decoration: underline;
}
HEADER .news_notice A:hover {
  color: #1b2126;
}
HEADER #slides_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
HEADER #slides_box UL.header_slides {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
HEADER #slides_box UL.header_slides LI {
  display: flex;
  width: 100%;
  justify-content: center;
  list-style-type: none;
}
HEADER #slides_box UL.header_slides IMG {
  height: auto;
}
HEADER #slides_box .rslides_nav {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
HEADER #slides_box .rslides_nav.prev {
  left: 24px;
}
HEADER #slides_box .rslides_nav.next {
  right: 24px;
}

/* Kontrollera höjden på header och bildspel */
HEADER {
  height: 500px;
}
HEADER H1 {
  margin-top: 240px;
}
HEADER #slides_box {
  height: 500px;
}
HEADER #slides_box UL.header_slides IMG {
  min-height: 500px;
}

HEADER.overlap_show {
  height: 830px;
}
HEADER.overlap_show H1 {
  margin-top: 320px;
}
HEADER.overlap_show #slides_box {
  height: 830px;
}
HEADER.overlap_show #slides_box UL.header_slides IMG {
  min-height: 830px;
}

/* Kontrollera höjden på header och bildspel */
.news_notice {
  display: none;
}

/* HEADER */
#contact-form {
  padding: 136px 0 140px;
}
#contact-form H2 {
  margin: 0 0 35px;
  color: #3f5ca6;
  font-size: 36px;
  font-weight: 600;
}
#contact-form FORM {
  margin: 0;
  text-align: center;
}
#contact-form FIELDSET {
  float: left;
  width: calc(25% - 32px);
  margin: 0 0 0 48px;
  text-align: left;
}
#contact-form FIELDSET.fieldset.one {
  margin-left: 0;
}
#contact-form FIELDSET.fieldset.three {
  width: calc(50% - 32px);
}
#contact-form LABEL {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
#contact-form INPUT,
#contact-form TEXTAREA {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid transparent;
  outline: none !important;
  border-radius: 6px;
  font-size: 18px;
}
#contact-form TEXTAREA {
  height: 148px;
  padding: 10px;
}
#contact-form P {
  position: relative;
  margin: 0 0 25px;
  overflow: hidden;
  font-size: 19px;
  font-weight: 400;
}
#contact-form P#submit {
  margin-bottom: 0;
  padding-top: 20px;
  clear: both;
}
#contact-form P#submit INPUT {
  float: none;
  display: inline-block;
  width: auto;
  height: auto !important;
  padding: 14px 25px 6px !important;
  background-color: transparent !important;
  border: 2px solid #3f5ca6 !important;
  border-radius: 6px;
  font-size: 35px;
  text-decoration: none;
  text-transform: uppercase;
}
#contact-form P#submit INPUT:hover {
  background-color: rgb(255, 255, 255) !important;
}
#contact-form H2 + P {
  margin-bottom: 50px;
}
#contact-form .wpcf7-not-valid-tip,
#contact-form .wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 16px !important;
  font-style: italic !important;
  font-weight: 300 !important;
}
#contact-form.dark {
  color: #1b2126;
}
#contact-form.dark INPUT,
#contact-form.dark TEXTAREA {
  background-color: rgb(255, 255, 255);
}
#contact-form.dark INPUT:focus, #contact-form.dark INPUT:active, #contact-form.dark INPUT:hover,
#contact-form.dark TEXTAREA:focus,
#contact-form.dark TEXTAREA:active,
#contact-form.dark TEXTAREA:hover {
  border-color: #1b2126;
}
#contact-form.dark P#submit {
  overflow: visible;
}
#contact-form.dark P#submit INPUT {
  color: #1b2126;
}
#contact-form.dark .wpcf7-not-valid-tip,
#contact-form.dark .wpcf7-response-output {
  color: #1b2126;
}
#contact-form.light {
  color: #fff;
}
#contact-form.light INPUT,
#contact-form.light TEXTAREA {
  background-color: rgba(255, 255, 255, 0.3);
  color: #1b2126;
}
#contact-form.light INPUT:focus, #contact-form.light INPUT:active, #contact-form.light INPUT:hover,
#contact-form.light TEXTAREA:focus,
#contact-form.light TEXTAREA:active,
#contact-form.light TEXTAREA:hover {
  border-color: #fff;
}
#contact-form.light P#submit {
  position: relative;
}
#contact-form.light P#submit INPUT {
  color: #fff;
}
#contact-form.light .wpcf7-not-valid-tip,
#contact-form.light .wpcf7-response-output {
  color: #fff;
}
#contact-form .wpcf7-spinner {
  position: absolute !important;
  bottom: -34px !important;
  left: 50% !important;
  margin: 0 0 0 -12px !important;
}

#google_maps {
  padding: 110px 0;
}
#google_maps .iframe_container {
  padding-top: 22.4% !important;
}

#img_slider {
  padding-top: 140px;
}
#img_slider .col-md-8 {
  position: relative;
}
#img_slider UL.rslides {
  margin: 0;
  padding: 0;
}
#img_slider UL.rslides IMG {
  max-width: 877px;
  height: auto;
  border-radius: 10px;
}
#img_slider UL.rslides .img_text {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 670px;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}
#img_slider UL.rslides .img_text SPAN {
  display: block;
  padding: 43px 60px 37px;
  border-radius: 10px;
}
#img_slider UL.rslides LI {
  list-style-type: none;
}
#img_slider .row {
  margin-bottom: 140px;
}
#img_slider .row:nth-child(odd) .col-md-8 {
  order: 1;
}
#img_slider .row:nth-child(odd) .col-md-4 {
  order: 2;
}
#img_slider .row:nth-child(odd) UL.rslides .img_text {
  right: -462.5px;
}
#img_slider .row:nth-child(odd) UL.rslides LI:nth-child(odd) .img_text SPAN {
  background-color: rgba(63, 92, 166, 0.7);
}
#img_slider .row:nth-child(odd) UL.rslides LI:nth-child(even) .img_text SPAN {
  background-color: #192744;
}
#img_slider .row:nth-child(even) .col-md-8 {
  order: 2;
}
#img_slider .row:nth-child(even) .col-md-4 {
  order: 1;
}
#img_slider .row:nth-child(even) UL.rslides .img_text {
  left: -462.5px;
}
#img_slider .row:nth-child(even) UL.rslides LI:nth-child(odd) .img_text SPAN {
  background-color: #192744;
}
#img_slider .row:nth-child(even) UL.rslides LI:nth-child(even) .img_text SPAN {
  background-color: rgba(63, 92, 166, 0.7);
}

UL.rslides_tabs {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  height: 12px;
  margin: 0;
  padding: 0;
  z-index: 3;
  text-align: center;
}
UL.rslides_tabs LI {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 15px;
  list-style-type: none;
}
UL.rslides_tabs LI:first-child {
  margin-left: 0;
}
UL.rslides_tabs LI A {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: transparent;
  text-indent: -10000px;
}
UL.rslides_tabs LI.rslides_here A {
  background-color: rgb(255, 255, 255);
}

A.rslides_nav {
  display: block;
  position: absolute;
  bottom: 24px;
  width: 20px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 6;
  color: transparent;
  text-indent: -10000px;
}
A.rslides_nav:hover {
  background-color: rgb(255, 255, 255);
}
A.rslides_nav.prev {
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%);
          clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%);
  left: 48px;
}
A.rslides_nav.next {
  -webkit-clip-path: polygon(100% 50%, 0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(100% 50%, 0% 0%, 0% 100%, 100% 50%);
  right: 48px;
}

#contact_info {
  padding: 137px 0 131px;
  text-align: center;
}
#contact_info H2 {
  margin: 0 0 25px;
  font-size: 30px;
  font-weight: 500;
}
#contact_info P {
  margin-bottom: 27px;
  font-size: 19px;
}
#contact_info P:last-child {
  margin-bottom: 0;
}
#contact_info P STRONG {
  display: inline-block;
  margin-left: 50px;
  font-weight: 600;
}
#contact_info P STRONG:first-child {
  margin-left: 0;
}
#contact_info P A {
  text-decoration: none;
}
#contact_info P A:hover {
  text-decoration: underline;
}
#contact_info P SPAN {
  display: inline-block;
  margin: 0 15px;
}
#contact_info P BR {
  display: none;
}
#contact_info.dark H2 {
  color: #1b2126;
}
#contact_info.dark P {
  color: #1b2126;
}
#contact_info.dark P A {
  color: #1b2126;
}
#contact_info.light H2 {
  color: #fff;
}
#contact_info.light P {
  color: #fff;
}
#contact_info.light P A {
  color: #fff;
}

#column_text {
  padding: 137px 0 133px;
}
#column_text.dark {
  color: #1b2126;
}
#column_text.light {
  color: #fff;
}
#column_text P {
  margin: 0 0 26px;
}
#column_text P#column_label {
  margin-bottom: 20px;
  color: #3f5ca6;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
#column_text P:last-child {
  margin-bottom: 0;
}
#column_text #column_ingress P {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
}

#overlap_block.dark {
  color: #1b2126;
}
#overlap_block.light {
  color: #fff;
}
#overlap_block #img_box {
  position: relative;
  float: left;
  width: 100%;
  margin-top: -200px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  z-index: 5;
}
#overlap_block #img_box IMG {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
#overlap_block #color_box {
  position: relative;
  width: calc(100% + 185px);
  margin: -260px 0 0 -185px;
  padding: 95px 110px 109px 185px;
  border-radius: 15px;
  z-index: 4;
}
#overlap_block P {
  margin: 0 0 20px;
  font-size: 19px;
  line-height: 1.4;
}
#overlap_block P#overlap_label {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
#overlap_block P#overlap_label + P {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
}
#overlap_block P:last-child {
  margin-bottom: 0;
}

#default_page {
  position: relative;
  padding: 140px 0;
}
#default_page.dark {
  color: #1b2126;
}
#default_page.dark A {
  display: inline-block;
  color: #3f5ca6;
}
#default_page.dark A:hover {
  color: #1b2126;
}
#default_page.light {
  color: #fff;
}
#default_page.light A {
  display: inline-block;
  color: #fff;
}
#default_page .col-lg-6 {
  z-index: 2;
}
#default_page P {
  margin: 0 0 26px;
}
#default_page P#default_label {
  margin-top: 2px;
  margin-bottom: 20px;
  color: #3f5ca6;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
#default_page P:last-child {
  margin-bottom: 0;
}
#default_page #default_ingress P {
  margin-bottom: 26px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
}
#default_page STRONG {
  font-weight: 600;
}
#default_page H2, #default_page H3, #default_page H4, #default_page H5 {
  margin: 0;
  font-weight: 400;
}
#default_page H2 {
  font-size: 23px;
}
#default_page #color-box {
  position: absolute;
  right: 0;
  top: 140px;
  width: 30%;
  height: calc(100% - 280px);
  border-bottom-left-radius: 22px;
  border-top-left-radius: 22px;
  z-index: 1;
}
#default_page #selected-image {
  position: relative;
  float: right;
  margin: 110px 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
}
#default_page #selected-image IMG {
  width: 515px;
  height: auto;
  border-radius: 4px;
}
#default_page #selected-image P {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 22px 25px 17px;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff;
  font-size: 16px;
}

#footer_box {
  padding: 0 0 76px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

FOOTER P {
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
}
FOOTER A {
  text-decoration: none;
}
FOOTER A:hover {
  text-decoration: underline;
}
FOOTER.dark H2 {
  color: #1b2126;
}
FOOTER.dark P {
  color: #1b2126;
}
FOOTER.dark P A {
  color: #1b2126;
}
FOOTER.light H2 {
  color: #fff;
}
FOOTER.light P {
  color: #fff;
}
FOOTER.light P A {
  color: #fff;
}
FOOTER .col-6 {
  z-index: 1;
}
FOOTER .col-6:first-child {
  text-align: left;
}
FOOTER .col-6:last-child {
  text-align: right;
}
FOOTER .col-12 {
  width: 100%;
  height: 1px;
  z-index: 2;
  text-align: center;
}
FOOTER #social_media {
  display: inline-block;
  margin: -9px 0 0;
  padding: 0;
}
FOOTER #social_media LI {
  float: left;
  margin-left: 10px;
  list-style-type: none;
}
FOOTER #social_media LI:first-child {
  margin-left: 0;
}
FOOTER #social_media A {
  display: block;
  width: 32px;
  height: 32px;
  opacity: 0.8;
}
FOOTER #social_media A:hover {
  opacity: 1;
}
FOOTER #social_media IMG {
  width: 100%;
  height: auto;
}

@media (min-width: 1548px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1388px;
  }
}
.iframe_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe_container IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1547px) {
  #img_slider UL.rslides IMG {
    max-width: 832px;
  }
  #img_slider .row:nth-child(odd) UL.rslides .img_text {
    right: -440.5px;
  }
  #img_slider .row:nth-child(even) UL.rslides .img_text {
    left: -439.5px;
  }
}
@media (max-width: 1399px) {
  HEADER .col {
    /*min-height: 700px;*/
    padding-bottom: 0;
  }
  HEADER H1 {
    font-size: 50px;
  }
  #icon_block P {
    font-size: 22px;
  }
  #img_slider UL.rslides IMG {
    max-width: 712px;
  }
  #img_slider UL.rslides .img_text {
    width: 550px;
    font-size: 22px;
    line-height: 1.2;
  }
  #img_slider UL.rslides .img_text SPAN {
    padding: 36px 50px 35px;
  }
  #img_slider .row:nth-child(odd) UL.rslides .img_text {
    right: -380px;
  }
  #img_slider .row:nth-child(even) UL.rslides .img_text {
    left: -380px;
  }
  #default_page #selected-image IMG {
    max-width: 100%;
  }
  #contact_info P {
    line-height: 1.4;
  }
}
@media (max-width: 1199px) {
  #sticky-header .logo {
    margin-left: 16px;
  }
  .rmp_menu_trigger {
    right: 40px !important;
  }
  HEADER H1 {
    max-width: 95%;
    font-size: 40px;
  }
  HEADER .news_notice {
    top: 46px;
    font-size: 20px;
  }
  HEADER #slides_box .rslides_nav.prev {
    left: 16px;
  }
  HEADER #slides_box .rslides_nav.next {
    right: 16px;
  }
  #img_slider UL.rslides IMG {
    max-width: 591px;
  }
  #img_slider UL.rslides .img_text {
    width: 450px;
    font-size: 20px;
    line-height: 1.25;
  }
  #img_slider .row:nth-child(odd) UL.rslides .img_text {
    right: -321px;
  }
  #img_slider .row:nth-child(even) UL.rslides .img_text {
    left: -321px;
  }
  #overlap_block #img_box {
    width: calc(100% - 160px);
    margin: -220px 80px 0;
  }
  #overlap_block #color_box {
    width: 100%;
    margin: -140px 0 0;
    padding: 200px 80px 70px;
  }
  #contact-form P {
    font-size: 24px;
  }
  #contact-form FIELDSET {
    width: calc(50% - 12px);
    margin-left: 24px;
  }
  #contact-form FIELDSET.fieldset.three {
    width: 100%;
  }
  #contact-form FIELDSET.fieldset.one,
  #contact-form FIELDSET.fieldset.three {
    margin-left: 0;
  }
  #contact_info P BR {
    display: block;
  }
}
@media (max-width: 991px) {
  HEADER {
    /*height: 500px;*/
  }
  HEADER .col {
    /*min-height: 0;*/
  }
  HEADER H1 {
    margin: 240px auto 25px;
    font-size: 32px;
  }
  HEADER P {
    font-size: 18px;
    font-weight: 500;
  }
  HEADER #slides_box {
    height: 500px;
    /*UL {
        IMG {
            min-width: 1032px;
            min-height: 500px;
        }
    }*/
  }
  #icon_block {
    padding: 80px 0 90px;
  }
  #icon_block .col-md-4 {
    width: 100%;
    margin-top: 60px;
  }
  #icon_block .col-md-4:first-child {
    margin-top: 0;
  }
  #icon_block SPAN {
    margin-bottom: 10px;
  }
  #icon_block P {
    max-width: 370px;
  }
  #img_slider .row .col-md-8 {
    width: 100%;
    order: 1 !important;
  }
  #img_slider .row .col-md-4 {
    order: 2 !important;
  }
  #img_slider UL.rslides IMG {
    max-width: 672px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #img_slider .img_text {
    position: relative !important;
    width: 672px !important;
    right: 0 !important;
    left: 0 !important;
  }
  #img_slider .img_text SPAN {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /*UL.rslides_tabs {
      top: 315px;
      bottom: auto;
  }*/
  A.rslides_nav {
    bottom: auto;
    top: 308px;
  }
  #contact-form H2 {
    margin-bottom: 10px;
  }
  #contact-form P {
    margin-bottom: 25px;
    font-size: 20px;
  }
  #contact-form FIELDSET.fieldset.one {
    width: calc(50% - 12px);
    margin-left: 0;
  }
  #contact-form FIELDSET.fieldset.two {
    width: calc(50% - 12px);
  }
  #contact-form FIELDSET.fieldset.three {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
  #default_page #selected-image {
    float: none;
    display: block;
    width: calc(100% - 160px);
    margin: 48px auto 0;
  }
  #default_page #color-box {
    display: none;
  }
  #column_text #column_ingress {
    margin-bottom: 26px;
  }
  #google_maps {
    padding: 80px 0;
  }
  #google_maps .iframe_container {
    padding-top: 35% !important;
  }
  #contact_info H2, #contact_info P {
    margin-bottom: 25px;
  }
  #contact_info P:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  HEADER H1 {
    margin: 225px auto 30px;
    font-size: 25px;
  }
  HEADER P {
    font-size: 20px;
  }
  HEADER .news_notice {
    display: none;
  }
  .news_notice {
    display: block;
    width: 100%;
    max-width: 492px;
    margin: 0 auto;
    padding: 13px 24px 12px;
    background-color: #3f5ca6;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
  }
  .news_notice STRONG {
    font-weight: 700;
  }
  .news_notice A {
    color: #fff;
    text-decoration: underline;
  }
  .news_notice A:hover {
    color: #1b2126;
  }
  #overlap_block .col-xl-6:first-child {
    order: 2;
  }
  #overlap_block .col-xl-6:last-child {
    order: 1;
  }
  #overlap_block #color_box {
    margin: 30px 0 0;
    padding: 50px 60px 50px;
    border-radius: 10px;
  }
  #overlap_block P#overlap_label + P {
    font-size: 25px;
    line-height: 1.2;
  }
  #overlap_block #img_box {
    width: 100%;
    margin: 30px 0 0;
    border-radius: 10px;
  }
  #img_slider UL.rslides IMG {
    max-width: 492px;
  }
  #img_slider UL.rslides .img_text {
    width: 492px !important;
    font-size: 18px;
    line-height: 1.2;
  }
  #img_slider UL.rslides .img_text SPAN {
    padding: 20px 24px 19px;
  }
  #img_slider UL.rslides_tabs {
    top: 225px;
  }
  #img_slider A.rslides_nav {
    top: 218px;
  }
  #contact_info P STRONG {
    display: block;
    margin: 20px 0 0;
  }
  #contact_info P STRONG:first-child {
    margin-top: 0;
  }
  #contact_info P:last-child {
    font-size: 16px;
    font-style: italic;
  }
  #footer_box {
    padding-bottom: 45px;
  }
  #contact_info {
    padding: 80px 0 50px;
  }
  FOOTER .col-12 {
    width: 50%;
    float: right;
    order: 2;
  }
  FOOTER .col-6 {
    width: 50%;
    float: left;
    order: 1;
  }
  FOOTER .col-6 P {
    margin: 2px 0 6px;
  }
  FOOTER .col-6:last-child {
    order: 3;
    text-align: left;
  }
  FOOTER .col-6:last-child P {
    margin: 0;
  }
  FOOTER .col-6:last-child P::before {
    content: "Site by: ";
  }
  FOOTER #social_media {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  #sticky-header .logo {
    margin-top: 24px;
  }
  HEADER H1 {
    font-size: 22px;
  }
  HEADER P {
    font-size: 18px;
  }
  .news_notice {
    max-width: none;
    padding: 11px 24px 10px;
    font-size: 20px;
  }
  #img_slider .row .col-md-8 {
    width: calc(100% - 48px);
    padding: 0;
    margin-right: 24px;
    margin-left: 24px;
  }
  #img_slider UL.rslides IMG, #img_slider UL.rslides .img_text {
    width: 100% !important;
  }
  #img_slider UL.rslides .img_text {
    margin-top: -1px;
  }
  #img_slider A.rslides_nav {
    top: 12px;
  }
  #img_slider UL.rslides_tabs {
    top: 19px;
  }
  A.rslides_nav.prev {
    left: 12px;
  }
  A.rslides_nav.next {
    right: 12px;
  }
  #contact-form H2 {
    font-size: 44px;
  }
  #contact-form FIELDSET.fieldset.one,
  #contact-form FIELDSET.fieldset.two {
    width: 100%;
    margin-left: 0;
  }
  #contact_info P SPAN {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    text-indent: -10000px;
  }
}/*# sourceMappingURL=style.css.map */