/**
Theme Name: Evolution Lending
Theme URI: 
Version: 1.1
Author: Droog Media
Author URI: http://www.droogmedia.co.uk
Tags: 
Licence: 
Description: Evolution Lending Website Version 1
*/

/* clean slate */

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;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* general */

p {
margin: 0 0 30px 0;
}
strong {
  font-weight: 700;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.clearfix {
  clear: both;
}
.aligncenter {
  display:block;
  margin:0 auto;	
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}
a:link, a:visited, a:active, a:hover {
  color: #7e4884;
}
.highlight {
  color: #1172c1;
}
.form-error {
  color: rgb(185, 74, 72);
}

@media screen and (min-width: 1200px) {

body {
  color: #000000;
  line-height: 180%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 160%;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  transition: all;
}
.container {
  position: relative;
}

/* header */

.header {
  width: 100%;
  border-bottom: 3px solid #eaeaea;
}
.header .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.header .inner .left {
  width: 220px;
  float: left;
}
.header .inner .left img {
  width: 100%;
}
.header .inner .right {
  width: 400px;
  float: right;
  text-align: left;
  padding: 30px 0 0 0;
}
.header .inner .nav ul li {
  display: inline-block;
  margin: 0 0 0 30px;
  font-style: normal;
  position: relative;
}
.header .inner .nav a:link,
.header .inner .nav a:visited,
.header .inner .nav a:active {
  text-decoration: none;
  color: #000000;
}
.header .inner .nav a:hover {
  color: #7e4884;
  text-decoration: underline;
}
.header .inner .nav ul ul {
  display: none;
}
.navigation-outer {
  display: none;
}
  
/* carousel */

.homeCarousel {
  width: 100%;
  margin: 0 auto;
}
.homeCarousel .item {
  width: 100%;
  font-size: 1.6em;
  line-height: 160%;
  background-size: cover;
  background-position: 50% 50%;
}
.homeCarousel .item .inner {
  width: 1200px;
  margin: 0 auto;
    padding: 80px 500px 80px 0;
  box-sizing: border-box;
}
.homeCarousel .item h3 {
  font-size: 2em;
  font-weight: 700;
  display: block;
  margin: 0 0 40px 0;
  line-height: 160%;
  color: #7e4884;
  line-height: 100%;
}
.homeCarousel .item a:link,
.homeCarousel .item a:visited,
.homeCarousel .item a:active {
  display: inline-block;
  background-color: #7e4884;
  padding: 4px 30px 4px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8em;
}

/* quicklinks */

.quickLinks {
  width: 100%;
}
.quickLinks .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.quickLinks .inner .left {
  width: 46%;
  float: left;
}
.quickLinks .inner .right {
  width: 46%;
  float: right;
}
.quickLinks .inner .wrapper {
  padding: 50px 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #eaeaea;
  min-height: 200px;
}
.quickLinks .inner h4 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  line-height: 160%;
  color: #7e4884;
}
.quickLinks .inner a:link,
.quickLinks .inner a:visited,
.quickLinks .inner a:active {
  display: inline-block;
  background-color: #7e4884;
  padding: 4px 30px 4px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8em;
}

/* area */

.title {
  width: 100%;
  background-color: #eaeaea;
}
.title .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 37px 0 40px 0;
}
.title .inner .left {
  width: 50%;
  float: left;
}
.title .inner h1 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0;
  line-height: 100%;
  color: #7e4884;
}
.title .inner .right {
  width: 46%;
  float: right;
  text-align: right;
  font-size: 0.8em;
  padding: 5px 0 0 0;
}

/* body */

.body {
  width: 100%;
}
.body .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.body .narr {
  width: 960px;
}
.body .inner .left {
  width: 56%;
  float: left;
}
.body .inner .right {
  width: 36%;
  float: right;
  text-align: left;
}
.body .inner h1 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner h3 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner ul {
  margin: 0 0 30px 20px;
}
.body .inner ul li {
  list-style-type: none;
}
.body .inner ul li::before {
  color: #7e4884;
  content: "\2022";
  font-weight: 700;
  display: inline-block;
  width: 20px;
  margin: 0 0 0 -20px;
}

/* form */

