body {
  font-family: "Open Sans", sans-serif !important;
}

body p {
  font-size: 17px;
  line-height: 26px;
}

.contact-no {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: url(../images/phone-icon.png) no-repeat left center;
  background-size: 22px;
  padding-left: 27px;
}

.marketing {
  margin-bottom: 70px;
}
.marketing .detail {
  margin: -178px 0 0 175px;
}
.marketing .detail h2 {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 14px;
}
.marketing .detail p {
  margin: 0 0 10px;
  line-height: 22px;
}
.marketing .detail p.blue {
  color: #00aeda;
  font-size: 15px;
  margin: 0;
}

.share {
  background: #f2f2f2;
  min-height: 44px;
}
.share h4.heading {
  font-size: 17px;
  text-align: center;
  margin-top: 0;
  margin-right: 5px;
  line-height: 22px;
}
.share h4.heading span {
  color: #00abe4;
}

.featurette h3.hd {
  color: #585858;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 35px;
  margin-top: 0;
}
.featurette h3.hd span {
  color: #1a88ca;
}

.social {
  text-align: center;
  padding: 9px 0 0;
  margin: auto;
  width: 100%;
}
.social a {
  margin-left: 6px;
}

.speaker-photo {
  background: url(../images/img-border.png) no-repeat left bottom;
  padding-bottom: 19px;
  position: relative;
  margin: auto;
  text-align: left;
}

.play-icon {
  left: 7%;
  position: absolute;
  right: 76%;
  text-align: center;
  top: 60px;
  z-index: 1;
}

.return {
  background: #fb9923 url(../images/return-icon.png) no-repeat 20px center;
  padding-left: 50px;
}

.our-resource {
  margin: 30px 0;
  padding: 0px 0 40px;
}
.our-resource ul li {
  list-style: none;
  float: left;
  width: 30%;
  margin: 0 1%;
  text-align: center;
}
.our-resource ul li img {
  max-width: 100%;
  height: auto;
  display: block;
}
.our-resource ul li h3 {
  color: #333333;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 10px;
}
.our-resource ul li h4 {
  color: #00aeda;
  text-align: center;
  font-size: 16px;
  margin: 0 0 10px;
}
.our-resource ul li p {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 10px;
}
.our-resource .imgBox {
  margin-bottom: 10px;
}

.our-resource h1,
.marketing h1 {
  margin-bottom: 15px;
  color: #1a88ca;
  font-size: 36px;
  line-height: 40px;
}

.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 8px;
  border-bottom: 2px solid #b2b2b2;
  top: 0;
  width: 180px;
}

.btn-outer {
  width: 100%;
  margin: auto;
  text-align: center;
}

footer {
  background: #262626;
  color: #fff;
  min-height: 40px;
  padding: 20px 0;
  font-size: 14px;
}
footer p {
  font-size: 13px;
  color: #fff;
  margin: 0;
}
footer p a {
  color: #fff;
  margin-left: 10px;
}
footer p a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-social {
  margin-bottom: 0;
}
.footer-social a img {
  opacity: 0.5;
}
.footer-social a:hover img {
  opacity: 1;
}

.iframe-form {
  background: #1a88ca;
  margin-top: 20px;
}
.iframe-form h3 {
  font-size: 21px;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-align: center;
  line-height: 28px;
}

