@charset "UTF-8";
* {
  box-sizing: border-box;
}
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.0em;
  font-weight: 300;
  text-align: justify;
  line-height: 25px;
  color: #37353a;
  background-color: #fafbfc;
}
/* ROW AND COLUMNS */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.row-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  background-color: #fff;
  padding: 0;
}
.row-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  background-color: #fff;
  padding: 0;
}
.row-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}
.column {
  flex: 1;
  padding: 0;
  box-sizing: border-box;
}
.column.top, .column.bottom {
  flex: 100%;
  height: auto;
}
.column.benefit {
  background-color: #f6ece6;
  height: auto;
  float: left;
  justify-content: flex-start;
  float: left;
}
.column.benefit.expandable {
  display: none;
}
.column.left, .column.right, .column.center {
  height: auto;
}
.separator {
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fafbfc;
}
/* HEADINGS */
h1, h2, h3, h4, h5 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 600;
  padding-left: 20px;
}
h1 {
  font-size: 2em;
  line-height: 36px;
  letter-spacing: -0.9px;
  margin-bottom: 25x;
  text-align: left;
  color: #00AEEF;
  /*
  background-color: #00aeef; /* fallback color 
  background: -webkit-linear-gradient(left, rgba(0, 174, 239, 1) 0%, rgba(9, 9, 121, 1) 50%, rgba(9, 9, 121, 1) 100%);
  background: -o-linear-gradient(left, rgba(0, 174, 239, 1) 0%, rgba(9, 9, 121, 1) 50%, rgba(9, 9, 121, 1) 100%);
  background: linear-gradient(to right, rgba(0, 174, 239, 1) 0%, rgba(9, 9, 121, 1) 50%, rgba(9, 9, 121, 1) 100%);
  background-size: 100%; /* bg size
  background-repeat: repeat; /* bg repeat
  -webkit-background-clip: text; /* Use the text as a mask for the background.
  -webkit-text-fill-color: transparent; /* This will show the gradient as a text color rather than element bg. 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
	*/
}
h2 {
  font-size: 1.375em;
  line-height: 24px;
  margin: 0 0 15px 0;
  text-align: left;
  color: #37353a;
}
h3 {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 18x;
  margin: 20px 0 15px 0;
  text-align: left;
  color: #fe0077;
}
h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.0rem;
}
h5 {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
mark {
  position: relative;
  color: inherit;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: inline-block;
  z-index: 1;
}
mark::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #e5f2ff;
  z-index: -1;
  opacity: 1;
}
/* LOGO */
.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  margin: 20px 0 60px 20px;
}
.logo-container-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  height: 35px;
}
.logo-container-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}
.logo-left {
  height: 35px;
  display: block;
  margin-top: 35px;
  margin-top: 35px;
}
.logo-right {
  float: right;
  margin-top: 35px;
  margin-right: 20px;
  height: 35px;
  display: block;
}
/* LANGUAGE NAVIGATION */
.language-navigation {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.language-navigation a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px;
  background-color: #00AEEF;
  border-radius: 3px;
}
/* PARAGRAPHS */
p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  text-align: justify;
  line-height: 25px;
  color: #37353a;
  padding: 0 20px 0 20px;
  margin-bottom: 25px;
  -webkit-hyphens: auto; /* Safari, Chrome, Edge */
  -moz-hyphens: auto; /* Firefox */
  -ms-hyphens: auto; /* Internet Explorer */
  -o-hyphens: auto; /* Opera */
  hyphens: auto; /* CSS3 */
  word-wrap: break-word;
}
p.module {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  text-align: justify;
  line-height: 25px;
  color: #fe0077;
  padding: 0 20px 0 20px;
  margin-bottom: 25px;
  -webkit-hyphens: auto; /* Safari, Chrome, Edge */
  -moz-hyphens: auto; /* Firefox */
  -ms-hyphens: auto; /* Internet Explorer */
  -o-hyphens: auto; /* Opera */
  hyphens: auto; /* CSS3 */
  word-wrap: break-word;
}
/* LINKS */
a {
  color: #37353a;
  text-decoration-color: #37353a;
}
a:link, a:visited, a:focus, a:active {
  color: #37353a;
  text-decoration-color: #37353a;
  outline: 0;
}
a:hover {
  color: #37353a;
  text-decoration-color: #37353a;
}
a.alternative:link, a.alternative:visited, a.alternative:hover, a.alternative:focus, a.alternative:active {
  color: #fe0077;
  font-size: 1.2em;
  font-weight: 400;
  outline: 0;
}
a.white-link:link, a.white-link:visited, a.white-link:focus, a.white-link:active {
  color: #fff;
  text-decoration-color: #fff;
}
a.white-link:hover {
  color: #fff;
  text-decoration-color: #fff;
}
/* IMAGES */
.imgcourse {
  max-width: 100%;
  float: left;
  margin: 0 10px 10px 0;
}
.imgoptions {
  max-width: 100%;
  float: left;
  margin: 0 10px 10px 0;
}
/* FORM */
.form-box {
  background-color: #f2f2f2;
  padding: 20px;
  margin: 0 20px 20px 20px;
  border-radius: 5px;
}
.form-box label {
  display: block;
  margin-bottom: 5px;
}
.form-box input[type="text"], .form-box input[type="email"], .form-box textarea {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
}
.form-box input[type="submit"] {
  display: inline-block;
  background-color: #00aeef;
  color: white;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.form-box input[type="reset"] {
  display: inline-block;
  background-color: #aeaeae;
  color: white;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.form-box input[type="submit"]:hover {
  background-color: #090979;
}
.form-box input[type="reset"]:hover {
  background-color: #8F8F8F;
}
input, select, textarea {
  color: #37353a;
}
textarea:focus, input:focus {
  color: #37353a;
}
/* LISTS 




/* ACCORDION */
.accordion {
  font-family: 'Roboto', sans-serif;
  font-size: 1.0em;
  font-weight: 300;
  width: 100%;
  border-radius: 5px;
  margin: 0 20px 0 20px;
  background-color: #f2f2f2;
  cursor: pointer;
  padding: 20px 0 20px 20px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #ddd;
}
.accordion:after {
  font-family: 'Roboto', sans-serif;
  font-size: 1.0em;
  font-weight: 600;
  color: #fe0077;
  padding: 0 20px 0 20px;
  content: '\002B';
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
  font-family: 'Roboto', sans-serif;
  font-size: 1.0em;
  font-weight: 600;
  color: #fe0077;
}
.panel {
  padding: 10px 20px 10px 20px;
  margin: 0 20px 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordiontext {
  font-family: 'Roboto', sans-serif;
  font-size: 1.0em;
  font-weight: 300;
  text-align: justify;
  line-height: 25px;
  color: #37353a;
  padding: 0 20px 0 0;
  -webkit-hyphens: auto; /* Safari, Chrome, Edge */
  -moz-hyphens: auto; /* Firefox */
  -ms-hyphens: auto; /* Internet Explorer */
  -o-hyphens: auto; /* Opera */
  hyphens: auto; /* CSS3 */
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* FOOTER */
.footer {
  font-family: 'Roboto', sans-serif;
  font-size: 1.0em;
  font-weight: 300;
  padding: 0 2px 0 20px;
  margin-bottom: 40px;
  clear: both;
}
.label-text {
  padding-left: 5px;
}
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* RESPONSIVE STYLES */
@media screen and (max-width: 1023px) {
  body {
    max-width: 100%;
    margin: 0 auto; /* Center the page horizontally */
  }
  .row {
    padding: 0 20px 0 20px;
  }
  .row-footer {
    padding: 0 20px 20px 20px;
  }
  .column {
    padding 0;
    display: block;
  }
  .column.top {
    padding: 0 20px 0 20px;
  }
  .column.benefit {
    width: 100%;
    height: auto;
    flex: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .column.left, .column.right, .column.center {
    width: 100%;
    height: auto;
    flex: 100%;
  }
  .separator {
    height: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  h1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding: 0 20px 0 0;
  }
  h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    padding: 0 20px 0 0;
  }
  h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    padding: 0 20px 0 0;
    line-height: 12px;
  }
  h4 {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
    padding: 0 20px 0 0;
  }
  h5 {
    font-size: 0.6rem;
    margin-bottom: 0.25rem;
    padding: 0 20px 0 0;
  }
  p {
    padding: 0;
    font-size: 1rem;
  }
  p.advantages {
    padding: 0;
    font-size: 1rem;
  }
  .logo {
    float: right;
    margin-right: 20px;
    margin-top: 33px;
    height: 17px;
    display: block;
  }
  .logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 17px;
    margin: 0 0 40px 20px;
  }
  .logo-container-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    height: 17px;
  }
  .logo-container-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 17px;
  }
  .logo-left {
    height: 17px;
    display: block;
    margin-top: 35px;
    margin-top: 35px;
  }
  .logo-right {
    float: right;
    margin-top: 35px;
    margin-right: 20px;
    height: 17px;
    display: block;
  }
  .form-box {
    margin: 0 0 40px 0;
  }
  .accordion {
    margin: 0;
  }
  .panel {
    margin: 0;
  }
  .footer {
    padding: 0 10px 0 10px;
  }
}
/* ///////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1024px) {
  /* Set the maximum width of the website for desktop devices */
  body {
    max-width: 60%;
    margin: 0 auto; /* Center the page horizontally */
  }
}
/* ///////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1024px) {
  .column.benefit {
    height: auto;
    flex: 100%;
    margin: 0 20px 20px 20px;
  }
}
/* ///////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
  .column.benefit {
    height: auto;
    flex: 100%;
    margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
  }
}