@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*$burg: #801c1c;*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,s
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: Josefin Sans;
  transition: ease-in-out;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  background-color: #ff5757;
}

body {
  line-height: 1.2;
  position: relative;
  background-color: white;
  max-width: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ### SNOUT MEDIA ###*/
html {
  font-size: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

.clearfix {
  clear: both;
}

.text-center {
  text-align: center;
}

.page-width {
  width: 100%;
  max-width: 1250px;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5em;
}

.feature_divider_alt {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  border-bottom: 1px solid #ff5757;
  height: 0px;
  margin-top: 2rem;
}

.burg_btn {
  margin-top: 1rem;
  margin-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: white;
  color: #ff5757;
  border: 1px solid white;
  border-radius: 2px;
  font-family: Josefin Sans;
  transition: 0.5s;
  font-size: 1em;
}
.burg_btn:hover {
  background-color: white;
  color: #ff5757;
  cursor: pointer;
}

.burg_btn-alt {
  margin-top: 1rem;
  margin-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #ff5757;
  color: white;
  border: 1px solid #ff5757;
  border-radius: 2px;
  font-family: Josefin Sans;
  transition: 0.5s;
  font-size: 1em;
}
.burg_btn-alt:hover {
  background-color: white;
  color: #ff5757;
  cursor: pointer;
}

#modal-bg {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9997;
  display: none;
}

#contact_modal, #consultation_modal {
  display: none;
  min-height: 80vh;
  position: absolute;
  width: 80%;
  margin-left: 10%;
  margin-top: 10vh;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 9999;
  overflow: scroll;
  padding-bottom: 2rem;
}

#quote_modal {
  display: none;
  min-height: 80vh;
  position: absolute;
  width: 80%;
  margin-left: 10%;
  margin-top: 10vh;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 9999;
  overflow: scroll;
  padding-bottom: 2rem;
}

#contact_us_grid {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-gap: 3% 1%;
}
@media screen and (max-width: 1350px) {
  #contact_us_grid {
    grid-template-columns: 100%;
  }
}

#consultation_form {
  width: 100%;
  text-align: center;
  padding: 1em;
}
#consultation_form h4 {
  font-size: 2.5rem;
  text-align: center;
  color: #ff5757;
}
#consultation_form h4 a {
  color: #ff5757;
  text-decoration: none;
}
#consultation_form h4 a:active {
  color: #ff5757;
  text-decoration: none;
}
#consultation_form h4 a:visited {
  color: #ff5757;
  text-decoration: none;
}
#consultation_form h4 a:hover {
  color: #ff5757;
  text-decoration: underline;
}
#consultation_form p {
  margin-bottom: 1.5rem;
  margin-top: 0.6rem;
}
#consultation_form p a {
  color: black;
  text-decoration: none;
}
#consultation_form p a:active {
  color: black;
  text-decoration: none;
}
#consultation_form p a:visited {
  color: black;
  text-decoration: none;
}
#consultation_form p a:hover {
  color: black;
  text-decoration: underline;
}
#consultation_form input, #consultation_form textarea {
  width: 90%;
  font-size: 1.2em;
  padding: 0.3rem;
  border-radius: 5px;
  border: 1px solid lightgrey;
}
#consultation_form input:focus, #consultation_form textarea:focus {
  outline-color: #ff5757;
}
#consultation_form select {
  font-size: 1.2em;
  padding: 0.3rem;
  border-radius: 5px;
  border: 1px solid lightgrey;
}
#consultation_form select:focus {
  outline-color: #ff5757;
}
#consultation_form input {
  text-align: center;
}
#consultation_form textarea {
  min-height: 15vh;
}

.contact_us_grid-item {
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 1350px) {
  .contact_us_grid-item:first-of-type {
    border-right: 1px solid #ff5757;
  }
}
.contact_us_grid-item h4 {
  font-size: 2.5rem;
  text-align: center;
  color: #ff5757;
}
.contact_us_grid-item h4 a {
  color: #ff5757;
  text-decoration: none;
}
.contact_us_grid-item h4 a:active {
  color: #ff5757;
  text-decoration: none;
}
.contact_us_grid-item h4 a:visited {
  color: #ff5757;
  text-decoration: none;
}
.contact_us_grid-item h4 a:hover {
  color: #ff5757;
  text-decoration: underline;
}
.contact_us_grid-item p {
  margin-bottom: 1.5rem;
  margin-top: 0.6rem;
}
.contact_us_grid-item p a {
  color: black;
  text-decoration: none;
}
.contact_us_grid-item p a:active {
  color: black;
  text-decoration: none;
}
.contact_us_grid-item p a:visited {
  color: black;
  text-decoration: none;
}
.contact_us_grid-item p a:hover {
  color: black;
  text-decoration: underline;
}
.contact_us_grid-item input, .contact_us_grid-item textarea {
  width: 90%;
  font-size: 1.2em;
  padding: 0.3rem;
  border-radius: 5px;
  border: 1px solid lightgrey;
}
.contact_us_grid-item input:focus, .contact_us_grid-item textarea:focus {
  outline-color: #ff5757;
}
.contact_us_grid-item input {
  text-align: center;
}
.contact_us_grid-item textarea {
  min-height: 15vh;
}

#close_contact-form {
  color: #ff5757;
  cursor: pointer;
  margin-top: 2em;
}

#close_quote-form {
  color: #ff5757;
  cursor: pointer;
  margin-top: 2em;
}

#close_consultation-form {
  color: #ff5757;
  cursor: pointer;
  margin-top: 2em;
}

#contact_submit {
  margin-left: 0;
}

