/* ==|== mobile first =======================================================
 * Author: Evo Stamatov ( Ionata Web Solutions - ionata.com.au )
 * ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');}

body {font-family: 'Open Sans', sans-serif !important;}
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* =============================================================================
 * HTML5 display definitions
 * ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
 * Base
 * ========================================================================== */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222222;
}

::-moz-selection {
  background: #fe57a1;
  color: white;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: white;
  text-shadow: none;
}

/* =============================================================================
 * Links
 * ========================================================================== */
a, a:visited {
  color: #0069d6;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}

a:hover {
  color: #00438a;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

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

/* =============================================================================
 * Typography
 * ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ffff99;
  color: black;
  text-decoration: none;
}

mark {
  background: yellow;
  color: black;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figure {
  margin: 0;
}

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

/* =============================================================================
 * Lists
 * ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  margin: 0;
}

/* =============================================================================
 * Embedded content
 * ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
 * Forms
 * ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
 * Tables
 * ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* === Blog page === */
/* === Blog page === */
/* === Global === */
.print-only, .screen-reader {
  display: none;
  height: 0;
  width: 0;
  visibility: hidden;
}

.no-text {
  display: block;
  line-height: 1000px;
  overflow: hidden;
}

::-moz-selection {
  background-color: #184370;
}

::selection {
  background-color: #184370;
}
.survey-sub-question1{
  display:none;
}
.survey-sub-question2{
  display:none;
}
.survey-sub-questionopen1{
  display:none;
}
.survey-sub-questionopen2{
  display:none;
}
.survey-sub-questionclose1{
  display:none;
}
.survey-sub-questionclose2{
  display:none;
}

.button {
  background-color: #f9b910;
  border: none;
  color: white;
  font-size: 0.77778em;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.button input, .button button {
  background: #f9b910;
  border: none;
  color: white;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  text-transform: uppercase;
  width: 100%;
}
.button.default, .button input.default, .button button.default {
  background-color: #65a0d6;
  color: white;
}
.button:hover, .button:focus {
  background-color: #184370;
  color: white;
  text-decoration: none;
}
.button:hover input, .button:hover button, .button:focus input, .button:focus button {
  background-color: #184370;
  color: white;
}
.button:visited {
  color: white;
}

a.button {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  padding: 0 6px;
}

.buttons-row {
  margin: 10px 0;
}

.with-arrow {
  margin: 0 5px 0 0;
}
.with-arrow:after {
  border: solid transparent;
  border-width: 9px;
  border-left-color: #f9b910;
  border-left-width: 5px;
  border-right-width: 0;
  content: " ";
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
}
.with-arrow:hover:after, .with-arrow:focus:after {
  border-left-color: #184370;
}

.pos40 {
  margin-top: 40px !important;
}

em {
  font-style: italic;
}

a {
  color: #65a0d6;
}
a:visited {
  color: #65a0d6;
}

.actions a.delete {
  color: #bc0b0b;
  padding-left: 5px;
  padding-right: 5px;
}
.actions a.delete:hover {
  background-color: #bc0b0b;
  color: white;
  text-decoration: none;
}

.actions h4 + ul a.delete {
  margin-left: -5px;
}
.actions a.disabled {
  color: #b2b2b2;
}
.actions a.disabled:hover {
  background-color: transparent;
  color: #b2b2b2;
  cursor: text;
  text-decoration: none;
}

.fade-overlay {
  background-color: white;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/* === Messages === */
.message, .alert-message {
    background-color: #cad839;
  padding: 10px;
    color: #174471;
    font-size: 18px;
}
.message .button, .alert-message .button {
  font-size: 1em;
}

.alert-message.error {
  background-color: #f9d5d7;
  border: 1px solid #bc0b0b;
  color: black;
}

.page-content > .message, .page-content > .alert-message {
  margin: 0 20px;
}

#company_report .remove .glyphicon-remove {
    color:red;
    margin-top: 4px;
} 

.risk_report{
  padding-top:  10px;
}

/* === WIP === */
.-wip-spliced {
  color: #b2b2b2;
  font-size: 0.83333em;
  margin: 1em;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .hidden-on-mobile, .hidden-on-mobile-and-tablet {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }
}
@media only screen and (min-width: 560px) {
  .non-hidden-on-mobile, .non-hidden-on-mobile-and-tablet {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  /* === Page sidebar === */
  .page-sidebar {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 560px) and (max-width: 1020px) {
  .hidden-on-tablet, .hidden-on-mobile-and-tablet {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }
}
@media only screen and (min-width: 1020px) {
  .buttons-row {
    margin: 10px 0;
  }

  .neg50 {
    margin-top: -50px !important;
  }

  .neg60 {
    margin-top: -60px !important;
  }

  .non-hidden-on-tablet, .non-hidden-on-mobile-and-tablet {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  .mobile-only {
    display: none;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }

  .-wip-spliced {
    font-size: 1em;
  }

  .layout-content > .message, .layout-content > .alert-message {
    margin: 0 auto;
    text-align: center;
  }
}
/* === Blog page === */
/* === Chosen === */
.chzn-select {
  min-width: 100px;
}

.chzn-container .chzn-results li {
  float: none;
}

.chzn-always-open + .chzn-container .chzn-single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-always-open + .chzn-container .chzn-drop {
  left: 0;
  position: relative;
}

/* === Blog page === */
/* === Layout === */
body {
  -webkit-text-size-adjust: 100%;
  /*font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

.layout-content {
  min-height: 320px;
}
.layout-content img {
  height: auto;
  max-width: 100%;
}

.empty-content p {
  margin: 1em 0;
}

@media only screen and (min-width: 1020px) {
  html, body {
    min-height: 100%;
  }

  body {
    background-color: #4772a2;
    background-image: -webkit-linear-gradient(45deg, #4772a2, #4772a2);
    background-image: -moz-linear-gradient(45deg, #4772a2, #4772a2);
    background-image: -o-linear-gradient(45deg, #4772a2, #4772a2);
    background-image: linear-gradient(45deg, #4772a2, #4772a2);
    background-repeat: no-repeat;
    color: #666666;
    font-size: 15px;
  }

  /* === Wrapper === */
  #wrapper {
    max-width: 960px;
    _width: 960px;
    background-color: white;
    margin: 44px auto;
    padding: 0 30px;
  }

  /* === Container === */
  #container {
    *zoom: 1;
    max-width: 940px;
    _width: 940px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  #container:after {
    content: "";
    display: table;
    clear: both;
  }

  /* === Logged-in layout === */
  .main, section.generic, .home-page, .generic-page {
    *zoom: 1;
  }
  .main:before, .main:after, section.generic:before, section.generic:after, .home-page:before, .home-page:after, .generic-page:before, .generic-page:after {
    content: " ";
    display: table;
  }
  .main:after, section.generic:after, .home-page:after, .generic-page:after {
    clear: both;
  }

  .page-content {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    margin-top: 20px;
    position: relative;
  }

  .page-sidebar {
    width: 23.40426%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
    padding: 0;
  }

  /* === Full Width Page Content === */
  body.full-width-page-content .page-content {
    display: block;
    float: none;
    margin-right: 0;
    width: auto;
  }

  /* === Form layout === */
  body.form-layout .generic-page {
    margin-left: 19.14894%;
  }
}
/* === Blog page === */
/* === jQuery-UI === */
.ui-corner-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ui-widget-header {
  background: #184370;
  border: none;
  color: white;
}

.ui-widget-content {
  border-color: #184370;
}

.ui-dialog {
  font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.2em 0.3em 0.2em 1em;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  background: #184370;
  border: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  background: #f9b910;
  color: black;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
  background: #65a0d6;
  color: white;
}

.ui-datepicker {
  z-index: 9999;
}

@media only screen and (min-width: 1020px) {
  .ui-dialog {
    font-size: 15px;
  }
}
/* === Blog page === */
/* === Header === */
header.main {
  *zoom: 1;
  background-color: white;
}
header.main:before, header.main:after {
  content: " ";
  display: table;
}
header.main:after {
  clear: both;
}

/* === Blog page === */
/* === Navigation === */
#header-nav {
  *zoom: 1;
  width: 100%;
}
#header-nav:before, #header-nav:after {
  content: " ";
  display: table;
}
#header-nav:after {
  clear: both;
}

/* === Main Navigation === */
#menu-main-nav {
  font-size: 1em;
  padding: 0 12px;
  text-align: left;
}
#menu-main-nav li {
  display: inline-block;
  float: none;
  margin-top: -1px;
  padding-top: 0.66667em;
}
#menu-main-nav a {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  color: #65a0d6;
  display: block;
  line-height: 1.55556em;
  padding: 0 0.44444em;
  text-decoration: none;
  text-transform: uppercase;
}
#menu-main-nav .current-menu-item {
  background-image: url('/assets/images/global/menu-pointer.png');
  background-repeat: no-repeat;
  background-position: center top;
}
#menu-main-nav .current-menu-item a {
  color: #174471;
}
#menu-main-nav li:hover > a,
#menu-main-nav a:focus {
  background: #174471;
  color: white;
}

/* === Right Navigation === */
#menu-right {
  padding-top: 11px;
  font-size: 0.88889em;
  width: 100%;
  text-align: right;
}
#menu-right li {
  display: inline-block;
  float: none;
}
#menu-right a {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  color: #4d4d4d;
  display: block;
  line-height: 1.75em;
  text-decoration: none;
}
#menu-right i {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  padding-right: 0.4375em;
  vertical-align: baseline;
}
#menu-right li > a {
  padding: 0 0.5em;
  text-transform: uppercase;
}
#menu-right .login i, #menu-right .my-profile i {
  background-image: url('/assets/images/global/icon-login.png');
  height: 19px;
  margin-bottom: -4px;
  width: 21px;
}
#menu-right .logout i {
  background-image: url('/assets/images/global/icon-logout.png');
  height: 16px;
  margin-bottom: -3px;
  width: 17px;
}
#menu-right .twitter, #menu-right .facebook, #menu-right .youtube, #menu-right .logout, #menu-right .my-profile {
  display: none;
}
#menu-right li:hover > a,
#menu-right a:focus {
  background: #174471;
  color: white;
}
#menu-right .login:hover > a i, #menu-right .login > a:focus i, #menu-right .my-profile:hover > a i, #menu-right .my-profile > a:focus i {
  background-image: url('/assets/images/global/icon-login-hl.png');
}
#menu-right .logout:hover i, #menu-right .logout a:focus i {
  background-image: url('/assets/images/global/icon-logout-hl.png');
}

/* === Top Bar Navigation === */
#border-nav {
  background-color: #174471;
  font-size: 0.83333em;
  min-height: 48px;
  line-height: 48px;
  padding: 0 1.11111em;
}
#border-nav .menu a, #border-nav .show-actions-menu {
  color: #b3d0ed;
  text-transform: uppercase;
}
#border-nav .menu a:hover, #border-nav .show-actions-menu:hover {
  color: white;
}
#border-nav .menu li {
  margin-right: 0.66667em;
}
#border-nav .show-actions-menu {
  background-image: url('/assets/images/global/border-nav-menu.png');
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  min-width: 48px;
  overflow: hidden;
  padding-left: 32px;
}
#border-nav .show-actions-menu:hover {
  background-image: url('/assets/images/global/border-nav-menu-hl.png');
  text-decoration: none;
}

@media only screen and (min-width: 560px) {
  /* === Main Navigation === */
  #menu-main-nav {
    float: left;
  }

  /* === Right Navigation === */
  #menu-right {
    float: right;
    width: auto;
    margin-right: 20px;
  }
  #menu-right li {
    float: left;
  }
  #menu-right .login {
    position: relative;
  }
  #menu-right .twitter, #menu-right .facebook, #menu-right .youtube {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
  }
  #menu-right .twitter a, #menu-right .facebook a, #menu-right .youtube a {
    height: 27px;
    padding: 0 0.25em;
    width: 27px;
  }
  #menu-right .twitter i, #menu-right .facebook i, #menu-right .youtube i {
    background-position: top left;
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
  }
  #menu-right .twitter {
    border-left: 1px solid #e2e2e2;
  }
  #menu-right .twitter a {
    padding-left: 0.5em;
  }
  #menu-right .twitter i {
    background-image: url('/assets/images/global/icon-twitter.png');
  }
  #menu-right .facebook i {
    background-image: url('/assets/images/global/icon-facebook.png');
  }
  #menu-right .youtube i {
    background-image: url('/assets/images/global/icon-youtube.png');
  }
  #menu-right .twitter:hover > a i,
  #menu-right .twitter a:focus i {
    background-image: url('/assets/images/global/icon-twitter-hl.png');
  }
  #menu-right .facebook:hover > a i,
  #menu-right .facebook a:focus i {
    background-image: url('/assets/images/global/icon-facebook-hl.png');
  }
  #menu-right .youtube:hover > a i,
  #menu-right .youtube a:focus i {
    background-image: url('/assets/images/global/icon-youtube-hl.png');
  }
  #menu-right .twitter:hover > a,
  #menu-right .twitter a:focus, #menu-right .facebook:hover > a,
  #menu-right .facebook a:focus, #menu-right .youtube:hover > a,
  #menu-right .youtube a:focus {
    background: transparent;
  }
}
@media only screen and (max-width: 1020px) {
  #border-nav .avatar {
    display: none;
  }
}
@media only screen and (min-width: 1020px) {
  /* === Main Navigation === */
  #menu-main-nav {
    padding-left: 19.14894%;
  }
  #menu-main-nav a {
    line-height: 1.86667em;
    padding: 0 0.6em;
  }

  /* === Right Navigation === */
  #menu-right {
    font-size: 0.86667em;
  }
  #menu-right a {
    line-height: 2.15385em;
  }
  #menu-right li > a {
    padding: 0 0.69231em;
  }
  #menu-right .login i {
    padding-right: 0.53846em;
  }
  #menu-right .twitter a, #menu-right .facebook a, #menu-right .youtube a {
    padding: 0 0.34615em;
  }
  #menu-right .twitter a {
    padding-left: 0.69231em;
  }

  /* === Top Bar Navigation === */
  #border-nav {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    height: 48px;
    overflow: visible;
    position: relative;
  }
  #border-nav .show-actions-menu {
    display: none;
  }
  #border-nav .slide-wrapper {
    display: block !important;
  }
  #border-nav .slide-container {
    display: block !important;
    height: 100%;
    position: relative;
    width: 100%;
  }
}
/* === Blog page === */
/* === Login popup === */
#login-popup {
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  width: 100%;
  z-index: 99;
}
#login-popup form > div {
  background-color: #e2e2e2;
  background-image: url('/assets/images/global/login-top.png');
  background-position: center 20px;
  background-repeat: no-repeat;
  padding: 70px 20px 20px;
  position: relative;
}

#login-popup label, .login-form-wrapper label {
  display: block;
  margin-top: 5px;
  width: 100%;
}
#login-popup input[type="email"], #login-popup input[type="password"], .login-form-wrapper input[type="email"], .login-form-wrapper input[type="password"] {
  border: 0;
  margin: 0;
  padding: 4px 3%;
  width: 94%;
}
#login-popup .buttons-row, .login-form-wrapper .buttons-row {
  *zoom: 1;
  margin-top: 13px;
}
#login-popup .buttons-row:before, #login-popup .buttons-row:after, .login-form-wrapper .buttons-row:before, .login-form-wrapper .buttons-row:after {
  content: " ";
  display: table;
}
#login-popup .buttons-row:after, .login-form-wrapper .buttons-row:after {
  clear: both;
}
#login-popup .secondary, .login-form-wrapper .secondary {
  float: left;
  font-size: 1.125em;
}
#login-popup .secondary a, .login-form-wrapper .secondary a {
  color: #b2b2b2;
  display: block;
  line-height: 1.3;
}
#login-popup .secondary a:hover, #login-popup .secondary a:focus, .login-form-wrapper .secondary a:hover, .login-form-wrapper .secondary a:focus {
  color: #4d4d4d;
}
#login-popup .primary, .login-form-wrapper .primary {
  float: right;
}
#login-popup .submit, .login-form-wrapper .submit {
  -webkit-appearance: none;
  border-radius: 0;
  height: 46px;
  margin: 0 5px 0 0;
  position: relative;
  width: 100px;
}
#login-popup .submit input, .login-form-wrapper .submit input {
  background: #f9b910;
  border: 0;
  color: white;
  height: 100%;
  width: 100%;
}
#login-popup .submit:after, .login-form-wrapper .submit:after {
  border: solid transparent;
  border-width: 23px;
  border-left-color: #f9b910;
  border-left-width: 5px;
  border-right-width: 0;
  content: " ";
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
}
#login-popup .logging-in-message, .login-form-wrapper .logging-in-message {
  display: block;
  height: 0;
  text-align: center;
  visibility: hidden;
}

