/* theme fonts goes here */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap");
.chart-wrapper-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chart-wrapper-right div {
  width: calc(50% - 10px);
}

.cell-lg-6.chart-wrapper-right {
  margin-top: -25px;
}

input#supply_chain {
  margin-top: 10px;
  margin-left: -9px;
}

span.support {
  color: #69207E;
  font-size: 16px;
  margin-bottom: 0px !important;
  margin-top: -15px;
  display: block;
}

.upload-file-wrapper {
  padding-top: 15px;
}

.upload-file-wrapper span {
  color: #69207E;
  display: block;
  padding-bottom: 10px;
}

.upload-file-wrapper label {
  margin-bottom: 0px !important;
}

.page-template-steps-page #example-form .wizard .content .body input#nnl_collab_industry {
  display: none;
}

.common-checkbox span {
  font-size: 16px;
  color: #343A40 !important;
}

/* Reset css
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
audio,
video {
  display: inline-block;
}

/**
* Main content containers
*/
.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
.container-fluid {
  width: 100%;
  margin: auto;
  padding-right: 140px !important;
  padding-left: 140px !important;
  /* @media (min-width: 1280px) and (max-width: 1440px){
      padding-left: 40px;
      padding-right: 40px;
  } */
}
@media (max-width: 1439px) {
  .container-fluid {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}
@media (max-width: 1023px) {
  .container-fluid {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.container-list {
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  .container-list {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

[class*=cell-] {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

/* align item */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.align-items-center {
  align-items: center;
}
.align-content-center {
  align-content: center;
}
.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-0,
.m-0,
.my-0 {
  margin-top: 0px;
}

.pt-0,
.p-0,
.py-0 {
  padding-top: 0px;
}

.mb-0,
.m-0,
.my-0 {
  margin-bottom: 0px;
}

.pb-0,
.p-0,
.py-0 {
  padding-bottom: 0px;
}

.ml-0,
.m-0,
.mx-0 {
  margin-left: 0px;
}

.pl-0,
.p-0,
.px-0 {
  padding-left: 0px;
}

.mr-0,
.m-0,
.mx-0 {
  margin-right: 0px;
}

.pr-0,
.p-0,
.px-0 {
  padding-right: 0px;
}

.mt-20,
.m-20,
.my-20 {
  margin-top: 20px;
}

.pt-20,
.p-20,
.py-20 {
  padding-top: 20px;
}

.mb-20,
.m-20,
.my-20 {
  margin-bottom: 20px;
}

.pb-20,
.p-20,
.py-20 {
  padding-bottom: 20px;
}

.ml-20,
.m-20,
.mx-20 {
  margin-left: 20px;
}

.pl-20,
.p-20,
.px-20 {
  padding-left: 20px;
}

.mr-20,
.m-20,
.mx-20 {
  margin-right: 20px;
}

.pr-20,
.p-20,
.px-20 {
  padding-right: 20px;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 30px;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 30px;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 30px;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 30px;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 30px;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 30px;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 30px;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 30px;
}

.mt-40,
.m-40,
.my-40 {
  margin-top: 40px;
}

.pt-40,
.p-40,
.py-40 {
  padding-top: 40px;
}

.mb-40,
.m-40,
.my-40 {
  margin-bottom: 40px;
}

.pb-40,
.p-40,
.py-40 {
  padding-bottom: 40px;
}

.ml-40,
.m-40,
.mx-40 {
  margin-left: 40px;
}

.pl-40,
.p-40,
.px-40 {
  padding-left: 40px;
}

.mr-40,
.m-40,
.mx-40 {
  margin-right: 40px;
}

.pr-40,
.p-40,
.px-40 {
  padding-right: 40px;
}

.mt-50,
.m-50,
.my-50 {
  margin-top: 50px;
}

.pt-50,
.p-50,
.py-50 {
  padding-top: 50px;
}

.mb-50,
.m-50,
.my-50 {
  margin-bottom: 50px;
}

.pb-50,
.p-50,
.py-50 {
  padding-bottom: 50px;
}

.ml-50,
.m-50,
.mx-50 {
  margin-left: 50px;
}

.pl-50,
.p-50,
.px-50 {
  padding-left: 50px;
}

.mr-50,
.m-50,
.mx-50 {
  margin-right: 50px;
}

.pr-50,
.p-50,
.px-50 {
  padding-right: 50px;
}

.cell-none {
  display: none;
}

.cell-block {
  display: block;
}

@media (min-width: 641px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-0,
.m-0,
.my-sm-0 {
    margin-top: 0px;
  }
  .pt-sm-0,
.p-0,
.py-sm-0 {
    padding-top: 0px;
  }
  .mb-sm-0,
.m-0,
.my-sm-0 {
    margin-bottom: 0px;
  }
  .pb-sm-0,
.p-0,
.py-sm-0 {
    padding-bottom: 0px;
  }
  .ml-sm-0,
.m-0,
.mx-sm-0 {
    margin-left: 0px;
  }
  .pl-sm-0,
.p-0,
.px-sm-0 {
    padding-left: 0px;
  }
  .mr-sm-0,
.m-0,
.mx-sm-0 {
    margin-right: 0px;
  }
  .pr-sm-0,
.p-0,
.px-sm-0 {
    padding-right: 0px;
  }
  .mt-sm-20,
.m-20,
.my-sm-20 {
    margin-top: 20px;
  }
  .pt-sm-20,
.p-20,
.py-sm-20 {
    padding-top: 20px;
  }
  .mb-sm-20,
.m-20,
.my-sm-20 {
    margin-bottom: 20px;
  }
  .pb-sm-20,
.p-20,
.py-sm-20 {
    padding-bottom: 20px;
  }
  .ml-sm-20,
.m-20,
.mx-sm-20 {
    margin-left: 20px;
  }
  .pl-sm-20,
.p-20,
.px-sm-20 {
    padding-left: 20px;
  }
  .mr-sm-20,
.m-20,
.mx-sm-20 {
    margin-right: 20px;
  }
  .pr-sm-20,
.p-20,
.px-sm-20 {
    padding-right: 20px;
  }
  .mt-sm-30,
.m-30,
.my-sm-30 {
    margin-top: 30px;
  }
  .pt-sm-30,
.p-30,
.py-sm-30 {
    padding-top: 30px;
  }
  .mb-sm-30,
.m-30,
.my-sm-30 {
    margin-bottom: 30px;
  }
  .pb-sm-30,
.p-30,
.py-sm-30 {
    padding-bottom: 30px;
  }
  .ml-sm-30,
.m-30,
.mx-sm-30 {
    margin-left: 30px;
  }
  .pl-sm-30,
.p-30,
.px-sm-30 {
    padding-left: 30px;
  }
  .mr-sm-30,
.m-30,
.mx-sm-30 {
    margin-right: 30px;
  }
  .pr-sm-30,
.p-30,
.px-sm-30 {
    padding-right: 30px;
  }
  .mt-sm-40,
.m-40,
.my-sm-40 {
    margin-top: 40px;
  }
  .pt-sm-40,
.p-40,
.py-sm-40 {
    padding-top: 40px;
  }
  .mb-sm-40,
.m-40,
.my-sm-40 {
    margin-bottom: 40px;
  }
  .pb-sm-40,
.p-40,
.py-sm-40 {
    padding-bottom: 40px;
  }
  .ml-sm-40,
.m-40,
.mx-sm-40 {
    margin-left: 40px;
  }
  .pl-sm-40,
.p-40,
.px-sm-40 {
    padding-left: 40px;
  }
  .mr-sm-40,
.m-40,
.mx-sm-40 {
    margin-right: 40px;
  }
  .pr-sm-40,
.p-40,
.px-sm-40 {
    padding-right: 40px;
  }
  .mt-sm-50,
.m-50,
.my-sm-50 {
    margin-top: 50px;
  }
  .pt-sm-50,
.p-50,
.py-sm-50 {
    padding-top: 50px;
  }
  .mb-sm-50,
.m-50,
.my-sm-50 {
    margin-bottom: 50px;
  }
  .pb-sm-50,
.p-50,
.py-sm-50 {
    padding-bottom: 50px;
  }
  .ml-sm-50,
.m-50,
.mx-sm-50 {
    margin-left: 50px;
  }
  .pl-sm-50,
.p-50,
.px-sm-50 {
    padding-left: 50px;
  }
  .mr-sm-50,
.m-50,
.mx-sm-50 {
    margin-right: 50px;
  }
  .pr-sm-50,
.p-50,
.px-sm-50 {
    padding-right: 50px;
  }
  .cell-sm-none {
    display: none;
  }
  .cell-sm-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-0,
.m-0,
.my-md-0 {
    margin-top: 0px;
  }
  .pt-md-0,
.p-0,
.py-md-0 {
    padding-top: 0px;
  }
  .mb-md-0,
.m-0,
.my-md-0 {
    margin-bottom: 0px;
  }
  .pb-md-0,
.p-0,
.py-md-0 {
    padding-bottom: 0px;
  }
  .ml-md-0,
.m-0,
.mx-md-0 {
    margin-left: 0px;
  }
  .pl-md-0,
.p-0,
.px-md-0 {
    padding-left: 0px;
  }
  .mr-md-0,
.m-0,
.mx-md-0 {
    margin-right: 0px;
  }
  .pr-md-0,
.p-0,
.px-md-0 {
    padding-right: 0px;
  }
  .mt-md-20,
.m-20,
.my-md-20 {
    margin-top: 20px;
  }
  .pt-md-20,
.p-20,
.py-md-20 {
    padding-top: 20px;
  }
  .mb-md-20,
.m-20,
.my-md-20 {
    margin-bottom: 20px;
  }
  .pb-md-20,
.p-20,
.py-md-20 {
    padding-bottom: 20px;
  }
  .ml-md-20,
.m-20,
.mx-md-20 {
    margin-left: 20px;
  }
  .pl-md-20,
.p-20,
.px-md-20 {
    padding-left: 20px;
  }
  .mr-md-20,
.m-20,
.mx-md-20 {
    margin-right: 20px;
  }
  .pr-md-20,
.p-20,
.px-md-20 {
    padding-right: 20px;
  }
  .mt-md-30,
.m-30,
.my-md-30 {
    margin-top: 30px;
  }
  .pt-md-30,
.p-30,
.py-md-30 {
    padding-top: 30px;
  }
  .mb-md-30,
.m-30,
.my-md-30 {
    margin-bottom: 30px;
  }
  .pb-md-30,
.p-30,
.py-md-30 {
    padding-bottom: 30px;
  }
  .ml-md-30,
.m-30,
.mx-md-30 {
    margin-left: 30px;
  }
  .pl-md-30,
.p-30,
.px-md-30 {
    padding-left: 30px;
  }
  .mr-md-30,
.m-30,
.mx-md-30 {
    margin-right: 30px;
  }
  .pr-md-30,
.p-30,
.px-md-30 {
    padding-right: 30px;
  }
  .mt-md-40,
.m-40,
.my-md-40 {
    margin-top: 40px;
  }
  .pt-md-40,
.p-40,
.py-md-40 {
    padding-top: 40px;
  }
  .mb-md-40,
.m-40,
.my-md-40 {
    margin-bottom: 40px;
  }
  .pb-md-40,
.p-40,
.py-md-40 {
    padding-bottom: 40px;
  }
  .ml-md-40,
.m-40,
.mx-md-40 {
    margin-left: 40px;
  }
  .pl-md-40,
.p-40,
.px-md-40 {
    padding-left: 40px;
  }
  .mr-md-40,
.m-40,
.mx-md-40 {
    margin-right: 40px;
  }
  .pr-md-40,
.p-40,
.px-md-40 {
    padding-right: 40px;
  }
  .mt-md-50,
.m-50,
.my-md-50 {
    margin-top: 50px;
  }
  .pt-md-50,
.p-50,
.py-md-50 {
    padding-top: 50px;
  }
  .mb-md-50,
.m-50,
.my-md-50 {
    margin-bottom: 50px;
  }
  .pb-md-50,
.p-50,
.py-md-50 {
    padding-bottom: 50px;
  }
  .ml-md-50,
.m-50,
.mx-md-50 {
    margin-left: 50px;
  }
  .pl-md-50,
.p-50,
.px-md-50 {
    padding-left: 50px;
  }
  .mr-md-50,
.m-50,
.mx-md-50 {
    margin-right: 50px;
  }
  .pr-md-50,
.p-50,
.px-md-50 {
    padding-right: 50px;
  }
  .cell-md-none {
    display: none;
  }
  .cell-md-block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-0,
.m-0,
.my-lg-0 {
    margin-top: 0px;
  }
  .pt-lg-0,
.p-0,
.py-lg-0 {
    padding-top: 0px;
  }
  .mb-lg-0,
.m-0,
.my-lg-0 {
    margin-bottom: 0px;
  }
  .pb-lg-0,
.p-0,
.py-lg-0 {
    padding-bottom: 0px;
  }
  .ml-lg-0,
.m-0,
.mx-lg-0 {
    margin-left: 0px;
  }
  .pl-lg-0,
.p-0,
.px-lg-0 {
    padding-left: 0px;
  }
  .mr-lg-0,
.m-0,
.mx-lg-0 {
    margin-right: 0px;
  }
  .pr-lg-0,
.p-0,
.px-lg-0 {
    padding-right: 0px;
  }
  .mt-lg-20,
.m-20,
.my-lg-20 {
    margin-top: 20px;
  }
  .pt-lg-20,
.p-20,
.py-lg-20 {
    padding-top: 20px;
  }
  .mb-lg-20,
.m-20,
.my-lg-20 {
    margin-bottom: 20px;
  }
  .pb-lg-20,
.p-20,
.py-lg-20 {
    padding-bottom: 20px;
  }
  .ml-lg-20,
.m-20,
.mx-lg-20 {
    margin-left: 20px;
  }
  .pl-lg-20,
.p-20,
.px-lg-20 {
    padding-left: 20px;
  }
  .mr-lg-20,
.m-20,
.mx-lg-20 {
    margin-right: 20px;
  }
  .pr-lg-20,
.p-20,
.px-lg-20 {
    padding-right: 20px;
  }
  .mt-lg-30,
.m-30,
.my-lg-30 {
    margin-top: 30px;
  }
  .pt-lg-30,
.p-30,
.py-lg-30 {
    padding-top: 30px;
  }
  .mb-lg-30,
.m-30,
.my-lg-30 {
    margin-bottom: 30px;
  }
  .pb-lg-30,
.p-30,
.py-lg-30 {
    padding-bottom: 30px;
  }
  .ml-lg-30,
.m-30,
.mx-lg-30 {
    margin-left: 30px;
  }
  .pl-lg-30,
.p-30,
.px-lg-30 {
    padding-left: 30px;
  }
  .mr-lg-30,
.m-30,
.mx-lg-30 {
    margin-right: 30px;
  }
  .pr-lg-30,
.p-30,
.px-lg-30 {
    padding-right: 30px;
  }
  .mt-lg-40,
.m-40,
.my-lg-40 {
    margin-top: 40px;
  }
  .pt-lg-40,
.p-40,
.py-lg-40 {
    padding-top: 40px;
  }
  .mb-lg-40,
.m-40,
.my-lg-40 {
    margin-bottom: 40px;
  }
  .pb-lg-40,
.p-40,
.py-lg-40 {
    padding-bottom: 40px;
  }
  .ml-lg-40,
.m-40,
.mx-lg-40 {
    margin-left: 40px;
  }
  .pl-lg-40,
.p-40,
.px-lg-40 {
    padding-left: 40px;
  }
  .mr-lg-40,
.m-40,
.mx-lg-40 {
    margin-right: 40px;
  }
  .pr-lg-40,
.p-40,
.px-lg-40 {
    padding-right: 40px;
  }
  .mt-lg-50,
.m-50,
.my-lg-50 {
    margin-top: 50px;
  }
  .pt-lg-50,
.p-50,
.py-lg-50 {
    padding-top: 50px;
  }
  .mb-lg-50,
.m-50,
.my-lg-50 {
    margin-bottom: 50px;
  }
  .pb-lg-50,
.p-50,
.py-lg-50 {
    padding-bottom: 50px;
  }
  .ml-lg-50,
.m-50,
.mx-lg-50 {
    margin-left: 50px;
  }
  .pl-lg-50,
.p-50,
.px-lg-50 {
    padding-left: 50px;
  }
  .mr-lg-50,
.m-50,
.mx-lg-50 {
    margin-right: 50px;
  }
  .pr-lg-50,
.p-50,
.px-lg-50 {
    padding-right: 50px;
  }
  .cell-lg-none {
    display: none;
  }
  .cell-lg-block {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-0,
.m-0,
.my-xl-0 {
    margin-top: 0px;
  }
  .pt-xl-0,
.p-0,
.py-xl-0 {
    padding-top: 0px;
  }
  .mb-xl-0,
.m-0,
.my-xl-0 {
    margin-bottom: 0px;
  }
  .pb-xl-0,
.p-0,
.py-xl-0 {
    padding-bottom: 0px;
  }
  .ml-xl-0,
.m-0,
.mx-xl-0 {
    margin-left: 0px;
  }
  .pl-xl-0,
.p-0,
.px-xl-0 {
    padding-left: 0px;
  }
  .mr-xl-0,
.m-0,
.mx-xl-0 {
    margin-right: 0px;
  }
  .pr-xl-0,
.p-0,
.px-xl-0 {
    padding-right: 0px;
  }
  .mt-xl-20,
.m-20,
.my-xl-20 {
    margin-top: 20px;
  }
  .pt-xl-20,
.p-20,
.py-xl-20 {
    padding-top: 20px;
  }
  .mb-xl-20,
.m-20,
.my-xl-20 {
    margin-bottom: 20px;
  }
  .pb-xl-20,
.p-20,
.py-xl-20 {
    padding-bottom: 20px;
  }
  .ml-xl-20,
.m-20,
.mx-xl-20 {
    margin-left: 20px;
  }
  .pl-xl-20,
.p-20,
.px-xl-20 {
    padding-left: 20px;
  }
  .mr-xl-20,
.m-20,
.mx-xl-20 {
    margin-right: 20px;
  }
  .pr-xl-20,
.p-20,
.px-xl-20 {
    padding-right: 20px;
  }
  .mt-xl-30,
.m-30,
.my-xl-30 {
    margin-top: 30px;
  }
  .pt-xl-30,
.p-30,
.py-xl-30 {
    padding-top: 30px;
  }
  .mb-xl-30,
.m-30,
.my-xl-30 {
    margin-bottom: 30px;
  }
  .pb-xl-30,
.p-30,
.py-xl-30 {
    padding-bottom: 30px;
  }
  .ml-xl-30,
.m-30,
.mx-xl-30 {
    margin-left: 30px;
  }
  .pl-xl-30,
.p-30,
.px-xl-30 {
    padding-left: 30px;
  }
  .mr-xl-30,
.m-30,
.mx-xl-30 {
    margin-right: 30px;
  }
  .pr-xl-30,
.p-30,
.px-xl-30 {
    padding-right: 30px;
  }
  .mt-xl-40,
.m-40,
.my-xl-40 {
    margin-top: 40px;
  }
  .pt-xl-40,
.p-40,
.py-xl-40 {
    padding-top: 40px;
  }
  .mb-xl-40,
.m-40,
.my-xl-40 {
    margin-bottom: 40px;
  }
  .pb-xl-40,
.p-40,
.py-xl-40 {
    padding-bottom: 40px;
  }
  .ml-xl-40,
.m-40,
.mx-xl-40 {
    margin-left: 40px;
  }
  .pl-xl-40,
.p-40,
.px-xl-40 {
    padding-left: 40px;
  }
  .mr-xl-40,
.m-40,
.mx-xl-40 {
    margin-right: 40px;
  }
  .pr-xl-40,
.p-40,
.px-xl-40 {
    padding-right: 40px;
  }
  .mt-xl-50,
.m-50,
.my-xl-50 {
    margin-top: 50px;
  }
  .pt-xl-50,
.p-50,
.py-xl-50 {
    padding-top: 50px;
  }
  .mb-xl-50,
.m-50,
.my-xl-50 {
    margin-bottom: 50px;
  }
  .pb-xl-50,
.p-50,
.py-xl-50 {
    padding-bottom: 50px;
  }
  .ml-xl-50,
.m-50,
.mx-xl-50 {
    margin-left: 50px;
  }
  .pl-xl-50,
.p-50,
.px-xl-50 {
    padding-left: 50px;
  }
  .mr-xl-50,
.m-50,
.mx-xl-50 {
    margin-right: 50px;
  }
  .pr-xl-50,
.p-50,
.px-xl-50 {
    padding-right: 50px;
  }
  .cell-xl-none {
    display: none;
  }
  .cell-xl-block {
    display: block;
  }
}
@media (min-width: 1440px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-0,
.m-0,
.my-xxl-0 {
    margin-top: 0px;
  }
  .pt-xxl-0,
.p-0,
.py-xxl-0 {
    padding-top: 0px;
  }
  .mb-xxl-0,
.m-0,
.my-xxl-0 {
    margin-bottom: 0px;
  }
  .pb-xxl-0,
.p-0,
.py-xxl-0 {
    padding-bottom: 0px;
  }
  .ml-xxl-0,
.m-0,
.mx-xxl-0 {
    margin-left: 0px;
  }
  .pl-xxl-0,
.p-0,
.px-xxl-0 {
    padding-left: 0px;
  }
  .mr-xxl-0,
.m-0,
.mx-xxl-0 {
    margin-right: 0px;
  }
  .pr-xxl-0,
.p-0,
.px-xxl-0 {
    padding-right: 0px;
  }
  .mt-xxl-20,
.m-20,
.my-xxl-20 {
    margin-top: 20px;
  }
  .pt-xxl-20,
.p-20,
.py-xxl-20 {
    padding-top: 20px;
  }
  .mb-xxl-20,
.m-20,
.my-xxl-20 {
    margin-bottom: 20px;
  }
  .pb-xxl-20,
.p-20,
.py-xxl-20 {
    padding-bottom: 20px;
  }
  .ml-xxl-20,
.m-20,
.mx-xxl-20 {
    margin-left: 20px;
  }
  .pl-xxl-20,
.p-20,
.px-xxl-20 {
    padding-left: 20px;
  }
  .mr-xxl-20,
.m-20,
.mx-xxl-20 {
    margin-right: 20px;
  }
  .pr-xxl-20,
.p-20,
.px-xxl-20 {
    padding-right: 20px;
  }
  .mt-xxl-30,
.m-30,
.my-xxl-30 {
    margin-top: 30px;
  }
  .pt-xxl-30,
.p-30,
.py-xxl-30 {
    padding-top: 30px;
  }
  .mb-xxl-30,
.m-30,
.my-xxl-30 {
    margin-bottom: 30px;
  }
  .pb-xxl-30,
.p-30,
.py-xxl-30 {
    padding-bottom: 30px;
  }
  .ml-xxl-30,
.m-30,
.mx-xxl-30 {
    margin-left: 30px;
  }
  .pl-xxl-30,
.p-30,
.px-xxl-30 {
    padding-left: 30px;
  }
  .mr-xxl-30,
.m-30,
.mx-xxl-30 {
    margin-right: 30px;
  }
  .pr-xxl-30,
.p-30,
.px-xxl-30 {
    padding-right: 30px;
  }
  .mt-xxl-40,
.m-40,
.my-xxl-40 {
    margin-top: 40px;
  }
  .pt-xxl-40,
.p-40,
.py-xxl-40 {
    padding-top: 40px;
  }
  .mb-xxl-40,
.m-40,
.my-xxl-40 {
    margin-bottom: 40px;
  }
  .pb-xxl-40,
.p-40,
.py-xxl-40 {
    padding-bottom: 40px;
  }
  .ml-xxl-40,
.m-40,
.mx-xxl-40 {
    margin-left: 40px;
  }
  .pl-xxl-40,
.p-40,
.px-xxl-40 {
    padding-left: 40px;
  }
  .mr-xxl-40,
.m-40,
.mx-xxl-40 {
    margin-right: 40px;
  }
  .pr-xxl-40,
.p-40,
.px-xxl-40 {
    padding-right: 40px;
  }
  .mt-xxl-50,
.m-50,
.my-xxl-50 {
    margin-top: 50px;
  }
  .pt-xxl-50,
.p-50,
.py-xxl-50 {
    padding-top: 50px;
  }
  .mb-xxl-50,
.m-50,
.my-xxl-50 {
    margin-bottom: 50px;
  }
  .pb-xxl-50,
.p-50,
.py-xxl-50 {
    padding-bottom: 50px;
  }
  .ml-xxl-50,
.m-50,
.mx-xxl-50 {
    margin-left: 50px;
  }
  .pl-xxl-50,
.p-50,
.px-xxl-50 {
    padding-left: 50px;
  }
  .mr-xxl-50,
.m-50,
.mx-xxl-50 {
    margin-right: 50px;
  }
  .pr-xxl-50,
.p-50,
.px-xxl-50 {
    padding-right: 50px;
  }
  .cell-xxl-none {
    display: none;
  }
  .cell-xxl-block {
    display: block;
  }
}
/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}

/* wordpress align class */
.alignnone {
  float: none;
  margin: 20px 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 20px auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/**
 * Basic typography style for copy text
 */
body {
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  color: #707070;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #707070;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}

h1,
.h1 {
  font-size: 50px;
  color: #000;
}
@media (min-width: 641px) and (max-width: 767px) {
  h1,
.h1 {
    font-size: 33.3333333333px;
  }
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 35px;
  color: #000;
}
@media (min-width: 641px) and (max-width: 767px) {
  h2,
.h2 {
    font-size: 23.3333333333px;
  }
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-size: 28px;
  color: #000;
}
h4,
.h4 {
  font-size: 24px;
  color: #000;
}
@media (min-width: 641px) and (max-width: 767px) {
  h4,
.h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 20px;
  color: #69207e;
}
@media (min-width: 641px) and (max-width: 767px) {
  h5,
.h5 {
    font-size: 18.1818181818px;
  }
}
@media (max-width: 767px) {
  h5,
.h5 {
    font-size: 18.1818181818px;
  }
}

h6,
.h6 {
  font-size: 18px;
  color: #000;
}
@media (min-width: 641px) and (max-width: 767px) {
  h6,
.h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h6,
.h6 {
    font-size: 16px;
  }
}

p {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 26px;
  color: #000;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 20px;
  margin-bottom: 15px;
  list-style: none;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  color: #000;
  position: relative;
  font-family: "PT Sans", sans-serif;
}

ol {
  padding-left: 20px;
  margin-bottom: 15px;
  list-style: none;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  color: #000;
  padding-top: 6px;
  font-family: "PT Sans", sans-serif;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding: 20px 20px;
  text-align: left;
  line-height: 2;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  background-color: #464a4c;
  border-left: 4px solid #69207e;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

hr {
  height: 0;
  margin: 10px auto 40px;
  border: 0 #000 solid;
  border-top-width: 1px;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}

/* Link
------------------------------------------------------------------------------*/
a {
  color: #000;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  font-size: 16px;
  text-decoration: underline;
  font-family: "PT Sans", sans-serif;
}
a:hover, a:focus {
  color: #69207e;
  outline: none;
}

/* Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  font-family: "PT Sans", sans-serif;
}

span {
  color: #343A40;
  font-family: "PT Sans", sans-serif;
}

/* buttons */
.btn, button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 10px 35px !important;
  vertical-align: top;
  color: #fff;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
  border: none;
  border-radius: 0px !important;
  background-color: #69207e !important;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn, button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 20px;
    padding: 8px 25px;
  }
}
.btn:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:visited, button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited, .btn:focus, button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  background-color: #69207e;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.btn-link {
  margin-bottom: 2px;
  color: #69207e;
  font-size: 18px;
  border-bottom: 1px solid #69207e;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
  color: #000000;
  text-decoration: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}

label {
  display: block;
  line-height: 1.5;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  color: #707070;
}

input,
textarea,
button,
select {
  font-family: "Oswald", sans-serif;
}

input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
textarea {
  -webkit-appearance: none;
  outline: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
textarea {
  width: 100%;
  height: 50px;
  padding: 0;
  color: #69207e;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #69207e;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #000000;
  outline: none;
}

textarea {
  height: 100px;
  padding: 20px 15px;
  resize: none;
  overflow: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 30px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #69207e;
}

::-moz-placeholder {
  color: #69207e;
}

::placeholder {
  color: #69207e;
}

input[type=text]::-webkit-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=text]::placeholder {
  color: #fff;
}

.search-form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
  opacity: 1 !important;
}

.search-form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
  opacity: 1 !important;
}

.search-form input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
  opacity: 1 !important;
}

.search-form input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
  opacity: 1 !important;
}

.search-form input[type=text]::-moz-selection {
  background-color: #fff;
}

.search-form input[type=text]::selection {
  background-color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--- header ---*/
.site-header {
  padding: 0;
}
.site-header .site-branding-container {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 999;
  /* nav */
}
.site-header .site-branding-container .bg-dark.navbar-dark {
  background-color: #5a5b5d !important;
}
.site-header .site-branding-container .bg-dark.navbar-dark .menu-header-top-menu-container ul {
  padding: 0px;
  margin: 0px;
}
.site-header .site-branding-container .bg-dark.navbar-dark .menu-header-top-menu-container ul li a {
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 0.2rem;
  text-decoration: none;
}
.site-header .site-branding-container .bg-dark.navbar-dark form {
  position: relative;
  display: block;
  width: 100%;
  max-width: 130px;
  margin-left: 30px;
}
.site-header .site-branding-container .bg-dark.navbar-dark form .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.site-header .site-branding-container .bg-dark.navbar-dark form .input-group label {
  display: none;
  font-size: 0;
  margin: 0;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.site-header .site-branding-container .bg-dark.navbar-dark form .input-group #search {
  background: hsla(0deg, 0%, 51.8%, 0.32);
  border: 0;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.375rem 1rem 0.375rem 2rem;
  height: auto;
  border-radius: 0;
}
.site-header .site-branding-container .bg-dark.navbar-dark form .input-group #search:focus {
  box-shadow: none;
}
.site-header .site-branding-container .bg-dark.navbar-dark form .input-group .fa {
  position: absolute;
  font-size: 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
  top: 49%;
  transform: translateY(-50%);
  left: 10px;
}
.site-header .site-branding-container .bg-dark.navbar-dark form .input-group .input-group-btn {
  display: none;
}
.site-header .site-branding-container .menu-primary {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  position: relative;
}
.site-header .site-branding-container .menu-primary .py-3.logo {
  display: block;
  overflow: hidden;
  width: 18%;
}
@media (max-width: 767px) {
  .site-header .site-branding-container .menu-primary .py-3.logo {
    width: 30%;
    margin-right: 15px;
  }
}
.site-header .site-branding-container .menu-primary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-header .site-branding-container .menu-primary ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .site-header .site-branding-container .menu-primary ul li {
    width: 100%;
  }
}
.site-header .site-branding-container .menu-primary ul li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #343a40;
  font-size: 17px;
  margin: 0 15px;
  position: relative;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}
