/* Colors */
/* Colors */
.banner-title {
  font-size: 58px;
  width: 80%;
  margin-top: 30px;
  font-weight: bold;
  font-family: "source_sans_pro";
  text-shadow: 10px 10px 10px #060606;
}

.text-heading {
  font-family: source_sans_pro;
  font-size: 32px;
  color: #2A2E53;
  font-weight: bold;
}

.text-sub-heading {
  font-family: source_sans_pro;
  font-size: 28px;
  color: #2A2E53;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.text-sub-heading:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 115px;
  height: 2px;
  background: #ED3623;
}

.text-small-heading {
  font-family: source_sans_pro !important;
  font-size: 20px !important;
  color: #2A2E53 !important;
  font-weight: 600 !important;
}

.text-mini-heading {
  font-family: source_sans_pro;
  font-size: 18px;
  color: #2A2E53;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .banner-title {
    font-size: 36px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner-title {
    font-size: 36px;
    width: 100%;
  }

  .text-heading {
    font-size: 28px !important;
  }

  .text-sub-heading {
    font-size: 22px !important;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .text-sub-heading:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 115px;
    height: 2px;
    background: #ED3623;
  }

  .text-small-heading {
    font-size: 18px !important;
  }

  .text-mini-heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xs-3 {
    margin-top: 1rem !important;
  }

  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xs-5 {
    margin-top: 2rem !important;
  }

  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xs-5 {
    margin-bottom: 2rem !important;
  }
}
/* Colors */
.bread-crumb {
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  position: relative;
  z-index: 4;
  margin-bottom: -54px;
}
.bread-crumb.has-no-banner {
  background: #2a2e53;
  margin-bottom: 10px;
}
.bread-crumb > .container {
  display: flex;
}
.bread-crumb i {
  font-size: 12px;
  display: inline-block;
  margin: 0 5px;
  padding: 22px 0;
}
.bread-crumb a {
  color: #c0c0c0;
  padding: 20px 0;
  display: inline-block;
}
.bread-crumb a:hover {
  text-decoration: none;
  color: #ffffff;
}
.bread-crumb span {
  display: inline-block;
  padding: 20px 0;
}

/* Colors */
.inner-page-banner {
  position: relative;
  min-height: 180px;
  background: #2A2E53;
}
.inner-page-banner .banner {
  width: 100%;
  z-index: 1;
}
.inner-page-banner .banner-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(27, 29, 31, 0.6);
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}
.inner-page-banner .banner-text {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0px;
  left: 0px;
  padding: 0px 0px;
  z-index: 3;
  display: flex;
  align-items: center;
}
.inner-page-banner .banner-text .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.inner-page-banner .banner-text .banner-inner h1 {
  font-size: 50px;
  line-height: 50px;
  z-index: 4;
  position: relative;
  color: #ffffff;
}
.inner-page-banner .banner-text .banner-inner h3 {
  font-size: 32px;
  line-height: 36px;
  z-index: 4;
  position: relative;
  color: #ffffff;
  font-weight: normal;
}
.inner-page-banner .banner-text .banner-inner h3 > label {
  font-size: 32px;
  line-height: 36px;
  z-index: 4;
  position: relative;
  color: #ffffff;
  font-weight: normal;
  float: left;
  font-family: "source_sans_pro";
}
.inner-page-banner .banner-text .banner-inner h3 > label:after {
  content: "";
  position: absolute;
  margin-top: 10px;
  bottom: -10px;
  left: 0px;
  width: 60px;
  height: 2px;
  background: #ED3623;
}
.inner-page-banner .banner-text .banner-inner h3 > label.share-option {
  background: url("/assets/img/share-option-white.png") no-repeat center transparent;
  background-size: 17px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin: 6px 0 0 8px;
  font-size: 14px;
  line-height: 30px;
  float: none;
}
.inner-page-banner .banner-text .banner-inner h3 > span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  clear: both;
  float: left;
}
.inner-page-banner .banner-text .banner-inner h3 > span a {
  color: #ED3623;
  display: inline-block;
}
.inner-page-banner .banner-text::after {
  height: 150px;
  content: "";
  background: #0e1623;
  left: 0px;
  width: calc(25%);
  z-index: 0;
  position: absolute;
  top: calc(50% - 75px);
  display: none;
}

