@font-face {
  font-family: Karla;
  src: url("../fonts/Karla-Regular.ttf"); }

@font-face {
  font-family: Karla-Bold;
  src: url("../fonts/Karla-Bold.ttf"); }

@font-face {
  font-family: CrimsonText-Bold;
  src: url("../fonts/CrimsonText-Bold.ttf"); }

body,
html {
  font-family: Karla, Helvetica, "Arial", sans-serif;
  scroll-behavior: smooth; }
  body p,
  html p {
    font-size: 1.25em; }
  body p strong,
  html p strong {
    font-family: Karla-Bold; }
    body p strong.green,
    html p strong.green {
      color: #00837E; }
  body li,
  html li {
    font-size: 1.25em; }
  body a,
  html a {
    color: #00837E; }
  body a:hover,
  html a:hover {
    color: #3a3a3a; }
  body ul li,
  html ul li {
    list-style: disc;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1em; }
    body ul li.none,
    html ul li.none {
      list-style: none; }

li > ol,
li > ul {
  font-size: 0.75em; }

ol.list-roman li {
  list-style-type: lower-roman; }

ul.nested-list {
  margin-top: 0.25rem; }
  ul.nested-list li {
    margin-bottom: 0.5rem; }

.list-roman {
  list-style-type: roman; }

.communication-text {
  display: inline-block;
  float: none;
  margin-left: 0;
  vertical-align: middle;
  overflow: hidden; }

.communication-img {
  display: inline-block;
  float: none;
  vertical-align: middle; }

#careconnect {
  width: 90%; }

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .iframe-wrapper.continuum {
    padding-top: 75%;
    background: #EAF5E7; }
    @media (max-width: 550px) {
      .iframe-wrapper.continuum {
        display: none; } }
  .iframe-wrapper.katherine {
    padding-top: 62.5%;
    background: #EAF5E7; }
    @media (max-width: 550px) {
      .iframe-wrapper.katherine {
        display: none; } }

.mobile-text {
  display: none; }
  @media (max-width: 550px) {
    .mobile-text {
      display: block;
      width: 100%; } }

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

::-moz-selection {
  background: #EAF5E7; }

::selection {
  background: #EAF5E7; }

#searchbar {
  background-image: url("../images/search.png");
  background-position: 6px 6px;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: 100%;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  padding: 12px 20px 12px 50px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
  margin-bottom: 50px;
  /* Add some space below the input */ }

#glossary li {
  list-style: none;
  margin-bottom: 30px; }
  #glossary li h2 {
    margin-bottom: 0; }

.container.short {
  min-height: 80vh; }
  @media (max-width: 550px) {
    .container.short {
      min-height: 20vh; } }

@media (max-width: 768px) {
  .container {
    width: 90%; } }

@media (max-width: 375px) {
  .container {
    width: 100%; } }

.container .sicg {
  width: 200px;
  margin: 0; }

.continuum-container {
  width: 715px;
  height: 520px;
  overflow: hidden;
  margin: auto;
  text-align: center; }
  @media (max-width: 550px) {
    .continuum-container {
      width: 100%; } }
  .continuum-container.ipace {
    height: 400px; }

.katherine-container {
  width: 780px;
  height: 480px;
  overflow: hidden; }
  @media (max-width: 550px) {
    .katherine-container {
      width: auto;
      height: auto; } }

.diagram-container {
  width: 100%;
  position: relative;
  overflow: auto; }
  .diagram-container .diagram-body-container {
    height: 200px;
    text-align: left; }
    @media (max-width: 550px) {
      .diagram-container .diagram-body-container {
        margin-bottom: 50px; } }
    @media (max-width: 375px) {
      .diagram-container .diagram-body-container {
        margin-bottom: 100px; } }
  @media (max-width: 375px) {
    .diagram-container #mobile-button-container {
      display: block;
      margin: auto; } }
  .diagram-container #restart {
    display: none;
    line-height: 100px; }
    @media (max-width: 550px) {
      .diagram-container #restart {
        display: block;
        float: left;
        font-family: Karla-Bold; } }
  .diagram-container .diagram-next {
    height: 40px;
    width: 150px;
    border-radius: 10px;
    padding: 30px;
    margin: 30 10 30 10px;
    position: relative;
    background: none;
    -webkit-box-shadow: 0 0 0 3px #14213D inset;
    box-shadow: 0 0 0 3px #14213D inset;
    border: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    font-size: 0.9em;
    line-height: 0;
    text-decoration: none;
    color: #14213D;
    float: right; }
    .diagram-container .diagram-next:hover {
      background-color: #14213D;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: white; }
    .diagram-container .diagram-next.gray {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #7a7a7a;
      color: white; }
  .diagram-container .diagram-bar {
    text-align: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin-bottom: 30px; }
    @media (max-width: 1250px) {
      .diagram-container .diagram-bar {
        display: inline-block; } }
    @media (max-width: 550px) {
      .diagram-container .diagram-bar {
        display: none; } }
  .diagram-container .diagrambody {
    display: none; }
    .diagram-container .diagrambody.active {
      display: block; }
    @media (max-width: 1250px) {
      .diagram-container .diagrambody {
        margin-top: 50px; } }
    @media (max-width: 550px) {
      .diagram-container .diagrambody {
        margin-top: 50px; } }
  .diagram-container .diagrambutton {
    border: none;
    border-radius: 0;
    margin: 10px;
    padding: 30 10px;
    font-family: Karla;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-transform: capitalize;
    color: #787878;
    cursor: auto; }
    @media (max-width: 768px) {
      .diagram-container .diagrambutton {
        font-size: 1em;
        margin: 0; } }
    @media (max-width: 550px) {
      .diagram-container .diagrambutton {
        padding: 0; } }
    .diagram-container .diagrambutton.visited {
      cursor: pointer;
      color: #3a3a3a; }
    .diagram-container .diagrambutton.active {
      cursor: pointer;
      border-bottom: 5px solid #00837E; }
  .diagram-container p {
    overflow: hidden;
    font-size: 1.2em; }
  .diagram-container .ipace-diagram-svg {
    width: 65px;
    padding: 10px;
    margin-right: 30px;
    margin-bottom: 20px;
    float: left; }
    @media (max-width: 550px) {
      .diagram-container .ipace-diagram-svg {
        display: none; } }
  .diagram-container.non-active {
    display: none; }

h1 {
  text-align: left;
  font-family: Crimsontext-Bold;
  font-size: 1.8em;
  line-height: 1.5em;
  color: #3a3a3a;
  letter-spacing: 0.0001em; }

h2 {
  text-align: left;
  font-family: Karla;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #3a3a3a;
  letter-spacing: 0.0001em; }

h3 {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1em;
  color: #00837E; }

.section img {
  width: 100%; }
  .section img.resources {
    width: 50%; }
  .section img.sicg-image {
    width: 250px;
    padding-bottom: 20px; }
  .section img.lightbox-thumbnail {
    max-width: 80%;
    margin: auto;
    -webkit-box-shadow: 0 0 35px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 35px -12px rgba(0, 0, 0, 0.75); }

.center {
  text-align: center; }

.lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); }

.lightbox img {
  /** Pad the lightbox image */
  max-width: 80%;
  max-height: 90%;
  margin-top: 3%;
  -o-object-fit: scale-down;
  object-fit: scale-down; }

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block; }

.accordion {
  border-top: 2px solid #3a3a3a;
  border-bottom: 2px solid #3a3a3a;
  padding: 8px;
  margin-top: -2px;
  -webkit-transition: all 0.4sec;
  -o-transition: all 0.4sec;
  transition: all 0.4sec; }
  @media (max-width: 550px) {
    .accordion {
      padding-left: 0;
      padding-right: 0; } }
  .accordion .accordion-head {
    cursor: pointer; }
  .accordion p {
    overflow: hidden; }
  .accordion h3 {
    font-size: 1.4em;
    letter-spacing: 0.001em; }
  .accordion .cst {
    width: 80%; }
  .accordion .accordion-icon {
    padding-right: 15px;
    float: left;
    width: 100px; }
    @media (max-width: 550px) {
      .accordion .accordion-icon {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        display: block; } }
  .accordion .row {
    margin-top: 15px;
    margin-bottom: 15px; }
  .accordion img.plus {
    float: right;
    margin: 0;
    padding: 8px;
    width: 15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .accordion img {
    margin: 10px; }
  .accordion img.paris {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 20px; }
  .accordion .accordion-content {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none; }
  .accordion.expanded img.plus {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.accordion h2 {
  font-family: Karla;
  font-weight: bold;
  letter-spacing: 0.001em;
  color: #00837E;
  font-size: 1.2em;
  margin-bottom: 0; }

#navbar {
  background-color: #4EC3A7;
  color: #ffffff;
  width: 100%;
  min-height: 100px;
  height: 100px;
  font-size: 0.8em;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.4sec;
  -o-transition: all 0.4sec;
  transition: all 0.4sec; }
  @media (max-width: 768px) {
    #navbar {
      height: auto;
      overflow: hidden;
      position: fixed;
      -webkit-box-shadow: 0 3px 9px 0 #a3a3a3;
      box-shadow: 0 3px 9px 0 #a3a3a3;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; } }
  #navbar #menu-icon {
    width: 40px;
    position: absolute;
    right: 20px;
    top: 30px;
    display: none; }
    @media (max-width: 768px) {
      #navbar #menu-icon {
        display: block;
        cursor: pointer; } }
  #navbar #nav-ipace-logo {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 180px; }
  #navbar img.caret {
    width: 200px;
    float: left;
    padding: 15px; }

