@font-face {
  font-family: 'aaux_lightregular';
  src: url("../fonts/aaux-light-webfont.woff2") format("woff2"), url("../fonts/aaux-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aauxmedium';
  src: url("../fonts/aaux-medium-webfont.woff2") format("woff2"), url("../fonts/aaux-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aaux_proregular_osfregular';
  src: url("../fonts/ufonts.com_aaux-proregular-osf-webfont.woff2") format("woff2"), url("../fonts/ufonts.com_aaux-proregular-osf-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

img {
  border: 0;
  max-width: 100%;
  display: block; }

textarea {
  resize: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

a {
  background-color: transparent;
  color: inherit; }

a:active,
a:hover {
  outline: 0; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

li {
  list-style: none; }

u {
  text-decoration: underline; }

::-webkit-file-upload-button {
  cursor: pointer; }

textarea,
input[type="text"],
input[type="password"] {
  border-radius: 0;
  -webkit-appearance: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  color: #FFFFFF; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  color: #FFFFFF; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  color: #FFFFFF; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.text-center {
  text-align: center; }

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important; } }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

#responsive {
  position: relative;
  z-index: 1; }

.interactive {
  cursor: pointer;
  transition: opacity 400ms ease-out; }
  .interactive:hover {
    opacity: 0.6; }

/* structures */
.center-contents {
  width: 1260px;
  margin: 0px auto;
  position: relative; }
  @media screen and (max-width: 1340px) {
    .center-contents {
      width: 96%;
      margin: 0 2%; } }

.page {
  padding-top: 0px;
  padding-bottom: 25px;
  /* this brings more perfomance and better engine rending, use it in a container that don't have any fixed element, use only on mobile enabled websites */
  /*    
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    */ }
  .page h1.title {
    position: absolute;
    top: 12px;
    left: 4%; }
    .page h1.title:after {
      content: '';
      background-size: contain !important;
      position: absolute;
      width: 200px;
      height: 200px;
      top: -90px;
      left: 0;
      opacity: 0.3; }

.left {
  float: left; }

.right {
  float: right; }

/* ui components */
.button {
  padding: 8px 20px;
  background-color: #FF5246;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  font-family: 'aauxmedium';
  text-transform: uppercase; }
  .button.large {
    padding: 14px 30px;
    font-size: 17px; }
  .button.light-blue {
    background: #1c80ae;
    border: solid 2px #11739a;
    color: #FFFFFF; }
  .button:active {
    opacity: 0.6; }
  .button.bottom {
    position: fixed;
    bottom: 10px;
    left: 4%;
    width: 92%;
    font-size: 17px; }
    .button.bottom.left {
      width: 44%; }
    .button.bottom.right {
      left: 52%;
      width: 44%; }
    .button.bottom.brighter {
      background: #1c80ae; }

.combobox {
  width: 100%;
  overflow: hidden;
  background-color: #004c80;
  background: -moz-linear-gradient(top, #116394 0%, #0b365c 100%);
  background: -webkit-linear-gradient(top, #116394 0%, #0b365c 100%);
  background: linear-gradient(to bottom, #116394 0%, #0b365c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116394', endColorstr='#0b365c',GradientType=0 );
  border: outset 1px #1c6391;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 12px 4px 12px 4px; }
  .combobox select {
    width: 100%;
    border: none;
    background: transparent;
    color: #FFFFFF;
    font-size: 16px; }

/* typography */
.long-text, .short-text {
  color: #4E4E4E;
  font-size: 16px;
  font-family: 'aaux_proregular_osfregular'; }
  .long-text li, .short-text li {
    margin-left: 20px; }
  .long-text p, .short-text p {
    color: #4E4E4E;
    font-size: 16px; }
  .long-text a, .short-text a {
    text-decoration: underline; }

.bold {
  font-family: 'aauxmedium';
  font-weight: bold; }

.brand-color {
  color: #46a8c6; }

/* grids */
.gutter15 {
  margin-left: -15px !important;
  margin-right: -15px !important; }
  .gutter15 .grid-item {
    padding-left: 15px;
    padding-right: 15px; }

.gutter3 {
  margin-left: -3px !important;
  margin-right: -3px !important; }
  .gutter3 .grid-item {
    padding-left: 3px;
    padding-right: 3px; }

.grid-item .grid-item-wrap {
  display: block; }

.grid-item .image {
  display: block;
  overflow: hidden;
  height: 200px; }
  .grid-item .image .img {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    transition: all 300ms ease; }

.grid-item .title {
  margin: 6px 0;
  color: #46a8c6;
  font-size: 14px;
  text-transform: uppercase; }

.grid-item .short-text {
  font-size: 14px; }

.grid-item .link {
  color: #46a8c6;
  margin-top: 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase; }

/* animations */
.fade-it {
  transition: opacity 300ms ease; }
  .fade-it:hover {
    opacity: 0.8; }

.zoom-in {
  transition: all 300ms ease; }
  .zoom-in:hover {
    transform-origin: 50% 50%;
    transform: scale(1.1);
    webkit-transform-origin: 50% 50%;
    webkit-transform: scale(1.1); }

/* misc */
.sprite {
  /*background-image: url('/images/sprites.png');	*/ }

.pagination {
  padding: 20px 0; }
  .pagination a {
    padding: 4px 0px;
    display: inline-block;
    width: 30px;
    background-color: #46a8c6;
    color: #FFFFFF;
    text-align: center;
    margin-right: 4px;
    border: solid 1px #46a8c6;
    font-size: 14px;
    transition: all 300ms ease; }
    .pagination a.selected, .pagination a:hover {
      color: #46a8c6;
      background-color: #FFFFFF; }

.slideshow .contents .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table; }
  .slideshow .contents .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 90; }
  .slideshow .contents .item .text-group {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    white-space: normal;
    color: #FFFFFF;
    position: relative;
    z-index: 91; }
    .slideshow .contents .item .text-group .title {
      padding: 0 80px;
      font-size: 22px;
      margin-bottom: 5px; }
    .slideshow .contents .item .text-group .short-text {
      color: #FFFFFF;
      padding: 0 80px; }

.slideshow .bullets {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center; }
  .slideshow .bullets .item {
    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 5px;
    cursor: pointer; }
    .slideshow .bullets .item.item-selected {
      background-color: white; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: 0;
  margin-right: 0; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

html, body {
  height: 100%;
  background-color: #FFFFFF;
  font-family: 'aaux_proregular_osfregular';
  font-size: 14px;
  color: #FFFFFF; }

p, textarea, input, li {
  font-family: 'aaux_proregular_osfregular';
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5em; }

h1, h2, h3 {
  margin: 10px 0;
  font-size: 26px;
  font-family: 'aaux_lightregular';
  color: #FFFFFF; }

header {
  position: relative;
  width: 100%;
  z-index: 1001;
  height: 190px;
  pointer-events: none; }

main {
  height: 100%; }
  @media screen and (max-width: 1020px) {
    main {
      padding-bottom: 0; } }

.container {
  width: 96%;
  margin: 0 2%; }

#site {
  position: relative;
  min-height: 100%;
  background-image: url("../images/background_top.png?v=1");
  background-repeat: no-repeat;
  background-size: 100% 164px;
  background-position: 50% 0;
  background-color: #F0F0F0; }
  #site.page-login, #site.page-welcome, #site.page-welcome-video {
    background: url("../images/background.png?v=1") 50% 50% no-repeat;
    background-size: cover; }
  #site.page-welcome header, #site.page-login header {
    height: 50px; }
  #site.page-welcome-survey {
    padding-top: 100px;
    background: #F0F0F0; }
    #site.page-welcome-survey header {
      background: url("../images/background_top.png?v=1") 50% 0% no-repeat;
      background-size: 100% 164px;
      height: 100px;
      position: fixed;
      top: 0;
      left: 0; }
    #site.page-welcome-survey main {
      z-index: 1002;
      position: relative; }
  #site.scrolled {
    padding-top: 190px;
    background: #F0F0F0; }
    #site.scrolled header {
      background: url("../images/background_top.png?v=1") 50% 0% no-repeat;
      background-size: 100% 164px;
      height: 80px;
      left: 0;
      top: 0;
      position: fixed; }
    #site.scrolled .context-menu {
      top: 49px; }
    #site.scrolled #menu-mobile-icon {
      top: 35px; }
    #site.scrolled .header-page {
      display: none; }

#menu-mobile-icon {
  display: block;
  position: absolute;
  right: 4%;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1001;
  border-radius: 50%;
  pointer-events: auto;
  transition: background 300ms ease;
  background: url("../images/button_big.svg?v=1") 50% 50% no-repeat;
  top: 120px; }
  #menu-mobile-icon .icon {
    width: 100%;
    height: 100%;
    background: url("../images/cross.svg?v=1") 50% 50% no-repeat;
    background-size: 50%; }
  #menu-mobile-icon.open {
    background: #008DCC;
    top: 430px; }
    #menu-mobile-icon.open .icon {
      background: url("../images/menu-arrow.svg?v=1") 50% 50% no-repeat;
      background-size: 50%; }

