body {
  font-family: "Open Sans", sans-serif;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #000;
}

a:hover,
a:focus {
  color: #00c37f;
  outline: none;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.header {
  background-color: #033cba;
  position: fixed;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fixed .header {
  background-color: #033cba;
  position: fixed;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.header a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.tel,
.header-email {
  color: #fff;
  font-weight: 800;
  padding: 0 4rem 0 0;
  text-transform: uppercase;
}

.fixed .tel,
.fixed .header-email {
  color: #fff;
}

.fixed a.tel:hover,
.fixed a.header-email:hover {
  color: #00c37f;
  outline: none;
}

.req-demo-btn {
  display: inline-block;
  background: #ff7f00;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 33px 15px;
  min-width: 230px;
  text-align: center;
  text-transform: uppercase;
}

.req-demo-btn:hover,
.req-demo-btn:focus {
  background: #ffa64e;
  color: #fff;
  text-decoration: none;
}

.logo a {
  display: block;
}

.logo a img {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 150px;
  height: 52px;
}

.logo-white,
.logo-black {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.logo-white {
  visibility: visible;
  opacity: 1;
}

.fixed .logo-white {
  visibility: visible;
  opacity: 1;
}

.logo-black {
  visibility: hidden;
  opacity: 0;
}
/*
.fixed .logo-black {
  visibility: visible;
  opacity: 1;
}
*/
/* Hero Banner Section
  ----------------------- */
.hero-section {
  position: relative;
  background: #033cba;
  background-image: url('https://www.kyriba.com/wp-content/files_live/images/wbn/value-treasurer-header.png');
  color: #fff;
  padding: 160px 0 0;
  min-height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-section .container {
  position: relative;
  z-index: 3;
}

.col-md-8 {
	flex: 0 0 84% !important;
	max-width: 100% !important;
}

.hero-subtitle {
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.8;
}

.hero-section h1 {
  font-family: "Open Sans", serif;
  font-size: 60px;
  color: #fff;
  text-align: left;
  line-height: 1.1;
  font-weight: 800;
}

.hero-section h1 span {
  display: block;
  font-size: 21px;
  opacity: 0.5;
  text-transform: uppercase;
}

.hero-section .sub-title {
  font-size: 29px;
  font-weight: 400;
  line-height: 1.5;
}
/*
.hero-section:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: -webkit-gradient(linear,
      right bottom,
      left top,
      color-stop(49.7%, #fff),
      color-stop(50%, transparent));
  background: -o-linear-gradient(right bottom, #fff 49.7%, transparent 50%);
  background: linear-gradient(to left top, #fff 49.7%, transparent 50%);
  height: 231px;
  content: "";
  z-index: 1;
}

.shape-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
*/


/* Main Content Section
  ---------------------------- */
.main-content {
 /* padding: 4rem 0 10rem; */
  padding: 4rem 0;
  background: #fff;
  background-size: contain;
  position: relative;
  z-index: 3;
}

.main-content.ty-page {
  padding: 4rem 0 4rem 0;
  background: #fff;
  background-image: none;
  position: relative;
  z-index: 3;
}

.main-content h2 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 2rem;
}

.main-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 2rem;
}

.main-content ul {
  margin-bottom: 2rem;
  list-style: none;
  padding-left: 0;
}

.main-content ul li {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-size:22px;
  color: #212529;
  font-weight:400;
}
/**
.main-content ul li::before {
  content: "";
  background-image: url(https://storage.pardot.com/104372/112179/checks.svg);
  background-image: url(https://www.kyriba.com/wp-content/files_live/images/wbn/bulleted-green-new.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  margin-left: -2rem;
  padding-right: 2rem;
}
**/
.main-content ul li::before {
	  content: "\2022";
	  color: #00c37f;
	  font-weight: bold;
	  display: inline-block; 
	  width: 1em;
	  margin-left: -1em;
}

.ebook-row {
  margin-top: -16rem;
}

.sticky-container {
  position: relative;
  height: auto;
  bottom: 0;
  display: block;
  margin-top: -30%;
}

.form-container {
  /* position: -webkit-sticky;
  position: sticky; */
  position: relative;
  /* top: 120px; */
  top: 0;
}

.featured-img {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}

.featured-img img {
  width: 100%;
  border-radius: 50px 50px 0 0;
  -webkit-transform: translatey(2px);
  -ms-transform: translatey(2px);
  transform: translatey(2px);
}

.content {}

.content p {
  font-weight: 800;
  font-size: 25px;
  color: #000;
  line-height: 1.3;
}

.form-container {
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
 /* box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.3); */
 box-shadow: none;
  padding: 0;
  /* border-radius: 50px; */
}
/**
.form-content {
  border-radius: 0 0 50px 50px;
}
**/

.form-content {
  background: #f2f3f5;
  padding: 2rem 2rem;
/**  border-radius: 0 0 50px 50px; **/
}

.form-wrapper form {
input {
  border: 0 !important;
  border-bottom: 2px solid #ced4da !important;
  border-radius: 0 !important;
  width: 100% !important;
  font-size: 18px !important;
}

label {
  font-size: 16px !important;
  font-weight: 400 !important;
  display: inline !important;
}

p { line-height: 1 !important; }
.submit { text-align: center !important; }

input[type="checkbox"] {
  display: inline-block !important;
  width: initial !important;
  margin-right: 0.5rem !important;
}

textarea {
  width: 100% !important;
  border: 2px solid #ced4da !important;
  font-size: 18px !important;
  height: 125px !important;
}

input[type="submit"] {
  background: #ff7f00 !important;
  color: #fff !important;
  font-size: 26px !important;
  border-radius: 40px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  padding: 1rem 2rem !important;
  border: 1px solid #ff7f00 !important;
  width: initial !important;

  -webkit-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}

input[type="submit"]:hover {
  background: #fff !important;
  color: #ff7f00 !important;
  border: 1px solid #ff7f00 !important;
}

form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  font-weight: normal !important;
 /* text-transform: uppercase !important; */
  opacity: 1 !important;
  /* Firefox */
}

form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  font-weight: normal !important;
  /* text-transform: uppercase !important; */
  opacity: 1 !important;
  /* Firefox */
}

form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  font-weight: normal!important;
 /*  text-transform: uppercase !important; */
  opacity: 1 !important;
  /* Firefox */
}

form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  font-weight: normal !important;
 /*  text-transform: uppercase !important; */
  opacity: 1 !important;
  /* Firefox */
}

