/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../lib/gems/1.9.1/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, ../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

/* line 28, ../../../../lib/gems/1.9.1/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, ../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../lib/gems/1.9.1/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 8, ../sass/screen.scss */
body {
  font-family: "HelveticaNeueW01-55Roma",helvetica,serif !important;
}

/* line 12, ../sass/screen.scss */
.container {
  position: absolute;
  width: 100%;
}

/* line 17, ../sass/screen.scss */
.container.ng-enter,
.container.ng-leave {
  -webkit-transition: 0.9s ease all;
  -moz-transition: 0.9s ease all;
  -o-transition: 0.9s ease all;
  transition: 0.9s ease all;
}

/* line 26, ../sass/screen.scss */
.container.ng-enter {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
}

/* line 32, ../sass/screen.scss */
.container.ng-leave.ng-leave-active {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
}

/* line 38, ../sass/screen.scss */
.back.container.ng-enter {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
}

/* line 44, ../sass/screen.scss */
.back.container.ng-leave.ng-leave-active {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
}

/* line 50, ../sass/screen.scss */
.container.ng-leave,
.container.ng-enter.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 58, ../sass/screen.scss */
.list_item_Wrapper {
  border-top: 1px solid #e6e6e6;
  padding: 8px 30px;
}
/* line 63, ../sass/screen.scss */
.list_item_Wrapper:hover {
  cursor: pointer;
}
/* line 69, ../sass/screen.scss */
.list_item_Wrapper .img_wrapper img {
  width: 35px;
  margin-right: 10px;
}
/* line 75, ../sass/screen.scss */
.list_item_Wrapper .title {
  display: inline;
  position: relative;
  margin: 0 0 0 10px;
  top: -11px;
}
/* line 80, ../sass/screen.scss */
.list_item_Wrapper .title span {
  font: 14px/17px "HelveticaNeueW10-65Medi", Helvetica, Arial, sans-serif;
  color: #2b5672;
}
/* line 84, ../sass/screen.scss */
.list_item_Wrapper .title .appBy {
  font: 14px "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #7a92a5;
}

/* line 91, ../sass/screen.scss */
.application_wrapper {
  padding: 17px 24px;
}
/* line 94, ../sass/screen.scss */
.application_wrapper img {
  width: 60px;
  float: left;
  margin: 2px 24px 0px 12px;
}
/* line 100, ../sass/screen.scss */
.application_wrapper .title_wrapper {
  margin: 15px;
}
/* line 104, ../sass/screen.scss */
.application_wrapper .title {
  font: 24px/20px "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
  display: block;
  color: #162d3d;
}
/* line 109, ../sass/screen.scss */
.application_wrapper .sub_title {
  font: 14px/24px "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #7a92a5;
}
/* line 113, ../sass/screen.scss */
.application_wrapper .appBy {
  color: #3899ec;
  text-decoration: none;
}
/* line 118, ../sass/screen.scss */
.application_wrapper .description {
  color: #717171;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 23px 0 13px 0;
  font-size: 14px;
  padding: 12px 21px 12px 12px;
}
/* line 125, ../sass/screen.scss */
.application_wrapper .description p {
  font: 14px/18px "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #2b5672;
}
/* line 129, ../sass/screen.scss */
.application_wrapper .description ul {
  margin: 18px 0 21px 17px;
  display: inline-block;
  width: 100%;
  list-style: inherit;
}
/* line 134, ../sass/screen.scss */
.application_wrapper .description ul li {
  font: 14px/24px "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #2b5672;
  padding: 0 0 0 2px;
}
/* line 142, ../sass/screen.scss */
.application_wrapper .help_text {
  margin: 0px 0 34px 11px;
  font: 14px/18px "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #2b5672;
}
/* line 148, ../sass/screen.scss */
.application_wrapper .help_title {
  font: 14px/17px "HelveticaNeueW10-65Medi", Helvetica, Arial, sans-serif;
  color: #2b5672;
  margin: 0 0 0 11px;
}
/* line 155, ../sass/screen.scss */
.application_wrapper .tupel_wrapper {
  margin: 5px;
}
/* line 159, ../sass/screen.scss */
.application_wrapper .email_key, .application_wrapper .phone_key, .application_wrapper .website_key {
  font: 14px/18px "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #2b5672;
  margin: 20px 4px 0 6px;
}
/* line 165, ../sass/screen.scss */
.application_wrapper .email_val, .application_wrapper .phone_val, .application_wrapper .website_val {
  font-size: 14px;
  color: #3899ec;
  text-decoration: none;
}
/* line 171, ../sass/screen.scss */
.application_wrapper .phone_val {
  font: 14px/18px "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #2b5672;
}
/* line 176, ../sass/screen.scss */
.application_wrapper .back_btn {
  color: #575757;
  text-decoration: underline;
}
/* line 180, ../sass/screen.scss */
.application_wrapper .back_btn:hover {
  cursor: pointer;
}
