:root {
  --bs-body-font-family:"Gotham-Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
}

body {
  position: relative;
  transition: opacity .2s ease-in-out;
  font-family: "Gotham-Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
  font-size: 1em!important;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;

}

a {
  cursor: pointer;
}

svg.texture {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/* FONTS */
/* FONTS */
/* FONTS */

.gbold, strong {
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.gconbook {
  font-family: "GothamCond-Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.gmed {
    font-family: "Gotham-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.gconmed {
  font-family: "GothamCond-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


h1,
h2 {
  font-family: "GothamCond-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #be1e2d;
  font-size: 4em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0.5em;
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  color: #0064a8;
  font-size: 1.3em;
}

h5 {
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  color: #ffffff;
}

p, li, ul {
  font-family: "Gotham-Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
}

p.intro {
  font-size: 1.25em;
}

#howitworks ul, #explore ul {
  font-family: "Gotham-Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  list-style: none;
  margin-left: -33px;
  font-size: 1em;
}

#howitworks ul li::before {
    content: "\2713";
    color: #0064a8;
    display: inline-block;
    width: 1em;
    font-size: 1.25em;
}

.nav-link {
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.icon {
  width: 150px;
  height: 100px;
  margin: 0 1.5em;
}

img.icon {
  width: 150px;
  height: auto;
}

.icon.ey-logo {
  width: 92px;
  height: 92px;
}

#partners a {
  text-decoration: none;
}

#partners {
  text-align: center;
  padding: 3em 0;
  background-color: #fff;
}

#explore ul li::before {
  content: "\2022";
  color: #0064a8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

#explore ul li {
  margin-top: 1.5em;
}

ul .gbold {
  color: #0064a8;
  text-transform: uppercase;
}

/* NAV BAR */
/* NAV BAR */
/* NAV BAR */

.navbar-custom {
  height: 70px;
  -ms-flex-pack: center;
  justify-content: center;
}

.navcontainer-custom {
  margin-right: 0 !important;
  margin-left: 13% !important;
}

.navbarbrand-custom {
  margin-right: 3rem;
}

.navbar-brand svg {
  width: 180px;
  height: auto;
  margin-bottom: 0;
}

.navitem-custom {
  margin: 0 20px 0 20px;
  font-size: 1.1em;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: #be1e2d;
}

.navbar img {
  width: 110px;
}

/* Buttons */
/* Buttons */
/* Buttons */

.btn {
  color: #ffffff;
  background-color: #be1e2d;
  margin-top: 0;
  border-radius: 3px;
  font-size: 1.2em;
  border: 0;
  position: relative;
  text-transform: uppercase;
  font-family: "Gotham-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.btn:hover, .coursera-mcaad-form-submit:hover {
  color: #ffffff;
  background-color: #dc3545!important;
}

.btn:hover:after {
  background-color: #dc3545;
}

.coursera-mcaad-form-submit {
  border-radius: 3px!important;
}

.btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23ffffff'%3E%3Cg id='Iconly/Light/Arrow---Right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Arrow---Right' transform='translate(12.000000, 12.000000) rotate(-90.000000) translate(-12.000000, -12.000000) translate(5.500000, 4.000000)' stroke='%23ffffff' stroke-width='1.5'%3E%3Cline x1='6.7743' y1='15.75' x2='6.7743' y2='0.75' id='Stroke-1'%3E%3C/line%3E%3Cpolyline id='Stroke-3' points='12.7987 9.7002 6.7747 15.7502 0.7497 9.7002'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  opacity: 0;
  top: 13px;
  right: 26px;
  transition: all 0.5s;
}


.btn:hover span:after {
  opacity: 1;
  right: 6px;
  top: 13px;
}

.btn a {
  padding: 0.75rem 2rem 0.5rem;
  display: block;
  z-index: 10;
  position: relative;
}

.btn {
  padding: 0;
}

.navbar-collapse {
   flex-grow: unset;
}

/* Section 1 */
/* Section 1 */
/* Section 1 */

.container-custom {
  padding: 0;
}

#section1 {
  display: flex;
  margin-top: 50px;
  min-width: 100%;
  min-height: calc(100vh - 50px);
  overflow:hidden;
}

#section1 .container {
  padding-bottom: 3em;
}