#logotype {
  display: inline-block;
  width: 200px;
  height: 51px;
  background-image: url("/images/logotype.png?v=1");
  margin: 15px 10px 0 10px; }

#menu {
  font-size: 0;
  position: absolute;
  padding: 40px 0 80px 0;
  right: 0px;
  top: 0;
  display: none;
  width: 100%;
  z-index: 1001;
  background: url("../images/menu_diagonal.svg?v=1") 50% 0 no-repeat;
  pointer-events: auto; }
  #menu h1 {
    font-size: 24px;
    color: #008dcc;
    padding: 0px 0 10px 4%; }
  #menu .menu-item {
    display: block;
    position: relative;
    padding: 14px 15px 14px 4%;
    text-align: left;
    width: 100%;
    font-size: 18px;
    font-family: 'aauxmedium';
    border-bottom: solid 1px #f2f2f2; }
    #menu .menu-item .title {
      color: #06447e;
      font-size: 17px;
      text-transform: uppercase;
      transition: color 0.3s linear; }
    #menu .menu-item:after {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      position: absolute;
      width: 60px;
      height: 40px;
      top: 13px;
      left: 10px; }
    #menu .menu-item.logout {
      font-size: 20px;
      color: #46a8c6;
      font-family: 'aaux_lightregular';
      border-bottom: none; }

