/* line 5, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*This is the transversal and basic styles partial for the site*/
/* #Basic Styles
================================================== */
/* line 13, ../../sass/sass/_base.scss */
body {
  background: #fff;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  color: #252733;
  letter-spacing: 0.03em;
  background: url(/images/bckgd_pat.png);
}

/* #Typography
================================================== */
/* line 31, ../../sass/sass/_base.scss */
h1, h2, h3, h4 {
  font-weight: normal;
  margin-bottom: 0.714em;
  font-family: 'Lato', Arial, sans-serif;
  text-align: center;
}

/* line 37, ../../sass/sass/_base.scss */
h1 {
  font-size: 2.3em;
  color: #3d3d3d;
  line-height: 100%;
}

/* line 42, ../../sass/sass/_base.scss */
h2 {
  font-size: 2em;
  color: #3d3d3d;
  line-height: 100%;
}

/* line 47, ../../sass/sass/_base.scss */
h3 {
  font-size: 1.714em;
  color: #717171;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  text-align: left;
  padding-bottom: 35px;
  text-shadow: none;
  line-height: 120%;
}

/* line 56, ../../sass/sass/_base.scss */
h4 {
  font-size: 1.438em;
  color: #3d3d3d;
}

/* line 60, ../../sass/sass/_base.scss */
.subheader {
  color: #777;
}

/* line 62, ../../sass/sass/_base.scss */
p {
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.5em;
}

/* line 63, ../../sass/sass/_base.scss */
p img {
  margin: 0;
}

/* line 64, ../../sass/sass/_base.scss */
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}

/* line 66, ../../sass/sass/_base.scss */
em {
  font-weight: 700;
  color: #be1e2d;
}

/* line 67, ../../sass/sass/_base.scss */
b {
  font-weight: 700;
  color: inherit;
}

/* line 68, ../../sass/sass/_base.scss */
strong {
  color: #14B7E0;
  font-size: 120%;
}

/* line 72, ../../sass/sass/_base.scss */
small {
  font-size: 80%;
}

/*	Blockquotes  */
/* line 75, ../../sass/sass/_base.scss */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
  text-align: left;
}

/* line 76, ../../sass/sass/_base.scss */
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

/* line 77, ../../sass/sass/_base.scss */
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

/* line 78, ../../sass/sass/_base.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 79, ../../sass/sass/_base.scss */
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

/* line 81, ../../sass/sass/_base.scss */
hr {
  border: solid #FFF;
  border-width: 1px 0 0;
  margin: 10px 0 10px;
  box-shadow: 1px 1px 2px #000;
  height: 0;
}

/* hr {
	display: block;
	border-top: 1px solid #CCC;
	border: 0 #CCC solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 1.5em 0;
	padding: 0;
} */
/* #Links
================================================== */
/* line 101, ../../sass/sass/_base.scss */
a, a:visited {
  color: #f7931d;
  text-decoration: none;
  outline: 0;
}

/* line 102, ../../sass/sass/_base.scss */
a:hover, a:focus {
  color: #f7931d;
  border-bottom: 1px dotted #f7931d;
}

/* line 103, ../../sass/sass/_base.scss */
p a, p a:visited {
  line-height: inherit;
}

/* #Lists
================================================== */
/* line 108, ../../sass/sass/_base.scss */
ul, ol {
  margin-bottom: 20px;
}

/* line 109, ../../sass/sass/_base.scss */
ul {
  list-style: none outside;
}

/* line 110, ../../sass/sass/_base.scss */
ol {
  list-style: decimal;
}

/* line 111, ../../sass/sass/_base.scss */
ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

/* line 112, ../../sass/sass/_base.scss */
ul.square {
  list-style: square outside;
}

/* line 113, ../../sass/sass/_base.scss */
ul.circle {
  list-style: circle outside;
}

/* line 114, ../../sass/sass/_base.scss */
ul.disc {
  list-style: disc outside;
}

/* line 115, ../../sass/sass/_base.scss */
ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

/* line 117, ../../sass/sass/_base.scss */
ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

/* line 119, ../../sass/sass/_base.scss */
li {
  line-height: 18px;
  margin-bottom: 12px;
}

/* line 120, ../../sass/sass/_base.scss */
ul.large li {
  line-height: 21px;
}

/* line 121, ../../sass/sass/_base.scss */
li p {
  line-height: 21px;
}

/* #Images
================================================== */
/* line 126, ../../sass/sass/_base.scss */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* #Buttons
================================================== */
/* line 133, ../../sass/sass/_base.scss */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: white;
  border: none;
  height: auto;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  width: 100%;
  cursor: pointer;
}

/* line 154, ../../sass/sass/_base.scss */
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #31A2FF;
  color: #fff;
}

/* line 162, ../../sass/sass/_base.scss */
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* line 172, ../../sass/sass/_base.scss */
ul.buttons {
  list-style: none;
}

/* line 173, ../../sass/sass/_base.scss */
ul.buttons li {
  display: inline-block;
  float: left;
  margin: 0 20px 35px 0;
}

/* Fix for odd Mozilla border & padding issues */
/* line 180, ../../sass/sass/_base.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Fix for IE oddities*/
/* line 186, ../../sass/sass/_base.scss */
.pricing_plans .row .text-field .placeholder {
  top: 1125px;
}

/* #Forms
================================================== */
/* line 194, ../../sass/sass/_base.scss */
fieldset {
  margin-bottom: 20px;
}

/* line 196, ../../sass/sass/_base.scss */
select {
  padding: 0;
}

/* line 198, ../../sass/sass/_base.scss */
textarea {
  min-height: 60px;
}

/* line 200, ../../sass/sass/_base.scss */
label,
legend {
  display: block;
  font-weight: normal;
  font-size: 13px;
}

/* line 205, ../../sass/sass/_base.scss */
select {
  width: 220px;
}

/* line 207, ../../sass/sass/_base.scss */
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

/* line 212, ../../sass/sass/_base.scss */
input[type="text"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
}

/* line 218, ../../sass/sass/_base.scss */
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  -o-appearance: radio;
}

/* line 224, ../../sass/sass/_base.scss */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
}

/* #Misc
================================================== */
/* line 232, ../../sass/sass/_base.scss */
.remove-bottom {
  margin-bottom: 0 !important;
}

/* line 233, ../../sass/sass/_base.scss */
.half-bottom {
  margin-bottom: 10px !important;
}

/* line 234, ../../sass/sass/_base.scss */
.add-bottom {
  margin-bottom: 20px !important;
}

/* #Basic fixes
================================================== */
/* line 238, ../../sass/sass/_base.scss */
*:focus {
  outline: none;
}

/* line 241, ../../sass/sass/_base.scss */
* {
  -webkit-tap-highlight-color: transparent;
}

/* line 244, ../../sass/sass/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

/* line 249, ../../sass/sass/_base.scss */
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