#section1 .row {
  z-index: 100;
  position: relative;
}

#section1 h1 {
  margin-top: 0.5em;
  font-size: 4.25em;
  letter-spacing: 0;
  line-height: 1;
}

#section1 h3 {
  margin-top: 0.25em;
  padding-right: 1em;
}

#section1 p {
  margin-top: 1em;
  font-size: 1.1em;
  line-height: 1.4;
  padding-right: 9em;
}

.hero-bg {
  width: 40%;
  height: 100%;
  padding-top: 0;
}

.stars {
  position: absolute;
  animation: scroll 70s linear infinite;
  background: url(assets/bg_tada-stars.webp);
  color: #eee;
  height: 100%;
  width: 22em;
  right: -18em;
  top: 0;
  z-index: 1;
  background-size: 100%;
}

.triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  max-width: 32em;
  opacity: 0.5;
}

.circle {
  z-index: 5;
  border-radius: 100%;
  background-color: rgb(77 171 233 / 80%);
  position: relative;
  mix-blend-mode: multiply;
}

.area2 {
  position: absolute;
  right: 13em;
  bottom: 16em;
  width: 12em;
  height: 18em;
  z-index: 10;
}



.area2 .circle {
  width: 8em;
  height: 8em;
  top: -2em;
  right: -1em;
}

.area2 .icon {
  position: absolute;
  top: -4em;
  left: -1.25em;
  width: 5em;
  height: auto;
}

.area3 {
  position: absolute;

  width: 15em;
  height: 27em;
  right: 1em;
  bottom: 0;
  z-index: 10;
}
.area3 .person3 {
  position: absolute;
  background: url(assets/bg_tada-person3.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.area3 .circle {
  width: 10em;
  height: 10em;
  top: 5em;
  right: 0;
}

.area3 .icon {
  position: absolute;
  top: 3em;
  left: 0.75em;
  width: 4em;
  height: auto;
}

.person1 {
  background: url("assets/bg_tada-person1.webp");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5em;
  right: -17em;
  width: 37em;
  height: 100%;
  z-index: 10;
}

/* Section 2 */
/* Section 2 */
/* Section 2 */

#howitworks {
  padding: 3.5rem 0;
  background: #fff;
  z-index: 10;
}

#s2span{
	font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-transform: uppercase;
    color: #0064a8;
    font-size: 1em;
}

#howitworks .btn:after {
  height: calc(100% - 1px);
}

/* Section 3 */
/* Section 3 */
/* Section 3 */

#explore {
  padding: 3.5rem 0;
}

#explore h5 {
  color: #0064a8;
}

#explore .triangle {
  transform: rotateY(-180deg);
}

.col3_custom {
  padding: 7% 0 7% 16%;
}

.area4 {
    width: 495px;
    height: 700px;
    position: absolute;
    right: -100px;
    bottom: 0;
    z-index: 10;
    transform: rotateY(-180deg);
}

.area4 .person4 {
  position: absolute;
  background: url(assets/bg_tada-person4.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: scaleX(-1);
}

.area4 .circle {
  width: 400px;
  height: 400px;
  top: -10px;
  right: -20px;
  animation: float 6s ease-in-out infinite;
}

.area4 .icon {
  position: absolute;
  top: -25px;
  left: 280px;
  width: 193px;
  height: auto;
}

.triangle-reverse {
  width: 563px;
  height: auto;
  left: 0;
}

#explore button {
  position: relative;
  z-index: 200;
}

h5 {
  display: inline;
  text-transform: none;
  font-size: 1em;
}

.cog-outer {
  animation: rotate 15s linear infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

/* Section 4 */
/* Section 4 */
/* Section 4 */

#getstarted {
  position: relative;
  background-color: #fff;
  align-content: center;
  justify-content: center;
  display: flex;
  padding:1em 0 2em;
}

#getstarted:before,
#howitworks:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 210px;
  height: 266px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 389 492'%3E%3Cpath fill='%23f6db60' d='M389 0v492H0L389 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#getstarted:after,
#howitworks:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 126px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 389 492'%3E%3Cpath fill='%23f6db60' d='M389 0v492H0L389 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transform: rotateX(-180deg) rotateY(-180deg);
}

/* Section 5 */
/* Section 5 */
/* Section 5 */