@media (max-width: 767px) {
  .site-header .site-branding-container .menu-primary ul li a {
    margin: 0 5px;
  }
}
.site-header .site-branding-container .menu-primary ul li:hover a {
  color: #004981;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children ul.sub-menu {
  max-width: 200px;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  right: -30%;
  left: -30%;
  text-align: center;
  min-width: 100%;
  word-wrap: break-word;
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu {
  max-width: 100%;
  text-align: left;
  min-width: auto;
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu {
  position: inherit;
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu {
  z-index: 999;
  top: 100%;
  left: 0;
  width: 80vw;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  right: 0;
  padding-top: 20px;
  box-shadow: inset 0px 14px 12px -10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: flex;
}
@media (max-width: 1199px) {
  .site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu {
    width: 100vw;
  }
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.menu-item {
  display: block;
  background: transparent;
  min-width: 190px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.menu-item {
    min-width: 180px;
  }
}
@media (max-width: 1023px) {
  .site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.menu-item {
    min-width: 110px;
  }
}
@media (max-width: 767px) {
  .site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.menu-item {
    min-width: 180px;
  }
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.menu-item ul.sub-menu {
  display: block;
  margin-top: 20px;
  width: 100%;
  top: 20px;
  background: transparent;
  box-shadow: none;
  padding: 0px;
  position: static !important;
  text-align: left;
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.menu-item ul.sub-menu li a {
  text-transform: unset;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  display: block;
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.menu-item ul.sub-menu li:hover a {
  color: #69207e;
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.menu-item a:after {
  display: none;
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.static-head > a {
  color: #69207e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 10px;
  letter-spacing: 1.7px;
}
@media (max-width: 1023px) {
  .site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.static-head > a {
    font-size: 14px;
  }
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.static-head.blank a {
  opacity: 0;
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu ul.sub-menu li.static-head.blank ul li a {
  opacity: 1;
}
.site-header .site-branding-container .menu-primary ul li.has-sub-menu.menu-item-has-children:hover ul.sub-menu {
  display: flex;
}
.site-header .site-branding-container .menu-primary ul li.current-menu-item a {
  color: #69207e;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children ul.sub-menu {
  z-index: 1000;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  position: absolute;
  /* position: -ms-page; */
  display: none;
  top: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px 14px 12px -10px rgba(0, 0, 0, 0.16);
  padding: 20px;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children ul.sub-menu li {
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  padding: 5px;
  display: block;
  position: relative;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children ul.sub-menu li a {
  text-transform: unset;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  /* padding: 15px 0px; */
  padding: 0px;
  line-height: 1.5;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children ul.sub-menu li a:hover, .site-header .site-branding-container .menu-primary ul li.menu-item-has-children ul.sub-menu li a:focus {
  color: #69207e;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children ul.sub-menu li a:after {
  display: none;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children ul.sub-menu li span {
  display: none;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children ul.sub-menu li:nth-last-child(1) {
  padding-bottom: 15px;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children ul.sub-menu li::after {
  display: none;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children ul.sub-menu li.mobile-parent-nav-menu-item {
  display: none;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children:hover a {
  position: relative;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children:hover a:after {
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  content: "";
  position: absolute;
  bottom: -10px;
  z-index: 10000;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
@media (max-width: 1199px) {
  .site-header .site-branding-container .menu-primary ul li.menu-item-has-children:hover a:after {
    bottom: 5px;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .site-header .site-branding-container .menu-primary ul li.menu-item-has-children:hover a:after {
    bottom: -10px;
  }
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children:hover ul.sub-menu {
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  display: block;
}
.site-header .site-branding-container .menu-primary ul li.menu-item-has-children .submenu-expand {
  display: none;
}
.site-header .site-branding-container .menu-primary #sidebarCollapse {
  display: none;
}
@media (max-width: 991px) {
  .site-header .site-branding-container .menu-primary #sidebarCollapse {
    display: inline-block;
    vertical-align: top;
    right: 15px;
    top: 50%;
    left: auto;
    background: #e00371;
    border: 0;
    position: absolute;
    transform: translateY(-50%);
  }
}
.site-header .site-branding-container .menu-primary #sidebarCollapse:before {
  content: "\f036";
  font-family: FontAwesome;
  font-weight: 300;
}
.site-header .site-branding-container ul li {
  display: inline-block;
}
.site-header .site-branding-container .main-navigation {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.site-header .site-branding-container .main-navigation .main-menu-more {
  display: none;
}
@media (max-width: 991px) {
  .site-header .site-branding-container .main-navigation {
    display: none;
  }
}
.site-header .site-branding-container .main-navigation.active {
  display: block;
  left: 0;
}
.site-header .site-branding-container .header-top-right-link {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .site-header .site-branding-container .header-top-right-link {
    position: absolute;
    right: 20%;
  }
}
@media (max-width: 640px) {
  .site-header .site-branding-container .header-top-right-link {
    position: relative;
    right: 0px;
  }
}
.site-header .site-branding-container .header-top-right-link .fa-sign-in {
  color: #000;
  transform: rotate(180deg);
}
.site-header .site-branding-container .header-top-right-link a {
  cursor: pointer;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #343a40;
  font-size: 17px;
  margin: 0 15px;
  position: relative;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  font-weight: 700;
}
@media (max-width: 640px) {
  .site-header .site-branding-container .header-top-right-link a {
    font-size: 12px;
    margin: 0 5px;
  }
}
.site-header .site-branding-container .header-top-right-link img.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.site-header .site-branding-container .header-top ul {
  padding: 0px;
  margin: 0;
}
.site-header .site-branding-container .header-top ul li {
  margin-left: 0px;
}
.site-header .site-branding-container .header-top ul li a {
  text-decoration: none;
  color: #69207e;
  font-weight: 700;
}
.site-header .site-branding-container .header-top ul li a:hover, .site-header .site-branding-container .header-top ul li a:focus {
  color: #000;
}
.site-header .site-branding-container .header-top ul li::after {
  display: none;
}
@media (max-width: 767px) {
  .site-header .site-branding-container .header-top {
    display: none;
  }
}

.inner-header {
  padding: 60px 0px;
  background-image: url("../images/header-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.inner-header h1 {
  color: #fff;
  text-transform: uppercase;
}
.inner-header h1:before {
  display: none;
}

a.btn-slug-link {
  color: #ffffff;
}

/* .logged-in {
    .site-header {
        .site-branding-container  {
            .menu-primary {
                .py-3.logo {
                    @include respond-below(md) {
                        width: 30%;
                    }
                }
            }            
        }
    }    
} */
/* responsive nav for small devices */
.mobilenav {
  height: 0;
  position: fixed;
  z-index: 99999;
  background: #fff;
  display: none;
}
@media (max-width: 991px) {
  .mobilenav {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hamburger {
  /* display: flex;
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  text-align: center; */
}
.hamburger:not(.close) {
  display: inline-block;
  vertical-align: middle;
  /* position: absolute;
  top: 15px;
  right: 10px;
  z-index: 99; */
}
.hamburger.close {
  padding: 10px;
}
.hamburger.close .wrap {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.hamburger.close .line {
  position: absolute;
  top: calc(50% - 2px);
  width: 100%;
  margin: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
.hamburger.close .line:last-child {
  transform: rotate(-45deg);
}
.hamburger:hover, .hamburger:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.hamburger .line {
  display: block;
  width: 8px;
  margin: 6px auto;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.hamburger .wrap {
  display: block;
}

.mobilenav .menu-state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 999;
  width: 80%;
  max-width: 340px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.mobilenav .menu-state .menu-outer .main-menu-more {
  display: none;
}
.mobilenav.is-open .menu-state {
  left: 0;
}
.mobilenav.is-open .menu-state .hamburger .line {
  border-radius: 0;
  height: 3px;
}
.mobilenav .nav-logo {
  padding: 15px;
}
.mobilenav ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobilenav ul ul {
  display: none;
}
.mobilenav ul li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0.75rem 1.25rem;
}
.mobilenav ul li .caret {
  position: absolute;
  top: 10px;
  right: 2px;
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.mobilenav ul li .caret:not(.trigger-caret) {
  pointer-events: none;
}
.mobilenav ul li .caret:after, .mobilenav ul li .caret:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
}
.mobilenav ul li .caret:after {
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}
.mobilenav ul li.is-open > .caret:after {
  transform: rotate(0);
}
.mobilenav ul li a {
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  color: #e00371;
  font-weight: 600;
}
.mobilenav ul li.has-sub > a {
  padding-right: 40px;
}
.mobilenav ul li li a {
  padding-left: 30px;
  font-size: 16px;
}
.mobilenav ul li li li a {
  padding-left: 50px;
  font-size: 15px;
}
.mobilenav ul li .submenu-expand {
  display: none;
}
.mobilenav ul li:after {
  display: none;
}
@media (max-width: 767px) {
  .mobilenav ul li.has-sub-menu ul {
    height: auto !important;
  }
}
.mobilenav ul li.static-head.blank {
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .mobilenav ul li.static-head.blank ul.sub-menu li {
    text-indent: 0px;
  }
}
.mobilenav ul li.mobile-parent-nav-menu-item {
  display: none;
}
.mobilenav .nav-backdrop {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.8);
}
.mobilenav.is-open .nav-backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.mobilenav .menu-outer {
  max-height: calc(100vh - 80px);
  padding-bottom: 60px;
  overflow-y: auto;
}
.mobilenav .mobile-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  justify-content: space-between;
}
.mobilenav .mobile-header .site-logo img {
  max-width: 140px;
  width: 140px;
}
.mobilenav .mobile-header .mobile-email-icon {
  display: inline-block;
  background-image: url("../theme-media/mail.svg");
  height: 18px;
  width: 28px;
  background-repeat: no-repeat;
  left: 0px;
  background-size: 100% 100%;
}
.mobilenav .mobile-header .fa {
  font-size: 25px;
}
.mobilenav .mobile-header .home-contact {
  display: inline-block;
}
.mobilenav .mobile-header .search-wrapper {
  display: inline-block;
  margin: 0 15px;
}
.mobilenav .mobile-header .search-wrapper .fa {
  color: #000;
}
.mobilenav .mobile-header .search-wrapper .search-icon.active {
  color: #69207e;
  position: relative;
}
.mobilenav .mobile-header .search-wrapper .search-icon.active:after {
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  content: "";
  position: absolute;
  bottom: -45px;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.mobilenav .mobile-header .mobile-header-meta {
  display: flex;
  align-items: center;
}

#menu-remove {
  background: #e00371;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s;
  cursor: pointer;
}
#menu-remove:before {
  content: "\f060";
  font-family: FontAwesome;
  font-weight: 400;
}

.nav-logo img {
  max-width: 180px;
}

/*--- footer ---*/
.site-footer {
  width: 100%;
  height: auto;
  background: #fff;
  line-height: normal;
  position: relative;
}
.site-footer .container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  box-shadow: -1px -4px 10px 2px rgba(0, 0, 0, 0.2);
}
.site-footer .container .p-4 {
  padding: 30px 0;
}
.site-footer .container .menu-footer-container {
  display: table;
  text-align: center;
  margin: auto;
}
.site-footer .footer-navigation {
  display: flex;
  padding: 0;
}
.site-footer .footer-navigation ul {
  display: flex;
  list-style: none;
}
.site-footer .footer-navigation li {
  padding: 0;
  margin: 0px;
}
@media (max-width: 767px) {
  .site-footer .footer-navigation li {
    line-height: 1.4;
  }
}
.site-footer .footer-navigation li a {
  padding: 0 0.5rem;
  color: #5a5b5d;
  font-weight: 400;
  text-decoration: none;
}
.site-footer .footer-navigation li:before {
  content: "|";
}
@media (max-width: 767px) {
  .site-footer .footer-navigation li:before {
    display: none;
  }
}
.site-footer .footer-navigation li:hover a {
  color: #69207e;
}
@media (max-width: 767px) {
  .site-footer .footer-navigation li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
}
.site-footer .footer-navigation li::after {
  display: none;
}
.site-footer .footer-navigation li:first-of-type:before {
  content: "";
}
.site-footer .footer-navigation li.current-menu-item a {
  color: #69207e;
}
.site-footer .nda-logo {
  text-align: center;
  padding: 20px 0 10px;
}
.site-footer .nda-logo img {
  max-width: 150px;
}

.banner-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
}
.banner-wrapper .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-wrapper .banner-content-wrapper {
  position: relative;
  width: 100%;
  min-height: 580px;
  max-width: 530px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1199px) {
  .banner-wrapper .banner-content-wrapper {
    min-height: 440px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner-content-wrapper {
    min-height: 300px;
  }
}
.banner-wrapper .banner-content-wrapper h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 84px;
}
@media (max-width: 1199px) {
  .banner-wrapper .banner-content-wrapper h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner-content-wrapper h1 {
    font-size: 44px;
  }
}
@media (max-width: 640px) {
  .banner-wrapper .banner-content-wrapper h1 {
    font-size: 36px;
  }
}
.banner-wrapper .banner-content-wrapper h1:before, .banner-wrapper .banner-content-wrapper h1:after {
  display: none;
}
.banner-wrapper .banner-content-wrapper h4 {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}
.banner-wrapper .container-fluid {
  position: relative;
}
.banner-wrapper img {
  position: absolute;
  display: none;
}
@media only screen and (min-width: 768px) {
  .banner-wrapper img {
    display: block;
    bottom: 30px;
    right: 30px;
    width: 125px;
  }
}
@media only screen and (min-width: 1366px) {
  .banner-wrapper img {
    bottom: 50px;
    right: 50px;
    width: 150px;
  }
}

.middle-wrapper {
  padding: 100px 0px;
  background-image: url(../images/header-background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media (max-width: 1199px) {
  .middle-wrapper {
    padding: 80px 0px;
  }
}
@media (max-width: 1023px) {
  .middle-wrapper {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .middle-wrapper {
    padding: 40px 0px;
  }
}
.middle-wrapper p {
  color: #fff;
  font-size: 24px;
  text-align: left;
}
.middle-wrapper h2 {
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}
.middle-wrapper h2:before, .middle-wrapper h2:after {
  display: none;
}
.middle-wrapper ul li {
  color: #fff;
}

.third-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
}
.third-wrapper .third-inner-wrapper {
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 767px) {
  .third-wrapper .third-inner-wrapper .cell-6 {
    width: 100%;
  }
}
.third-wrapper .third-inner-wrapper .third-left {
  padding: 100px 130px 100px 200px;
}
@media (max-width: 1439px) {
  .third-wrapper .third-inner-wrapper .third-left {
    padding: 100px 40px 100px 140px;
  }
}
@media (max-width: 1023px) {
  .third-wrapper .third-inner-wrapper .third-left {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .third-wrapper .third-inner-wrapper .third-left {
    padding: 30px 15px;
  }
}
.third-wrapper .third-inner-wrapper .third-left h2 {
  color: #5a5b5d;
  font-size: 40px;
  font-family: "PT Sans", sans-serif;
}
@media (max-width: 1023px) {
  .third-wrapper .third-inner-wrapper .third-left h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .third-wrapper .third-inner-wrapper .third-left h2 {
    font-size: 24px;
  }
}
.third-wrapper .third-inner-wrapper .third-left h4 {
  color: #5a5b5d;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .third-wrapper .third-inner-wrapper .third-left h4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.third-wrapper .third-inner-wrapper .third-left a.btn {
  color: #fff;
}
@media (max-width: 767px) {
  .third-wrapper .third-inner-wrapper .third-right {
    position: relative;
    height: 330px;
  }
}
.third-wrapper .third-inner-wrapper .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.third-wrapper .third-inner-wrapper h2:before, .third-wrapper .third-inner-wrapper h2:after {
  display: none;
}

.third-left.cell-6 a.btn-link {
  display: block;
  text-decoration: none !important;
  border-bottom: none;
  margin-top: 5px;
}

.page-template-steps-page #example-form {
  width: 100%;
}
.page-template-steps-page #example-form .wizard .content {
  width: 100%;
  background: #fff;
  margin: 0px;
}
@media (max-width: 1199px) {
  .page-template-steps-page #example-form .wizard .content {
    height: auto !important;
  }
}
@media (max-width: 1199px) {
  .page-template-steps-page #example-form .wizard .content > .body {
    position: static;
  }
}
.page-template-steps-page #example-form .wizard .content #wizard-p-0 section .d-flex {
  margin: 0 -15px;
}
.page-template-steps-page #example-form .wizard .content .body {
  padding: 40px 0px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .content .body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-template-steps-page #example-form .wizard .content .body input, .page-template-steps-page #example-form .wizard .content .body textarea {
  border: 1px solid #69207E;
  border-radius: 0;
  height: 46px;
  margin-bottom: 10px;
  padding: 0 15px;
  color: #000;
}
.page-template-steps-page #example-form .wizard .content .body input[type=file] {
  border: none;
}
.page-template-steps-page #example-form .wizard .content .body textarea {
  height: 150px;
  width: 100%;
  padding: 10px 15px;
}
.page-template-steps-page #example-form .wizard .content .body textarea#primary_objective, .page-template-steps-page #example-form .wizard .content .body textarea#strategic_fit, .page-template-steps-page #example-form .wizard .content .body textarea#economic, .page-template-steps-page #example-form .wizard .content .body textarea#skills_capabilities, .page-template-steps-page #example-form .wizard .content .body textarea#quality_research, .page-template-steps-page #example-form .wizard .content .body textarea#research_impact, .page-template-steps-page #example-form .wizard .content .body textarea#source_funding {
  height: 300px;
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .content .body textarea#primary_objective, .page-template-steps-page #example-form .wizard .content .body textarea#strategic_fit, .page-template-steps-page #example-form .wizard .content .body textarea#economic, .page-template-steps-page #example-form .wizard .content .body textarea#skills_capabilities, .page-template-steps-page #example-form .wizard .content .body textarea#quality_research, .page-template-steps-page #example-form .wizard .content .body textarea#research_impact, .page-template-steps-page #example-form .wizard .content .body textarea#source_funding {
    height: 200px;
  }
}
.page-template-steps-page #example-form .wizard .content .body textarea#other_info {
  height: 700px;
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .content .body textarea#other_info {
    height: 200px;
  }
}
.page-template-steps-page #example-form .wizard .content .body textarea#summary {
  height: 550px;
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .content .body textarea#summary {
    height: 200px;
  }
}
.page-template-steps-page #example-form .wizard .content .body section label {
  font-size: 24px;
  color: #69207E;
  display: block;
}
@media (max-width: 1023px) {
  .page-template-steps-page #example-form .wizard .content .body section label {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .content .body section label {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .page-template-steps-page #example-form .wizard .content .body section .third-right .chart-wrapper-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .content .body section .third-right .chart-wrapper-right {
    margin: 0px;
    display: block;
  }
}
.page-template-steps-page #example-form .wizard .content .body section .third-right .chart-wrapper-right label {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .page-template-steps-page #example-form .wizard .content .body section .third-right .chart-wrapper-right label {
    width: 40%;
    float: left;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .content .body section .third-right .chart-wrapper-right label {
    width: 100%;
    text-align: left;
    margin-top: 0.5em;
    line-height: normal;
  }
}
@media (max-width: 1023px) {
  .page-template-steps-page #example-form .wizard .content .body section .third-right .chart-wrapper-right input {
    width: 20%;
    float: left;
    margin: 7px 15px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .content .body section .third-right .chart-wrapper-right input {
    width: 100%;
    margin: 0px;
  }
}
.page-template-steps-page #example-form .wizard .content .body section .third-right label.budget-split-line {
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-calendar [class*=cell-] {
  width: auto;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-header {
  background: #fff;
  border: none;
  padding: 0.2em 0 0.6em 0;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title span {
  font-size: 17px;
  color: #343A40;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-header .ui-icon {
  width: 22px;
  height: 22px;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev {
  left: 15px;
  top: 8px;
  cursor: pointer;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev span {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-style: solid;
  border-color: #69207e;
  border-width: 0px 2px 2px 0px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: border-width 150ms ease-in-out;
  background-image: none;
  overflow: visible;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-prev:hover {
  background: #fff;
  border: none;
  border-radius: 0;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next {
  right: 15px;
  top: 8px;
  cursor: pointer;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next span {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-style: solid;
  border-color: #69207e;
  border-width: 0px 2px 2px 0px;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transition: border-width 150ms ease-in-out;
  background-image: none;
  overflow: visible;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-next:hover {
  background: #fff;
  border: none;
  border-radius: 0;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-calendar thead {
  border: none;
  border-top: 1px solid #69207E;
  border-bottom: 1px solid #69207E;
  border-radius: 0;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-calendar tbody tr td a, .page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-calendar tbody tr td span {
  background: #fff;
  border: none;
  width: 35px;
  text-align: center;
  margin: auto;
}
.page-template-steps-page #example-form .wizard .content .first-right .ui-widget.ui-widget-content .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
  background: #69207E;
  color: #fff;
  border-radius: 50%;
}
.page-template-steps-page #example-form .wizard .content .first-right .steps-calender {
  width: 20.6em;
  border: 1px solid #69207E;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .page-template-steps-page #example-form .wizard .content .first-right .steps-calender {
    width: 100%;
  }
}
.page-template-steps-page #example-form .wizard .content .first-right .steps-calender p {
  color: #69207E;
  padding: 0 15px;
}
.page-template-steps-page #example-form .wizard .content section .error_display {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.page-template-steps-page #example-form .wizard .content section .app-cat-title span {
  font-size: 16px;
  color: #A1A3A8;
}
.page-template-steps-page #example-form .wizard .content section .second-step-category label {
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .content section .second-step-category label {
    width: 100%;
  }
}
.page-template-steps-page #example-form .wizard .content section .second-step-category .app-category {
  display: none;
  position: relative;
}
.page-template-steps-page #example-form .wizard .content section .second-step-category .app-category + label {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-right: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-family: "PT Sans", sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.page-template-steps-page #example-form .wizard .content section .second-step-category .app-category + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #69207E;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.12s, border-color 0.08s;
}
.page-template-steps-page #example-form .wizard .content section .second-step-category .app-category:checked + label::before {
  width: 10px;
  top: 2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
.page-template-steps-page #example-form .wizard .content section .last-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  text-align: left;
  margin-top: 140px;
  float: right;
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .content section .last-right {
    margin-top: 50px;
    width: 100%;
  }
}
.page-template-steps-page #example-form .wizard .content section .last-right .app-category {
  display: none;
  position: relative;
}
.page-template-steps-page #example-form .wizard .content section .last-right .app-category + label {
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 35px;
  padding-right: 0px;
  margin-bottom: 20px;
  font-family: "PT Sans", sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.page-template-steps-page #example-form .wizard .content section .last-right .app-category + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #69207e;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.12s, border-color 0.08s;
}
.page-template-steps-page #example-form .wizard .content section .last-right .app-category:checked + label::before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
.page-template-steps-page #example-form .wizard .content section .last-right .error_display {
  text-align: right;
  padding: 0 22px;
  margin-top: 0;
}
.page-template-steps-page #example-form .wizard .content section .last-label-one {
  margin-bottom: 65px;
}
.page-template-steps-page #example-form .wizard .content section .download-pdf-btn {
  cursor: not-allowed;
  opacity: 0.5;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.page-template-steps-page #example-form .wizard .content section .download-pdf-btn .fa-sign-in {
  margin-right: 10px;
  transform: rotate(90deg);
}
.page-template-steps-page #example-form .wizard .content section .chain-file-upload {
  margin: 20px 0;
}
.page-template-steps-page #example-form .wizard .content section .file-upload, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload, .page-template-steps-page #example-form .wizard .content section .chain-file-upload {
  display: block;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
  width: 210px;
}
.page-template-steps-page #example-form .wizard .content section .file-upload .chain-file-select-name, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload .chain-file-select-name, .page-template-steps-page #example-form .wizard .content section .chain-file-upload .chain-file-select-name {
  line-height: 1.6;
}
.page-template-steps-page #example-form .wizard .content section .file-upload .file-select, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload .file-select, .page-template-steps-page #example-form .wizard .content section .chain-file-upload .file-select {
  display: block;
  color: #fff;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #69207E;
  overflow: hidden;
  position: relative;
}
.page-template-steps-page #example-form .wizard .content section .file-upload .file-select .file-select-button, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload .file-select .file-select-button, .page-template-steps-page #example-form .wizard .content section .chain-file-upload .file-select .file-select-button {
  background: #69207E;
  padding: 0 35px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.page-template-steps-page #example-form .wizard .content section .file-upload .file-select input[type=file], .page-template-steps-page #example-form .wizard .content section .grantt-file-upload .file-select input[type=file], .page-template-steps-page #example-form .wizard .content section .chain-file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-template-steps-page #example-form .wizard .content section .file-upload .file-select .fa-paperclip, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload .file-select .fa-paperclip, .page-template-steps-page #example-form .wizard .content section .chain-file-upload .file-select .fa-paperclip {
  transform: rotate(75deg);
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 20px;
}
.page-template-steps-page #example-form .wizard .content section .file-upload .file-select-disabled, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload .file-select-disabled, .page-template-steps-page #example-form .wizard .content section .chain-file-upload .file-select-disabled {
  opacity: 0.65;
}
.page-template-steps-page #example-form .wizard .content section .file-upload.active, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload.active, .page-template-steps-page #example-form .wizard .content section .chain-file-upload.active {
  display: flex;
  width: 100%;
}
.page-template-steps-page #example-form .wizard .content section .file-upload.active .file-select, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload.active .file-select, .page-template-steps-page #example-form .wizard .content section .chain-file-upload.active .file-select {
  width: 250px;
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-template-steps-page #example-form .wizard .content section .file-upload.active .file-select .file-select-button, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload.active .file-select .file-select-button, .page-template-steps-page #example-form .wizard .content section .chain-file-upload.active .file-select .file-select-button {
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-template-steps-page #example-form .wizard .content section .file-upload.active .file-select-name, .page-template-steps-page #example-form .wizard .content section .file-upload.active .grantt-file-select-name, .page-template-steps-page #example-form .wizard .content section .file-upload.active .chain-file-select-name, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload.active .file-select-name, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload.active .grantt-file-select-name, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload.active .chain-file-select-name, .page-template-steps-page #example-form .wizard .content section .chain-file-upload.active .file-select-name, .page-template-steps-page #example-form .wizard .content section .chain-file-upload.active .grantt-file-select-name, .page-template-steps-page #example-form .wizard .content section .chain-file-upload.active .chain-file-select-name {
  display: block;
  background: #fff;
  color: #000;
  line-height: 35px;
  width: 100%;
  padding: 0;
  text-align: left;
  padding-left: 20px;
}
.page-template-steps-page #example-form .wizard .content section .file-upload .file-select-name, .page-template-steps-page #example-form .wizard .content section .grantt-file-upload .file-select-name, .page-template-steps-page #example-form .wizard .content section .chain-file-upload .file-select-name {
  display: none;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .steps {
    padding: 0 15px;
  }
}
.page-template-steps-page #example-form .wizard .steps ul[role=tablist] {
  overflow: hidden;
}
@media (max-width: 1700px) {
  .page-template-steps-page #example-form .wizard .steps ul[role=tablist] {
    width: calc(100% - 140px);
  }
}
@media (max-width: 640px) {
  .page-template-steps-page #example-form .wizard .steps ul[role=tablist] {
    width: calc(100% - 110px);
  }
}
.page-template-steps-page #example-form .wizard .steps ul[role=tablist] li {
  pointer-events: none;
}
@media (max-width: 640px) {
  .page-template-steps-page #example-form .wizard .steps ul[role=tablist] li {
    width: 100%;
  }
}
.page-template-steps-page #example-form .wizard .steps ul[role=tablist] li a {
  position: relative;
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .steps ul[role=tablist] li a {
    margin-bottom: 10px;
  }
}
.page-template-steps-page #example-form .wizard .steps ul[role=tablist] li a::after {
  box-sizing: border-box;
  height: 48px;
  width: 48px;
  border-style: solid;
  border-color: white;
  border-width: 0px 3px 3px 0px;
  transform: rotate(-45deg);
  transition: border-width 150ms ease-in-out;
  position: absolute;
  content: "";
  right: -25px;
  background: #69207e;
  z-index: 1;
  top: 7px;
}
@media (max-width: 1023px) {
  .page-template-steps-page #example-form .wizard .steps ul[role=tablist] li a::after {
    height: 42px;
    width: 42px;
    right: -22px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .steps ul[role=tablist] li a::after {
    right: -20px;
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 640px) {
  .page-template-steps-page #example-form .wizard .steps ul[role=tablist] li a::after {
    content: none;
  }
}
.page-template-steps-page #example-form .wizard .steps ul[role=tablist] li:last-of-type a::after {
  content: none;
}
.page-template-steps-page #example-form .wizard .steps .number {
  display: none;
}
.page-template-steps-page #example-form .wizard .steps .current a {
  background: #69207E;
  border-radius: 0;
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  padding: 10px;
}
@media (max-width: 1023px) {
  .page-template-steps-page #example-form .wizard .steps .current a {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .steps .current a {
    font-size: 16px;
  }
}
.page-template-steps-page #example-form .wizard .steps .current a:hover, .page-template-steps-page #example-form .wizard .steps .current a.active {
  background: #69207E;
  border-radius: 0;
  margin: 0;
  text-align: center;
}
.page-template-steps-page #example-form .wizard .steps .current a::after {
  background: #69207e;
  opacity: 1;
}
.page-template-steps-page #example-form .wizard .steps .done a {
  background: #69207E;
  border-radius: 0;
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  padding: 10px;
  color: #fff;
  /* &::after {
      background: transparent !important;
      opacity: 0.5;
  } */
}
@media (max-width: 1023px) {
  .page-template-steps-page #example-form .wizard .steps .done a {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .steps .done a {
    font-size: 16px;
  }
}
.page-template-steps-page #example-form .wizard .steps .done a:hover, .page-template-steps-page #example-form .wizard .steps .done a.active {
  background: #69207E;
  opacity: 0.5;
  border-radius: 0;
  margin: 0;
  text-align: center;
}
.page-template-steps-page #example-form .wizard .steps .disabled a {
  border-radius: 0;
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  padding: 10px;
  color: #fff;
  background: rgba(105, 32, 126, 0.5);
}
@media (max-width: 1023px) {
  .page-template-steps-page #example-form .wizard .steps .disabled a {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .steps .disabled a {
    font-size: 16px;
  }
}
.page-template-steps-page #example-form .wizard .steps .disabled a:hover, .page-template-steps-page #example-form .wizard .steps .disabled a.active {
  border-radius: 0;
  margin: 0;
  text-align: center;
}
.page-template-steps-page #example-form .wizard .steps .disabled a::after {
  background: #b48fbe !important;
  opacity: 1;
}
.page-template-steps-page #example-form .wizard .steps .error a:hover, .page-template-steps-page #example-form .wizard .steps .error a.active {
  background: #ff3111;
}
.page-template-steps-page #example-form .wizard .actions ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .actions ul {
    align-items: center;
  }
}
.page-template-steps-page #example-form .wizard .actions a[href="#next"] {
  background: #69207E;
  border-radius: 0;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .actions a[href="#next"] {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .actions a[href="#next"] {
    font-size: 16px;
    margin: 15px;
  }
}
.page-template-steps-page #example-form .wizard .actions a[href="#next"]:hover, .page-template-steps-page #example-form .wizard .actions a[href="#next"].active {
  background: #69207E;
  border-radius: 0;
  font-weight: 700;
  color: #fff;
}
.page-template-steps-page #example-form .wizard .actions a[href="#previous"] {
  background: #5A5B5D;
  border-radius: 0;
  font-weight: 700;
  color: #fff;
}
.page-template-steps-page #example-form .wizard .actions a[href="#previous"]:hover, .page-template-steps-page #example-form .wizard .actions a[href="#previous"].active {
  background: #5A5B5D;
  border-radius: 0;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1023px) {
  .page-template-steps-page #example-form .wizard .actions a[href="#previous"] {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .actions a[href="#previous"] {
    font-size: 16px;
    margin: 15px;
  }
}
.page-template-steps-page #example-form .wizard .actions a[href="#finish"] {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 1023px) {
  .page-template-steps-page #example-form .wizard .actions a[href="#finish"] {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page #example-form .wizard .actions a[href="#finish"] {
    font-size: 16px;
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .page-template-steps-page #example-form .wizard .actions a[href="#finish"] {
    line-height: normal;
    padding: 10px;
  }
}
.page-template-steps-page #example-form .wizard .actions a {
  background: #69207E;
  border-radius: 0;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  padding: 5px 30px;
}
.page-template-steps-page #example-form .wizard .actions a:hover, .page-template-steps-page #example-form .wizard .actions a.active {
  background: #69207E;
  border-radius: 0;
  font-weight: 700;
  color: #fff;
}
.page-template-steps-page .site-content {
  position: relative;
}
.page-template-steps-page .site-content .save-btn-wrapper {
  position: absolute;
  right: 60px;
  top: 42px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .page-template-steps-page .site-content .save-btn-wrapper {
    right: 40px;
  }
}
@media (max-width: 1023px) {
  .page-template-steps-page .site-content .save-btn-wrapper {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page .site-content .save-btn-wrapper {
    top: 30px;
    right: 10px;
  }
}
.page-template-steps-page .site-content .save-btn-wrapper .save-post {
  cursor: pointer;
  text-decoration: none;
  background: #69207e;
  border-radius: 0;
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  padding: 16px 35px;
  color: #fff;
}
@media (max-width: 1023px) {
  .page-template-steps-page .site-content .save-btn-wrapper .save-post {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-template-steps-page .site-content .save-btn-wrapper .save-post {
    padding: 11px 35px;
    font-size: 16px;
    height: 48px;
    display: block;
  }
}

#wizard-p-2 .column-left {
  padding-left: 0px;
}
#wizard-p-2 .column-right {
  padding-left: 0px;
}
@media (max-width: 767px) {
  #wizard-p-2 .column-right {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  #wizard-p-2 .column-right .chart-wrapper-right {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 30px;
  }
}