#page-chat {
  padding: 0; }
  #page-chat .header-page {
    position: fixed;
    /*background: url('../images/background.png') no-repeat;
        background-size: cover;
        -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.55);
        box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.55);*/ }
  #page-chat .container {
    padding-bottom: 130px; }
  #page-chat .to-name {
    font-size: 19px;
    padding-bottom: 8px;
    padding-left: 50px;
    margin-bottom: 10px;
    position: relative;
    color: #4E4E4E;
    /*&:after {
            content: '';
            -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
            position: absolute;
            width: 108%;
            height: 1px;
            top: 30px;
            left: -4%;
            background: #105C8E;
        }*/ }
  #page-chat .feed {
    min-height: calc(100vh - 115px - 130px);
    z-index: 99; }
    #page-chat .feed .message {
      width: 80%;
      background: #FFFFFF;
      border-radius: 8px;
      margin: 6px 20px;
      padding: 14px 14px 12px 14px;
      float: left;
      position: relative;
      color: #4E4E4E; }
      #page-chat .feed .message:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 12px 12px;
        border-color: transparent transparent #FFFFFF transparent;
        position: absolute;
        bottom: 10px;
        left: -12px; }
      #page-chat .feed .message.mine {
        float: right;
        background: #1C80AE;
        box-shadow: none;
        color: #FFFFFF; }
        #page-chat .feed .message.mine .date {
          color: #7ed4d1; }
        #page-chat .feed .message.mine:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 0 0 12px;
          border-color: transparent transparent transparent #1C80AE;
          position: absolute;
          bottom: 10px;
          right: -12px;
          left: auto; }
      #page-chat .feed .message .author {
        font-family: 'aauxmedium';
        padding-bottom: 3px;
        color: #008dcc; }
      #page-chat .feed .message .date {
        padding-top: 5px;
        color: #008dcc;
        text-align: right;
        font-size: 13px;
        font-family: 'aaux_lightregular'; }
  #page-chat .send-message-group {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0 0 0;
    background: url("../images/background_bottom.png?v=1");
    background-size: cover;
    height: 130px; }
    #page-chat .send-message-group .button {
      padding: 11px 0;
      position: absolute;
      right: 4%;
      bottom: 20px;
      width: 150px;
      font-size: 17px; }
    #page-chat .send-message-group .form-input {
      width: 92%;
      margin: 10px 4% 2px 4%;
      color: #FFFFFF;
      border-bottom: solid 1px #C2E4F1;
      padding-bottom: 12px; }

