/* line 5, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.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, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.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, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.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, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.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 3, ../sass/_inline.scss */
.color-blue {
  color: #0791C1;
}

/* line 4, ../sass/_inline.scss */
.color-grey {
  color: #666;
}

/* line 6, ../sass/_inline.scss */
.bg-blue {
  background: #0791C1;
}

/* line 7, ../sass/_inline.scss */
.bg-grey {
  background: #666;
}

/* line 8, ../sass/_inline.scss */
.bg-grey-light {
  background: #DDD;
}

/* line 10, ../sass/_inline.scss */
.block {
  display: block;
}

/* line 11, ../sass/_inline.scss */
.inline-block {
  display: inline-block;
}

/* line 12, ../sass/_inline.scss */
.resizable img {
  width: 100%;
  height: auto;
}

/* line 14, ../sass/_inline.scss */
.table {
  display: table;
  table-layout: fixed;
}

/* line 15, ../sass/_inline.scss */
.table-row {
  display: table-row;
}

/* line 16, ../sass/_inline.scss */
.table-cell {
  display: table-cell;
}

/* line 18, ../sass/_inline.scss */
.align-left {
  text-align: left;
}

/* line 19, ../sass/_inline.scss */
.align-right {
  text-align: right;
}

/* line 20, ../sass/_inline.scss */
.align-center {
  text-align: center;
}

/* line 22, ../sass/_inline.scss */
.col-1, .col-2, .col-3 {
  display: inline-block;
}

/* line 23, ../sass/_inline.scss */
.col-1 {
  width: 60px;
}

/* line 24, ../sass/_inline.scss */
.col-2 {
  width: 80px;
}

/* line 25, ../sass/_inline.scss */
.col-3 {
  width: 120px;
}

/* line 27, ../sass/_inline.scss */
.txt-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}

/* line 29, ../sass/_inline.scss */
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("/Img/wj-icons.png") no-repeat;
}

/* line 30, ../sass/_inline.scss */
.icon-fb {
  background-position: 0 0;
}

/* line 31, ../sass/_inline.scss */
.icon-in {
  background-position: -20px 0;
}

/* line 33, ../sass/_inline.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 35, ../sass/_inline.scss */
.arrow-right {
  display: block;
  height: 0;
  width: 0;
  border-top: 4 solid transparent;
  border-right: 4 solid #666;
  border-bottom: 4 solid transparent;
}

/* line 1, ../sass/_form.scss */
.input-field, input[type='text'], input[type='password'], select, button, textarea {
  font-family: Open Sans, serif;
  font-size: 16px;
  padding: 5px 10px;
  color: #DDD;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #999;
  border-color-top: 666;
  background: #f3f3f3;
}