.form_btn {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #ff5757;
  color: white;
  border: 1px solid #ff5757;
  border-radius: 2px;
  font-family: Josefin Sans;
  transition: 0.5s;
  font-size: 1em;
}
.form_btn:hover {
  background-color: white;
  color: #ff5757;
  cursor: pointer;
}

#header_logo {
  position: absolute;
  max-height: 4.5em;
  z-index: 99999;
	top: 5px;
}
#header_logo:hover {
  cursor: pointer;
}

.floaty-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 15vh;
  width: 100vw;
  background-color: transparent;
  z-index: 999;
  transition: 0.6s;
}
.floaty-menu .nav_menu_container {
  width: 100%;
  color: white;
  z-index: 9999;
  font-family: Josefin Sans;
}
.floaty-menu .nav_menu_container ul {
  height: 15vh;
  position: relative;
  text-align: right;
}
.floaty-menu .nav_menu_container ul li {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  display: inline-block;
  margin-left: 1.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
  font-size: 16px;
}
.floaty-menu .nav_menu_container ul li:hover {
  cursor: pointer;
}
.floaty-menu .nav_menu_container ul li:first-of-type {
  display: none;
}
@media screen and (max-width: 1430px) {
  .floaty-menu .nav_menu_container #nav_menu {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }
  .floaty-menu .nav_menu_container ul li {
    display: none;
    margin-left: 0;
  }
  .floaty-menu .nav_menu_container ul li:first-of-type {
    display: block;
  }
}

#stickyNavBuff {
  display: none;
}

.visible {
  background-color: white;
  height: 100vh;
  color: #ff5757;
  width: 100%;
  transition: 0.2s;
}
.visible ul li {
  background-color: #ff5757;
  display: block !important;
  padding-right: 2rem;
  color: white;
}
.visible ul li .hamburger .hamburger-inner, .visible ul li .hamburger-inner::before, .visible ul li .hamburger-inner::after {
  color: #ff5757;
}

.sticky-menu {
  width: 100%;
  position: fixed !important;
  top: 20px;
  left: 0;
  height: 3.5em;
  transition: 0.6s;
  height: 100px;
  background-color: white;
  border-bottom: 1px solid #ff5757;
  z-index: 999;
}
@media screen and (max-width: 1350px) {
  .sticky-menu {
    background-color: white;
  }
}
.sticky-menu .nav_menu_container {
  width: 100%;
  font-family: Josefin Sans;
}
.sticky-menu .nav_menu_container ul {
  height: 3.5em;
  position: relative;
  text-align: right;
	padding-top: 30px;
}
.sticky-menu .nav_menu_container ul li {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  display: inline-block;
  margin-left: 1em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2em;
  font-size: 16px;
  color: #ff5757;
}
@media screen and (max-width: 1505px) {
  .sticky-menu .nav_menu_container ul li {
    padding-right: 1.2em;
  }
}
.sticky-menu .nav_menu_container ul li:hover {
  cursor: pointer;
}
.sticky-menu .nav_menu_container ul li:first-of-type {
  display: none;
}
.sticky-menu .nav_menu_container ul li:last-of-type {
  background-color: #ff5757;
  color: white;
  border-radius: 5px;
  padding-left: 2rem;
  margin-right: 2em;
}
@media screen and (max-width: 1350px) {
  .sticky-menu .nav_menu_container .hamburger-inner, .sticky-menu .nav_menu_container .hamburger-inner::before, .sticky-menu .nav_menu_container .hamburger-inner::after {
    background-color: #ff5757;
  }
  .sticky-menu .nav_menu_container #nav_menu {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }
  .sticky-menu .nav_menu_container ul {
    background-color: white;
  }
  .sticky-menu .nav_menu_container ul li {
    display: none;
    margin-left: 0;
    background-color: white;
  }
}
@media screen and (max-width: 1350px) and (orientation: landscape) {
  .sticky-menu .nav_menu_container ul li {
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 1350px) {
  .sticky-menu .nav_menu_container ul li:not(:first-of-type) {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    color: #ff5757;
  }
}
@media screen and (max-width: 1350px) {
  .sticky-menu .nav_menu_container ul li:first-of-type {
    display: block;
    color: #ff5757;
  }
  .sticky-menu .nav_menu_container ul li:first-of-type .hamburger-inner, .sticky-menu .nav_menu_container ul li:first-of-type .hamburger-inner::before, .sticky-menu .nav_menu_container ul li:first-of-type .hamburger-inner::after {
    background-color: #ff5757;
  }
}
@media screen and (max-width: 1350px) {
  .sticky-menu .nav_menu_container ul li:last-of-type {
    margin-right: 0;
    width: 80%;
    margin-left: 10%;
    color: white;
  }
}

#index_hero {
  position: relative;
  height: 100vh;
  min-height: 40em;
  width: 100%;
  background-image: url(../images/index_hero-wide-2023.jpg);
  background-position: 66% 50%;
  background-size: cover;
}
#index_hero #index_hero-red {
  top: 15vh;
  position: relative;
  height: auto;
  width: 60%;
  text-align: right;
  padding: 3vw;
  background-color: rgba(255, 87, 87, 0.8);
  transition: 0.4s;
	border-radius: 0px 15px 15px 0px;
}
#index_hero #index_hero-red:hover {
  background-color: #ff5757;
}
#index_hero #index_hero-red h1 {
  color: white;
  font-size: 3em;
  margin-bottom: 1rem;
}
#index_hero #index_hero-red h2 {
  color: white;
  font-size: 1.4em;
  margin-bottom: 1rem;
}
#index_hero #index_hero-red p {
  color: black;
  display: none;
}
@media screen and (max-width: 1200px) {
  #index_hero #index_hero-red {
    width: 100%;
    background-attachment: scroll;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) and (orientation: portrait) {
  #index_hero #index_hero-red {
    width: 100%;
    background-attachment: scroll;
    text-align: center;
    padding-top: 5vh;
  }
  #index_hero #index_hero-red h1 {
    font-size: 2.3em;
    width: 100%;
  }
  #index_hero #index_hero-red h2 {
    font-size: 1.3em;
    width: 100%;
  }
  #index_hero #index_hero-red button {
    font-size: 1.15em;
    width: 80%;
    padding-right: 1em;
    padding-left: 1em;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) and (orientation: landscape) {
  #index_hero #index_hero-red {
    width: 100%;
    background-attachment: scroll;
    text-align: center;
  }
  #index_hero #index_hero-red h1 {
    font-size: 1.5em;
  }
  #index_hero #index_hero-red h2 {
    font-size: 1.2em;
  }
}