.nav-text-link {
  float: right;
  position: relative;
  margin: 20px;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px; }
  @media (max-width: 768px) {
    .nav-text-link {
      display: none; } }
  .nav-text-link.responsive {
    float: none;
    display: block;
    text-align: left;
    margin: 0 20 20; }

#nav-links {
  padding-right: 15px; }
  @media (max-width: 768px) {
    #nav-links {
      margin-top: 100px; } }

.external {
  fill: #FFFFFF; }

/* Change the color of links on hover */
#navbar a:hover {
  color: #00837E; }
  #navbar a:hover .external {
    fill: #00837E; }

/* Add an active class to highlight the current page */
#navbar a.active {
  color: #00837E; }

#splash {
  background-image: url("../images/splash.png");
  height: 100vh;
  background-position: right top;
  background-size: cover;
  text-align: center;
  background-color: #FAF3DD; }
  @media (max-width: 1250px) {
    #splash {
      background-image: url("../images/splash.png");
      background-position: right bottom; } }
  @media (max-width: 768px) {
    #splash {
      height: 90vh; } }
  @media (max-width: 550px) {
    #splash {
      height: 100vh; } }
  #splash:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 247, 216, 0.7);
    display: none; }
    @media (max-width: 1250px) {
      #splash:before {
        display: block; } }
    @media (max-width: 768px) {
      #splash:before {
        display: block;
        height: 90%; } }
    @media (max-width: 550px) {
      #splash:before {
        display: block;
        height: 300px; } }
  #splash.full:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 247, 216, 0.7); }
    @media (max-width: 768px) {
      #splash.full:before {
        display: block;
        height: 90%; } }
  #splash.m2 {
    background-image: none; }
    #splash.m2:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(248, 247, 216, 0); }
      @media (max-width: 768px) {
        #splash.m2:before {
          display: block;
          height: 90%; } }
    #splash.m2 #content.container {
      text-align: left;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #splash.m2 .card-container {
      margin-top: 12rem; }
  #splash .button {
    width: 250px;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (max-width: 550px) {
      #splash .button {
        display: block;
        margin: auto;
        width: 100%; } }
  #splash #arrow {
    position: absolute;
    opacity: 0.8;
    bottom: 30px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation: move-arrow 2.5s infinite;
    animation: move-arrow 2.5s infinite; }
    #splash #arrow:hover {
      opacity: 1; }
    @media (max-width: 768px) {
      #splash #arrow {
        display: none; } }
  #splash #frontsplash_content {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%); }
    @media (max-width: 768px) {
      #splash #frontsplash_content .seven.columns {
        width: 100%; } }
  @media (max-width: 768px) {
    #splash #splash_content .six.columns {
      width: 90%; } }
  #splash #splash_content .seven.columns {
    text-align: left; }
    @media (max-width: 768px) {
      #splash #splash_content .seven.columns {
        width: 90%; } }
    @media (max-width: 768px) {
      #splash #splash_content .seven.columns.splash-container {
        width: 90%; } }
  #splash .splash-text {
    margin-left: 0;
    text-align: left; }
    @media (max-width: 550px) {
      #splash .splash-text.frontpage {
        margin-top: 100px; } }
    #splash .splash-text.identification {
      margin-top: 100px; }
      @media (max-width: 768px) {
        #splash .splash-text.identification {
          margin-left: 100px;
          margin-top: 50%; } }
      @media (max-width: 550px) {
        #splash .splash-text.identification {
          margin-left: 0;
          margin-top: 170px; } }
    #splash .splash-text.completion {
      margin-top: 100px; }
      @media (max-width: 768px) {
        #splash .splash-text.completion {
          margin-left: 0;
          margin-top: 150px; } }
      @media (max-width: 550px) {
        #splash .splash-text.completion {
          margin-left: 0;
          margin-top: 200px; } }
    @media (max-width: 550px) {
      #splash .splash-text {
        margin-top: 0;
        margin-left: 0; } }
    @media (max-width: 768px) {
      #splash .splash-text {
        margin-left: 0;
        margin-top: 110px; } }
    @media (max-width: 550px) {
      #splash .splash-text {
        margin-top: 150px;
        margin-left: 0; } }
  #splash h1 {
    text-align: left;
    font-family: Crimsontext-Bold;
    font-size: 1.8em;
    line-height: 1.5em;
    color: #3a3a3a;
    letter-spacing: 0.0001em; }
    @media (max-width: 768px) {
      #splash h1 {
        font-size: 1.5em;
        line-height: 1.4em; } }
  #splash h2 {
    font-family: Karla-Bold;
    text-align: left;
    font-size: 1.4em;
    letter-spacing: 0.0001em;
    line-height: 1.4em;
    color: #3a3a3a; }
    @media (max-width: 768px) {
      #splash h2 {
        font-size: 1.2em;
        line-height: 1.4em; } }
  #splash p {
    text-align: left;
    font-size: 1.25em; }
  #splash sub {
    text-align: left; }
    @media (max-width: 550px) {
      #splash sub {
        display: none; } }
  #splash.identification {
    background-image: url("../images/identification.png");
    background-position: bottom right;
    background-color: #ffdfdf; }
    @media (max-width: 768px) {
      #splash.identification {
        height: 90vh; } }
    @media (max-width: 550px) {
      #splash.identification {
        height: 300px;
        margin-bottom: -100px; } }
  #splash.congrats {
    background-image: url("../images/congrats.png");
    background-position: top right;
    background-color: #fff2dc; }
    @media (max-width: 768px) {
      #splash.congrats {
        height: 90vh; } }
  #splash.conversation {
    background-image: url("../images/conversation.png");
    background-position: top left;
    background-color: #d5e2d6; }
    @media (max-width: 768px) {
      #splash.conversation {
        height: 90vh; } }
    @media (max-width: 550px) {
      #splash.conversation {
        height: 300px;
        margin-bottom: -100px;
        background-position-y: 80px; } }

