/*...........................
CONSTANTS
............................*/
/*...........................
HELPERS
............................*/
/*............................
COLORS
..............................
*/
/*...........................
COLOR BACKGROUNDS
.............................*/
/*............................
TWITTER
..............................*/
/*.............................
MAPS
...............................*/
/* line 38, main.scss */
.gmaps {
  position: relative;
  height: 300px;
}

/* line 44, main.scss */
.gmaps iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
}

/*.............................
NAVIGATION
..............................*/
/* line 57, main.scss */
nav {
  height: 100px;
}

/* line 61, main.scss */
nav li {
  float: right;
  margin: 0px;
  padding: 35px 10px 5px 5px;
  list-style-type: none;
}

/* line 68, main.scss */
.secondaryNav {
  height: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: absolute;
  bottom: 15px;
}

/* line 77, main.scss */
.interNav {
  list-style-type: none;
  padding: 5px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 3px;
  background-color: #484848;
  float: none;
  display: inline-block;
}

/* line 88, main.scss */
.footLinks {
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.63);
}

/*.............................
LAYOUT
...............................*/
/* line 99, main.scss */
body, html {
  margin: 0;
}

/* line 103, main.scss */
.sr .process {
  visibility: hidden;
}

/* line 107, main.scss */
.wrapper {
  min-height: 100vh;
  max-width: 100vw;
}

/* line 113, main.scss */
.col {
  float: left;
}