.index_section-title {
  font-size: 5rem;
  text-align: center;
  color: #ff5757;
  padding: 2rem;
  z-index: 5;
	padding-top: 5rem;
}
@media screen and (max-width: 1000px) {
  .index_section-title {
    font-size: 3rem;
  }
}

.index_section-title-alt {
  font-size: 5rem;
  text-align: center;
  color: white;
  padding: 2rem;
}
@media screen and (max-width: 1000px) {
  .index_section-title-alt {
    font-size: 3rem;
  }
}

#index_hero-cta-quote {
  padding-left: 10.3em;
  padding-right: 10.3em;
  max-width: 100%;
}

#index_intro p {
  line-height: 1.6rem;
}
#index_intro p::first-letter {
  font-weight: 400;
  font-size: 1.15rem;
}

.index_intro_p {
  visibility: hidden;
}

#index_intro_heading {
  margin-top: 2rem;
  color: #ff5757;
  font-size: 2rem;
}

#index_services {
  height: auto;
}

.index_services-grid {
  height: 80vh;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 40vh 40vh;
  /*grid-gap: 3% 1%;
  margin-left: 1%;*/
}
@media screen and (max-width: 1350px) and (orientation: portrait) {
  .index_services-grid {
    height: 160vh;
    grid-template-columns: 50% 50%;
    grid-template-rows: 40vh 40vh 40vh 40vh;
  }
}
@media screen and (max-width: 1350px) and (orientation: landscape) {
  .index_services-grid {
    height: 300vh;
    grid-template-columns: 50% 50%;
    grid-template-rows: 75vh 75vh 75vh 75vh;
  }
}
@media screen and (max-width: 750px) {
  .index_services-grid {
    height: 320vh;
    grid-template-columns: 100%;
    grid-template-rows: 40vh 40vh 40vh 40vh 40vh 40vh 40vh 40vh;
  }
}

.index_services-grid-item {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: 0.6s;
  border: none;
  /*border-radius:15px;*/
  cursor: pointer;
  visibility: hidden;
}
.index_services-grid-item:hover {
  /*transform: translateX(1em);
  -webkit-transform: translateX(1em);
  transform: translateY(-0.5em);
  -webkit-transform: translateY(-0.5em);*/
  cursor: pointer;
  /*-webkit-box-shadow: -10px 18px 15px 6px rgba(33,33,33,0.61);
  -moz-box-shadow: -10px 18px 15px 6px rgba(33,33,33,0.61);
  box-shadow: -10px 18px 15px 6px rgba(33,33,33,0.61);*/
}
.index_services-grid-item a {
  cursor: pointer;
}

.index_services-grid-overlay {
  background-color: rgba(255, 87, 87, 0.1);
  height: 100%;
  width: 100%;
  position: relative;
  transition: 0.7s;
}
.index_services-grid-overlay:hover {
  background-color: rgba(255, 87, 87, 0.9);
  cursor: pointer;
}
.index_services-grid-overlay:hover .index_services-grid-title {
  top: 150%;
}
.index_services-grid-overlay:hover .index_services-grid-title-top {
  top: 1rem;
}
.index_services-grid-overlay:hover .index_services-grid-cta {
  bottom: 1rem;
}
.index_services-grid-overlay .index_services-grid-title {
  position: absolute;
  top: 50%;
  right: 0rem;
  padding-right: 1rem;
  text-align: right;
  color: white;
  font-size: 2em;
  width: 100%;
  background-color: rgba(255, 87, 87, 0.7);
  padding-left: 12%;
  padding-bottom: 25rem;
  transition: 0.4s;
}
.index_services-grid-overlay .index_services-grid-title-top {
  position: absolute;
  top: -100%;
  left: 1rem;
  padding-right: 1rem;
  color: white;
  font-size: 2em;
  max-width: 80%;
  transition: 0.4s;
}
.index_services-grid-overlay .index_services-grid-cta {
  position: absolute;
  bottom: -100%;
  right: 0rem;
  padding-right: 1rem;
  color: white;
  font-size: 1.75rem;
  max-width: 90%;
  transition: 0.4s;
}

.index_who-we-help_grid-container {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-template-rows: auto;
  grid-gap: 1% 1%;
  margin-left: 1%;
  margin-bottom: 2em;
}
@media screen and (max-width: 1350px) {
  .index_who-we-help_grid-container {
    grid-template-columns: 49% 49%;
  }
}
@media screen and (max-width: 750px) {
  .index_who-we-help_grid-container {
    grid-template-columns: 98%;
    margin-bottom: 2.5em;
  }
}

.index_who-we-help_grid-item {
  background-color: white;
  border: none;
  transition: 0.6s;
  visibility: hidden;
}

.index_who-we-help_grid-item-img img {
  max-width: 100%;
}

