
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1px;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Extra small devices (phones, 599px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #4BCD3E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2 {
  margin: 0;
  color: #007D8A;
  font-weight: bold;
}

h1 {
  font-size: 2.1429em;
}

h2 {
  font-size: 1.4286em;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
}

.btn-primary {
  transition: .3s all;
  -webkit-transition: .3s all;
  font-size: 16rem;
}

@media (min-width: 992px) {
  .btn-primary {
    font-size: 14rem;
  }
}

.btn-primary-green-on-white {
  background: #4BCD3E;
  padding: 8px 30px;
  border: 2px solid #4BCD3E;
  border-radius: 67rem;
  color: #012834;
  /*font-family: 'source_sans_proregular', sans-serif;*/
  font-weight: Bold;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.btn-primary-green-on-white:hover,
.btn-primary-green-on-white:focus {
  background: none;
  border: 2px solid #4BCD3E;
  border-radius: 67rem;
  color: #012834;
}

.btn-primary-green-on-white:active {
  background: #4BCD3E;
  outline: none;
  color: #ffffff;
}

.btn-primary-green-on-white:focus, .btn-primary-green-on-dark:focus, .btn-primary-white-on-dark:focus {
  outline: none;
}

.btn-primary-green-on-white[disabled] {
  background: #F2F2F2;
  color: #B3B3B3;
  border: 2px solid #F2F2F2;
  cursor: not-allowed;
}

.btn-primary-green-on-dark {
  background: #4BCD3E;
  padding: 8px 30px;
  border: 2px solid #4BCD3E;
  border-radius: 67rem;
  color: #012834;
  /*font-family: 'source_sans_proregular', sans-serif;*/
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.btn-primary-green-on-dark:hover,
.btn-primary-green-on-dark:focus {
  background: none;
  border: 2px solid #4BCD3E;
  border-radius: 67rem;
  color: #ffffff;
}

.btn-primary-green-on-dark:active {
  background: #ffffff;
  outline: none;
  color: #012834;
}

.btn-primary-green-on-dark[disabled] {
  background: #F2F2F2;
  color: #B3B3B3;
  border: 2px solid #F2F2F2;
  cursor: not-allowed;
}

.btn-primary-white-on-dark {
  background: #ffffff;
  padding: 8px 30px;
  border: 2px solid #ffffff;
  border-radius: 67rem;
  color: #012834;
  /*font-family: 'source_sans_proregular', sans-serif;*/
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.btn-primary-white-on-dark:hover,
.btn-primary-white-on-dark:focus {
  background: none;
  border: 2px solid #ffffff;
  border-radius: 67rem;
  color: #ffffff;
}

.btn-primary-white-on-dark:active {
  background: #ffffff;
  outline: none;
  color: #012834;
}

.btn-primary-white-on-dark[disabled] {
  background: #F2F2F2;
  color: #B3B3B3;
  border: 2px solid #F2F2F2;
  cursor: not-allowed;
}

.btn-primary-purple-on-white {
  background: #6d256c;
  padding: 8px 30px;
  border: 2px solid #6d256c;
  border-radius: 67rem;
  color: #FFFFFF;
  /*font-family: 'source_sans_proregular', sans-serif;*/
  font-weight: Bold;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.btn-primary-purple-on-white:hover,
.btn-primary-purple-on-white:focus {
  background: none;
  border: 2px solid #6d256c;
  border-radius: 67rem;
  color: #6d256c;
}

.btn-primary-purple-on-white:active {
  background: #6d256c;
  outline: none;
  color: #ffffff;
}

.btn-primary-purple-on-white:focus, .btn-primary-green-on-dark:focus, .btn-primary-white-on-dark:focus {
  outline: none;
}

.btn-primary-purple-on-white[disabled] {
  background: #F2F2F2;
  color: #B3B3B3;
  border: 2px solid #F2F2F2;
  cursor: not-allowed;
}

body {
  background-color: #EBEBEB;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16rem;
}

@media (min-width: 992px) {
  body {
    font-size: 14rem;
  }
}

footer {
  width: 100%;
  background-color: #012834;
  color: #FFFFFF;
  padding: 20px 25px;
  text-align: center;
}

section > .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 600px) {
  section > .container {
    max-width: 565px;
  }
}

@media (min-width: 768px) {
  section > .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  section > .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  section > .container {
    max-width: 1140px;
  }
}

header {
  position: relative;
  width: 100%;
  /* height: 150px; */
  background-color: #012834;
  background-image: url(/student/app-resources/images/header_full_lg.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  padding: 243px 24px 144px;
}

@media (min-width: 768px) {
  header {
    padding-top: 194px;
  }
}

header .title {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

header .title > span {
  position: relative;
  display: inline;
}

header .title > span::after {
  content: "";
  position: absolute;
  top: 1.0625em;
  left: 0.0625em;
  width: 1em;
  height: 0.125em;
  background-color: #4BCD3E;
  border-radius: 0.0625em;
}

header .loginBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 126, 128, 0.9);
  text-align: center;
}

@media (min-width: 768px) {
  header .loginBar {
    height: 50px;
  }
}

header .loginBar .productNameGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px auto;
  /* height: 28px;
      min-width: 230px; */
  white-space: nowrap;
}

@media (min-width: 768px) {
  header .loginBar .productNameGroup {
    float: left;
    margin-left: 100px;
  }
}

header .loginBar .productNameGroup .productLogo {
  float: left;
  padding: 0 10px 0 0;
}

header .loginBar .productNameGroup .productName {
  float: left;
  color: #FFFFFF;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 23px;
  padding: 0 0 0 10px;
  border-left: 1px solid #FFFFFF;
}

header .loginBar .loginNav {
  margin: 15px auto;
}

@media (min-width: 768px) {
  header .loginBar .loginNav {
    float: right;
    margin-right: 100px;
    padding-top: 6px;
  }
}

header .loginBar .loginNav a {
  color: #FFFFFF;
}

.mainContent {
  background-color: #FFFFFF;
  padding: 80px 0 60px;
}

.mainContent .links {
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}

@media (min-width: 768px) {
  .mainContent .links {
    float: right;
    width: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 599px) {
  .mainContent .links .btn-primary-purple-on-white {
    font-size: 20px;
    padding: 0.5em 2em;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .mainContent .links .btn-primary-purple-on-white {
    font-size: 20px;
    padding: 0.5em 2em;
  }
}

.mainContent .columnBoxes {
  margin: 1em auto;
}

@media (min-width: 992px) {
  .mainContent .columnBoxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2em -1em;
  }
}

.mainContent .columnBoxes .columnBox {
  border: 1px solid #DDDDDD;
  margin: 1em auto;
  padding: 15px 30px;
}

@media (min-width: 992px) {
  .mainContent .columnBoxes .columnBox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin: 0 1em;
  }
}

.mainContent .columnBoxes .columnBox > h3 {
  margin: 0 -15px 0 -30px;
  padding-left: 15px;
  border-left: 15px solid #4BCD3E;
  color: #4BCD3E;
  font-size: 1.4286em;
  font-weight: bold;
}

.mainContent .columnBoxes .columnBox > :last-child {
  margin-bottom: 0;
}

.mainContent .resources {
  width: 60%;
  margin: 60px auto 0;
}

@media (min-width: 768px) {
  .mainContent .resources {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}

@media (min-width: 992px) {
  .mainContent .resources {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mainContent .resources a {
  display: block;
  position: relative;
  margin: 1em 0;
}

@media (min-width: 768px) {
  .mainContent .resources a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin: 0 0.5em;
  }
}

@media (min-width: 992px) {
  .mainContent .resources a {
    margin: 0 1em;
  }
}

.mainContent .resources a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.mainContent .resources a:hover::before {
  background-color: rgba(255, 255, 255, 0.25);
}

.mainContent .resources a img {
  width: 100%;
  height: auto;
}

.testimonials {
  background-color: #012834;
  padding: 80px 0 60px;
}

.testimonials .container {
  position: relative;
  height: 500px;
  padding: 30px 60px;
}

@media (min-width: 768px) {
  .testimonials .container {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .testimonials .container {
    height: 350px;
  }
}

.testimonials .container h2 {
  margin: 0;
  color: #4BCD3E;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #4BCD3E;
}

.testimonials .container .quote {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

@media (min-width: 768px) {
  .testimonials .container .quote {
    width: 70%;
  }
}

.testimonials .container .quote.active {
  display: block;
}

.testimonials .container .quote .text {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}

.testimonials .container .quote .byline {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-align: right;
}

.testimonials .container .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 120px;
  border-color: #666666;
  cursor: pointer;
}

.testimonials .container .arrow:hover {
  border-color: #FFFFFF;
}

.testimonials .container .arrow.prev {
  left: 0;
}

.testimonials .container .arrow.next {
  right: 0;
}

.testimonials .container .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: inherit;
}

.testimonials .container .arrow.prev::after {
  left: 43px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.testimonials .container .arrow.next::after {
  right: 43px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.testimonials .container .dprogress {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonials .container .dprogress .indicator {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #BBBABA;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .testimonials .container .dprogress .indicator {
    width: 75px;
  }
}

.testimonials .container .dprogress .indicator.current {
  background-color: #4BCD3E;
}

.videos {
  padding: 80px 0 60px;
}

.videos .videoContainer {
  display: none;
  width: 100%;
  /*background-color: #015b7e;*/
}

.videos .videoContainer.active {
  display: block;
}

.videos .videoContainer img {
  width: 100%;
  height: auto;
}


.videos .videoContainer iframe {
    position: absolute;
    top: 450;
    left: 0;
    width: 100%;
    height: 100%;
}

.videos .videoContainer video {
    width: 100%;
    height: auto;
 }
 
.videoThumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 40px;
  max-width: 80%;
}

.videoThumbs a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 260px;
}

.videoThumbs a img {
  width: 100%;
  height: auto;
}

.videoThumbs a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.videoThumbs a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #4BCD3E;
  border-radius: 5px;
  opacity: 0;
}

.videoThumbs a:hover::before {
  background-color: rgba(255, 255, 255, 0.25);
}

.videoThumbs a.selected {
  cursor: default;
}

.videoThumbs a.selected::before {
  background-color: rgba(255, 255, 255, 0);
}

.videoThumbs a.selected::after {
  opacity: 1;
}

section.demoRequest {
  background-color: #F9F5F1;
  padding: 80px 0 60px;
}

form.demoRequest {
  margin: 2em auto 0;
}

@media (min-width: 768px) {
  form.demoRequest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  form.demoRequest {
    margin-left: 150px;
    margin-right: 150px;
  }
}

form.demoRequest .group {
  width: 100%;
}

@media (min-width: 768px) {
  form.demoRequest .group {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding: 0 15px;
  }
}

form.demoRequest .drow {
  margin-bottom: 20px;
}

form.demoRequest .drow.comments {
  margin-top: 60px;
}

@media (min-width: 768px) {
  form.demoRequest .drow.comments {
    margin-top: 0;
  }
}

form.demoRequest .drow.submit {
  text-align: center;
}

form.demoRequest .drow.submit button {
  width: 100%;
}

@media (min-width: 768px) {
  form.demoRequest .drow.submit button {
    width: auto;
  }
}

form.demoRequest .drow.disclaimer {
  margin-bottom: 0;
  text-align: center;
  color: #00242D;
}

form.demoRequest label {
  display: inline-block;
  /* line-height: 1; */
  padding: 5px 0;
  white-space: nowrap;
  font-weight: bold;
  color: #00242D;
}

form.demoRequest input[type=text],
form.demoRequest textarea {
  display: block;
  width: 100%;
  /* height: 45px; */
  padding: 14rem;
  line-height: 1.4;
  color: #B3C1C7;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  opacity: 1;
}

@media (min-width: 992px) {
  form.demoRequest input[type=text],
  form.demoRequest textarea {
    padding: 12rem;
    font-size: 14rem;
  }
}

form.demoRequest input[type=text]:focus,
form.demoRequest textarea:focus {
  color: #012834;
  border-color: #01A9E1;
  outline: 0;
}

form.demoRequest input[type=text].error,
form.demoRequest textarea.error {
  color: #012834;
  border-color: #FF1F3E;
}

form.demoRequest input[type=text][disabled],
form.demoRequest textarea[disabled] {
  color: #012834;
  background-color: #E6E6E6;
  border-color: #DFDFDF;
  outline: 0;
}

.fis-demo-errorText{
	border: 1px solid red;
  border-radius: 4px;
}

.hide{
	display:none;
}

.fis-demo-para{
	display: block; 
	margin-block-start: 1em; 
	margin-block-end: 1em;  
	margin-inline-start: 0px; 
	margin-inline-end: 0px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.demo-sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.demo-sr-only.focusable:active,
.demo-sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

form.demoRequest::before, form.demoRequest::after {
  content: " ";
  display: table;
}

form.demoRequest::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=main.css.map */

