/* line 5, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/ardex/cms/_images.scss */
.imagefloatleft {
  float: left;
  margin-left: 0px;
  margin-right: 20px;
}

/* line 7, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/ardex/cms/_images.scss */
.imagefloatright {
  float: right;
  margin-left: 20px;
  margin-right: 0px;
}

/* line 13, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/ardex/cms/_images.scss */
.imagenofloat {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 18, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/ardex/cms/_images.scss */
div.imgcaption {
  text-align: center;
}

/* line 22, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/ardex/cms/_images.scss */
.imagealigncenter, .imagecenter {
  text-align: center;
  margin: 0 auto;
}

/* line 10, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
html, body {
  height: 100%;
}

/* line 12, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
.page {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -400px;
}
/* line 18, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
.page .page_footer {
  height: 400px;
}

/* line 20, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
.footer {
  clear: both;
  position: relative;
  height: 400px;
}

/* line 10, ../sass/main.scss */
nav.fixed-top {
  border-bottom: 1px solid #e9ecef;
}

/* line 14, ../sass/main.scss */
.breadcrumb {
  font-size: 0.8em;
  margin-bottom: 0;
}

/* BX Slider */
/* line 21, ../sass/main.scss */
.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #212121;
  margin-bottom: 20px;
}

/* line 30, ../sass/main.scss */
.bx-wrapper img {
  display: inline;
}

/* line 34, ../sass/main.scss */
.bx-wrapper .bx-controls-direction a {
  z-index: 1009;
}

/* line 38, ../sass/main.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  border: solid #969696;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  background: none;
}

/* line 49, ../sass/main.scss */
.bx-wrapper .bx-next {
  border: solid #969696;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: none;
}

/* line 59, ../sass/main.scss */
.bx-wrapper .bx-controls-direction a {
  width: 10px;
  height: 10px;
}

/* line 64, ../sass/main.scss */
.newsslider .bx-wrapper {
  background-color: white;
}
/* line 67, ../sass/main.scss */
.newsslider .bx-wrapper .bx-prev {
  left: -15px;
}
/* line 71, ../sass/main.scss */
.newsslider .bx-wrapper .bx-next {
  right: -15px;
}

/* Homeslider */
/* line 77, ../sass/main.scss */
div.slider-text {
  padding: 15px 30px;
  color: white;
}
/* line 81, ../sass/main.scss */
div.slider-text h2 {
  color: white;
  font-size: 1.5em;
}

/* line 88, ../sass/main.scss */
.mainslider a.button {
  display: inline-block;
  padding: 5px 20px;
  margin-top: 1em;
  background-color: white;
  margin-right: 10px;
  border: none;
}

/* line 98, ../sass/main.scss */
.featurelinks {
  margin-bottom: 20px;
}
/* line 101, ../sass/main.scss */
.featurelinks a {
  color: white;
}

/* News */
/* line 108, ../sass/main.scss */
.latestnews {
  padding-bottom: 20px;
}

/* line 112, ../sass/main.scss */
.newsthumb {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  width: 30%;
}

/* line 119, ../sass/main.scss */
.newsabstract {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  padding: 10px;
  background-color: #ffffff;
}