.green {
  color: dimgray; }

.gray {
  color: #4EC3A7; }

@-webkit-keyframes move-arrow {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  70% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes move-arrow {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  70% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@media (max-width: 768px) {
  #content .firstblock {
    margin-top: 30px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    #content .firstblock {
      margin-top: 130px; } }

@media (max-width: 768px) {
    #content .firstblock.splash {
      vertical-align: center; } }
    @media (max-width: 768px) and (max-width: 550px) {
      #content .firstblock.splash {
        margin-top: 50px; } }
    @media (max-width: 768px) and (max-width: 375px) {
      #content .firstblock.splash {
        margin-top: 100px; } }

.section {
  padding-top: 50px;
  padding-bottom: 50px; }
  .section p {
    font-size: 1.2em; }
  .section h2 {
    z-index: 10; }
  @media (max-width: 550px) {
    .section {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .section .communication {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: center; }
  .section.splash {
    padding-top: 100px;
    padding-bottom: 100px; }
  .section.cards {
    padding-bottom: 100px; }

.button {
  min-width: 200px;
  height: 50px;
  vertical-align: middle;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  background-color: #00837E;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  line-height: 50px;
  text-decoration: none;
  color: white;
  float: right; }
  @media (max-width: 550px) {
    .button {
      width: 100%;
      display: inline-block;
      padding: 0 10px;
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 0.8em; } }
  @media (max-width: 375px) {
    .button {
      width: 100%; } }
  .button.gray {
    background-color: #4EC3A7;
    color: white;
    float: left; }
    @media (max-width: 550px) {
      .button.gray {
        display: block; } }
  .button.gray:hover {
    background: none;
    -webkit-box-shadow: 0 0 0 3px #4EC3A7 inset;
    box-shadow: 0 0 0 3px #4EC3A7 inset;
    color: #4EC3A7; }
  .button:hover {
    background: none;
    -webkit-box-shadow: 0 0 0 3px #00837E inset;
    box-shadow: 0 0 0 3px #00837E inset;
    color: #00837E; }
    .button:hover .external {
      fill: #00837E; }

a.btn-link {
  text-decoration: none; }

.big-button {
  height: 100px;
  min-width: 200px;
  border-radius: 10px;
  padding: 12px 30px;
  margin: 30 10 30 10px;
  position: relative;
  background: none;
  border: 3px #00837E solid;
  color: #00837E;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: Karla-Bold;
  font-size: 1em;
  letter-spacing: 0.01em;
  line-height: 1.5em; }
  @media (max-width: 768px) {
    .big-button {
      width: 80%;
      display: block;
      margin: 20px auto; } }
  @media (max-width: 550px) {
    .big-button {
      width: 100%;
      display: block;
      margin: 20px auto; } }
  .big-button a {
    font-family: Karla-Bold;
    font-size: 1.5em;
    letter-spacing: 0.01em;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .big-button.first {
    margin-left: 0; }
    @media (max-width: 768px) {
      .big-button.first {
        margin-left: auto; } }
    @media (max-width: 550px) {
      .big-button.first {
        margin: 20px auto; } }
  .big-button:hover {
    background-color: #00837E;
    border: 3px #00837E solid;
    color: white; }

.highlight-container {
  width: 100%;
  background-color: #FFF5F5;
  position: relative; }
  .highlight-container.first {
    margin-top: 0; }
  @media (max-width: 550px) {
    .highlight-container {
      margin-bottom: 0;
      margin-top: 0; } }
  @media (max-width: 768px) {
    .highlight-container .two.columns {
      width: 100%;
      margin: 0;
      text-align: center;
      padding-bottom: 0; } }
  @media (max-width: 768px) {
    .highlight-container .eight.columns {
      width: 100%;
      text-align: center;
      margin: auto; } }
  @media (max-width: 550px) {
    .highlight-container .eight.columns {
      width: 100%;
      text-align: center; } }
  .highlight-container.green {
    background-color: #EAF5E7; }
  .highlight-container h2 {
    overflow: hidden; }
  .highlight-container p {
    overflow: hidden;
    margin-bottom: 0; }
  .highlight-container em {
    overflow: hidden; }
  .highlight-container sub {
    line-height: normal; }
  .highlight-container .left-align {
    text-align: left; }
  .highlight-container .highlight-text {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }
  .highlight-container .highlight-image {
    float: left;
    margin-right: 30px;
    width: 50px; }
    .highlight-container .highlight-image.atul {
      width: 150px; }
    @media (max-width: 768px) {
      .highlight-container .highlight-image {
        float: none;
        margin: 10px; } }

.icon {
  float: left;
  width: 30px;
  margin-right: 10px;
  padding: 10px; }

#content .card-container {
  padding: 25px 25px 100px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left; }
  @media (max-width: 550px) {
    #content .card-container {
      width: 100%;
      padding: 10px 0; } }
  #content .card-container .card {
    position: relative;
    width: 100%;
    min-height: 300px;
    display: inline-block;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Karla-Bold;
    border-radius: 20px;
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 550px) {
      #content .card-container .card#module-2 {
        margin-bottom: 100px; } }
    #content .card-container .card:hover {
      -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px);
      -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
      box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4); }
    #content .card-container .card h6 {
      position: absolute;
      top: 15px;
      left: 15px;
      font-size: 1.3em;
      color: #3a3a3a; }
    #content .card-container .card#module-1 {
      background-image: url("../images/module2.png");
      background-position: center;
      background-size: cover; }
    #content .card-container .card#module-2 {
      background-image: url("../images/module1.png");
      background-size: cover;
      background-position: center; }

