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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  background: #fff;
}
body, input, select, textarea {
  color: #666;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.65em;
}
a {
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-bottom: dotted 1px #666;
  color: inherit;
  text-decoration: none;
}
a:hover {
  border-bottom-color: transparent !important;
  color: #6bd4c8;
}
ol, ul {
  list-style: none;
}
header p {
  color: #999;
  margin: 0 0 1.5em 0;
  position: relative;
}
#header {
  padding: 9em 0 9em 0 ;
  background-color: #4686a0;
  color: rgba(255, 255, 255, 0.75);
  background-attachment: fixed,							fixed,							fixed;
  background-image: url("images/overlay2.png"), url("images/overlay3.svg"), linear-gradient(45deg, #9dc66b 5%, #4fa49a 30%, #4361c2);
  background-position: top left,						center center,					center center;
  background-size: auto,							cover,							cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#header a {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
#header h1 {
  margin: 0;
  color: #ffffff;
}
h1 {
  font-size: 2.25em;
  line-height: 1.35em;
  font-weight: bold;
}
#header p {
  margin: 1em 0 0 0;
}
#header .inner {
  -moz-transition: -moz-transform 1.5s ease, opacity 2s ease;
  -webkit-transition: -webkit-transform 1.5s ease, opacity 2s ease;
  -ms-transition: -ms-transform 1.5s ease, opacity 2s ease;
  transition: transform 1.5s ease, opacity 2s ease;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  position: relative;
  z-index: 1;
}
#header .actions {
  margin: 2.5em 0 0 0;
  position: relative;
}
#header .inner .actions {
  -moz-transition: -moz-transform 1.25s ease;
  -webkit-transition: -webkit-transform 1.25s ease;
  -ms-transition: -ms-transform 1.25s ease;
  transition: transform 1.25s ease;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.actions li {
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 1680px) {
  body, input, select, textarea {
  	font-size: 14pt;
  }
	#header {
		padding: 6em 0 6em 0 ;
	}
}
@media screen and (max-width: 1140px) {
  body, input, select, textarea {
    font-size: 13pt;
  }
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
  #header {
    padding: 5em 0 5em 0 ;
    background-attachment: scroll;
  }
  #header br {
    display: inline;
  }
}
@media screen and (max-width: 980px) {
  #header {
    padding: 8em 3em 8em 3em ;
  }
}
@media screen and (max-width: 736px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
  h1 {
    font-size: 1.75em;
  }
  #header {
    padding: 4em 3em 4em 3em ;
  }
  #header .actions {
    margin: 2em 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  ul.actions {
    margin: 0 0 2em 0;
  }
  ul.actions li {
    display: block;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions li:first-child {
    padding-top: 0;
  }
  ul.actions li > * {
    margin: 0 !important;
    width: 100%;
  }
  ul.actions li > *.icon:before {
    margin-left: -2em;
  }
  ul.actions.small li {
    padding: 0.5em 0 0 0;
  }
  ul.actions.small li:first-child {
    padding-top: 0;
  }
  #header {
    padding: 4em 2em 4em 2em ;
  }
  #header br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  html, body {
    min-width: 320px;
  }
  #header {
    padding: 3em 1em 3em 1em ;
  }
}
