/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./resources/styles/campaignlist.scss ***!
  \*********************************************************************************************************************************************************/
@charset "UTF-8";
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  line-height: inherit;
  box-sizing: border-box;
}

body {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #555;
  text-size-adjust: none;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Basic styles for links
 */
a {
  color: #004697;
  text-decoration: none;
}
a:hover {
  color: rgb(48, 48, 48);
}

a[href^=tel] {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #004697;
}

a:active,
a:focus,
li:focus,
li:active {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
  /* Chrome/Safari */
  /* Firefox */
  /* IE10+ */
  user-select: none;
}

img,
figure {
  max-width: 100%;
}

.m-auto {
  margin: 0 auto;
}

.container {
  width: 100%;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 12.7rem;
  }
}
@media (min-width: 480px) {
  .container-fluid {
    padding: 0 7.5rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .row {
    margin-right: calc(-30px / 2);
    margin-left: calc(-30px / 2);
  }
  .row > .column:first-child {
    padding-left: 0;
  }
  .row > .column:last-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .row > .column:first-child {
    padding-left: 0;
  }
  .row > .column:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .row > .column:first-child {
    padding-left: 0;
  }
  .row > .column:last-child {
    padding-right: 0;
  }
}

.section-block {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.section-block a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.mb-2 {
  padding: 2rem;
}

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

.vspl-img {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  border: solid 2px #d8e0e2;
  border-radius: 0;
  background-color: transparent;
  color: #000;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000;
  opacity: 0.4;
}

option {
  color: #000;
}

input[type=checkbox],
input[type=radio] {
  height: auto;
  width: auto;
  border: 0;
  background: transparent;
  line-height: normal;
}

input[type=file] {
  height: auto;
  padding: 6.75px 13.5px;
  line-height: normal;
}

select {
  width: 100%;
  line-height: normal;
}

textarea {
  width: 100%;
  height: 325px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  overflow: auto;
  resize: none;
}

.file-input {
  position: relative;
}

.file-input-box {
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
}

.file-input-label {
  height: 5rem;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  background-color: #f7f7f7;
  font-size: 1.4rem;
  cursor: pointer;
}

.file-svg {
  height: 16px;
  margin-right: 0.4rem;
  position: absolute;
  top: 4.5rem;
  right: 1.1rem;
  opacity: 0.7;
}

ul,
ol {
  margin-left: 27px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.list-unstyled {
  margin-left: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  list-style: disc;
}
ul ul a {
  padding-left: 30px;
  font-size: 0.9em;
}

li {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #004697;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.7rem;
  }
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1rem;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #004697;
}
@media (min-width: 480px) {
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #004697;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #004697;
  margin-bottom: 1rem;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: normal;
  color: #004697;
  margin-bottom: 1rem;
}

h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: normal;
  color: #004697;
  margin-bottom: 1rem;
}

p,
.para {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 20px;
}

.label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.text-uppercase {
  text-transform: uppercase;
}

.wp-block-quote {
  background: #f4f9ff;
  border-left: 10px solid #004697;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
.wp-block-quote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.wp-block-quote p {
  margin-bottom: 0.5rem;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: "italic";
}
.wp-block-quote cite {
  width: 100%;
  border-bottom: 2px solid #004697;
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

/* Screen Reader Text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  position: absolute !important;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  width: auto;
  height: auto;
  padding: 15px 20px;
  border-top-right-radius: 2px;
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #0baab0;
  text-decoration: none;
  clip: auto !important;
}

.wp-block-image {
  border-top-left-radius: 1.5rem;
}
.wp-block-image.size-full {
  min-width: 100%;
}

.grid-3-block .grid-item {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .grid-3-block .grid-item {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
  }
}
.grid-3-block .grid-item-inner {
  background-color: #f4f9ff;
  border-top-right-radius: 1.5rem;
  display: block;
  width: 100%;
}
.grid-3-block .grid-image {
  position: relative;
}
.grid-3-block .grid-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-right-radius: 1.5rem;
  max-height: 242px;
}
.grid-3-block .grid-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0 0 10px;
  padding: 1.5rem;
  min-height: 50px;
}
.grid-3-block .grid-logo {
  max-width: 150px;
  margin: auto;
  padding-bottom: 1.5rem;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #555;
  text-size-adjust: none;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.microsites {
  display: block;
  padding: 4rem 0;
  width: 100%;
  position: relative;
}
.microsites .grid-item {
  margin-bottom: 3rem;
}
.microsites .grid-item-inner {
  height: 100%;
  border: thin solid #f7f4ea !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1607843137) !important;
  border-top-right-radius: 1.5rem;
}
.microsites .grid-item-inner .grid-image {
  width: 100% !important;
  margin-bottom: 0rem;
  border-top-right-radius: 1.5rem;
  height: 175px;
  overflow: hidden;
}
.microsites .grid-item-inner .grid-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.microsites .grid-item-inner .grid-title {
  min-height: unset;
  text-align: center;
}

/* header adjustments */
._tbi-site-header ._tbi-head-medium-wrapper ._tbi-primary {
  padding: 2rem 0 !important;
}

.vspl__site--primary-nav li {
  margin-right: 3.25rem !important;
}

.vspl__site--primary-nav li a {
  font-size: 1.6rem !important;
  font-family: "Roboto", sans-serif;
  line-height: unset !important;
}

._tbi-site-header .vspl__site--header--floatingMenu--inner {
  padding: 1.8rem 2.5rem 0 1.5rem;
}

._tbi-site-header .vspl__site--header--floatingMenu--closeBtn {
  width: 2rem;
}

._tbi-site-header ._tbi-head-medium-wrapper ._tbi-primary .hamburger-icon .line {
  width: 3.5rem;
  height: 0.4rem;
}

._tbi-site-header .vspl__site--header--floatingMenu--quickLinks ul li a {
  padding: 0.8rem 0;
  font-size: 1.8rem !important;
}

._tbi-site-header .vspl__site--header--floatingMenu--socialLinks ul {
  padding: 1.5rem 2rem;
}

._tbi-site-header .vspl__site--header--floatingMenu--socialLinks ul li a {
  width: 2.5rem;
}

._tbi-site-header .vspl__site--header--floatingMenu--socialLinks ul li:last-child a {
  width: 9rem;
}