.header-page {
  position: fixed;
  height: 115px;
  width: 100%;
  top: 0;
  left: 0;
  padding: 72px 4% 0px 4%;
  z-index: 100; }
  .header-page h1 {
    margin-top: 20px;
    text-align: left;
    width: 92%;
    padding-left: 45px; }
  .header-page .back-button {
    width: 28px;
    height: 28px;
    background: url("../images/back.svg?v=1") 50% 50% no-repeat;
    display: block;
    position: absolute;
    left: 4%;
    top: 35px; }

#page-manage-targets .goal-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px; }

#page-manage-targets .milestone-text {
  font-size: 20px;
  text-align: center;
  padding: 50px 0 25px 0; }

#page-manage-targets .button {
  width: 150px;
  float: right;
  padding: 13px 0;
  font-size: 18px;
  margin-top: 25px; }

#page-manage-targets .milestones {
  width: 300px;
  margin: 0 auto; }
  #page-manage-targets .milestones .item {
    margin: 10px auto;
    font-size: 0; }
    #page-manage-targets .milestones .item .check {
      display: inline-block;
      vertical-align: middle;
      width: 50px; }
      #page-manage-targets .milestones .item .check .form-group {
        margin-bottom: 0; }
      #page-manage-targets .milestones .item .check .form-input {
        height: 40px; }
      #page-manage-targets .milestones .item .check .form-label {
        margin-top: -36px; }
    #page-manage-targets .milestones .item .icon {
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 90% 100%; }
    #page-manage-targets .milestones .item .action {
      display: inline-block;
      vertical-align: middle;
      width: 110px;
      padding-left: 20px;
      font-size: 15px; }
    #page-manage-targets .milestones .item .combobox {
      display: inline-block;
      vertical-align: middle;
      width: 90px;
      font-size: 15px; }

#page-live-better .box {
  background-color: rgba(6, 68, 126, 0.4);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
  position: relative;
  min-height: 100px; }
  #page-live-better .box .title {
    font-size: 19px;
    font-family: 'aaux_lightregular'; }
  #page-live-better .box .target-title {
    font-weight: bold;
    font-size: 15px;
    border-bottom: solid 2px #7aabc8;
    height: 55px;
    margin-top: 40px;
    margin-bottom: 15px; }
  #page-live-better .box .title-milestone {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px; }
  #page-live-better .box .button {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFFFFF;
    width: 135px;
    padding: 14px 0;
    font-size: 15px;
    font-family: 'aauxmedium'; }
  #page-live-better .box .milestones .item {
    position: relative;
    padding-left: 38px;
    height: 38px;
    line-height: 38px; }
  #page-live-better .box .milestones .icon {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    position: absolute;
    top: 3px;
    left: 0; }

.milestones .stand {
  background-image: url("../images/stand.svg"); }

.milestones .walk {
  background-image: url("../images/walk.svg"); }

.milestones .sit {
  background-image: url("../images/sit.svg"); }

.milestones .sleep {
  background-image: url("../images/sleep.svg"); }

#page-login {
  color: #FFFFFF; }
  #page-login h1 {
    text-align: center;
    font-family: 'aaux_lightregular';
    font-size: 47px;
    text-transform: none;
    position: relative;
    padding-bottom: 30px; }
  #page-login .subtitle {
    text-align: center;
    font-family: 'aaux_proregular_osfregular';
    font-size: 16px; }
  #page-login .form-container {
    margin: 50px auto;
    max-width: 300px; }
    #page-login .form-container .form-group {
      margin-bottom: 20px; }
  #page-login .button {
    width: 100%; }

#page-contacts .item {
  color: #FFFFFF;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #FFFFFF;
  text-align: center; }
  #page-contacts .item .contact-name {
    text-align: left;
    font-size: 18px;
    border-bottom: solid 2px #F2F2F2;
    padding-bottom: 10px;
    color: #4E4E4E; }
  #page-contacts .item .link {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 25px;
    color: #06447e;
    font-size: 13px;
    font-family: 'aauxmedium';
    text-align: center;
    position: relative;
    text-transform: uppercase; }
    #page-contacts .item .link .icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #24B6D1;
      display: block;
      margin-bottom: 10px; }
      #page-contacts .item .link .icon.email:after {
        background-image: url("../images/email.svg?v=1"); }
      #page-contacts .item .link .icon.phone {
        background-color: #06447E; }
        #page-contacts .item .link .icon.phone:after {
          background-image: url("../images/phone.svg?v=1"); }
      #page-contacts .item .link .icon.chat {
        background-color: #008DCC; }
        #page-contacts .item .link .icon.chat:after {
          background-image: url("../images/chat.svg?v=1"); }
      #page-contacts .item .link .icon:after {
        content: '';
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 30px 30px;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 16px;
        left: 14px; }