.index_who-we-help_grid-item-title {
  padding: 0.5em;
  padding-left: 1em;
  color: #ff5757;
  width: 100%;
  font-size: 1.4rem;
  border-bottom: 2px solid #ff5757;
  text-align: left;
}

.index_who-we-help_grid-item-info {
  padding-bottom: 1em;
  padding: 1rem;
  background-color: white;
}

.index_meet-the-team_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /*grid-gap: 1% 1%;*/
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .index_meet-the-team_container {
    grid-template-columns: 49% 49%;
  }
  .index_meet-the-team_container .index_meet-the-team_grid-item {
    margin-bottom: 2rem;
  }
}

#getToKnowUs-link-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#getToKnowUs-link-container i {
  text-align: center;
  color: #ff5757;
  width: 100%;
}

.hidden {
  display: none;
}

#index_meet-the-team:hover {
  cursor: pointer;
  transition: 0.4s;
}
#index_meet-the-team:hover i {
  transition: 0.4s;
  transform: rotate(90deg);
}

.index_section-subtitle {
  color: #ff5757;
  font-size: 2rem;
  text-align: center;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

.index_why_evans-p {
  visibility: hidden;
}

.index_meet-the-team_grid-item {
  visibility: hidden;
}
.index_meet-the-team_grid-item img {
  border-radius: 99999px;
  width: 80%;
  margin-left: 10%;
}
.index_meet-the-team_grid-item h3 {
  font-size: 1.2em;
  color: #ff5757;
  text-align: center;
}
.index_meet-the-team_grid-item p {
  color: darkgrey;
  text-align: center;
}

.index_view-team-link {
  width: 100%;
  font-size: 1.2rem;
  color: #ff5757;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 1.65rem;
}


.index_view-team-link a:visited {
  color: #ff5757;
}
.index_view-team-link a:active {
  color: #ff5757;
}
.index_view-team-link a:hover {
  color: #ff5757;
}
.index_view-team-link a {
  color: #ff5757;
  text-decoration: none;
  margin-top: 1.65rem;
}

.index_testimonials {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 1% 1%;
  justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .index_testimonials {
    grid-template-columns: 98%;
  }
}

.index_testimnials_block {
  padding-top: 1em;
  border-top: 1px solid #ff5757;
}
.index_testimnials_block p {
  color: #333;
  font-style: italic;
}
.index_testimnials_block p:not(:first-of-type) {
  font-weight: 600;
  color: #ff5757;
  margin-top: 0.5rem;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .index_testimnials_block p:not(:first-of-type) {
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  .index_testimnials_block:first-child {
    border-top: 0px solid #ff5757;
  }
  .index_testimnials_block:last-child {
    border-bottom: 1px solid #ff5757;
  }
}

.index_news {
  background-color: #ff5757;
  padding-bottom: 5rem;
	padding-top: 2rem;
}

.index_news_grid-container {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 3% 1%;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .index_news_grid-container {
    grid-template-columns: 98%;
    grid-template-rows: auto auto auto;
    padding-bottom: 2vh;
    grid-gap: 1% 1%;
  }
}

.index_news-article {
  background-color: white;
  border-radius: 15px;
  padding: 1.5rem;
  padding-bottom: 3.2em;
  margin-bottom: 1.5rem;
  transition: 0.6s;
  position: relative;
  visibility: hidden;
  display: grid;
}
.index_news-article:hover {
  cursor: pointer;
  transform: translateX(1em);
  -webkit-transform: translateX(1em);
  transform: translateY(-0.5em);
  -webkit-transform: translateY(-0.5em);
  border: 1px solid lightgray;
  -webkit-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  -moz-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
}

.index_news-article:hover .index_article-desc {
  color: #ff5757;
}

.index_article-desc {
  color: rgba(255, 87, 87, 0.8);
  transition: 0.4s;
}

.index_news_article_link {
  width: 100%;
  font-size: 1.2em;
  color: #ff5757;
  margin-top: 1em;
  text-align: center;
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index_news_article_link a:visited {
  color: white;
}
.index_news_article_link a:active {
  color: white;
}
.index_news_article_link a:hover {
  color: white;
}
.index_news_article_link a {
  color: white;
  text-decoration: none;
}

.index_news_article-title {
  color: #ff5757;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 2px solid #ff5757;
  margin-bottom: 1em;
}

.index_view-news-link {
  color: white;
  font-size: 1.5rem;
  position: relative;
	padding-top: 2rem;
}
.index_view-news-link a {
  text-decoration: none;
  color: white;
}
.index_view-news-link a:visited {
  color: white;
}
.index_view-news-link a:active {
  color: white;
}
.index_view-news-link a:hover {
  color: white;
}
@media screen and (max-width: 1000px) {
  .index_view-news-link {
    margin-top: 5vh;
  }
}

.footer_mailinglist {
  text-align: center;
  padding-bottom: 1.5rem;
}
.footer_mailinglist h3 {
  text-align: center;
  color: #ff5757;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.footer_mailinglist input {
  font-size: 1.2em;
  padding: 0.3rem;
  border-radius: 5px;
  border: 1px solid lightgrey;
}
.footer_mailinglist input:focus {
  outline-color: #ff5757;
}

#mailing-list_email {
  width: 71%;
  text-align: center;
  margin-bottom: 1.2rem;
}

#mailing-list_firstname {
  width: 35%;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1000px) {
  #mailing-list_firstname {
    width: 71%;
    margin-bottom: 1.2rem;
  }
}

#mailing-list_lastname {
  width: 35%;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1000px) {
  #mailing-list_lastname {
    width: 71%;
  }
}

#mailing-list_submit {
  display: none;
}

