@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Signika);/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 16px;
  color: #968e7c; }

h1,
h2 {
  text-transform: uppercase;
  font-weight: 700; }

h1 {
  font-size: 4.208rem;
  line-height: 1.7rem; }

h2 {
  font-size: 1.777rem;
  line-height: 3.4rem; }

a {
  padding-bottom: 1px;
  color: #968e7c;
  border-bottom: 1px solid #f8b03c;
  border-style: dashed;
  text-decoration: none; }
  a:hover {
    color: #888172;
    border-color: transparent; }

p,
li {
  font-size: 1rem;
  line-height: 2.2661rem; }

.strong {
  font-weight: 700; }

.primary {
  color: #f8b03c; }

.secondary {
  color: #6c675b; }

.large {
  font-size: 1.333rem;
  line-height: 3.4rem; }

html,
body {
  min-height: 100vh;
  background: #f6fcff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #fff4d6, #f6fcff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #fff4d6, #f6fcff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.main {
  padding: 3.4rem;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .main__body {
    max-width: 700px; }
  .main__text {
    font-size: 0.8em; }
  .main__logo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.4rem;
    width: 100%;
    max-width: 500px;
    /*span {
			position:absolute;
			left: 0;
			width: 100%;
			text-align:center;
			display: block;
			margin-top: -30px;
			line-height: 1.2;
			font-size: 20px;
			color: $color-primary;
			font-family: 'Signika', serif;
			display: none;
		}*/ }
  .main__accreditation {
    width: 80px;
    height: 80px; }

.u-block {
  display: block !important; }

.u-inline-block {
  display: inline-block !important; }

.u-margin-v {
  margin-top: 1.7rem;
  margin-bottom: 1.7rem; }

.u-margin-top {
  margin-top: 1.7rem; }

.u-margin-bottom {
  margin-bottom: 1.7rem; }

.u-margin-left {
  margin-left: 1.7rem; }

.u-margin-right {
  margin-right: 1.7rem; }

.u-margin-top--half {
  margin-top: 0.85rem; }

.u-margin-bottom--half {
  margin-bottom: 0.85rem; }

.u-margin-right--quarter {
  margin-right: 0.425rem; }

.u-margin-h--quarter {
  margin-left: 0.425rem;
  margin-right: 0.425rem; }