#page-connected {
  padding-top: 10px; }
  #page-connected .box {
    height: 156px;
    width: 48%;
    background-color: #24B6D1;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    font-family: 'aauxmedium';
    position: relative; }
    #page-connected .box:after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 16px 16px;
      border-color: transparent transparent #1CA2B9 transparent; }
    #page-connected .box:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 16px 0 0;
      border-color: #F0F0F0 transparent transparent transparent; }
    #page-connected .box .number {
      padding-top: 10px;
      font-size: 58px;
      line-height: 1em; }
    #page-connected .box.right {
      background-color: #008DCC; }
      #page-connected .box.right:after {
        border-color: transparent transparent #0E76A9 transparent; }
  #page-connected .qa-box {
    background-color: #FFFFFF;
    padding: 15px;
    margin-top: 25px; }
    #page-connected .qa-box .title {
      border-bottom: solid 2px #EEEEEE;
      margin-bottom: 22px;
      font-family: 'aauxmedium';
      font-size: 16px;
      padding-right: 90px;
      position: relative;
      padding-bottom: 8px;
      color: #4E4E4E;
      min-height: 42px; }
      #page-connected .qa-box .title .high-fives {
        position: absolute;
        top: 0;
        right: 0;
        width: 90px;
        background: url("../images/high_five.svg?v=1") 0 0 no-repeat;
        background-size: 30px 30px;
        font-size: 12px;
        padding-left: 34px; }
        #page-connected .qa-box .title .high-fives .number {
          font-weight: bold;
          color: #008DCC; }
    #page-connected .qa-box .answer {
      margin: 15px 0;
      color: #4E4E4E; }

#page-get-organized .item {
  padding: 15px 10px 15px 50px;
  display: block;
  margin: 0 0 12px 0;
  text-align: left;
  color: #4E4E4E;
  background-color: #FFFFFF;
  font-family: 'aauxmedium';
  font-size: 18px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  #page-get-organized .item:after {
    content: '';
    background: url("../images/document.svg?v=1") 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 8px;
    left: 10px; }

.context-menu {
  position: absolute;
  top: 78px;
  left: 4%;
  font-size: 0;
  z-index: 900;
  pointer-events: auto; }
  .context-menu .item {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    font-size: 17px;
    padding-bottom: 7px;
    color: #06447e;
    font-family: 'aauxmedium';
    font-weight: bold;
    text-transform: uppercase; }
    .context-menu .item.selected {
      color: #FFFFFF;
      border-bottom: solid 3px #FFFFFF; }
    .context-menu .item.starred {
      background-image: url("../images/starr_menu.svg?v=1");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 20px;
      height: 20px; }
      .context-menu .item.starred.selected {
        background-image: url("../images/starr_menu_sel.svg?v=1");
        border: none; }

#page-feed .container {
  position: relative; }
  #page-feed .container .temp-line {
    border-left: solid 2px #DDDDDD;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 5%;
    top: 0;
    margin-top: -20px; }
  #page-feed .container .temp-dot {
    position: relative;
    color: #008DCC;
    margin-left: 5%;
    margin-top: -24px;
    margin-bottom: 20px;
    padding-left: 10px; }
    #page-feed .container .temp-dot:after {
      content: '';
      width: 8px;
      height: 8px;
      background: #008DCC;
      border-radius: 50%;
      position: absolute;
      top: 4px;
      left: -3px; }