/*.popIn{display:none!important;}*/
#footer {
  background-color: #151515;
  color: white;
}
#footer .footer_legal-info {
  color: lightgrey;
  text-align: center;
  padding-bottom: 1rem;
}
#footer .footer_contact-info {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-gap: 1% 1%;
  justify-content: center;
  margin-bottom: 1.2rem;
}
#footer .footer_contact-info a {
  color: white;
  text-decoration: none;
}
#footer .footer_contact-info a:active {
  color: white;
  text-decoration: none;
}
#footer .footer_contact-info a:visited {
  color: white;
  text-decoration: none;
}
#footer .footer_contact-info a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #footer .footer_contact-info {
    grid-template-columns: 48%;
    grid-template-rows: auto auto auto auto;
  }
}
#footer .footer_contact-info i {
  width: 100%;
  color: white;
  font-size: 2rem;
  margin-bottom: 1rem;
}
#footer .footer_contact-info h4 {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0.5em;
}
@media screen and (max-width: 750px) {
  #footer .footer_contact-info h4:last-of-type {
    margin-bottom: 2rem;
  }
}
#footer .footer_contact-info h4:not(:last-of-type) {
  border-right: 1px solid white;
}
@media screen and (max-width: 750px) {
  #footer .footer_contact-info h4:not(:last-of-type) {
    border-right: 0px solid white;
  }
}
#footer #footer_acca-logo {
  margin-bottom: 1em;
  margin-top: 1em;
}

.footer_partner_logos {
  max-height: 3em;
  margin-top: 1em;
  max-width: 100%;
}

#footer_legal {
  background-image: url(../images/footer-bg.png);
  background-position: center bottom;
  background-size: cover;
}

#facebook_messenger_widget {
  width: 60px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  cursor: pointer;
}

.footer_testimonials_container {
  background-image: url(../images/footer_testimonials.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
  padding-right: 3em;
}

#footer_testimonials {
  text-align: center;
  color: black;
  position: relative;
}
#footer_testimonials .testimonial_block {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.testimonial_author {
  font-weight: 600;
  margin-top: 2rem;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #ff5757 !important;
}

/*NEWS PAGE*/
#news_hero {
  position: relative;
  height: 70vh;
  width: 100%;
  background-image: url(../images/news-hero.jpg);
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#news_hero h1 {
  position: relative;
  text-align: center;
  color: white;
  font-size: 4em;
  margin-bottom: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.news_news {
  background-color: white;
  padding-top: 2em;
  padding-bottom: 1rem;
}

.news_grid-container {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 0% 1%;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .news_grid-container {
    grid-template-columns: 98%;
    grid-template-rows: auto auto auto;
    padding-bottom: 2vh;
    grid-gap: 0% 1%;
  }
}

.news-article {
  background-color: #ff5757;
  border-radius: 15px;
  padding: 1.5rem;
  padding-bottom: 3.2em;
  margin-bottom: 1.5rem;
  transition: 0.6s;
  position: relative;
  visibility: hidden;
  color: white;
}
.news-article:hover {
  cursor: pointer;
  transform: translateX(1em);
  -webkit-transform: translateX(1em);
  transform: translateY(-0.5em);
  -webkit-transform: translateY(-0.5em);
  border: 1px solid #ff5757;
  -webkit-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  -moz-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
}

.news-article-add {
  background-color: #ff5757;
  border-radius: 15px;
  padding: 1.5rem;
  padding-bottom: 3.2em;
  margin-bottom: 1.5rem;
  transition: 0.6s;
  position: relative;
  color: white;
}
.news-article-add:hover {
  cursor: pointer;
  transform: translateX(1em);
  -webkit-transform: translateX(1em);
  transform: translateY(-0.5em);
  -webkit-transform: translateY(-0.5em);
  border: 1px solid #ff5757;
  -webkit-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  -moz-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
}

.news-article-add:hover .news-article-desc {
  color: white;
}

.news-article:hover .news-article-desc {
  color: white;
}

.news-article-desc {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.4s;
}

.news_article-img {
  width: 100%;
}

.news_article-title {
  color: white;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 2px solid white;
  margin-bottom: 1em;
}

.news_article-date {
  color: lightgrey;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 0.5rem;
}

.news_article_link {
  width: 100%;
  font-size: 1.2em;
  color: white;
  margin-top: 1em;
  text-align: center;
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_article_link a:visited {
  color: white;
}
.news_article_link a:active {
  color: white;
}
.news_article_link a:hover {
  color: white;
}
.news_article_link a {
  color: white;
  text-decoration: none;
}

#load_more_articles {
  width: 60%;
  margin-left: 20%;
  padding: 1em;
  background-color: #ff5757;
  color: white;
  border: 1px solid #ff5757;
  transition: 0.4s;
}
#load_more_articles:hover {
  cursor: pointer;
  border: 1px solid #ff5757;
  -webkit-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  -moz-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
}

#load_more_statement_articles {
  width: 60%;
  margin-left: 20%;
  padding: 1em;
  background-color: #ff5757;
  color: white;
  border: 1px solid #ff5757;
  transition: 0.4s;
}
#load_more_statement_articles:hover {
  cursor: pointer;
  border: 1px solid #ff5757;
  -webkit-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  -moz-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
}

#article_hero {
  position: relative;
  height: 70vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#article_hero h1 {
  position: relative;
  text-align: center;
  color: white;
  font-size: 4em;
  margin-bottom: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.article_hero_dimmer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#article_date {
  font-size: 1.2em;
  color: grey;
  text-align: center;
  margin-top: 1em;
}

