@charset "UTF-8";
@font-face {
  font-family: "IBM Plex Sans Bold";
  font-weight: 700;
  font-style: normal;
  src: url("/IBMPlexSans-Bold.ttf") format("truetype");
}
@font-face {
font-family: "IBM Plex Sans SemiBold";
  font-weight: 600;
  font-style: normal;
  src: url("/IBMPlexSans-SemiBold.woff2") format("woff2"), url("/IBMPlexSans-SemiBold.woff") format("woff"), url("/IBMPlexSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans Regular";
  font-weight: 400;
  font-style: normal;
  src: url("/IBMPlexSans-Regular.woff2") format("woff2"), url("/IBMPlexSans-Regular.woff") format("woff"), url("/IBMPlexSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans Light";
  font-weight: 300;
  font-style: normal;
  src: url("/IBMPlexSans-Light.woff2") format("woff2"), url("/IBMPlexSans-Light.woff") format("woff"), url("/IBMPlexSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Neue Machina Black";
  font-weight: 900;
  font-style: normal;
  src: url("/NeueMachina-Black.woff2") format("woff2"), url("/NeueMachina-Black.woff") format("woff"), url("") format("opentype"), url("") format("eot");
}
@font-face {
  font-family: "Neue Machina Regular";
  font-weight: 400;
  font-style: normal;
  src: url("/NeueMachina-Regular.woff2") format("woff2"), url("/NeueMachina-Regular.woff") format("woff"), url("") format("opentype"), url("") format("eot");
}
@font-face {
  font-family: "Feeling Passionate";
  font-weight: 400;
  font-style: normal;
  src: url("/FeelingPassionate-Regular.woff2") format("woff2"), url("/FeelingPassionate-Regular.woff") format("woff"), url("/FeelingPassionate-Regular.ttf") format("truetype"), url("") format("opentype");
}
/* FONTS end */
/* VARIABLES start */
/** GRAYS **/
/** DEFAULT COLORS **/
/* VARIABLES end */
/* ITERA VARIABLES start */
/**** ITERA VARIABLES end ****/
/* FUNCTIONS start */
/* FUNCTIONS end */
/* MIXINS start */
/*********************       MEDIA QUERIES        *********************/
/*
@include breakpoint(sm) {
.some-class {
  display: block;
}
}
*/
/* Single property */
/* Multiple properties with same values */
/*****    WORKSPACE   ******/
.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 3px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

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

.pr-3 {
  padding-right: 3px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

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

.pr-25 {
  padding-right: 25px;
}

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

.pr-35 {
  padding-right: 35px;
}

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

.pr-45 {
  padding-right: 45px;
}

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

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

.pl-3 {
  padding-left: 3px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

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

.pl-25 {
  padding-left: 25px;
}

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

.pl-35 {
  padding-left: 35px;
}

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

.pl-45 {
  padding-left: 45px;
}

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

.m-0 {
  margin: 0px;
}

.m-3 {
  margin: 3px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/* MIXINS end */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* BASE start */
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #ff4b33;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #000;
  text-decoration: underline;
}

/* BASE end */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Neue Machina;
  font-weight: 900;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.75rem;
}

h2, .h2 {
  font-size: 2.2rem;
}

h3, .h3 {
  font-size: 1.925rem;
}

h4, .h4 {
  font-size: 1.65rem;
}

h5, .h5 {
  font-size: 1.375rem;
}

h6, .h6 {
  font-size: 1.1rem;
}

.lead {
  font-size: 1.375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

/**
 * Basic typography style for copy text
 */
body {
  color: #000;
  font-size: 1.1rem;
  font: normal 125%/1.4 "IBM Plex Sans", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.h0-font {
  font-family: "Neue Machina";
  font-style: normal;
  font-weight: 900;
}

.h0-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  position: absolute;
  width: 95%;
}

.h0-container {
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}

/* TYPOGRAPHY end */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .container {
    flex-wrap: nowrap;
  }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* HELPERS end */
/******  Fixes to styling from Boostrap *****/
body {
  height: auto;
  /* Modal */
}
body .fa {
  top: 0px;
}
body table {
  font-size: inherit;
}
body .table > thead > tr > th {
  font-weight: normal;
  text-transform: uppercase;
}
body .nav > li > a {
  padding-left: 0px;
}
body .nav > li > a:hover, body .nav > li > a:focus {
  background-color: transparent;
}
body .navbar {
  font-size: inherit;
}
body .navbar-inverse .navbar-collapse, body .navbar-inverse .navbar-form {
  border: none;
}
body #navbar, body .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body .navbar-inverse {
  background-color: #ff4b33;
}
body .navbar-brand p {
  margin: 0px;
}
body .navbar-brand > img {
  max-width: 100%;
}
body legend {
  border-bottom: none;
}
body .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: inherit;
}
body .table > thead > tr > th, body .table > tbody > tr > th, body .table > tfoot > tr > th, body .table > thead > tr > td, body .table > tbody > tr > td, body .table > tfoot > tr > td { /*vertical-align: bottom; */
  line-height: 1.5;
}
body .table-fluid td:before {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
@media (min-width: 768px) {
  body .table-fluid td:before {
    white-space: normal;
    word-wrap: normal;
    word-break: normal;
  }
}
body .crmEntityFormView table.table td, body .crmEntityFormView table.table td:first-child,
body .table > thead > tr > th, body .table > tbody > tr > th, body .table > tfoot > tr > th, body .table > thead > tr > td, body .table > tbody > tr > td, body .table > tfoot > tr > td {
  padding: 10px 10px 5px 1px;
}
body .crmEntityFormView .actions {
  border-top: none;
}
body .form-control, body #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container input {
  box-shadow: none;
}
body .navbar-inverse .navbar-nav > li > a:hover, body .navbar-inverse .navbar-nav > li > a:focus,
body .navbar-inverse .navbar-nav > .open > a, body .navbar-inverse .navbar-nav > .open > a:hover, body .navbar-inverse .navbar-nav > .open > a:focus,
body .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, body .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: inherit;
  border: inherit;
}
body .navbar-inverse .navbar-collapse, body .navbar-inverse .navbar-form {
  border-top: none;
}
body body .link:hover, body body a:hover, body body .side-nav a:hover, body .side-nav body a:hover, body body .link:visited:hover, body body a:visited:hover, body body .side-nav a:visited:hover, body .side-nav body a:visited:hover {
  color: #ffffff;
}
body .navbar-static-top .navbar-brand {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
}
body .navbar-static-top .navbar-header, body .navbar-static-top header.navbar-inverse #navbar.in, header.navbar-inverse body .navbar-static-top #navbar.in {
  padding-top: 0px;
}
body .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-weight: normal;
}
body .entity-lookup .view-grid, body .entity-associate .view-grid {
  font-size: 100%;
}
body .container {
  height: inherit;
}
body .container#content-container {
  height: -moz-fit-content;
  height: fit-content;
  flex-grow: 2;
  max-width: 100%;
}
body .alert {
  font-size: 1em;
}
body .input-group-addon:last-child {
  padding-left: 0px;
}
body #navbar.navbar-collapse.in {
  overflow-y: visible;
}