/* line 257, ../../sass/sass/_base.scss */
input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* line 263, ../../sass/sass/_base.scss */
input, select.value {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

/* #Base 960 Grid
================================================== */
/* line 269, ../../sass/sass/_base.scss */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

/* line 270, ../../sass/sass/_base.scss */
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 272, ../../sass/sass/_base.scss */
.row {
  margin-bottom: 20px;
}

/* Nested Column Classes */
/* line 275, ../../sass/sass/_base.scss */
.column.alpha, .columns.alpha {
  margin-left: 0;
}

/* line 276, ../../sass/sass/_base.scss */
.column.omega, .columns.omega {
  margin-right: 0;
}

/* Base Grid */
/* line 279, ../../sass/sass/_base.scss */
.container .one.column,
.container .one.columns {
  width: 40px;
}

/* line 281, ../../sass/sass/_base.scss */
.container .two.columns {
  width: 100px;
}

/* line 282, ../../sass/sass/_base.scss */
.container .three.columns {
  width: 160px;
}

/* line 283, ../../sass/sass/_base.scss */
.container .four.columns {
  width: 220px;
}

/* line 284, ../../sass/sass/_base.scss */
.container .five.columns {
  width: 280px;
}

/* line 285, ../../sass/sass/_base.scss */
.container .six.columns {
  width: 340px;
}

/* line 286, ../../sass/sass/_base.scss */
.container .seven.columns {
  width: 400px;
}

/* line 287, ../../sass/sass/_base.scss */
.container .eight.columns {
  width: 460px;
}

/* line 288, ../../sass/sass/_base.scss */
.container .nine.columns {
  width: 520px;
}

/* line 289, ../../sass/sass/_base.scss */
.container .ten.columns {
  width: 580px;
}

/* line 290, ../../sass/sass/_base.scss */
.container .eleven.columns {
  width: 640px;
}

/* line 291, ../../sass/sass/_base.scss */
.container .twelve.columns {
  width: 700px;
}

/* line 292, ../../sass/sass/_base.scss */
.container .thirteen.columns {
  width: 760px;
}

/* line 293, ../../sass/sass/_base.scss */
.container .fourteen.columns {
  width: 820px;
}

/* line 294, ../../sass/sass/_base.scss */
.container .fifteen.columns {
  width: 880px;
}

/* line 295, ../../sass/sass/_base.scss */
.container .sixteen.columns {
  width: 940px;
}

/* line 297, ../../sass/sass/_base.scss */
.container .one-third.column {
  width: 300px;
}

/* line 298, ../../sass/sass/_base.scss */
.container .two-thirds.column {
  width: 620px;
}

/* line 300, ../../sass/sass/_base.scss */
.splash {
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
}

/* Header Styles==================*/
/* line 306, ../../sass/sass/_base.scss */
.splash.top_menu {
  background: url(/images/header_bckgd.png);
  background-position: center;
  padding-top: 0;
  overflow: visible;
  background-size: 100% 100%;
}
/* line 312, ../../sass/sass/_base.scss */
.splash.top_menu .container {
  overflow: visible;
}

/* line 316, ../../sass/sass/_base.scss */
.site_header {
  display: block;
  height: 90px;
}
/* line 319, ../../sass/sass/_base.scss */
.site_header .header_logo {
  float: left;
  text-decoration: none;
  border-bottom: none;
  color: transparent;
  font-size: 0;
  width: 205px;
  height: 100px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0;
  background: url(/images/byclosure_logo.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QxZDJkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url(/images/byclosure_logo.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d1d2d4));
  background: url(/images/byclosure_logo.png), -moz-linear-gradient(top, #ffffff, #d1d2d4);
  background: url(/images/byclosure_logo.png), -webkit-linear-gradient(top, #ffffff, #d1d2d4);
  background: url(/images/byclosure_logo.png), linear-gradient(to bottom, #ffffff, #d1d2d4);
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: -1px 0px 0px 2px #D1D2D4, 1px 1px 0px 2px #d1d2d4;
}
/* line 339, ../../sass/sass/_base.scss */
.site_header nav.header_menu {
  overflow: hidden;
  float: right;
}
/* line 342, ../../sass/sass/_base.scss */
.site_header nav.header_menu ul {
  list-style: none;
}
/* line 345, ../../sass/sass/_base.scss */
.site_header nav.header_menu li {
  display: inline-block;
  margin-bottom: 0;
  float: left;
  line-height: 90px;
}
/* line 351, ../../sass/sass/_base.scss */
.site_header nav.header_menu li a {
  text-decoration: none;
  border-bottom: none;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px;
  color: inherit;
  cursor: pointer;
}
/* line 361, ../../sass/sass/_base.scss */
.site_header nav.header_menu li a:hover,
.site_header nav.header_menu li a:active,
.site_header nav.header_menu li a.current {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(147, 25, 35, 0.75);
}
/* line 367, ../../sass/sass/_base.scss */
.site_header nav.header_menu .careers_button {
  float: right;
}
/* line 370, ../../sass/sass/_base.scss */
.site_header nav.header_menu .careers_button a {
  text-transform: none;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  background: url(/images/careers_normal.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 44px;
}
/* line 378, ../../sass/sass/_base.scss */
.site_header nav.header_menu .careers_button a:hover, .site_header nav.header_menu .careers_button a:active {
  background: url(/images/careers_hover.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #c1c1c1;
  text-shadow: none;
}

/* line 389, ../../sass/sass/_base.scss */
.hiring_arrow {
  height: 45px;
  width: 190px;
  background: url(/images/we_re_hiring.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -125px;
  top: 5px;
}
/* line 397, ../../sass/sass/_base.scss */
.hiring_arrow:hover {
  border-bottom: 0;
}

/* Footer Styles==================*/
/* line 403, ../../sass/sass/_base.scss */
.splash.footer {
  background: url(/images/footer_bckgd.png);
  background-position: -1px -1px;
  background-size: 100% 100%;
  padding-top: 0;
  height: 182px;
  position: absolute;
}

/* line 412, ../../sass/sass/_base.scss */
.footer .bclogowh {
  background: url(/images/byclosure_logo_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px 70px;
  height: 70px;
  margin-top: 54px;
}
/* line 420, ../../sass/sass/_base.scss */
.footer .legal {
  margin-top: 65px;
}
/* line 422, ../../sass/sass/_base.scss */
.footer .legal p {
  font-weight: 300;
  font-size: 10px;
  color: #FFF;
  margin-bottom: 10px;
}
/* line 429, ../../sass/sass/_base.scss */
.footer .contact, .footer .social {
  margin-top: 30px;
  font-size: 11px;
  color: #FFF;
}
/* line 433, ../../sass/sass/_base.scss */
.footer .contact h1, .footer .social h1 {
  font-size: 13px;
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  line-height: 20px;
  margin-bottom: 0;
}
/* line 442, ../../sass/sass/_base.scss */
.footer .contact b, .footer .social b {
  font-size: 17px;
  color: #252733;
}
/* line 446, ../../sass/sass/_base.scss */
.footer .contact .address,
.footer .contact .phone, .footer .social .address,
.footer .social .phone {
  display: inline;
}
/* line 449, ../../sass/sass/_base.scss */
.footer .contact .address p,
.footer .contact .phone p, .footer .social .address p,
.footer .social .phone p {
  margin-bottom: 5px;
}
/* line 452, ../../sass/sass/_base.scss */
.footer .contact .address a,
.footer .contact .phone a, .footer .social .address a,
.footer .social .phone a {
  color: #FFF;
  border-bottom: 0;
}
/* line 455, ../../sass/sass/_base.scss */
.footer .contact .address a:hover,
.footer .contact .phone a:hover, .footer .social .address a:hover,
.footer .social .phone a:hover {
  border-bottom: 0;
}
/* line 460, ../../sass/sass/_base.scss */
.footer .contact .address_img, .footer .social .address_img {
  background: url(/images/address_icon.png);
}
/* line 463, ../../sass/sass/_base.scss */
.footer .contact .phone_img, .footer .social .phone_img {
  background: url(/images/phone_icon.png);
}
/* line 466, ../../sass/sass/_base.scss */
.footer .contact .address_img,
.footer .contact .phone_img, .footer .social .address_img,
.footer .social .phone_img {
  display: inline-block;
  float: left;
  padding: 10px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 479, ../../sass/sass/_base.scss */
.footer .social .social_links ul > last-child {
  margin-right: 0;
}
/* line 482, ../../sass/sass/_base.scss */
.footer .social .social_links li {
  float: left;
  width: 36px;
  height: 37px;
  padding: 0 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 489, ../../sass/sass/_base.scss */
.footer .social .social_links li a {
  border-bottom: 0;
  width: 36px;
  height: 37px;
  display: block;
  background-repeat: no-repeat !important;
}

/* Page Break Styles==================*/
/* line 500, ../../sass/sass/_base.scss */
.page_break {
  width: 960px;
  margin: 40px auto;
  border-bottom: 1px solid #FFF;
  display: block;
  clear: both;
  -moz-box-shadow: 0px 0px 10px 1px rgba(255, 255, 190, 0.75);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 190, 0.75);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 190, 0.75);
}

/* Top image styles ==================*/
/* line 509, ../../sass/sass/_base.scss */
.splash.aside {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #FFF;
  padding-top: 0;
  height: 55px;
  line-height: 55px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  top: 171px;
}

/* line 521, ../../sass/sass/_base.scss */
.top_img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 226px;
}

/* line 526, ../../sass/sass/_base.scss */
.top_link {
  height: 145px;
}
/* line 528, ../../sass/sass/_base.scss */
.top_link a {
  background-repeat: no-repeat;
  width: 63px;
  height: 61px;
  display: block;
  margin: 42px auto;
  cursor: pointer;
  border-bottom: 0;
}
/* line 536, ../../sass/sass/_base.scss */
.top_link a:hover {
  border-bottom: 0;
}

/* Shared Styles: Mixins, Placeholder and Variables ==================*/
/* line 542, ../../sass/sass/_base.scss */
.main_content.services h1, .main_content.company_about h1, .main_content.case_studies h1, .main_content.careers h1, .call_to_action h1, .main_content.contacts h1, .main_content.contacts h2, .main_content.contacts .contact_info h1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: 900;
  color: #FFF;
  margin-top: 40px;
  margin-bottom: 50px;
}

/* Services page ==============*/
/* line 2, ../../sass/sass/_services.scss */
.featured_content {
  background: url(/images/services_bckgd.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 8, ../../sass/sass/_services.scss */
.featured_content .services_feat h1 {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #931923;
  font-weight: 900;
  font-size: 2.5em;
  color: #FFF;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMWUyZCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDFjMjQiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(190, 30, 45, 0.6)), color-stop(100%, rgba(237, 28, 36, 0.6)));
  background: -moz-linear-gradient(left, rgba(190, 30, 45, 0.6), rgba(237, 28, 36, 0.6));
  background: -webkit-linear-gradient(left, rgba(190, 30, 45, 0.6), rgba(237, 28, 36, 0.6));
  background: linear-gradient(to right, rgba(190, 30, 45, 0.6), rgba(237, 28, 36, 0.6));
  border-radius: 3px;
  padding: 5px;
  width: 57%;
  margin: 125px 0 20px;
}
/* line 21, ../../sass/sass/_services.scss */
.featured_content .services_feat p {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 120px;
}
/* line 27, ../../sass/sass/_services.scss */
.featured_content .aside {
  top: 0;
}

/* line 35, ../../sass/sass/_services.scss */
.main_content.services .sw_dev_img img {
  width: 100%;
  height: auto;
}
/* line 40, ../../sass/sass/_services.scss */
.main_content.services .sw_dev_txt p {
  margin-bottom: 0;
  color: #FFF;
  line-height: 1.6em;
}
/* line 45, ../../sass/sass/_services.scss */
.main_content.services .sw_dev_txt a {
  font-weight: 700;
  line-height: 2em;
}
/* line 49, ../../sass/sass/_services.scss */
.main_content.services .sw_dev_txt ul {
  margin: 50px 0 0;
  float: right;
}
/* line 53, ../../sass/sass/_services.scss */
.main_content.services .sw_dev_txt ul > :first-child {
  width: auto;
}
/* line 56, ../../sass/sass/_services.scss */
.main_content.services .sw_dev_txt li {
  float: left;
  width: 31px;
  height: 31px;
  padding: 0 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 63, ../../sass/sass/_services.scss */
.main_content.services .sw_dev_txt li h3 {
  text-transform: uppercase;
  font-size: 1em;
  color: #FFF;
  margin-bottom: 0;
  line-height: 36px;
  padding: 0;
}
/* line 71, ../../sass/sass/_services.scss */
.main_content.services .sw_dev_txt li a {
  border-bottom: 0;
  width: 31px;
  height: 31px;
  display: block;
  background-repeat: no-repeat !important;
}
/* line 80, ../../sass/sass/_services.scss */
.main_content.services .methodology h2 {
  text-align: left;
  color: #931923;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
}
/* line 87, ../../sass/sass/_services.scss */
.main_content.services .methodology p {
  margin-bottom: 0;
  color: #FFF;
  line-height: 1.6em;
}
/* line 92, ../../sass/sass/_services.scss */
.main_content.services .methodology a {
  font-weight: 700;
  line-height: 2em;
}
/* line 96, ../../sass/sass/_services.scss */
.main_content.services .methodology .methodology_img img {
  width: 100%;
  height: auto;
}

/* line 102, ../../sass/sass/_services.scss */
.certification {
  padding-bottom: 20px;
}
/* line 104, ../../sass/sass/_services.scss */
.certification h2 {
  text-align: center;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.125em;
  margin: 40px 0 30px;
}
/* line 112, ../../sass/sass/_services.scss */
.certification p {
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}
/* line 116, ../../sass/sass/_services.scss */
.certification p a.sa_link {
  display: inline-block;
  text-indent: 4px;
  border-bottom: 1px solid transparent;
}
/* line 120, ../../sass/sass/_services.scss */
.certification p a.sa_link:hover {
  border-bottom: 1px dotted #F7931D;
}
/* line 126, ../../sass/sass/_services.scss */
.certification .certifications a {
  color: #FFF;
}
/* line 129, ../../sass/sass/_services.scss */
.certification .certifications a:hover {
  color: #F7931D;
}
/* line 133, ../../sass/sass/_services.scss */
.certification .certification_img img {
  display: block;
  width: 35%;
  height: auto;
  margin: 0 auto 20px;
}
/* line 139, ../../sass/sass/_services.scss */
.certification .certification_img:hover {
  border: 0;
}

/* line 145, ../../sass/sass/_services.scss */
.splash.clients {
  background: url(/images/bckgd_pat_w.png);
  height: 180px;
  margin: 20px 0 60px;
}
/* line 149, ../../sass/sass/_services.scss */
.splash.clients h3 {
  text-align: center;
  color: #931923;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 0;
}
/* line 157, ../../sass/sass/_services.scss */
.splash.clients .clients_img {
  background: url(/images/featured_clients.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 849px 82px;
  width: 100%;
  height: 82px;
  margin-top: 30px;
}

/* Company page ==============*/
/* line 2, ../../sass/sass/_company.scss */
.top_img.company_header_img {
  background: url(/images/company_bckgd.png);
}
/* line 4, ../../sass/sass/_company.scss */
.top_img.company_header_img .byclosure_devices {
  background: url(/images/devices_byclosure.png);
  background-repeat: no-repeat;
  background-position: 0;
  height: 100%;
  width: 429px;
  margin: auto 50%;
}
/* line 12, ../../sass/sass/_company.scss */
.top_img.company_header_img .splash.aside {
  top: -56px;
}

/* line 20, ../../sass/sass/_company.scss */
.main_content.company_about h2 {
  font-size: 1.2em;
  text-align: center;
  color: #FFF;
  line-height: 1.5em;
}
/* line 26, ../../sass/sass/_company.scss */
.main_content.company_about h2 em {
  line-height: inherit;
}
/* line 29, ../../sass/sass/_company.scss */
.main_content.company_about .about_img img {
  width: 100%;
  height: auto;
}
/* line 33, ../../sass/sass/_company.scss */
.main_content.company_about .about_text {
  height: 510px;
}
/* line 35, ../../sass/sass/_company.scss */
.main_content.company_about .about_text > :first-child {
  margin-top: 80px;
}
/* line 38, ../../sass/sass/_company.scss */
.main_content.company_about .about_text p {
  color: #FFF;
}

/* line 44, ../../sass/sass/_company.scss */
.splash.challenges {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMWUyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMWMyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #be1e2d), color-stop(100%, #ed1c24));
  background: -moz-linear-gradient(left, #be1e2d, #ed1c24);
  background: -webkit-linear-gradient(left, #be1e2d, #ed1c24);
  background: linear-gradient(to right, #be1e2d, #ed1c24);
  height: 70px;
}
/* line 47, ../../sass/sass/_company.scss */
.splash.challenges h3 {
  color: #FFF;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  width: 760px;
  margin: 0 auto;
}

/* line 59, ../../sass/sass/_company.scss */
.fwd_contact {
  text-align: center;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
}

/* line 68, ../../sass/sass/_company.scss */
.splash.leadership {
  background: url(/images/bckgd_pat_w.png);
  padding-bottom: 70px;
}
/* line 71, ../../sass/sass/_company.scss */
.splash.leadership h1 {
  text-align: center;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.125em;
  margin: 40px 0 30px;
}
/* line 79, ../../sass/sass/_company.scss */
.splash.leadership p {
  text-align: center;
  margin-bottom: 20px;
}
/* line 83, ../../sass/sass/_company.scss */
.splash.leadership hr {
  clear: both;
  margin: 40px 0 40px;
}
/* line 87, ../../sass/sass/_company.scss */
.splash.leadership .resume {
  overflow: hidden;
}
/* line 90, ../../sass/sass/_company.scss */
.splash.leadership .leader_photo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 160px;
  border: 1px solid #c5c6c8;
}
/* line 94, ../../sass/sass/_company.scss */
.splash.leadership .leader_photo img {
  width: 146px;
  display: block;
  margin: 6px;
}
/* line 100, ../../sass/sass/_company.scss */
.splash.leadership .ceo .leader_photo,
.splash.leadership .cfo .leader_photo,
.splash.leadership .vp_inter .leader_photo {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #dddfdf));
  background: -moz-linear-gradient(top, #fefefe, #dddfdf);
  background: -webkit-linear-gradient(top, #fefefe, #dddfdf);
  background: linear-gradient(to bottom, #fefefe, #dddfdf);
}
/* line 105, ../../sass/sass/_company.scss */
.splash.leadership .name {
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat !important;
  background-position: 0 !important;
  height: 21px;
  width: 100%;
  margin-bottom: 20px;
}
/* line 114, ../../sass/sass/_company.scss */
.splash.leadership .ceo .name {
  background: url(/images/name_vasco.png);
}
/* line 117, ../../sass/sass/_company.scss */
.splash.leadership .cfo .name {
  background: url(/images/name_goncalo.png);
}
/* line 120, ../../sass/sass/_company.scss */
.splash.leadership .vp_inter .name {
  background: url(/images/name_ulrich.png);
}
/* line 123, ../../sass/sass/_company.scss */
.splash.leadership .position {
  text-align: left;
  font-size: 1.5em;
}
/* line 127, ../../sass/sass/_company.scss */
.splash.leadership .resume p {
  text-align: left;
  margin-bottom: 0;
}
/* line 131, ../../sass/sass/_company.scss */
.splash.leadership em {
  color: #252733;
}

/* Case studies page ==============*/
/* line 2, ../../sass/sass/_case_studies.scss */
.top_img.case_studies_header_img {
  background: url(/images/case_studies_bckgd.png);
}

/* line 9, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .case {
  border: 1px solid #FFF;
  height: 299px;
  margin-bottom: 30px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: 0 0 !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* line 19, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .case_logo {
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #FFF;
  background-position: 15px center !important;
  background-repeat: no-repeat !important;
}
/* line 28, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .first_case .case {
  background: url(/images/zap_case_study.png);
}
/* line 31, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .first_case .case_logo {
  background: url(/images/zap_logo.png), rgba(255, 255, 255, 0.5);
}
/* line 34, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .second_case .case {
  background: url(/images/thales_case_study.png);
}
/* line 37, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .second_case .case_logo {
  background: url(/images/thales_logo.png), rgba(255, 255, 255, 0.5);
}
/* line 40, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .third_case .case {
  background: url(/images/impresa_case_study.png);
}
/* line 43, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .third_case .case_logo {
  background: url(/images/impresa_logo.png), rgba(255, 255, 255, 0.5);
}
/* line 46, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .case_description {
  color: #FFF;
  font-weight: 700;
  min-height: 100px;
}
/* line 51, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .case_type {
  text-align: right;
  width: 100%;
  color: #FFF;
  line-height: 1.1em;
  margin-bottom: 30px;
}
/* line 60, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects h2 {
  text-align: center;
  color: #931923;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin-bottom: 40px;
  margin-top: 20px;
}
/* line 70, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects .other_project .project_logo {
  background: #FFF;
  height: 100px;
  margin-bottom: 30px;
  background-size: auto 85px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
/* line 78, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects .other_project .project_title {
  color: #f7931d;
  font-size: 1.125em;
  padding: 0;
}
/* line 83, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects .other_project .project_description {
  color: #FFF;
  margin-bottom: 20px;
  min-height: 100px;
}
/* line 89, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects .other_project.b_azul .project_logo {
  background: url(/images/abae_logo.png), #FFF;
}
/* line 92, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects .other_project.e_escolas .project_logo {
  background: url(/images/eco_escolas_logo.png), #FFF;
}
/* line 95, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects .other_project.an_ang .project_logo {
  background: url(/images/an_ang_logo.png), #FFF;
}
/* line 98, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects .other_project.aveb .project_logo {
  background: url(/images/aveb_logo.png), #FFF;
}
/* line 101, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects .other_project.happy_vet .project_logo {
  background: url(/images/happyvet_logo.png), #FFF;
}
/* line 104, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects .other_project.seedrs .project_logo {
  background: url(/images/seedrs_logo.png), #FFF;
}
/* line 107, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects .other_project.urban_match .project_logo {
  background: url(/images/urban_match_logo.png), #FFF;
}
/* line 110, ../../sass/sass/_case_studies.scss */
.main_content.case_studies .other_projects .other_project.cook_work .project_logo {
  background: url(/images/cook_work_logo.png), #FFF;
}

/* line 115, ../../sass/sass/_case_studies.scss */
.splash.idea {
  background: url(/images/bckgd_pat_w.png);
  margin-top: 20px;
}
/* line 118, ../../sass/sass/_case_studies.scss */
.splash.idea .idea_img {
  background: url(/images/lampada.png);
  background-repeat: no-repeat;
  background-size: 65px 94px;
  background-position: center;
  height: 155px;
}
/* line 125, ../../sass/sass/_case_studies.scss */
.splash.idea h3 {
  text-align: left;
  color: #931923;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  padding: 0;
  margin-top: 30px;
}
/* line 134, ../../sass/sass/_case_studies.scss */
.splash.idea p {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}

/* Case studies ZAP ==============*/
/* line 2, ../../sass/sass/_case_study_zap.scss */
.top_img.case_study_zap_header_img {
  background: url(/images/casestudyzaptv.png);
}

/* line 5, ../../sass/sass/_case_study_zap.scss */
.splash.case_study_zap {
  background: url(/images/bckgd_pat_w.png);
}

/* line 10, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .intro_zap h2 {
  text-align: center;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.5em;
  margin: 20px 0 10px;
}
/* line 18, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .intro_zap p {
  text-align: center;
  margin-bottom: 40px;
}
/* line 22, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .intro_zap a {
  color: #252733;
  border-bottom: 1px dotted #252733;
}
/* line 26, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .intro_zap a:hover {
  border-bottom: 1px dotted #252733;
}
/* line 29, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .intro_zap .zap_logo_header {
  background: url(/images/zaptv_logo_cs.png), #FFF;
  background-repeat: no-repeat;
  background-position: center;
  height: 110px;
}
/* line 36, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .intro_zap .intro_text p {
  text-align: left;
  margin-bottom: 1em;
}
/* line 44, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .zap_brief h2 {
  text-align: left;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
}
/* line 52, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .zap_brief h3 {
  text-align: left;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
}
/* line 58, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .zap_brief .zap_devices {
  background: url(/images/zap_devices.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  height: 510px;
}
/* line 67, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .our_solution h2 {
  text-align: left;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
}
/* line 75, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .our_solution .further_info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/images/zap_phone.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMWUyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMWMyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url(/images/zap_phone.png), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #be1e2d), color-stop(100%, #ed1c24));
  background: url(/images/zap_phone.png), -moz-linear-gradient(left, #be1e2d, #ed1c24);
  background: url(/images/zap_phone.png), -webkit-linear-gradient(left, #be1e2d, #ed1c24);
  background: url(/images/zap_phone.png), linear-gradient(to right, #be1e2d, #ed1c24);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 10px 20px 1px 20px;
}
/* line 81, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .our_solution .further_info h4 {
  font-weight: 700;
  font-size: 1em;
  text-align: left;
  margin: 10px 0 20px;
}
/* line 87, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .our_solution .further_info ul {
  list-style: disc inside;
}
/* line 89, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .our_solution .further_info ul li {
  color: #FFF;
  line-height: 1.125em;
}
/* line 92, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .our_solution .further_info ul li a {
  margin-left: 17px;
  font-size: 0.7em;
  color: #FFF;
}
/* line 97, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .our_solution .further_info ul li a:hover {
  border-bottom: 1px dotted #FFF;
}
/* line 105, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .our_solution .benefits ul li {
  background: url("/images/bullet.png") no-repeat 4px 9px;
  text-indent: 20px;
  line-height: 25px;
}
/* line 113, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .tek_used {
  padding-bottom: 30px;
}
/* line 115, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .tek_used h3 {
  text-align: left;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
  padding: 0;
}
/* line 123, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .tek_used .zap_tek {
  background: url(/images/zap_technologies.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 78px;
}
/* line 129, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .tek_used .pdf_attach {
  height: 78px;
}
/* line 131, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .tek_used .pdf_attach a {
  color: #252733;
}
/* line 134, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .tek_used .pdf_attach .pdf {
  background: #FFF;
  height: 100%;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
/* line 138, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .tek_used .pdf_attach .pdf .pdf_icon {
  background: url(/images/pdficon.png);
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 20px;
  float: left;
}
/* line 146, ../../sass/sass/_case_study_zap.scss */
.case_study_zap .tek_used .pdf_attach .pdf span {
  display: block;
  width: 60%;
  float: right;
  padding-top: 30px;
  color: inherit;
}

/* Case studies Thales ==============*/
/* line 2, ../../sass/sass/_case_study_thales.scss */
.top_img.case_study_thales_header_img {
  background: url(/images/casestudythales.png);
}

/* line 5, ../../sass/sass/_case_study_thales.scss */
.splash.case_study_thales {
  background: url(/images/bckgd_pat_w.png);
}

/* line 10, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .intro_thales h2 {
  text-align: center;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.5em;
  margin: 20px 0 40px;
}
/* line 18, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .intro_thales p {
  text-align: center;
  margin-bottom: 40px;
}
/* line 22, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .intro_thales a {
  color: #252733;
  border-bottom: 1px dotted #252733;
}
/* line 26, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .intro_thales a:hover {
  border-bottom: 1px dotted #252733;
}
/* line 29, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .intro_thales .thales_logo_header {
  background: url(/images/thales_case_study_logo.png), #FFF;
  background-repeat: no-repeat;
  background-position: center;
  height: 110px;
}
/* line 36, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .intro_thales .intro_text p {
  text-align: left;
  margin-bottom: 1em;
}
/* line 44, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .thales_brief h2 {
  text-align: left;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
}
/* line 52, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .thales_brief h3 {
  text-align: left;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
}
/* line 58, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .thales_brief .thales_devices {
  background: url(/images/thales_devices.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  height: 360px;
}
/* line 67, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .our_solution h2 {
  text-align: left;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
}
/* line 75, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .our_solution .further_info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMWUyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMWMyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #be1e2d), color-stop(100%, #ed1c24));
  background: -moz-linear-gradient(left, #be1e2d, #ed1c24);
  background: -webkit-linear-gradient(left, #be1e2d, #ed1c24);
  background: linear-gradient(to right, #be1e2d, #ed1c24);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 10px 20px 1px 20px;
  overflow: hidden;
  min-height: 140px;
}
/* line 83, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .our_solution .further_info h4 {
  font-weight: 700;
  font-size: 1em;
  text-align: left;
  margin: 10px 0 20px;
}
/* line 89, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .our_solution .further_info ul {
  list-style: disc inside;
}
/* line 91, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .our_solution .further_info ul :first-child {
  margin-right: 20px;
  width: 40%;
}
/* line 95, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .our_solution .further_info ul li {
  color: #FFF;
  line-height: 1.125em;
  float: left;
}
/* line 99, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .our_solution .further_info ul li a {
  margin-left: 17px;
  color: #FFF;
}
/* line 103, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .our_solution .further_info ul li a:hover {
  border-bottom: 1px dotted #FFF;
}
/* line 111, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .benefits h2 {
  text-align: left;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
}
/* line 120, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .benefits ul li {
  background: url("/images/bullet.png") no-repeat 4px 9px;
  text-indent: 20px;
  line-height: 25px;
}
/* line 127, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .tek_used {
  padding-bottom: 30px;
}
/* line 129, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .tek_used h3 {
  text-align: left;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
  padding: 0;
}
/* line 137, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .tek_used .thales_tek {
  background: url(/images/thales_technologies.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 78px;
  background-size: contain;
  margin-bottom: 30px;
}
/* line 145, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .tek_used .pdf_attach {
  height: 78px;
  float: right;
  width: 160px;
}
/* line 149, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .tek_used .pdf_attach a {
  color: #252733;
}
/* line 152, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .tek_used .pdf_attach .pdf {
  background: #FFF;
  height: 100%;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
/* line 156, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .tek_used .pdf_attach .pdf .pdf_icon {
  background: url(/images/pdficon.png);
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 20px;
  float: left;
}
/* line 164, ../../sass/sass/_case_study_thales.scss */
.case_study_thales .tek_used .pdf_attach .pdf span {
  display: block;
  width: 60%;
  float: right;
  padding-top: 30px;
  color: inherit;
}

/* Case studies ZAP ==============*/
/* line 2, ../../sass/sass/_case_study_impresa.scss */
.top_img.case_study_impresa_header_img {
  background: url(/images/casestudydm.png);
}

/* line 5, ../../sass/sass/_case_study_impresa.scss */
.splash.case_study_impresa {
  background: url(/images/bckgd_pat_w.png);
}

/* line 10, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .intro_impresa h2 {
  text-align: center;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.5em;
  margin: 20px 0 40px;
}
/* line 18, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .intro_impresa p {
  text-align: center;
  margin-bottom: 40px;
}
/* line 22, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .intro_impresa a {
  color: #252733;
  border-bottom: 1px dotted #252733;
}
/* line 26, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .intro_impresa a:hover {
  border-bottom: 1px dotted #252733;
}
/* line 29, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .intro_impresa .impresa_logo_header {
  background: url(/images/impresa_logo_dm.png), #FFF;
  background-repeat: no-repeat;
  background-position: center;
  height: 110px;
}
/* line 36, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .intro_impresa .intro_text p {
  text-align: left;
  margin-bottom: 1em;
}
/* line 44, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .impresa_brief h2 {
  text-align: left;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
}
/* line 52, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .impresa_brief h3 {
  text-align: left;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
}
/* line 57, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .impresa_brief h3 b {
  color: #000;
}
/* line 61, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .impresa_brief .impresa_devices {
  background: url(/images/impresa_devices.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  height: 600px;
}
/* line 70, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .our_solution h2 {
  text-align: left;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
}
/* line 79, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .our_solution .p_img .half_text {
  width: 50%;
  float: left;
}
/* line 83, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .our_solution .p_img .tablet_sol {
  background: url(/images/impresa_tablet.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 310px;
  width: 50%;
  float: right;
}
/* line 92, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .our_solution p.clear {
  clear: both;
}
/* line 95, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .our_solution .further_info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMWUyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMWMyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #be1e2d), color-stop(100%, #ed1c24));
  background: -moz-linear-gradient(left, #be1e2d, #ed1c24);
  background: -webkit-linear-gradient(left, #be1e2d, #ed1c24);
  background: linear-gradient(to right, #be1e2d, #ed1c24);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 10px 20px 1px 20px;
}
/* line 101, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .our_solution .further_info h4 {
  font-weight: 700;
  font-size: 1em;
  text-align: left;
  margin: 10px 0 20px;
}
/* line 107, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .our_solution .further_info ul {
  list-style: disc inside;
}
/* line 109, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .our_solution .further_info ul li {
  color: #FFF;
  line-height: 1.4em;
  font-size: 0.9em;
}
/* line 113, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .our_solution .further_info ul li a {
  color: #FFF;
}
/* line 116, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .our_solution .further_info ul li a:hover {
  border-bottom: 1px dotted #FFF;
}
/* line 124, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .benefits h2 {
  text-align: left;
  color: #be1e2d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
}
/* line 133, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .benefits ul li {
  background: url("/images/bullet.png") no-repeat 4px 9px;
  text-indent: 20px;
  line-height: 25px;
}
/* line 140, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .tek_used {
  padding-bottom: 30px;
}
/* line 142, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .tek_used h3 {
  text-align: left;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 30px;
  padding: 0;
}
/* line 150, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .tek_used .impresa_tek {
  background: url(/images/thales_technologies.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 78px;
  background-size: contain;
  margin-bottom: 30px;
}
/* line 158, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .tek_used .pdf_attach {
  height: 78px;
  float: right;
  width: 160px;
}
/* line 162, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .tek_used .pdf_attach a {
  color: #252733;
}
/* line 165, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .tek_used .pdf_attach .pdf {
  background: #FFF;
  height: 100%;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
/* line 169, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .tek_used .pdf_attach .pdf .pdf_icon {
  background: url(/images/pdficon.png);
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 20px;
  float: left;
}
/* line 177, ../../sass/sass/_case_study_impresa.scss */
.case_study_impresa .tek_used .pdf_attach .pdf span {
  display: block;
  width: 60%;
  float: right;
  padding-top: 30px;
  color: inherit;
}

/* Careers page ==============*/
/* line 2, ../../sass/sass/_careers.scss */
.top_img.careers_header_img {
  background: url(/images/careers_bckgd.png);
}

/* line 6, ../../sass/sass/_careers.scss */
.main_content.careers h1 {
  margin-bottom: 30px;
}
/* line 10, ../../sass/sass/_careers.scss */
.main_content.careers .careers_img img {
  width: 100%;
  height: auto;
}
/* line 15, ../../sass/sass/_careers.scss */
.main_content.careers .careers_text > :first-child {
  margin-top: 40px;
}
/* line 18, ../../sass/sass/_careers.scss */
.main_content.careers .careers_text > :nth-child(2) {
  margin-bottom: 50px;
}
/* line 21, ../../sass/sass/_careers.scss */
.main_content.careers .careers_text h2 {
  text-align: left;
  color: #FFF;
  font-size: 1.250em;
}
/* line 26, ../../sass/sass/_careers.scss */
.main_content.careers .careers_text p {
  text-align: left;
  color: #FFF;
}
/* line 30, ../../sass/sass/_careers.scss */
.main_content.careers .careers_text ul {
  margin: 50px 0 0;
  float: right;
}
/* line 34, ../../sass/sass/_careers.scss */
.main_content.careers .careers_text ul > :first-child {
  width: auto;
}
/* line 37, ../../sass/sass/_careers.scss */
.main_content.careers .careers_text li {
  float: left;
  width: 31px;
  height: 31px;
  padding: 0 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 44, ../../sass/sass/_careers.scss */
.main_content.careers .careers_text li h3 {
  text-transform: uppercase;
  font-size: 1em;
  color: #FFF;
  margin-bottom: 0;
  line-height: 36px;
  padding: 0;
}
/* line 52, ../../sass/sass/_careers.scss */
.main_content.careers .careers_text li a {
  border-bottom: 0;
  width: 31px;
  height: 31px;
  display: block;
  background-repeat: no-repeat !important;
}
/* line 60, ../../sass/sass/_careers.scss */
.main_content.careers .offer_studies {
  margin: 60px 0 60px;
}
/* line 63, ../../sass/sass/_careers.scss */
.main_content.careers .offer_studies .offer_study h2 {
  color: #be1e2d;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 120%;
}
/* line 73, ../../sass/sass/_careers.scss */
.main_content.careers .offer_studies .offer_study h3 {
  color: #be1e2d;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 1em;
  padding-bottom: 0;
}
/* line 80, ../../sass/sass/_careers.scss */
.main_content.careers .offer_studies .offer_study p {
  color: #FFF;
  margin-bottom: 0;
}
/* line 84, ../../sass/sass/_careers.scss */
.main_content.careers .offer_studies .offer_study p a {
  font-weight: 700;
  line-height: 2em;
}
/* line 91, ../../sass/sass/_careers.scss */
.main_content.careers .offer_job {
  margin: 60px 0 60px;
}
/* line 93, ../../sass/sass/_careers.scss */
.main_content.careers .offer_job > .container > :nth-child(2) > :first-child {
  margin-top: 63px;
}
/* line 97, ../../sass/sass/_careers.scss */
.main_content.careers .offer_job .offer_dev h2 {
  color: #be1e2d;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 120%;
}
/* line 107, ../../sass/sass/_careers.scss */
.main_content.careers .offer_job .offer_dev h3 {
  color: #be1e2d;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 1em;
  padding-bottom: 0;
}
/* line 114, ../../sass/sass/_careers.scss */
.main_content.careers .offer_job .offer_dev h4 {
  text-align: left;
  color: #FFF;
  font-weight: 900;
  font-size: 1.125em;
  margin: 15px 0 15px;
}
/* line 121, ../../sass/sass/_careers.scss */
.main_content.careers .offer_job .offer_dev p {
  color: #FFF;
  margin-bottom: 0;
}
/* line 125, ../../sass/sass/_careers.scss */
.main_content.careers .offer_job .offer_dev p a {
  font-weight: 700;
  line-height: 2em;
}

/* line 132, ../../sass/sass/_careers.scss */
.splash.offers {
  background: url(/images/bckgd_pat_w.png);
  padding-bottom: 10px;
}
/* line 135, ../../sass/sass/_careers.scss */
.splash.offers > .container > div {
  overflow: hidden;
}
/* line 138, ../../sass/sass/_careers.scss */
.splash.offers h2 {
  text-align: center;
  color: #931923;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 30px 0 40px;
}
/* line 147, ../../sass/sass/_careers.scss */
.splash.offers .offer .offer_img {
  width: 100%;
  height: 75px;
  background-position-x: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
/* line 154, ../../sass/sass/_careers.scss */
.splash.offers .offer p {
  text-align: center;
  margin-bottom: 30px;
}

/* line 164, ../../sass/sass/_careers.scss */
.call_to_action p {
  color: #FFF;
  text-align: center;
}
/* line 168, ../../sass/sass/_careers.scss */
.call_to_action p a {
  color: #BE1E2D;
}
/* line 171, ../../sass/sass/_careers.scss */
.call_to_action p a:hover {
  border-bottom: 1px dotted #BE1E2D;
}

/* Contact page ==============*/
/* line 2, ../../sass/sass/_contact.scss */
.top_img.contacts_header_img {
  background: url(/images/contact_bckgd.png);
}

/* line 6, ../../sass/sass/_contact.scss */
.main_content.contacts h1 {
  margin: 40px 0 40px;
}
/* line 10, ../../sass/sass/_contact.scss */
.main_content.contacts h2 {
  margin-bottom: 50px;
  font-size: 1.5em;
}
/* line 15, ../../sass/sass/_contact.scss */
.main_content.contacts h3 {
  color: #be1e2d;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 1.250em;
  padding-bottom: 30px;
}
/* line 25, ../../sass/sass/_contact.scss */
.main_content.contacts p {
  text-align: center;
  margin: 0 auto;
  color: #FFF;
  max-width: 370px;
}
/* line 31, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info {
  overflow: hidden;
  margin-top: 50px;
}
/* line 34, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info h1 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.5em;
  text-align: left;
}
/* line 41, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info p {
  text-align: left;
  display: inline-block;
  float: left;
}
/* line 46, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .address,
.main_content.contacts .contact_info .phone,
.main_content.contacts .contact_info .info,
.main_content.contacts .contact_info .careers {
  display: inline-block;
  width: 100%;
  height: 120px;
}
/* line 54, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .phone a {
  color: #fff;
}
/* line 56, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .phone a:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
/* line 63, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .info a,
.main_content.contacts .contact_info .careers a {
  color: #FFF;
}
/* line 66, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .info a:hover,
.main_content.contacts .contact_info .careers a:hover {
  border-bottom: 1px dotted #FFF;
}
/* line 70, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .address_img,
.main_content.contacts .contact_info .phone_img,
.main_content.contacts .contact_info .info_img,
.main_content.contacts .contact_info .careers_img {
  display: inline-block;
  float: left;
  padding: 10px;
  height: 23px;
  width: 35px;
  background-repeat: no-repeat;
  background-position-x: center;
  margin-top: 20px;
}
/* line 83, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .address_img {
  margin-bottom: 90px;
}
/* line 84, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .phone_img {
  margin-bottom: 50px;
}
/* line 85, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .info_img {
  margin-bottom: 40px;
  height: 9px;
}
/* line 86, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .careers_img {
  margin-bottom: 40px;
  height: 13px;
}
/* line 87, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .social {
  margin-left: 55px;
}
/* line 90, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .social .social_links li {
  float: left;
  width: 31px;
  height: 31px;
  padding: 0 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 96, ../../sass/sass/_contact.scss */
.main_content.contacts .contact_info .social .social_links li a {
  border-bottom: 0;
  width: 31px;
  height: 31px;
  display: block;
  background-repeat: no-repeat !important;
}

/* line 109, ../../sass/sass/_contact.scss */
.hear_from h2 {
  margin-bottom: 40px !important;
  margin-top: 20px;
}
/* line 113, ../../sass/sass/_contact.scss */
.hear_from h3 {
  margin-bottom: 20px !important;
}

/* line 118, ../../sass/sass/_contact.scss */
.footer.contact_page .contact {
  display: none;
}
/* line 121, ../../sass/sass/_contact.scss */
.footer.contact_page .social {
  display: none;
}

/* line 304, social/*.png */
.social-sprite, .social-facebook, .social-facebook_red, .social-github, .social-github_red, .social-gplus, .social-gplus_red, .social-linkedin, .social-linkedin_red, .social-mail, .social-twitter, .social-twitter_red {
  background-image: url('../images/social-sa0d9774d1d.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-facebook {
  background-position: 0 0;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-facebook:hover, .social-facebook.facebook-hover {
  background-position: 0 -74px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-facebook:active, .social-facebook.facebook-active {
  background-position: 0 -37px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-facebook_red {
  background-position: 0 -111px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-facebook_red:hover, .social-facebook_red.facebook_red-hover {
  background-position: 0 -173px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-facebook_red:active, .social-facebook_red.facebook_red-active {
  background-position: 0 -142px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-github {
  background-position: 0 -204px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-github:hover, .social-github.github-hover {
  background-position: 0 -278px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-github:active, .social-github.github-active {
  background-position: 0 -241px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-github_red {
  background-position: 0 -315px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-github_red:hover, .social-github_red.github_red-hover {
  background-position: 0 -377px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-github_red:active, .social-github_red.github_red-active {
  background-position: 0 -346px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-gplus {
  background-position: 0 -408px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-gplus:hover, .social-gplus.gplus-hover {
  background-position: 0 -482px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-gplus:active, .social-gplus.gplus-active {
  background-position: 0 -445px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-gplus_red {
  background-position: 0 -519px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-gplus_red:hover, .social-gplus_red.gplus_red-hover {
  background-position: 0 -581px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-gplus_red:active, .social-gplus_red.gplus_red-active {
  background-position: 0 -550px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-linkedin {
  background-position: 0 -612px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-linkedin:hover, .social-linkedin.linkedin-hover {
  background-position: 0 -686px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-linkedin:active, .social-linkedin.linkedin-active {
  background-position: 0 -649px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-linkedin_red {
  background-position: 0 -723px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-linkedin_red:hover, .social-linkedin_red.linkedin_red-hover {
  background-position: 0 -785px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-linkedin_red:active, .social-linkedin_red.linkedin_red-active {
  background-position: 0 -754px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-mail {
  background-position: 0 -816px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-mail:hover, .social-mail.mail-hover {
  background-position: 0 -890px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-mail:active, .social-mail.mail-active {
  background-position: 0 -853px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-twitter {
  background-position: 0 -927px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-twitter:hover, .social-twitter.twitter-hover {
  background-position: 0 -1001px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-twitter:active, .social-twitter.twitter-active {
  background-position: 0 -964px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-twitter_red {
  background-position: 0 -1038px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-twitter_red:hover, .social-twitter_red.twitter_red-hover {
  background-position: 0 -1100px;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.social-twitter_red:active, .social-twitter_red.twitter_red-active {
  background-position: 0 -1069px;
}

/* line 56, top/*.png */
.top-sprite, .top-top {
  background-image: url('../images/top-s4970f9019a.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.top-top {
  background-position: 0 0;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.top-top:hover, .top-top.top-hover {
  background-position: 0 -61px;
}

/* line 104, offer/*.png */
.offer-sprite, .offer-communities, .offer-energy, .offer-growth, .offer-office, .offer-scrum, .offer-success, .offer-team, .offer-tek {
  background-image: url('../images/offer-s03e61086e2.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.offer-communities {
  background-position: 0 0;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.offer-energy {
  background-position: 0 -75px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.offer-growth {
  background-position: 0 -150px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.offer-office {
  background-position: 0 -225px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.offer-scrum {
  background-position: 0 -300px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.offer-success {
  background-position: 0 -375px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.offer-team {
  background-position: 0 -450px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.offer-tek {
  background-position: 0 -525px;
}

/* line 72, contacts/*.png */
.contacts-sprite, .contacts-calling_symbol, .contacts-careers_symbol, .contacts-info_symbol, .contacts-office_symbol {
  background-image: url('../images/contacts-sdebb1adf4f.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.contacts-calling_symbol {
  background-position: 0 0;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.contacts-careers_symbol {
  background-position: 0 -43px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.contacts-info_symbol {
  background-position: 0 -75px;
}

/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.contacts-office_symbol {
  background-position: 0 -103px;
}
