/* Variables */
/* Variables (End) */
/* Brand Color Pallet */
/* Brand Color Pallet */
/* Primary Colors */
/* Accent Colors */
/* #8F0A17 */
/* #E7730A */
/* #59AA39 */
/* #007BA5 */
/* # */
/* Neutral Colors */
/* Brand Color Pallet (End) */
/* Brand Color Pallet (End) */
/* Styles */
html, body, .isi-padot-wrapper, .form, .isi-field-outer-wrapper {
  height: auto;
  overflow: visible;
  line-height: 1.4em !important; }

body {
  margin: 0;
  padding: 0; }

.isi-container-wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%; }
  .isi-container-wrapper .isi-container-half {
    box-sizing: border-box;
    float: none;
    padding: 0 20px 20px 20px;
    width: 100%; }

@media (min-width: 950px) {
  .isi-container-wrapper {
    padding: 0 40px; }
    .isi-container-wrapper .isi-container-half {
      float: left;
      padding: 20px;
      width: 50%; } }
.isi-stylizedform-wrapper {
  position: relative; }
  .isi-stylizedform-wrapper .isi-stylizedform {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 20px; }
    .isi-stylizedform-wrapper .isi-stylizedform .isi-stylizedform-title {
      color: #009ACE;
      font-size: 24px;
      line-height: 1.4em;
      margin: 0;
      padding: 0 0 20px 0; }

@media (min-width: 950px) {
  .isi-stylizedform-wrapper {
    position: relative; }
    .isi-stylizedform-wrapper .isi-stylizedform {
      background-color: white;
      border-radius: 4px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      padding: 30px;
      position: absolute;
      top: 20px;
      right: 20px;
      left: 20px;
      margin-bottom: 40px; } }