/* end body */
@media (max-width: 767px) {
  .crmEntityFormView table.section {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0px;
  }
}
@media (max-width: 1200px) {
  .navbar-static-top .navbar-brand {
    height: auto;
  }
}
/* BOOTSTRAPFIX end */
/******  Fixes to the css file "Portalbasictheme.css" for Power Pages Registration Site *****/
body {
  /* revert Arial Font declaration */
  /* revert Arial Font declaration */
  /* link underline */
  /* Entity Form Fix */
}
body footer,
body .btn-default, body .btn-primary,
body .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a,
body .navbar-inverse .navbar-nav > li > a,
body a, body .a,
body .poll .poll-tags h4, body h5, body .h5, body p, body .p, body p.smallText .page_section p,
body .section-diagonal-left p, body .section-diagonal-right p, body .p2, body .button1, body .button2,
body .section-landing .row > div .section-landing-sub-heading {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: inherit;
}
body h1, body .h1,
body .section-landing-heading,
body .section-landing .row > div .section-landing-heading,
body .section-inline-search .row > div h1,
body .section-landing h1,
body .section-search .header-search h1,
body .page_section h1,
body .color-inverse h1, body h1 p, body h2, body .h2,
body .page_section h2,
body .color-inverse h2, body h2 p, body h3, body .h3,
body .page_section h3,
body .color-inverse h3,
body .sidebar-home h3, body h4, body .h4, body .poll .poll-header h4,
body h1.siteTitle {
  font-family: Neue Machina;
  color: inherit;
}
body a:not(.btn) {
  text-decoration-line: underline;
}
body .columnBlockLayout {
  padding: inherit;
}

