/*------------------------------------*\
-------- Base
\*------------------------------------*/
/*------------------------------------*\
-------- Typpography
\*------------------------------------*/
/*------------------------------------*\
-------- UI
\*------------------------------------*/
/* line 2, ../scss/1-base/_extends.scss */
.site-header .site-nav ul:after, .site-header:after, .main:after, .clearfix:after, .clearfix {
  display: block;
  clear: both;
  content: '';
}

/* line 9, ../scss/1-base/_extends.scss */
.site-header .site-nav ul {
  padding-top: 0px;
}
/* line 13, ../scss/1-base/_extends.scss */
.site-header .site-nav ul li {
  margin: 0px 30px 0px 0px;
  float: left;
  list-style: none;
}
/* line 18, ../scss/1-base/_extends.scss */
.site-header .site-nav ul li:last-child {
  margin-right: 0px;
}

/* line 25, ../scss/1-base/_extends.scss */
.fa-icon, [class^="fa-"]:before, .site-header .site-nav a:before {
  display: inline-block;
  position: relative;
  font-family: "FontAwesome";
  font-weight: normal;
  line-height: 95%;
}

/* line 35, ../scss/1-base/_extends.scss */
.site-logo {
  overflow: hidden;
  text-indent: -99999px;
}

/* line 2, ../scss/1-base/_reset.scss */
*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  font-size: 100%;
  font: inherit;
}

body, input {
  font-family: "Gudea";
  font-size: 16px;
  color: #fff;
  line-height: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Asap";
  text-align: center;
  color: #FFF;
  line-height: 1.200em;
  margin-bottom: 20px;
}


ul li, ol li {
  margin: 10px 0px 10px 40px;
  font-size: 0.933em;
  line-height: 1.25em;
}

ul + p, ol + p,
p + h1, p + h2, p + h3, p + h4, p + h5 {
  margin-top: 20px;
}

/* line 26, ../scss/2-framework/_typography.scss */
p + ul, p + ol {
  margin-top: 10px;
}

/* line 28, ../scss/2-framework/_typography.scss */
strong {
  font-weight: 700;
}

/* line 29, ../scss/2-framework/_typography.scss */
em {
  font-style: italic;
}

/* line 30, ../scss/2-framework/_typography.scss */
a {
  color:#FFF;
  text-decoration: none;
}

/* line 31, ../scss/2-framework/_typography.scss */
a:hover {
  text-decoration: underline;
}


/* line 2, ../scss/2-framework/_buttons.scss */
.btn, #submit {
  padding: 12px 16px;
  display: inline-block;
  outline: 0;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3), inset 0px 2px 0px rgba(255, 255, 255, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: none;
  background: #3C8FC7;
  -moz-transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -o-transition: all linear 0.15s;
  -ms-transition: all linear 0.15s;
  font-family: "Gudea";
  font-size: 0.938em;
  font-weight: 600;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 100%;
  color: #fff;
}
/* line 19, ../scss/2-framework/_buttons.scss */
.btn:hover, .btn:active, #submit:hover, #submit:active {
  cursor: pointer;
  background: #63a5d2;
  text-decoration: none;
}
/* line 26, ../scss/2-framework/_buttons.scss */
.btn:active, #submit:active {
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}
/* line 31, ../scss/2-framework/_buttons.scss */
.btn [class^="fa-"], #submit [class^="fa-"] {
  line-height: 0px;
}

/* line 38, ../scss/2-framework/_buttons.scss */
button.btn {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* line 44, ../scss/2-framework/_buttons.scss */
.btn.small {
  padding: 8px 12px 10px;
  font-size: 0.750em;
}

/* line 51, ../scss/2-framework/_buttons.scss */
.btn.large {
  padding: 17px 24px;
  font-size: 1.500em;
}

/* line 58, ../scss/2-framework/_buttons.scss */
.btn-group {
  display: inline-block;
}
/* line 61, ../scss/2-framework/_buttons.scss */
.btn-group .btn {
  margin-right: -1px;
  float: left;
  border-radius: 0px;
}
/* line 66, ../scss/2-framework/_buttons.scss */
.btn-group .btn:first-child {
  border-radius: 3px 0px 0px 3px;
}
/* line 70, ../scss/2-framework/_buttons.scss */
.btn-group .btn:last-child {
  border-radius: 0px 3px 3px 0px;
}

/*------------------------------------*\
-------- Components
\*------------------------------------*/
/* line 1, ../scss/3-components/global/_site-header.scss */
.site-header-wrap {
  margin-bottom: 60px;
  padding: 60px 0px 50px;
  background: #20262c;
}

/* line 7, ../scss/3-components/global/_site-header.scss */
.site-header {
  max-width: 1000px;
  width: 90%;
  margin: 0px auto;
  text-align: center;
}

/* line 1, ../scss/3-components/global/_site-logo.scss */
.site-logo {
  width: 353px;
  max-width: 100%;
  height: 41px;
  display: inline-block;
  background: url("../img/site-logo-@2x.png") no-repeat;
  background-size: 100%;
  -moz-transition: opacity linear 0.15s;
  -webkit-transition: opacity linear 0.15s;
  -o-transition: opacity linear 0.15s;
  -ms-transition: opacity linear 0.15s;
}
/* line 11, ../scss/3-components/global/_site-logo.scss */
.site-logo:hover {
  opacity: 0.4;
}

/* line 16, ../scss/3-components/global/_site-logo.scss */
.site-tagline {
  margin-top: 10px;
  display: block;
  opacity: 0.4;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
}

/* line 1, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav {
  width: 100%;
  margin-top: 30px;
}
/* line 5, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav ul {
  display: inline-block;
}
/* line 10, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav ul li {
  margin: 0px 20px 0px;
  font-size: 18px;
  line-height: 100%;
}
/* line 16, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav ul li:first-child {
  margin-left: 0px;
}
/* line 21, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav [class^="fa-"] {
  padding-right: 5px;
  -webkit-text-stroke: 0px;
}
/* line 26, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav a {
  -webkit-text-stroke: 0.5px #6f7883;
  color: #6f7883;
  -moz-transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -o-transition: all linear 0.15s;
  -ms-transition: all linear 0.15s;
}
/* line 32, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav a:hover {
  text-decoration: none;
  color: #fff;
}
/* line 38, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav a:before {
  padding-right: 3px;
  position: relative;
  -webkit-text-stroke: 0px;
}

/*------------------------------------*\
-------- General Styles
\*------------------------------------*/
/* line 36, ../scss/main.scss */
html, body {
  /*height: 100%;
  background: #fff;*/
}

/* line 41, ../scss/main.scss */
.main {
  max-width: 1000px;
  width: 90%;
  margin: 0px auto;
}

/* line 48, ../scss/main.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 53, ../scss/main.scss */
.page-title {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