form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  font-weight: normal !important;
/*  text-transform: uppercase !important; */
  opacity: 1 !important;
  /* Firefox */
}

form ::-webkit-input-placeholder {
  /* Edge */
  color: #000 !important;
  font-weight: normal !important;
/*  text-transform: uppercase !important; */
}

form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
  font-weight: normal !important;
}

form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
  font-weight: normal!important;
}

select {
  color: #000 !important;
  font-weight: normal !important;
  border: 0 !important;
  border-bottom: 2px solid #ced4da !important;
  width: 100% !important;
  font-size: 18px !important;
  -webkit-appearance: none !important;
  background: #f2f3f5 !important;
  border-radius: 0 !important;
  line-height: 1.5 !important;
  padding: 5px 0 !important;
}

/*
form .country select option:first-child {
  text-transform: uppercase;
}
*/
input {
  color: #000 !important;
  background: #f2f3f5 !important;
}
}

.form-wrapper { height: auto; }

.form-wrapper h3 {
	text-transform:uppercase;
	color:#023cba;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:20px 0;
}

.form-wrapper label.field-label {
  display: none;
}

form input {
  border: 0 !important;
  border-bottom: 2px solid #ced4da !important;
  border-radius: 0 !important;
  width: 100%;
  font-size: 18px;
}

form label {
  font-size: 16px;
  font-weight: 400;
  display: inline;
}

.main-content form p {
  text-align: center;
}

.GDPR_Checkbox {
	text-align: left !important;
	line-height: 1 !important;
}

form.form .error-input,
form.form .error p,
form.form .errors p { 
	font-size: 18px !important;
	}

input[type="checkbox"] {
  display: inline-block;
  width: initial;
  margin-right: 0.5rem;
}

form textarea {
  width: 100%;
  border: 2px solid #ced4da;
  font-size: 18px;
  height: 125px !important;
}

form input[type="submit"] {
  background: #ff7f00;
  color: #fff !important;
 /* font-size: 26px; */
  font-size: 20px;
  border-radius: 40px !important;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: .6rem 2rem !important;
  border: 1px solid #ff7f00 !important;
  width: initial;

  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

form input[type="submit"]:hover {
  background: #fff;
  color: #ff7f00 !important;
  border: 1px solid #ff7f00;
}

form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  font-weight: normal !important;
 /* text-transform: uppercase !important; */
  opacity: 1;
  /* Firefox */
}