/* PORTALBASICSTHEMEFIX end */
/******  Fixes to the css file "Customtheme.css" for Power Pages Registration Site *****/
body { /* width: 45px; cut save button on forms in half */ }
body textarea#msdynce_coursedescription {
  height: auto; /* height: 80px; forced textareas to be 80px dispite setting in form */
}
body .row.form-custom-actions button, body .row.form-custom-actions input {
  width: auto;
}

/*****    HEADER    *****/
.navbar-static-top.navbar {
  min-height: 138px;
}
@media (min-width: 992px) {
  .navbar-static-top.navbar {
    min-height: 68px;
  }
}

.navbar-static-top.navbar-inverse {
  background-color: #ff4b33;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .navbar-static-top.navbar-inverse .navbar-form {
    padding-top: 3px;
  }
}

/* Itera Logo */
header.navbar-inverse {
  /* Logos */
  /* Main Menu */
}
header.navbar-inverse .navbar-header, header.navbar-inverse #navbar.in {
  margin: auto;
  max-width: calc(var(--container-width) + 100px);
  padding-top: 0px;
}
header.navbar-inverse .navbar-header .logo-wrapper, header.navbar-inverse #navbar.in .logo-wrapper {
  position: relative;
}
header.navbar-inverse .navbar-header .logo-wrapper .logo-small, header.navbar-inverse #navbar.in .logo-wrapper .logo-small {
  width: 30px;
  height: 30px;
}
header.navbar-inverse .navbar-header .logo-wrapper .logo-stacked, header.navbar-inverse #navbar.in .logo-wrapper .logo-stacked {
  max-width: 44px;
  max-height: 83px;
}
header.navbar-inverse .navbar-header .logo-wrapper .logo-large, header.navbar-inverse #navbar.in .logo-wrapper .logo-large {
  width: 163px;
  height: 32px;
}
header.navbar-inverse .navbar-header .logo-wrapper .logo-large-wrapper, header.navbar-inverse #navbar.in .logo-wrapper .logo-large-wrapper, header.navbar-inverse .navbar-header .logo-wrapper .logo-small-wrapper, header.navbar-inverse #navbar.in .logo-wrapper .logo-small-wrapper, header.navbar-inverse .navbar-header .logo-wrapper .logo-stacked-wrapper, header.navbar-inverse #navbar.in .logo-wrapper .logo-stacked-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 17px;
}
header.navbar-inverse .navbar-header .logo-wrapper .logo-small-wrapper, header.navbar-inverse #navbar.in .logo-wrapper .logo-small-wrapper {
  display: none;
}
@media (min-width: 992px) {
  header.navbar-inverse .navbar-header .logo-wrapper .logo-stacked-wrapper, header.navbar-inverse #navbar.in .logo-wrapper .logo-stacked-wrapper {
    display: none;
  }
}
header.navbar-inverse .navbar-header .logo-wrapper .logo-large-wrapper, header.navbar-inverse #navbar.in .logo-wrapper .logo-large-wrapper {
  display: none;
}
@media (min-width: 768px) {
  header.navbar-inverse .navbar-header .logo-wrapper .logo-large-wrapper, header.navbar-inverse #navbar.in .logo-wrapper .logo-large-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  header.navbar-inverse .navbar-header .logo-wrapper .logo-large-wrapper, header.navbar-inverse #navbar.in .logo-wrapper .logo-large-wrapper {
    display: block;
  }
}
header.navbar-inverse .navbar-header .navbar-toggle, header.navbar-inverse #navbar.in .navbar-toggle, header.navbar-inverse .navbar-header .navbar-toggle:hover, header.navbar-inverse .navbar-header .navbar-toggle:focus {
  background-color: transparent;
  border: none;
}
header.navbar-inverse .navbar-header .navbar-toggle #navigation-button, header.navbar-inverse #navbar.in .navbar-toggle #navigation-button {
  transform: rotate(0deg);
}
header.navbar-inverse .navbar-header .navbar-toggle.collapsed #navigation-button, header.navbar-inverse #navbar.in .navbar-toggle.collapsed #navigation-button {
  transform: rotate(45deg);
  top: 5px;
}
header.navbar-inverse #navbar .dropdown-menu {
  background-color: #ff4b33;
  border: none;
  margin-top: 0px;
  color: #000;
  box-shadow: none;
  background-clip: none;
  padding: 0px;
  text-align: right;
}
header.navbar-inverse #navbar .dropdown-menu > li > a {
  padding: 5px 15px 5px 25px;
  background-color: #ff4b33;
  color: #000;
}
header.navbar-inverse #navbar .dropdown-menu > li > a:hover, header.navbar-inverse #navbar .dropdown-menu > li > a:focus {
  background-color: #ff4b33;
  border: none;
  color: #fff;
}
header.navbar-inverse #navbar.in .navbar-nav .dropdown-menu {
  padding: 0px;
}
header.navbar-inverse #navbar.in .navbar-nav .open .dropdown-menu {
  background-color: #ff4b33;
  border: none;
  margin-top: 0px;
  color: #000;
  box-shadow: none;
  background-clip: none;
  padding: 0px;
  text-align: right;
}
header.navbar-inverse #navbar.in .navbar-nav .open .dropdown-menu > li > a {
  padding: 5px 15px 5px 25px;
  background-color: #ff4b33;
  color: #000;
}
header.navbar-inverse #navbar.in .navbar-nav .open .dropdown-menu > li > a:hover, header.navbar-inverse #navbar.in .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #ff4b33;
  border: none;
  color: #fff;
}
header.navbar-inverse #navbar.in .navbar-right {
  padding-top: 8px;
  text-align: right;
}
header.navbar-inverse #navbar #navbar .weblinks {
  text-align: right;
}
header.navbar-inverse #navbar #navbar .weblinks > li > a {
  font-size: 1.2em;
}