.column-left span {
  color: #69207E;
  display: block;
  padding-bottom: 15px;
}

.first-left span {
  color: #69207E;
  display: block;
  padding-bottom: 15px;
}

.wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
  flex-wrap: wrap;
  background-color: #fff;
}

.site-content {
  padding: 30px 0px 70px;
}

.home .site-content {
  padding: 0px;
}

.common-checkbox label {
  font-size: 16px;
}
.common-checkbox .common-checkbox-input {
  display: none;
  position: relative;
}
.common-checkbox .common-checkbox-input + label {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-right: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-family: "PT Sans", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #69207e;
}
.common-checkbox .common-checkbox-input + label::before {
  cursor: pointer;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #69207E;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.12s, border-color 0.08s;
}
.common-checkbox .common-checkbox-input:checked + label::before {
  width: 10px;
  top: 2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

.register_modal, .login_modal, .forgot_modal {
  z-index: 99999;
}
@media (max-width: 767px) {
  .register_modal, .login_modal, .forgot_modal {
    overflow: scroll;
  }
}
.register_modal .modal-dialog, .login_modal .modal-dialog, .forgot_modal .modal-dialog {
  max-width: 610px;
}
@media (max-width: 767px) {
  .register_modal .modal-dialog, .login_modal .modal-dialog, .forgot_modal .modal-dialog {
    padding: 0 25px;
  }
}
.register_modal .modal-content, .login_modal .modal-content, .forgot_modal .modal-content {
  padding: 40px 80px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .register_modal .modal-content, .login_modal .modal-content, .forgot_modal .modal-content {
    padding: 20px 15px;
  }
}
.register_modal .modal-content .modal-header, .login_modal .modal-content .modal-header, .forgot_modal .modal-content .modal-header {
  border: none;
}
.register_modal .modal-content .modal-header h2, .login_modal .modal-content .modal-header h2, .forgot_modal .modal-content .modal-header h2 {
  font-size: 40px;
  color: #69207e;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .register_modal .modal-content .modal-header h2, .login_modal .modal-content .modal-header h2, .forgot_modal .modal-content .modal-header h2 {
    font-size: 26px;
  }
}
.register_modal .modal-content .modal-header h2:before, .login_modal .modal-content .modal-header h2:before, .forgot_modal .modal-content .modal-header h2:before {
  display: none;
}
.register_modal .modal-content .register .form-columns, .login_modal .modal-content .register .form-columns, .forgot_modal .modal-content .register .form-columns {
  margin: 12px 0;
}
@media (max-width: 767px) {
  .register_modal .modal-content .register .form-columns.cell-6, .login_modal .modal-content .register .form-columns.cell-6, .forgot_modal .modal-content .register .form-columns.cell-6 {
    width: 100%;
  }
}
.register_modal .modal-content .register .register-submit, .login_modal .modal-content .register .register-submit, .forgot_modal .modal-content .register .register-submit {
  outline: none;
  width: 100%;
  margin-bottom: 70px;
  font-family: "PT Sans", sans-serif;
}
.register_modal .modal-content .register .register-footer, .login_modal .modal-content .register .register-footer, .forgot_modal .modal-content .register .register-footer {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.register_modal .modal-content .register .register-footer .login_reg_link, .login_modal .modal-content .register .register-footer .login_reg_link, .forgot_modal .modal-content .register .register-footer .login_reg_link {
  color: #43425D;
}
.register_modal .modal-content .register .register-footer .login_from_register, .login_modal .modal-content .register .register-footer .login_from_register, .forgot_modal .modal-content .register .register-footer .login_from_register {
  background-color: #343A40;
  color: #ffffff;
  margin-top: 25px;
  padding: 10px 70px;
}

.register_modal .modal-content .register-checkbox a {
  color: #69207e;
  text-decoration: underline;
}
.register_modal .modal-content .register-checkbox label span {
  color: #69207e;
}
.register_modal .modal-content .register .register-submit {
  outline: none;
  margin-bottom: 40px;
}
.register_modal .modal-content .register .register-footer {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .register_modal .modal-content .register .register-footer {
    margin-top: 0;
  }
}
.register_modal .modal-content .error_display {
  position: absolute;
  bottom: -10px;
}

.login_modal .modal-content .login-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .login_modal .modal-content .login-bottom {
    margin-bottom: 0;
    flex-direction: column;
  }
}
.login_modal .modal-content .login-submit {
  outline: none;
  display: block;
  width: 80%;
  margin: 0 auto 40px;
  font-family: "PT Sans", sans-serif;
}
.login_modal .modal-content .login-footer {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}
.login_modal .modal-content .register_from_login {
  background-color: #343A40;
  color: #ffffff;
  margin-top: 25px;
  padding: 10px 70px;
}
@media (max-width: 767px) {
  .login_modal .modal-content .register_from_login {
    padding: 10px 40px;
  }
}
.login_modal .modal-content .register_from_login:hover, .login_modal .modal-content .register_from_login:focus {
  color: #ffffff;
}
.login_modal .modal-content .forgot-password {
  cursor: pointer;
  color: #69207e;
}
@media (max-width: 767px) {
  .login_modal .modal-content .forgot-password {
    margin: 10px 10px;
  }
}
.login_modal .modal-content .form-columns {
  margin: 12px 0;
}
@media (max-width: 767px) {
  .login_modal .modal-content .form-columns {
    margin: 5px 0;
  }
}
.login_modal .modal-content .error_display {
  position: absolute;
  height: 24px;
}

.forgot_modal .modal-content .form-columns {
  margin: 12px 0;
}
.forgot_modal .modal-content .reset_password {
  text-align: center;
  color: #fff;
  display: table;
  margin: 0 auto 30px;
  font-family: "PT Sans", sans-serif;
}
.forgot_modal .modal-content .reset_password:hover, .forgot_modal .modal-content .reset_password:focus {
  color: #fff;
}
.forgot_modal .modal-content .forgot-footer {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}
.forgot_modal .modal-content .forgot-footer .already_account {
  margin-bottom: 20px;
}
.forgot_modal .modal-content .forgot-footer .login_from_forgot {
  color: #fff;
}
.forgot_modal .modal-content .error_display {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -10px;
}
.forgot_modal .modal-content .success_display {
  color: #008000;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.error_display {
  color: red;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.ajax-loader {
  display: none;
  text-align: center;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11;
}
.ajax-loader img {
  top: 50%;
}

input#gantt_chart {
  padding-left: 0px !important;
}

#page {
  width: 100%;
}

.page-template-steps-page #example-form .wizard .steps ul[role=tablist] li a::after {
  height: 40px !important;
  width: 40px !important;
}/*# sourceMappingURL=style.css.map */