/* line 117, main.scss */
.clientLogoContainer {
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  /* move the div's top border to the half height of the outer div*/
  transform: translateY(-50%);
  /* move the inner div up by half its height */
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* line 127, main.scss */
.clearfix {
  /* used for the navigation bar to prevent li items from crashing into same line as the logo */
  content: " ";
  display: block;
  clear: both;
}

/* line 135, main.scss */
.serviceSection {
  background: rgba(255, 255, 255, 0.9);
  margin: 10px 0px 10px 0px;
  border-radius: 5px;
  position: relative;
}

/* line 142, main.scss */
.labelParent {
  border-bottom: solid 1px #e1e2d8;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

/* line 148, main.scss */
.labelContainer {
  border: 2px white dashed;
  padding: 2px;
  display: inline-block;
  margin-left: 30px;
  background-color: white;
  float: left;
}

/* line 157, main.scss */
.descriptions {
  float: left;
}

/* line 161, main.scss */
.spaceMaker {
  height: 30px;
}

/* line 165, main.scss */
.equalizeHeight {
  vertical-align: top;
}

/*...............................
FORM
.................................*/
/*................................
FONTS
.................................*/
/* line 179, main.scss */
h2, p, .tandc, label, input, button, select {
  color: #484848;
}

/* line 184, main.scss */
h2, h3, p, .tandc, ul, label {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 192, main.scss */
h1 {
  font-size: 2.441rem;
  font-family: 'Patua One', cursive;
}

/* line 197, main.scss */
h2 {
  font-size: 1.953rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 205, main.scss */
h3 {
  font-size: 1.563rem;
  padding-bottom: 10px;
  padding-top: 0px;
  color: #61988e;
}

/* line 213, main.scss */
p, label {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

/* line 219, main.scss */
a {
  text-decoration: none;
}

/* line 223, main.scss */
p.columnP {
  padding: 10px;
  height: 165px;
  border-bottom: 1px solid #e1e2d8;
}

/* line 229, main.scss */
a p {
  margin-bottom: 2px;
  transition: .5s;
  border-bottom: 1px dashed #e1e2d8;
}

/* line 236, main.scss */
a p:hover {
  color: #eabda8;
  font-style: italic;
  transition: .2s;
}

/* line 242, main.scss */
.tandc {
  font-size: 0.8rem;
  color: #e1e2d8;
}

/* line 247, main.scss */
.navLink {
  color: #e1e2d8;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-decoration: none;
}

/* line 254, main.scss */
.navLink {
  /* style the links on the primary navigation */
  transition: .9s;
  padding-bottom: 2px;
}

/* line 260, main.scss */
.secLink {
  color: white;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

/* line 268, main.scss */
.center {
  text-align: center;
}

/* line 272, main.scss */
.header {
  color: #e1e2d8;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 283, main.scss */
p.promo {
  line-height: 1.8rem;
  padding: 0 10% 0% 10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin-top: 0%;
}

/* line 295, main.scss */
li.bullet {
  display: list-item;
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 1rem;
}

/* line 303, main.scss */
.label {
  font-size: .9rem;
  margin-bottom: 0px;
  padding-right: 2px;
}

/* line 311, main.scss */
.putInLine {
  display: inline;
  padding-left: 5px;
}

/* line 316, main.scss */
.opaqueBg {
  background-color: rgba(255, 255, 255, 0.63);
  padding-bottom: 5px;
}

/* line 321, main.scss */
.contactBg {
  background: url(../assets/ricepaper.png);
  background-repeat: repeat;
}

/*...............................
EFFECTS
................................*/
/* line 334, main.scss */
.navLink:hover {
  text-shadow: 2px 2px 8px #FFF;
  transition: 0.1s;
  border-bottom: 4px solid #e1e2d8;
  padding-bottom: 2px;
}

/*..............................
IMAGES
...............................*/
/* line 349, main.scss */
.landing, .checks, .process, .clients, .footer, .serviceLanding, .whatWeDo,
.howWeWork, .startWorking, .taxEnviro, .calendar, .documentation,
.corporate, .humanr, .labourLaw, .qanda, .contactus {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* used box-sizing to prevent padding added to text from increasing the overall size of the div*/
  overflow: hidden;
  /* prevent the contents inside this div from overflowing into adjacent divs*/
}

/* line 360, main.scss */
.landing {
  position: relative;
}

/* line 364, main.scss */
.checks {
  background-image: url("../assets/squares.png");
  position: relative;
}

/* line 370, main.scss */
.process {
  background: -moz-linear-gradient(352deg, #e6e0c7 0%, #c5d7e7 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6e0c7), color-stop(100%, #c5d7e7));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(352deg, #e6e0c7 0%, #c5d7e7 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(352deg, #e6e0c7 0%, #c5d7e7 100%);
  /* opera 11.10+ */
  position: relative;
}

/* line 378, main.scss */
.clients {
  color: white;
  position: relative;
}

/* line 383, main.scss */
.footer {
  position: relative;
  /* for use with .disclaimer class*/
  background-image: url("../assets/mountain.svg"), url("../assets/ricepaper.png");
  background-repeat: no-repeat, repeat;
  background-position: bottom, left;
  background-size: cover, auto;
}

/* line 391, main.scss */
.serviceLanding {
  position: relative;
}

/* line 395, main.scss */
.whatWeDo {
  background-color: white;
  position: relative;
  background-image: url("../assets/earth.svg");
  background-position: 120%;
  background-repeat: no-repeat;
}

/* line 403, main.scss */
.startWorking {
  background-image: url("../assets/pinkrice.png");
  background-repeat: repeat-x repeat-y;
  position: relative;
}

/* line 410, main.scss */
.taxEnviro {
  position: relative;
  background-image: url("../assets/mars2.jpg"), url("../assets/mars1.jpg");
  background-repeat: no-repeat, repeat;
  background-position: 0px bottom;
  background-color: white;
}

/* line 419, main.scss */
.calendar {
  position: relative;
  background-image: url("../assets/grey.png");
  background-repeat: repeat;
}

/* line 425, main.scss */
.documentation {
  position: relative;
  background-image: url("../assets/ricepaper.png");
  background-repeat: repeat;
}

/* line 431, main.scss */
.corporate {
  position: relative;
  background-image: url("../assets/plutofinal.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 441, main.scss */
.humanr {
  position: relative;
  background-image: url("../assets/surfacefinal.jpg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 449, main.scss */
.labourLaw {
  position: relative;
  background-image: url("../assets/texgreen.png");
  background-repeat: repeat;
}

/* line 455, main.scss */
.qanda {
  position: relative;
  background-image: url("../assets/texgreen.png");
  background-repeat: repeat;
  padding-bottom: 20px;
}

/* line 462, main.scss */
.contactus {
  position: relative;
  background-image: url("../assets/dgrey.png");
  background-repeat: repeat;
}

/* line 468, main.scss */
.disclaimer {
  position: absolute;
  /* move this div to bottom of the div it is contained in */
  clear: both;
  /* stops it from collapsing into the space after the floated div before it*/
}

/* line 473, main.scss */
.logo, .logodesktop {
  width: 250px;
  padding: 5px;
}

/* line 479, main.scss */
.fullSizeLogo {
  max-width: 100%;
}

/* line 484, main.scss */
.download::before {
  content: url("../assets/dl.jpg");
  display: inline;
  margin-left: 30px;
}

/* line 490, main.scss */
.icons {
  width: 15px;
  transition: all 0.3s ease-in-out 0.3s;
}

/* line 496, main.scss */
img.icons:hover {
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out .1s;
}

/*................................
MEDIA QUERIES - Phones
..................................*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /*.................................
  NAVIGATION
  ..................................*/
  /* line 512, main.scss */
  .desktop {
    display: none;
  }

  /* line 516, main.scss */
  .logodesktop {
    display: none;
  }

  /* line 520, main.scss */
  .mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  /* line 528, main.scss */
  .mobile li {
    display: inline;
    padding-top: 10px;
    float: none;
  }

  /* line 536, main.scss */
  .mobile a {
    display: inline-block;
    padding: 0px;
  }

  /* line 541, main.scss */
  .secondaryNav {
    left: 10%;
    -moz-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  /*.................................
  FONTS
  ...................................*/
  /* line 553, main.scss */
  html {
    font-size: 70%;
  }

  /* line 558, main.scss */
  .label {
    padding-left: 10px;
  }

  /* line 562, main.scss */
  p.promo {
    line-height: 1.4em;
  }

  /* line 566, main.scss */
  p.columnP {
    padding: 4px;
    height: 50px;
    border-bottom: 1px solid #e1e2d8;
    margin-bottom: 0px;
  }
}
/*..............................
LAYOUT
................................*/
/* line 579, main.scss */
.clientLogo {
  float: left;
  height: 60px;
  width: 60px;
  margin: 10px 10px 10px 30px;
}

/* line 586, main.scss */
.footLinks {
  width: 180px;
}

/* line 590, main.scss */
.serviceSection {
  margin-bottom: 5px;
}

/* line 595, main.scss */
.dividerA {
  padding-top: 10px;
  height: 40%;
  background-image: url("../assets/ricepaper.png");
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 604, main.scss */
.labelParent {
  border-bottom: solid 1px #e1e2d8;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

/* line 610, main.scss */
.labelContainer {
  border: 2px white dashed;
  padding: 2px;
  display: inline-block;
  margin-left: 30px;
  background-color: white;
  width: 100px;
  float: left;
}

/* line 620, main.scss */
.descriptions {
  float: left;
  width: 150px;
}

/*.................................
FORMS
..................................*/
/* line 630, main.scss */
form {
  margin-bottom: 50px;
}

/* line 634, main.scss */
label {
  display: inline-block;
  width: 50px;
}

/* line 639, main.scss */
input {
  padding: 2px;
}

/* line 643, main.scss */
input, select, button, textarea {
  width: 150px;
  line-height: 2rem;
  margin: 5px;
  border: none;
  -webkit-box-sizing: border-box;
  /* For legacy WebKit based browsers */
  -moz-box-sizing: border-box;
  /* For legacy (Firefox <29) Gecko based browsers */
  box-sizing: border-box;
}

/* line 654, main.scss */
textarea {
  line-height: 1rem;
  resize: none;
  vertical-align: middle;
}

/* line 660, main.scss */
input:focus, textarea:focus {
  background: #eabda8;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  ms-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s;
}

/* line 669, main.scss */
.button {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 674, main.scss */
button {
  line-height: 2em;
  margin-left: 00px;
  background: #a0b2a6;
  width: 240px;
  height: 30px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/* line 688, main.scss */
button:hover {
  background: #eabda8;
}

/*................................
IMAGES
...................................*/
/* line 698, main.scss */
.landing {
  background-image: url("../assets/starrynight1.1pmobhigh.jpg");
  background-size: cover;
  position: relative;
}

/* line 705, main.scss */
.serviceLanding {
  background-image: url("../assets/starrynight4.1pmobhigh.jpg");
  background-size: cover;
  position: relative;
}

/* line 712, main.scss */
.halfSizeLogo, .serviceIcons {
  max-width: 8%;
}

/* line 717, main.scss */
.sixtyPxIcon, .linkOutServiceSection {
  width: 30px;
}

/* line 722, main.scss */
.serviceIcons {
  position: absolute;
  left: 5px;
  top: 5px;
}

/* line 730, main.scss */
.linkOutServiceSection {
  position: absolute;
  top: 5px;
  right: 2px;
}

/* line 739, main.scss */
.arrows {
  display: none;
}

/* line 744, main.scss */
.howWeWork {
  position: relative;
  background-image: url("../assets/bedge_grunge.png");
  background-repeat: repeat;
}

/* line 750, main.scss */
.disclaimer {
  bottom: 2px;
  left: 180px;
}

/* Phones - Landscape */
/*................................
MEDIA QUERIES - Tablets
..................................*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /*.................................
  NAVIGATION
  ..................................*/
  /* line 767, main.scss */
  .desktop {
    display: initial;
  }

  /* line 771, main.scss */
  .mobile {
    display: none;
  }

  /* line 775, main.scss */
  .secondaryNav {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /*............................
  FONTS
  ..............................*/
  /* line 787, main.scss */
  html {
    font-size: 85%;
  }

  /* line 791, main.scss */
  p.promo {
    line-height: 1.5em;
  }

  /* line 795, main.scss */
  p.columnP {
    padding: 10px;
    height: 18%;
    border-bottom: 1px solid #e1e2d8;
  }

  /* line 801, main.scss */
  .hide {
    display: none;
  }

  /*.............................
  LAYOUT
  ...............................*/
  /* line 809, main.scss */
  .clientLogo {
    float: left;
    height: 80px;
    width: 80px;
    margin: 10px 30px 10px 30px;
    background: #e1e2d8;
  }

  /* line 819, main.scss */
  .serviceContainer {
    max-width: 768px;
    margin: 0 auto;
  }

  /* line 826, main.scss */
  .serviceSection {
    max-width: 768px;
    height: 200px;
    padding-top: 0px;
  }

  /* line 834, main.scss */
  .dividerA {
    height: 30%;
    background-image: url("../assets/ricepaper.png");
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding-top: 20px;
    box-sizing: border-box;
  }

  /* line 843, main.scss */
  .labelParent {
    border-bottom: solid 1px #e1e2d8;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  /* line 849, main.scss */
  .labelContainer {
    border: 2px white dashed;
    padding: 2px;
    display: inline-block;
    margin-left: 30px;
    background-color: white;
    width: 136px;
    float: left;
  }

  /* line 859, main.scss */
  .leftCol {
    margin-bottom: 20px;
  }

  /* line 863, main.scss */
  .descriptions {
    width: 260px;
    float: left;
  }

  /* line 868, main.scss */
  .footLinks {
    width: 200px;
    height: 200px;
  }

  /*................................
  FORMS
  .................................*/
  /* line 877, main.scss */
  label {
    display: inline-block;
    width: 50px;
  }

  /* line 882, main.scss */
  input, select, button, textarea {
    width: 200px;
    margin: 5px;
    border: none;
    -webkit-box-sizing: border-box;
    /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box;
    /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
  }

  /* line 893, main.scss */
  input, select {
    line-height: 2rem;
    padding: 5px;
    background: white;
  }

  /* line 899, main.scss */
  input:focus, textarea:focus {
    background: #eabda8;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    ms-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
  }

  /* line 908, main.scss */
  textarea {
    line-height: 1rem;
    width: 250px;
    height: 200px;
    padding: 5px;
    resize: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box;
    /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
  }

  /* line 921, main.scss */
  .button {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 926, main.scss */
  button {
    line-height: 2em;
    margin-left: 89px;
    background: #a0b2a6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }

  /* line 938, main.scss */
  button:hover {
    background: #eabda8;
  }

  /*................................
  IMAGES
  ...................................*/
  /* line 946, main.scss */
  .landing {
    background-image: url("../assets/starrynight1.1pmobhigh.jpg");
    background-size: cover;
    position: relative;
  }

  /* line 952, main.scss */
  .serviceLanding {
    background-image: url("../assets/starrynight4.1pmobhigh.jpg");
    background-size: cover;
    position: relative;
  }

  /* line 959, main.scss */
  .halfSizeLogo, .serviceIcons {
    max-width: 8%;
  }

  /* line 964, main.scss */
  .sixtyPxIcon, .linkOutServiceSection {
    width: 60px;
  }

  /* line 969, main.scss */
  .serviceIcons {
    position: absolute;
    left: 5px;
    top: 5px;
  }

  /* line 977, main.scss */
  .linkOutServiceSection {
    position: absolute;
    top: 125px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }

  /* line 987, main.scss */
  .arrows {
    display: none;
  }

  /* line 993, main.scss */
  .disclaimer {
    bottom: 2px;
    left: 0px;
  }
}
/*................................
MEDIA QUERIES - Desktops
..................................*/
@media only screen and (min-width: 769px) {
  /*................................
  NAVIGATION
  ..................................*/
  /* line 1011, main.scss */
  .mobile {
    display: none;
  }

  /* line 1015, main.scss */
  .secondaryNav {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /*............................
  FONTS
  ..............................*/
  /* line 1027, main.scss */
  html {
    font-size: 100%;
  }

  /*...............................
  LAYOUT
  .................................*/
  /* line 1036, main.scss */
  .clientLogo {
    float: left;
    height: 120px;
    width: 120px;
    margin: 10px 30px 10px 30px;
    background: #e1e2d8;
  }

  /* line 1045, main.scss */
  .serviceContainer {
    max-width: 1046px;
    margin: 0 auto;
  }

  /* line 1050, main.scss */
  .serviceSection:last-child {
    margin-right: 0px;
  }

  /* line 1054, main.scss */
  .serviceSection {
    max-width: 250px;
    height: 480px;
    float: left;
    background: rgba(255, 255, 255, 0.9);
    margin: 10px 15px 10px 0px;
    border-radius: 5px;
    position: relative;
    text-align: left;
  }

  /* line 1066, main.scss */
  .dividerA {
    padding-top: 10px;
    height: 40%;
    background-image: url("../assets/ricepaper.png");
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  /* line 1074, main.scss */
  .leftCol {
    float: left;
    width: 40%;
    margin-right: 10px;
  }

  /* line 1080, main.scss */
  .rightCol {
    float: right;
  }

  /* line 1085, main.scss */
  .labelParent {
    border-bottom: solid 1px #e1e2d8;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  /* line 1091, main.scss */
  .labelContainer {
    border: 2px white dashed;
    padding: 2px;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 5px;
    background-color: white;
    width: 136px;
    float: left;
  }

  /* line 1102, main.scss */
  .descriptions {
    width: 260px;
    margin-left: 30px;
    float: left;
  }

  /* line 1108, main.scss */
  .footLinks {
    width: 200px;
    height: 200px;
  }

  /*...............................
  FORM
  .................................*/
  /* line 1117, main.scss */
  label {
    display: inline-block;
    width: 50px;
  }

  /* line 1122, main.scss */
  input, select, button, textarea {
    width: 200px;
    margin: 5px;
    border: none;
    -webkit-box-sizing: border-box;
    /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box;
    /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
  }

  /* line 1133, main.scss */
  input, select {
    line-height: 2rem;
    padding: 5px;
    background: white;
  }

  /* line 1139, main.scss */
  input:focus, textarea:focus {
    background: #eabda8;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    ms-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
  }

  /* line 1148, main.scss */
  textarea {
    line-height: 1rem;
    width: 250px;
    height: 200px;
    padding: 5px;
    resize: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box;
    /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
  }

  /* line 1161, main.scss */
  .button {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 1166, main.scss */
  button {
    line-height: 2em;
    margin-left: 89px;
    background: #a0b2a6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }

  /* line 1178, main.scss */
  button:hover {
    background: #eabda8;
  }

  /*................................
  IMAGES
  ..................................*/
  /* line 1187, main.scss */
  .landing {
    background-image: url("../assets/starrynight1.1p16med.jpg");
    background-size: cover;
    position: relative;
  }

  /* line 1194, main.scss */
  .serviceLanding {
    background-image: url("../assets/starrynight4.1p16med.jpg");
    background-size: cover;
    position: relative;
  }

  /* line 1201, main.scss */
  .disclaimer {
    left: 2px;
  }

  /* line 1205, main.scss */
  .howWeWork {
    position: relative;
    background-image: url("../assets/accprocess.svg"), url("../assets/bedge_grunge.png");
    background-position: 100% 0;
    background-repeat: no-repeat, repeat;
  }

  /* line 1213, main.scss */
  .halfSizeLogo, .serviceIcons {
    max-width: 50%;
  }

  /* line 1218, main.scss */
  .fortyPxIcon {
    width: 45px;
  }

  /* line 1222, main.scss */
  .sixtyPxIcon, .linkOutServiceSection {
    width: 60px;
  }

  /* line 1228, main.scss */
  .serviceIcons {
    position: absolute;
    left: 62.5px;
    top: 50px;
  }

  /* line 1236, main.scss */
  .linkOutServiceSection {
    position: absolute;
    top: 400px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }

  @-webkit-keyframes animarrow {
    /* define a mixin here which will be used for repeating for each vendor prefix */
    /* line 1250, main.scss */
    0% {
      opacity: 0;
    }

    /* line 1254, main.scss */
    25% {
      opacity: .2;
    }

    /* line 1258, main.scss */
    50% {
      opacity: .5;
    }

    /* line 1262, main.scss */
    75% {
      opacity: .7;
    }

    /* line 1267, main.scss */
    100% {
      opacity: 1;
    }
}

  @-moz-keyframes animarrow {
    /* define a mixin here which will be used for repeating for each vendor prefix */
    /* line 1250, main.scss */
    0% {
      opacity: 0;
    }

    /* line 1254, main.scss */
    25% {
      opacity: .2;
    }

    /* line 1258, main.scss */
    50% {
      opacity: .5;
    }

    /* line 1262, main.scss */
    75% {
      opacity: .7;
    }

    /* line 1267, main.scss */
    100% {
      opacity: 1;
    }
}

  @-o-keyframes animarrow {
    /* define a mixin here which will be used for repeating for each vendor prefix */
    /* line 1250, main.scss */
    0% {
      opacity: 0;
    }

    /* line 1254, main.scss */
    25% {
      opacity: .2;
    }

    /* line 1258, main.scss */
    50% {
      opacity: .5;
    }

    /* line 1262, main.scss */
    75% {
      opacity: .7;
    }

    /* line 1267, main.scss */
    100% {
      opacity: 1;
    }
}

  @keyframes animarrow {
    /* define a mixin here which will be used for repeating for each vendor prefix */
    /* line 1250, main.scss */
    0% {
      opacity: 0;
    }

    /* line 1254, main.scss */
    25% {
      opacity: .2;
    }

    /* line 1258, main.scss */
    50% {
      opacity: .5;
    }

    /* line 1262, main.scss */
    75% {
      opacity: .7;
    }

    /* line 1267, main.scss */
    100% {
      opacity: 1;
    }
}

  /* line 1296, main.scss */
  .arrows {
    display: initial;
    /* allow the arrows to become visible again at this viewport size*/
    width: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-animation: animarrow 15s ease 0s 1 normal;
    -moz-animation: animarrow 15s ease 0s 1 normal;
    -o-animation: animarrow 15s ease 0s 1 normal;
    animation: animarrow 15s ease 0s 1 normal;
  }
}