#ipace-logo {
  width: 150px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (max-width: 1250px) {
    #ipace-logo {
      margin-top: 0; } }
  @media (max-width: 550px) {
    #ipace-logo {
      margin-top: 10px;
      margin-bottom: 15px; } }
  @media (max-width: 375px) {
    #ipace-logo {
      display: none; } }

#footer {
  background-color: #F0F0F0;
  color: #3a3a3a;
  width: 100%;
  min-height: 200px;
  height: 200px;
  font-size: 0.95em; }
  @media (max-width: 768px) {
    #footer {
      height: auto; } }
  @media (max-width: 550px) {
    #footer .eight.columns {
      width: 100%; } }
  #footer #footer-text {
    padding-top: 50px; }
  #footer .logo-box {
    text-align: right; }
    @media (max-width: 550px) {
      #footer .logo-box {
        text-align: center; } }
    #footer .logo-box p {
      margin-bottom: 0;
      text-align: right; }
      @media (max-width: 550px) {
        #footer .logo-box p {
          text-align: center;
          margin-bottom: 20px; } }
  #footer #footer-logo {
    width: 60%;
    max-width: 200px;
    padding-bottom: 10px; }
  #footer .contact {
    display: inline-block;
    margin-right: 50px; }
    @media (max-width: 768px) {
      #footer .contact {
        margin-right: 20px; } }
    @media (max-width: 550px) {
      #footer .contact {
        display: block;
        text-align: center;
        margin: 0; } }
  #footer .container-max {
    width: 85%;
    margin: auto; }
  #footer h1 {
    color: #00837E;
    font-family: Karla;
    font-weight: bold;
    letter-spacing: 0.03em;
    font-size: 1.5em;
    line-height: 0.4em; }
    @media (max-width: 550px) {
      #footer h1 {
        text-align: center; } }
  #footer b {
    font-size: 1.2em;
    letter-spacing: 0.01em;
    font-weight: bold; }