.article_body {
  margin-top: 2em;
}
.article_body p {
  margin-top: 1.5em;
}
.article_body p:first-letter {
  font-size: 1.2em;
}
.article_body h1 {
  font-size: 1.85em;
  color: #ff5757;
  margin-bottom: 1.5em;
}
.article_body h2 {
  font-size: 1.5em;
  color: #ff5757;
  margin-bottom: 1.2em;
}
.article_body h3 {
  font-size: 1.25em;
  color: #ff5757;
  margin-bottom: 1em;
}
.article_body h4 {
  font-size: 1em;
  color: #ff5757;
  margin-bottom: 1em;
}
.article_body ul {
  margin-bottom: 1em;
}
.article_body ul li:before {
  content: "•";
  color: #ff5757;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.article_body a {
  color: #ff5757;
}
.article_body a:visited {
  color: #ff5757;
}
.article_body a:hover {
  color: #ff5757;
}
.article_body a:active {
  color: #ff5757;
}

.article_news {
  background-color: #ff5757;
  padding-bottom: 1rem;
  margin-top: 1em;
}
.article_news #article_latest-title {
  padding-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  color: white;
  font-size: 3em;
}

.article_news_grid-container {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 3% 1%;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .article_news_grid-container {
    grid-template-columns: 98%;
    grid-template-rows: auto auto auto;
    padding-bottom: 2vh;
    grid-gap: 1% 1%;
  }
}

.article_news-article {
  background-color: white;
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: 0.6s;
  position: relative;
  visibility: hidden;
  color: #ff5757;
}
.article_news-article:hover {
  cursor: pointer;
  transform: translateX(1em);
  -webkit-transform: translateX(1em);
  transform: translateY(-0.5em);
  -webkit-transform: translateY(-0.5em);
  border: 1px solid white;
  -webkit-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  -moz-box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
  box-shadow: -10px 18px 15px 6px rgba(33, 33, 33, 0.61);
}

.article_news_article-img {
  width: 100%;
}

.article_news_article-title {
  color: #ff5757;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.article_news_article-date {
  color: grey;
  border-bottom: 1px solid grey;
  padding-bottom: 0.5rem;
}

.article_news_article_link {
  width: 100%;
  font-size: 1.2rem;
  color: #ff5757;
  text-align: right;
  padding-top: 0.5rem;
}
.article_news_article_link a:visited {
  color: #ff5757;
}
.article_news_article_link a:active {
  color: #ff5757;
}
.article_news_article_link a:hover {
  color: #ff5757;
}
.article_news_article_link a {
  color: #ff5757;
  text-decoration: none;
}

.article_news_load-more {
  color: white;
  font-size: 1.5rem;
  position: relative;
}
.article_news_load-more a {
  text-decoration: none;
  color: white;
}
.article_news_load-more a:visited {
  color: white;
}
.article_news_load-more a:active {
  color: white;
}
.article_news_load-more a:hover {
  color: white;
}
@media screen and (max-width: 1000px) {
  .article_news_load-more {
    margin-top: 5vh;
  }
}

#service_hero {
  position: relative;
  height: 70vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#service_hero h1 {
  position: relative;
  text-align: center;
  color: white;
  font-size: 4em;
  margin-bottom: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.service_body {
  padding-top: 2em;
}
.service_body h2 {
  font-size: 1.5em;
  color: #ff5757;
  margin-bottom: 1.2em;
}
.service_body h3 {
  font-size: 1.25em;
  color: #ff5757;
  margin-bottom: 1em;
}
.service_body h4 {
  font-size: 1em;
  color: #ff5757;
  margin-bottom: 1em;
}
.service_body p {
  font-size: 1em;
  color: black;
  margin-bottom: 1em;
}
.service_body p:first-of-type {
  margin-top: 2em;
  font-size: 1.1em;
}
.service_body p:first-letter {
  font-size: 1.2em;
}
.service_body p .fire_consultation_form {
  color: #ff5757;
  text-decoration: underline;
  cursor: pointer;
}
.service_body p .fire_quote_calculator {
  color: #ff5757;
  text-decoration: underline;
  cursor: pointer;
}
.service_body ul {
  margin-bottom: 1em;
}
.service_body ul li:before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff5757;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.service_body a {
  color: #ff5757;
  text-decoration: underline;
}
.service_body a:first-of-type {
  margin-top: 2em;
  font-size: 1em;
}
.service_body a:active {
  color: #ff5757;
  text-decoration: underline;
}
.service_body a:visited {
  color: #ff5757;
  text-decoration: underline;
}
.service_body a:hover {
  color: #ff5757;
  text-decoration: underline;
}

#quote_form {
  padding-left: 2vw;
  padding-right: 2vw;
  text-align: center;
}
#quote_form h2 {
  color: #ff5757;
  margin-top: 2em;
  font-size: 1.3em;
}
#quote_form p {
  margin-top: 1em;
}
#quote_form select, #quote_form input {
  width: 70%;
  margin-top: 0.3em;
  font-size: 1em;
  padding: 0.3rem;
  border-radius: 5px;
  border: 1px solid lightgrey;
  text-align: center;
  text-align-last: center;
}
#quote_form select:focus, #quote_form input:focus {
  outline-color: #ff5757;
}
#quote_form .btn {
  width: 70%;
  background-color: #ff5757;
  margin-top: 1em;
  color: white;
  font-size: 2em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border: 1px solid #ff5757;
  transition: 0.6s;
  cursor: pointer;
  font-family: Josefin Sans;
}
#quote_form .btn:hover {
  background-color: white;
  color: #ff5757;
}
#quote_form .quote_form-hidden {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav_menu_container ul li:not(:first-of-type):before, .nav_menu_container ul li:not(:first-of-type):after {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  content: "";
  opacity: 0;
  transition: all 0.4s;
}

