/* Theme Colors */
.theme-grey {
  background-color: #6e7177 !important;
}

.theme-grey-text {
  color: #6e7177 !important;
}

.theme-blue {
  background-color: #384364 !important;
}

.theme-blue-text {
  color: #384364 !important;
}

.theme-brown {
  background-color: #655963 !important;
}

.theme-brown-text {
  color: #655963 !important;
}

.theme-tan {
  background-color: #ffd2b0 !important;
}

.theme-tan-text {
  color: #ffd2b0 !important;
}

.theme-red {
  background-color: #6f0806 !important;
}

.theme-red-text {
  color: #6f0806 !important;
}

.theme-gold {
  background-color: #ac8c5c !important;
}

.theme-gold-text {
  color: #ac8c5c !important;
}

/*Override Materialize Date Picker Colors*/
.datepicker-date-display {
  background-color: #233a6f !important;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #233a6f !important;
}

.datepicker-table td.is-today {
  color: #233a6f !important;
}

.datepicker-table td:active {
  background-color: #5174c8 !important;
  color: #fff;
}

.datepicker-table td.is-selected {
  background-color: #233a6f !important;
  color: #fff;
}

.datepicker-calendar button.month-prev:active,
.datepicker-calendar button.month-next:active {
  background-color: #233a6f !important;
  color: #fff;
}

.datepicker-controls .select-month input {
  width: 90px;
}

.timepicker-digital-display {
  background-color: #233a6f !important;
}

.timepicker-tick {
  color: #878f87 !important;
}

.timepicker-canvas-bg,
.timepicker-canvas-bearing {
  fill: #233a6f !important;
}

.timepicker-canvas line {
  stroke: #233a6f !important;
}

.timepicker-close {
  color: #233a6f !important;
}

.timepicker-tick:hover {
  background-color: #233a6f !important;
}

.pagination li.active a {
  color: #fff;
  background-color: #384364 !important;
}

div.uploadBarContainer {
  width: 100%;
  margin-top: 3px;
  background-color: grey;
}

div.uploadBar {
  width: 0%;
  text-align: right !important;
}

body,
html {
  min-height: 100%;
}

body {
  background-color: #ffffff;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 0 auto;
}

p {
  font-size: 22px;
}