#sidenav {
  background-color: #4EC3A7;
  height: 100vh;
  width: 420px;
  position: fixed;
  top: 0;
  left: -420px;
  z-index: 0;
  color: white;
  font-family: Karla;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 101; }
  @media (max-width: 768px) {
    #sidenav {
      z-index: 99; } }
  @media (max-width: 550px) {
    #sidenav {
      display: none; } }
  #sidenav.open {
    left: 0;
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      #sidenav.open {
        z-index: 103; } }
  #sidenav img.plus {
    position: absolute;
    cursor: pointer;
    right: 15px;
    padding: 15px;
    margin-top: 15px;
    width: 15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #sidenav .nav-head {
    width: 100%;
    cursor: pointer; }
    #sidenav .nav-head h2 {
      text-transform: uppercase;
      color: white;
      font-family: Karla-Bold;
      font-size: 1.2em;
      line-height: 40px;
      letter-spacing: 0.05em;
      padding-left: 20px;
      display: inline-block; }
    #sidenav .nav-head .caret {
      float: right;
      padding: 15px;
      margin-right: 15px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    #sidenav .nav-head.expanded .caret {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  #sidenav h1 {
    font-family: Karla;
    color: white;
    font-size: 1.5em;
    text-align: center;
    padding: 20px; }
  #sidenav ul.nav-list {
    background-color: #00837E;
    padding: 12px 0;
    display: none; }
  #sidenav li {
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 40px;
    letter-spacing: 0.05em;
    list-style: none;
    padding-left: 40px; }
    #sidenav li.active {
      font-family: Karla-Bold; }
  #sidenav a {
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    #sidenav a:hover {
      color: #4EC3A7; }