@media screen and (max-width: 992px) {
  .inner-page-banner {
    position: relative;
    background: #120c3c;
    overflow: hidden;
    display: flex;
    min-height: 100px;
  }
  .inner-page-banner .banner {
    width: auto;
    height: auto;
    max-width: inherit;
    min-height: inherit;
    max-height: 240px;
  }
  .inner-page-banner .banner-text .banner-inner h3 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .inner-page-banner .banner-text:after {
    height: calc(100% - 50px) !important;
    width: calc(15%) !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .inner-page-banner {
    position: relative;
  }
  .inner-page-banner .banner-text .banner-inner h3 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .inner-page-banner .banner-text:after {
    height: calc(100% - 50px) !important;
    width: calc(15%) !important;
  }
}
@media screen and (max-width: 767px) {
  .inner-page-banner {
    position: relative;
    display: flex;
    min-height: 180px !important;
  }
  .inner-page-banner .banner {
    width: 100%;
    height: auto;
  }
  .inner-page-banner .banner-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(27, 29, 31, 0.6);
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .inner-page-banner .banner-text {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0px;
    padding: 0px;
    z-index: 3;
    display: flex;
    align-items: center;
  }
  .inner-page-banner .banner-text .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .inner-page-banner .banner-text .banner-inner h1 {
    font-size: 50px;
    line-height: 50px;
    z-index: 4;
    position: relative;
    color: #ffffff;
  }
  .inner-page-banner .banner-text .banner-inner h3 {
    font-size: 25px !important;
    line-height: 30px !important;
    z-index: 4;
    position: relative;
    color: #ffffff;
  }
  .inner-page-banner .banner-text .banner-inner h3 label {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .inner-page-banner .banner-text:after {
    height: 150px;
    content: "";
    background: #0e1623;
    left: 0px;
    width: calc(25%);
    z-index: 0;
    position: absolute;
  }
}
/* Colors */
.document-library-block {
  margin-bottom: 60px;
}
.document-library-block > ul {
  margin-top: 15px;
}
.document-library-block > ul > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
  color: #1B1D1F;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.document-library-block > ul > li > span {
  width: calc(100% - 140px);
  flex: 1;
  word-break: break-all;
}
.document-library-block .download {
  border: 1px solid #F2F2F2;
  background: url("/assets/img/download.svg") no-repeat 110px center;
  width: 140px;
  padding: 8px 25px;
  border-radius: 4px;
  margin-left: 20px;
}
.document-library-block .download:hover {
  text-decoration: none;
  border: 1px solid #ED3623;
}

.exam-name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.exam-name-note {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.question-container {
  border-bottom: 2px solid #d4d4d4;
  margin-bottom: 30px;
}
.question-container:last-child {
  border-bottom: 0px;
}
.question-container .question-head-container {
  font-size: 18px;
  font-weight: bold;
  color: #1B1D1F;
  margin-bottom: 20px;
}
.exam-note {
  color: #ED3623;
  font-size: 16px;
  width: 100%;
  text-align: left;
}

.examResultModel {
  padding: 0px !important;
}

.result-block {
  padding-bottom: 0px;
}
.result-block h2 {
  font-size: 32px;
  color: #212121;
  margin-bottom: 0px;
  text-align: center;
}
.result-block h2 span {
  font-size: 28px;
  display: block;
  width: 100%;
  margin-top: 12px;
  text-transform: capitalize;
}
.result-block h3 {
  font-size: 28px;
  color: #212121;
  margin-bottom: 0px;
  text-align: center;
  line-height: 36px;
}
.result-block h3 span {
  font-size: 16px;
  display: block;
  width: 100%;
}
.result-block .tick-mark {
  margin: 30px auto;
  display: block;
}
.result-block .tick-mark.tick-mark-success {
  background: url("/assets/img/result-success.png") no-repeat center #def0e6;
  background-size: 70px;
  font-size: 0px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.result-block .tick-mark.tick-mark-fail {
  background: url("/assets/img/fail-alert.png") no-repeat center #ffffff;
  background-size: 70px;
  font-size: 0px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.result-block .go-back-link {
  color: #ED3623;
}
.result-block .go-back-link:hover {
  text-decoration: underline;
}
.result-block .certificate-download {
  background: url("/assets/img/icon-award.png") no-repeat center right;
  padding-right: 40px;
  width: auto;
  margin: auto;
  display: inline-block;
  line-height: 90px;
  color: #ED3623;
}

.examResultModel .modal-header-no-bdr {
  height: 30px;
}

@media screen and (max-width: 992px) {
  .modal-dialog {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .result-block h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
  }
  .result-block h2 span {
    font-size: 14px;
    font-weight: normal;
  }
}
.video-examples-block-inner {
  background: #EEEEEE;
  border-radius: 0 30px 0 30px;
  padding: 30px;
}
.video-examples-block-inner > div > div {
  padding: 0 30px;
}
.video-examples-block-inner .video-examples {
  border-left: 1px solid #cdcdcd;
}
.video-examples-block-inner p.strong {
  color: #1B1D1F;
}
.video-examples-block-inner p {
  line-height: 28px;
  color: #666666;
}
.video-examples-block-inner li {
  color: #666666;
  background: url("/assets/img/left-arrow-red.png") no-repeat left 6px;
  background-size: 12px;
  padding-left: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .video-examples-block-inner {
    background: #EEEEEE;
    border-radius: 0 30px 0 30px;
    padding: 30px;
  }
  .video-examples-block-inner > div > div {
    padding: 0 15px;
  }
  .video-examples-block-inner .video-examples {
    margin-top: 30px;
    border-left: 0px solid #cdcdcd;
  }
}
.general-articles-block {
  padding: 30px 0 30px;
}

.general-article-row {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
  padding-top: 30px;
}
.general-article-row:first-child {
  padding-top: 0px;
}
.general-article-row .article-headnig {
  font-family: source_sans_pro;
  font-size: 24px;
  color: #1B1D1F;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.general-article-row .article-headnig a {
  color: #1B1D1F;
  text-decoration: none;
}
.general-article-row .article-headnig a:hover {
  color: #ED3623;
}
.general-article-row .article-headnig:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 115px;
  height: 2px;
  background: #ED3623;
}
.general-article-row .article-meta-data {
  margin: 5px 0 20px;
}
.general-article-row .article-meta-data .article-meta-title,
.general-article-row .article-meta-data .article-meta-time {
  font-weight: bold;
}
.general-article-row .article-meta-data .article-meta-title span,
.general-article-row .article-meta-data .article-meta-title label,
.general-article-row .article-meta-data .article-meta-time span,
.general-article-row .article-meta-data .article-meta-time label {
  font-weight: bold;
}
.general-article-row .article-content {
  margin-bottom: 20px;
}
.general-article-row .article-content * {
  color: #666666;
}
.general-article-row .article-link {
  width: auto;
  background: url("/assets/img/left-arrow-red.png") no-repeat calc(100% - 10px) 13px #ffffff;
  background-size: 16px;
  padding: 0px 40px 0px 15px;
  border: 1px solid #ED3623;
  color: #ED3623;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
  line-height: 33px;
  height: 36px;
  font-size: 14px;
}
.general-article-row .article-link:hover {
  background: url("/assets/img/left-arrow-white.png") no-repeat calc(100% - 10px) 13px #ED3623;
  background-size: 16px;
  padding: 0px 40px 0px 15px;
  border: 1px solid #ED3623;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s;
}

.general-article-details .article-headnig {
  font-family: source_sans_pro;
  font-size: 24px;
  color: #1B1D1F;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.general-article-details .article-headnig a {
  color: #1B1D1F;
  text-decoration: none;
}
.general-article-details .article-headnig a:hover {
  color: #ED3623;
}
.general-article-details .article-headnig:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 115px;
  height: 2px;
  background: #ED3623;
}
.general-article-details .article-meta-data {
  margin: 5px 0 20px;
  display: flex;
}
.general-article-details .article-meta-data .article-meta-title,
.general-article-details .article-meta-data .article-meta-time {
  font-weight: normal;
  color: #666666;
  padding-right: 10px;
  line-height: 16px;
  font-size: 16px;
}
.general-article-details .article-meta-data .article-meta-title span,
.general-article-details .article-meta-data .article-meta-title label,
.general-article-details .article-meta-data .article-meta-time span,
.general-article-details .article-meta-data .article-meta-time label {
  font-weight: normal;
}

.widgets-block {
  background: #F8F8F8;
  margin-bottom: 30px;
}
.widgets-block .widget-heading {
  color: #1B1D1F;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.widgets-block .widget-items ul li a, .widgets-block .widget-items ul li label {
  color: #1b1d1f;
  text-decoration: none;
}
.widgets-block .widget-items ul li a:hover {
  text-decoration: underline;
}

.pdf-list li {
  background: url("/assets/img/pdf-file-icon.svg") no-repeat left 3px;
  background-size: 12px auto;
  padding-left: 23px;
  font-size: 14px;
  margin-bottom: 10px;
}

.video-list li {
  background: url("/assets/img/play-icon-red.png") no-repeat left 5px;
  background-size: 14px auto;
  padding-left: 23px;
  font-size: 14px;
  margin-bottom: 10px;
}

/* Colors */
.categories-list {
  padding-bottom: 30px;
}
.categories-list h3 {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 10px;
}
.categories-list ul li {
  color: #212121;
  border-left: 4px solid #F2F2F2;
  margin-bottom: 2px;
}
.categories-list ul li a {
  color: #212121;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  background: #F2F2F2;
}
.categories-list ul li a:hover {
  text-decoration: none;
}
.categories-list ul li:hover, .categories-list ul li.active {
  border-left: 4px solid #ED3623;
}

/* Colors */
.FormChoice {
  width: 100%;
  clear: both;
}
.FormChoice fieldset {
  padding: 0 15px;
}
.FormChoice label {
  width: 49%;
}
.FormChoice label input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 0px solid #ED3623;
  border-radius: 0px;
  -webkit-appearance: checkbox !important;
  -moz-appearance: auto !important;
  appearance: auto;
  background-color: #ffffff;
  float: none;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 0px;
  opacity: 1;
  position: relative;
}

.Form__Element.FormTextbox--Textarea {
  flex: 0 0 100% !important;
  margin: 0 0 25px !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0px 15px !important;
}

.Form__Title {
  color: #ED3623;
  font-size: 24px;
  text-align: center;
  font-family: "robotoregular";
}

.Form__MainBody .FormParagraphText {
  width: 100%;
  padding: 0 15px;
}
.Form__MainBody .Form__Element__Caption {
  font-family: "robotoregular";
  font-size: 16px;
  margin-bottom: 20px;
}

/* .Form__Element.FormTextbox {
    flex: 0 0 50% !important;
    margin: 0 0 25px !important;
    max-width: 50% !important;
    width: 50% !important;
    padding: 0px 15px !important;

    .FormTextbox__Input {
        width: 100%;
        padding: 15px;
        border: 1px solid #dddddd;
    }

    label {
        font-weight: 600 !important;
    }
} */
.Form__Element .Form__Element {
  display: flex;
  margin-bottom: 20px;
  width: 50%;
}
.Form__Element .Form__Element .Form__Element__Caption {
  width: 50%;
}
.Form__Element .Form__Element .FormTextbox__Input {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .Form__Element .Form__Element {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
  }
  .Form__Element .Form__Element .Form__Element__Caption {
    width: 50%;
  }
  .Form__Element .Form__Element .FormTextbox__Input {
    width: 50%;
  }
}
.registration-block input:-webkit-autofill,
.registration-block input:-webkit-autofill:hover,
.registration-block input:-webkit-autofill:focus,
.registration-block textarea:-webkit-autofill,
.registration-block textarea:-webkit-autofill:hover,
.registration-block textarea:-webkit-autofill:focus,
.registration-block select:-webkit-autofill,
.registration-block select:-webkit-autofill:hover,
.registration-block select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.btn-icon-delete {
  background: url("/assets/img/tools-and-utensils.svg") no-repeat center;
}

.btn-icon-save {
  background: url("/assets/img/save_ic.svg") no-repeat center;
}

.btn-icon-send {
  background: url("/assets/img/send_ic.svg") no-repeat center;
}

.btn-icon-reffer {
  background: url("/assets/img/avatar_ic.svg") no-repeat center;
}

.download-btns-link {
  display: inline-block;
  font-size: 15px;
  background: url("/assets/img/download-icon-white.png") no-repeat #3d3d3d calc(100% - 10px) center;
  background-size: 15px;
  color: #ffffff;
  padding: 10px 35px 10px 10px;
}
.download-btns-link:hover {
  background: url("/assets/img/download-icon-white.png") no-repeat #ED3623 calc(100% - 10px) center;
  background-size: 15px;
  text-decoration: none;
  color: #ffffff !important;
}

.export-csv {
  background: url("/assets/img/csv.svg") no-repeat;
  background-position: 10px;
  background-color: #ffffff;
}

.export-excel {
  background: url("/assets/img/excel.svg") no-repeat;
  background-position: 10px;
  background-color: #ffffff;
}

.pdf-small {
  background: url("/assets/img/pdf-small.svg") no-repeat left center;
  background-position: 0px;
  display: inline-block;
  width: 20px;
  height: 30px;
}

.doc-small {
  background: url("/assets/img/doc-small.svg") no-repeat left center;
  background-position: 0px;
  display: inline-block;
  width: 20px;
  height: 30px;
}

.print {
  background: url("/assets/img/printer.svg") no-repeat;
  background-position: 10px;
  background-color: #ffffff;
}

.text-document {
  background: url("/assets/img/text-document.svg") no-repeat;
  width: 55px;
  height: 55px;
}

.close-tooltip span {
  background: url("/assets/img/close_grey.png") no-repeat center right;
  float: right;
  text-align: right;
  background-size: 20px;
  font-size: 0;
  height: 20px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}

.btn-text {
  display: inline-block;
  font-size: 14px;
  color: #ED3623 !important;
  padding: 8px 15px;
  border-radius: 4px;
  background: #ffffff !important;
  border: 1px solid #ED3623 !important;
  text-decoration: none;
  transition: all 0.2s;
  line-height: 1;
}
.btn-text:hover, .btn-text:focus {
  background: #ED3623 !important;
  border: 1px solid #ED3623;
  color: #ffffff !important;
  transition: all 0.2s;
  text-decoration: none;
  line-height: 1;
}

.btn-cancel {
  display: inline-block;
  font-size: 14px;
  color: #1B1D1F !important;
  padding: 8px 15px;
  border-radius: 4px;
  background: #ffffff !important;
  border: 1px solid #d6d6d6 !important;
  text-decoration: none;
  transition: all 0.2s;
  line-height: 1;
}
.btn-cancel:hover, .btn-cancel:focus {
  background: #1B1D1F !important;
  border: 1px solid #1B1D1F;
  color: #ffffff !important;
  transition: all 0.2s;
  text-decoration: none;
  line-height: 1;
}

#FileUpload1 {
  width: 215px !important;
  display: inline-block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#FileUpload2 {
  width: 215px !important;
  display: inline-block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#FileUpload3 {
  width: 215px !important;
  display: inline-block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#FileUpload4 {
  width: 215px !important;
  display: inline-block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#FileUpload5 {
  width: 215px !important;
  display: inline-block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.upload-container #FileUpload1 {
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 100px 0px 100px 250px;
    text-align: center !important;
    width: 100% !important;
}