.body .inner .right .form {
  padding: 50px 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #eaeaea;
}
.body .inner .right .form h4 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner .right .form label {
  margin: 0 0 20px 0;
  display: block;
}
.body .inner .right .form input[type=text],
.body .inner .right .form input[type=number],
.body .inner .right .form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  color: #222222;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  -webkit-box-shadow:inset 0 0 10px #eaeaea;
  -moz-box-shadow:inset 0 0 10px #eaeaea;
  box-shadow:inset 0 0 10px #eaeaea;
}
.body .inner .right .form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  width: 100%;
  background-color: #7e4884;
  padding: 10px 30px 9px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  cursor: pointer;
}

/* legals */

.legals {
  width: 100%;
  background-color: #7e4884;
}
.legals .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 60px 0;
  color: #FFFFFF;
}

/* footer */

.footer {
  width: 100%;
  background-color: #333333;
}
.footer .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 120px 0;
  color: #FFFFFF;
}
.footer .inner h4 {
  font-size: 1em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  line-height: 160%;
}
.footer .inner .left {
  width: 46%;
  float: left;
}
.footer .inner .right {
  width: 46%;
  float: right;
  text-align: left;
}
.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
  color: #ffffff;
}

}

@media screen and (min-width: 960px) and (max-width: 1199px) {

body {
  color: #000000;
  line-height: 180%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 160%;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  transition: all;
}
.container {
  position: relative;
}

/* header */

.header {
  width: 100%;
  border-bottom: 3px solid #eaeaea;
}
.header .inner {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
.header .inner .left {
  width: 220px;
  float: left;
}
.header .inner .left img {
  width: 100%;
}
.header .inner .right {
  width: 400px;
  float: right;
  text-align: left;
  padding: 30px 0 0 0;
}
.header .inner .nav ul li {
  display: inline-block;
  margin: 0 0 0 30px;
  font-style: normal;
  position: relative;
}
.header .inner .nav a:link,
.header .inner .nav a:visited,
.header .inner .nav a:active {
  text-decoration: none;
  color: #000000;
}
.header .inner .nav a:hover {
  color: #7e4884;
  text-decoration: underline;
}
.header .inner .nav ul ul {
  display: none;
}
.navigation-outer {
  display: none;
}
  
/* carousel */

.homeCarousel {
  width: 100%;
  margin: 0 auto;
}
.homeCarousel .item {
  width: 100%;
  font-size: 1.6em;
  line-height: 160%;
  background-size: cover;
  background-position: 50% 50%;
}
.homeCarousel .item .inner {
  width: 960px;
  margin: 0 auto;
    padding: 80px 500px 80px 0;
  box-sizing: border-box;
}
.homeCarousel .item h3 {
  font-size: 2em;
  font-weight: 700;
  display: block;
  margin: 0 0 40px 0;
  line-height: 160%;
  color: #7e4884;
  line-height: 100%;
}
.homeCarousel .item a:link,
.homeCarousel .item a:visited,
.homeCarousel .item a:active {
  display: inline-block;
  background-color: #7e4884;
  padding: 4px 30px 4px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8em;
}

/* quicklinks */

.quickLinks {
  width: 100%;
}
.quickLinks .inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
.quickLinks .inner .left {
  width: 46%;
  float: left;
}
.quickLinks .inner .right {
  width: 46%;
  float: right;
}
.quickLinks .inner .wrapper {
  padding: 50px 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #eaeaea;
  min-height: 200px;
}
.quickLinks .inner h4 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  line-height: 160%;
  color: #7e4884;
}
.quickLinks .inner a:link,
.quickLinks .inner a:visited,
.quickLinks .inner a:active {
  display: inline-block;
  background-color: #7e4884;
  padding: 4px 30px 4px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8em;
}

/* area */

.title {
  width: 100%;
  background-color: #eaeaea;
}
.title .inner {
  width: 960px;
  margin: 0 auto;
  padding: 37px 0 40px 0;
}
.title .inner .left {
  width: 50%;
  float: left;
}
.title .inner h1 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0;
  line-height: 100%;
  color: #7e4884;
}
.title .inner .right {
  width: 46%;
  float: right;
  text-align: right;
  font-size: 0.8em;
  padding: 5px 0 0 0;
}

/* body */

