@font-face {
  font-family: "gilroy-extrabold";
  src: url("https://go.televerde.com/rs/838-DWS-841/images/Gilroy-ExtraBold.ttf");
}
@font-face {
  font-family: "gilroy-semibold";
  src: url("https://go.televerde.com/rs/838-DWS-841/images/Gilroy-SemiBold.ttf");
}
@font-face {
  font-family: "gilroy-bold";
  src: url("https://go.televerde.com/rs/838-DWS-841/images/Gilroy-Bold.ttf");
}
@font-face {
  font-family: "gilroy-medium";
  src: url("https://go.televerde.com/rs/838-DWS-841/images/Gilroy-Medium.ttf");
}
html, body {
  margin: 0 auto;
  font-family: "Adelle Sans", Arial;
}

.container {
  max-width: 1366px;
  padding-left: 20px;
  padding-right: 20px;
}

h1 {
  font: normal normal normal 50px/56px "gilroy-extrabold";
}

h2 {
  font: normal normal normal 36px/42px "gilroy-extrabold";
  color: #343741;
}
h2.purple {
  color: #B31983 !important;
  font-family: "gilroy-medium";
}

h3 {
  font: normal normal normal 24px/30px "gilroy-bold";
  color: #343741;
}

h4 {
  font: normal normal normal 20px/26px "gilroy-bold";
  color: #343741;
}

a {
  color: #00AFAA;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 0;
  list-style: none;
}

button {
  border-radius: 100px 100px 100px 100px;
  border: 0px;
  color: #fff;
  padding: 15px 40px;
  font: normal normal bold 16px/22px "Adelle Sans", Arial;
}
button.primary {
  background-color: #00AFAA;
}
button.secondary {
  background-color: #F47721;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lead {
  color: #797D82;
  font-size: 16px;
  line-height: 22px;
}
.lead a {
  color: #F47721;
}

.container-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.header-logo {
  background-color: #000;
  color: #fff;
}
.header-logo .logo {
  display: inline-block;
  padding-left: 70px;
}
.header-logo .logo img {
  max-width: 230px;
}

.header-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% center;
  height: 536px;
}
.header-content .header-text-container {
  padding: 0 0 80px;
  width: 45%;
}
.header-content h1 {
  color: #343741;
}

.multi-col-background {
  background: url("https://go.televerde.com/rs/838-DWS-841/images/multi-col-background.svg");
  background-repeat: no-repeat;
}

.col-card {
  border: 1px solid #DBDBDB;
}
.col-card.multi-col {
  box-shadow: 0px 25px 20px #0000001A;
  background-color: #FFF;
  position: relative;
}
.col-card.multi-col.pre-bottom {
  margin-bottom: 30px;
}
.col-card.multi-col .bottom-button {
  position: absolute;
  bottom: 20px;
}

.contact-area {
  background-color: #fff;
}
.contact-area .profile-row {
  background: transparent linear-gradient(180deg, #FFF 86px, #00AFAA 86px) 0% 0% no-repeat padding-box;
}
.contact-area .profile-name {
  font: normal normal normal 24px/26px "gilroy-bold";
  color: #FFF;
}
.contact-area .profile-desc {
  color: #FFF;
}
.contact-area .form-area {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 40px #00000029;
  border-radius: 10px;
  padding: 50px 150px;
}
.contact-area .form-area .form-title {
  font: normal normal normal 24px/30px "gilroy-semibold";
  color: #444444;
}
.contact-area .form-area input {
  border: 0px;
  border-bottom: 1px solid #444;
  background: transparent;
  width: 100%;
  padding: 10px 0;
  margin-top: 50px;
}
.contact-area .form-area input::placeholder {
  font-style: italic;
}
.contact-area .form-area .indicate {
  font: italic normal 600 12px/16px "Adelle Sans", Arial;
  color: #FF0000;
}

.box-content {
  border: 1px solid #DBDBDB;
  padding: 20px;
}

.ABM_Microsite_From_V2 {
  width: 80%;
}

footer {
  background: #000 0% 0% no-repeat padding-box;
  font: normal normal bold 14px/18px "Adelle Sans", Arial;
  color: #fff;
}

.float-menu-module {
  position: sticky;
  top: 1rem;
  margin-top: 3rem;
  left: 30px;
  float: left;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 8px #00000029;
  border-radius: 5px;
  opacity: 0.85;
  max-width: 240px;
  z-index: 999;
}
.float-menu-module .menu-title {
  color: #444444;
  font: normal normal bold 14px/22px "gilroy-extrabold";
}
.float-menu-module .content ul li {
  position: relative;
  padding-left: 0.8rem;
}
.float-menu-module .content ul li a {
  color: #797D82;
  text-decoration: none;
  font-size: 12px;
}
.float-menu-module .content ul li:hover {
  border-left: 2px solid #00AFAA;
}
.float-menu-module .content ul li:hover a {
  color: #00AFAA;
}
.float-menu-module .content ul li a:hover {
  color: #00AFAA;
  text-decoration: none;
}

.dropdown {
  position: sticky;
  top: 0px;
  z-index: 999;
  background-color: #fff;
}
.dropdown a {
  font: normal normal bold 16px/25px "Adelle Sans", Arial;
  color: #343741;
  text-decoration: none;
}
.dropdown .menu-icon {
  color: #343741;
  height: 100%;
}
.dropdown .menu-text {
  margin-top: 3px;
}
.dropdown .dropdown-toggle {
  text-align: center;
  padding: 1rem;
  border: 1px solid #eee;
}
.dropdown .dropdown-toggle:after {
  display: none;
}
.dropdown .dropdown-menu {
  background-color: #fff;
  width: 100%;
}
.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  white-space: normal;
  padding: 1rem;
  color: #343741;
}
.dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #eee;
}

