html {
  box-sizing: border-box; }

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

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

button, input[type="button"], input[type="reset"], input[type="submit"],
.button,
.button--small,
.button--large,
.button--secondary,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #94d60a;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  .button:hover,
  .button:focus,
  .button--small:hover,
  .button--small:focus,
  .button--large:hover,
  .button--large:focus,
  .button--secondary:hover,
  .button--secondary:focus,
  button:hover,
  button:focus {
    background-color: #009639;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  .button:disabled,
  .button--small:disabled,
  .button--large:disabled,
  .button--secondary:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.button--small {
  font-size: 0.75em !important; }

.button--large {
  font-size: 1.25em !important; }

.button--secondary {
  background-color: #999 !important; }

.button--transparent {
  background-color: transparent !important;
  border: none; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: Arial, sans serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: Arial, sans serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color;
          transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #31708f;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(42, 97, 124, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

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

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

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group .input, .input-group-button {
  display: table-cell; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
  ol {
    list-style-type: decimal;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

.inline-list > li {
  list-style-type: none;
  display: inline-block; }

.unstyled-list {
  padding-left: 0; }
  .unstyled-list li {
    list-style-type: none; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #54575a;
  font-family: Arial, sans serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1 {
  font-size: 79px;
  font-size: 4.9375rem; }

p {
  margin: 0 0 0.75em; }

a {
  color: #31708f;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
          transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #1d4356; }
  a:active, a:focus {
    outline: none; }

h1 {
  font-size: 52px; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 81px; } }

h2 {
  font-size: 36px; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 52px; } }

h3 {
  font-size: 21px; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 21px; } }

h4 {
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 17px; }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 17px; } }

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

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

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

img {
  width: 100%;
  height: auto; }

.outer-container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em; }
  .outer-container::after {
    clear: both;
    content: "";
    display: table; }

.logo {
  width: 100%;
  margin-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    .logo {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%;
      margin-left: 8.5298042998%; }
      .logo:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .logo {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-left: 25.5894128995%; }
      .logo:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .logo {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-left: 0%; }
      .logo:last-child {
        margin-right: 0; } }

.main-nav {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .main-nav {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-left: 25.5894128995%;
      margin-right: 0 !important;
      padding-left: 0 !important; }
      .main-nav:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .main-nav {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-left: 34.1192171993%; }
      .main-nav:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .main-nav {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%;
      margin-left: 0%; }
      .main-nav:last-child {
        margin-right: 0; } }

.social-icons {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .social-icons {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%;
      margin-left: 17.0596085997%; }
      .social-icons:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .social-icons {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-left: 25.5894128995%; }
      .social-icons:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .social-icons {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 6.1721527019%;
      margin-left: 0%; }
      .social-icons:last-child {
        margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .sidebar {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .sidebar:last-child {
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .main {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .main:last-child {
      margin-right: 0; } }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #54575a;
  font-family: Arial, sans serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1 {
  font-size: 79px;
  font-size: 4.9375rem; }

p {
  margin: 0 0 0.75em; }

a {
  color: #31708f;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
          transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #1d4356; }
  a:active, a:focus {
    outline: none; }

h1 {
  font-size: 52px; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 81px; } }

h2 {
  font-size: 36px; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 52px; } }

h3 {
  font-size: 21px; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 21px; } }

h4 {
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 17px; }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 17px; } }

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

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

.alert--success,
.alert--info,
.alert--warning,
.alert--danger, .alert {
  background: red; }

.alert--success,
.alert--info,
.alert--warning,
.alert--danger, .alert {
  color: #fff;
  text-align: center;
  padding: 0.5em;
  margin: 0.5em 0; }

.alert--success {
  border: 1px solid #3c763d;
  background-color: #56a957; }
.alert--info {
  border: 1px solid #31708f;
  background-color: #4b9ac1; }
.alert--warning {
  border: 1px solid #8a6d3b;
  background-color: #b89559; }
.alert--danger {
  border: 1px solid #a94442;
  background-color: #c77270; }

.breadcrumbs {
  list-style-type: none; }

.breadcrumbs li {
  display: inline;
  padding-right: 0.5em; }
  .breadcrumbs li :after {
    content: ">";
    padding-left: 0.5em; }

.footer {
  margin-top: 2em;
  background-color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 1.25em 0.25em;
  border-radius: 3px; }
  .footer ul {
    margin: 0; }
    .footer ul li {
      padding: 0 0.5em; }
  .footer a {
    color: #54575a; }
    .footer a.current, .footer a:hover {
      text-decoration: underline;
      color: black; }

@media only screen and (min-width: 768px) {
  .header {
    padding: 1.8em 0 1.6em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.main-nav {
  padding: 1em 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media only screen and (min-width: 768px) {
    .main-nav {
      padding-top: 2.5em;
      padding-left: 1.5em; } }
  .main-nav ul {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 800;
    letter-spacing: 0.046875 px;
    margin-bottom: 0; }
    .main-nav ul > li {
      list-style-type: none;
      display: inline-block; }
    @media only screen and (min-width: 768px) {
      .main-nav ul {
        padding-left: 1.5em; } }
    .main-nav ul a {
      color: #54575a; }
      .main-nav ul a:hover {
        color: #fff; }
    .main-nav ul li {
      padding: 0 0.5em; }
    .main-nav ul li.selected a {
      color: white; }

.logo {
  padding-right: 1.3em; }

.social-icons {
  margin-top: 1.5em;
  display: none; }
  @media only screen and (min-width: 768px) {
    .social-icons {
      display: block; } }
  .social-icons .linkdin {
    position: relative; }
    .social-icons .linkdin img {
      height: 40px;
      width: auto;
      float: right; }
      .social-icons .linkdin img:last-child {
        position: absolute;
        top: 0;
        right: 0; }
        .social-icons .linkdin img:last-child:hover {
          opacity: 0; }

.rule {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    .rule--nav {
      display: none; } }

body {
  background-color: #fff200; }

h1, h2 {
  font-weight: 400;
  color: #009639;
  line-height: 0.9;
  margin-bottom: 0.1em; }
  h1 span, h2 span {
    color: #94d60a; }

h2 {
  margin-bottom: 0.35em; }
  .services h2 {
    margin-bottom: 0.5em; }

.services .sidebar h2 {
  color: #54575a; }

.services .sidebar ul {
  list-style: none; }

h3 {
  line-height: 1; }

h5 {
  margin-bottom: 0; }

ul {
  line-height: 1.3;
  padding-left: 0em;
  list-style-position: inside; }
  ul h5 {
    margin-bottom: 1.0em; }
  ul li {
    padding-left: 0em; }

p {
  line-height: 1.3;
  margin-bottom: 1.3em; }

a {
  color: #54575a; }

.main {
  padding-right: 1.25em;
  padding-bottom: 6.5em;
  padding-left: 1.25em;
  margin-top: 2em; }
  @media only screen and (min-width: 768px) {
    .main {
      padding-left: 2.5em; } }
  .main form {
    margin-bottom: 1.5em; }

.sidebar {
  padding-bottom: 2.5em;
  margin-top: 2em; }
  .sidebar ul strong {
    color: #009639;
    font-weight: 800; }
  .sidebar ul li {
    border-top: 2px dashed #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 22px; }
    .sidebar ul li:last-child {
      border-bottom: 2px dashed #fff; }

.img {
  padding-right: 2.5em;
  padding-left: 2.5em; }

ul.telephone {
  list-style: none; }
  @media only screen and (min-width: 768px) {
    ul.telephone {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      ul.telephone > li {
        list-style-type: none;
        display: inline-block; } }
  ul.telephone li {
    margin: 0 0.5em; }
    ul.telephone li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  ul.telephone .icon-container {
    width: 20px;
    height: auto;
    margin-right: 0.5em;
    display: inline-block; }

.footer {
  margin-top: 2px; }

@media only screen and (min-width: 768px) {
  .index .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }
.index .body .main {
  margin-bottom: 0em;
  padding-bottom: 0em; }
  @media only screen and (min-width: 768px) {
    .index .body .main {
      padding-right: 4em;
      padding-bottom: 0;
      padding-left: 2em;
      margin-top: 2em;
      margin-bottom: -2px; } }
  .index .body .main__img {
    position: relative; }
    .index .body .main__img::after {
      clear: both;
      content: "";
      display: table; }
    .index .body .main__img img {
      float: left; }
    @media only screen and (min-width: 768px) {
      .index .body .main__img {
        padding-right: 2em; } }
.index .sidebar__img {
  padding-right: 3em; }

@-webkit-keyframes drop {
  60% {
    bottom: -1em; }
  70% {
    bottom: 0.2em; }
  80% {
    bottom: -1em; }
  90% {
    bottom: 0em; }
  100% {
    bottom: -1em; } }
@keyframes drop {
  60% {
    bottom: -1em; }
  70% {
    bottom: 0.2em; }
  80% {
    bottom: -1em; }
  90% {
    bottom: 0em; }
  100% {
    bottom: -1em; } }
.apple:nth-child(2) {
  position: absolute;
  bottom: 62%;
  left: 7.5%;
  width: 14%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .apple:nth-child(2) {
      left: 5.5%;
      width: 12%; } }
  .apple:nth-child(2).drop {
    -webkit-animation: drop 1s ease-in forwards;
            animation: drop 1s ease-in forwards; }

.apple:nth-child(3) {
  position: absolute;
  bottom: 33%;
  left: 14%;
  width: 14%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .apple:nth-child(3) {
      left: 12%;
      width: 12%; } }
  .apple:nth-child(3).drop {
    -webkit-animation: drop 1s ease-in forwards;
            animation: drop 1s ease-in forwards; }

.apple:nth-child(4) {
  position: absolute;
  bottom: 77%;
  left: 22%;
  width: 14%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .apple:nth-child(4) {
      left: 20%;
      width: 12%; } }
  .apple:nth-child(4).drop {
    -webkit-animation: drop 1s ease-in forwards;
            animation: drop 1s ease-in forwards; }

.apple:nth-child(5) {
  position: absolute;
  bottom: 50%;
  left: 26%;
  width: 14%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .apple:nth-child(5) {
      left: 24%;
      width: 12%; } }
  .apple:nth-child(5).drop {
    -webkit-animation: drop 1s ease-in forwards;
            animation: drop 1s ease-in forwards; }

.apple:nth-child(6) {
  position: absolute;
  bottom: 69%;
  left: 40%;
  width: 14%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .apple:nth-child(6) {
      left: 38%;
      width: 12%; } }
  .apple:nth-child(6).drop {
    -webkit-animation: drop 1s ease-in forwards;
            animation: drop 1s ease-in forwards; }

.apple:nth-child(7) {
  position: absolute;
  bottom: 41%;
  left: 45%;
  width: 14%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .apple:nth-child(7) {
      left: 43%;
      width: 12%; } }
  .apple:nth-child(7).drop {
    -webkit-animation: drop 1s ease-in forwards;
            animation: drop 1s ease-in forwards; }

.apple:nth-child(8) {
  position: absolute;
  bottom: 80%;
  left: 54%;
  width: 14%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .apple:nth-child(8) {
      left: 52%;
      width: 12%; } }
  .apple:nth-child(8).drop {
    -webkit-animation: drop 1s ease-in forwards;
            animation: drop 1s ease-in forwards; }

.apple:nth-child(9) {
  position: absolute;
  bottom: 57%;
  left: 60%;
  width: 14%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .apple:nth-child(9) {
      left: 58%;
      width: 12%; } }
  .apple:nth-child(9).drop {
    -webkit-animation: drop 1s ease-in forwards;
            animation: drop 1s ease-in forwards; }

.apple:nth-child(10) {
  position: absolute;
  bottom: 32%;
  left: 68%;
  width: 14%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .apple:nth-child(10) {
      left: 66%;
      width: 12%; } }
  .apple:nth-child(10).drop {
    -webkit-animation: drop 1s ease-in forwards;
            animation: drop 1s ease-in forwards; }

.apple:nth-child(11) {
  position: absolute;
  bottom: 45%;
  left: 83%;
  width: 14%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .apple:nth-child(11) {
      left: 81%;
      width: 12%; } }
  .apple:nth-child(11).drop {
    -webkit-animation: drop 1s ease-in forwards;
            animation: drop 1s ease-in forwards; }

.apple:nth-child(12) {
  position: absolute;
  bottom: 70%;
  left: 74%;
  width: 14%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .apple:nth-child(12) {
      left: 72%;
      width: 12%; } }
  .apple:nth-child(12).drop {
    -webkit-animation: drop 1s ease-in forwards;
            animation: drop 1s ease-in forwards; }

.services .main, .services .sidebar {
  padding-bottom: 1.5em; }

/*! responsive-nav.js 1.0.39 by @viljamis */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

.nav-collapse li {
  width: 100%;
  display: block; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative; }

  .js .nav-collapse.closed {
    max-height: none; }

  .nav-toggle {
    display: none; } }
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0.75em 0;
  border-radius: 3px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  border: 1px solid #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #ddd;
  border-color: #999; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #31708f;
  border-color: #1d4356; }