.body {
  width: 100%;
}
.body .inner {
  width: 960px;
  margin: 0 auto;
  padding: 100px 0;
}
.body .narr {
  width: 960px;
}
.body .inner .left {
  width: 56%;
  float: left;
}
.body .inner .right {
  width: 36%;
  float: right;
  text-align: left;
}
.body .inner h1 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner h3 {
  font-size: 1.3em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner ul {
  margin: 0 0 30px 20px;
}
.body .inner ul li {
  list-style-type: none;
}
.body .inner ul li::before {
  color: #7e4884;
  content: "\2022";
  font-weight: 700;
  display: inline-block;
  width: 20px;
  margin: 0 0 0 -20px;
}

/* form */

.body .inner .right .form {
  padding: 50px 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #eaeaea;
}
.body .inner .right .form h4 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner .right .form label {
  margin: 0 0 20px 0;
  display: block;
}
.body .inner .right .form input[type=text],
.body .inner .right .form input[type=number],
.body .inner .right .form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  color: #222222;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  -webkit-box-shadow:inset 0 0 10px #eaeaea;
  -moz-box-shadow:inset 0 0 10px #eaeaea;
  box-shadow:inset 0 0 10px #eaeaea;
}
.body .inner .right .form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  width: 100%;
  background-color: #7e4884;
  padding: 10px 30px 9px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  cursor: pointer;
}

/* legals */

.legals {
  width: 100%;
  background-color: #7e4884;
}
.legals .inner {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 60px 0;
  color: #FFFFFF;
}

/* footer */

.footer {
  width: 100%;
  background-color: #333333;
}
.footer .inner {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 120px 0;
  color: #FFFFFF;
}
.footer .inner h4 {
  font-size: 1em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  line-height: 160%;
}
.footer .inner .left {
  width: 46%;
  float: left;
}
.footer .inner .right {
  width: 46%;
  float: right;
  text-align: left;
}
.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
  color: #ffffff;
}

}

@media screen and (min-width: 660px) and (max-width: 959px) {

body {
  color: #000000;
  line-height: 180%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 160%;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  transition: all;
}
.container {
  position: relative;
}

/* header */

.header {
  width: 100%;
  border-bottom: 3px solid #eaeaea;
}
.header .inner {
  width: 620px;
  margin: 0 auto;
  padding: 20px 0;
}
.header .inner .left {
  width: 180px;
  float: left;
}
.header .inner .left img {
  width: 100%;
}
.header .inner .right {
  width: 25px;
  height: 25px;
  float: right;
  margin: 20px 0 0 0;
  background-image: url('/images/hamburger.png');
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 25px;
  cursor: pointer;
}
.header .inner .nav ul li {
  display: none;
  margin: 0 0 0 30px;
  font-style: normal;
  position: relative;
}
.header .inner .nav a:link,
.header .inner .nav a:visited,
.header .inner .nav a:active {
  text-decoration: none;
  color: #000000;
}
.header .inner .nav a:hover {
  color: #7e4884;
  text-decoration: underline;
}

/* navigation mobile */

.navigation-outer {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 1500px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 0;
  box-sizing: border-box;
  background-color: #7e4884;
  overflow: scroll;
  background-repeat: no-repeat;
  background-position: top;
}
.navigation-inner {
  width: 620px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 0 0;
}
.navigation-inner .exit {
  background-image: url('/images/menu-close.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
}
.navigation-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation-inner a:link,
.navigation-inner a:visited,
.navigation-inner a:active,
.navigation-inner a:hover {
  display: block;
  font-size: 1.2em;
  margin: 0 0 10px 0;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
.navigation-inner ul ul li a:link,
.navigation-inner ul ul li a:visited,
.navigation-inner ul ul li a:active {
  padding: 0 0 0 20px;
}

/* carousel */

.homeCarousel {
  width: 100%;
  margin: 0 auto;
}
.homeCarousel .item {
  width: 100%;
  font-size: 1.2em;
  line-height: 160%;
  background-size: cover;
  background-position: 50% 50%;
}
.homeCarousel .item .inner {
  width: 620px;
  margin: 0 auto;
  padding: 80px 200px 80px 0;
  box-sizing: border-box;
}
.homeCarousel .item h3 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0;
  line-height: 160%;
  color: #7e4884;
  line-height: 100%;
}
.homeCarousel .item a:link,
.homeCarousel .item a:visited,
.homeCarousel .item a:active {
  display: inline-block;
  background-color: #7e4884;
  padding: 4px 30px 4px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8em;
}

/* quicklinks */

.quickLinks {
  width: 100%;
}
.quickLinks .inner {
  width: 620px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.quickLinks .inner .left {
  width: 46%;
  float: left;
}
.quickLinks .inner .right {
  width: 46%;
  float: right;
}
.quickLinks .inner .wrapper {
  padding: 30px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #eaeaea;
  min-height: 280px;
}
.quickLinks .inner h4 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  line-height: 160%;
  color: #7e4884;
}
.quickLinks .inner a:link,
.quickLinks .inner a:visited,
.quickLinks .inner a:active {
  display: inline-block;
  background-color: #7e4884;
  padding: 4px 30px 4px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8em;
}

/* area */

.title {
  width: 100%;
  background-color: #eaeaea;
}
.title .inner {
  width: 620px;
  margin: 0 auto;
  padding: 37px 0 40px 0;
}
.title .inner .left {
  width: 50%;
  float: left;
}
.title .inner h1 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0;
  line-height: 100%;
  color: #7e4884;
}
.title .inner .right {
  width: 46%;
  float: right;
  text-align: right;
  font-size: 0.8em;
  padding: 5px 0 0 0;
}

/* body */

.body {
  width: 100%;
}
.body .inner {
  width: 620px;
  margin: 0 auto;
  padding: 60px 0;
}
.body .narr {
}
.body .inner .left {
  width: 46%;
  float: left;
}
.body .inner .right {
  width: 46%;
  float: right;
  text-align: left;
}
.body .inner h1 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner h3 {
  font-size: 1.3em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner ul {
  margin: 0 0 30px 20px;
}
.body .inner ul li {
  list-style-type: none;
}
.body .inner ul li::before {
  color: #7e4884;
  content: "\2022";
  font-weight: 700;
  display: inline-block;
  width: 20px;
  margin: 0 0 0 -20px;
}

/* form */

.body .inner .right .form {
  padding: 12px 20px 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #eaeaea;
}
.body .inner .right .form h4 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner .right .form label {
  margin: 0 0 20px 0;
  display: block;
}
.body .inner .right .form input[type=text],
.body .inner .right .form input[type=number],
.body .inner .right .form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  color: #222222;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  -webkit-box-shadow:inset 0 0 10px #eaeaea;
  -moz-box-shadow:inset 0 0 10px #eaeaea;
  box-shadow:inset 0 0 10px #eaeaea;
}
.body .inner .right .form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  width: 100%;
  background-color: #7e4884;
  padding: 10px 30px 9px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  cursor: pointer;
}

