/* --- RESET ---*/
*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'apercuregular';
  src: url("../fonts/apercu-webfont.woff2") format("woff2"), url("../fonts/apercu-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'apercubold';
  src: url("../fonts/apercu-bold-webfont.woff2") format("woff2"), url("../fonts/apercu-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'apercuitalic';
  src: url("../fonts/apercu-italic-webfont.woff2") format("woff2"), url("../fonts/apercu-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'apercumedium';
  src: url("../fonts/apercu-medium-webfont.woff2") format("woff2"), url("../fonts/apercu-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* --- GLOBALS --- */
/**
 * Body
 */
html {
  height: 100%; }

body {
  min-height: 100%; }

body {
  font-family: "apercuregular", sans-serif;
  font-size: 62.5%/1.55;
  /* 62.5% equals 10 px; used as a baseline for REM unit */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  color: #fff;
  /** background-color: #2277f7; **/
  background: url("../img/bg_dolphin.jpg") no-repeat top center; /** BACKGROUND **/
  background-size: cover;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  font-size: 1rem; }

/**
 * Wrapper
 */
.wrapper {
  float: left;
  overflow: hidden;
  width: 100%; }

.intro {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 30px;
  transform: translateY(-50%);
  text-align: center; }

/**
 * Links
 */
a {
  font-family: "apercuregular", sans-serif;
  text-decoration: none;
  /**color: rgba(16, 19, 24, 0.6);+**/
  outline: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  a:hover, a:focus, a:visited {
    text-decoration: none;
    /**color: #101318;**/
    outline: none; }

/**
 * User selection
 */
::-moz-selection {
  color: #101318;
  background: #fff; }

::selection {
  color: #101318;
  background: #fff; }

/**
 * Common class
 */
.hide {
  display: none; }

.relative {
  position: relative; }

.italic {
  font-style: italic; }

.strong {
  font-weight: 500; }

.bolder {
  font-weight: 600; }

.full-width {
  width: 100% !important; }

.full-height {
  height: 100%; }

.align-center {
  text-align: center; }

.animate-plus {
  opacity: 0; }

.underline-red {
  position: relative; }
  .underline-red:before {
    content: "";
    width: 106%;
    background-color: #ffffff;
    height: 3px;
    position: absolute;
    bottom: -7px;
    display: block;
    left: -3%; }
    @media only screen and (max-width: 768px) {
      .underline-red:before {
        width: 100%;
        left: 0; } }

/* --- TYPOGRAPHY --- */
/**
 * Titles
 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "apercuregular", sans-serif;
  text-align: left;
  color: #fff;
  line-height: 13px;
  line-height: 1.3rem; }

h1, .h1 {
  line-height: 44px;
  line-height: 4.4rem;
  font-size: 40px;
  font-size: 4rem; }

h2, .h2 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 34px;
  line-height: 3.4rem;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    h2, .h2 {
      font-size: 40px;
      font-size: 4rem;
      line-height: 40px;
      line-height: 4rem;
      margin-bottom: 10px; } }

h3, .h3 {
  font-family: "apercuregular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #cdcdcd;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    h3, .h3 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 23px;
      line-height: 2.3rem; } }

h4, .h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  line-height: 2.6rem; }

/**
 * Paragraph
 */
p {
  font-family: "apercuregular", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem; }

/* --- BUTTONS --- */
/* --- HEADER --- */
/* --- FOOTER --- */
footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #87898b; }

/* --- HOMEPAGE --- */
.logo {
  display: block;
  overflow: hidden;
  width: 120px;
  height: 52px;
  margin: 40px auto;
  white-space: nowrap;
  text-indent: 100%;
  background: url("../img/logo_dolphin@2x.png") no-repeat center center;
  background-size: 120px 52px; }
  
  /* --- BACK BUTTON --- */
  .btn-primary {
    color: #2277f7;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
	/**border: solid 2px; **/
}

.btn {
	color:#2277f7;
    display: inline-block;
    margin-bottom: 0;
    font-family: 'apercubold', 'Verdana', sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.02em;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    outline: 0 none;
    transition: all 200ms ease-out;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hp-cta-container .hp-cta .btn {
    min-width: 200px;
}
.btn:not(.btn-link) {
    text-transform: uppercase;
}

.backtosite {
	margin-top:20px;
	
}
 h3 {margin-bottom:50px;}