/* line 13, ../sass/_form.scss */
input[type='text'], textarea {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

/* line 15, ../sass/_form.scss */
select, button {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
}

/* line 16, ../sass/_form.scss */
button {
  cursor: pointer;
  color: #0791C1;
  text-shadow: 0 1px white;
  min-width: 100px;
}

/* line 18, ../sass/_form.scss */
.field-wrapper {
  position: relative;
}

/* line 19, ../sass/_form.scss */
.field-invalid {
  border: 1px solid #f26929 !important;
}

/* line 20, ../sass/_form.scss */
.field-invalid-indicator {
  padding: 5px;
  position: absolute;
  top: -10px;
  right: 0;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-align: right;
  color: #FFF;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IyMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #b20000));
  background-image: -moz-linear-gradient(#ff0000, #b20000);
  background-image: -webkit-linear-gradient(#ff0000, #b20000);
  background-image: linear-gradient(#ff0000, #b20000);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 5, ../sass/main.scss */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 6, ../sass/main.scss */
body {
  height: 100%;
  min-height: 100%;
}

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

/* line 12, ../sass/main.scss */
p.copy {
  margin-bottom: 20px;
}

/* line 13, ../sass/main.scss */
hr {
  border: none;
  border-top: 1px solid #DDD;
  margin-bottom: 20px;
}

/* line 15, ../sass/main.scss */
h1, h2, h3, h4, h5 {
  font-family: Open Sans, serif;
  line-height: 120%;
  font-weight: 300;
  margin-bottom: 16px;
}
/* line 16, ../sass/main.scss */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  font-weight: 400;
}

/* line 19, ../sass/main.scss */
h1 {
  font-size: 48px;
  color: #df3b00;
  letter-spacing: -3px;
}

/* line 20, ../sass/main.scss */
h2 {
  font-size: 32px;
  color: #666;
  letter-spacing: -.5px;
}

/* line 21, ../sass/main.scss */
h3 {
  font-size: 26px;
  color: #666;
  letter-spacing: -.3px;
}

/* line 22, ../sass/main.scss */
h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

/* line 23, ../sass/main.scss */
h5 {
  font-size: 14px;
}

/* line 25, ../sass/main.scss */
.copy {
  font-family: Merriweather, serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
/* line 31, ../sass/main.scss */
.copy strong {
  font-weight: 600;
}
/* line 32, ../sass/main.scss */
.copy li {
  color: #df3b00;
}
/* line 33, ../sass/main.scss */
.copy li span {
  color: #666;
}

/* line 36, ../sass/main.scss */
ul.copy {
  list-style: disc outside;
  padding-left: 20px;
}

/* line 37, ../sass/main.scss */
.copy.small {
  font-family: Open Sans, serif;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}

/* line 38, ../sass/main.scss */
.copy.large {
  font-size: 16px;
  color: #666;
  line-height: 18px;
}

/* line 39, ../sass/main.scss */
.copy a {
  color: #df3b00;
}

/* line 47, ../sass/main.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
  background-image: -moz-linear-gradient(#ffffff, #f9f9f9);
  background-image: -webkit-linear-gradient(#ffffff, #f9f9f9);
  background-image: linear-gradient(#ffffff, #f9f9f9);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  -moz-transition: height 0.1s;
  -o-transition: height 0.1s;
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
}
/* line 57, ../sass/main.scss */
header .logo {
  margin-top: 30px;
}
/* line 58, ../sass/main.scss */
header.mini {
  height: 40px;
}
/* line 60, ../sass/main.scss */
header.mini .logo {
  width: 130px;
  margin-top: 8px;
}
/* line 61, ../sass/main.scss */
header.mini nav {
  top: 8px;
}
/* line 62, ../sass/main.scss */
header.mini .burger {
  top: 4px;
}
/* line 64, ../sass/main.scss */
header .burger {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 25px;
}
/* line 70, ../sass/main.scss */
header .burger span {
  width: 100%;
  height: 4px;
  background: #ddd;
  margin: 5px 0;
  display: block;
}

/* line 74, ../sass/main.scss */
nav {
  position: absolute;
  top: 39px;
  right: 20px;
}
/* line 78, ../sass/main.scss */
nav ul {
  text-align: right;
}
/* line 79, ../sass/main.scss */
nav ul li {
  display: inline-block;
  margin-left: 20px;
}
/* line 80, ../sass/main.scss */
nav ul li a {
  font-family: Open Sans, serif;
  font-weight: 300;
  color: #666;
  font-size: 22px;
  letter-spacing: -1px;
}
/* line 81, ../sass/main.scss */
nav ul li a.active {
  font-weight: 400;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 87, ../sass/main.scss */
.main-center {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* line 88, ../sass/main.scss */
.content-wrapper {
  min-height: 100%;
  margin-bottom: -118px;
}
/* line 89, ../sass/main.scss */
.content-wrapper .push {
  height: 118px;
}

/* line 92, ../sass/main.scss */
.content {
  padding-top: 100px;
}
/* line 93, ../sass/main.scss */
.content.home {
  padding-top: 80px;
}

/* line 96, ../sass/main.scss */
footer {
  min-height: 30px;
  background: #F5F5F5;
}
/* line 99, ../sass/main.scss */
footer .logo {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
/* line 100, ../sass/main.scss */
footer .main-center {
  padding: 20px;
}
/* line 101, ../sass/main.scss */
footer .icons {
  float: right;
}
/* line 102, ../sass/main.scss */
footer section {
  display: inline-block;
  margin-right: 20px;
}
/* line 103, ../sass/main.scss */
footer #contact-us {
  font-family: Open Sans, serif;
  font-size: 22px;
  float: right;
  font-weight: 300;
  letter-spacing: -1px;
  color: #666;
  margin-bottom: 10px;
}

/* line 110, ../sass/main.scss */
.two-col-module, .three-col-module {
  margin-bottom: 60px;
  font-size: 0;
}
/* line 113, ../sass/main.scss */
.two-col-module .col-left, .two-col-module .col-center, .two-col-module .col-right, .three-col-module .col-left, .three-col-module .col-center, .three-col-module .col-right {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
/* line 114, ../sass/main.scss */
.two-col-module .col-left .wrapper, .three-col-module .col-left .wrapper {
  padding-right: 16px;
}
/* line 115, ../sass/main.scss */
.two-col-module .col-right .wrapper, .three-col-module .col-right .wrapper {
  padding-left: 16px;
}

/* line 119, ../sass/main.scss */
.two-col-module .col-left, .two-col-module .col-right {
  width: 50%;
}

/* line 122, ../sass/main.scss */
.three-col-module .col-left, .three-col-module .col-center, .three-col-module .col-right {
  width: 33.33%;
}

/* line 125, ../sass/main.scss */
.modal-link {
  cursor: pointer;
}

/* line 126, ../sass/main.scss */
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 6000;
  display: table;
  table-layout: fixed;
}
/* line 135, ../sass/main.scss */
.modal .wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

/* line 137, ../sass/main.scss */
.modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
/* line 144, ../sass/main.scss */
.modal-close:before {
  content: "+";
  display: block;
  font-family: Open Sans, serif;
  font-weight: 600;
  font-size: 28px;
  color: #666;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
.slide-module { position: relative; overflow: hidden;
    .wrapper { position: relative; }
    .arrow-right, .arrow-left { position: absolute; top:0; bottom:0; margin: auto 0 auto 0; color: white; height: 32px; width: 21px; cursor: pointer; display: none; }
    .arrow-right { background-image: url('../images/arrow-right.png'); right:40px }
    .arrow-left { background-image: url('../images/arrow-left.png'); left:40px }
    .slide-module-slides { white-space: nowrap; position: relative; font-size: 0; }
    .slide-module-slide { display: inline-block; vertical-align: top; width: 100% }
    .slide-module-slide img { width: 100%; }
    .slide-module-nav { left:0; right:0;  text-align: center; margin-top: 20px; position: absolute; bottom: 10px; }
    .slide-module-nav-item { width: 10px!important; height: 10px; display: inline-block; background: #666; margin:0 4px 0 4px!important; cursor: pointer; border-radius: 5px; }
    .slide-module-nav-selected { background-color: white!important; }
}
*/
/* line 177, ../sass/main.scss */
.home .hero {
  background: #eee;
}
/* line 178, ../sass/main.scss */
.home .hero .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
/* line 180, ../sass/main.scss */
.home .rotator {
  width: 100%;
}
/* line 182, ../sass/main.scss */
.home .rotator .flip-wrapper {
  width: 100%;
  height: 100%;
  font-family: Open Sans, serif;
  font-size: 100px;
  margin: auto;
  left: 0;
  right: 0;
}
/* line 191, ../sass/main.scss */
.home .rotator img {
  width: 100%;
  height: auto;
}
/* line 192, ../sass/main.scss */
.home .rotator .nav {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1000;
  bottom: -30px;
}
/* line 198, ../sass/main.scss */
.home .rotator .nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #DDD;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin: 0 4px;
  cursor: pointer;
}
/* line 199, ../sass/main.scss */
.home .rotator .nav li.active {
  background: #DF3B00;
}
/* line 203, ../sass/main.scss */
.home .programs {
  text-align: center;
  margin-bottom: 40px;
}
/* line 204, ../sass/main.scss */
.home .program-txt {
  margin: 40px auto 20px auto;
}
/* line 205, ../sass/main.scss */
.home .program {
  width: 342px;
  display: inline-block;
  vertical-align: top;
  background: #EEE;
  padding: 10px;
  margin-bottom: 5px;
  text-align: left;
}
/* line 213, ../sass/main.scss */
.home .program h3 {
  margin: 0 0 10px 0;
  color: #333;
}
/* line 214, ../sass/main.scss */
.home .program h3 span {
  width: 54px;
  height: 36px;
  display: inline-block;
  float: right;
}
/* line 219, ../sass/main.scss */
.home .program h3 span.cloud {
  background: url("../Img/cloud-small.png");
}
/* line 220, ../sass/main.scss */
.home .program h3 span.software {
  background: url("../Img/software-small.png");
}
/* line 221, ../sass/main.scss */
.home .program h3 span.marketing {
  background: url("../Img/marketing-small.png");
}
/* line 223, ../sass/main.scss */
.home .program a {
  position: relative;
  font-family: Open Sans, serif;
  font-size: 14px;
  color: #666;
  line-height: 140%;
  display: block;
  padding-left: 14px;
}
/* line 231, ../sass/main.scss */
.home .program a:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF3B00;
  display: inline-block;
}

/* line 245, ../sass/main.scss */
.who-we-are .management h3 a {
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 246, ../sass/main.scss */
.who-we-are .management .wrapper {
  overflow: hidden;
  *zoom: 1;
}
/* line 247, ../sass/main.scss */
.who-we-are .management img {
  float: left;
  width: 200px;
  height: 200px;
  margin: 5px 20px 20px 0;
}

/* line 253, ../sass/main.scss */
.what-we-did .two-col-module {
  overflow: hidden;
  margin: 0;
}
/* line 254, ../sass/main.scss */
.what-we-did .two-col-module .header h3:before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
}
/* line 263, ../sass/main.scss */
.what-we-did .two-col-module .resizable {
  margin-bottom: 20px;
  border: 3px solid white;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
/* line 264, ../sass/main.scss */
.what-we-did .two-col-module a {
  color: inherit;
}
/* line 266, ../sass/main.scss */
.what-we-did .two-col-module a.arrow:before {
  content: '';
  margin-right: 10px;
  display: block;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF3B00;
  display: inline-block;
}

/* line 277, ../sass/main.scss */
.how-we-do-it .two-col-module {
  margin-bottom: 10px;
}
/* line 279, ../sass/main.scss */
.how-we-do-it .two-col-module .footer {
  padding-top: 40px;
}

/* line 283, ../sass/main.scss */
.aem.content {
  padding-top: 80px;
}
/* line 285, ../sass/main.scss */
.aem.content .consultants {
  text-align: center;
}
/* line 287, ../sass/main.scss */
.aem.content .consultants section {
  display: inline-block;
  margin: 0 30px;
}
/* line 290, ../sass/main.scss */
.aem.content .consultants img, .aem.content .consultants p {
  width: 200px;
}

/* line 294, ../sass/main.scss */
.why-choose .col-right .wrapper {
  padding-left: 80px;
}

/*.rotator-slide { width: 100%; height: 100%; }*/
/* line 302, ../sass/main.scss */
#modal-contact-us {
  position: relative;
  background: white;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  text-align: left;
}
/* line 308, ../sass/main.scss */
#modal-contact-us .field-wrapper {
  display: inline-block;
}
/* line 311, ../sass/main.scss */
#modal-contact-us input[type='text'], #modal-contact-us select {
  width: 288px;
}
/* line 312, ../sass/main.scss */
#modal-contact-us input[type='text'], #modal-contact-us select, #modal-contact-us textarea, #modal-contact-us button {
  margin: 5px;
  color: #666;
  resize: none;
}
/* line 313, ../sass/main.scss */
#modal-contact-us textarea {
  width: 590px;
}

/* line 319, ../sass/main.scss */
.button-group {
  display: table;
  width: 100%;
  /*border-collapse: collapse;*/
}
/* line 323, ../sass/main.scss */
.button-group li {
  border: 1px solid #DDD;
  border-bottom: 1px solid #CCC;
  padding: 10px;
  font-family: Open Sans, serif;
  font-size: 16px;
  line-height: 130%;
  color: #666;
  display: table-cell;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
  background-image: -moz-linear-gradient(#ffffff, #f9f9f9);
  background-image: -webkit-linear-gradient(#ffffff, #f9f9f9);
  background-image: linear-gradient(#ffffff, #f9f9f9);
  -moz-box-shadow: 0 1px 1px white inset;
  -webkit-box-shadow: 0 1px 1px white inset;
  box-shadow: 0 1px 1px white inset;
  cursor: pointer;
}
/* line 335, ../sass/main.scss */
.button-group li:first-child {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
}
/* line 336, ../sass/main.scss */
.button-group li:last-child {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
}
/* line 338, ../sass/main.scss */
.button-group li.active {
  background: #EEE;
}

/* line 3, ../sass/_media.scss */
.mobile {
  display: none;
}

@media only screen and (max-width: 720px) {
  /* line 6, ../sass/_media.scss */
  .mobile {
    display: block !important;
  }

  /* line 7, ../sass/_media.scss */
  .non-mobile {
    display: none;
  }

  /* line 8, ../sass/_media.scss */
  .col-right, .col-center, .col-left {
    display: block !important;
    width: auto !important;
  }
  /* line 11, ../sass/_media.scss */
  .col-right .wrapper, .col-center .wrapper, .col-left .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 13, ../sass/_media.scss */
  .two-col-module .col-right .wrapper {
    padding-left: 0;
  }

  /* line 14, ../sass/_media.scss */
  header nav {
    width: 100%;
    top: 80px;
    left: 100%;
    right: auto;
    -moz-transition: left 0.2s;
    -o-transition: left 0.2s;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }
  /* line 20, ../sass/_media.scss */
  header nav.open {
    left: 0;
  }
  /* line 21, ../sass/_media.scss */
  header nav li {
    display: block;
    width: 100%;
    text-align: left;
    background: #DF3B00;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid white;
  }
  /* line 28, ../sass/_media.scss */
  header nav li a {
    color: white;
    display: block;
    height: 100%;
    padding: 20px 10px;
  }

  /* line 32, ../sass/_media.scss */
  header.mini nav {
    top: 40px;
  }
}
@media only screen and (max-width: 678px) {
  /* line 37, ../sass/_media.scss */
  #contact-form .field-wrapper {
    display: block;
  }
  /* line 38, ../sass/_media.scss */
  #contact-form input, #contact-form select, #contact-form textarea {
    display: block;
    width: 100% !important;
    margin: 10px 0 !important;
  }
}
@media only screen and (max-width: 525px) {
  /* line 43, ../sass/_media.scss */
  .button-group {
    display: block;
    width: 100%;
    /*border-collapse: collapse;*/
  }
  /* line 47, ../sass/_media.scss */
  .button-group li {
    border: 1px solid #DDD;
    border-bottom: 1px solid #CCC;
    display: block;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
    background-image: -moz-linear-gradient(#ffffff, #f9f9f9);
    background-image: -webkit-linear-gradient(#ffffff, #f9f9f9);
    background-image: linear-gradient(#ffffff, #f9f9f9);
    -moz-box-shadow: 0 1px 1px white inset;
    -webkit-box-shadow: 0 1px 1px white inset;
    box-shadow: 0 1px 1px white inset;
  }
  /* line 54, ../sass/_media.scss */
  .button-group li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
  }
  /* line 55, ../sass/_media.scss */
  .button-group li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px;
  }
}
@media only screen and (max-width: 375px) {
  /* line 61, ../sass/_media.scss */
  footer #contact-us {
    float: none;
  }
}/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