#tab {
  position: absolute;
  top: 213px;
  width: 75px;
  height: 150px;
  right: -75px;
  border-radius: 0 20px 20px 0;
  background-color: #00837E;
  text-align: center;
  -webkit-box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media (max-width: 550px) {
    #tab {
      display: none; } }
  #tab p {
    color: white;
    font-family: Karla;
    font-size: 1.2em;
    margin: 0;
    line-height: 150px; }

.quiz img {
  width: 20px;
  margin: 5px;
  vertical-align: top; }

.quiz li {
  list-style: none;
  cursor: pointer; }

.quiz input {
  margin-right: 10px;
  cursor: pointer; }

.quiz #fail,
.quiz #retry,
.quiz #win {
  display: none;
  margin-bottom: 50px; }

.quiz button {
  height: 50px;
  width: 150px;
  margin-bottom: 50px;
  border-radius: 10px;
  background: none;
  -webkit-box-shadow: 0 0 0 3px #14213D inset;
  box-shadow: 0 0 0 3px #14213D inset;
  border: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  font-size: 0.9em;
  line-height: 0;
  text-decoration: none;
  color: #14213D; }
  .quiz button:hover {
    background-color: #14213D;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white; }

.contact {
  text-align: center;
  padding-bottom: 30px; }
  .contact a {
    font-size: 0.9em; }
  .contact p {
    font-size: 0.9em; }
  .contact h3 {
    font-size: 1.1em;
    margin-bottom: 0; }
  .contact img {
    padding-bottom: 10px;
    width: 60%; }
  @media (max-width: 768px) {
    .contact .three.columns {
      width: 100%; }
      .contact .three.columns a {
        font-size: 1em; }
      .contact .three.columns p {
        font-size: 1em; } }

strong.big {
  font-weight: 800;
  font-size: 1.5em; }