/* Features */
/* line 129, ../sass/main.scss */
.business-features::after {
  content: "";
  background-color: #4d4e4c;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

/* line 141, ../sass/main.scss */
.business-features::before {
  content: "";
  background: transparent url("../img/body-bg.jpg") no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -2;
}

/* line 153, ../sass/main.scss */
.business-features {
  position: relative;
}
/* line 156, ../sass/main.scss */
.business-features a.button {
  font-size: 1.5em;
  padding: 10px;
  width: 100%;
  text-align: center;
}
/* line 163, ../sass/main.scss */
.business-features h3, .business-features div {
  color: white;
}
/* line 167, ../sass/main.scss */
.business-features h4 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
/* line 172, ../sass/main.scss */
.business-features .featurebox {
  padding: 20px 20px 40px 80px;
  background-color: #f4f4f4;
  color: black;
  font-size: 0.8em;
  position: relative;
  margin: 10px 0;
}
/* line 180, ../sass/main.scss */
.business-features .featurebox a {
  font-size: 0.8em;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: 20px;
  left: 80px;
}
/* line 189, ../sass/main.scss */
.business-features .featurebox a:after {
  content: '>';
  color: #cd2b29;
  font-size: 1.6em;
  font-weight: bold;
  margin-left: 0.5em;
  padding-top: 3px;
  display: inline-block;
  vertical-align: bottom;
}
/* line 201, ../sass/main.scss */
.business-features .featurebox:before {
  content: ' ';
  height: 60px;
  width: 60px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 10px;
  border: 1px solid #f4f4f4;
  background-size: cover;
  background-image: url(../img/icon-splitinvoicing.png);
}
/* line 216, ../sass/main.scss */
.business-features .Ownership-split-invoicing:before {
  background-image: url(../img/icon-splitinvoicing.png);
}
/* line 220, ../sass/main.scss */
.business-features .Racing-communications:before {
  background-image: url(../img/icon-racingcommunications.png);
}
/* line 224, ../sass/main.scss */
.business-features .Trackwork-and-work-items:before {
  background-image: url(../img/icon-trackworkandworkitems.png);
}
/* line 228, ../sass/main.scss */
.business-features .End-of-month:before {
  background-image: url(../img/icon-endofmonth.png);
}
/* line 232, ../sass/main.scss */
.business-features .Mobile-procedures:before {
  background-image: url(../img/icon-mobileprocedures.png);
}
/* line 236, ../sass/main.scss */
.business-features .Transparency-and-control:before {
  background-image: url(../img/icon-transparencyandcontrol.png);
}
/* line 240, ../sass/main.scss */
.business-features .featuretabhidden {
  display: none;
}
/* line 244, ../sass/main.scss */
.business-features a.featuretoggle {
  cursor: pointer;
}
/* line 248, ../sass/main.scss */
.business-features a.featuretabselected {
  color: white;
  text-decoration: underline;
}

/* Footer */
/* line 257, ../sass/main.scss */
.questions .box {
  padding: 20px;
}
/* line 261, ../sass/main.scss */
.questions a.button {
  margin: 10px;
}
/* line 265, ../sass/main.scss */
.questions img {
  width: 400px;
  border: 1px solid #d8d8d8;
}

/* line 271, ../sass/main.scss */
.footer::after {
  content: "";
  background-color: #4d4e4c;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

/* line 283, ../sass/main.scss */
.footer::before {
  content: "";
  background: transparent url("../img/footer-bg.jpg") no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -2;
}

/* line 295, ../sass/main.scss */
.footer {
  position: relative;
  overflow: visible;
  padding: 20px 0;
  box-sizing: border-box;
  height: auto;
  color: white;
  margin-top: 50px;
}
/* line 304, ../sass/main.scss */
.footer a {
  color: white;
}
/* line 308, ../sass/main.scss */
.footer h4 {
  border-bottom: 1px solid white;
  margin-bottom: 0.3em;
}
/* line 313, ../sass/main.scss */
.footer .newslettersignup {
  background-color: #f4f4f4;
  padding: 40px;
  margin-top: -60px;
  z-index: 10;
  position: relative;
  color: black;
}
/* line 321, ../sass/main.scss */
.footer .newslettersignup input[type='text'], .footer .newslettersignup input[type='email'] {
  display: block;
  width: 100%;
  background-color: white;
  border: 1px solid #4d4e4c;
  height: 2em;
  padding: 4px;
  margin: 10px 0;
}
/* line 331, ../sass/main.scss */
.footer .newslettersignup input[type='submit'] {
  padding: 10px 40px;
  margin-bottom: 0;
}
/* line 336, ../sass/main.scss */
.footer .newslettersignup input[type='checkbox'] {
  vertical-align: middle;
  padding: 0;
  margin: 0 10px 0 0;
}
/* line 343, ../sass/main.scss */
.footer label, .footer .siteidentification, .footer .developeridentification {
  font-size: 0.8em;
}
/* line 347, ../sass/main.scss */
.footer .siteidentification {
  margin-top: 22px;
  display: block;
  text-align: center;
}

/* line 354, ../sass/main.scss */
button, input[type='submit'], a.button {
  cursor: pointer;
  display: inline-block;
  margin-top: 1em;
  padding: 5px 40px;
  color: black;
  background-color: #d8d8d8;
  border: 1px solid #969696;
  margin-right: 10px;
}

/* line 365, ../sass/main.scss */
input[name='custid'] {
  display: none;
}

/* line 369, ../sass/main.scss */
button:hover, input[type='submit']:hover, a.button:hover {
  text-decoration: none;
  background-color: #969696;
}

/* line 374, ../sass/main.scss */
button.btnpop, input[type='submit'].btnpop, a.btnpop {
  color: white;
  background-color: #c00000 !important;
  border: none;
}

/* line 380, ../sass/main.scss */
button.btnpop:hover, input[type='submit'].btnpop:hover, a.btnpop:hover {
  background-color: #d97c77 !important;
}

/* line 384, ../sass/main.scss */
.socialmedia {
  text-align: center;
}
/* line 387, ../sass/main.scss */
.socialmedia a {
  margin: 10px;
  display: inline-block;
}
/* line 392, ../sass/main.scss */
.socialmedia img {
  width: 40px;
}

/* line 397, ../sass/main.scss */
.developeridentification {
  margin-top: 10px;
  display: block;
  text-align: center;
}
/* line 402, ../sass/main.scss */
.developeridentification img {
  width: 100px;
  vertical-align: middle;
}

/* Solution pages */
/* line 411, ../sass/main.scss */
.pagebanner {
  background: #212121;
  position: relative;
}
/* line 415, ../sass/main.scss */
.pagebanner img {
  width: 100%;
}

/* line 421, ../sass/main.scss */
.bg-light {
  background-color: #ebebeb !important;
}

/* line 425, ../sass/main.scss */
body {
  color: #212121;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  background-color: white;
  padding: 0;
  margin: 0;
}

/* line 435, ../sass/main.scss */
.pagewidth {
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}

/*.darkBlue {
    background-color: $ardexblue;
}*/
/* line 445, ../sass/main.scss */
.siteheader {
  position: fixed;
  z-index: 1;
  width: 100%;
  background-color: white;
  height: 100px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
/* line 453, ../sass/main.scss */
.siteheader .siteidentification {
  padding: 20px;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

/* line 464, ../sass/main.scss */
.logo {
  /*float: left;*/
  height: 50px;
}

/* line 469, ../sass/main.scss */
.navbar-nav {
  font-family: 'Nunito', sans-serif;
  font-size: 1em;
}
/* line 473, ../sass/main.scss */
.navbar-nav .active {
  /*border-bottom: 1px solid $color-r1;*/
}

/* line 478, ../sass/main.scss */
.navbar-light .navbar-nav .nav-link {
  color: #000000 !important;
}

/* line 482, ../sass/main.scss */
.dropdown-menu {
  border-radius: 0;
  border: none;
  font-size: 18px !important;
}

/* line 488, ../sass/main.scss */
.topblock {
  padding-top: 100px;
}

/* line 492, ../sass/main.scss */
section.page {
  padding-top: 78px;
}

/* line 498, ../sass/main.scss */
section.pagecontent ul {
  list-style-type: disc;
  list-style-position: inside;
}
/* line 503, ../sass/main.scss */
section.pagecontent ol {
  list-style-type: decimal;
  list-style-position: inside;
}
/* line 508, ../sass/main.scss */
section.pagecontent ul ul, section.pagecontent ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
/* line 514, ../sass/main.scss */
section.pagecontent ol ol, section.pagecontent ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
/* line 520, ../sass/main.scss */
section.pagecontent li {
  line-height: 1.5em;
}
/* line 524, ../sass/main.scss */
section.pagecontent td, section.pagecontent th {
  background-color: #ececec;
  border: 2px solid white;
}
/* line 529, ../sass/main.scss */
section.pagecontent th {
  font-weight: bold;
  text-align: center;
}

/* line 535, ../sass/main.scss */
article {
  margin-top: 40px;
}

/* line 539, ../sass/main.scss */
.imagefloatleft {
  float: left;
  margin: 10px 10px 10px 0;
}

/* line 544, ../sass/main.scss */
.imagefloatright {
  float: right;
  margin: 10px 0 10px 10px;
}

/* line 549, ../sass/main.scss */
.imagenofloat {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 554, ../sass/main.scss */
.imagecenter {
  text-align: center;
}

/* line 558, ../sass/main.scss */
h1 {
  font-family: 'Quattrocento', serif;
  font-size: 50px;
  margin: 0 0 0.5em 0;
  line-height: 1.2em;
}

/* line 565, ../sass/main.scss */
h2 {
  font-family: 'Quattrocento', serif;
  color: #cd2b29;
  font-size: 32px;
  margin: 0 0 0.5em 0;
  line-height: 1.2em;
}

/* line 573, ../sass/main.scss */
h3 {
  font-family: 'Nunito', sans-serif;
  color: #4d4e4c;
  font-size: 20px;
  margin: 0 0 0.5em 0;
}

/*p, div {
    margin: 0 0 0.5em 0;
    line-height: 1.5em;
}*/
/* line 585, ../sass/main.scss */
blockquote {
  background: #f4f4f4;
  padding: 10px;
}

/* line 590, ../sass/main.scss */
a {
  text-decoration: none;
}

/* line 594, ../sass/main.scss */
b, strong {
  font-weight: bold;
}

/* line 598, ../sass/main.scss */
i, em {
  font-style: italic;
}

/* line 602, ../sass/main.scss */
th, td {
  padding: 8px;
  vertical-align: top;
}

/* line 607, ../sass/main.scss */
th {
  font-weight: bold;
}

/* line 611, ../sass/main.scss */
.jumbotron {
  padding: 0;
  margin: 0;
  background-color: white;
}

/* line 618, ../sass/main.scss */
.testimonials img {
  margin: 0 10px 0 0;
}

/* line 624, ../sass/main.scss */
.cat-home .testimonials strong {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
/* line 630, ../sass/main.scss */
.cat-home .testimonials .bx-wrapper img {
  margin: 0 10px 0 0;
}
/* line 634, ../sass/main.scss */
.cat-home .testimonials .bx-wrapper .bx-viewport {
  background-color: white;
}
/* line 638, ../sass/main.scss */
.cat-home .testimonials div p:nth-of-type(2), .cat-home .testimonials div p:nth-of-type(3) {
  margin-left: 100px;
}

/* line 643, ../sass/main.scss */
.features {
  margin: 0;
  padding: 10px;
  background-color: #3d3d3d;
  color: white;
  font-size: 0.8em;
}

/* line 652, ../sass/main.scss */
.featureshomepage div.cols {
  text-align: center;
}
/* line 656, ../sass/main.scss */
.featureshomepage div.col1, .featureshomepage div.col2, .featureshomepage div.col3 {
  width: 30%;
  background-color: white;
  display: inline-block;
  box-sizing: border-box;
  margin: 10px;
  text-align: left;
  vertical-align: top;
  /*-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.59);
  -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.59);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.59);*/
  font-size: 1em;
}
/* line 670, ../sass/main.scss */
.featureshomepage h3 {
  font-size: 1em;
  text-align: center;
  padding: 0 10px;
}
/* line 676, ../sass/main.scss */
.featureshomepage img {
  height: 310px;
  width: 310px;
  margin-bottom: 10px;
  /*position: absolute;
  clip: rect(0px,310px,204px,0px);*/
}
/* line 684, ../sass/main.scss */
.featureshomepage p {
  padding: 0 10px 10px 10px;
}
/* line 688, ../sass/main.scss */
.featureshomepage p:first-child {
  padding: 0;
}

/* line 693, ../sass/main.scss */
#other {
  text-align: center;
}

/* line 698, ../sass/main.scss */
.twocol .col1, .twocol .col2 {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

/* line 705, ../sass/main.scss */
.fullwidthslider .imageplaceholder {
  width: 100%;
  height: 120px;
}

/* line 710, ../sass/main.scss */
.product {
  background-color: white;
  -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.72);
  -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.72);
  box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.72);
  margin-bottom: 10px;
}
/* line 717, ../sass/main.scss */
.product .productshot img {
  border: 8px solid #faeeee;
  width: 100%;
}
/* line 722, ../sass/main.scss */
.product .productdetail {
  position: relative;
  padding: 50px 20px 20px 20px;
  font-weight: bold;
}
/* line 727, ../sass/main.scss */
.product .productdetail h3 {
  font-size: 1.4em;
}
/* line 731, ../sass/main.scss */
.product .productdetail .price {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
/* line 738, ../sass/main.scss */
.product .productdetail .price div {
  font-size: 0.8em;
}
/* line 743, ../sass/main.scss */
.product .productdetail li {
  list-style-type: none;
  list-style-position: inside;
  font-size: 0.8em;
}
/* line 750, ../sass/main.scss */
.product .getstarted {
  margin-top: 30px;
  border: 1px solid #cd2b29;
  background-color: white;
  padding: 10px 20px;
}

/* line 758, ../sass/main.scss */
.freetrialform {
  padding: 30px;
}
/* line 761, ../sass/main.scss */
.freetrialform h3 {
  text-align: right;
  font-weight: normal;
  margin-bottom: 1em;
}
/* line 767, ../sass/main.scss */
.freetrialform input[type=text] {
  display: block;
  width: 100%;
  background-color: #d8d8d8;
  border: none;
  height: 3em;
  padding: 4px;
  margin: 10px 0;
}
/* line 777, ../sass/main.scss */
.freetrialform input[type='submit'] {
  float: right;
  padding: 15px 40px;
}

/* line 783, ../sass/main.scss */
.appstorelink, .googleplaylink {
  background-color: #4c4c4c;
  display: inline-block;
  width: 140px;
  height: 50px;
  background-size: auto 80%;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 10px;
}

/* line 797, ../sass/main.scss */
.appstorelink {
  background-image: url(../img/appstorelink.png);
}

/* line 801, ../sass/main.scss */
.googleplaylink {
  background-image: url(../img/googleplaylink.png);
}

/* line 805, ../sass/main.scss */
.applinks {
  margin-top: 20px;
}

/* line 809, ../sass/main.scss */
.solutionpick-options {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}
/* line 814, ../sass/main.scss */
.solutionpick-options button {
  display: block;
  width: 100%;
  margin: 10px auto;
  padding: 10px 0;
  background-color: #d97c77;
  border: 2px solid #c00000;
  color: black;
  cursor: pointer;
}
/* line 825, ../sass/main.scss */
.solutionpick-options button:hover {
  border-color: #3d3d3d;
}

/* line 830, ../sass/main.scss */
.dropdown-md > .dropdown-menu {
  min-width: 450px;
}

/* line 834, ../sass/main.scss */
.dropdown-lg > .dropdown-menu {
  min-width: 850px;
}

/* responsive nav stacked liked 3.x */
@media (max-width: 48em) {
  /* line 840, ../sass/main.scss */
  .navbar .navbar-nav > .nav-item {
    float: none;
    margin-left: .1rem;
  }

  /* line 845, ../sass/main.scss */
  .navbar .navbar-nav, .navbar .navbar-brand {
    float: none !important;
  }

  /* line 849, ../sass/main.scss */
  img {
    height: auto;
    max-width: 100%;
  }

  /* line 854, ../sass/main.scss */
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