form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  font-weight: normal !important;
  /* text-transform: uppercase !important; */
  opacity: 1;
  /* Firefox */
}

form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  font-weight: normal!important;
 /*  text-transform: uppercase !important; */
  opacity: 1;
  /* Firefox */
}

form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  font-weight: normal !important;
 /*  text-transform: uppercase !important; */
  opacity: 1;
  /* Firefox */
}

form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  font-weight: normal !important;
/*  text-transform: uppercase !important; */
  opacity: 1;
  /* Firefox */
}

form ::-webkit-input-placeholder {
  /* Edge */
  color: #000 !important;
  font-weight: normal !important;
/*  text-transform: uppercase !important; */
}

form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
  font-weight: normal !important;
}

form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
  font-weight: normal!important;
}



form select {
  color: #000 !important;
  font-weight: normal !important;
  border: 0 !important;
  border-bottom: 2px solid #ced4da !important;
  width: 100%;
  font-size: 18px;
  -webkit-appearance: none;
  background: #f2f3f5;
  border-radius: 0;
  line-height: 1.5;
  padding: 5px 0;
}

/*
form .country select option:first-child {
  text-transform: uppercase;
}
*/
form input {
  color: #000 !important;
  background: #f2f3f5;
}

/* Presenters & Partners*/
#presenters,
#partners {
  padding: 6rem 15px 2rem;
}

#presenters .title-presenter,
#partners .title-partner {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 3rem;
}

#presenters .bio-info {}

#presenters .user-img {
  margin: 0 auto 1rem auto;
  display: block;
  border: 2px solid #ccc;
  border-radius: 180px;
  filter: grayscale(1);
}

#presenters .bio-info p,
#partners .bio-info p {
  margin: 0;
  text-align: center;
}

#presenters .bio-info .name,
#partners .bio-info .name {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 800;
}

#presenters .bio-info .title,
#partners .bio-info .title {
  font-size: 19px;
  line-height: 1.3;
}

#presenters [class*="col-"],
#partners [class*="col-"] {
  margin-bottom: 3rem;
}

/* Thank You */

.card-row {
  margin-bottom: -11rem;
}

.card-row [class*="col-md-4"] {
  margin-bottom: 3rem;
}

.card-anchor {
  display: block;
  height: 100%;
}

.card-anchor:hover {
  text-decoration: none !important;
}