/* legals */

.legals {
  width: 100%;
  background-color: #7e4884;
}
.legals .inner {
  width: 620px;
  margin: 0 auto;
  padding: 60px 0 60px 0;
  color: #FFFFFF;
}

/* footer */

.footer {
  width: 100%;
  background-color: #333333;
}
.footer .inner {
  width: 620px;
  margin: 0 auto;
  padding: 60px 0 120px 0;
  color: #FFFFFF;
}
.footer .inner h4 {
  font-size: 1em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  line-height: 160%;
}
.footer .inner .left {
  width: 46%;
  float: left;
}
.footer .inner .right {
  width: 46%;
  float: right;
  text-align: left;
}
.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
  color: #ffffff;
}

}

@media screen and (max-width: 659px) {

body {
  color: #000000;
  line-height: 180%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 160%;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  transition: all;
}
.container {
  position: relative;
}

/* header */

.header {
  width: 100%;
  border-bottom: 3px solid #eaeaea;
}
.header .inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.header .inner .left {
  width: 180px;
  float: left;
}
.header .inner .left img {
  width: 100%;
}
.header .inner .right {
  width: 25px;
  height: 25px;
  float: right;
  margin: 20px 0 0 0;
  background-image: url('/images/hamburger.png');
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 25px;
  cursor: pointer;
}
.header .inner .nav ul li {
  display: none;
  margin: 0 0 0 30px;
  font-style: normal;
  position: relative;
}
.header .inner .nav a:link,
.header .inner .nav a:visited,
.header .inner .nav a:active {
  text-decoration: none;
  color: #000000;
}
.header .inner .nav a:hover {
  color: #7e4884;
  text-decoration: underline;
}

/* navigation mobile */

.navigation-outer {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 1500px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 0;
  box-sizing: border-box;
  background-color: #7e4884;
  overflow: scroll;
  background-repeat: no-repeat;
  background-position: top;
}
.navigation-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 0 0;
}
.navigation-inner .exit {
  background-image: url('/images/menu-close.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
}
.navigation-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation-inner a:link,
.navigation-inner a:visited,
.navigation-inner a:active,
.navigation-inner a:hover {
  display: block;
  font-size: 1.2em;
  margin: 0 0 10px 0;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
.navigation-inner ul ul li a:link,
.navigation-inner ul ul li a:visited,
.navigation-inner ul ul li a:active {
  padding: 0 0 0 20px;
}
  
/* carousel */

.homeCarousel {
  width: 100%;
  margin: 0 auto;
}
.homeCarousel .item {
  width: 100%;
  font-size: 1.2em;
  line-height: 160%;
  background-size: cover;
  background-position: 50% 50%;
}
.homeCarousel .item .inner {
  width: 90%;
  margin: 0 auto;
    padding: 40px 0 160px 0;
  box-sizing: border-box;
}
.homeCarousel .item h3 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 40px 0;
  line-height: 160%;
  color: #7e4884;
  line-height: 100%;
}
.homeCarousel .item a:link,
.homeCarousel .item a:visited,
.homeCarousel .item a:active {
  display: inline-block;
  background-color: #7e4884;
  padding: 4px 30px 4px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8em;
}

/* quicklinks */

.quickLinks {
  width: 100%;
}
.quickLinks .inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.quickLinks .inner .left {
  width: 100%;
  margin: 0 0 30px 0;
}
.quickLinks .inner .right {
  width: 100%;
}
.quickLinks .inner .wrapper {
  padding: 20px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #eaeaea;
  min-height: 200px;
}
.quickLinks .inner h4 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  line-height: 160%;
  color: #7e4884;
}
.quickLinks .inner a:link,
.quickLinks .inner a:visited,
.quickLinks .inner a:active {
  display: inline-block;
  background-color: #7e4884;
  padding: 4px 30px 4px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 0.8em;
}

