/*! 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 */
  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;
}
@font-face {
  font-family: "SAPBook";
  src: url("../fonts/SAP-book.woff") format("woff"), url("../fonts/SAP-book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SAPMedium";
  src: url("../fonts/SAP-medium.woff") format("woff"), url("../fonts/SAP-medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SAPBold";
  src: url("../fonts/SAP-bold.woff") format("woff"), url("../fonts/SAP-bold.ttf") format("truetype");
  font-style: bold;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  font: 100 1em/1.45 "SAPBook", Arial, Helvetica, sans-serif;
  color: #545454;
}
h1, h2, h3, h4, h5, h6 {
  font: 100 1em/1.45 "SAPBook", Arial, Helvetica, sans-serif;
  line-height: 1.15;
  margin: 2.75rem 0 1rem;
}
h1 {
  margin-top: 0;
  font-size: 4.209em;
}
h2 {
  font-size: 3.157em;
}
h3 {
  font-size: 2.369em;
}
h4 {
  font-size: 1.777em;
}
h5 {
  font-size: 1.333em;
}
p {
  margin-bottom: 1.25em;
}
p:last-child {
  margin-bottom: 0;
}
small, .text_small {
  font-size: 0.75em;
}
b {
  font-weight: 700;
}
a {
  color: #008ed2;
  display: inline-block;
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
figure {
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.wrap {
  transition: all 0.35s ease-in-out;
  padding-left: 15px;
  padding-right: 15px;
}
.outer-wrap {
  transition: all 0.35s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .outer-wrap {
    max-width: 850px;
  }
}
@media screen and (min-width: 1024px) {
  .outer-wrap {
    max-width: 970px;
  }
}
@media screen and (min-width: 1336px) {
  .outer-wrap {
    max-width: 1270px;
  }
}
@media screen and (min-width: 1920px) {
  .outer-wrap {
    max-width: 1740px;
  }
}
.site-section {
  padding: 30px 0;
  position: relative;
}
.bluebtn {
  background-color: #0076CE;
  padding: 5px 15px;
  transition: all 0.35s ease-in-out;
}
.bluebtn a {
  color: #FFF;
}
.bluebtn:hover {
  background-color: #003c68;
}
.bluebtn:hover a {
  color: #FFF;
}
.whitebtn {
  border: 1px solid #FFF;
  padding: 4px 15px;
  transition: all 0.35s ease-in-out;
}
.whitebtn a {
  color: #FFF;
}
.whitebtn:hover {
  background-color: #00447C;
  border: 1px solid #00447C;
}
#video {
  position: relative;
}
#video .vjs-big-play-button {
  transform: translate(-50%, -50%);
  background-color: rgba(0, 118, 206, 0.65);
  border-radius: 0;
  top: 50%;
  left: 50%;
}
.intro-text .section-header {
  font-size: 2.369em;
  font-weight: 400;
  margin-top: 0;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .intro-text .section-header {
    font-size: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .intro-text .section-header {
    font-size: 3.157em;
  }
}
@media screen and (min-width: 1920px) {
  .intro-text .section-header {
    font-size: 3.8em;
  }
  .intro-text p {
    font-size: 1.25em;
  }
}
.partners ul {
  display: flex;
  flex-wrap: wrap;
}
.partners ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.partners ul li img {
  width: 60%;
}
.scroll-icon {
  -webkit-transform: translate(-50%, -5%);
  -moz-transform: translate(-50%, -5%);
  -ms-transform: translate(-50%, -5%);
  -o-transform: ranslate(-50%, -5%);
  transform: translate(-50%, -5%);
  display: none;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.45));
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .scroll-icon {
    display: block;
  }
}
.site-footer {
  background: #222222;
  color: #FFF;
  padding: 20px 0;
}
.site-footer p {
  margin: 0;
}
.hero {
  background: url("../images/hero.jpg") left center/cover no-repeat;
  position: relative;
}

.hero .intro-text {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.hero .intro-text .hero-headline {
  width: 80%;
}
.hero .intro-text .hero-headline h1 {
  font-size: 2.369em;
  font-weight: normal;
  color: #f0ab00;
}

.hero .intro-text .hero-headline .subhead {
  font-size: 2.10em;
  color: #ffffff;
  line-height: 50px;
}
.hero .salestagline {
  color: #262626;
  margin: 0;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
 
  .hero .intro-text {
    margin-top: 30px;
  }
  .hero .intro-text .hero-headline {
    width: 40%;
  }
  .hero .salestagline {
    font-size: 0.75em;
    line-height: 1;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .hero {
    padding: 60px 0;
  }
 
  .hero .intro-text {
    margin-top: 60px;
  }
  .hero .intro-text .hero-headline {
    width: 65%;
  }
  .hero .intro-text .hero-headline h1 {
    font-size: 3.157em;
  }
  .hero .salestagline {
    font-size: 0.75em;
    line-height: 1;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    padding: 80px 0;
  }
  
  .hero .intro-text {
    max-width: 725px;
  }
  .hero .intro-text .hero-headline {
    width: 80%;
  }
  .hero .intro-text .hero-headline h1 {
    font-size: 4.209em;
    line-height: 1;
  }
}
@media screen and (min-width: 1336px) {
  .hero {
    padding: 20px 0 80px;
  }
}
@media screen and (min-width: 1920px) {
  .hero {
    padding: 80px 0 400px;
  }
  .hero .intro-text {
    margin-top: 120px;
    max-width: 600px;
  }
  .hero .intro-text .hero-headline h1 {
    font-size: 5em;
  }
  .hero .intro-text .hero-headline .subhead {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 2180px) {
  .hero {
    padding: 80px 0 500px;
  }
}
.registration {
  margin-bottom: 100px;
}
.registration .page-description:before, .registration .page-description:after {
  content: "";
  display: table;
}
.registration .page-description:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.registration .page-description {
  *zoom: 1;
}
.registration h2 {
  margin-top: 0;
}
.registration .form-area .hide {
  display: none;
}
.registration .form-area li {
  margin-bottom: 10px;
}
.registration .form-area li#foli18 {
  align-items: flex-start;
  display: flex;
}
.registration .form-area li#foli18 input {
  flex: 0;
  margin-top: 5px;
  margin-right: 20px;
}
.registration .form-area li#foli18 label {
  flex: 2;
}
ul.bullet {
  list-style-image: url('../images/bullet.png');
  margin-left: 30px;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .registration .form-area li {
    display: flex;
  }
  .registration .form-area li label, .registration .form-area li .input {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .columnflx {
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
  }
  .mrgt {
    margin-right: 30px;
  }
  .registration .form-area input[type="submit"] {
    width: 22%;
  }
}
.highlight {
  color: #f0ab00;
  font-weight: bold;
}
.buttons {
  margin-top: 30px;
}
.registration .form-area li.input {
  position: relative;
}
.registration .form-area .req, .registration .form-area small {
  color: #CE1126;
}
.registration .form-area .statement {
  display: block;
  float: right;
  margin-bottom: 20px;
}
.registration .form-area label {
  display: block;
  margin-bottom: 10px;
  float: right;
}
.registration .form-area label.error {
  color: #CE1126;
  font-size: 0.75em;
  float: left;
  width: 100%;
}
.registration .form-area input, .registration .form-area textarea {
  background: #FFF;
  border: 0;
  padding: 10px;
  width: 100%;
  border: 1px solid #545454;
  margin-bottom: 15px;
}
.registration .form-area input[type=checkbox] {
  width: auto;
}
.registration .form-area input[type=submit] {
  background: #008fd3;
  color: #FFF;
  padding: 5px 10px;
  transition: all 0.35s ease-in-out;
  border: 1px solid #008fd3;
}

.coolbtn {
  background: #008fd3;
  color: #FFF;
  padding: 5px 10px;
  transition: all 0.35s ease-in-out;
  border: 1px solid #008fd3;
}
.privacy {
  margin-top: 40px;
}
.registration .form-area li.checkbxdesc {
  width: 490px;
}
@media screen and (max-width: 518px) {
  .registration .form-area li.checkbxdesc {
    width: 100%;
    position: relative;
    top: -20px;
  }
  .registration .form-area input[type="checkbox"] {
    width: auto;
    position: absolute;
    left: 0px;
    top: 4px;
  }
  .registration .form-area li.checkbxdesc label {
    margin-left: 23px;
  }
  .registration .form-area li.checkbxdesc label.error {
    margin-left: 0;
  }
}

.thy h4{
	text-align: center;
	line-height: 45px;
}

@media screen and (max-width: 518px) {
	.thy h4{
		font-size: 20px;
	line-height: 30px;
}
	
}