@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700);button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #38495b;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
  background-color: #2d3a49;
  color: #fff;
}

button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
  outline: 3px solid rgba(56, 73, 91, 0.6);
  outline-offset: 2px;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #38495b;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #38495b;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(56, 73, 91, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(56, 73, 91, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #858585;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #858585;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #858585;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(56, 73, 91, 0.6);
  outline-offset: 2px;
}

html {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.5;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #333;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #38495b;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

a:hover {
  color: #2a3744;
}

a:focus {
  outline: 3px solid rgba(56, 73, 91, 0.6);
  outline-offset: 2px;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

body {
  background: white url("/images/bg.jpg") 100% 110px no-repeat;
  font-weight: 300;
}

@media (max-width: 1680px) {
  body {
    background-position: right -200px top 100px;
  }
}

@media (max-width: 1200px) {
  body {
    background-position: left 600px top 100px;
  }
}

.container {
  max-width: 1140px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container.narrow {
  max-width: 810px;
}

.home-content .blue {
  background: #38495b;
  color: white;
}

.home-content .intro .content {
  font-size: 1.9em;
  max-width: 650px;
  line-height: 1.3em;
  margin-bottom: 1.5em;
}

@media (max-width: 600px) {
  .home-content .intro .content {
    font-size: 1.4em;
    text-align: center;
  }
}

.home-content .different {
  text-align: right;
  position: relative;
  color: white;
  margin-bottom: -4.5em;
}

.home-content .different .clip {
  background: url(/images/product-bg.svg) top left no-repeat;
  background-size: 100%;
  height: calc(39.42vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  position: relative;
}

.home-content .different .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-content .different .inner-container {
  max-width: 1140px;
}

.home-content .different .content {
  font-size: 1.1em;
  position: absolute;
  width: 500px;
  bottom: 4.5em;
}

@media (max-width: 1680px) {
  .home-content .different .content {
    bottom: 3em;
  }
}

@media (max-width: 1400px) {
  .home-content .different .content {
    font-size: 0.8em;
  }
}

@media (max-width: 1000px) {
  .home-content .different .container {
    background: #38495b;
    width: 100%;
    margin: 0;
    margin-top: 4.5em;
  }
  .home-content .different .content {
    bottom: 0;
    position: relative;
    margin: 1em auto;
    font-size: 1em;
  }
  .home-content .different .inner-container {
    text-align: center;
  }
}

.home-content .different h2 {
  font-size: 1.8em;
  font-weight: 300;
}

.home-content .different img {
  display: block;
}

.home-content .different .product1, .home-content .different .product2 {
  position: absolute;
  z-index: 200;
}

.home-content .different .product1 {
  right: 8.854166667vw;
  top: -6.5625vw;
  width: 48.6458333vw;
  height: 24.84375vw;
}

.home-content .different .product2 {
  width: 32.239583333vw;
  height: 24.010416667vw;
  bottom: 1.041666667vw;
  left: 10.3125vw;
}

.home-content .products {
  padding: 9em 0;
  padding-bottom: 15em;
  background: #ECECEC;
}

.home-content .products h2 {
  font-size: 2rem;
  font-weight: 300;
  color: #38495b;
}

.home-content .products p {
  color: #777;
  font-size: 1.1em;
}

.home-content .products strong {
  font-weight: normal;
  color: #666;
}

.home-content .circles .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-content .circles img {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: -152px;
  margin-bottom: -72px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 900px) {
  .home-content .circles .content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .home-content .circles img {
    max-width: 25vw;
    max-height: 25vw;
  }
}

.home-content .options {
  padding: 6em 0;
  background: #38495b url(/images/horse-bg.jpg) bottom left no-repeat;
  position: relative;
}

.home-content .options:before {
  z-index: 1;
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: -80px;
  height: 80px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  background: #38495b;
}

.home-content .options .container {
  display: block;
  position: relative;
}

.home-content .options .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .home-content .options .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.home-content .options .left, .home-content .options .right {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.home-content .options .left {
  margin-right: 1.5em;
}

.home-content .options h3 {
  font-weight: 300;
}

.home-content .options ul {
  list-style-type: disc;
}

.home-content .options ul li {
  margin-left: 30px;
  margin-bottom: 1.125em;
}

.home-content .options .circle-highlight {
  position: absolute;
  bottom: -10.5em;
  width: 270px;
  height: 270px;
  background: #38495b;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px;
  font-size: 1.1em;
}

@media (max-width: 600px) {
  .home-content .options .circle-highlight {
    position: static;
    margin-top: 2em;
    bottom: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
}

.home-content .options .circle-highlight svg {
  width: 30px;
  height: 30px;
  margin-bottom: 0.5em;
}

.site-header {
  padding-top: 3em;
  padding-bottom: 4.5em;
}

@media (max-width: 600px) {
  .site-header {
    padding: 1.5em 0;
  }
  .site-header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.logo {
  width: 239px;
}

.logo a {
  display: block;
}

.logo svg {
  height: auto;
}

@media (max-width: 600px) {
  .logo {
    width: 100%;
    margin-bottom: 1em;
  }
  .logo svg {
    display: block;
    margin: 0px auto;
    max-width: 150px;
  }
}

@media (max-width: 600px) {
  .contact-details {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1em auto;
  }
}

ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 600px) {
  ul.social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

ul.social li {
  margin: 0;
  margin-left: 0.75em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

ul.social a {
  text-decoration: none;
}

ul.social span {
  display: none;
}

ul.social svg {
  width: 26px;
  height: 26px;
}

ul.contact {
  text-align: right;
  color: #9a9a99;
  font-weight: normal;
  font-size: 1.6em;
  margin-top: 1.5em;
}

@media (max-width: 600px) {
  ul.contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2em;
  }
}

ul.contact li {
  margin: 0;
  margin-bottom: 5px;
}

ul.contact a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 600px) {
  ul.contact a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

ul.contact span {
  display: block;
  margin-left: 0.5em;
}

ul.contact svg {
  width: 26px;
  height: 26px;
}

.site-footer {
  background: #2E3F51;
  color: white;
  padding: 1.5em 0;
  text-align: center;
}

.site-footer a {
  color: inherit;
}

.site-footer ul.contact {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  .site-footer ul.contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.site-footer ul.contact li:first-child {
  margin-right: 3em;
}

@media (max-width: 600px) {
  .site-footer ul.contact li:first-child {
    margin-right: 0;
  }
}