.resource-card {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-img {
  height: 245px;
}

.card-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.resource-card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

.resource-card .card-content {
  background: #fff;
  padding: 1rem 4rem 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* height: auto; */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.resource-card .card-content .media-type {
  width: 100%;
  text-align: right;
}

.resource-card .card-content .media-type span {
  background: #ffbd7b;
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
}

.resource-card .card-content .media-type span.factsheet {
  background: #ffbd7b;
}

.resource-card .card-content .media-type span.ebook {
  background: #63d7ae;
}

.resource-card .card-content .media-type span.blog {
  background: #99b9ff;
}

.resource-card .card-content .card-title {
  font-size: 25px;
  font-weight: 800;
  margin: 1rem 0;
}

.resource-card .card-content p {
  font-size: 16px;
  color: #000 !important;
}

.btn-green {
  border: 1px solid #00c37f;
  color: #00c37f;
  font-weight: 600;
  border-radius: 10px;
  margin-top: auto;
  max-width: 150px;
  padding: 0.5rem;
}

.btn.btn-green:hover {
  background: #00c37f;
  border: 1px solid #00c37f;
  color: #fff;
}

/* CTA Banner */
.cta-banner {
  background: #033cba url(https://storage.pardot.com/104372/112185/line_img5.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 8rem 0 12rem 0;
  height:500px;
}

.thank-you-page .cta-banner {
  padding: 14rem 0 12rem 0;
}

.cta-banner .cta-title,
.cta-banner p {
  color: #fff;
  text-align: center;
}

.cta-banner .cta-title {
  font-size: 81px;
  font-weight: 800;
}

.cta-banner p {
  font-size: 32px;
  margin-bottom: 2rem;
  padding: 0px 20rem;
}

.btn-orange {
  background: #ff7f00;
  color: #fff;
  font-size: 20px;
  border-radius: 15px;
  font-weight: bold;
  padding: 11px 15px;
  min-width: 215px;
  border: 1px solid #ff7f00;
}

.btn:hover {
  background: #fff;
  color: #ff7f00;
  border: 1px solid #ff7f00;
}

/* Included Styling from Kyriba Site */
.main {
  max-width: 1552px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.cf:after {
  display: table;
  content: "";
  clear: both;
}

.foo-sec {
  padding: 87px 0 125px;
}

.foo-disc {
  padding: 0 0 10px;
}

.foo-row {
  margin: 0 -15px;
}

.foo-disc-row {
  padding: 8px 0 22px;
}

.foo-disc-menu {
  padding: 0 0 39px;
}

.foo-disc-menu ul {
  padding: 0 0 0 4px;
  margin: 0;
  list-style: none;
}

.foo-disc-menu ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin-left: -4px;
  width: 50%;
  position: static;
  overflow: unset;
}

.foo-disc-menu ul li a {
  color: #000;
}

.foo-main a:hover,
.foo-main a:focus {
  color: #00c37f;
  outline: none;

  text-decoration: none;
}

.foo-disc-menu ul li a:hover,
.foo-disc-menu ul li a:focus {
  color: #00c37f;
  text-decoration: none;
}

.foo-copyright p {
  margin: 0;
}

.foo-main hr {
  height: 1px;
  width: 100%;
  max-width: 100%;
  background: #707070;
  margin: 20px 0;
  clear: both;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  border: 0;
}

.foo-logo-col {
  width: 20%;
  padding: 0 15px;
  float: left;
  font-size: 13px;
}

.foo-nav-right {
  width: 80%;
  float: right;
  padding: 0 15px;
}

.foo-nav-col {
  /* width: 14.28%; */
  width: 12%;
  padding: 0 10px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1670px) {
  .foo-nav-col {
    width: 33.333%;
    margin-bottom: 30px;
    display: block;
  }

  .main {
    max-width: 1170px;
  }
}

.foo-nav-col.foo-nav-large-col {
  width: 28.56%;
}

.foo-nav-col h5 {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.foo-right {
  float: right;
  text-align: right;
  padding: 9px 0 0;
  max-width:300px;
}

.foo-left {
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
  float: left;
  max-width:382px;
}

.foo-logo {
  width: 142px;
  display: block;
  margin: 0 0 38px;
}

.foo-logo img {
  width: 100%;
  display: block;
}

.foo-contact {
  font-weight: 700;
  line-height: 1.6153;
  margin-bottom: 10px;
}

.foo-mailchimp h6 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6153;
  margin: 0 0 11px;
}

.foo-contact a {
  color: #000;
  position: relative;
}

.foo-address {
  font-weight: 300;
  line-height: 2;
  padding: 0 0 9px;
}

.foo-nav-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.foo-nav-col ul li.menu-item {
  position: static;
  display: block !important;
  width: 100%;
  overflow: unset;
  z-index: 1;
}

.foo-nav-col ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.1px;
}

.social-icn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-icn ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 29px;
}

.social-icn ul li:first-child {
  margin-left: 0;
}

.social-icn ul li a {
  color: #707070;
  font-size: 38px;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1460px;
  }
}

@media (max-width: 1499px) {
  .cta-banner p {
    padding: 0 10rem;
  }
}

@media (max-width: 1199px) {
  .social-icn ul li a {
    font-size: 30px;
  }

  .resource-card .card-content .card-title {
    font-size: 20px;
  }

  .resource-card .card-content p {
    font-size: 15px;
  }

  .cta-banner p {
    padding: 0;
  }
}

@media (max-width: 990px) {
	.main-content h2 { font-size: 26px;}
}

@media (min-width: 768px) {
  .inner-foo-col>div {
    display: block !important;
    height: auto !important;
  }
}

@media (max-width: 991px) {
  #presenters .title-presenter,
  #partners .title-partner {
    text-align: center;
    width: 100%;
  }

  .hero-section h1 {
    font-size: 42px;
  }

  .sticky-container {
    margin-top: -34%;
  }
  form input[type="submit"] {
    max-width: 200px;
    font-size: 18px;
    padding: 1rem;
	}

  .foo-disc-menu ul li {
    padding-right: 0;
    display: block;
    margin: 0;
    width: 100%;
  }

  .cta-banner .cta-title {
    font-size: 40px;
  }

  .cta-banner p {
    font-size: 20px;
  }

  .header a {
    font-size: 12px;
  }

  .logo a img {
    width: 100px;
  }

  .req-demo-btn {
    min-width: 170px;
  }

  #presenters {
    padding: 3rem 15px;
  }
}