#page-feed .feed-container {
  padding-top: 0px; }
  #page-feed .feed-container .item {
    padding: 15px 35px 35px 25px;
    margin: 0px 0 20px 0;
    background: #FFFFFF;
    color: #4E4E4E;
    position: relative;
    color: #333333;
    font-size: 16px; }
    #page-feed .feed-container .item .button-document {
      text-transform: uppercase;
      color: #06447e;
      font-weight: bold;
      font-family: 'aauxmedium';
      font-size: 13px;
      position: relative;
      margin-top: 20px;
      padding: 13px 10px 13px 45px;
      display: block; }
      #page-feed .feed-container .item .button-document:after {
        content: '';
        background: url("../images/document.svg?v=1") 0 0 no-repeat;
        background-size: contain;
        width: 25px;
        height: 38px;
        position: absolute;
        top: 7px;
        left: 10px; }
    #page-feed .feed-container .item .social-video {
      margin-left: -25px;
      margin-right: -35px;
      width: calc(100% + 25px + 35px);
      width: -webkit-calc(100% + 25px + 35px);
      height: 54vw;
      margin-bottom: 10px; }
    #page-feed .feed-container .item .from {
      color: #008dcc;
      font-family: 'aauxmedium'; }
    #page-feed .feed-container .item .title {
      color: #008dcc;
      font-family: 'aauxmedium';
      padding-bottom: 10px; }
    #page-feed .feed-container .item .from-name {
      color: #1a1a1a;
      font-size: 20px; }
    #page-feed .feed-container .item .question {
      padding-bottom: 15px; }
      #page-feed .feed-container .item .question .bold {
        color: #008dcc;
        font-weight: bold; }
    #page-feed .feed-container .item .message-box {
      margin-top: 10px;
      position: relative; }
    #page-feed .feed-container .item .button-open-message {
      position: absolute;
      bottom: 10px;
      right: 20px;
      text-transform: uppercase;
      color: #06447e;
      font-weight: bold;
      font-family: 'aauxmedium';
      font-size: 13px; }
    #page-feed .feed-container .item .button-starr {
      position: absolute;
      right: 22px;
      top: 15px;
      background-image: url("../images/starr.svg?v=1");
      width: 20px;
      height: 20px;
      /*
                &:after {
                    background-image: url('../images/starr.svg');                 
                }
                
                &.selected {
                    &:after {
                        background-image: url('../images/starr_selected.svg');
                    }   
                }*/ }
      #page-feed .feed-container .item .button-starr.selected {
        background-image: url("../images/starr_selected.svg?v=1"); }
    #page-feed .feed-container .item .button-delete {
      /*right: 10px;
                
                &:after {
                    background-size: 40%;
                    background-image: url('../images/cross.svg');                 
                }*/
      display: none; }
    #page-feed .feed-container .item .high-fives-group {
      position: relative;
      padding-left: 40px;
      display: block;
      line-height: 34px; }
      #page-feed .feed-container .item .high-fives-group .high-fives {
        height: 34px;
        width: 34px;
        background: url("../images/high_five.svg?v=1") 50% 50% no-repeat;
        position: absolute;
        left: 0;
        top: 0px; }
      #page-feed .feed-container .item .high-fives-group .number {
        font-weight: bold;
        color: #008dcc; }

#page-feed.starred .feed-container .button-delete, #page-feed.history .feed-container .button-delete {
  display: none; }

#page-feed.starred .feed-container .button-starr, #page-feed.history .feed-container .button-starr {
  right: 10px; }

#page-welcome {
  padding-top: 0; }
  #page-welcome h1 {
    font-family: 'aaux_lightregular';
    font-size: 45px;
    text-align: center; }
  #page-welcome .subtitle {
    position: relative;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin-bottom: 85px; }
  #page-welcome .long-text {
    text-align: center;
    padding: 0 20px;
    font-size: 19px;
    color: #FFFFFF; }

#page-welcome-video .social-video {
  width: 94%;
  height: 50vw;
  margin: 20px auto 0 auto;
  display: block;
  text-align: center; }