.nav_menu_container ul li:not(:first-of-type):before {
  top: 0px;
  transform: translateY(10px);
}

.nav_menu_container ul li:not(:first-of-type):after {
  bottom: 0px;
  transform: translateY(-10px);
}

.nav_menu_container ul li:not(:first-of-type):hover:before, .nav_menu_container ul li:not(:first-of-type):hover:after {
  opacity: 1;
  transform: translateY(0px);
}

/*factsheets*/
.factsheet-topic {
  font-size: 1.25em;
  padding: 0.75em;
  padding-left: 1em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  background-color: #ff5757;
  transition: 0.4s;
  color: white;
  border-radius: 5px;
}
.factsheet-topic:hover {
  color: white !important;
  padding-left: 2em;
  transform: translateX(0.5em);
  -webkit-transform: translateX(0.2em);
  transform: translateY(-0.5em);
  -webkit-transform: translateY(-0.2em);
  -webkit-box-shadow: -10px 18px 23px 6px rgba(133, 133, 133, 0.61);
  -moz-box-shadow: -10px 18px 23px 6px rgba(133, 133, 133, 0.61);
  box-shadow: -10px 18px 23px 6px rgba(133, 133, 133, 0.61);
}
.factsheet-topic:hover a {
  color: white !important;
}

.factsheet-topic a {
  text-decoration: none !important;
}

.provided_content-intro {
  margin-top: 2em;
  font-size: 2em;
  color: grey;
  line-height: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ff5757;
}

.provided_content {
  margin-top: 2em;
}
.provided_content h1 {
  /*margin-top: 1em;
  font-size: 2.5em;
  color: $burg;
  margin-bottom: 1em;
  border-bottom: 1px solid grey;
  padding-bottom: 1em;*/
  display: none;
}
.provided_content h2 {
  margin-top: 1em;
  font-size: 2em;
  color: #ff5757;
  margin-bottom: 0.75em;
}
.provided_content h3 {
  margin-top: 1em;
  font-size: 1.6em;
  color: #ff5757;
  margin-bottom: 0.5em;
}
.provided_content h4 {
  margin-top: 1em;
  font-size: 1.4em;
  color: #ff5757;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
.provided_content h5 {
  margin-top: 0.5em;
  font-size: 1.2em;
  color: #ff5757;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
.provided_content h6 {
  margin-top: 0.5em;
  font-size: 1em;
  color: #ff5757;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
.provided_content p {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
}
.provided_content label {
  margin-bottom: 1em !important;
  padding-left: 1em;
}
.provided_content input {
  padding: 0.75em !important;
  margin-top: 0.5em !important;
  border: 1px solid grey !important;
  margin-left: 2em !important;
}
.provided_content input:focus {
  border: 1px solid #ff5757 !important;
}
.provided_content .help-block {
  color: grey;
  margin-top: 0.25em;
  margin-left: 2.5em;
}
.provided_content .form-group {
  padding-top: 1em;
  border-top: 1px solid lightgrey;
}
.provided_content button {
  background-color: #ff5757;
  color: white;
  padding: 1em 5em;
  cursor: pointer;
}
.provided_content #output-area {
  border-top: 2px solid #ff5757;
}
.provided_content #output-area ul {
  margin-bottom: 1em;
}
.provided_content table {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  width: calc(100% - 1em);
  text-align: center;
}
.provided_content table th {
  font-weight: 600;
  border: 1px solid grey;
  padding: 0.5em;
}
.provided_content table td {
  border: 1px solid grey;
  padding: 0.3em;
}
.provided_content a {
  text-decoration: underline;
  transition: 0.4s;
}
.provided_content a:hover {
  color: #ff5757;
}
.provided_content dl dt {
  margin-top: 1em;
  font-size: 1.6em;
  color: #ff5757;
  margin-bottom: 0.5em;
}
.provided_content dl dd {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
}
.provided_content ul {
  margin-left: 1em;
}
.provided_content li {
  margin-left: 1em;
}
.provided_content .tax-calendar-month {
  margin-top: 1em !important;
  font-size: 2em !important;
  color: white !important;
  background-color: #ff5757 !important;
  margin-bottom: 0.75em !important;
  padding-bottom: 0.5em !important;
  padding-top: 0.5em !important;
  border-bottom: 1px solid #ff5757 !important;
  margin-top: 1em;
}
.provided_content .panel-heading {
  font-size: 1.1em;
  color: #ff5757;
}
.provided_content .panel-heading a {
  text-decoration: none;
}
.provided_content .tax-calendar-date {
  font-size: 1em;
  font-weight: 600;
}
.provided_content .tax-calendar-date::after {
  content: "\a\a";
  white-space: pre;
}

.provided_content-back {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #ff5757;
  margin-top: 1.5em;
}

.resources_container {
  margin-top: 2em;
}

.resources-resource-block {
  width: calc(50% - 2em);
  float: left;
  height: 35vh;
  min-height: 350px;
  position: relative;
  text-align: center;
  background-size: cover;
  margin: 1em;
}
.resources-resource-block h2 {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 2em;
}
.resources-resource-block .resources-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 87, 87, 0.6);
  transition: 0.4s;
}
.resources-resource-block .resources-overlay:hover {
  background-color: rgba(255, 87, 87, 0.9);
}

.resources-resource-block-full {
  width: calc(100% - 2em);
  float: left;
  height: 35vh;
  min-height: 350px;
  position: relative;
  text-align: center;
  background-size: cover;
  margin: 1em;
}
.resources-resource-block-full h2 {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 2em;
}
.resources-resource-block-full .resources-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 87, 87, 0.6);
  transition: 0.4s;
}
.resources-resource-block-full .resources-overlay:hover {
  background-color: rgba(255, 87, 87, 0.9);
}