#faq {
  position: relative;
  background-attachment: fixed;
}

#faq h3 {
  margin-top: 1.5rem;
}

.accordion-header {
  line-height: 1.5;
}

.accordion-button {
  background-color: #0064a8;
  color: #fff;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 1.5em 1.5em 1.25em;
}

.accordion-body {
  background-color: #ffffff;
  color: #000;
  padding: 0 1.75em 1em;
  margin-left: 2.5em;
}

.accordion-body ul li:first-of-type {
  margin-top: 0;
}

.accordion-button:not(.collapsed) {
  box-shadow: unset;
  color: #0064a8;
  background-color: #ffffff;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      margin: 0 18px 0 0;
}

.coursera-app-body {
  background: transparent!important;
}

/* Footer */
/* Footer */
/* Footer */

footer {
  position: relative;
  display: flex;
  background-color: #0064a8;
  height: 120px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: .8em;
  margin-bottom: -24px;
}

.footer_row {
  -ms-flex-align: center;
  align-items: center;
}

.fcol1 img {
  width: 150px;
}

.courseraLogo {
  max-width: 170px;
}

#cw{
	text-align:left;
	padding-left:20px;
}

#tc{
	text-align:left;
	padding-left:20px;
	line-height:190%;
}

#tc a{
	color:#ffffff;
	text-decoration:none;
	text-align:left;
}

#tc a:hover{
	text-decoration:underline;
}



/* Small devices (landscape phones, 576px and up)*/
@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  .navbar-custom {
    height: 90px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar img {
    width: 90px;
  }

  .navitem-custom {
    margin: 0 15px 0 15px;
    font-size: 0.8em;
  }

  .navcontainer-custom {
    margin-right: 0 !important;
    margin-left: 8% !important;
  }

  .navbar-nav {
    -ms-flex-align: center;
    align-items: center;
  }

  footer {
    height: 70px;
  }

  .fcol1 {
    padding: 2.2% 0 0 12%;
    -ms-flex-align: center;
    align-items: center;
  }

  .fcol1 img {
    width: 120px;
  }

  .fcol2 {
    font-size: 0.6em;
    padding: 3.5% 0 0 0;
    margin-left: -3%;
    -ms-flex-align: center;
    align-items: center;
  }

  .fcol3 {
    font-size: 0.55em;
    padding: 2.5% 12% 0 0;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* xs < 768  PORTRAIT */
@media screen and (max-width: 767.98px) and (orientation: portrait) {
  .navcontainer-custom {
    margin-right: 0 !important;
    margin-left: 1% !important;
  }

  .navbar-nav {
    background-color: #0064a8;
  }

  .navbar img {
    width: 90px;
  }

  .navitem-custom {
    margin: 0 10px 0 10px;
    font-size: 0.9em;
  }

  footer {
    height: 70px;
  }

  .fcol1 img {
    width: 90px;
  }

  .fcol2 {
    font-size: 0.45em;
  }

  .fcol3, .fcol4 {
    font-size: 0.4em;
  }
  
  #cw{
  	padding-left:0px;
  }
}

/* xs < 768  NON PORTRAIT SAME AS PORTRAIT */
@media screen and (max-width: 767.98px) {
  .navcontainer-custom {
    margin-right: 0 !important;
    margin-left: 1% !important;
  }

  .navbar-nav {
    background-color: #0064a8;
  }

  .navbar img {
    width: 90px;
  }

  .navitem-custom {
    margin: 0 10px 0 10px;
    font-size: 0.9em;
  }

  .hero-content {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  footer {
    height: 70px;
  }

  .fcol1 img {
    width: 90px;
  }

  .fcol2 {
    font-size: 0.55em;
  }

  .fcol3, .fcol4 {
    font-size: 0.45em;
  }
  
  #cw{
  	padding-left:0px;
  }
  
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #howitworks ul li::before, #explore ul li::before {
    margin-left: -1.25em;
  }

  #section1 {
    min-height: 700px;
  }
  #section1 h1 {
    margin-top: unset;
    font-size: 5.5em;
    letter-spacing: unset;
  }

  #section1 h3 {
    padding-right: 0;
  }

  #section1 p {
    font-size: unset;
    line-height: unset;
    padding-right: 3em;
  }

  .person1 {
    bottom: 0;
    right: -12.5em;
  }
  #section1 .container {
    margin-top: 4em;
  }
}