.color-black {
  color: #000;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-underline-black,
.text-decoration-underline-black:hover {
  text-decoration-color: #000;
}

.download-link {
  color: #fff;
}

.submitted-message p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.submit-message {
  display: block;
  color: yellow;
  text-align: center;
  margin-top: 25px;
  text-decoration: underline;
  font-size: 22px;
  font-weight: 600;
}
.submit-message:hover {
  color: #fff !important;
}

.submit-message[href="#"] {
  display: none;
}

.iframe-form {
  background: transparent;
}

.whitepaper-form {
  background: #1a88ca;
  padding: 25px 15px;
  border-radius: 4px;
}
.whitepaper-form .form-head {
  font-size: 21px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-align: center;
}
.whitepaper-form .submit-message {
  font-size: 21px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.whitepaper-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.whitepaper-form form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
.whitepaper-form form .hs-form-required {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: white;
  padding-left: 2px;
}
.whitepaper-form form input.hs-input {
  font-weight: 500 !important;
  background: #fff !important;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  color: #000;
  border: 0;
  height: 36px;
  padding: 7px 10px;
}
.whitepaper-form form input.hs-input:focus-within {
  outline: none;
}
.whitepaper-form form .hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 5px;
  bottom: -16px;
}
.whitepaper-form form .hs-error-msgs label {
  font-size: 12px;
  line-height: 0;
  color: #fff200;
}
.whitepaper-form form .hs-form-field {
  position: relative;
  width: calc(50% - 4px);
  padding-bottom: 3px;
}
.whitepaper-form form .hs-fieldtype-checkbox ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.whitepaper-form form .hs-fieldtype-checkbox ul li {
  width: 50%;
}
.whitepaper-form form .hs-fieldtype-select,
.whitepaper-form form .hs-fieldtype-checkbox,
.whitepaper-form form .hs-submit {
  width: 100%;
  padding-bottom: 0;
}
.whitepaper-form form .hs-fieldtype-checkbox input {
  float: initial;
  width: 14px !important;
  height: 14px !important;
}
.whitepaper-form form .hs-fieldtype-checkbox ul li label span {
  line-height: 22px !important;
  height: 16px !important;
  position: initial;
  bottom: initial;
  left: initial;
  margin-left: 5px;
}
.whitepaper-form form input.hs-button,
.whitepaper-form form input[type=submit] {
  border-radius: 4px !important;
  padding: 12px 1px !important;
  width: 100% !important;
  background: #ff9c25;
  color: white !important;
  font-weight: 600;
  font-size: 16px !important;
  height: 100% !important;
  border: 0;
}
.whitepaper-form form .hs-fieldtype-select select {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  color: #606060 !important;
  font-weight: 500;
  line-height: 22px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
}
.whitepaper-form form .hs-fieldtype-select select:focus-within {
  outline: none;
}

@media (max-width: 350px) {
  .our-resource h1,
  .marketing h1 {
    color: #000;
    font-size: 14px;
  }
  .btn-primary {
    font-size: 12px !important;
    padding: 6px !important;
    line-height: 1.2;
  }
  .carousel-caption {
    bottom: -14px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .carousel-caption h1 {
    display: none;
  }
  .return {
    background: url("../images/return-icon.png") no-repeat scroll 2px center/16px auto #fb9923;
    padding-left: 20px !important;
  }
  .speaker-photo {
    background: url(../images/img-border.png) no-repeat center bottom;
    padding-bottom: 19px;
    position: relative;
    margin: auto;
    text-align: center;
  }
  .download {
    display: none;
    display: block;
    width: 180px;
    text-align: center;
    margin: auto auto 10px;
  }
  .play-icon {
    left: 40%;
    right: 57%;
  }
  .marketing {
    margin-bottom: 0;
  }
  .marketing .detail {
    margin: 0 0 20px;
  }
  .featurette h3.hd {
    font-size: 16px;
  }
  .col-md-3.mobile-version {
    display: none;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    max-width: 130%;
  }
  .navbar-brand {
    width: 75px !important;
  }
  .navbar-brand img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .contact-no {
    background: url("../images/phone-icon.png") no-repeat left center/11% auto !important;
    font-size: 11px !important;
    padding-left: 16px !important;
    position: absolute;
    right: 1px !important;
    top: 6px !important;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0 !important;
  }
  .iframe-form {
    padding: 10px 15px 0;
  }
  .our-resource h1 {
    font-size: 20px;
  }
  .our-resource ul {
    margin: 0;
    padding: 0;
  }
  .our-resource ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .our-resource .imgBox {
    background: url("../images/img-border.png") no-repeat scroll center bottom/300px auto rgba(0, 0, 0, 0);
    height: 212px;
    margin-bottom: 10px;
  }
  .fancy span:before,
  .fancy span:after {
    width: 40px;
  }
  footer p a {
    color: #fff;
    margin-left: 14px;
  }
  footer .pull-left {
    float: none !important;
    text-align: center;
    margin-bottom: 5px;
  }
  footer .pull-right {
    text-align: center;
    float: none !important;
  }
}
@media all and (max-width: 500px) and (min-width: 360px) {
  .play-icon {
    left: 7%;
    position: absolute;
    right: 70%;
    text-align: center;
    top: 60px;
    z-index: 1;
  }
  .featurette h3.hd {
    font-size: 19px;
  }
  .marketing .detail {
    margin: -178px 0 19px 175px;
  }
  .carousel-caption {
    bottom: -30px;
  }
  .carousel-caption h1 {
    display: none;
  }
  .our-resource h1,
  .marketing h1 {
    font-size: 20px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    max-width: 130%;
  }
  .navbar-brand {
    width: 100px;
  }
  .navbar-brand img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .contact-no {
    background: url("../images/phone-icon.png") no-repeat left center/11% auto !important;
    font-size: 12px;
    padding-left: 22px !important;
    position: absolute;
    right: 3px !important;
    top: 8px !important;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0 !important;
  }
  .iframe-form {
    padding: 10px 15px 0;
  }
  .our-resource h1 {
    font-size: 20px;
  }
  .our-resource ul {
    margin: 0;
    padding: 0;
  }
  .our-resource ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .our-resource .imgBox {
    background: url("../images/img-border.png") no-repeat scroll center bottom/300px auto rgba(0, 0, 0, 0);
    height: 212px;
    margin-bottom: 10px;
  }
  .fancy span:before,
  .fancy span:after {
    width: 70px;
  }
  footer p a {
    color: #fff;
    margin-left: 14px;
  }
  footer .pull-left {
    float: none !important;
    text-align: center;
    margin-bottom: 5px;
  }
  footer .pull-right {
    text-align: center;
    float: none !important;
  }
}
@media all and (max-width: 630px) and (min-width: 501px) {
  .carousel-caption {
    bottom: -6px;
    left: 30%;
    padding-bottom: 0;
    right: 15%;
    width: 40% !important;
  }
  .carousel-caption h1 {
    font-size: 35px;
  }
  .play-icon {
    left: 11%;
    position: absolute;
    right: 83%;
    text-align: center;
    top: 60px;
    z-index: 1;
  }
  .featurette h3.hd {
    font-size: 19px;
  }
  .marketing .detail {
    margin: -178px 0 50px 175px;
  }
  .download {
    display: block;
    margin: auto auto 10px;
    text-align: center;
    width: 220px;
  }
  .col-md-3.mobile-version {
    display: none;
  }
  .mobile-version {
    display: block;
    margin-bottom: 20px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    max-width: 130%;
  }
  .navbar-brand {
    width: 130px;
  }
  .navbar-brand img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .contact-no {
    background: url("../images/phone-icon.png") no-repeat left center/12% auto !important;
    font-size: 14px !important;
    padding-left: 24px !important;
    position: absolute;
    right: 3px !important;
    top: 10px !important;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0 !important;
  }
  .iframe-form {
    padding: 10px 15px 0;
  }
  .our-resource h1 {
    font-size: 20px;
  }
  .our-resource ul {
    margin: 0;
    padding: 0;
  }
  .our-resource ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .our-resource .imgBox {
    background: url("../images/img-border.png") no-repeat scroll center bottom;
    height: 212px;
    margin-bottom: 10px;
  }
  .fancy span:before,
  .fancy span:after {
    width: 70px;
  }
  footer p a {
    color: #fff;
    margin-left: 14px;
  }
}
@media all and (max-width: 790px) and (min-width: 631px) {
  .carousel-caption {
    bottom: 0px;
    left: 33%;
    padding-bottom: 0;
    right: 15%;
    width: 31%;
  }
  .carousel-caption h1 {
    font-size: 45px;
  }
  .featurette h3.hd {
    font-size: 19px;
  }
  .marketing .detail {
    margin: -178px 0 65px 175px;
  }
  .play-icon {
    left: 0;
    position: absolute;
    right: 76%;
    text-align: center;
    top: 60px;
    z-index: 1;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    max-width: 130%;
  }
  .navbar-brand {
    width: 130px;
  }
  .navbar-brand img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .contact-no {
    background: url("../images/phone-icon.png") no-repeat left center/12% auto !important;
    font-size: 14px !important;
    padding-left: 24px !important;
    position: absolute;
    right: 3px !important;
    top: 10px !important;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0 !important;
  }
  .iframe-form {
    padding: 10px 15px 0;
  }
  .our-resource h1 {
    font-size: 20px;
  }
  .our-resource ul {
    margin: 0;
    padding: 0;
  }
  .our-resource ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .our-resource .imgBox {
    background: url("../images/img-border.png") no-repeat scroll center bottom;
    height: 212px;
    margin-bottom: 10px;
  }
  .fancy span:before,
  .fancy span:after {
    width: 70px;
  }
  footer p a {
    color: #fff;
    margin-left: 14px;
  }
}
@media all and (max-width: 890px) and (min-width: 794px) {
  .carousel-caption {
    bottom: 0px;
    left: 33%;
    padding-bottom: 0;
    right: 15%;
    width: 31%;
  }
  .carousel-caption h1 {
    font-size: 45px;
  }
  .marketing .detail {
    margin: -178px 0 70px 175px;
  }
  .play-icon {
    left: 7%;
    position: absolute;
    right: 84%;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    max-width: 130%;
  }
  .navbar-brand {
    width: 130px;
  }
  .navbar-brand img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .contact-no {
    background: url("../images/phone-icon.png") no-repeat left center/12% auto !important;
    font-size: 14px !important;
    padding-left: 24px !important;
    position: absolute;
    right: 3px !important;
    top: 10px !important;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0 !important;
  }
  .iframe-form {
    padding: 10px 15px 0;
  }
  .our-resource h1 {
    font-size: 20px;
  }
  .our-resource ul {
    margin: 0;
    padding: 0;
  }
  .our-resource ul li {
    width: 30%;
    margin-bottom: 20px;
  }
  .our-resource ul li img {
    display: block;
    height: auto;
    max-width: 75%;
  }
  .our-resource ul li h3 {
    font-size: 16px;
  }
  .our-resource .imgBox {
    background: url("../images/img-border.png") no-repeat scroll center bottom;
    height: 160px;
    margin-bottom: 10px;
    background-size: 240px;
  }
  .fancy span:before,
  .fancy span:after {
    width: 70px;
  }
  footer p a {
    color: #fff;
    margin-left: 14px;
  }
}
@media all and (max-width: 1060px) and (min-width: 925px) {
  .marketing .detail {
    margin: -178px 0 100px 175px;
  }
  .play-icon {
    left: 6%;
    position: absolute;
    right: 92%;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    max-width: 130%;
  }
  .navbar-brand {
    width: 130px;
  }
  .navbar-brand img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .contact-no {
    background: url("../images/phone-icon.png") no-repeat left center/12% auto !important;
    font-size: 14px !important;
    padding-left: 24px !important;
    position: absolute;
    right: 3px !important;
    top: 10px !important;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0 !important;
  }
  .iframe-form {
    padding: 10px 15px 0;
  }
  .our-resource h1 {
    font-size: 20px;
  }
  .our-resource ul {
    margin: 0;
    padding: 0;
  }
  .our-resource ul li {
    width: 30%;
    margin-bottom: 20px;
  }
  .our-resource ul li h3 {
    font-size: 16px;
  }
  .our-resource ul li img {
    display: block;
    height: auto;
    max-width: 96%;
  }
  .our-resource .imgBox {
    background: url("../images/img-border.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 204px;
    margin-bottom: 10px;
  }
  .fancy span:before,
  .fancy span:after {
    width: 70px;
  }
  footer p a {
    color: #fff;
    margin-left: 14px;
  }
}
@media (max-width: 1060px) {
  #utext {
    margin-top: 20px;
  }
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
  .navbar-header img {
    height: 37px !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-inner img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: -30vw;
  }
  .contact-no {
    margin-top: 8px !important;
  }
  .marketing .featurette {
    padding-top: 0 !important;
  }
  .marketing .featurette h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .contact-no {
    font-size: 15px;
    line-height: 44px;
  }
}
@media (max-width: 360px) {
  .whitepaper-form form .hs-form-field,
  .whitepaper-form form .hs-fieldtype-checkbox ul li {
    width: 100%;
  }
  .carousel .carousel-inner img {
    margin-left: -26vw;
    max-width: 130%;
  }
}/*# sourceMappingURL=whitepaper-style.css.map */