/*
 * Globals
 */

@font-face {
  font-family: 'hurme_geometric_sans_4regular';
  src: url('../fonts/hurme_geometric_sans_4/hurmegeometricsans4-webfont.woff2') format('woff2'),
       url('../fonts/hurme_geometric_sans_4/hurmegeometricsans4-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'hurme_geometric_sans_3semibold';
  src: url('../fonts/hurme_geometric_sans_3/hurmegeometricsans3-semibold-webfont.woff2') format('woff2'),
  url('../fonts/hurme_geometric_sans_3/hurmegeometricsans3-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'hurme_geometric_sans_3bold';
  src: url('../fonts/hurme_geometric_sans_3/hurmegeometricsans3-bold-webfont.woff2') format('woff2'),
  url('../fonts/hurme_geometric_sans_3/hurmegeometricsans3-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'hurme_geometric_sans_3light';
  src: url('../fonts/hurme_geometric_sans_3/hurmegeometricsans3-light-webfont.woff2') format('woff2'),
       url('../fonts/hurmegeometricsans3-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'hurme_geometric_sans_3BdIt';
  src: url('../fonts/hurme_geometric_sans_3/hurmegeometricsans3-boldoblique-webfont.woff2') format('woff2'),
       url('../fonts/hurmegeometricsans3-boldoblique-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_light';
  src: url('../fonts/opensans/opensans-light-webfont.woff2') format('woff2'),
  url('../fonts/opensans/opensans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'open_sans_light_italic';
    src: url('../fonts/opensans/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'open_sans_regular';
  src: url('../fonts/opensans/opensans-regular-webfont.woff2') format('woff2'),
  url('../fonts/opensans/opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_semibold';
  src: url('../fonts/opensans/opensans-semibold-webfont.woff2') format('woff2'),
       url('../fonts/opensans/opensans-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_bold';
  src: url('../fonts/opensans/opensans-bold-webfont.woff2') format('woff2'),
       url('../fonts/opensans/opensans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  /* color: #68b0e1; */
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: #fff;
  text-align: center;
}
h1 {
  font-family: 'hurme_geometric_sans_4regular' !important;
  font-size: 28pt !important;
}
h2 {
  font-family: 'hurme_geometric_sans_4regular' !important;
  font-size: 20pt !important;
}
h3 {
  font-family: 'hurme_geometric_sans_4regular' !important;
  font-size: 16pt !important;
}

.page-header-background {
  background: linear-gradient(to right, #0083F1, #42E4CB);
  width: 100%;
  height: auto;
  color: white;
}

.page-footer-background {
  background: linear-gradient(to right, #0083F1, #42E4CB);
  width: 100%;
  height: 82px;
  color: white;
}

.footer-link {
  color: white;
  vertical-align: middle;
  height: 24px;
  font-family: 'hurme_geometric_sans_3bold';
  font-size: 14px;
}

.section {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.section-text {
  padding-top: 70px;
}

.section-title {
  text-align: center;
  color: #0083F1;
  font-family: 'hurme_geometric_sans_3light';
  padding-bottom: 10px;
}

.section-emphasized-title {
  text-decoration: underline;
  -webkit-text-decoration-color: #42E4CB; /* safari still uses vendor prefix */
  text-decoration-color: #42E4CB;
  font-family: 'hurme_geometric_sans_3bold';
}

.section-detail {
  color: #58595B;
  font-family: 'open_sans_light' !important;
  font-size: 14pt !important;
  text-align: center;
}

.section-divider {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background-color: #F1F1F2;
  height: 1px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin: 0 10% 0 10% !important;
  width: 80% !important;
}

/* Padding for spacing */
.inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/*
 * Header
 */

.masthead {
  padding-left: 10px;
}

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 115px;
  height: 24px;
}

.hero-body {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizonal-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .masthead-brand {
    /* float: left; */
  }
}

.header-link {
  color: white;
  vertical-align: middle;
  height: 24px;
  font-family: 'hurme_geometric_sans_3bold';
  font-size: 14px;
}

.header-link-selected {
  border-bottom: 1px solid white;
  padding-bottom: 3px;
}

.header-separator {
  width: 10px;
  display: inline-block;
}

@media (min-width: 992px) {
  .header-separator {
    width: 60px;
  }
}


/*
 * Body
 */


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 240px) {
  .cover-container {
    width: 100%;
  }
  .example-header {
    /* font-size: 10vw; */
  }
}

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    /* position: fixed; */
    top: 0;
  }
  .mastfoot {
    /* position: fixed; */
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  .example-header {
    font-size: 18pt;
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 900px;
  }
}

@media (max-width: 991px) {
  .example-container {
    margin-bottom: 20px;
  }
  .example-detail-wrapper {
    width: 50% !important;
  }
}

@media (min-width: 1440px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1080px;
  }
}