.upload-container #FileUpload2 {
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 100px 0px 100px 38px;
    text-align: center !important;
    width: 100% !important;
}

.upload-container #FileUpload3 {
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 100px 0px 100px 250px;
    text-align: center !important;
    width: 100% !important;
}

.upload-container #FileUpload4 {
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 100px 0px 100px 250px;
    text-align: center !important;
    width: 100% !important;
}

.upload-container #FileUpload5 {
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 100px 0px 100px 250px;
    text-align: center !important;
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    .btn-full {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px;
    height: 40px;
  }
}
.twitter-block {
  background: #ffffff;
}
.twitter-block .twiiter-feed {
  margin-bottom: 10px;
}
.twitter-block .twitter-feed-heading {
  color: #ffffff;
  background: url("/assets/img/soc_twitter.png") no-repeat 5px #009DFA;
  background: url("/assets/img/soc_twitter.png") no-repeat 10px #2a2e53;
  background-size: 18px;
  font-size: 16px;
  padding: 0px 0px 0px 40px;
  line-height: 60px;
  width: 100%;
  cursor: pointer;
}
.twitter-block .twitter-feed-heading span {
  float: right;
  width: 40px;
  height: 60px;
  position: relative;
  cursor: pointer;
  background: transparent;
  text-align: center;
}
.twitter-block .twitter-feed-heading[aria-expanded=false]:after {
  content: "+";
  font-size: 24px;
  position: absolute;
  right: 30px;
}
.twitter-block .twitter-feed-heading[aria-expanded=true]:after {
  content: "-";
  font-size: 36px;
  position: absolute;
  right: 30px;
}
.twitter-block .twitter-feed-heading a, .twitter-block .twitter-feed-heading label {
  color: #ffffff;
  font-size: 16px;
}

