/* =Reset
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: 'Lato', Verdana, Arial, sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}

a img {
  border: 0;
}

body {
  font-family: 'Lato', sans-serif, Verdana, sans-serif;
  background: #4b5558;
  font-size: 16px;
  font-weight: normal;
  color: #444444;
}

h1, h2, h3, h4, h5, h6 {
  color: #4b5558;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

h1 {
  font-size: 45px;
  font-weight: 300;
}

h2 {
  color: #98c54a;
  font-size: 30px;
}

h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

a {
  color: #26ade4;
  text-decoration: none;
}
a.green {
  color: #98c54a;
}

a:hover {
  color: #6ac7ec;
  text-decoration: none;
}
a:hover.green {
  color: #b9d884;
}

strong {
  font-weight: bold;
}

ul {
  margin-bottom: 1em;
}

p {
  margin-bottom: 1em;
}

.header {
  padding: 20px 0;
}
.header h4 {
  font-size: 28px;
}
.header p {
  color: #FFF;
}
.header .fr {
  text-align: right;
}
.header .wrap {
  width: 920px;
  padding: 0;
}

.greenh1 {
  position: relative;
  margin-top: 10px;
  margin-left: -35px;
  background: #98c54a;
  color: #FFF;
  padding: 0 30px;
  display: inline-block;
  height: 78px;
  line-height: 78px;
}

.greenh1:after {
  content: "";
  position: absolute;
  right: -54px;
  top: 0;
  height: 0;
  border-top: 78px solid #98c54a;
  border-right: 55px solid rgba(0, 0, 0, 0);
}

.greenh1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 999em;
  height: 100%;
  background: #98c54a;
}

.wrap {
  /* start commented backslash hack \*/
  /* close commented backslash hack */
  width: 880px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.wrap {
  display: inline-block;
}
* html .wrap {
  height: 1%;
}
.wrap {
  display: block;
}

.divider {
  margin: 20px 0;
  clear: both;
  width: 100%;
  height: 39px;
  background: url(../images/rec.png) 50% 50% no-repeat;
  position: relative;
}
.divider span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #4b5558;
  top: 50%;
}

.center {
  text-align: center;
}

.content {
  background: #FFF;
  border: 1px solid #E6E6E6;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.content .top {
  /* start commented backslash hack \*/
  /* close commented backslash hack */
  clear: both;
  width: 100%;
  color: #767676;
  font-size: 12px;
  margin-bottom: 15px;
}
.content .top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.content .top {
  display: inline-block;
}
* html .content .top {
  height: 1%;
}
.content .top {
  display: block;
}
.content .top span.domain {
  display: block;
  font-weight: bold;
  font-size: 32px;
}
.content .top .fr {
  width: 370px;
  padding-top: 25px;
}
.content h3 {
  color: #000000;
  margin-bottom: 15px;
}
.content > .fl {
  width: 55%;
}
.content > .fl .fl {
  margin-left: 15px;
}
.content ul {
  list-style-type: circle;
  list-style-position: inside;
}
.content ul, .content ol {
  color: #767676;
}
.content ul ul, .content ol ul {
  margin-left: 30px;
  margin-bottom: 0;
  list-style-type: none;
}
.content li {
  padding: 5px 0;
}

.contact-us {
  background-color: #dedede;
  color: #444444;
  width: 370px;
}
.contact-us h4 {
  color: #FFF;
  font-size: 26px;
  padding: 30px 25px;
  background: #6b7a7e;
}
.contact-us .form-wrap {
  padding: 15px 30px;
}

.thanks-wrap {
  left: 2000px;
  top: 160px;
  position: absolute;
}

.sorry-wrap {
  top: 160px;
}

.input-wrap {
  margin: 15px 0;
}

label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  color: #6b6b6b;
  font-size: 18px;
}
label span {
  color: #bd2a3c;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  width: 300px;
  border: none;
  background-color: #FFF;
  color: #656565;
  padding: 15px 10px;
  border: 1px solid #cecece;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
textarea.error,
select.error {
  border: 1px solid #bd2a3c;
}

form div.error {
  margin-top: 5px;
  color: #bd2a3c;
  text-align: right;
}

textarea {
  height: 120px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: #9b9b9b auto 5px;
}

input[type="submit"] {
  background: #26ade4;
  border: none;
  border-bottom: 4px solid #157ea9;
  color: #FFF;
  text-align: center;
  font-size: 14pt;
  width: 100%;
  height: 54px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #46b9e8;
  border-bottom-color: #126d92;
}

.captcha {
	display: none;
}
