
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
.header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/* Scaffolding */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	font-size: 100%;
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
	min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body, button, input, select, textarea {
    margin: 0;
	  font-family: Arial, sans-serif;
    font-size: 100%;
    font-weight: 400;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #00afd7;
    line-height: 1.5;
    font-size: 1em;
    overflow-x: hidden;
    position: relative;
    text-align: left;
    font-size: 1.25em \9;
    line-height: 1.5 \9;
}

@media screen and (min-width: 780px) {
	body {
	    font-size: 1.25em;
	    line-height: 1.5;
	}
}

a {
  color: #666;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0 0 1em;
	line-height: 1;
}

h1 {
	margin-bottom: .5em;
}

h2 {
  font-size: 2.182em;
}
h3 {
  font-size: 1.909em;
}

p {
	margin: 0 0 1.5em;
}

ol {
  padding-left: 1.5em;
}

.hide {
  display: none !important;
}

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

/* buttons */
.btn {
	background: transparent;
	color: #fff;
	display: inline-block;
	margin: 0;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid #fff;
	padding: .4em 1em;
	border-radius: 5px;
}
.btn:focus,
.btn:hover {
	background-color: #fff;
  color: #00afd7;
  outline: none;
}
.btn-lg {
	font-size: 1.182em;
  width: 14em;
}
.btn-lg small {
  font-size: 0.846em;
}
.btn-sm {
	font-size: .778em;
}
.btn-xs {
	font-size: .667em;
}

.btn:active {
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0,0,0,.15);
     -moz-box-shadow: inset 0 1px 5px 0 rgba(0,0,0,.15);
          box-shadow: inset 0 1px 5px 0 rgba(0,0,0,.15);
}

/* Container */

.container {
  max-width: 800px;
  margin: 0 auto;
}

/* header */

.header {
  position: relative;
}
.header h1 {
  font-size: 1em;
  line-height: 1;
  text-align: right;
  max-width: 800px;
  padding: 1.5em 0 1.75em;
  margin: 0 auto;
  position: relative;
}
.header h1 img {
  position: relative;
  padding: 0 5em;
  max-width: 100%;
  z-index: 10;
}
.header h1 strong {
  position: absolute;
  left: -999em;
}
.header:after,
.header h1:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #00558c;
  border-bottom: 1px solid #fff;
  height: 100%;
  width: 50%;
}
.header h1:after {
  width: 100%;
  margin-left: -1.75em;
  border-right: 1px solid #fff;

  -webkit-transform: skew(-11deg);
     -moz-transform: skew(-11deg);
      -ms-transform: skew(-11deg);
          transform: skew(-11deg);

}

/* Sections */

.content {
  padding: 1.5em;
  padding: 1.5em 4em \9;
}

@media screen and (min-width: 500px) {
  .content {
    padding: 1.5em 4em;
  }
}

.bg {
  display: none;
  display: block \9;
}
@media screen and (min-width: 780px) {
 .bg {
    display: block
  }
}

.advantages {
  background: #00558c;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* Intro */

.intro h2 {
  line-height: 1;
  margin-left: 1em;
  margin-right: .75em;
  padding: .5em 0 0;
  text-indent: -2em \9;
  margin-left: 4.75em \9;
}
.intro h2 strong {
  font-size: 1.354em;
}

.intro .container {
  position: relative;
  background: url('../img/techmiles-flight-attendant-s.png') no-repeat 20px 110%;
}
.intro .container img {
  position: absolute;
  left: -1em;
  bottom: 0;
  z-index: -1;
}
.intro .content {
  margin-left: 14.5em \9;
}

@media screen and (min-width: 500px) {
  .intro h2 {
    margin-left: 1.5em;
  }
}

@media screen and (min-width: 780px) {
  .intro h2 {
    text-indent: -2em;
    margin-left: 4.75em;
  }
  .intro .content {
    margin-left: 14.5em;
  }
}

/* Promos */

.promos {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.promos .content {
  margin: 0 -1em;
}
.promos .content:before,
.promos .content:after {
  content: " ";
  display: table;
}
.promos .content:after {
  clear: both;
}
.promos .promo {
  float: left;
  padding: 0 1em;
  width: 58%;
}
.promos .promo-sm {
  width: 42%;
}
.promo h3 {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.promo h3 strong {
  font-size: 1.667em;
}
.promo p {
  margin-bottom: 0;
}

/* Teaser */

.teaser {
  margin-right: -3em;
  margin-bottom: 0;
}
.teaser:before,
.teaser:after {
  content: " ";
  display: table;
}
.teaser:after {
  clear: both;
}
.teaser img {
  float: left;
  margin: 1.25em 2.5em 1.25em 0;
}

/* Registration */

.registration .container {
  position: relative;
  background: url('../img/techmiles-flight-attendant-2-s.png') no-repeat 95% bottom;
}
.registration .container img {
  position: absolute;
  right: 2em;
  bottom: 0;
  z-index: -1;
}
.registration .btn {
  margin-top: 1em;
}
