@charset "UTF-8";
/* @import "bootstrap-responsive"; */

/* CSS Document */
body {
  background: #fff;
  font-family: omnes, omnes-pro, sans-serif;
  font-weight: 400;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

p {
  color: #211f20;
  font-family: omnes, omnes-pro, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', serif;
  text-align: left;
  color: #211f20;
  font-size: 2.75em;
  line-height: 1.2em;
  padding-top: 10px;
}

h2 {
  font-size: 2em;
  line-height: 1.2em;
  margin-top: 10px;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  color: #211f20;
  font-family: 'Roboto Slab', serif;
}

.blueiconsheaders {
  text-transform: capitalize;
  color: #0098d6;
  font-weight: 600;
  font-family: 'Roboto Slab', serif;
  margin-top: 0px;
  padding-top: 0px;
}

i {
  font-family: omnes, omnes-pro, sans-serif;
}

.bodybold {
  font-family: omnes, omnes-pro, sans-serif;
  font-weight: 600;
}

hr {
  border-top: 1px solid #13b5ea;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* ---------- GDPR BAR -----------*/
.GDPRbar {
  background: #333;
  padding-bottom: 5px;
  padding-top: 10px;
}

.GDPRbar h2 {
  color: #fff;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.GDPRbar p {
  color: #fff;
}

/*---END GDPR BAR---*/
/* img */
img {
  max-width: 100%;
  height: auto;
}

/* img */
.form-box-gradient {
  background: #0069aa;
  background: -webkit-linear-gradient(bottom, rgba(0, 105, 170, 1) 0%, rgba(19, 181, 234, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 105, 170, 1) 0%, rgba(19, 181, 234, 1) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 105, 170, 1) 0%, rgba(19, 181, 234, 1) 100%);
  background: linear-gradient(to top, rgba(0, 105, 170, 1) 0%, rgba(19, 181, 234, 1) 100%);
}

.gradient1 {
  background: #13b5ea;
  background: -webkit-linear-gradient(left, rgba(19, 181, 234, 1) 0%, rgba(36, 206, 173, 1) 100%);
  background: -o-linear-gradient(left, rgba(19, 181, 234, 1) 0%, rgba(36, 206, 173, 1) 100%);
  background: -moz-linear-gradient(left, rgba(19, 181, 234, 1) 0%, rgba(36, 206, 173, 1) 100%);
  background: linear-gradient(to right, rgba(19, 181, 234, 1) 0%, rgba(36, 206, 173, 1) 100%);
}

.gradient2 {
  background: #24cead;
  background: -webkit-linear-gradient(left, rgba(36, 206, 173, 1) 0%, rgba(152, 202, 72, 1) 100%);
  background: -o-linear-gradient(left, rgba(36, 206, 173, 1) 0%, rgba(152, 202, 72, 1) 100%);
  background: -moz-linear-gradient(left, rgba(36, 206, 173, 1) 0%, rgba(152, 202, 72, 1) 100%);
  background: linear-gradient(to right, rgba(36, 206, 173, 1) 0%, rgba(152, 202, 72, 1) 100%);
}

.gradient3 {
  background: #98ca48;
  background: -webkit-linear-gradient(left, rgba(152, 202, 72, 1) 0%, rgba(251, 180, 31, 1) 100%);
  background: -o-linear-gradient(left, rgba(152, 202, 72, 1) 0%, rgba(251, 180, 31, 1) 100%);
  background: -moz-linear-gradient(left, rgba(152, 202, 72, 1) 0%, rgba(251, 180, 31, 1) 100%);
  background: linear-gradient(to right, rgba(152, 202, 72, 1) 0%, rgba(251, 180, 31, 1) 100%);
}

.graysectionbackgrounds {
  background-color: #e5e5e5;
}

.asset-thumbnail {
  margin-top: 25px;
}

#about {
  background-color: #d9f3f9;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*------------------FORM STYLES----------------*/
.buttonPrimary {
  background-color: #98ca48;
  xxbackground: linear-gradient(90deg, rgba(51, 181, 91, 1) 0%, rgba(152, 202, 72, 1) 80%);
  color: #fff;
  font-family: omnes, omnes-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  border: none;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  min-height: 50px;
  transition: all 0.5s ease;
}

.buttonPrimary:hover {
  background: #211f20;
  color: #fff;
}

.buttonSecondary {
  background-color: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #211f20;
  border-radius: 0px;
  color: #211f20;
  font-family: omnes, omnes-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  min-height: 50px;
  transition: all 0.5s ease;
}

.buttonSecondary:hover {
  background: #211f20;
  color: #fff;
}

.buttonSecondaryWhite {
  background-color: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 0px;
  color: #fff;
  font-family: omnes, omnes-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  min-height: 50px;
  transition: all 0.5s ease;
}

.buttonSecondaryWhite:hover {
  background: #fff;
  color: #211f20;
}

.textLink {
  color: #98ca48 !important;
  font-family: omnes, omnes-pro, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 600;
  text-decoration: underline;
}

.textLink:hover {
  color: #211f20 !important;
}

.textLink:visited {
  color: #33b55b;
}

.textLinkCharcoal {
  color: #211f20;
  font-family: omnes, omnes-pro, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 600;
  text-decoration: underline;
}

.textLinkCharcoal:hover {
  color: #fff !important;
}

.textLinkCharcoal:visited {
  color: #333;
}

.form2021 {
  margin-top: 50px;
  padding: 20px;
}

#contact {
  background-color: #e5e5e5;
  color: #464646;
  font-family: omnes, omnes-pro, sans-serif;
  font-size: 1.2em;
}