/* Colors */
.faq-block {
  margin-bottom: 60px;
}
.faq-block .faq-collapsible {
  border: 0px !important;
  box-shadow: none !important;
}
.faq-block .faq-collapsible > li {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #d4d4d4 !important;
}
.faq-block .faq-collapsible > li.active .collapsible-header {
  color: #ED3623;
}
.faq-block .faq-collapsible > li.active .collapsible-header:after {
  background-position: -10px -9px;
  transition: all 0s;
}
.faq-block .collapsible-header {
  border-bottom: 0px solid #ddd;
  padding: 10px 0px;
  position: relative;
  width: 100%;
  display: block;
  color: #1B1D1F;
  font-size: 16px;
}
.faq-block .collapsible-header span {
  width: calc(100% - 30px);
  display: inline-block;
  font-size: 16px;
}
.faq-block .collapsible-header:hover {
  color: #ED3623;
}
.faq-block .collapsible-header:focus {
  background: transparent;
  color: #1B1D1F;
}
.faq-block .collapsible-header span {
  width: calc(100% - 30px);
  display: inline-block;
}
.faq-block .collapsible-header:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 0px;
  top: 12px;
  background: url("/assets/img/plus-minus-red.png") no-repeat;
  background-position: -10px -51px;
  transition: all 0s;
}
.faq-block .collapsible-body {
  border-bottom: 0px;
  padding: 10px 0;
}
.faq-block .collapsible-body * {
  color: #666666;
}