@media (max-width: 767px) {
  .req-demo-btn {
    padding: 0.75rem 0.5rem;
    min-width: 125px;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }

  .featured-img {
    display: none;
  }

  .form-container {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .form-content {
    padding: 2rem;
  }

form input[type="submit"] {
	max-width: unset;
	font-size: 22px;
	padding: 1rem 2rem;
}

  .tel,
  .header-email {
    padding: 0 0.5rem 0 0;
    margin: 0.25rem 0;
  }

  .hero-section {
    padding: 155px 0 150px 0;
    min-height: 400px;
  }

  .hero-section h1 {
    font-size: 32px;
  }

  .hero-section h1 span {
    font-size: 18px;
  }

  .hero-section .sub-title {
    font-size: 18px;
  }

  .hero-section:before {
    height: 115px;
  }

  #presenters {
    /* background: #f2f3f5; */
  }

  #partners .col-md-4 {
	 text-align:center; 
  }
  .main-content {
    background-image: none;
    padding: 4rem 0 0rem 0;
  }

  .ebook-row {
    margin-top: 0rem;
  }

  .sticky-container {
    height: auto;
    position: relative;
    margin-top: 0;
  }

  .foo-logo-col {
    width: 100%;
    margin-bottom: 3rem;
  }

  .cta-banner {
    padding: 3rem 0;
	height:320px;
  }

  /*-- activate-liquidity-content --*/

  .activate-liquidity-content h2 {
    font-size: 30px;
  }

  .activate-liquidity-content p {
    font-size: 18px;
  }

  .orange-btn {
    font-size: 14px;
    min-width: 264px;
    padding: 15px 15px;
  }

  .activate-liquidity-content p {
    margin: 0 0 15px;
  }

  .activate-liquidity-sec {
    padding: 200px 0;
  }

  /*-- footer sec --*/

  .foo-nav-col {
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 0 0 19px;
    margin: 0 0 27px;
  }

  .inner-foo-col {
    width: 100%;
  }

  .foo-nav-right {
    width: 100%;
  }

  .foo-nav-col.foo-nav-large-col {
    width: 100%;
  }

  .foo-nav-col ul li {
    margin: 0 0 4px;
  }

  .foo-nav-col ul li a {
    font-size: 14px;
  }

  .foo-nav-col h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 8px;
    cursor: pointer;
  }

  .foo-nav-col h5:before {
    background-image: url(https://storage.pardot.com/104372/112177/down_arrw.png);
    width: 22px;
    height: 11px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 6px;
    content: "";
  }

  .foo-nav-col h5.active:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }

  .inner-foo-col>ul {
    display: none;
    padding: 0 0 8px;
  }

  .inner-foo-col>div {
    display: none;
    padding: 0 0 8px;
  }

  .foo-nav-row {
    margin: 0;
  }

  .foo-disc hr {
    display: none;
  }

  .foo-left {
    float: none;
	margin:auto;
	text-align:center;
  }

  .foo-right {
    margin:auto;
    float: none;
    text-align: center;
	padding: 1rem 0;
  }

  .foo-contact {
    line-height: 1.7;
  }

  .foo-logo {
    margin: 0 0 30px;
  }

  .foo-contact p {
    margin: 0 0 14px;
  }

  .foo-address {
    padding: 0;
  }

  .foo-sec {
    padding: 50px 0 10px;
  }

  .foo-disc-row {
    padding: 8px 0 22px;
  }

  .foo-disc-menu ul {
    padding: 0;
  }

  .foo-left {
    font-size: 12px;
  }

  .foo-disc-menu {
    padding: 29px 0 20px;
  }

  .foo-nav-col h5:before {
    background-image: url(https://storage.pardot.com/104372/112177/down_arrw.png);
    width: 22px;
    height: 11px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 6px;
    content: "";
  }

  .main-content h2 {
    font-size: 32px;
  }

  .main-content p {
    font-size: 18px;
  }

  #presenters .bio-info .name {
    font-size: 16px;
  }

  #presenters .bio-info .title {
    font-size: 13px;
  }
  #p4, #p5 { display: none; }
}

@media (max-width: 575px) {
  .foo-disc > .main {
    max-width: 90%;
  }

  .hero-section:before {
    display: none;
  }
  .foo-left {
	  width:98%;
  }
}

@media (max-width: 385px) {
	form input[type="submit"] {
		font-size: 20px;
		padding: 1rem;
	}
}