/* area */

.title {
  width: 100%;
  background-color: #eaeaea;
}
.title .inner {
  width: 90%;
  margin: 0 auto;
  padding: 17px 0 20px 0;
}
.title .inner .left {
  width: 100%;
  margin: 0 0 10px 0;
}
.title .inner h1 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0;
  line-height: 100%;
  color: #7e4884;
}
.title .inner .right {
  width: 100%;
  font-size: 0.8em;
}

/* body */

.body {
  width: 100%;
}
.body .inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
.body .narr {
}
.body .inner .left {
  width: 100%;
  margin: 0 0 30px 0;
}
.body .inner .right {
  width: 100%;
}
.body .inner h1 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner h3 {
  font-size: 1.3em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner ul {
  margin: 0 0 30px 20px;
}
.body .inner ul li {
  list-style-type: none;
}
.body .inner ul li::before {
  color: #7e4884;
  content: "\2022";
  font-weight: 700;
  display: inline-block;
  width: 20px;
  margin: 0 0 0 -20px;
}

/* form */

.body .inner .right .form {
  padding: 20px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #eaeaea;
}
.body .inner .right .form h4 {
  font-size: 1.6em;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  line-height: 160%;
  color: #7e4884;
}
.body .inner .right .form label {
  margin: 0 0 20px 0;
  display: block;
}
.body .inner .right .form input[type=text],
.body .inner .right .form input[type=number],
.body .inner .right .form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  color: #222222;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  -webkit-box-shadow:inset 0 0 10px #eaeaea;
  -moz-box-shadow:inset 0 0 10px #eaeaea;
  box-shadow:inset 0 0 10px #eaeaea;
}
.body .inner .right .form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  width: 100%;
  background-color: #7e4884;
  padding: 10px 30px 9px 30px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  cursor: pointer;
}

/* legals */

.legals {
  width: 100%;
  background-color: #7e4884;
}
.legals .inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  color: #FFFFFF;
}

/* footer */

.footer {
  width: 100%;
  background-color: #333333;
}
.footer .inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 60px 0;
  color: #FFFFFF;
}
.footer .inner h4 {
  font-size: 1em;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  line-height: 160%;
}
.footer .inner .left {
  width: 100%;
  margin: 0 0 30px 0;
}
.footer .inner .right {
  width: 100%;
}
.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
  color: #ffffff;
}

}