.popup-banner {
  width: 100%;
}
.popup-banner .modal-dialog {
  padding: 0px;
}
.popup-banner .modal-content {
  padding: 0px !important;
}
.popup-banner .modal-body {
  padding: 0px !important;
}
.popup-banner .modal-body a {
  border: 2px solid #ee3524;
  color: #ee3524;
  width: auto;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  margin: auto;
  opacity: 1;
}
.popup-banner .modal-body a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.popup-banner .modal-body h3 {
  color: #2a3052;
  line-height: 48px;
  font-size: 36px;
  font-family: "source_sans_pro";
  margin-bottom: 30px;
}
.popup-banner .modal-body h3 span {
  font-family: "source_sans_pro";
}
.popup-banner .close {
  margin-bottom: -30px;
  z-index: 9;
  position: absolute;
  opacity: 1;
  right: 10px;
  top: 10px;
  background: transparent;
}
.popup-banner .close .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .popup-banner {
    padding: 0px !important;
  }
  .popup-banner .modal-dialog {
    padding: 0px;
    max-width: 98%;
  }
  .popup-banner .modal-content {
    padding: 0px !important;
  }
  .popup-banner .modal-body {
    padding: 0px !important;
  }
  .popup-banner .modal-body a {
    font-size: 18px;
  }
  .popup-banner .modal-body a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .popup-banner .modal-body h3 {
    line-height: 36px;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .popup-banner .modal-body h3 span {
    font-family: "source_sans_pro";
  }
  .popup-banner .close {
    margin-bottom: -30px;
    z-index: 9;
    position: absolute;
    opacity: 1;
    right: 10px;
    top: 10px;
    background: transparent;
  }
  .popup-banner .close .material-icons {
    color: #ffffff;
  }
}
@media screen and (max-width: 374px) {
  .popup-banner .modal-body img + div {
    padding-bottom: 15px !important;
  }
  .popup-banner .modal-body h3 {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .popup-banner .modal-body h3 span {
    font-family: "source_sans_pro";
  }
}
#loginModal .modal-dialog {
  max-width: 700px;
}
#loginModal .modal-body {
  padding: 0px;
}