#contact h2 {
  padding-bottom: 10px;
}

#contact address {
  padding-top: 20px;
}

#contact address .fa {
  background: #28a7e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 6px;
  margin-right: 10px;
}

#contact .form-control {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 15px;
}

#contact input {
  height: 40px;
}

#contact input[type="submit"] {
  height: 50px;
  margin-top: 30px;
  transition: all 0.5s ease;
}

#contact input[type="submit"]:hover {
  background: #211f20;
  color: #fff;
}

#contact .contactMeCheckbox {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.4em;
}

#contact .form-group {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

.input-wrap {
  position: relative;
}

.LV_validation_message {
  font-weight: 600;
  xxmargin: -10px 0 15px 0px;
  position: absolute;
  right: 25px;
  margin-top: -50px;
  display: flex;
  z-index: 1000;
}

.LV_valid {
  color: #98ca48;
  display: none;
}

.LV_invalid {
  color: #df4925;
  font-size: 12px;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
  outline: 1px solid #98ca48;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
  outline: 1px solid #df4925;
}

.formCaveat {
  color: #a4e3ed;
  font-size: 0.75em;
  font-style: italic;
  text-align: right;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

/* ------END FORM STYLES-------*/
/*DEVICE SCREEN SIZING*/
@media (min-width: 992px) {
  .form2021 {
    margin-top: -15px !important;
  }
}

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }

  .CTAbar button {
    float: right !important;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .container {
    margin-left: 25px;
    margin-right: 25px;
  }

  .CTAbar button {
    float: left !important;
    margin-top: 20px;
  }

  input[type="checkbox"] {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 991px) {
  .CTAbar h2 {
    margin-top: 0;
  }

  .quoteLogo,
  .quoteLogo img {
    text-align: center !important;
    max-height: 200px;
  }

  .videoPlankText {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

/*---- FIX MOBILE VIEW ON GATEWAY PAGE -----*/
@media (max-width: 575px) {
  .gateWayBodyBlue .container {
    width: 90%;
  }

  .gatewayFeaturedAsset img {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .productFeatureTextLeft {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .productFeatureTextRight {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .productFeatureImageRight {
    position: absolute;
    right: 0%;
  }

  .productFeatureImageLeft {
    position: absolute;
    left: 0%;
  }
}

/* end */
/*----------------------SECTIONS------------------------*/
/* plank1 */
.plank1 {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

#assetType {
  float: right;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: omnes, omnes-pro, sans-serif;
  font-size: 16px;
  color: #02a09c;
  margin-top: 15px;
}

/* end plank1 */
/* start plank */
.plank {
  padding-top: 40px;
  padding-bottom: 40px;
  xmargin-left: -15px;
  xmargin-right: -15px;
}

.plank p {
  padding-top: 10px;
}

.plank span {
  float: left;
}

/* end plank */
/* ------Start PRODUCT FEATURES for DEMO TRIAL TEMPLATE------*/
#productFeatures {
  padding-top: 40px;
  padding-bottom: 40px;
}

.productFeature {
  margin-top: 30px;
  min-height: 450px;
  position: relative;
}

/* Start QUOTE OR CALLOUT */
.quoteOrCallOut {
  text-align: center;
  padding: 40px 15px 40px 15px;
}

.quoteOrCallOut h2 {
  text-align: left;
}

.quoteOrCallOut .fa {
  color: #28a7e9;
  font-size: 60px;
}

.quoteOrCallOut h3 {
  font-size: 20px;
}

.whitequotetext {
  text-transform: none;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  line-height: 1.25em;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 15px;
}

.quotesource {
  xxtext-transform: uppercase;
  font-family: omnes, omnes-pro, sans-serif;
  color: #211f20;
  line-height: 3.1rem;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}

.quoteLogo {
  text-align: left;
}

.statNumber h2 {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  font-size: 7em;
  text-align: center;
  margin: 0;
  line-height: 4em;
}

.statText {
  vertical-align: center;
  height: inherit;
  padding: 0 15px;
}

.statText h2 {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.25em;
}

/* end QUOTE OR CALLOUT */
/*ul*/
.featureList,
.featureList ul {
  margin-top: 0;
  padding-left: 2em;
  list-style-type: none;
  font-size: 0.9em;
  font-family: "omnes-pro", sans-serif !important;
}

.featureList li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
  font-family: "omnes-pro", sans-serif !important;
}

.featureList li.tick:before {
  content: "\2713";
  color: #464646;
  font-family: "omnes-pro", sans-serif !important;
}

/*-----------CTA BAR------------*/
.CTAbar {
  padding-top: 25px;
  padding-bottom: 25px;
}

.CTAbar h2 {
  margin-bottom: 0;
  font-weight: 600;
}

.CTAbarBtnOnly {
  text-align: center;
  float: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

/*----end CTA BAR----> 
/*---------------------RESOURCE HUB PAGE STYLES----------------*/
.companyImages {
  margin-right: 25px;
  min-width: 90px;
}

.resourceHubGatewayHeader {
  background-color: #fff;
  padding-bottom: 20px;
}

.resourceHubGatewayHeader h1 {
  font-size: 4em;
}

.resourceHubGatewayHeader p {
  font-size: 1.7em;
}

.gatewayFeaturedAsset {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gatewayFeaturedAsset p {
  color: #211f20 !important;
}

.gateWayBodyBlue .textLink,
.gateWayBodyBlue .textLinkCharcoal {
  font-size: 1.7em;
}

.gateWayBodyBlue .footerlinks {
  font-size: 1.4em;
}

.gateWayBodyBlue .boilerplate {
  font-size: 1.75em;
}

.gateWayBodyBlue {
  background-color: #d9f3f9;
}

.portfolio-item {
  margin-bottom: 30px;
}

.h-100 {
  height: 100% !important;
}

.card {
  font-family: omnes, omnes-pro, sans-serif;
  -moz-box-shadow: 0px 1px 3px 1px #adadad;
  -webkit-box-shadow: 0px 1px 3px 1px #adadad;
  box-shadow: 0px 1px 3px 1px #adadad;
  border-radius: 0;
  position: relative;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
  padding: 1.75em;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.card-img-top {
  border-radius: 0;
}

.cardIndustryTag {
  font-family: omnes, omnes-pro, sans-serif;
  color: #a7aca8;
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cardAssetType {
  font-family: omnes, omnes-pro, sans-serif;
  font-size: 1.3em;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}

.card-title {
  font-family: 'Roboto Slab', serif;
  color: #13b5ea;
  font-size: 2.2em;
  margin-top: 0;
}

h4.card-title {
  font-family: 'Roboto Slab', serif;
  color: #13b5ea;
  font-size: 2.2em;
  margin-top: 0;
  margin-bottom: 10px;
}

.card-title a {
  color: #13b5ea;
  text-decoration: none;
}

.webinar-date {
  font-family: omnes, omnes-pro, sans-serif;
  color: #5e5f61;
  font-size: 1.3em;
  line-height: 1em;
  font-style: italic;
}

.card-text {
  font-family: omnes, omnes-pro, sans-serif;
  font-size: 1.7em;
}

/* start footer */
footer {
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #333;
  padding: 30px 0;
}

.boilerplate {
  font-size: 1.25em;
  color: #fff;
  line-height: 1.35em;
  margin: 15px 0;
  text-align: left;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  float: left;
  display: block;
}

.footerlinks {
  font-size: 1em;
  color: #fff;
  line-height: 20px;
  text-align: left;
  margin-bottom: 40px;
  padding-left: 15px;
}

.footerlinks a {
  color: #fff !important;
}

.footerLogo {
  padding: 15px 15px 10px 15px;
}

.footerLogo img {
  width: 100px;
}

/* end footer */
.truste_caIcon_display {
  display: inline !important;
}

.truste_cursor_pointer {
  cursor: pointer;
}

.truste_border_none {
  border: none;
}