body.login {
  background-color: #000000;
  background-image: url("../img/login.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.center-content {
  margin: auto;
  text-align: center;
}

div.scrolltotop {
  position: fixed;
  bottom: 45px;
  right: 24px;
}

.two-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.login-logo {
  width: 75%;
}

.cc-blue {
  background-color: #152249;
}

.cc-blue.hoverable:hover {
  background-color: #566da2;
}

.cc-blue-text {
  color: #152249;
}

.cc-teal {
  background-color: #2abed1;
}

.cc-teal-text {
  color: #2abed1;
}

.bottom-right-button {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 75%;
  padding: 20px;
}

.fixTableHead thead {
  overflow-y: auto;
  height: 110px;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 999;
}

.fixTableHead thead th {
  overflow-x: visible;
  position: sticky;
  top: 0;
  z-index: 999;
}

.bebas-neue-font {
  font-family: "Bebas Neue", serif;
}

h1 {
  font-family: "Bebas Neue", serif;
}

.arial-font {
  font-family: Arial, Helvetica, sans-serif;
}

table thead th {
  vertical-align: top;
}

table thead th.table-corner {
  border-left: 0px !important;
  border-top: 0px !important;
  border-right: 0px !important;
}

table tfoot tr td {
  font-weight: bold;
}

table.minimal td,
table.minimal th {
  padding: 3px;
}

table.divided td,
table.divided th {
  border: 1px solid !important;
}

.prewrap {
  white-space: pre-wrap;
}

.titlebar {
  font-size: 20px;
  width: 100%;
  padding: 3px 18px 3px 3px;
}

/* label focus color */
.input-field input:focus + label,
.input-field textarea:focus + label {
  color: #384364 !important;
}
/* label underline focus color */
.input-field input:focus,
.input-field textarea:focus {
  border-bottom: 1px solid #384364 !important;
  box-shadow: 0 1px 0 0 #384364 !important;
}
/* label underline focus color */
.input-field input.valid,
.input-field textarea.valid {
  border-bottom: 1px solid #384364 !important;
  box-shadow: 0 1px 0 0 #384364 !important;
}

/* icon focus color */
.input-field i.active {
  color: #384364 !important;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #384364 !important;
}

[type="radio"].with-gap:checked + span:after {
  background-color: #384364 !important;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  border: 2px solid #384364;
  background-color: #384364;
}

.btn-rounded {
  border-radius: 20px;
}

.btn-full {
  width: 100%;
}

.btn-tiny {
  height: 24px;
  line-height: 24px;
  padding: 0 0.5rem;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.file-action {
  vertical-align: middle;
}

img,
canvas {
  max-width: 100%;
}

.download-icon {
  height: 30px;
  margin: 0 5px 0 5px;
}

.slider-icon {
  height: 50px;
  margin: 3px 10px 0 10px;
}

.pagination li.active {
  background-color: #2abed1 !important;
}

.pagination li a.disabled {
  color: #d3d3d3;
}

.valign-bottom {
  vertical-align: bottom;
}

.no-wrap {
  white-space: nowrap;
}

.height400 {
  height: 400px;
}

.height500 {
  height: 500px;
}

.height600 {
  height: 600px;
}

th.rotate {
  /* Something you can count on */
  height: 130px;
  white-space: nowrap;
}

th.rotate > div {
  transform:
        /* Magic Numbers */ translate(25px, 75px)
    /* 45 is really 360 - 45 */ rotate(315deg);
  width: 30px;
  margin-left: -20px;
}

nav.main {
  webkit-box-shadow: none !important;
  box-shadow: none !important;
}

nav.main .nav-wrapper {
  padding-left: 10px;
}

.headerlogo {
  position: absolute;
  top: 5px;
  height: 10vh;
  max-width: 60vw;
  width: auto;
}

nav.main .nav-wrapper ul li {
  color: #000000;
  margin-right: 20px;
  font-family: "Bebas Neue", serif;
}

nav.main .nav-wrapper ul li a {
  color: #000000;
  font-size: 3vh !important;
}

nav.main .nav-wrapper ul li a:hover {
  color: #ac8c5c !important;
  background: none;
}

.nav-dropdown-content {
  top: 34px !important;
  min-width: 215px;
}

.width-50per {
  width: 50% !important;
  min-width: 50% !important;
  max-width: 50% !important;
}

.modal {
  overflow: visible;
}

.sidenav li > a {
  padding: 0 15px;
}

.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic;
}

.pointer {
  cursor: pointer;
}

.floatclear {
  clear: both;
}

.hidden {
  display: none;
}

text-12 {
  font-size: 9px !important;
}

.no-vertical-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-top-margin {
  margin-top: 0 !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-top-neg-3 {
  margin-top: -3px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-neg-10 {
  margin-top: -10px;
}

.margin-top-neg-15 {
  margin-top: -15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-neg-20 {
  margin-top: -20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-neg-30 {
  margin-top: -30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-neg-40 {
  margin-top: -40px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-50 {
  margin-top: 8vh;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-200 {
  margin-top: 200px;
}

.margin-left-2 {
  margin-left: 2px !important;
}

.margin-left-15 {
  margin-left: 15px;
}

.padding-5 {
  padding: 5px;
}

.padding-7 {
  padding: 7px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.width-75-per {
  width: 75%;
}

.min-width-50 {
  min-width: 50px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-20 {
  font-size: 20px;
}

.switch label .lever {
  background-color: #7e8083 !important;
}

.switch label input[type="checkbox"]:not(:checked) + .lever {
  /* background-color: #dea1a1 !important; */
}

.switch label input[type="checkbox"]:not(:checked) + .lever:after {
  background-color: #c2c2c2 !important;
}

.switch label input[type="checkbox"]:checked + .lever {
  background-color: #2abed1 !important;
}

.switch label input[type="checkbox"]:checked + .lever:after {
  background-color: #24a2b3 !important;
}

.gearup-blue {
  background-color: #334f7f !important;
}

.gearup-light-blue {
  background-color: #5487c8 !important;
}

.gearup-red {
  background-color: #d34a3a !important;
}

.gearup-orange {
  background-color: #f17447 !important;
}

.gearup-grey {
  background-color: #434343 !important;
}

.gearup-light-grey {
  background-color: #828689 !important;
}

.rgi-header-blue {
  background-color: #004e8e !important;
}

.rgi-header-grey {
  background-color: #dfdfdf !important;
}

.rgi-blue {
  background-color: #003d7d !important;
}

.rgi-light-blue {
  background-color: #4684ce !important;
}

.rgi-red {
  background-color: #d23c00 !important;
}

.rgi-orange {
  background-color: #ff6433 !important;
}

.rgi-gold {
  background-color: #f99c1b !important;
}

.rgi-grey {
  background-color: #343434 !important;
}

.rgi-light-grey {
  background-color: #7e8083 !important;
}

.rgi-header-blue-text {
  color: #004e8e !important;
}

.rgi-blue-text {
  color: #003d7d !important;
}

.rgi-light-blue-text {
  color: #4684ce !important;
}

.rgi-red-text {
  color: #d23c00 !important;
}

.rgi-orange-text {
  color: #ff6433 !important;
}

.rgi-gold-text {
  color: #f99c1b !important;
}

.rgi-grey-text {
  color: #343434 !important;
}

.rgi-light-grey-text {
  color: #7e8083 !important;
}

/* Start Loading Classes */
.noscroll {
  overflow: hidden;
}

.noselect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.loading-blocker {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: black;
  opacity: 0.75;
  z-index: 9999;
}

.sk-fading-circle {
  margin: auto;
  width: 150px;
  height: 150px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: white;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  font-size: 10px;
  margin: 10px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  margin-top: -15px;
  margin-bottom: 30px;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* End Loading Classes */

/* Dividers */

.section-bubble0 {
  z-index: 99;
  margin-top: -1px;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.section-bubble0:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6vh;
  background: url("") green;
  background-size: 100%;
  transform: translate(0, 100%);
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248' width='1185' height='248' fill='%23384364'><path d='M -0.806 0.485 L -0.232 24.008 C 11.688 32.772 129.004 26.798 166.558 22.204 C 279.316 8.41 295.434 27.071 406.376 29.286 C 510.364 31.362 585.092 10.745 658.023 10.745 C 730.951 10.745 988.731 45.344 1095.158 21.392 C 1128.485 13.891 1174.558 6.214 1186.908 8.419 L 1186.908 -2.193 L -0.806 0.485 Z' class='a' style=''/></svg>");
}

.section-bubble4-alt {
  margin-bottom: 20vw;
  position: relative;
  background-color: #ffffff;
}
.section-bubble4-alt:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20vw;
  background: url("") green;
  background-size: 100%;
  transform: translate(0, 100%);
  background-color: #333333;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='%23ffffff'/></svg>");
}

.section-bubble2bottom,
.section-bubble3bottom,
.section-bubble4bottom {
  width: 100%;
  height: 20vw;
  background-size: 100%;
}

.section-bubble1 {
  background-color: rgba(0, 0, 0, 0);
}

.section-bubble1bottom {
  width: 100%;
  height: 10vw;
  background-size: 100%;
  background-color: #ffd2b0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248' fill='%23ffffff'><circle cx='74.029' cy='69.863' r='20' class='a' transform='matrix(1, 0, 0, 1, 0, -7.105427357601002e-15)'></circle><circle cx='818.764' cy='107.824' r='11' class='a' transform='matrix(1, 0, 0, 1, 0, -7.105427357601002e-15)'></circle><circle cx='748.813' cy='79.55' r='24.5' class='a' transform='matrix(1, 0, 0, 1, 0, -7.105427357601002e-15)'></circle><path d='M 0 0 L 0 8.859 C 22.7 16.267 53 24.826 90.7 34.637 C 241.5 73.678 412.7 92.999 515.5 69.324 C 618.4 45.598 653.5 34.637 726.3 34.637 C 799.1 34.637 844.6 58.963 945.8 53.807 C 1047 48.652 1022.1 24.126 1134.5 24.126 C 1153.4 24.126 1170 25.427 1185 27.529 L 1185 0 L 0 0 Z' class='a' style='' transform='matrix(1, 0, 0, 1, 0, -7.105427357601002e-15)'></path></svg>");
}

.section-bubble2 {
  background-color: #ffd2b0;
}

.section-bubble2bottom {
  background-color: #384364;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='%23ffd2b0'/></svg>");
}

.section-bubble3 {
  background-color: #384364;
}

.section-bubble3bottom {
  background-color: #cccccc;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23384364' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}
.section-bubble3 h1 {
  color: white;
}

.section-bubble3 p,
.section-bubble3 ol li {
  color: white;
}

.section-bubble2 p,
.section-bubble2 ol li,
.section-bubble3 p,
.section-bubble3 ol li,
.section-bubble4 p,
.section-bubble4 ol li {
  opacity: 0.8;
  font-size: 2.5vh;
}

.section-bubble4 {
  background-color: #cccccc;
}
.section-bubble4bottom {
  background-color: #333333;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='%23cccccc'/></svg>");
}

.section-bubble5 {
  background: #333333;
  color: white;
  text-align: center;
}

.section-bubble5bottom {
  background: #333333;
  width: 100%;
  min-height: 5vw;
}

.footer-padding {
  width: 100%;
  min-height: 12vw;
}

/* End Dividers */