.isi-header-wrapper {
  background-color: #005A7C; }
  .isi-header-wrapper .isi-header {
    padding: 20px 0;
    width: 100%; }
  .isi-header-wrapper .isi-product-logo-wrapper {
    margin: 0;
    text-align: center; }
    .isi-header-wrapper .isi-product-logo-wrapper .isi-product-logo {
      display: block;
      height: 48px;
      margin: 0 auto; }

.isi-megaboard-wrapper {
  background-color: #005A7C;
  background-image: url("https://s3-us-west-2.amazonaws.com/infosec-institute/assets/images/form-background.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%; }
  .isi-megaboard-wrapper .isi-megaboard {
    padding: 20px 0;
    width: 100%; }
  .isi-megaboard-wrapper h1 {
    color: white;
    display: none;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    padding: 0; }
  .isi-megaboard-wrapper h3 {
    color: white;
    display: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    padding: 0; }
  .isi-megaboard-wrapper .isi-product-logo-wrapper {
    margin: 0;
    text-align: center; }
    .isi-megaboard-wrapper .isi-product-logo-wrapper .isi-product-logo {
      display: none; }
    .isi-megaboard-wrapper .isi-product-logo-wrapper .isi-product-logo-mobile {
      display: block;
      height: 36px;
      margin: 0 auto; }

@media (min-width: 650px) {
  .isi-megaboard-wrapper {
    width: 100%; }
    .isi-megaboard-wrapper .isi-megaboard {
      padding: 20px 0;
      width: 100%; }
    .isi-megaboard-wrapper h1, .isi-megaboard-wrapper h3 {
      display: block;
      font-weight: bold; }
    .isi-megaboard-wrapper .isi-product-logo-wrapper {
      margin: 52px 0 0 0;
      text-align: left; }
      .isi-megaboard-wrapper .isi-product-logo-wrapper .isi-product-logo {
        display: block;
        height: 42px;
        margin: 0 0 0 -5px; }
      .isi-megaboard-wrapper .isi-product-logo-wrapper .isi-product-logo-mobile {
        display: none; } }
@media (min-width: 950px) {
  .isi-megaboard-wrapper .isi-megaboard {
    padding: 40px 0;
    width: 100%; }
  .isi-megaboard-wrapper h1 {
    font-size: 42px; }
  .isi-megaboard-wrapper .isi-product-logo-wrapper {
    margin: 75px 0 0 0; }
    .isi-megaboard-wrapper .isi-product-logo-wrapper .isi-product-logo {
      height: 52px;
      margin: 0 0 0 -5px; } }
.isi-support-wrapper {
  padding-top: 20px; }
  .isi-support-wrapper .isi-support p, .isi-support-wrapper .isi-support li {
    color: #75787B;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.85em; }

.isi-speaker-wrapper {
  background-color: #EFF0F0;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  margin-top: 20px;
  padding: 20px;
  width: 100%; }
  .isi-speaker-wrapper:first-of-type {
    margin-top: 0; }
  .isi-speaker-wrapper .isi-speaker-headshot {
    border-radius: 50%;
    float: left;
    height: calc(20% - 10px);
    margin: 0 10px 0 0;
    width: calc(20% - 10px); }
  .isi-speaker-wrapper .isi-speaker-meta-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    float: left;
    padding-left: 10px;
    text-align: left;
    width: 80%; }
  .isi-speaker-wrapper .isi-speaker-inner-meta-wrapper {
    margin: auto 0 0 0; }
  .isi-speaker-wrapper .isi-speaker-header {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    opacity: .5;
    text-transform: uppercase; }
  .isi-speaker-wrapper .isi-speaker-name {
    font-size: 18px;
    margin: 10px 0 0 0; }
  .isi-speaker-wrapper .isi-speaker-title {
    font-size: 12px !important;
    margin: 0; }

@media (min-width: 950px) {
  .isi-support-wrapper {
    padding-top: 0; } }
.isi-affirm-wrapper, .isi-details-wrapper {
  border-top: 2px solid #E5E6E6;
  color: #75787B;
  padding: 15px 0 0 0;
  margin: 20px 0 0 0; }
  .isi-affirm-wrapper p, .isi-affirm-wrapper li, .isi-details-wrapper p, .isi-details-wrapper li {
    color: #75787B;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.85em;
    margin: 0 0 5px 0; }
    .isi-affirm-wrapper p:last-of-type, .isi-affirm-wrapper li:last-of-type, .isi-details-wrapper p:last-of-type, .isi-details-wrapper li:last-of-type {
      margin: 0; }
  .isi-affirm-wrapper .isi-pseudo-headline, .isi-details-wrapper .isi-pseudo-headline {
    font-weight: bold;
    margin: 0 0 5px 0; }

.isi-details-wrapper {
  color: #BBBCBC; }
  .isi-details-wrapper p, .isi-details-wrapper li {
    color: #BBBCBC; }

.isi-base-wrapper .isi-base .isi-container-half {
  padding: 0 20px 20px 20px; }

.isi-copyright-wrapper {
  border-top: 2px solid #E5E6E6;
  padding: 20px 0 40px 0; }
  .isi-copyright-wrapper p {
    color: #BBBCBC;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 1.65em;
    margin: 0; }

/* Form Overrides */
.isi-stylizedform {
  margin-bottom: 40px; }
  .isi-stylizedform .isi-field, .isi-stylizedform .isi-submit {
    width: 100%; }
  .isi-stylizedform .isi-field:nth-child(odd) {
    padding-right: 0; }
  .isi-stylizedform .isi-field:nth-child(even) {
    padding-left: 0; }

.completion-h2 {
  border-top: 2px solid #E5E6E6;
  color: #081F2C;
  font-size: 24px;
  line-height: 1.85em;
  margin: 10px 0 0 0;
  padding: 20px 0 0 0; }

.completion-p {
  color: #75787B;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.85em;
  margin: 0 0 10px 0; }
  .completion-p a:link {
    color: #75787B;
    text-decoration: underline; }
  .completion-p:last-of-type {
    margin: 0 0 0 0; }

/* Product Flavoring */
.isi-product-infoseciq .isi-stylizedform-title {
  color: #981D97 !important; }
.isi-product-infoseciq .isi-field input:hover, .isi-product-infoseciq .isi-field input:focus {
  border: 2px solid #981D97; }
.isi-product-infoseciq .isi-field select:hover, .isi-product-infoseciq .isi-field select:focus {
  border: 2px solid #981D97; }
.isi-product-infoseciq .isi-button-primary {
  background-color: #981D97;
  border: 2px solid #981D97; }
  .isi-product-infoseciq .isi-button-primary:hover {
    background-color: #761675;
    border: 2px solid #761675; }
.isi-product-infoseciq .completion-p a:link {
  color: #981D97 !important; }

.isi-product-infosecflex .isi-stylizedform-title {
  color: #6CC24A !important; }
.isi-product-infosecflex .isi-field input:hover, .isi-product-infosecflex .isi-field input:focus {
  border: 2px solid #6CC24A; }
.isi-product-infosecflex .isi-field select:hover, .isi-product-infosecflex .isi-field select:focus {
  border: 2px solid #6CC24A; }
.isi-product-infosecflex .isi-button-primary {
  background-color: #6CC24A;
  border: 2px solid #6CC24A; }
  .isi-product-infosecflex .isi-button-primary:hover {
    background-color: #59aa39;
    border: 2px solid #59aa39; }
.isi-product-infosecflex .completion-p a:link {
  color: #6CC24A !important; }

.isi-product-infosecskills .isi-stylizedform-title {
  color: #009ACE !important; }
.isi-product-infosecskills .isi-field input:hover, .isi-product-infosecskills .isi-field input:focus {
  border: 2px solid #009ACE; }
.isi-product-infosecskills .isi-field select:hover, .isi-product-infosecskills .isi-field select:focus {
  border: 2px solid #009ACE; }
.isi-product-infosecskills .isi-button-primary {
  background-color: #009ACE;
  border: 2px solid #009ACE; }
  .isi-product-infosecskills .isi-button-primary:hover {
    background-color: #007ba5;
    border: 2px solid #007ba5; }
.isi-product-infosecskills .completion-p a:link {
  color: #009ACE !important; }

/* Test Pricing Form */
.isi-course-information-wrapper {
  text-align: left;
  width: 100%; }
  .isi-course-information-wrapper .isi-course-title {
    font-size: 18px !important;
    line-height: 1.25em;
    margin: 40px 0 0 0; }
  .isi-course-information-wrapper .isi-course-meta {
    color: #75787B;
    font-size: 18px !important;
    line-height: 1.25em;
    margin: 5px 0 20px 0; }
  .isi-course-information-wrapper p {
    color: #75787B;
    line-height: 1.675em; }

.isi-course-price-table, .isi-course-price-table-2 {
  border-collapse: collapse;
  border-top: 2px solid #EFF0F0;
  line-height: 1.675em;
  font-size: 14px;
  width: 100%; }
  .isi-course-price-table .description, .isi-course-price-table-2 .description {
    border-bottom: 2px solid #EFF0F0;
    padding: 7px 0;
    text-align: left;
    width: 75%; }
  .isi-course-price-table .price, .isi-course-price-table-2 .price {
    border-bottom: 2px solid #EFF0F0;
    padding: 7px 0;
    text-align: center;
    width: 25%; }
  .isi-course-price-table .addition, .isi-course-price-table-2 .addition {
    color: #97999B; }

.isi-course-price-table-2 {
  font-weight: bold;
  margin-top: 20px; }

.isi-promotional-image-wrapper {
  margin: 10px 0;
  width: 100%; }
  .isi-promotional-image-wrapper .isi-promotional-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    float: left;
    justify-content: center;
    padding: 10px;
    width: 25%; }
    .isi-promotional-image-wrapper .isi-promotional-image img {
      width: 100%; }

@media (min-width: 650px) {
  .isi-promotional-image-wrapper .isi-promotional-image {
    width: 50%; } }

/*# sourceMappingURL=isi-marketingform-style.css.map */