#page-survey {
  padding: 0;
  margin-top: -25px; }
  #page-survey:after {
    background: url(../images/background_top.png?v=1) 50% 0% no-repeat;
    background-size: 100% 164px;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: 100; }
  #page-survey:before {
    content: '';
    background: -moz-linear-gradient(top, rgba(240, 240, 240, 0.02) 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0.02) 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0.02) 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05f0f0f0', endColorstr='#f0f0f0',GradientType=0 );
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 120; }
  #page-survey input::-webkit-input-placeholder {
    color: #333333; }
  #page-survey input:-moz-placeholder {
    color: #333333; }
  #page-survey input::-moz-placeholder {
    color: #333333; }
  #page-survey input:-ms-input-placeholder {
    color: #333333; }
  #page-survey .button.bottom {
    background: #008DCC; }
  #page-survey .pages {
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 101; }
    #page-survey .pages .item {
      margin: 0 2px;
      font-family: 'aaux_lightregular';
      font-size: 26px;
      line-height: 44px;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #FFFFFF;
      color: #008DCC; }
      #page-survey .pages .item.selected {
        background-color: #008DCC;
        color: #FFFFFF; }
  #page-survey .contents {
    padding-top: 30px; }
    #page-survey .contents .item {
      display: none;
      padding-bottom: 60px; }
      #page-survey .contents .item.active {
        display: block; }
      #page-survey .contents .item .intro {
        padding: 90px 60px 15px 60px;
        font-weight: bold;
        font-size: 26px;
        text-align: center;
        color: #008dcc; }
      #page-survey .contents .item .intro-detail {
        text-align: center;
        font-size: 19px;
        padding: 0 15px;
        color: #333333; }
      #page-survey .contents .item .question {
        text-align: center;
        font-size: 19px;
        padding: 30px 15px 0 15px;
        height: 160px;
        color: #333333; }
      #page-survey .contents .item .answers {
        width: 150px;
        margin: 0 auto; }
        #page-survey .contents .item .answers.full {
          width: 100%;
          text-align: center;
          font-size: 0; }
        #page-survey .contents .item .answers .form-group {
          height: 35px; }
        #page-survey .contents .item .answers .form-label {
          line-height: 38px;
          padding: 0px 0px 0px 5px;
          font-size: 16px;
          display: block;
          text-transform: uppercase;
          font-weight: bold;
          color: #06447e; }
        #page-survey .contents .item .answers textarea {
          background: #DDDDDD;
          border-bottom: none;
          border-radius: 6px;
          padding: 5px 10px;
          color: #979797 !important; }
          #page-survey .contents .item .answers textarea::-webkit-input-placeholder {
            color: #979797 !important; }
          #page-survey .contents .item .answers textarea:-moz-placeholder {
            /* Firefox 18- */
            color: #979797 !important; }
          #page-survey .contents .item .answers textarea::-moz-placeholder {
            /* Firefox 19+ */
            color: #979797 !important; }
          #page-survey .contents .item .answers textarea:-ms-input-placeholder {
            color: #979797 !important; }
        #page-survey .contents .item .answers .form-input {
          font-size: 18px; }
        #page-survey .contents .item .answers .two-lines {
          max-width: 100px;
          line-height: 20px; }
        #page-survey .contents .item .answers .section-below {
          padding-bottom: 20px;
          border-bottom: 2px solid #fff;
          margin-bottom: 20px; }
        #page-survey .contents .item .answers .question-title-small {
          font-size: 14px;
          text-transform: uppercase;
          margin-bottom: 20px;
          color: #333333; }
        #page-survey .contents .item .answers .question-title {
          font-size: 17px;
          margin-bottom: 20px;
          color: #333333; }
        #page-survey .contents .item .answers input {
          font-family: 'aaux_lightregular';
          color: #333333 !important; }
          #page-survey .contents .item .answers input.margin-top {
            margin-top: 20px; }
        #page-survey .contents .item .answers .date {
          margin-bottom: 70px; }
          #page-survey .contents .item .answers .date input {
            width: 28%;
            text-align: center; }
          #page-survey .contents .item .answers .date span {
            display: inline-block;
            width: 10px;
            border-top: 1px solid #fff;
            padding-bottom: 4px;
            margin: 0 2px; }
      #page-survey .contents .item .button {
        color: #fff;
        z-index: 130; }
      #page-survey .contents .item .img-box-wrap {
        width: 96px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin: 9px;
        position: relative; }
        #page-survey .contents .item .img-box-wrap.selected:after {
          content: '';
          width: 96px;
          height: 96px;
          background: url("../images/survey_mask.png?v=1");
          position: absolute;
          top: 0;
          left: 0; }
        #page-survey .contents .item .img-box-wrap.selected .img-box {
          box-shadow: none; }
        #page-survey .contents .item .img-box-wrap .img-box {
          width: 96px;
          height: 96px;
          background-size: cover;
          background-posistion: 50% 50%;
          border-radius: 4px;
          background-color: #FFFFFF;
          -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }
        #page-survey .contents .item .img-box-wrap .box-title {
          font-size: 15px;
          color: #06447e;
          font-family: 'aauxmedium';
          padding-top: 5px; }
    #page-survey .contents #item2.patient .answers {
      width: 250px; }
    #page-survey .contents #item3.patient .answers {
      width: 300px; }
    #page-survey .contents #item1.caregiver .answers {
      width: 330px; }
    #page-survey .contents #item3.caregiver .answers {
      width: 330px; }
    #page-survey .contents #item4.caregiver .answers {
      width: 330px; }