/* HEADER end */
/*
/// ITERA SPECIFIC COMPONENTS 
*/


*/
/* BUTTON end */ /* Generic Form styling */
body #content_form {
  padding-bottom: 100px;
}

body .entityformwidth-80 {
  width: 100%;
}
@media (min-width: 992px) {
  body .entityformwidth-80 {
    width: 80%;
  }
}
body .entityformwidth-100 {
  width: 100%;
}

body .crmEntityFormView .cell {
  padding: 15px 0px;
}
body .crmEntityFormView table.section tr {
  /* FIX and reset */
  display: flex;
  flex-wrap: wrap;
}
body .crmEntityFormView table.section tr td .control input {
  background-color: transparent;
  border: none;
  border-radius: none;
  height: auto;
}
body .crmEntityFormView table.section tr .msos-filter-container .msos-caret-container {
  background-color: transparent !important;
}
body .crmEntityFormView table.section tr td.cell.zero-cell {
  display: none;
}
body .crmEntityFormView table.section tr td.cell {
  vertical-align: top;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
body .crmEntityFormView table.section tr td.cell .form-control, body .crmEntityFormView table.section tr td.cell #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container input, body #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container .crmEntityFormView table.section tr td.cell input {
  background-color: #f8f9fa !important;
  border-radius: 0.25rem;
  border: 1px solid #37e17b;
  width: 100%;
}
body .crmEntityFormView table.section tr td.cell .form-control.readonly, body .crmEntityFormView table.section tr td.cell #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container input.readonly, body #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container .crmEntityFormView table.section tr td.cell input.readonly, body .crmEntityFormView table.section tr td.cell .form-readonly .form-control, body .crmEntityFormView table.section tr td.cell .form-readonly #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container input, body #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container .crmEntityFormView table.section tr td.cell .form-readonly input, body .crmEntityFormView table.section tr td.cell .form-control[readonly][disabled], body .crmEntityFormView table.section tr td.cell #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container input[readonly][disabled], body #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container .crmEntityFormView table.section tr td.cell input[readonly][disabled] {
  background-color: transparent !important;
  border: none;
}
@media (min-width: 992px) {
  body .crmEntityFormView table.section tr td.cell input[type=text].form-control, body .crmEntityFormView table.section tr td.cell #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container input[type=text], body #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container .crmEntityFormView table.section tr td.cell input[type=text] {
    width: 100%;
  }
  body .crmEntityFormView table.section tr td.cell input[type=email].form-control, body .crmEntityFormView table.section tr td.cell #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container input[type=email], body #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container .crmEntityFormView table.section tr td.cell input[type=email] {
    width: 340px;
  }
  body .crmEntityFormView table.section tr td.cell input#firstname.form-control, body .crmEntityFormView table.section tr td.cell #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container input#firstname, body #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container .crmEntityFormView table.section tr td.cell input#firstname {
    width: 240px;
  }
  body .crmEntityFormView table.section tr td.cell input#lastname.form-control, body .crmEntityFormView table.section tr td.cell #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container input#lastname, body #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container .crmEntityFormView table.section tr td.cell input#lastname {
    width: 340px;
  }
  body .crmEntityFormView table.section tr td.cell select.picklist.form-control {
    width: auto;
  }
  body .crmEntityFormView table.section tr td.cell textarea.textarea.form-control {
    width: 100%;
  }
}