.login-form-wrapper input[type="email"], .login-form-wrapper input[type="password"] {
  border: 1px solid #b2b2b2;
}

#login-popup, .menu-padder {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}

body.login-popup #login-popup, body.login-popup .menu-padder {
  height: 211px;
}

body.logging-in #login-popup .form-contents {
  visibility: hidden;
  height: 0;
}
body.logging-in #login-popup .logging-in-message {
  height: auto;
  visibility: visible;
}

body.logged-in #menu-right .login {
  display: none;
}
body.logged-in #menu-right .logout, body.logged-in #menu-right .my-profile {
  display: inline-block;
}

@media only screen and (min-width: 560px) {
  /* === Login Popup === */
  #login-popup {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    left: auto;
    margin-top: 9px;
    overflow: visible;
    visibility: hidden;
    width: 320px;
  }

  body.login-form .generic-page {
    margin: 0 auto;
    width: 440px;
  }

  .menu-padder {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
  }

  .pointer {
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 87px;
  }
  .pointer:after {
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: #e2e2e2;
    border-bottom-width: 9px;
    border-top-width: 0;
    content: " ";
    height: 0;
    left: 50%;
    position: absolute;
    top: -9px;
    width: 0;
  }

  body.login-popup .menu-padder {
    height: 0;
  }
  body.login-popup #login-popup {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    height: 211px;
    visibility: visible;
  }
}
@media only screen and (min-width: 1020px) {
  /* === Login popup === */
  #login-popup {
    width: 204px;
  }
  #login-popup .secondary {
    font-size: 0.84615em;
  }
  #login-popup .submit {
    height: 26px;
    width: 54px;
  }
  #login-popup .submit:after {
    border-width: 13px;
    border-left-width: 5px;
  }

  body.login-form .generic-page {
    margin-top: 40px;
    padding-right: 0;
    width: 50%;
  }
  body.login-form .generic-page .page-content {
    margin-top: 0;
    width: 100%;
  }
}
/* === Blog page === */
/* === User Actions === */
#user-actions,
#logged-in-actions {
  *zoom: 1;
  position: relative;
}
#user-actions:before, #user-actions:after,
#logged-in-actions:before,
#logged-in-actions:after {
  content: " ";
  display: table;
}
#user-actions:after,
#logged-in-actions:after {
  clear: both;
}

#user-actions {
  float: left;
  z-index: 10;
}

#logged-in-actions .menu {
  float: right;
}

#user-actions,
#logged-in-actions .menu {
  width: 49%;
}
#user-actions li,
#logged-in-actions .menu li {
  float: none;
}
#user-actions a,
#logged-in-actions .menu a {
  display: block;
  line-height: 1.6em;
}
#user-actions a:hover,
#logged-in-actions .menu a:hover {
  text-decoration: none;
}
#user-actions.visible,
#logged-in-actions .menu.visible {
  margin-bottom: 10px;
}

#user-actions .box .badge {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f79000;
  color: white;
  font-size: 0.77778em;
  font-weight: 600;
  height: 1.71429em;
  line-height: 1.71429em;
  text-align: center;
  width: 1.71429em;
  display: inline-block;
  margin-right: 5px;
}

/* === Switch-user form === */
#switch-user-form {
  *zoom: 1;
  width: 100%;
  display: none;
  margin-top: 1em;
}
#switch-user-form:before, #switch-user-form:after {
  content: " ";
  display: table;
}
#switch-user-form:after {
  clear: both;
}
#switch-user-form.visible {
  display: block;
}
#switch-user-form .no-companies {
  color: white;
}
#switch-user-form label {
  position: relative;
}
#switch-user-form .input {
  float: left;
  margin-left: 2%;
}
#switch-user-form .input:first-child {
  margin-left: 0;
}
#switch-user-form .input {
  width: 100%;
}
#switch-user-form .input input, #switch-user-form .input select {
  width: 100%;
}
#switch-user-form .has-users .input {
  width: 49%;
}
#switch-user-form .submit {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  width: auto;
}
#switch-user-form .submit input {
  background-color: transparent;
  background-image: url('/assets/images/global/icon-refresh.png');
  background-position: 10px center;
  background-repeat: no-repeat;
  border: none;
  max-width: 100%;
  min-height: 18px;
  min-width: 20px;
  padding: 9px 9px 9px 40px;
}

@media only screen and (max-width: 1020px) {
  #user-actions {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 1020px) {
  /* === Border nav actions === */
  #user-actions,
  #logged-in-actions {
    position: relative;
    left: 0;
  }

  #user-actions {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: visibility, opacity;
    -moz-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
  }

  #logged-in-actions {
    visibility: hidden;
  }

  #border-nav .avatar {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: visibility, opacity, top;
    -moz-transition-property: visibility, opacity, top;
    -o-transition-property: visibility, opacity, top;
    transition-property: visibility, opacity, top;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  #border-nav .slide-wrapper {
    height: 48px;
  }
  #border-nav .slide-container {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    position: relative;
    top: 0;
  }
  #border-nav.border-nav-swapping .slide-wrapper {
    overflow: hidden;
  }
  #border-nav.border-nav-swapping #user-actions,
  #border-nav.border-nav-swapping #logged-in-actions {
    visibility: visible;
  }
  #border-nav.border-nav-swapped .avatar {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    top: -48px;
  }
  #border-nav.border-nav-swapped .slide-container {
    top: -48px;
  }
  #border-nav.border-nav-swapped #user-actions {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #border-nav.border-nav-swapped #logged-in-actions {
    visibility: visible;
  }

  #user-actions,
  #logged-in-actions .menu {
    float: none;
    width: auto;
  }

  #user-actions a,
  #logged-in-actions .menu a {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    float: left;
    line-height: 48px;
    padding: 0 10px;
    position: relative;
  }

  /* === Logged-in actions === */
  #logged-in-actions .menu {
    display: block;
    height: 48px;
    margin-right: 44px;
    overflow: hidden;
  }
  #logged-in-actions .menu li {
    float: left;
    height: 48px;
    margin: 0;
  }
  #logged-in-actions .menu li a:before {
    border-left: 1px solid white;
    content: "";
    height: 1em;
    margin-left: -10px;
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
    width: 0;
  }
  #logged-in-actions .menu li:first-child a {
    padding-left: 0;
  }
  #logged-in-actions .menu li:first-child a:before {
    border-left: none;
  }
  #logged-in-actions .menu li:last-child a {
    padding-right: 0;
  }

  /* === Switch-user form === */
  #switch-user-form {
    width: 266px;
  }
  #switch-user-form .no-companies {
    float: right;
  }

  /* === User actions === */
  #user-actions a .padder {
    position: relative;
  }
  #user-actions a .title {
    padding-left: 37px;
  }
  #user-actions a i {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: opacity, scale, left;
    -moz-transition-property: opacity, scale, left;
    -o-transition-property: opacity, scale, left;
    transition-property: opacity, scale, left;
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 34px;
  }
  #user-actions a i:after {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #user-actions a:hover i:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  #user-actions a.summary i {
    background-image: url('/assets/images/global/icon-border-summary.png');
  }
  #user-actions a.summary i:after {
    background-image: url('/assets/images/global/icon-border-summary-hl.png');
  }
  #user-actions a.hwork i {
    background-image: url('/assets/images/global/icon-border-homework.png');
  }
  #user-actions a.hwork i:after {
    background-image: url('/assets/images/global/icon-border-homework-hl.png');
  }
  #user-actions a.messages i {
    background-image: url('/assets/images/global/icon-border-messages.png');
  }
  #user-actions a.messages i:after {
    background-image: url('/assets/images/global/icon-border-messages-hl.png');
  }
  #user-actions a.hb-tips i {
    background-image: url('/assets/images/global/icon-border-hb-tips.png');
  }
  #user-actions a.hb-tips i:after {
    background-image: url('/assets/images/global/icon-border-hb-tips-hl.png');
  }
  #user-actions a.tips i {
    background-image: url('/assets/images/global/icon-border-tips.png');
  }
  #user-actions a.tips i:after {
    background-image: url('/assets/images/global/icon-border-tips-hl.png');
  }
  #user-actions a.inspiration i {
    background-image: url('/assets/images/global/icon-border-inspiration.png');
  }
  #user-actions a.inspiration i:after {
    background-image: url('/assets/images/global/icon-border-inspiration-hl.png');
  }
  #user-actions a.rewards i {
    background-image: url('/assets/images/global/icon-border-rewards.png');
  }
  #user-actions a.rewards i:after {
    background-image: url('/assets/images/global/icon-border-rewards-hl.png');
  }
  #user-actions a.bookings i {
    background-image: url('/assets/images/global/icon-border-bookings.png');
  }
  #user-actions a.bookings i:after {
    background-image: url('/assets/images/global/icon-border-bookings-hl.png');
  }
  #user-actions a:first-child {
    padding-left: 0;
  }
  #user-actions a:last-child {
    padding-right: 0;
  }
  #user-actions a .badge {
    position: absolute;
    z-index: 10;
    top: -11px;
    left: -9px;
  }

  /* === User-actions Avatar === */
  #border-nav .avatar {
    display: inline-block;
    width: 60px;
  }
  #border-nav .avatar .has-avatar {
    display: none;
  }
  #border-nav .avatar img, #border-nav .avatar .generic, #border-nav .avatar .hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-height: 60px;
    max-width: 60px;
  }
  #border-nav .avatar .generic, #border-nav .avatar .hover {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #4377a9;
    background-position: center center;
    background-size: 100% 100%;
    color: white;
    display: block;
    font-size: 0.86667em;
    height: 0px;
    margin: 0 auto;
    padding: 60px 20px 0;
    text-transform: lowercase;
    width: 20px;
  }
  #border-nav .avatar .generic {
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    background-image: url('/assets/images/global/avatar-generic@2x.png');
  }
  #border-nav .avatar .hover {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    background-image: url('/assets/images/global/avatar-update@2x.png');
    opacity: 0;
  }
  #border-nav .avatar:hover, #border-nav .avatar:focus {
    text-decoration: none;
  }
  #border-nav .avatar:hover .generic, #border-nav .avatar:focus .generic {
    background-color: #f9b910;
  }
  #border-nav .avatar:hover .hover, #border-nav .avatar:focus .hover {
    opacity: 0.9;
  }
  #border-nav .avatar {
    left: 40px;
    position: absolute;
    top: -6px;
    z-index: 20;
  }
  #border-nav .avatar img {
    left: 0;
    position: absolute;
    top: 0;
  }
  #border-nav .avatar .hover {
    line-height: 1.1;
    overflow: hidden;
    padding: 30px 0;
    text-align: center;
    width: 60px;
  }

  #user-actions {
    padding-left: 65px;
  }

  /* === Switching between actions buttons === */
  #border-nav .show-logged-in-menu, #border-nav .hide-logged-in-menu {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 48px;
    overflow: hidden;
    padding-left: 44px;
    text-indent: 1000px;
    width: 0;
  }
  #border-nav .show-logged-in-menu:after, #border-nav .hide-logged-in-menu:after {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #border-nav .show-logged-in-menu:hover:after, #border-nav .hide-logged-in-menu:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  #border-nav .show-logged-in-menu {
    background-image: url('/assets/images/global/icon-show-logged-in-actions-button.png');
  }
  #border-nav .hide-logged-in-menu {
    background-image: url('/assets/images/global/icon-show-user-actions-button.png');
    position: absolute;
    right: 0;
    top: 0;
  }
  #border-nav .show-logged-in-menu:after,
  #border-nav .hide-logged-in-menu:after {
    background-image: url('/assets/images/global/icon-glow.png');
  }
}
/* === Blog page === */
/* === Footer === */
footer.main {
  *zoom: 1;
  font-size: 0.66667em;
  margin: 1.66667em 0;
  padding: 0 20px;
  border-top: 48px solid #174471;
}
footer.main:before, footer.main:after {
  content: " ";
  display: table;
}
footer.main:after {
  clear: both;
}
footer.main .unlocking-life, footer.main .copy, footer.main #footer-nav {
  margin: 1.66667em 0;
}
footer.main .unlocking-life {
  display: block;
  line-height: 1000px;
  overflow: hidden;
  background-image: url('/assets/images/global/logo-footer-unlocking-life.png');
  height: 39px;
  width: 111px;
}
footer.main .healthy-business {
  display: none;
}

#footer-nav {
  *zoom: 1;
}
#footer-nav:before, #footer-nav:after {
  content: " ";
  display: table;
}
#footer-nav:after {
  clear: both;
}
#footer-nav li {
  margin-right: 0.83333em;
}

@media only screen and (min-width: 560px) {
  /* === Footer === */
  footer.main {
    background-color: #174471;
    border: none;
    color: white;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding-top: 0;
    text-transform: uppercase;
  }
  footer.main a {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    color: white;
  }
  footer.main a:hover, footer.main a:focus {
    color: #f9b910;
    text-decoration: none;
  }
  footer.main .maybe-left {
    float: left;
  }
  footer.main .maybe-right {
    float: right;
  }
  footer.main .healthy-business {
    display: block;
    line-height: 1000px;
    overflow: hidden;
    background-image: url('/assets/images/global/logo-footer-healthy-business.png');
    height: 48px;
    margin-top: -9px;
    width: 65px;
  }
  footer.main .copy, footer.main #footer-nav {
    margin: 0;
  }
  footer.main .copy, footer.main #footer-nav {
    float: left;
    margin-left: 0.83333em;
  }
  footer.main .unlocking-life {
    display: none;
  }
}
@media only screen and (min-width: 1020px) {
  /* === Footer === */
  footer.main {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 0.8em;
    margin-bottom: 0;
  }
  footer.main .healthy-business {
    margin-left: -30px;
  }
}
/* === Blog page === */
/* === Actions === */
/* == Mobile only titles == */
.filters, .sorting, .actions {
  margin: 0.55556em 0;
  position: relative;
  z-index: 30;
}
.filters h4, .sorting h4, .actions h4 {
  color: #f9b910;
  border-right: 3px solid #f9b910;
  padding-right: 0.55556em;
  margin-right: 0.55556em;
  text-transform: lowercase;
  float: left;
}

.actions {
  *zoom: 1;
  margin: 0;
}
.actions:before, .actions:after {
  content: " ";
  display: table;
}
.actions:after {
  clear: both;
}
.actions ul {
  padding: 0;
  margin: 0;
}
.actions ul li {
  border-left: 3px solid #f9b910;
  float: left;
  margin-left: 3.45em;
  margin-right: 10px;
  padding-left: 10px;
}
.actions ul li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