@media screen and (max-width: 750px) {
  .resources-resource-block {
    width: calc(100% - 2em);
  }
}
/*mtt*/
.mtt_meet-the-team_container {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 35px 0px;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .mtt_meet-the-team_container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mtt_meet-the-team_container .index_meet-the-team_grid-item {
    margin-bottom: 1rem;
  }
  
}

@media screen and (max-width: 700px) {
  .mtt_meet-the-team_container {
    grid-template-columns: 1fr 1fr;
  }
  .mtt_meet-the-team_container .index_meet-the-team_grid-item {
    margin-bottom: 1rem;
  }
  
}

@media screen and (max-width: 550px) {
  .mtt_meet-the-team_container {
    grid-template-columns: 1fr;
  }
  .mtt_meet-the-team_container .index_meet-the-team_grid-item {
    margin-bottom: 1rem;
  }
  
}

.mtt_section-subtitle {
  color: #ff5757;
  font-size: 2rem;
  text-align: center;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

.mtt_meet-the-team_grid-item img {
  border-radius: 99999px;
  width: 80%;
  margin-left: 10%;
}
.mtt_meet-the-team_grid-item img:hover {
  border: 3px solid rgba(255, 87, 87, 0.4);
  cursor: pointer;
}
.mtt_meet-the-team_grid-item h3 {
  font-size: 1.2em;
  color: #ff5757;
  text-align: center;
}
.mtt_meet-the-team_grid-item p {
  color: darkgrey;
  text-align: center;
  margin-bottom: 0.5rem;
}
.mtt_meet-the-team_grid-item a {
  font-size: 0.8rem;
  color: #b0b0b0;
  text-align: center;
  width: 100%;
  display: block;
}

.mtt-pic-selected {
  border: 3px solid #ff5757;
}

.mtt-info {
  display: none;
}
.mtt-info h2 {
  font-size: 2em;
  color: #ff5757;
  margin-bottom: 1em;
  padding-top: 1em;
}

.mtt-section-header {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #ff5757;
  color: #ff5757;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#mtt_content {
  padding: 1em;
}

.mtt-info-selected {
  display: block;
}

.mtt_q {
  color: #ff5757;
}

.mtt_qa {
  margin-left: 1em;
  color: darkgrey;
  margin-bottom: 1.5em;
}

#mtt_selected-img {
  max-width: 20%;
}
@media screen and (max-width: 750px) {
  #mtt_selected-img {
    max-width: 100%;
  }
}

.mtt_instruction {
  text-align: center;
  margin-top: 2em;
  color: #ff5757;
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-bottom: 1px solid grey;
}

#mtt-back-to-top {
  margin-top: 2em;
  color: #ff5757;
  padding-left: 2em;
}
#mtt-back-to-top:hover {
  cursor: pointer;
}

#quote_response {
  font-size: 2.5em;
  color: #ff5757;
  text-align: center;
  margin-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: none;
}
@media screen and (max-width: 750px) {
  #quote_response {
    font-size: 1em;
  }
}
@media screen and (max-width: 1000px) {
  #quote_response {
    font-size: 1.4em;
  }
}

#consultation_response {
  font-size: 1.5em;
  color: #ff5757;
  text-align: center;
  margin-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.fcca {
  color: grey !important;
}

.close_modal_btn {
  position: absolute;
  text-align: right;
  width: 2em;
  height: 2em;
  top: 3%;
  right: 3%;
}
.close_modal_btn i {
  z-index: 99999;
  font-size: 2em;
  color: #ff5757;
  transition: 0.4s;
  cursor: pointer;
}
.close_modal_btn i:hover {
  transform: rotate(180deg);
}

.error404_container {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5757;
}
.error404_container h2 {
  width: 100%;
  color: white;
  font-size: 2.5em;
  text-align: center;
}
.error404_container h3 {
  width: 100%;
  color: white;
  font-size: 1.5em;
  text-align: center;
  margin-top: 1em;
}
.error404_container h3 a {
  text-decoration: underline;
}

.index-resource-block {
  width: calc(50% - 2em);
  float: left;
  height: 35vh;
  min-height: 350px;
  position: relative;
  text-align: center;
  background-size: cover;
  margin: 1em;
  visibility: hidden;
}
.index-resource-block h2 {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 2em;
}
.index-resource-block .resources-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 87, 87, 0.6);
  transition: 0.4s;
}
.index-resource-block .resources-overlay:hover {
  background-color: rgba(255, 87, 87, 0.9);
}

.index-resource-block-full {
  width: calc(100% - 2em);
  float: left;
  height: 35vh;
  min-height: 350px;
  position: relative;
  text-align: center;
  background-size: cover;
  margin: 1em;
  visibility: hidden;
}
.index-resource-block-full h2 {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 2em;
}
.index-resource-block-full .resources-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 87, 87, 0.6);
  transition: 0.4s;
}
.index-resource-block-full .resources-overlay:hover {
  background-color: rgba(255, 87, 87, 0.9);
}

@media screen and (max-width: 750px) {
  .index-resource-block {
    width: calc(100% - 2em);
  }
}
#cookie-consent {
  position: fixed;
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  transition: 0.6s;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 2px solid white;
  text-align: center;
}

#cookie-consent p {
  font-size: 1.2em;
  color: #ff5757;
  font-weight: 500;
  margin-bottom: 2px;
  margin-top: 1.25em;
}

#cookie-consent p a {
  color: #ff5757;
  text-decoration: underline;
}

#cookie-consent button {
  font-family: inherit;
  background-color: #ff5757;
  color: white;
  padding: 1em 3em;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