/* md */
@media screen and (min-width: 768px) {
  .navcontainer-custom {
    margin-right: 0 !important;
    margin-left: 5.5% !important;
  }

  .navitem-custom {
    margin: 0 10px 0 10px;
    font-size: 0.75em;
  }

  .navbar img {
    width: 90px;
  }

  #section1 {
    min-height: 600px;
  }

  #section1 .container-lg {
    margin-left: 2em;
    padding-bottom: 0;
  }

  .hero-bg {
    padding-top: unset;
  }

  .person1 {
    bottom: 0;
    right: -7em;
  }

  .triangle {
    z-index: 100;
    opacity: 1;
  }

  #sec3_col2 {
    display: none;
  }

  #section1 p {
    padding: 0 3em 0 0;
  }
}



/* lg */
@media screen and (min-width: 992px) {
  #section1 {
    min-height: 620px;
  }

  #section1 h3 {
    padding-right: unset;
  }

  .area2 {
    bottom: 13em;
    width: 11em;
    height: 17em;
  }

  #section1 p {
    padding-right: unset;
    padding: 0;
  }

  h1 {
    font-size: 5.5em;
  }

  h2 {
    font-size: 5em;
  }

  #section1 .hero-bg {
    font-size: 0.9em;
    right: -5em;
    position: absolute;
    bottom: 0;
  }

  .person1 {
    right: 13em;
  }

  .stars {
    right: 5em;
  }

  .triangle {
    opacity: 1;
  }

  .col-lg-5.align-self-center {
    padding-left: 0;
    text-align: left;
  }

  .navcontainer-custom {
    margin-right: 0 !important;
    margin-left: 10% !important;
  }

  .navitem-custom {
    margin: 0 10px 0 10px;
    font-size: 0.8em;
  }

  .navbar img {
    width: 100px;
  }

  .area4 {
    right: -30px;
  }
}

/* xl */
@media screen and (min-width: 1200px) {
  .navitem-custom {
    margin: 0 10px 0 10px;
    font-size: 0.9em;
  }

  #section1 .hero-bg {
    font-size: 1.1em;
    right: 1em;
  }

  .triangle {
    right: -8em;
    max-width: 38em;
  }

  #section1 h1 {
    font-size: 6em;
  }

  .area4 {
    right: 30px;
  }

  .navbar img {
    width: 100px;
  }
}

/* xxl */
@media (min-width: 1400px) {
  #section1 .hero-bg {
 font-size: 1.2em;

  }
    #section1 {
    min-height: 700px;
  }

  .triangle {
    right: -8em;
    max-width: 38em;
  }
}

@keyframes scroll {
  100% {
    background-position: 0px -3000px;
  }
}

@media (prefers-reduced-motion) {
  #section1 .stars {
    animation: scroll 200s linear infinite;
  }
}

.scroll-down {
  margin: 0;
  border: 2px solid #fff;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 100;
  background-color: #2963a3;
  display:none;
}
.scroll-down a {
  display: block;
  opacity: 0;
  border-radius: 100px;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  background-size: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20' style='enable-background:new 0 0 30 20' xml:space='preserve'%3E%3Cpath d='M15 13.9c-.1 0-.3-.1-.4-.1L7.9 7c-.2-.2-.2-.5 0-.7s.5-.2.7 0l6.4 6.4 6.4-6.4c.2-.2.5-.2.7 0s.2.5 0 .7l-6.7 6.7c-.2.1-.3.2-.4.2z' style='fill:%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  z-index: 10;
  position: relative;
}

.scroll-down a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.scroll-down:after {
  content: '';
  position: absolute;
  left: 0;
  top: 28px;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20' style='enable-background:new 0 0 30 20' xml:space='preserve'%3E%3Cpath d='M15 13.9c-.1 0-.3-.1-.4-.1L7.9 7c-.2-.2-.2-.5 0-.7s.5-.2.7 0l6.4 6.4 6.4-6.4c.2-.2.5-.2.7 0s.2.5 0 .7l-6.7 6.7c-.2.1-.3.2-.4.2z' style='fill:%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  animation: float 6s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    background-size: 0 auto;
  }
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