.login-pop-left {
  padding: 30px;
}
.login-pop-left .login-token-note a {
  border: 1px solid #d4d4d4;
  display: block;
  padding: 5px 70px 5px 5px;
  border-radius: 4px;
  color: #292929;
  font-size: 13px;
  line-height: 18px;
  background: url("/assets/img/grey-arrow.png") no-repeat calc(100% - 10px) center;
  position: relative;
}
.login-pop-left .login-token-note a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background: #cdcdcd;
  top: calc(50% - 30px);
  right: 50px;
  opacity: 0.5;
}
.login-pop-left .login-token-note a:hover, .login-pop-left .login-token-note a:focus {
  text-decoration: none;
  border-color: #3b3939;
  color: #000000;
}
.login-pop-left .login-token-note a:hover::after, .login-pop-left .login-token-note a:focus::after {
  opacity: 1;
}
.login-pop-left p {
  font-size: 14px;
}
.login-pop-left form {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.login-pop-left form > .mb-4,
.login-pop-left form .input-field {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.login-pop-left form .home-page-login-btn {
  width: calc(100% - 30px);
  background: #ED3623;
  border: 0px;
  color: #ffffff;
  margin: 15px;
  line-height: 36px;
  border-radius: 4px;
}
.login-pop-left form .home-page-login-btn:hover {
  background: rgba(238, 53, 36, 0.8) !important;
  box-shadow: 0 0 0 0.2rem rgba(238, 53, 36, 0.25);
  opacity: 1;
}
.login-pop-left .input-icon-left {
  top: 5px;
  /* left: 10px; */
}
.login-pop-left .material-icons {
  color: #CDCDCD;
}
.login-pop-left input[type=text],
.login-pop-left input[type=password] {
  padding-left: 35px;
  color: #000000;
  font-size: 14px;
}
.login-pop-left input[type=text]:focus,
.login-pop-left input[type=password]:focus {
  box-shadow: 0 0px 0 0 #2a2e53 !important;
}
.login-pop-left input[type=text]:not(.browser-default).valid,
.login-pop-left input[type=text]:not(.browser-default):focus.valid {
  box-shadow: 0 0px 0 0 #2a2e53 !important;
}
.login-pop-left .home-page-login-remember label,
.login-pop-left .home-page-login-remember span,
.login-pop-left .home-page-login-remember a {
  font-size: 13px;
}
.login-pop-left .home-page-login-remember a {
  color: #1A73E8;
}
.login-pop-left .signup-label {
  margin-top: 30px;
  margin-bottom: 30px;
}
.login-pop-left .signup-label label,
.login-pop-left .signup-label a {
  font-size: 14px;
}

.login-pop-right {
  padding: 30px;
  background: #F2F2F2;
}
.login-pop-right h3 {
  font-size: 28px;
  color: #000000;
  font-weight: normal;
  text-align: center;
}
.login-pop-right p {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  text-align: center;
}
.login-pop-right .sign-up-btn {
  margin: 40px auto;
  display: block;
  width: 130px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ED3623;
  text-align: center;
  border-radius: 4px;
  color: #ED3623;
  background: transparent;
  transition: all 0.1s;
}
.login-pop-right .sign-up-btn:hover {
  background: #ED3623;
  color: #ffffff;
  transition: all 0.1s;
  text-decoration: none;
}

.forgot-password-notes {
  font-size: 14px;
}
.forgot-password-notes span {
  color: #999999;
  font-size: 14px;
  display: block;
}

.terms-service {
  z-index: 9999;
}

.top-modal {
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  #loginModal .login-pop-left {
    padding: 10px 18px;
  }
  #loginModal .login-pop-left .home-page-login .home-page-login-remember a {
    font-size: 12px !important;
  }
  #loginModal .login-pop-left .home-page-login label {
    font-size: 12px !important;
  }
  #loginModal .login-pop-left .home-page-login label span {
    font-size: 12px !important;
  }
  #loginModal .login-pop-right {
    padding: 15px;
    background: #F2F2F2;
    border-radius: 5px;
  }
  #loginModal .login-pop-right .sign-up-btn {
    margin: 20px auto 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
  }
}
/* Colors */
.footer {
  color: #ffffff;
  z-index: 0;
}
.footer.sticky {
  padding-bottom: 70px;
}
.footer .footer-links-section {
  padding: 40px 0 0px;
  background: #2a2e53;
}
.footer .footer-links-section p {
  font-size: 14px;
  margin-bottom: 0px;
}
.footer .footer-links h3 {
  font-size: 18px;
  margin: 0px;
  padding: 0px 0 15px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .footer-links.footer-policy-links ul li {
  line-height: 20px;
}
.footer .footer-links ul {
  margin-top: 15px;
  margin-bottom: 30px;
}
.footer .footer-links ul li {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  background-position: 0 center;
  line-height: 30px;
  font-size: 13px;
}
.footer .footer-links ul li a {
  text-decoration: none;
  color: #A8BAC9;
}
.footer .footer-links ul li a:hover, .footer .footer-links ul li a:focus {
  color: #ffffff;
  opacity: 0.8;
  text-decoration: underline;
}
.footer .copyright {
  border-top: 1px solid #ffffff;
  padding: 20px 0 20px;
  margin: 0px 0 0px;
  background: #242747;
}
.footer .soc-icons {
  margin: 0;
  text-align: right;
}

.award-badge {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.award-badge h3 {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
.award-badge img {
  width: 135px;
}


.webinar {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    border-bottom: 1px solid #c5c5c5;
    background: #ffffff;
    overflow: hidden;
}

    .webinar > .webinar-thumb-img {
        width: 150px;
        height: 150px;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        border-radius: 0 30px 0 30px;
    }

        .webinar > .webinar-thumb-img:before {
            position: absolute;
            content: "";
            background: #242747;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0;
        }

        .webinar > .webinar-thumb-img img {
            border-radius: 0 30px 0 30px;
            width: 150px;
            height: 150px;
            max-width: inherit;
        }

        .webinar > .webinar-thumb-img .webinar-date {
            position: absolute;
            font-size: 36px;
            text-align: center;
            font-weight: bold;
            width: 100%;
            align-items: center;
            color: #ED3623;
        }

            .webinar > .webinar-thumb-img .webinar-date span {
                display: block;
            }

    .webinar > .webinar-content {
        width: calc(100% - 170px);
        margin: 0 0px 0 20px;
    }

        .webinar > .webinar-content h3 {
            font-size: 20px;
            margin-bottom: 10px;
            color: #2a2e53;
            position: relative;
            padding-bottom: 10px;
            font-family: "source_sans_pro";
            font-weight: 600;
        }

            .webinar > .webinar-content h3 > label {
                font-size: 20px;
                margin-bottom: 10px;
                color: #2a2e53;
                position: relative;
                padding-bottom: 10px;
                font-family: "source_sans_pro";
                font-weight: 600;
            }

                .webinar > .webinar-content h3 > label:after {
                    content: "";
                    width: 90px;
                    height: 2px;
                    position: absolute;
                    background: #ED3623;
                    bottom: 0px;
                    left: 0px;
                }

            .webinar > .webinar-content h3 span {
                font-size: 16px;
                display: block;
                margin-top: 0px;
                padding-top: 10px;
                position: relative;
                font-family: "source_sans_pro";
                color: #333132;
            }

        .webinar > .webinar-content p {
            line-height: 24px;
        }

        .webinar > .webinar-content .btn {
            color: #ED3623 !important;
            background: #ffffff;
            border: 1px solid #ED3623;
            margin: 10px 0 20px;
        }

            .webinar > .webinar-content .btn:hover {
                background: #ED3623;
                color: #ffffff !important;
            }

@media screen and (max-width: 767px) {
  .footer.sticky {
    padding-bottom: 120px !important;
  }
  .footer .soc-icons {
    text-align: left;
    margin-top: 10px;
  }

  .award-badge {
    border-left: 0px;
  }
}

/*# sourceMappingURL=shared.css.map */