.mktoForm {
  width: 100% !important;
}
.mktoForm .mktoFormRow {
  width: 100% !important;
}
.mktoForm .mktoFormRow .mktoFormCol {
  width: 100% !important;
  margin-bottom: 0px !important;
}
.mktoForm .mktoFormRow .mktoFormCol:first-child {
  padding-right: 12px !important;
}
.mktoForm .mktoFormRow .mktoFormCol:nth-child(2n+2) {
  padding-left: 12px !important;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor {
  max-width: 50% !important;
}
.mktoForm .mktoFormRow .mktoLabel, .mktoForm .mktoFormRow .mktoGutter, .mktoForm .mktoFormRow .mktoOffset {
  display: none;
}
.mktoForm .mktoFormRow .mktoFieldWrap {
  width: 100%;
}
.mktoForm .mktoFormRow .mktoFieldWrap .mktoHtmlText {
  width: 100% !important;
  font: normal normal normal 24px/30px "gilroy-semibold";
  color: #444444;
}
.mktoForm .mktoFormRow input {
  border: 0px !important;
  border-bottom: 1px solid #444 !important;
  background: transparent !important;
  width: 100% !important;
  padding: 10px 0 !important;
  margin-top: 50px !important;
  font: normal normal normal 16px/22px "Adelle Sans", Arial;
}
.mktoForm .mktoFormRow input::placeholder {
  font-style: italic !important;
  color: #A9ABAC;
}
.mktoForm .mktoButtonRow {
  margin-top: 3rem;
  width: 100% !important;
  text-align: center;
}
.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  border-radius: 100px 100px 100px 100px !important;
  border: 0px !important;
  color: #fff !important;
  padding: 15px 40px !important;
  font: normal normal bold 16px/22px "Adelle Sans", Arial !important;
  background-color: #F47721 !important;
  background-image: none !important;
}

#expand-menu {
  transition: 0.5s;
  z-index: 99;
  position: fixed;
  left: -300px;
  top: 20%;
  width: 350px;
}
#expand-menu a {
  color: #797D82;
}
#expand-menu a:hover {
  color: #00AFAA;
}
#expand-menu li {
  padding-left: 18px;
}
#expand-menu li:hover {
  border-left: 2px solid #00AFAA;
}
#expand-menu .menu-section {
  float: left;
  width: 300px;
  background: RGBA(255, 255, 255, 0.9);
  font-size: 14px;
  box-shadow: 0px 5px 8px #00000029;
}
#expand-menu .menu-section .menu-title {
  font-size: 16px;
}
#expand-menu .icon-section {
  float: right;
  border-radius: 0 10px 10px 0;
  background: #F47721;
  cursor: pointer;
}
#expand-menu .icon-section img {
  width: 50px;
  height: 50px;
  padding: 10px;
}

@media screen and (max-width: 991.98px) {
  .ABM_Microsite_From_V2 {
    width: 100%;
  }

  .multi-col-background {
    background: transparent;
  }

  .header-logo .logo {
    padding-left: 15px;
  }

  .header-content {
    background-position: center bottom;
    height: auto;
  }
  .header-content .header-bg-cover {
    width: 100%;
  }
  .header-content .header-text-container {
    width: 100%;
  }

  .three-col-holder:not(:first-child) {
    padding-top: 50px;
  }

  .contact-area .form-area {
    padding: 40px 30px;
  }
  .contact-area .form-area input {
    margin-top: 20px;
  }

  .mktoForm .mktoFormRow .mktoFormCol:first-child {
    padding-right: 0 !important;
  }
  .mktoForm .mktoFormRow .mktoFormCol:nth-child(2n+2) {
    padding-left: 0 !important;
  }
  .mktoForm .mktoFormRow .mktoFieldDescriptor {
    max-width: 100% !important;
  }
}

/*# sourceMappingURL=microv3.css.map */