body .crmEntityFormView .form-readonly.entity-form table.section tr td.cell .control .form-control, body .crmEntityFormView .form-readonly.entity-form table.section tr td.cell #EntityFormPanel .control .msos-container:not(.msos-disabled) .msos-input-container input, body #EntityFormPanel .crmEntityFormView .form-readonly.entity-form table.section tr td.cell .control .msos-container:not(.msos-disabled) .msos-input-container input {
  background-color: transparent !important;
  border: 1px solid transparent;
}

/* PCF Components */
body #EntityFormPanel .control .msos-container:not(.msos-disabled) {
  border: 1px solid #37e17b;
  border-radius: 0.25rem;
  height: 35px;
  background-color: rgb(248, 249, 250) !important;
  font-size: inherit;
  font-family: inherit;
  width: auto;
}
/* BUTTON end */
/* Profile Form */
/* ITERA HERO */
.hero-text {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.hero-container {
  height: 400px;
  background-color: #ff4b33;
}

.hero-pusher {
  height: 280px;
}

@media (min-width: 768px) {
  .hero-container {
    height: 300px;
  }
  .hero-text {
    font-size: 120px;
    line-height: 120px;
  }
  .hero-pusher {
    height: 220px;
  }
}
/* Site Title */
h1.siteTitle {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Ingress */
.ingress {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .ingress {
    font-size: 30px;
    line-height: 45px;
  }
}
button.button1, button.button2 {
  padding: 18px 24px;
  font-size: 18px;
  width: auto;
  align-self: baseline;
  background: #f8c513;
  color: #000;
  font-weight: bold;
  border: 1px solid #f8c513;
  border-radius: 0;
}
button.button1:hover, button.button2:hover {
  background: #fff;
}
button.button1:focus, button.button2:focus {
  background: #f8c513;
}
button.button1:disabled, button.button2:disabled {
  opacity: 0.8;
  color: #f8c513;
}
button.button2 {
  background-color: transparent;
  color: #af1dff;
  font-weight: bold;
  border: 1px solid fuchsia;
  text-decoration: underline;
}

/*** Itrea End ****//*# sourceMappingURL=main.css.map */