@media only screen and (min-width: 1020px) {
  /* === Actions === */
  .actions {
    float: right;
  }
  .actions ul li {
    border-left: 1px solid #e2e2e2;
    margin-left: 0;
  }
  .actions ul li:last-child {
    margin-right: 0;
  }
}
/* === Blog page === */
/* === Avatar === */
.layout-content .avatar-wrapper {
  margin-top: 1.11111em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.layout-content .avatar-wrapper .avatar {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -50px;
}
.layout-content .avatar-wrapper .avatar img {
  left: 0;
  position: absolute;
  top: 0;
}
.layout-content .avatar {
  display: inline-block;
  width: 100px;
}
.layout-content .avatar .has-avatar {
  display: none;
}
.layout-content .avatar img, .layout-content .avatar .generic, .layout-content .avatar .hover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-height: 100px;
  max-width: 100px;
}
.layout-content .avatar .generic, .layout-content .avatar .hover {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #4377a9;
  background-position: center center;
  background-size: 100% 100%;
  color: white;
  display: block;
  font-size: 0.72222em;
  height: 40px;
  margin: 0 auto;
  padding: 60px 20px 0;
  text-transform: lowercase;
  width: 60px;
}
.layout-content .avatar .generic {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  background-image: url('/assets/images/global/avatar-generic@2x.png');
}
.layout-content .avatar .hover {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  background-image: url('/assets/images/global/avatar-update@2x.png');
  opacity: 0;
}
.layout-content .avatar:hover, .layout-content .avatar:focus {
  text-decoration: none;
}
.layout-content .avatar:hover .generic, .layout-content .avatar:focus .generic {
  background-color: #f9b910;
}
.layout-content .avatar:hover .hover, .layout-content .avatar:focus .hover {
  opacity: 0.9;
}

/* ===  Mocking styles === */
body.has-avatar .avatar .generic {
  display: none;
}
body.has-avatar .avatar .has-avatar {
  display: block;
}