/* FORMS */
.form-container.inline-labels .form-group {
  padding-left: 120px; }

.form-container.inline-labels .form-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px; }

.form-container.inline-labels .form-input {
  float: left;
  width: 100%; }

.form-container .checkbox, .form-container .radio {
  position: relative;
  padding-left: 0 !important; }
  .form-container .checkbox .form-input, .form-container .checkbox .form-label, .form-container .radio .form-input, .form-container .radio .form-label {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
    position: relative !important;
    left: 0 !important; }
  .form-container .checkbox .form-input, .form-container .radio .form-input {
    width: 40px;
    opacity: 0 !important;
    z-index: 3;
    position: relative;
    cursor: pointer; }
    .form-container .checkbox .form-input:checked + .form-label:after, .form-container .radio .form-input:checked + .form-label:after {
      content: " ";
      background: url("../images/survey_check.svg?v=1") 50% 50% no-repeat;
      background-size: 26px 26px;
      background-color: #dddddd; }
  .form-container .checkbox .form-label, .form-container .radio .form-label {
    position: relative;
    z-index: 2; }
    .form-container .checkbox .form-label:after, .form-container .radio .form-label:after {
      content: '';
      position: absolute;
      top: 0;
      left: -44px;
      width: 36px;
      height: 36px;
      background: #dddddd;
      opacity: 1;
      cursor: pointer; }

.form-container .radio .form-label:after, .form-container .checkbox .form-label:after {
  border-radius: 4px; }

.form-container input[type="text"].input-error {
  -webkit-box-shadow: 0px 0px 9px 1px #f21f49;
  -moz-box-shadow: 0px 0px 9px 1px #f21f49;
  box-shadow: 0px 0px 9px 1px #f21f49; }

.form-container .input-error.form-group {
  background: transparent !important; }
  .form-container .input-error.form-group .form-label:after {
    -webkit-box-shadow: 0px 0px 9px 1px #f21f49;
    -moz-box-shadow: 0px 0px 9px 1px #f21f49;
    box-shadow: 0px 0px 9px 1px #f21f49; }

.form-container .form-message {
  color: #FFF;
  padding: 5px 10px;
  margin: 20px 0;
  display: block;
  text-align: center;
  font-size: 14px; }
  .form-container .form-message.error {
    color: #FF0000;
    background: #F2E6E6; }
  .form-container .form-message.success {
    background: #090;
    color: #00FF00; }

@media screen and (min-width: 768px) {
  .form-container .form-row .form-group {
    padding-right: 10px; }
    .form-container .form-row .form-group:last-child {
      padding-right: 0; } }

.form-container .form-group {
  margin-bottom: 20px;
  position: relative; }

.form-container .form-label {
  line-height: 25px;
  padding: 0px 0px 0px 5px;
  font-size: 14px;
  display: block; }

.form-container .form-input {
  background: transparent;
  border: none;
  border-bottom: solid 1px #70b0ca;
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding: 0px 3px;
  font-size: 16px;
  font-family: 'aaux_proregular_osfregular';
  color: #FFFFFF !important; }
  .form-container .form-input:focus {
    opacity: 0.9; }

.form-container textarea.form-input {
  height: 150px; }

.form-container .form-file-wrap {
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .form-container .form-file-wrap .button {
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
    width: 100px; }
  .form-container .form-file-wrap .file-value {
    background: #FFFFFF;
    border: solid 1px #4E4E4E;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    margin-right: 10px;
    padding: 0px 3px;
    overflow: hidden; }
  .form-container .form-file-wrap input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: solid 1px red;
    cursor: pointer;
    opacity: 0; }

::-webkit-input-placeholder {
  color: #FFFFFF; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF; }

:-ms-input-placeholder {
  color: #FFFFFF; }

.aygmaps {
  width: 100%;
  height: 404px; }
  @media screen and (max-width: 1020px) {
    .aygmaps {
      height: 300px; } }

#video {
  width: 100%;
  height: 400px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000; }

/* others */
.container {
  z-index: 100;
  position: relative; }
