/*
------------------------------
MAIN DEFINITION FILE
------------------------------
*/
/*
    Document   : reset
*/
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  padding-left: 20px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
/*
------------------------------
Variables
------------------------------
*/
/*
------------------------------
Colors
------------------------------
*/
/*
------------------------------
Fonts
------------------------------
*/
/*
------------------------------
Breakpoints
------------------------------
*/
.italic {
  font-style: italic;
}
body,
html {
  font-family: 'arial', sans-serif, Tahoma, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
a {
  color: #94ceea;
  text-decoration: none;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #94ceea;
  text-decoration: underline;
}
.bg-grey-light {
  background-color: #f2f3f4 !important;
}
.color-blue {
  color: #94ceea;
}
.page {
  margin: auto;
  position: relative;
}
/*
.content {
	max-width: @contentwidth + @sidePadding + @sidePadding;
	margin: auto;
	position: relative;
	padding-left: @sidePadding;
	padding-right: @sidePadding;
}
*/
.content {
  max-width: 1900px;
  margin: auto;
  position: relative;
}
b,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.clearer {
  clear: both;
}
.imgresp {
  max-width: 100%;
  height: auto;
}
.pt-0 {
  padding-top: 0px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-60 {
  padding-bottom: 60px;
}
table td,
table th {
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 3px 5px;
  text-align: left;
}
table th {
  font-weight: bold;
}
.nav {
  position: relative;
  width: 1940px;
  margin: auto;
  width: 100%;
  z-index: 1000;
}
.nav img.logo {
  position: relative;
  padding: 70px 20px 25px 20px;
}
.nav ul.menu {
  float: right;
  padding: 100px 20px 0px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.nav ul.menu li {
  padding-right: 32px;
  display: inline-block;
  list-style-type: none;
}
.nav ul.menu li a {
  color: #94ceea;
  text-decoration: none;
  position: relative;
}
.nav ul.menu li a:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .nav ul.menu {
    padding: 80px 20px 0px 20px;
  }
  .nav ul.menu li {
    display: block;
  }
}
@media (max-width: 700px) {
  .nav img.logo {
    width: 250px;
    height: auto;
    position: relative;
    padding: 20px 15px 25px 15px;
  }
  .nav ul.menu {
    padding: 30px 15px 0px 15px;
    font-size: 14px;
  }
  .nav ul.menu li {
    padding-right: 10px;
    display: block;
  }
}
@media (max-width: 550px) {
  .nav img.logo {
    width: 250px;
    height: auto;
    position: relative;
    padding: 20px 15px 0 15px;
  }
  .nav ul.menu {
    display: block;
    width: 100%;
    padding: 5px 10px 20px 10px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    float: none;
    box-sizing: border-box;
  }
  .nav ul.menu li {
    padding-right: 0;
    display: block;
  }
}
.footer {
  background-color: #fff;
  color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  text-align: center;
}
.homepage {
  position: relative;
  /*
	.content {
	
	&::after {
		content: '';
		position: absolute;
		width: 100%;
		top: -107px;
		left: 0;
		border-bottom: 200px solid white;
		border-radius: 0 0 50% 50%;
		}
	}
	*/
}
.homepage form {
  background-color: white;
  box-sizing: border-box;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  margin-top: 100px;
}
.homepage form input {
  border: 2px solid #94ceea;
  display: block;
  padding: 10px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.homepage form .note {
  font-size: 12px;
  margin-bottom: 20px;
}
.homepage form input[type="checkbox"] {
  width: auto;
  display: inline-block;
}
.homepage form input[type="file"] {
  margin-bottom: 5px;
}
.homepage form input[type="submit"] {
  background-color: #fff;
}
.homepage form input.err {
  border: 2px solid red;
}
.homepage input:focus,
.homepage textarea:focus,
.homepage select:focus {
  outline: none;
}
.homepage .half-left {
  box-sizing: border-box;
  width: 50%;
  padding: 100px 40px 40px 70px;
}
.homepage .half-right {
  box-sizing: border-box;
  width: 50%;
  float: right;
  text-align: right;
}
.homepage p {
  padding-bottom: 20px;
}
.homepage h1 {
  color: #94ceea;
}
.homepage h2 {
  color: #94ceea;
  padding-bottom: 20px;
}
.homepage h3 {
  color: #94ceea;
}
.homepage ul {
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .homepage .half-left {
    width: 100%;
  }
  .homepage .half-right {
    display: none;
  }
}
@media (max-width: 700px) {
  .homepage .half-left {
    padding: 50px 15px 40px 15px;
  }
  .homepage form {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=../../public/css/app.css.map */