@media only screen and (min-width: 1020px) {
  /* === Avatar === */
  .home-page .avatar-wrapper, .home-page .avatar {
    display: none;
  }

  .layout-content .avatar {
    left: auto;
    margin-left: 0;
    right: 0;
  }

  .home-page .layout-content .avatar-wrapper {
    left: 0;
    margin-top: -50px;
    width: 25%;
  }

  .layout-content .generic-page .avatar-wrapper {
    width: 17.02128%;
    left: -19.14894%;
  }
}
/* === Blog page === */
/* === Next booking === */
.next-booking {
  background-color: #65a0d6;
  color: white;
  font-size: 1.44444em;
  font-weight: 300;
  line-height: 1;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 2.69231em;
  padding-top: 60px;
  text-align: center;
}
.next-booking .no-booking {
  display: block;
  padding-bottom: 10px;
}
.next-booking .time-slot {
  display: block;
  font-size: 1.15385em;
}
.next-booking .buttons {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.next-booking li a {
  border-top: 1px solid #4377a9;
}
.next-booking li:first-child a {
  border-top: none;
}
.next-booking li a {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  background-color: #174471;
  color: white;
  display: block;
  font-size: 0.76923em;
  height: 2em;
  line-height: 2em;
  padding: 0 20px;
}
.next-booking li a i {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 100%;
  width: 22px;
}
.next-booking li a .label {
  margin-left: 10px;
  vertical-align: top;
}
.next-booking li a:hover, .next-booking li a:focus {
  background-color: #f9b910;
  text-decoration: none;
}
.next-booking li a.bookings {
  -webkit-perspective: 60px;
  -moz-perspective: 60px;
  -ms-perspective: 60px;
  -o-perspective: 60px;
  perspective: 60px;
}
.next-booking li a.bookings i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-image: url('/assets/images/global/icon-booking.png');
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.next-booking li a.bookings:hover i, .next-booking li a.bookings:focus i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.next-booking li a.update-change i {
  background-image: url('/assets/images/global/icon-refresh.png');
}
.next-booking li a.update-change:hover i, .next-booking li a.update-change:focus i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media only screen and (min-width: 1020px) {
  /* === Next booking === */
  .next-booking {
    *zoom: 1;
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    text-align: left;
    position: absolute;
    width: 280px;
    top: -120px;
    right: -300px;
  }
  .next-booking:before, .next-booking:after {
    content: " ";
    display: table;
  }
  .next-booking:after {
    clear: both;
  }
  .next-booking .title {
    background-image: url('/assets/images/global/icon-booking.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 33px;
  }
  .next-booking .no-booking {
    display: inline;
    padding-bottom: 0;
  }
  .next-booking .time-slot {
    font-size: 0.92308em;
    margin-left: 0.41667em;
    line-height: 35px;
  }
  .next-booking .buttons {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .next-booking .buttons li {
    float: right;
    clear: right;
  }
  .next-booking .buttons li a .label {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: max-width, margin-left;
    -moz-transition-property: max-width, margin-left;
    -o-transition-property: max-width, margin-left;
    transition-property: max-width, margin-left;
    display: inline-block;
    margin-left: 0;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  .next-booking .buttons li a:hover .label, .next-booking .buttons li a:focus .label {
    margin-left: 10px;
    max-width: 120px;
  }
}
/* === Blog page === */
/* === Boxes === */
.boxes {
  *zoom: 1;
  padding: 0 20px;
  margin-top: 3em;
}
.boxes:before, .boxes:after {
  content: " ";
  display: table;
}
.boxes:after {
  clear: both;
}
.boxes .box {
  *zoom: 1;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background-color: #184370;
  color: white;
  display: block;
  margin-top: 20px;
  min-width: 260px;
  position: relative;
}
.boxes .box:before, .boxes .box:after {
  content: " ";
  display: table;
}
.boxes .box:after {
  clear: both;
}
.boxes .padder {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  display: block;
  padding: 10px;
}
.boxes .bg-dblue {
  background-color: #184370;
  color: white;
}
.boxes .bg-yellow {
  background-color: #f9b910;
  color: white;
}
.boxes .title {
  display: block;
  font-size: 2.11111em;
  line-height: 0.8;
  margin-bottom: 0.5em;
  position: relative;
  text-transform: lowercase;
}
.boxes .bottom-right {
  bottom: 0;
  position: absolute;
  right: 0;
}
.boxes .sub-title {
  font-size: 0.83333em;
  position: relative;
  text-transform: uppercase;
}
.boxes .box:hover, .boxes .box:focus {
  background-color: #65a0d6;
  text-decoration: none;
}
.boxes .features {
  background: transparent;
  min-height: 230px;
}
.boxes .features .padder {
  background-color: #184370;
  position: relative;
}
.boxes .features .with-image {
  background-color: #f9b910;
}
.boxes .features.box-double .with-image {
  min-height: 210px;
}
.boxes .features .off-title {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background-color: #184370;
  font-size: 1em;
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0 8px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -26px;
  z-index: 0;
}
.boxes .features img {
  bottom: 0;
  position: absolute;
  right: 0;
}
.boxes .features:hover, .boxes .features:focus {
  background-color: transparent;
}
.boxes .features:hover .padder, .boxes .features:focus .padder {
  background-color: #65a0d6;
}
.boxes .features:hover .with-image, .boxes .features:focus .with-image {
  background-color: #184370;
}
.boxes .features .timed {
  position: absolute;
  margin: 10px;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}
.boxes .clock {
  background-image: url('/assets/images/global/icon-clock.png');
  background-position: 0 0;
  background-repeat: none;
  display: inline-block;
  height: 26px;
  margin-right: 0.4em;
  vertical-align: middle;
  width: 26px;
}

@media only screen and (min-width: 560px) {
  /* === Boxes === */
  .boxes .box {
    float: left;
    margin-right: 20px;
    min-width: 0;
  }
  .boxes .padder {
    position: relative;
    height: 210px;
    width: 240px;
    float: left;
  }
  .boxes .no-push {
    margin-right: 0;
  }
  .boxes .title {
    font-size: 2.77778em;
    font-weight: 300;
    line-height: 0.9;
  }
  .boxes .sub-title {
    bottom: 10px;
    left: 10px;
    margin-right: 20px;
    position: absolute;
  }

  .vertical {
    padding: 0;
  }
  .vertical .box {
    margin-right: 0;
  }
  .vertical .padder {
    float: left;
  }
  .vertical .no-push {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1020px) {
  .vertical .with-off-title {
    margin-top: 34px;
  }

  /* === Boxes === */
  .boxes {
    padding: 0;
    margin-top: 20px;
  }
  .boxes .title {
    font-size: 4.3em;
  }
  .boxes .sub-title {
    bottom: 20px;
    font-size: 1.2em;
    left: 20px;
    margin-right: 40px;
  }
  .boxes .features .off-title {
    font-size: 20px;
    height: 47px;
    line-height: 47px;
    top: -47px;
    padding: 0 13px;
  }
  .boxes .box {
    margin-right: 20px;
  }
  .boxes .box .padder {
    padding: 20px 20px 15px;
    width: 260px;
    height: 260px;
  }
  .boxes .box:last-child {
    margin-right: 0;
  }
  .boxes .box-double .padder {
    width: 270px;
    height: 260px;
  }
  .boxes .pulled {
    margin-left: -2.63158%;
  }
  .boxes .no-push {
    margin-right: 0;
  }

  .vertical {
    padding: 0;
  }
}
/* === Blog page === */
/* === Small boxes === */
.small-boxes {
  margin-top: 20px;
}
.small-boxes .box {
  margin-top: 10px;
}
.small-boxes .box .padder {
  min-height: 33px;
  padding: 10px 10px 10px 45px;
}
.small-boxes .box:first-child {
  margin-top: 0;
}
.small-boxes .box .badge {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f79000;
  color: white;
  font-size: 14px;
  font-weight: 600;
  height: 1.78571em;
  line-height: 1.78571em;
  position: absolute;
  right: -0.625em;
  text-align: center;
  top: -0.625em;
  width: 1.78571em;
}
.small-boxes .box i {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity, scale, left;
  -moz-transition-property: opacity, scale, left;
  -o-transition-property: opacity, scale, left;
  transition-property: opacity, scale, left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 48px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 51px;
}
.small-boxes .box:hover i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  left: 0;
}
.small-boxes .box .title {
  font-size: 1.11111em;
  line-height: 1.65em;
  margin-bottom: 0;
  position: relative;
}
.small-boxes .box.summary i {
  background-image: url('/assets/images/global/icon-box-summary.png');
}
.small-boxes .box.hwork i {
  background-image: url('/assets/images/global/icon-box-homework.png');
}
.small-boxes .box.messages i {
  background-image: url('/assets/images/global/icon-box-messages.png');
}
.small-boxes .box.hb-tips i {
  background-image: url('/assets/images/global/icon-box-hb-tips.png');
  top: 1px;
}
.small-boxes .box.tips i {
  background-image: url('/assets/images/global/icon-box-tips.png');
}
.small-boxes .box.bookings i {
  background-image: url('/assets/images/global/icon-box-bookings.png');
}
.small-boxes .box.inspiration i {
  background-image: url('/assets/images/global/icon-box-inspiration.png');
}
.small-boxes .box.rewards i {
  background-image: url('/assets/images/global/icon-box-rewards.png');
}

@media only screen and (min-width: 560px) {
  /* === Small boxes === */
  .small-boxes {
    margin-top: 0;
  }
  .small-boxes .box, .small-boxes .box:first-child {
    margin-top: 20px;
    margin-right: 19px;
  }
  .small-boxes .box {
    float: left;
  }
  .small-boxes .box .padder {
    padding: 10px;
    width: 180px;
    height: 180px;
  }
  .small-boxes .box .badge {
    font-size: 20px;
    height: 1.7em;
    line-height: 1.7em;
    right: -0.595em;
    top: -0.595em;
    width: 1.7em;
  }
  .small-boxes .box i {
    -webkit-transition-property: right;
    -moz-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    top: auto;
    bottom: 10px;
    background-position: left bottom;
  }
  .small-boxes .box:hover i {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    left: auto;
    right: 10px;
  }
  .small-boxes .box .title {
    font-size: 2.11111em;
    line-height: 1.1;
  }
  .small-boxes .box.hb-tips i {
    top: auto;
  }
  .small-boxes .box.hb-tips:hover i {
    top: auto;
  }
}
@media only screen and (min-width: 1020px) {
  /* === Small boxes === */
  .small-boxes {
    padding-left: 0;
    padding-right: 0;
  }
  .small-boxes .box:nth-child(3n) {
    float: right;
    margin-right: 0;
    display: inline;
  }
  .small-boxes .box .title {
    font-size: 2.33333em;
  }
}
/* === Blog page === */
/* === Tables === */
table {
  display: block;
  width: 100%;
}
table caption {
  display: block;
}
table thead {
  display: none;
  visibility: hidden;
}
table tbody {
  display: block;
}
table tr, table th, table td {
  display: block;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}
table td {
  padding-left: 40%;
  position: relative;
}
table td[data-heading]:before {
  content: attr(data-heading);
  font-weight: bold;
  left: 0.55556em;
  position: absolute;
}
table td:empty {
  display: none;
}
table tr {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 0.55556em;
  padding-top: 0.55556em;
}
table tr:last-child {
  border-bottom: none;
}
table tr.alt {
  background-color: #f2f2f2;
}
table .row {
  display: block;
}
table.no-mobile-headings td {
  padding: 0 0.55556em;
}
table.no-mobile-headings td:before {
  content: "";
}
table td.no-mobile-heading {
  padding: 0 0.55556em;
}
table td.no-mobile-heading:before {
  content: "";
}
table .actions {
  float: none;
  font-size: 0.88889em;
  margin: 0.55556em 0 0;
}
table .actions a {
  margin-left: 1.11111em;
  padding: 0 0.16667em;
  position: relative;
}
table .actions a:before {
  border-left: 1px solid #b2b2b2;
  content: "";
  cursor: default;
  height: 100%;
  left: -0.55556em;
  pointer-events: none;
  position: absolute;
  top: 0;
}
table .actions a:first-child {
  margin-left: 0;
  padding-left: 0;
}
table .actions a:first-child:before {
  border: none;
}
table .actions a:first-child.delete {
  padding-left: 5px;
  margin-left: -5px;
}
table td.-side-actions {
  *zoom: 1;
}
table td.-side-actions:before, table td.-side-actions:after {
  content: " ";
  display: table;
}
table td.-side-actions:after {
  clear: both;
}
table .-side-actions > * {
  float: left;
}
table .side-actions {
  float: right;
}
table .side-actions a {
  background-color: #f9b910;
  border: none;
  color: white;
  font-size: 0.77778em;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  padding: 0 5px;
}
table .side-actions a input, table .side-actions a button {
  background: #f9b910;
  border: none;
  color: white;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  text-transform: uppercase;
  width: 100%;
}
table .side-actions a.default, table .side-actions a input.default, table .side-actions a button.default {
  background-color: #65a0d6;
  color: white;
}
table .side-actions a:hover, table .side-actions a:focus {
  background-color: #184370;
  color: white;
  text-decoration: none;
}
table .side-actions a:hover input, table .side-actions a:hover button, table .side-actions a:focus input, table .side-actions a:focus button {
  background-color: #184370;
  color: white;
}
table .side-actions a:visited {
  color: white;
}

/* === CKEditor fixes === */
table.cke_editor {
  display: table !important;
}
table.cke_editor tr {
  display: table-row;
}
table.cke_editor td, table.cke_editor th {
  display: table-cell;
}

/* === Table layout === */
.table-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

.tab-content .table-wrapper {
  margin-left: 0;
  margin-right: 0;
}

/* === Table columns === */
.table-wrapper .table-split + .table-split {
  border-top: 1px solid #e2e2e2;
}

.sorting {
  *zoom: 1;
}
.sorting:before, .sorting:after {
  content: " ";
  display: table;
}
.sorting:after {
  clear: both;
}
.sorting ul {
  padding: 0;
  margin: 0.5em 0;
}
.sorting ul li {
  float: left;
  margin-right: 0.55556em;
  border-left: 1px solid #e2e2e2;
  padding-left: 0.55556em;
}
.sorting ul li:first-child {
  border-left: 0;
  padding-left: 0;
}

/************** suveys *************************/
.surveys-success table td{
    padding-left: 0;
}

.surveys-success #backgroundTable{
    background:  #fff;
}
.surveys-success #templateContainer, .bodyContent{
    padding: 0 20px !important;
}

.footerContent{
    padding: 0 20px !important;
}

.qcount{
    float: left;
    margin-right: 8px;
}

@media only screen and (max-width: 1020px) {
  table td[data-heading].mobile-heading-inline:before {
    content: attr(data-heading);
    position: static;
  }
  table .-side-actions[data-heading].mobile-heading-inline:before {
    float: left;
    margin-right: 0.2em;
  }
}
@media only screen and (min-width: 1020px) {
  /* === Table layout === */
  .table-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-content .table-wrapper > table {
    margin-top: 0;
  }

  table {
    display: table;
    margin-top: 0.66667em;
  }
  table caption {
    display: table-caption;
  }
  table thead {
    display: table-header-group;
    visibility: visible;
  }
  table thead tr {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
  table thead th {
    font-weight: bold;
    padding: 0.33333em 0.13333em;
  }
  table tbody {
    display: table-row-group;
  }
  table tr {
    display: table-row;
  }
  table th, table td {
    display: table-cell;
  }
  table td, table.no-mobile-headings td, table td.no-mobile-heading {
    padding: 0.33333em 0.13333em;
  }
  table td[data-heading]:before {
    display: none;
  }
  table td:empty {
    display: table-cell;
  }
  table tr {
    margin: 0;
  }
  table .title {
    font-weight: 400;
  }
  table .actions {
    clear: left;
    font-size: 0.93333em;
    margin: 0.33333em 0 0;
    visibility: hidden;
  }
  table tr:hover .actions {
    visibility: visible;
  }

  /* === Table wrapper === */
  .table-wrapper table th, .table-wrapper table td {
    padding-left: 0.33333em;
    padding-right: 0.33333em;
  }
  .table-wrapper table th {
    background-color: #184370;
    color: white;
    border-bottom: none;
  }

  /* === Table columns === */
  .table-wrapper {
    *zoom: 1;
  }
  .table-wrapper:before, .table-wrapper:after {
    content: " ";
    display: table;
  }
  .table-wrapper:after {
    clear: both;
  }
  .table-wrapper .table-columns-2 {
    width: 49%;
    margin-left: 2%;
    float: left;
  }
  .table-wrapper .table-split:first-child {
    margin-left: 0;
  }
  .table-wrapper .table-split + .table-split {
    border-top: none;
  }
}
/* === Blog page === */
/* === Tabs === */
.tabs {
  *zoom: 1;
  position: relative;
  z-index: 10;
  width: 10000px;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs a {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color: white;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  color: #65a0d6;
  display: block;
  float: left;
  line-height: 1.66667em;
  min-width: 2.77778em;
  padding: 0 1.11111em;
  text-align: center;
}
.tabs a:last-child {
  border-right: 1px solid #e2e2e2;
}
.tabs a.active {
  background-color: #65a0d6;
  border-color: #65a0d6;
  color: white;
}
.tabs a:hover {
  background-color: #184370;
  color: white;
  text-decoration: none;
}
.tabs a.disabled {
  background-color: white;
  color: #b2b2b2;
  cursor: default;
  text-decoration: none;
}

@-webkit-keyframes loading {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes loading {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes loading {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-o-keyframes loading {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes loading {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.tabs.pre-loading + .loading {
  height: 5px;
  background-color: #65a0d6;
  width: 0%;
  -webkit-animation: loading 10s infinite linear;
  -moz-animation: loading 10s infinite linear;
  -ms-animation: loading 10s infinite linear;
  -o-animation: loading 10s infinite linear;
  animation: loading 10s infinite linear;
}

.tab-content {
  display: none;
  border-top: 5px solid #65a0d6;
  border-bottom: 1px solid #e2e2e2;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  z-index: 9;
}
.tab-content.active {
  display: block;
}
.tab-content.empty {
  padding: 10px;
}

@media only screen and (min-width: 1020px) {
  /* === Tabs === */
  .tab-content {
    margin-left: 0;
    margin-right: 0;
  }
  .tab-content.empty {
    padding: 10px;
  }

  .tabs {
    position: static;
  }
  .tabs a {
    line-height: 2em;
    min-width: 3.33333em;
    padding: 0 1.33333em;
  }
}
/* === Blog page === */
/* === Forms layout === */
.layout-content form > fieldset {
  width: 100%;
}
.layout-content form > fieldset > div, .layout-content form > fieldset .fields > div {
  margin-top: 0.55556em;
}
.layout-content form > fieldset .fields {
  padding: 0.55556em;
  background-color: #e2e2e2;
}
.layout-content form > fieldset .fields > div:first-child {
  margin-top: 0;
}
.layout-content form > fieldset > legend {
  font-size: 1.38889em;
}
.layout-content form label {
  display: block;
}
.layout-content form input[type="checkbox"] + label {
  display: inline;
  margin-left: 0.55556em;
}
.layout-content form .input > textarea, .layout-content form .input > input[type="text"], .layout-content form .input > input[type="password"], .layout-content form .input > input[type="email"] {
  border: 1px solid #b2b2b2;
  margin: 0;
  padding: 4px 3%;
  width: 94%;
}
.layout-content form textarea + .cke, .layout-content form textarea + .cke_skin_kama {
  width: 94%;
}
.layout-content form select {
  max-width: 100%;
  width: 100%;
}
.layout-content form div.submit {
  background-color: #f9b910;
  border: none;
  color: white;
  font-size: 0.77778em;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  height: auto;
  margin-top: 1.11111em;
  padding: 0;
  max-width: 180px;
}
.layout-content form div.submit input, .layout-content form div.submit button {
  background: #f9b910;
  border: none;
  color: white;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  text-transform: uppercase;
  width: 100%;
}
.layout-content form div.submit.default, .layout-content form div.submit input.default, .layout-content form div.submit button.default {
  background-color: #65a0d6;
  color: white;
}
.layout-content form div.submit:hover, .layout-content form div.submit:focus {
  background-color: #184370;
  color: white;
  text-decoration: none;
}
.layout-content form div.submit:hover input, .layout-content form div.submit:hover button, .layout-content form div.submit:focus input, .layout-content form div.submit:focus button {
  background-color: #184370;
  color: white;
}
.layout-content form div.submit:visited {
  color: white;
}
.layout-content form div.submit input {
  height: auto;
  padding: 10px 25px;
}
.layout-content form .buttons input {
  background-color: #f9b910;
  border: none;
  color: white;
  font-size: 0.77778em;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  height: auto;
  line-height: 1;
  margin-right: 1.11111em;
  margin-top: 1.11111em;
  padding: 9px 15px;
}
.layout-content form .buttons input input, .layout-content form .buttons input button {
  background: #f9b910;
  border: none;
  color: white;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  text-transform: uppercase;
  width: 100%;
}
.layout-content form .buttons input.default, .layout-content form .buttons input input.default, .layout-content form .buttons input button.default {
  background-color: #65a0d6;
  color: white;
}
.layout-content form .buttons input:hover, .layout-content form .buttons input:focus {
  background-color: #184370;
  color: white;
  text-decoration: none;
}
.layout-content form .buttons input:hover input, .layout-content form .buttons input:hover button, .layout-content form .buttons input:focus input, .layout-content form .buttons input:focus button {
  background-color: #184370;
  color: white;
}
.layout-content form .buttons input:visited {
  color: white;
}
.layout-content form .buttons input:last-child {
  margin-right: 0;
}
.layout-content form .description {
  color: #b2b2b2;
  margin-top: 0.2em;
  margin-bottom: 0;
}
.layout-content form input[type="radio"] + label {
  display: inline;
  padding-left: 0.55556em;
}
.layout-content form textarea[disabled], .layout-content form textarea:disabled, .layout-content form input[type="text"][disabled], .layout-content form input[type="text"]:disabled, .layout-content form input[type="password"][disabled], .layout-content form input[type="password"]:disabled, .layout-content form input[type="email"][disabled], .layout-content form input[type="email"]:disabled {
  background-color: #e2e2e2;
  color: #666666;
}
.layout-content form .input.error input, .layout-content form .input.error textarea {
  border-color: #bc0b0b;
}
.layout-content form .input.error .error-message {
  color: #bc0b0b;
  font-size: 0.9em;
}

/* === CKEditor === */
body.form-layout .layout-content form .cke_contents textarea {
  padding: 0;
  float: none;
  border: none;
}

/* === File Browse === */
.page-content form .file {
  position: relative;
}

.file .filename, .file .filebrowse-button {
  float: left;
  margin-right: 1em;
}
.file .filebrowse-input {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#CompanyEditForm input{
  padding: 1px;
}

#CompanyEditForm .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
  margin-left: 0px;
}



@media only screen and (min-width: 1020px) {
  /* === Forms layout === */
  body.form-layout .layout-content form > fieldset > div, body.form-layout .layout-content form > fieldset .fields > div {
    *zoom: 1;
  }
  body.form-layout .layout-content form > fieldset > div:before, body.form-layout .layout-content form > fieldset > div:after, body.form-layout .layout-content form > fieldset .fields > div:before, body.form-layout .layout-content form > fieldset .fields > div:after {
    content: " ";
    display: table;
  }
  body.form-layout .layout-content form > fieldset > div:after, body.form-layout .layout-content form > fieldset .fields > div:after {
    clear: both;
  }
  body.form-layout .layout-content form > fieldset > div > label, body.form-layout .layout-content form > fieldset .fields > div > label {
    width: 25%;
    float: left;
    margin-right: 3.125%;
    display: inline;
    text-align: right;
  }
  body.form-layout .layout-content form label[for="PostContent"] {
    text-align: left;
  }
  body.form-layout .layout-content form .input > textarea, body.form-layout .layout-content form .input > input[type="text"], body.form-layout .layout-content form .input > input[type="password"], body.form-layout .layout-content form .input > input[type="email"] {
    display: inline;
    float: right;
    margin-right: 0;
    padding: 0.2em 0.33333em;
    width: 69.5%;
  }
  body.form-layout .layout-content form textarea + .cke, body.form-layout .layout-content form textarea + .cke_skin_kama {
    border: none;
    float: left;
    padding: 0;
    width: 100%;
  }
  body.form-layout .layout-content form select {
    width: auto;
  }
  body.form-layout .layout-content form div.submit {
    margin-left: 28.125%;
    display: inline;
    display: inline-block;
    *zoom: 1;
    width: 34.375%;
  }
  body.form-layout .layout-content form .maybe-right {
    margin-left: 28.125%;
    margin-top: 0.66667em;
  }
  body.form-layout .layout-content form input[type="radio"] + label {
    padding-left: 0.33333em;
  }
  body.form-layout .layout-content form .radio_buttons legend {
    width: 25%;
    float: left;
    margin-right: 3.125%;
    display: inline;
    text-align: right;
  }
  body.form-layout .layout-content form .radio_buttons .one_radio_button {
    float: left;
    margin-left: 0.66667em;
  }
  body.form-layout .layout-content form .radio_buttons .one_radio_button:first-child {
    margin-left: 0;
  }
  body.form-layout .layout-content form .description {
    margin-left: 28.125%;
    margin-top: 0.2em;
    margin-bottom: 0;
  }
  body.form-layout .layout-content form .checkboxes-container {
    margin-left: 28.125%;
  }
  body.form-layout .layout-content form .checkboxes-container input {
    margin-right: 0.5em;
  }
  body.form-layout .layout-content form .multiselect {
    width: 71.5%;
  }
}
/* === Blog page === */
/* === Pagination === */
.pagination {
  *zoom: 1;
  text-align: center;
}
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination ul, .pagination li {
  display: inline-block;
}
.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li a, .pagination li.current {
  padding: 0 0.55556em;
}
.pagination .previous {
  float: left;
}
.pagination .next {
  /*float: right;*/
}
.pagination .location {
  display: block;
  margin-top: 1.11111em;
  text-align: center;
}

.top-pagination {
  margin-bottom: 1.11111em;
}

.bottom-pagination {
  clear: left;
  margin-top: 1.11111em;
}

@media only screen and (min-width: 1020px) {
  .bottom-pagination {
    clear: left;
  }
}
/* === Blog page === */
/* === Tab Box === */
.tab-box {
  *zoom: 1;
  position: relative;
}
.tab-box:before, .tab-box:after {
  content: " ";
  display: table;
}
.tab-box:after {
  clear: both;
}

.tab-box-default-ux {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: min-height;
  -moz-transition-property: min-height;
  -o-transition-property: min-height;
  transition-property: min-height;
  min-height: 400px;
}

/* === Tab Box Stacks === */
.tab-box-stack {
  background-color: white;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tab-box-default-ux .tab-box-stack {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: left, width, margin-left;
  -moz-transition-property: left, width, margin-left;
  -o-transition-property: left, width, margin-left;
  transition-property: left, width, margin-left;
}

.tab-box-rows {
  margin: 0;
  padding: 0;
  border: 1px solid #65a0d6;
  background-color: #f2f2f2;
}
.tab-box-rows li {
  background-color: white;
  border-top: 1px solid #65a0d6;
  position: relative;
}
.tab-box-rows li:first-child {
  border-top: none;
}
.tab-box-rows li .opener {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  background-color: white;
  color: #65a0d6;
  display: block;
  padding: 5px 10px;
}
.tab-box-rows li .opener:hover {
  background-color: #65a0d6;
  color: white;
  text-decoration: none;
}
.tab-box-rows li .actions {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.tab-box-rows li .actions a {
  padding: 5px 10px;
  display: block;
  float: left;
}
.tab-box-rows li:hover .actions {
  display: block;
}

.tab-box-default-ux .tab-box-rows {
  min-height: 400px;
}

.tab-box-stack {
  display: none;
}
.tab-box-stack.hover .current .actions {
  display: block;
}
.tab-box-stack > header h2, .tab-box-stack > header h3 {
  margin-top: 0;
}
.tab-box-stack.has-current li .opener {
  color: #e2e2e2;
}
.tab-box-stack.has-current li .opener:hover {
  color: white;
}
.tab-box-stack.has-current li.current .opener {
  background-color: white;
  border-left: 3px solid #65a0d6;
  color: #65a0d6;
}
.tab-box-stack .tab-box-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity, left, margin-left, visibility;
  -moz-transition-property: opacity, left, margin-left, visibility;
  -o-transition-property: opacity, left, margin-left, visibility;
  transition-property: opacity, left, margin-left, visibility;
  background-color: white;
  box-shadow: 0 0 15px lightgrey;
  height: 100%;
  left: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.tab-box-stack.visible, .tab-box-stack.retained, .tab-box-stack.loading {
  display: block;
}

.tab-box-stack-level0 {
  display: block;
}

body.full-width-page-content .tab-box-default-ux .tab-box-stack-level0 {
  width: 70%;
}

.tab-box-default-ux .tab-box-stack.tab-box-stack-level1 {
  margin-left: 30%;
  width: 70%;
}
.tab-box-default-ux .tab-box-stack.has-current li.current {
  margin-right: -1px;
}

.tab-box-default-ux.level1 .tab-box-stack-level0 {
  width: 30%;
  z-index: 20;
}
.tab-box-default-ux.level1 .tab-box-stack-level0 .tab-box-rows {
  border-right: none;
}
.tab-box-default-ux.level1 .tab-box-stack-level1 {
  z-index: 10;
}
.tab-box-default-ux.level1 .tab-box-stack-level1 .tab-box-rows li {
  border-top-color: #dce9f5;
}
.tab-box-default-ux.level1 .tab-box-stack-level1 .tab-box-rows li:first-child {
  border-top-color: #65a0d6;
}
.tab-box-default-ux.level1 .tab-box-stack-level2 {
  display: none !important;
}
.tab-box-default-ux.level2 .tab-box-stack.has-current.hover li.current {
  margin-right: 0 !important;
}
.tab-box-default-ux.level2 .tab-box-stack-level0 {
  left: -30%;
  overflow: hidden;
  width: 70%;
}
.tab-box-default-ux.level2 .tab-box-stack-level0 .tab-box-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  left: 15%;
  margin-left: -20px;
  visibility: visible;
}
.tab-box-default-ux.level2 .tab-box-stack-level0.hover {
  z-index: 30;
}
.tab-box-default-ux.level2 .tab-box-stack-level0.hover .tab-box-overlay {
  left: 110%;
}
.tab-box-default-ux.level2 .tab-box-stack-level1 {
  left: -20%;
  margin-left: 0;
  overflow: hidden;
}
.tab-box-default-ux.level2 .tab-box-stack-level1 .tab-box-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  left: 30%;
  margin-left: -20px;
  visibility: visible;
}
.tab-box-default-ux.level2 .tab-box-stack-level1.hover {
  z-index: 30;
}
.tab-box-default-ux.level2 .tab-box-stack-level1.hover .tab-box-overlay {
  left: 110%;
}

body.full-width-page-content .tab-box-default-ux.level1 .tab-box-stack-level0 {
  width: 21%;
}
body.full-width-page-content .tab-box-default-ux.level1 .tab-box-stack-level1 {
  margin-left: 21%;
  width: 50%;
}
body.full-width-page-content .tab-box-default-ux.level2 .tab-box-stack-level0 {
  left: -20%;
}
body.full-width-page-content .tab-box-default-ux.level2 .tab-box-stack-level0 .tab-box-overlay {
  left: 11%;
}
body.full-width-page-content .tab-box-default-ux.level2 .tab-box-stack-level0.hover .tab-box-overlay {
  left: 110%;
}
body.full-width-page-content .tab-box-default-ux.level2 .tab-box-stack-level1 {
  left: -13%;
}
body.full-width-page-content .tab-box-default-ux.level2 .tab-box-stack-level1 .tab-box-overlay {
  left: 20%;
}
body.full-width-page-content .tab-box-default-ux.level2 .tab-box-stack-level1.hover .tab-box-overlay {
  left: 110%;
}

.tab-box-stack .blog-page .page-content {
  width: 100%;
  margin-top: 0;
}
.tab-box-stack .blog-page article {
  margin-left: 0;
}
.tab-box-stack .blog-page article header h2 {
  margin-top: 0;
}

/* === Blog page === */
/* === BX Slider === */
.bxslider {
  margin: 0;
  padding: 0;
}

.bx-wrapper .bx-viewport {
  border: none !important;
  left: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.features-container .bx-wrapper .bx-caption {
  background-color: #65a0d6;
  background-color: rgba(101, 160, 214, 0.7);
}

/* === Blog page === */
/* === User Profile Summary === */
.profile-summary {
  padding: 0;
  margin: 0;
}
.profile-summary li {
  padding: 0.3em 0;
}
.profile-summary dl {
  *zoom: 1;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 0.3em;
}
.profile-summary dl:before, .profile-summary dl:after {
  content: " ";
  display: table;
}
.profile-summary dl:after {
  clear: both;
}
.profile-summary dt {
  font-weight: bold;
  width: 6em;
  float: left;
  clear: left;
  padding-right: 0.5em;
}
.profile-summary dd {
  margin: 0;
  float: left;
}

.qcount {
    float: left;
    margin-right: 8px;
}

@media only screen and (min-width: 1020px) {
  .profile-summary {
    *zoom: 1;
  }
  .profile-summary:before, .profile-summary:after {
    content: " ";
    display: table;
  }
  .profile-summary:after {
    clear: both;
  }
  .profile-summary li {
    width: 50%;
    float: left;
  }
}
/* === Blog page === */
/* === jQuery-UI Modals/Dialogs === */
.ui-dialog select {
  max-width: 100%;
}

.ui-dialog-content p {
  margin: 0.5em 0;
}

/* === Blog page === */
/* === Survey Form === */
.layout-content .survey-question {
  *zoom: 1;
  padding: 10px;
  background-color: #e2e2e2;
  margin-top: 10px;
}
.layout-content .survey-question:before, .layout-content .survey-question:after {
  content: " ";
  display: table;
}
.layout-content .survey-question:after {
  clear: both;
}
.layout-content .survey-question input[type="checkbox"] {
  margin-left: 0.55556em;
}
.layout-content .survey-form .survey-sub-questions.multiselect .survey-sub-question {
  float: left;
  width: 50%;
}
.layout-content .survey-form .survey-sub-questions.multiselect .input.select {
  margin-top: 1em;
}
.layout-content .survey-form .survey-sub-questions.multiselect .input.checkbox {
  display: inline-block;
  line-height: 32px;
  max-width: 100%;
  margin: 0 10px 10px 0;
  position: relative;
}
.layout-content .survey-form .survey-sub-questions.multiselect input[type="checkbox"] {
  position: absolute;
  top: 16px;
  left: 12px;
  margin-left: 0;
}
.layout-content .survey-form .survey-sub-questions.multiselect input[type="checkbox"] + label {
  display: inline-block;
  background-color: #dce9f5;
  border: 1px solid #65a0d6;
  margin-left: 0;
  padding: 5px 15px 5px 30px;
}
.layout-content .survey-form .survey-sub-questions.multiselect input[type="checkbox"]:checked + label {
  background-color: #4377a9;
  color: white;
}
.layout-content form > fieldset .fields .option_input_wrapper {
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1020px) {
  .layout-content .survey-form {
    margin-bottom: 20px;
  }
  .layout-content .survey-form .surveyquestion input[type="checkbox"] {
    margin-left: 0.66667em;
  }
  .layout-content .survey-form .survey-sub-questions.multiselect .survey-sub-question {
    width: 180px;
    padding-right:10px;
    padding-bottom: 11px;
  }
  .layout-content .survey-form .survey-sub-questions.multiselect .input.checkbox {
    line-height: 18px;
  }
  .layout-content .survey-form .survey-sub-questions.multiselect input[type="checkbox"] {
    top: 9px;
  }
}
/* === Blog page === */
/* === Modal === */
.modal-container form fieldset {
  min-width: 0;
  max-width: 100%;
}
.modal-container form legend {
  display: none;
}
.modal-container form label {
  display: block;
}
.modal-container form input, .modal-container form textarea, .modal-container form select {
  box-sizing: border-box;
  max-width: 100%;
}
.modal-container form .fields > div {
  margin-bottom: 0.5em;
}
.modal-container form select, .modal-container form textarea, .modal-container form input[type="text"] {
  width: 100%;
}
.modal-container form .buttons-row {
  text-align: right;
}
.modal-container form .buttons-row input {
  background-color: #f9b910;
  border: none;
  color: white;
  font-size: 0.77778em;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  padding-left: 6px;
  padding-right: 6px;
}
.modal-container form .buttons-row input input, .modal-container form .buttons-row input button {
  background: #f9b910;
  border: none;
  color: white;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  text-transform: uppercase;
  width: 100%;
}
.modal-container form .buttons-row input.default, .modal-container form .buttons-row input input.default, .modal-container form .buttons-row input button.default {
  background-color: #65a0d6;
  color: white;
}
.modal-container form .buttons-row input:hover, .modal-container form .buttons-row input:focus {
  background-color: #184370;
  color: white;
  text-decoration: none;
}
.modal-container form .buttons-row input:hover input, .modal-container form .buttons-row input:hover button, .modal-container form .buttons-row input:focus input, .modal-container form .buttons-row input:focus button {
  background-color: #184370;
  color: white;
}
.modal-container form .buttons-row input:visited {
  color: white;
}
.modal-container form .buttons-row .ajax-activity {
  float: left;
}
.modal-container form .chzn-results {
  max-height: 180px;
}
.modal-container .ajax-activity {
  display: inline-block;
  visibility: hidden;
  width: 16px;
  height: 16px;
  background-color: red;
}
.modal-container.ajax-start .ajax-activity {
  visibility: visible;
}

/* === Blog page === */
/* === Draggable lists === */
.available-list ul,
.assigned-list ul {
  background-color: #dce9f5;
  border: 1px solid #65a0d6;
  margin: 0;
  min-height: 44px;
  padding: 0;
  position: relative;
}
.available-list ul:after,
.assigned-list ul:after {
  content: "Empty list";
  left: 20px;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.available-list li,
.assigned-list li {
  border-top: 1px solid #65a0d6;
  line-height: 44px;
  position: relative;
  z-index: 20;
}
.available-list li:first-child,
.assigned-list li:first-child {
  border-top: none;
}
.available-list li a,
.assigned-list li a {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  background-color: white;
  color: #65a0d6;
  display: block;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.available-list li a:hover,
.assigned-list li a:hover {
  color: #65a0d6;
  text-decoration: none;
}
.available-list li a.hover,
.assigned-list li a.hover {
  background-color: #65a0d6;
  color: white;
}
.available-list li a.selected,
.assigned-list li a.selected {
  background-color: #184370;
  color: white;
}
.available-list li.ui-draggable-dragging,
.assigned-list li.ui-draggable-dragging {
  border: 1px solid #65a0d6;
  width: 100%;
}
.available-list li.ui-draggable-dragging a,
.assigned-list li.ui-draggable-dragging a {
  background-color: #65a0d6;
  color: white;
}

@media only screen and (min-width: 1020px) {
  .available-list {
    float: left;
  }

  .assigned-list {
    float: right;
  }

  .available-list,
  .assigned-list {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    width: 48%;
  }
  .available-list ul,
  .assigned-list ul {
    min-height: 30px;
  }
  .available-list ul:after,
  .assigned-list ul:after {
    top: 5px;
    lefT: 10px;
  }
  .available-list li,
  .assigned-list li {
    line-height: 30px;
  }
  .available-list li a,
  .assigned-list li a {
    padding: 0 10px;
    cursor: move;
  }
}
/* === Blog page === */
/* === Generic section === */
section.generic, .generic-page {
  margin-top: 20px;
  padding: 0 20px;
}
section.generic h2, .generic-page h2 {
  color: #f9b910;
  font-size: 2.77778em;
  font-weight: 300;
  line-height: 0.95;
  text-transform: lowercase;
  margin-top: 0.6em;
}
section.generic h3, .generic-page h3 {
  color: #f9b910;
  font-size: 1.66667em;
  font-weight: 300;
  text-transform: lowercase;
  margin-top: 0.5em;
}
section.generic h2 + h3, .generic-page h2 + h3 {
  margin-top: -0.3em;
}
section.generic > header h2, .generic-page > header h2 {
  color: #f9b910;
  font-size: 3.33333em;
  margin-top: 0;
}
section.generic > header h3, .generic-page > header h3 {
  color: #b2b2b2;
  font-size: 2.22222em;
  margin-top: 0;
}
section.generic .page-content header h2, .generic-page .page-content header h2 {
  font-size: 2.22222em;
}
section.generic .page-content header h3, .generic-page .page-content header h3 {
  font-size: 1.66667em;
}

@media only screen and (min-width: 560px) {
  /* === Generic section === */
  section.generic img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1020px) {
  /* === Generic section === */
  section.generic, .generic-page {
    *zoom: 1;
    padding: 0;
    margin-top: 40px;
  }
  section.generic:before, section.generic:after, .generic-page:before, .generic-page:after {
    content: " ";
    display: table;
  }
  section.generic:after, .generic-page:after {
    clear: both;
  }
  section.generic header h2, .generic-page header h2 {
    font-size: 2.66667em;
  }
  section.generic.videos, section.generic.features, .generic-page.videos, .generic-page.features {
    margin-left: 0;
  }

  .left-side > .generic, .right-side > .generic {
    margin-top: 0;
  }
}
/* === Blog page === */
/* === Playlist === */
.playlist {
  padding: 0 20px;
}
.playlist header h2 {
  color: #f9b910;
  font-size: 5.55556em;
  font-weight: 300;
}
.playlist nav ul {
  margin: 20px 0;
}
.playlist nav li {
  float: none;
}
.playlist nav li a {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  color: #65a0d6;
  text-transform: lowercase;
}
.playlist nav li a:hover, .playlist nav li a:focus {
  color: #184370;
  text-decoration: none;
}

.video-player {
  margin: 20px 0;
}

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 1020px) {
  /* === Playlist === */
  .playlist {
    *zoom: 1;
    padding-left: 6.38298%;
    margin-top: 40px;
  }
  .playlist:before, .playlist:after {
    content: " ";
    display: table;
  }
  .playlist:after {
    clear: both;
  }
  .playlist header {
    width: 25%;
    float: left;
    margin-right: 2.27273%;
    display: inline;
    float: right;
    margin-right: 0;
  }
  .playlist header h2 {
    background-image: url('/assets/images/global/icon-playlist.png');
    background-position: 0 0.1567em;
    background-repeat: no-repeat;
    font-size: 2.66667em;
    min-height: 39px;
    padding-left: 70px;
  }
  .playlist nav {
    width: 25%;
    float: left;
    margin-right: 2.27273%;
    display: inline;
    margin-right: 0;
  }
  .playlist .video-player {
    width: 72.72727%;
    float: left;
    margin-right: 2.27273%;
    display: inline;
    margin-top: 0;
  }

  .video-player {
    margin: 0;
  }

  .right-side .videos {
    margin-top: 40px;
  }
}
/* === Blog page === */
/* === News === */
.news {
  *zoom: 1;
  margin-top: 20px;
  background-color: #f1f0f5;
  padding: 20px;
  position: relative;
}
.news:before, .news:after {
  content: " ";
  display: table;
}
.news:after {
  clear: both;
}
.news > header {
  margin-bottom: 3.88889em;
}
.news > header h2 {
  color: white;
  font-size: 5.55556em;
  font-weight: 300;
  line-height: 1;
  margin-top: -20px;
  position: absolute;
  text-transform: lowercase;
  top: 20px;
}
.news article {
  *zoom: 1;
  display: block;
  float: left;
  margin-top: 20px;
  padding-right: 20px;
  max-width: 213px;
}
.news article:before, .news article:after {
  content: " ";
  display: table;
}
.news article:after {
  clear: both;
}
.news article header h3 {
  color: #65a0d6;
  font-size: 1.55556em;
  text-transform: lowercase;
  padding-bottom: 0.35714em;
}
.news article header h3 a {
  color: #65a0d6;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.news article header h3 a:hover, .news article header h3 a:focus {
  color: #184370;
  text-decoration: none;
}
.news article img {
  height: auto;
  max-width: 100%;
}
.news article p {
  color: #666666;
  font-size: 0.77778em;
  margin: 0.35714em 0;
}

@media only screen and (min-width: 1020px) {
  /* === News === */
  .news {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
  .news > header {
    margin-bottom: 0;
  }
  .news > header h2 {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 9.33333em;
    margin-top: 0;
    right: -3em;
    top: 0.21429em;
  }
  .news article {
    margin-top: 0;
     max-width: 179px;
  }
  .news article:last-child {
    padding-right: 0;
  }
  .news article a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}
/* === Blog page === */
/* === Section - Mid navigation  === */
.mid-navigation {
  display: none;
}

@media only screen and (min-width: 1020px) {
  /* === Section - Mid navigation === */
  .mid-navigation {
    background-color: #e2e2e2;
    display: block;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 40px;
    padding: 0 40px;
  }
  .mid-navigation li {
    display: inline-block;
    float: none;
    padding: 5px 0;
    margin-left: 56px;
  }
  .mid-navigation li:first-child {
    margin-left: 0;
  }
  .mid-navigation li:last-child {
    margin-left: 0;
    float: right;
  }
  .mid-navigation a {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    background-color: #e2e2e2;
    color: #184370;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
  }
  .mid-navigation a:hover {
    background-color: #184370;
    color: white;
    text-decoration: none;
  }
}
/* === Blog page === */
/* === Home Heading === */
.home-heading, .logged-in-heading {
  margin-top: 0.61111em;
  padding: 0 20px;
  position: relative;
}
.home-heading .logo, .logged-in-heading .logo {
  margin-bottom: 1.11111em;
}
.home-heading .logo img, .logged-in-heading .logo img {
  height: auto;
  max-width: 100%;
}

.welcome-text, .welcome {
  color: #f9b910;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
}
.welcome-text strong, .welcome strong {
  font-weight: bold;
}

.features-box {
  margin-top: 15px;
}

.pages-dashboard .left-side {
  padding: 0 20px;
}

.adspace {
  width: 280px;
  height: 510px;
  overflow: hidden;
  margin: 20px auto;
}

@media only screen and (min-width: 560px) {
  .features-box {
    float: left;
    margin-top: 15px;
    overflow: hidden;
    width: 475px;
    height: 230px;
  }

  .adspace {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 1020px) {
  /* === Home heading === */
  .home-heading, .logged-in-heading {
    *zoom: 1;
  }
  .home-heading:before, .logged-in-heading:before, .home-heading:after, .logged-in-heading:after {
    content: " ";
    display: table;
  }
  .home-heading:after, .logged-in-heading:after {
    clear: both;
  }
  .home-heading .logo, .logged-in-heading .logo {
    float: left;
    margin-right: 50px;
  }
  .home-heading .welcome-text, .logged-in-heading .welcome-text, .home-heading .welcome, .logged-in-heading .welcome {
    float: left;
    display: inline-block;
    font-size: 2.1em;
    letter-spacing: 1px;
    /* position: absolute; */
    width:60%;
  }

  /* === Home Page === */
  .home-page .page-content {
    width: 68.08511%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .home-page .page-sidebar {
    width: 29.78723%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
  }

  .pages-dashboard .left-side {
    padding: 0;
    width: 36.17021%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .pages-dashboard .right-side {
    width: 61.70213%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
  }

  .features-box {
    height: 300px;
    width: 620px;
  }

  .adspace {
    margin: 0;
  }
}
/* === Blog page === */
/* === Logged-in Page === */
#logged-in-page .page-sidebar {
  display: none;
}

/* === Logged-in Heading === */
.logged-in-heading {
  margin-top: 1.11111em;
}
.logged-in-heading .logo img {
  max-width: 150px;
}
.logged-in-heading .unlocking-life {
  display: none;
}

.welcome {
  font-size: 3.33333em;
  text-align: center;
  text-transform: lowercase;
}

@media only screen and (min-width: 1020px) {
  /* === Logged-in Heading === */
  .logged-in-heading {
    padding-left: 0;
    margin-top: 0;
  }
  .logged-in-heading .logo {
    width: 25%;
    float: left;
    margin-right: 3.125%;
    display: inline;
    margin-bottom: 0;
  }
  .logged-in-heading .logo img {
    max-width: 200px;
  }
  .logged-in-heading .maybe-right {
    float: right;
    margin-top: 1.33333em;
  }
  .logged-in-heading .unlocking-life {
    display: block;
    line-height: 1000px;
    overflow: hidden;
    background-image: url('/assets/images/global/logo-header-unlocking-life.png');
    display: block;
    height: 74px;
    width: 284px;
    margin-top: 15px !important;
  }
    .survey-layout .logged-in-heading .unlocking-life{
        margin-top: 60px !important;
    }

  .welcome {
    text-align: left;
  }
}
/* === Blog page === */
/* === Users Listing Table === */
.users-listing .company {
  display: inline-block;
}
.users-listing .site {
  display: inline-block;
}
.users-listing .last-consult {
  font-size: 0.77778em;
}
.users-listing .mobile {
  white-space: nowrap;
}

@media only screen and (min-width: 1020px) {
  /* === Users Listing Table === */
  .users-listing .company-site .sep {
    display: none;
  }
  .users-listing .company {
    display: block;
    font-weight: 400;
  }
  .users-listing .site {
    display: inline-block;
    font-weight: 300;
  }
  .users-listing .last-consult {
    font-size: 0.93333em;
  }
}
/* === Blog page === */
/* === Homework === */
.homework-summary {
  margin: 1em 0;
}

.homework-surveys-to-complete > ul, .homework-completed-surveys .survey-user-summary > ul, .homework-attachments > ul {
  padding: 0;
  margin: 0.27778em 0;
}

.survey-entry {
  list-style: disc inside none;
  position: relative;
}
.survey-entry time {
  margin-left: 0.5em;
}
.survey-entry .survey-container {
  display: none;
}
.survey-entry .note {
  display: none;
}
.survey-entry .survey-opener {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: padding, background-color, color;
  -moz-transition-property: padding, background-color, color;
  -o-transition-property: padding, background-color, color;
  transition-property: padding, background-color, color;
  display: inline-block;
  padding: 0.27778em 0;
  background-color: white;
}
.survey-entry.opened .survey-container {
  display: block;
}
.survey-entry.opened .survey-opener {
  padding: 0.27778em 0.55556em;
  background-color: #65a0d6;
  color: white;
  text-decoration: none;
}
.survey-entry.opened .survey-container {
  padding: 0.55556em 0.55556em;
  border: 1px solid #e2e2e2;
  border-top: 5px solid #65a0d6;
  margin: 0 -20px;
}

.survey-container > h2 {
  display: none;
}

/* === Survey form === */
.surveyform {
  width: 100%;
}
.surveyform .input {
  *zoom: 1;
  border-bottom: 1px solid #e2e2e2;
  margin: 1em 0;
  padding-bottom: 1em;
}
.surveyform .input:before, .surveyform .input:after {
  content: " ";
  display: table;
}
.surveyform .input:after {
  clear: both;
}
.surveyform label {
  margin-bottom: 0.2em;
}

/* === Survey responses === */
.survey-responses {
  width: 100%;
  clear: both;
}
.survey-responses .response {
  *zoom: 1;
  border-bottom: 1px solid #e2e2e2;
  margin: 1em 0;
  padding-bottom: 1em;
}
.survey-responses .response:before, .survey-responses .response:after {
  content: " ";
  display: table;
}
.survey-responses .response:after {
  clear: both;
}
.survey-responses .questionLabel {
  display: block;
  margin-bottom: 0.2em;
}
.survey-responses .questionAnswer {
  display: block;
  font-weight: bold;
}

/* === Attachments === */
.homework-attachments > ul li {
  list-style: disc inside none;
  position: relative;
}
.homework-attachments .attachment {
  padding-left: 20px;
  background-image: url('/assets/images/global/icon-file.png');
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.homework-attachments .not-viewed {
  font-weight: bold;
}

@media only screen and (min-width: 1020px) {
  /* === Homework === */
  .survey-entry, .survey-user-summary + .buttons-row {
    padding-left: 1em;
  }
  .survey-entry .note, .survey-user-summary + .buttons-row .note {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: visibility, opacity;
    -moz-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    color: #b2b2b2;
    display: inline;
    margin-left: 1em;
    position: absolute;
    visibility: hidden;
  }
  .survey-entry .survey-opener:hover .note, .survey-user-summary + .buttons-row .survey-opener:hover .note {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
  }
  .survey-entry.opened .survey-container, .survey-user-summary + .buttons-row.opened .survey-container {
    padding: 0 1.33333em;
    margin: 0;
  }

  /* === Survey form === */
  .surveyform label, .surveyform select {
    float: left;
  }
  .surveyform label {
    width: 40%;
    margin-right: 10%;
    margin-bottom: 0;
  }
  .surveyform select {
    width: 50%;
  }

  /* === Survey responses === */
  .survey-responses .questionLabel, .survey-responses .questionAnswer {
    float: left;
  }
  .survey-responses .questionLabel {
    width: 40%;
    margin-right: 10%;
    margin-bottom: 0;
  }
  .survey-responses .questionAnswer {
    width: 50%;
  }

  /* === Attachments === */
  .homework-attachments > ul li {
    padding-left: 1em;
  }
}
/* === Blog page === */
/* === Bookings === */
.booking-entry .manager-name, .booking-entry .site-name, .booking-entry .on-site-location {
  display: block;
}
.booking-entry b {
  font-style: bold;
}

@media only screen and (min-width: 1020px) {
  /* === Bookings === */
  .current-bookings-listing .col-date, .consultation-schedules-listing .col-date {
    width: 10em;
  }
}
/* === Blog page === */
/* === Events listing === */
.Events-view .page-content {
  position: relative;
}
.Events-view .page-content time {
  background-color: #f9b910;
  border-bottom: 8px solid #fcdc88;
  color: white;
  left: 0;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 40px;
}
.Events-view .page-content time .day, .Events-view .page-content time .month {
  display: block;
  text-align: center;
}
.Events-view .page-content time .day {
  font-size: 40px;
  font-weight: 300;
}
.Events-view .page-content time .month {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.Events-view .page-content p {
  padding-left: 60px;
}

@media only screen and (min-width: 1020px) {
  /* === Event listing === */
  .Events-view .page-content time {
    width: 60px;
  }
  .Events-view .page-content time .day {
    font-size: 60px;
  }
  .Events-view .page-content time .month {
    font-size: 20px;
  }
  .Events-view .page-content p {
    padding-left: 80px;
  }
}
/* === Blog page === */
/* === Events listing === */
.events-listing {
  position: relative;
  margin-top: 20px;
}
.events-listing article {
  min-height: 85px;
  padding-bottom: 10px;
  position: relative;
}
.events-listing article header h3 {
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.88889em;
}
.events-listing article p {
  font-color: #666666;
  font-size: 0.77778em;
  word-wrap: break-word;
}
.events-listing article .actions a {
  border-left: 1px solid #e2e2e2;
  margin-right: 10px;
  padding-left: 10px;
  float: left;
}
.events-listing article .actions a:first-child {
  border-left: none;
  margin-left: 0;
}
.events-listing article .actions .view {
  white-space: nowrap;
}
.events-listing article .actions .button {
  padding-left: 6px;
  line-height: 20px;
}
.events-listing article .actions .delete {
  padding-left: 5px;
}
.events-listing time {
  background-color: #f9b910;
  border-bottom: 8px solid #fcdc88;
  color: white;
  left: 0;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 40px;
}
.events-listing time .day, .events-listing time .month {
  display: block;
  text-align: center;
}
.events-listing time .day {
  font-size: 40px;
  font-weight: 300;
}
.events-listing time .month {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.events-listing header, .events-listing p, .events-listing div {
  margin-left: 50px;
  padding-left: 10px;
}
.events-listing p.no-entries {
  margin: 0;
}

@media only screen and (min-width: 560px) {
  .events-listing {
    *zoom: 1;
    margin-left: -5px;
    margin-right: -5px;
  }
  .events-listing:before, .events-listing:after {
    content: " ";
    display: table;
  }
  .events-listing:after {
    clear: both;
  }
  .events-listing article {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    width: 300px;
  }
}
@media only screen and (min-width: 1020px) {
  /* === Event listing === */
  .events-listing {
    margin-top: 0;
  }
  .events-listing article {
    display: block;
    float: left;
    margin: 0 1.3%;
    min-height: 115px;
    padding-left: 0;
    width: 100%;
  }
  .events-listing article header h3 {
    font-size: 1.2em;
  }
  .events-listing article header a {
    color: #65a0d6;
  }
  .events-listing article header a:hover {
    color: #184370;
    text-decoration: none;
  }
  .events-listing article p {
    font-size: 1.06667em;
  }
  .events-listing time {
    width: 60px;
  }
  .events-listing time .day {
    font-size: 60px;
  }
  .events-listing time .month {
    font-size: 20px;
  }
  .events-listing header, .events-listing p {
    word-break: break-word;
  }
  .events-listing header, .events-listing p, .events-listing div {
    margin-left: 70px;
  }
}
/* === Blog page === */
/* === Blog Listing layout === */
body.blog-listing-layout .page-content article {
  min-height: 70px;
  padding-left: 70px;
  position: relative;
}
body.blog-listing-layout .page-content article header h3 {
  color: #65a0d6;
  font-size: 1.11111em;
  height: 1.11111em;
  line-height: 1;
  margin-bottom: 0.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: lowercase;
  white-space: nowrap;
}
body.blog-listing-layout .page-content article header h3 a {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  color: #65a0d6;
}
body.blog-listing-layout .page-content article header h3 a:hover {
  color: #184370;
  text-decoration: none;
}
body.blog-listing-layout .page-content article img {
  height: auto;
  left: 0;
  max-width: 50px;
  position: absolute;
  top: 0;
}
body.blog-listing-layout .page-content article.feature {
  margin-top: 0.5em;
  padding-left: 0;
}
body.blog-listing-layout .page-content article.feature > a {
  display: block;
  max-width: 700px;
}
body.blog-listing-layout .page-content article.feature img {
  max-width: 100%;
  position: static;
}
body.blog-listing-layout .page-content article p {
  font-size: 0.88889em;
  height: 1.95556em;
  line-height: 1;
  overflow: hidden;
}
body.blog-listing-layout .page-content article footer {
  margin-top: 0.55556em;
}

@media only screen and (min-width: 1020px) {
  /* === Blog Listing layout === */
  body.blog-listing-layout .page-content article {
    min-height: 220px;
    padding-left: 220px;
  }
  body.blog-listing-layout .page-content article header h3 {
    display: table-cell;
    font-size: 1.66667em;
    height: 3.1em;
    margin-bottom: 0.4em;
    overflow: visible;
    vertical-align: bottom;
    white-space: normal;
  }
  body.blog-listing-layout .page-content article img {
    max-width: 200px;
  }
  body.blog-listing-layout .page-content article p {
    font-size: 1.06667em;
    height: 2.08em;
  }
  body.blog-listing-layout .page-content article footer {
    margin-top: 0.66667em;
  }

  body.news-index .page-content .row {
    *zoom: 1;
  }
  body.news-index .page-content .row:before, body.news-index .page-content .row:after {
    content: " ";
    display: table;
  }
  body.news-index .page-content .row:after {
    clear: both;
  }
  body.news-index .page-content article {
    float: left;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 220px;
  }
  body.news-index .page-content article:first-child {
    margin-left: 0;
  }
  body.news-index .page-content article.feature {
    width: auto;
    margin-left: 0;
    float: none;
  }
  body.news-index .page-content article img {
    position: static;
  }
  body.news-index .page-content article a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}

/* nav bar for mobile manager */
.nav-justified > li {
    display: table-cell;
     width: 20%;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #337ab7;
    color: #fff;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
     text-decoration: none;
}

/* === Blog page === */
/* === Blog page === */
.blog-page {
  *zoom: 1;
  /* === Comments === */
}
.blog-page:before, .blog-page:after {
  content: " ";
  display: table;
}
.blog-page:after {
  clear: both;
}
.blog-page article header h2, .blog-page .comments h3 {
  font-size: 2.22222em;
  line-height: 1;
  color: #f9b910;
  font-weight: 300;
  text-transform: lowercase;
}
.blog-page article {
  padding: 0 20px;
}
.blog-page article .meta {
  background-color: #65a0d6;
  color: white;
  font-size: 0.77778em;
  margin-top: 10px;
  min-height: 1.21429em;
  padding: 0.71429em;
}
.blog-page article .meta .comments {
  color: white;
  float: right;
}
.blog-page article .meta .comments .text {
  background-image: url('/assets/images/blog/icon-comments.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  margin-left: 0.35714em;
  padding-left: 25px;
}
.blog-page article aside, .blog-page article .body {
  padding-top: 0.71429em;
}
.blog-page article aside img {
  max-width: 100%;
  height: auto;
}
.blog-page article aside p {
  background-color: #184370;
  color: white;
  font-size: 12px;
  line-height: 1.2;
  padding: 0.41667em 0.83333em;
}
.blog-page article .body {
  font-size: 0.77778em;
  line-height: 1.5;
}
.blog-page article .body img {
  max-width: 100%;
  height: auto;
}
.blog-page article .body p {
  margin: 0.71429em 0;
}
.blog-page article .body p:first-child {
  color: #184370;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 0.55556em;
  margin-top: 0;
}
.blog-page .comments h3 {
  padding: 0 20px;
}
.blog-page .comments > ul {
  padding-left: 0;
  position: relative;
}
.blog-page .comments > ul li {
  position: relative;
  margin-bottom: 0.55556em;
  min-height: 50px;
  padding-left: 60px;
}
.blog-page .comments .meta {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.77778em;
  margin-right: 0.71429em;
}
.blog-page .comments .meta .text, .blog-page .comments .meta a {
  margin-left: 0.71429em;
}
.blog-page .comments h4 .headerlink {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  margin-left: 0.27778em;
  visibility: hidden;
}
.blog-page .comments h4:hover .headerlink {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}
.blog-page .comments .avatar {
  width: 50px;
  left: 0;
  position: absolute;
  top: 0;
  margin-left: 5px;
}
.blog-page .comments .avatar img {
  max-height: 50px;
  max-width: 50px;
}
.blog-page .comments .body {
  padding: 0.71429em;
}
.blog-page .comments h4, .blog-page .response h3 {
  color: #184370;
  font-size: 1em;
  text-transform: uppercase;
}
.blog-page .comments .body, .blog-page .response textarea {
  background-color: #e2e2e2;
  font-size: 0.77778em;
  line-height: 1.5;
  margin-top: 0.71429em;
  min-height: 1.5em;
  position: relative;
}
.blog-page .response {
  position: relative;
}
.blog-page .response h3 {
  padding: 0 20px;
}
.blog-page .response .avatar {
  display: none;
}
.blog-page .response textarea {
  border: none;
  max-width: 100%;
}
.blog-page .response #submit-response {
  background-color: #f9b910;
  background-image: url('/assets/images/blog/icon-comments.png');
  background-position: 90% center;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 36px;
  margin-top: 10px;
  width: 130px;
}
.blog-page .response #submit-response input {
  background-color: transparent;
  border: none;
  color: #666666;
  height: 100%;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (min-width: 1020px) {
  .blog-page {
    /* === Comments === */
  }
  .blog-page .page-content {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .blog-page article header h2, .blog-page .comments h3 {
    font-size: 3.53333em;
  }
  .blog-page article {
    padding: 0;
  }
  .blog-page article .meta {
    font-size: 0.93333em;
    margin-top: 10px;
    min-height: 1.21429em;
    padding: 0.71429em 1.42857em;
  }
  .blog-page article .meta .comments .text {
    margin-left: 0.35714em;
  }
  .blog-page article aside, .blog-page article .body {
    padding-top: 0.71429em;
  }
  .blog-page article aside {
    width: 22.85714%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
    position: absolute;
  }
  .blog-page article aside.left {
    margin-left: -20%;
  }
  .blog-page article .body {
    padding-left: 7.69231%;
    padding-right: 7.69231%;
    font-size: 0.93333em;
    line-height: 1.5;
  }
  .blog-page article .body p {
    margin: 0.71429em 0;
  }
  .blog-page article .body p:first-child {
    color: #184370;
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 0.55556em;
    margin-top: 0;
  }
  .blog-page article .meta {
    font-size: 0.93333em;
  }
  .blog-page article .meta .text, .blog-page article .meta time, .blog-page article .meta a {
    margin-left: 0.71429em;
  }
  .blog-page .comments > ul {
    padding-left: 70px;
  }
  .blog-page .comments > ul li {
    margin-bottom: 0.66667em;
    padding: 0;
  }
  .blog-page .comments h4 .headerlink {
    margin-left: 0.33333em;
  }
  .blog-page .comments .avatar {
    margin-left: -11.42857%;
  }
  .blog-page .comments .body {
    padding: 0.71429em 2.85714em;
  }
  .blog-page .comments .report, .blog-page .comments .delete {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: width;
    -moz-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    padding-left: 20px;
    width: 0px;
  }
  .blog-page .comments .report:hover, .blog-page .comments .report:focus, .blog-page .comments .delete:hover, .blog-page .comments .delete:focus {
    width: 3.3em;
  }
  .blog-page .comments .report {
    background-image: url('/assets/images/blog/report-comment.png');
  }
  .blog-page .comments .delete {
    background-image: url('/assets/images/blog/delete.png');
  }
  .blog-page .comments h4, .blog-page .response h3 {
    font-size: 1.2em;
  }
  .blog-page .comments .body, .blog-page .response textarea {
    font-size: 0.93333em;
    line-height: 1.5;
    margin-top: 0.71429em;
    min-height: 1.5em;
  }
  .blog-page .comments .body:after, .blog-page .response textarea:after {
    border: solid transparent;
    border-width: 10px;
    border-right-color: #e2e2e2;
    border-right-width: 10px;
    border-left-width: 0;
    content: " ";
    height: 0;
    right: 100%;
    position: absolute;
    top: 10px;
    width: 0;
  }
  .blog-page .response .avatar {
    left: 0;
    position: absolute;
    top: 0;
    margin-left: -20%;
  }

  body.full-width-page-content .blog-page .page-content {
    width: 100%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
    float: none;
    display: block;
  }
  body.full-width-page-content .blog-page article aside {
    width: 17.02128%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
  }
  body.full-width-page-content .blog-page article aside.left {
    margin-left: -14.89362%;
  }
  body.full-width-page-content .blog-page article .body {
    width: 87.23404%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
  }
  body.full-width-page-content .blog-page .comments .avatar {
    margin-left: -8.51064%;
  }
  body.full-width-page-content .blog-page .response .avatar {
    margin-left: -14.89362%;
  }
}
/* === Blog page === */
/* === Messages Listing Table === */
.tab-content.no-messages {
  padding: 10px;
}

.messages-listing thead th:only-child {
  display: none;
}
.messages-listing tr.unread {
  border-left: 5px solid #f9b910;
}
.messages-listing tr.unread td {
  padding-left: 5px;
}
.messages-listing.hide-read-messages tbody tr {
  display: none;
}
.messages-listing.hide-read-messages tbody tr.unread, .messages-listing.hide-read-messages tbody tr.notification, .messages-listing.hide-read-messages tbody tr.open {
  display: block;
}
.messages-listing .company {
  display: inline-block;
}
.messages-listing .site {
  display: inline-block;
}
.messages-listing .date {
  font-size: 0.77778em;
}
.messages-listing .mobile {
  white-space: nowrap;
}
.messages-listing .maybe-right {
  float: right;
  padding-top: 32px;
  position: relative;
  margin-left: 4px;
  margin-bottom: 4px;
}
.messages-listing .no-avatar .maybe-right {
  padding-top: 0;
}
.messages-listing .profilepic {
  position: absolute;
  right: 0;
  top: 0;
}
.messages-listing time {
  font-size: 15px;
}
.messages-listing .sender-name {
  font-weight: 600;
}
.messages-listing .sender-name .pre-sender-name {
  font-weight: 300;
}
.messages-listing .company-site {
  font-size: 15px;
}
.messages-listing .message-subject, .messages-listing .message-preview, .messages-listing .message-body {
  display: block;
  font-size: 15px;
}
.messages-listing .message-subject {
  color: black;
  margin: 4px 0;
}
.messages-listing .message-preview {
  color: #b2b2b2;
  line-height: 1;
  max-height: 30px;
  overflow: hidden;
  white-space: normal;
}
.messages-listing .message-body {
  background-color: white;
  color: black;
  display: none;
  line-height: 1.2;
  white-space: normal;
}
.messages-listing tr.open .message-preview {
  display: none;
}
.messages-listing tr.open .message-body {
  border-top: 1px solid #e2e2e2;
  display: block;
  padding: 10px;
}
.messages-listing .reply-container {
  display: none;
}
.messages-listing .reply-container legend {
  font-size: 1.16667em;
}
.messages-listing .reply-container label {
  font-weight: bold;
}
.messages-listing .reply-container .buttons input {
  padding: 5px 10px;
  margin-top: 0.55556em;
  margin-right: 0.55556em;
}
.messages-listing tr.replying .reply-container {
  display: block;
}
.messages-listing .reply-subject-wrapper input {
  display: none;
}
.messages-listing .reply-subject-wrapper .edit-reply-subject {
  display: block;
}
.messages-listing .edit-subject .reply-subject {
  display: none;
}
.messages-listing .edit-subject input {
  display: block;
}
.messages-listing .unread-text {
  display: inline;
  height: auto;
  width: auto;
  visibility: visible;
  padding-left: 0.5em;
}

@media only screen and (min-width: 480px) {
  table.messages-listing .reply-subject-wrapper .edit-reply-subject {
    display: inline;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1020px) {
  /* === Messages Listing Table === */
  .tab-content .messages-container {
    padding: 0;
  }

  table.messages-listing {
    table-layout: fixed;
    margin: 0;
  }
  table.messages-listing tr.unread .message-item {
    padding-left: 0.33333em;
    padding-right: 0.33333em;
  }
  table.messages-listing col.col-checkbox {
    width: 26px;
  }
  table.messages-listing tr.unread {
    border-left: none;
  }
  table.messages-listing tr.unread td:first-child {
    border-left: 3px solid #f9b910;
  }
  table.messages-listing tr.unread .message-item {
    border: none;
  }
  table.messages-listing.hide-read-messages tbody tr.unread, table.messages-listing.hide-read-messages tbody tr.notification, table.messages-listing.hide-read-messages tbody tr.open {
    display: table-row;
  }
  table.messages-listing .message-wrapper {
    display: block;
    max-width: 100%;
  }
  table.messages-listing .message-wrapper, table.messages-listing .message-full, table.messages-listing .message-subject, table.messages-listing .message-preview {
    white-space: nowrap;
    overflow: hidden;
  }
  table.messages-listing .message-subject, table.messages-listing .message-preview {
    display: inline;
    line-height: 1;
  }
  table.messages-listing .message-subject {
    margin-right: 10px;
  }
  table.messages-listing .maybe-right {
    margin-left: 20px;
  }
  table.messages-listing tr.open .message-wrapper {
    overflow: visible;
  }
  table.messages-listing tr.open .message-full {
    max-height: none;
  }
  table.messages-listing tr.open .message-subject {
    display: block;
    white-space: normal;
  }
  table.messages-listing tr.open.alt .message-body {
    border-top-color: #b2b2b2;
  }
  table.messages-listing tr.open .actions, table.messages-listing tr.replying .actions {
    visibility: visible;
  }
}
/* === Blog page === */
/* === Health Summary page === */
.health-summary .layout-content header {
  margin-bottom: 20px;
}
.health-summary .layout-content header dt {
  clear: left;
  float: left;
  font-weight: bold;
  margin-right: 0.3em;
}
.health-summary .layout-content header dd {
  margin: 0;
}
.health-summary .layout-content .module {
  border-bottom: 1px solid #65a0d6;
  border-left: 1px solid #65a0d6;
  border-right: 1px solid #65a0d6;
}
.health-summary .layout-content .module:first-child {
  border-top: 1px solid #65a0d6;
}
.health-summary .layout-content .header {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  background-color: #65a0d6;
  color: white;
  font-weight: bold;
  padding: 5px;
  position: relative;
}
.health-summary .layout-content .header.collapsed {
  background-color: white;
  color: #65a0d6;
}
.health-summary .layout-content .header:hover, .health-summary .layout-content .header.hover {
  background-color: #65a0d6;
  color: white;
}
.health-summary .layout-content .ready + .content {
  padding: 10px;
}
.health-summary .layout-content .description {
  *zoom: 1;
  overflow: visible;
}
.health-summary .layout-content .description:before, .health-summary .layout-content .description:after {
  content: " ";
  display: table;
}
.health-summary .layout-content .description:after {
  clear: both;
}

/* === Blog page === */
/* === HB Tips Page === */
.life_channels-index .cms-page {
  *zoom: 1;
}
.life_channels-index .cms-page:before, .life_channels-index .cms-page:after {
  content: " ";
  display: table;
}
.life_channels-index .cms-page:after {
  clear: both;
}
.life_channels-index .cms-page img {
  height: auto !important;
  max-width: 100%;
}
.life_channels-index .cms-page.hide {
  display: none;
}

@media only screen and (min-width: 1020px) {
  .life_channels-index .generic-page {
    margin-left: 19.14894%;
  }
  .life_channels-index .cms-page {
    float: left;
    z-index: 10;
    position: relative;
  }
  .life_channels-index .loading-indicator {
    background-color: #65a0d6;
    color: white;
    padding: 5px 10px;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
  }

  .lifechannel-categories .tab-box-stack-level0 {
    left: -23.68421%;
    width: 21.05263%;
    z-index: 20;
  }
  .lifechannel-categories .tab-box-stack-level1 {
    left: -2.63158% !important;
    width: 47.36842%;
    margin-left: -1px;
    margin-top: -1px;
    z-index: 30;
  }
  .lifechannel-categories .tab-box-stack-level2 {
    z-index: 10;
  }
}
/* === Blog page === */
/* === Page - Manager === */
.manager-summary {
  position: relative;
}
.manager-summary > section {
  border-top: 3px solid #f9b910;
  margin-top: 2em;
  padding-top: 2em;
}
.manager-summary > section:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.manager-summary > section > h3 {
  margin-top: 0;
}
.manager-summary .profile {
  margin-top: 20px;
}
.manager-summary .profile .avatar-wrapper {
  margin-top: 0;
}
.manager-summary .profile h3 {
  padding-top: 100px;
}
.manager-summary .current-schedules table td {
  margin: 0 0.55556em;
}
.manager-summary .consult-assessments .tab-content {
  padding: 20px;
}
.manager-summary .consult-assessments .multiselect-label {
  display: none !important;
}
.manager-summary .assessment-results .survey-user-summary > ul, .manager-summary .latest-consult-reasons .survey-user-summary > ul {
  padding: 0;
  margin: 0.27778em 0;
}
.manager-summary .follow-up .cell-info .row-1, .manager-summary .follow-up .cell-info .row-2, .manager-summary .follow-up .cell-info .row-3, .manager-summary .future-bookings .cell-info .row-1, .manager-summary .future-bookings .cell-info .row-2, .manager-summary .future-bookings .cell-info .row-3 {
  clear: both;
}
.manager-summary .follow-up .cell-info .member-name, .manager-summary .future-bookings .cell-info .member-name {
  display: none;
}
.manager-summary .follow-up .cell-info .manager-name, .manager-summary .future-bookings .cell-info .manager-name {
  float: none;
  display: block;
  font-weight: bold;
}
.manager-summary .follow-up .cell-info .followup-template, .manager-summary .follow-up .cell-info .followup-note, .manager-summary .future-bookings .cell-info .followup-template, .manager-summary .future-bookings .cell-info .followup-note {
  color: #b2b2b2;
  font-size: 0.77778em;
}

@media only screen and (min-width: 1020px) {
  .manager-summary > section {
    border-top-width: 1px;
  }
  .manager-summary > section > h3 {
    float: left;
        color: #f9b910;
    font-size: 1.66667em;
    font-weight: 300;
    text-transform: lowercase;
  }
  .manager-summary .profile h3 {
    padding-top: 0;
  }
  .manager-summary .profile .avatar-wrapper {
    left: 0;
  }
  .manager-summary .profile .avatar-wrapper .avatar {
    margin-top: 40px;
    right: auto;
  }
  .manager-summary .profile .section-content {
    margin-left: 17.02128%;
  }
  .manager-summary .section-content {
    margin-top: 0.5em;
    clear: both;
  }
  .manager-summary .current-schedules table td {
    margin: 0;
  }
  .manager-summary .consult-assessments .section-content {
    overflow: hidden;
  }
  .manager-summary .consult-assessments .tab-content {
    padding: 20px 0 0;
  }
  .manager-summary .follow-up .col-schedule-date, .manager-summary .follow-up .col-completion-date, .manager-summary .future-bookings .col-schedule-date, .manager-summary .future-bookings .col-completion-date {
    width: 10em;
  }
  .manager-summary .follow-up .cell-info .row-1, .manager-summary .follow-up .cell-info .row-2, .manager-summary .future-bookings .cell-info .row-1, .manager-summary .future-bookings .cell-info .row-2 {
    clear: none;
  }
  .manager-summary .follow-up .cell-info .row-1, .manager-summary .future-bookings .cell-info .row-1 {
    float: left;
  }
  .manager-summary .follow-up .cell-info .row-2, .manager-summary .future-bookings .cell-info .row-2 {
    float: left;
    margin-left: 0.5em;
  }
  .manager-summary .follow-up .cell-info .followup-template, .manager-summary .follow-up .cell-info .followup-note, .manager-summary .future-bookings .cell-info .followup-template, .manager-summary .future-bookings .cell-info .followup-note {
    font-size: 0.93333em;
  }
}
/* === Blog page === */
/* === Assign Homework Page === */
@media only screen and (min-width: 1020px) {
  body.homework-assign .generic-page {
    margin-left: 19.14894%;
  }
  body.homework-assign .page-content {
    clear: both;
  }

  .assign-homework .tab-box-stack-level0 {
    left: -23.68421%;
    width: 21.05263%;
    z-index: 20;
  }
  .assign-homework .tab-box-stack-level1 {
    z-index: 10;
  }
  .assign-homework .submit {
    clear: both;
  }
}
/* === Blog page === */
/* === ADMIN - Post edit === */
.featureimage-preview,
.thumbnail-preview {
  margin-left: -2px;
  margin-right: -2px;
}
.featureimage-preview img,
.thumbnail-preview img {
  border: 1px solid #e2e2e2;
}

.featureimage-preview {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ==|== non-semantic helper classes ========================================
 * Please define your styles before this section.
 * ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}
.right-condition{
  float: right;
}

@media only screen and (min-width: 1020px) {
  .grid-checker {
    *zoom: 1;
    max-width: 940px;
    _width: 940px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    height: 100%;
    position: absolute;
    visibility: hidden;
    width: 940px;
    z-index: 999999;
  }
  .grid-checker:after {
    content: "";
    display: table;
    clear: both;
  }

  .col {
    width: 4.25532%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    background-color: rgba(204, 0, 0, 0.1);
    height: 100%;
  }
  .col:nth-child(16n) {
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
  }

  body.grid-test #wrapper {
    position: relative;
  }
  body.grid-test .grid-checker {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
  }
}



@media only screen
and (min-width : 320px)
and (max-width : 479px) {
    #poll_main_div{float:none !important;width:87% !important; height:auto !important;clear:both;margin:-16px !important;}

    .ng-scope{width:100%;display:inline-block;position:relative;border-bottom:none;}
    .table td {float:left;}
    .table td:first-child {width:5%;}
    .table td:not(:first-child) {
        width: 75%;
    }
}

@media only screen
and (max-width : 768px)  {
    #poll_main_div{float:none !important;width:87% !important; height:auto !important;clear:both;}

    .ng-scope{width:100%;display:inline-block;position:relative;border-bottom:none;}
    .table td {float:left;}
    .table td:first-child {width:5%;}
    .table td:not(:first-child) {
        width: 75%;
    }
}



/*  Maulik  */

.header_div {
    float: right;
    width: 57%;
}
.responses {
    float: left;
    width: 11%;
}
.responses_header {
    float: left;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 19% !important;
}
.survey-responses .questionAnswer {
    float: left;
    font-size: 10px;
    width: 13%;
}
.survey-responses .questionLabel {
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10%;
    width: 20%;
}

.div1, .div2, .div3 {
    float: left;
    font-size: 9px;
    width: 19%;
}

.div_per {
    float: left;
    margin-left: 15%;
    width: 50%;
}

}



.span_followup {margin-bottom:5px;}
.btn_delete{
    background-color: #bc0b0b;
    color: white;
    text-decoration: none;
    border: 1px solid #bc0b0b;
}

.questionLabel1{width:100% !important;}


/* kelvin */
.box-table-b {border-collapse: collapse; width: 100%; color: #333333; font-size: 16px; }

.box-table-b th {background: #144571; font-weight: normal; padding: 13px 8px; border-left: 1px solid #fff; border-right: 1px solid #fff; font-family: 'Roboto Condensed', sans-serif; font-size: 18px;color:#fff;}

.box-table-b th a {color:#fff;}

.box-table-b td { border-left: 1px solid #fff; border-right: 1px solid #fff; padding: 10px;}

.box-table-b tr:hover td {}

.sup{ background: none repeat scroll 0 0 #F9B910; border-radius: 16px; color: #000000; font-size: 16px;padding: 5px;}

.booking_list_div {position: absolute;     right: 0;     top: -160px;}

.add_consulatations {margin-bottom:15px;}
.add_consulatations a {color: #FEE150 !important; font-size: 25px;}
.ca_fb_login_btn { clear: both;    float: right;    position: absolute;    right: 0;   bottom: 0;}


.page-content {     position: relative; }

@media only screen and (min-width : 320px)  and (max-width : 960px)  {

.ca_fb_login_btn {  bottom: 0;    float: right;    right: 0;    width: 100%; position: inherit !important;margin-top: 7px !important ;}

.page-content {     padding-bottom: 35px; }
body.login-popup #login-popup, body.login-popup .menu-padder {height: 250px;}

}
_:-ms-fullscreen, :root #switch-user-form .submit input{display:none;}
.unlocking{background: #174570 url(../images/home/unlockinglife-bg.jpg) no-repeat scroll center top / 100% auto ; padding:40px 20px;}
.unlocking h2{font-size: 26px; color: #c9d938; margin: 20px 0 20px;}
.unlocking h2 span{font-size: 26px; color: #c9d938;float:right;    text-transform: capitalize;}
.last-24 .left{width: 30%; background: #FFFFFF; padding: 10px; margin: 6px 0 0;}
.last-24 .left .left-ul{margin: 0; padding: 0; list-style: none;}
.last-24 .left .left-ul .left-li{background: url(../images/home/last-24-left-bg.jpg) no-repeat left top #0d4872; padding: 0 10px; line-height: 26px; color: #FFFFFF; margin-bottom: 10px;}
.last-24 .left .left-ul .left-li:last-child{margin-bottom: 0;}
.last-24 .right{width: 63%;}
.last-24 .right .right-ul{margin: 0; padding: 0;display: block;}
.last-24 .right .right-ul .right-li{float: left; height: 90px; /* margin: 5px; */ width: 131px; text-align: center;display: inline-block; border-bottom: 5px solid #174570; border-right: 5px solid #174570;}

.last-24 .right .right-ul .right-li h3{color: #174570; font-size: 32px; font-weight: 600;}
.last-24 .right .right-ul .right-li h3 em{font-size: 20px; font-style: normal;}
.last-24 .right .right-ul .right-li span{font-size: 10px; color: #174570;}

.last-10 ul{margin: 0; padding: 0; text-align: center;}
.last-10 ul li{display: inline-block; height: 90px; margin: 5px; width: 126px; text-align: center;}
.last-10 ul li h3{color: #174570; font-size: 32px; font-weight: 600;}
.last-10 ul li h3 em{font-size: 20px; font-style: normal;}
.last-10 ul li span{font-size: 10px; color: #174570;}
.last-10.clearfix > div {margin-bottom:5px;width:100%;}
.last-10 h2 {text-transform:capitalize;display: inline-block;margin-top:15px;}

.day-slip .left{width: 410px; margin: 5px;}
.day-slip .left img{width: 100%;}
.day-slip .right{width: 410px; margin: 5px;}
.day-slip .right img{width: 100%;}

.last-30 ul{margin: 0; padding: 0; text-align: center;}
.last-30 ul li{display: inline-block; height: 90px; margin: 5px; width: 126px; text-align: center;}
.last-30 ul li h3{color: #174570; font-size: 32px; font-weight: 600;}
.last-30 ul li h3 em{font-size: 20px; font-style: normal;}
.last-30 ul li span{font-size: 10px; color: #174570;}



.day-activity{width: 99%; margin: 5px;}
.day-activity img{width: 100%;}
.icon1{background: url(../images/home/icon1.png) no-repeat center center #FFFFFF;}
.icon2{background: url(../images/home/icon2.png) no-repeat center center #FFFFFF;}
.icon3{background: url(../images/home/icon3.png) no-repeat center center #FFFFFF;}
.icon4{background: url(../images/home/icon4.png) no-repeat center center #FFFFFF;}
.icon5{background: url(../images/home/icon5.png) no-repeat center center #FFFFFF;}
.icon6{background: url(../images/home/icon6.png) no-repeat center center #FFFFFF;}
.icon7{background: url(../images/home/icon7.png) no-repeat center center #FFFFFF;}
.icon8{background: url(../images/home/icon8.png) no-repeat center center #FFFFFF;}
.graph-img{margin: 5px 0;}

.avg-minutes{width: 100%;}
.average-box{width: 24%; /* margin-right: 10px; */ float: left;border-right:5px solid #174570;}
.average-box:last-child{margin-right: 0px;}

.average-box h1{
     /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9fbfd), to(#cbdef1)); /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(left, #f9fbfd, #cbdef1); /* Firefox 3.6+ */ background: -moz-linear-gradient(left, #f9fbfd, #cbdef1); /* IE 10 */ background: -ms-linear-gradient(left, #f9fbfd, #cbdef1); /* Opera 11.10+ */ background: -o-linear-gradient(left, #f9fbfd, #cbdef1);font-size: 30px; color: #174570;padding: 10px 0;text-align: center;
}
.average-box span{color: #fff;text-align: left;}
.average-box:nth-child(2) h1{/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c0d7ee), to(#96bde2)); /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(left, #c0d7ee, #96bde2); /* Firefox 3.6+ */ background: -moz-linear-gradient(left, #c0d7ee, #96bde2); /* IE 10 */ background: -ms-linear-gradient(left, #c0d7ee, #96bde2); /* Opera 11.10+ */ background: -o-linear-gradient(left, #c0d7ee, #96bde2);font-size: 30px; color: #174570;padding: 10px 0;text-align: center;}

.average-box:nth-child(3) h1{/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8eb8e0), to(#75a8d9)); /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(left, #8eb8e0, #75a8d9); /* Firefox 3.6+ */ background: -moz-linear-gradient(left, #8eb8e0, #75a8d9); /* IE 10 */ background: -ms-linear-gradient(left, #8eb8e0, #75a8d9); /* Opera 11.10+ */ background: -o-linear-gradient(left, #8eb8e0, #75a8d9);font-size: 30px; color: #174570;padding: 10px 0;text-align: center;}

.average-box:nth-child(4) h1{/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#70a5d8), to(#669fd5)); /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(left, #70a5d8, #669fd5); /* Firefox 3.6+ */ background: -moz-linear-gradient(left, #70a5d8, #669fd5); /* IE 10 */ background: -ms-linear-gradient(left, #70a5d8, #669fd5); /* Opera 11.10+ */ background: -o-linear-gradient(left, #70a5d8, #669fd5);font-size: 30px; color: #174570;padding: 10px 0;text-align: center;}

.chart_img_div{display: none;}
.generate_report{cursor: pointer;}

.report_title {float: left;font-size: 15px !important;font-weight: 600;width: 25%;text-transform: capitalize !important;}

.surveys-edit.form-layout .layout-content form select {
    width: 100%;
}
@media only screen and (min-width:960px) and (max-width:1179px) {
.last-24 .left{width: 270px;}
.last-10 ul li{margin: 5px 8px;}
.day-slip .left, .day-slip .right{margin: 5px 8px;}

.last-30 ul li{margin: 5px 8px;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.last-24 .left{width: 190px;}
.last-24 .right{width: 486px;}
.last-24 .right .right-ul .right-li{width: 111px;}
.last-10 ul li{width: 104px;}
.last-10 ul li h3{font-size: 22px;}
.day-slip .left, .day-slip .right{width: 48.4%;}
.day-slip .left img, .day-slip .right img{width: 100%;}
.last-30 ul li{width: 104px;}
.last-30 ul li h3{font-size: 22px;}
.average-box{margin-right: 9px;}
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
.last-24 .left{width: 553px; float: none; margin: 0 auto;}
.last-24 .right{width: 565px; float: none; margin: 0 auto;}
.last-24 .right .right-ul .right-li{width: 131px;}
.last-10 ul li{width: 176px;}
.day-slip .left, .day-slip .right{width: 48.2%;}
.day-slip .left img, .day-slip .right img{width: 100%;}
.last-30 ul li{width: 176px;}

.average-box{margin-right: 3px;}
.average-box h1{font-size: 17px;}
.average-box:nth-child(2) h1{font-size: 19px;}
.average-box:nth-child(3) h1{font-size: 19px;}
.average-box:nth-child(4) h1{font-size: 19px;}
.average-box span{font-size: 14px;}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
.last-24 .left{width: 395px; float: none; margin: 0 auto;}
.last-24 .right{width: 405px; float: none; margin: 0 auto;}
.last-24 .right .right-ul .right-li{width: 125px;}
.last-10 ul li{width: 123px;}
.day-slip .left, .day-slip .right{width: 97%;}
.day-slip .left img, .day-slip .right img{width: 100%;}
.last-30 ul li{width: 123px;}

.average-box{margin-right: 3px;}
.average-box h1{font-size: 17px;}
.average-box:nth-child(2) h1{font-size: 17px;}
.average-box:nth-child(3) h1{font-size: 17px;}
.average-box:nth-child(4) h1{font-size: 17px;}
.average-box span{font-size: 13px;}

}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.last-24 .left{width: 240px; margin: 0 auto; float: none}
.last-24 .right{width: 240px; margin: 0 auto; float: none}
.last-24 .right .right-ul .right-li{width: 110px;}
.last-10 ul li{width: 110px;}
.day-slip .left, .day-slip .right{width: 96%;}
.day-slip .left img, .day-slip .right img{width: 100%;}
.last-30 ul li{width: 123px;}

.average-box{margin-right: 3px;}
.average-box h1{font-size: 17px;}
.average-box:nth-child(2) h1{font-size: 17px;}
.average-box:nth-child(3) h1{font-size: 17px;}
.average-box:nth-child(4) h1{font-size: 17px;}
.average-box span{font-size: 13px;}
}
.one_radio_button{float:left;padding-right:5px;}
.email_exists{color: red;
    padding: 10px 0;}
#addtofevchk {    
    display: none;
	}
	.hidecsv {
    display: block;
	}
	.showcsv{
		display: block;
	}
.mandatory{
			color: red;
			display: none;
}    
.survey_recipient{
        padding: 16px;
        background-color: #eeeeee;        
        margin: 10px 0 0 0px;
    }
    .survey_recipient .remove {
    margin-left: 13px;
    color: red;
    }

.survey-response{
      padding-left: 20px;
      padding-right: 20px;
}

#navbar a{font-size: 14px !important;}
.navbar-ul .navbar-left li.actionli::after{display: none !important;}
.navbar-ul .navbar-left li.admin-menu::after{display: none !important;}
.navbar-right li::after{display: none !important;} 

/* Manager center */

/*.messages-body, .generic-page {
  margin-top: 20px;
  padding: 0 20px;
}*/
.message-body > h2, .generic-page h2 {
  color: #f9b910;
  font-size: 2.77778em;
  font-weight: 300;
  line-height: 0.95;
  text-transform: lowercase;
  margin-top: 0.6em;
}
.message-body > h3, .generic-page h3 {
  color: #f9b910;
  font-size: 1.66667em;
  font-weight: 300;
  text-transform: lowercase;
  margin-top: 0.5em;
}
.message-body h2 + h3, .generic-page h2 + h3 {
  margin-top: -0.3em;
}
.message-body > header h2, .generic-page > header h2 {
  color: #f9b910;
  font-size: 3.33333em;
  margin-top: 0;
}
.message-body > header h3, .generic-page > header h3 {
  color: #b2b2b2;
  font-size: 2.22222em;
  margin-top: 0;
}
.message-body .page-content header h2, .generic-page .page-content header h2 {
  font-size: 2.22222em;
}
.message-body .page-content header h3, .generic-page .page-content header h3 {
  font-size: 1.66667em;
}

@media only screen and (min-width: 560px) {
  /* === Generic section === */
  .message-body img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1020px) {
  /* === Generic section === */
  .message-body, .generic-page {
    *zoom: 1;
    padding: 0;
    margin-top: 40px;
  }
  .message-body:before, .message-body:after, .generic-page:before, .generic-page:after {
    content: " ";
    display: table;
  }
  .message-body:after, .generic-page:after {
    clear: both;
  }
  .message-body header h2, .generic-page header h2 {
    font-size: 2.66667em;
  }
  .message-body.videos, .message-body.features, .generic-page.videos, .generic-page.features {
    margin-left: 0;
  }

  .left-side > .generic, .right-side > .generic {
    margin-top: 0;
  }
}

/*end Manager center */

.navbar-nav > li.managerli.actionli a::after{content: "|"; position: absolute; right: 0; top: -1px;}
