﻿.row {
  width: auto;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-1 {
  width: 8.33333333%;
}
.column-2 {
  width: calc(100% / 12 * 2);
}
.column-3 {
  width: calc(100% / 12 * 3);
}
.column-4 {
  width: calc(100% / 12 * 4);
}
.column-5 {
  width: calc(100% / 12 * 5);
}
.column-6 {
  width: calc(100% / 12 * 6);
}
.column-7 {
  width: calc(100% / 12 * 7);
}
.column-8 {
  width: calc(100% / 12 * 8);
}
.column-9 {
  width: calc(100% / 12 * 9);
}
.column-10 {
  width: calc(100% / 12 * 10);
}
.column-11 {
  width: calc(100% / 12 * 11);
}
.column-12 {
  width: 100%;
}
[class*='column-'] {
  float: left;
  padding: 0 10px;
  position: relative;
  min-height: 1px;
}
@media only screen and (max-width : 992px) {
  [class*='column-'] {
    padding: 0 7px;
  }
}
@media only screen and (max-width : 580px) {
  [class*='column-'] {
    width: 100% !important;
  }
}
.pull-4 {
  left: calc(-100% / 12 * 4);
}
@media only screen and (max-width : 992px) {
  .pull-4 {
    left: 0;
  }
}
.push-8 {
  left: calc(100% / 12 * 8);
}
@media only screen and (max-width : 992px) {
  .push-8 {
    left: 0;
  }
}
.push-3 {
  left: calc(100% / 12 * 3);
}
@media only screen and (max-width : 992px) {
  .push-3 {
    left: 0;
  }
}
@media only screen and (max-width : 1200px) {
  .desktop-6 {
    width: calc(100% / 12 * 6);
  }
}
@media only screen and (max-width : 1200px) {
  .desktop-12 {
    width: 100%;
  }
}
@media only screen and (max-width : 1600px) {
  .desktop-wide-6 {
    width: calc(100% / 12 * 6);
  }
}
@media only screen and (max-width : 1600px) {
  .desktop-wide-12 {
    width: 100%;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.container.small {
  max-width: 1030px;
}
.transition {
  transition: all 0.2s ease;
}
.padding-reset {
  margin: 0 -10px;
}
.padding-reset15 {
  margin: 0 -15px;
}
.no-padding {
  padding: 0 !important;
}
.padding15 {
  padding: 0 15px;
}
.padding-large {
  padding: 100px 0;
}
.margin-right {
  margin-right: 10px;
}
.no-margin {
  margin: 0;
}
.content-padding {
  padding: 30px;
  max-width: 1700px;
  margin: 0 auto;
}
@media only screen and (max-width : 768px) {
  .content-padding {
    padding: 30px 15px;
  }
}
.content-padding.added-top {
  padding-top: calc(30px + 10px);
}
.transform-center {
  transform: translate(-50%, -50%);
}
.transformY-center {
  transform: translateY(-50%);
}
.transformX-center {
  transform: translateX(-50%);
}
.translateReset {
  transform: translate(0);
}
.loader {
  background-image: url(img/rolling.svg);
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
}
.overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch !important;
}
.overflow::-webkit-scrollbar {
  background-color: transparent;
  height: 11px;
}
.overflow::-webkit-scrollbar-thumb {
  background-color: #949ca4;
  border-radius: 14px;
}
.overflow::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}
.overflow table {
  margin-bottom: 10px;
  -webkit-transform: translateZ(0);
  height: 100%;
  width: 100%;
}
.max-width-400 {
  max-width: 400px;
}
html,
body {
  min-height: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  margin: 0;
  background-color: #FFF;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
a:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  outline: 0;
  box-shadow: 0px 0px 0px 4px #ffcd04 inset;
}
.skip-to-main {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #2e3944;
  color: #ffffff;
  padding: 8px;
  font-weight: bold;
}
.skip-to-main:focus {
  left: 16px;
  top: 16px;
}
.wrapper {
  min-height: 100%;
  min-height: 100vh;
  height: 100%;
  position: relative;
  overflow: auto;
}
@media only screen and (max-width : 1200px) {
  .wrapper {
    overflow: auto;
  }
}
@media only screen and (max-height : 960px) {
  .wrapper {
    overflow: auto;
  }
}
.content-area {
  min-height: calc(100% - 248px);
  min-height: calc(100vh - 248px);
  overflow: auto;
  position: relative;
  transition: all 0.2s ease;
}
@media only screen and (max-width : 1200px) {
  .content-area {
    overflow: visible;
  }
}
@media only screen and (max-height : 960px) {
  .content-area {
    overflow: visible;
  }
}
.content-area.normal-scroll {
  min-height: 0;
}
.content-area.normal-scroll .main-content {
  min-height: calc(100% - 168px);
  min-height: calc(100vh - 168px);
  position: relative;
  width: auto;
}
.content-area.login {
  height: 100%;
  min-height: 100%;
}
.content-area.login .main-content {
  border-top: 1px solid #ededed;
}
@media only screen and (max-width : 768px) {
  .content-area.login .main-content {
    padding-bottom: 0;
  }
}
@media only screen and (max-height : 960px) {
  .content-area.login .main-content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width : 768px) {
  .content-area.login footer {
    position: absolute;
  }
}
@media only screen and (max-height : 960px) {
  .content-area.login footer {
    position: relative;
  }
}
.content-area .main-content {
  min-height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  right: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 91px;
  transition: all 0.2s ease;
}
@media only screen and (max-width : 580px) {
  .content-area .main-content {
    padding-bottom: 0;
  }
}
.content-area .main-content.active {
  width: calc(100% - 280px);
}
@media only screen and (max-width : 1200px) {
  .content-area .main-content.active {
    width: 100%;
    transform: translateX(0);
  }
}
@media only screen and (max-height : 960px) {
  .content-area .main-content.active {
    width: 100%;
    transform: translateX(0);
  }
}
nav.side-nav {
  position: fixed;
  top: 248px;
  bottom: 0;
  overflow-y: auto;
  display: none;
  /*min-height: ~"calc(100vh - 248px)";*/
  width: 100%;
  max-width: 280px;
  background-color: #2e3944;
  color: #FFF;
  float: left;
  transform: translateX(-100%);
  z-index: 15;
  transition: all 0.2s ease;
}
@media only screen and (max-width : 1200px) {
  nav.side-nav {
    top: 0;
    transform: translateX(-110%);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-height : 960px) {
  nav.side-nav {
    top: 0;
    transform: translateX(-110%);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  }
}
nav.side-nav.student {
  top: 0;
  transform: translateX(-110%);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}
nav.side-nav.student .nav-close {
  display: block;
  background-color: #a450a7;
}
nav.side-nav.active {
  transform: translateX(0);
  display: block;
}
nav.side-nav::-webkit-scrollbar {
  background-color: transparent;
  width: 11px;
}
nav.side-nav::-webkit-scrollbar-thumb {
  background-color: #977da8;
}
nav.side-nav::-webkit-scrollbar-track {
  background-color: #4C5762;
}
nav.side-nav .nav-close {
  display: block;
  background-color: #796089;
  padding: 26px 30px;
  cursor: pointer;
  display: none;
  width: 100%;
  border-radius: 0;
}
@media only screen and (max-width : 1200px) {
  nav.side-nav .nav-close {
    display: block;
  }
}
@media only screen and (max-height : 960px) {
  nav.side-nav .nav-close {
    display: block;
  }
}
nav.side-nav .nav-close i,
nav.side-nav .nav-close p {
  display: inline-block;
}
nav.side-nav .nav-close p {
  margin: 0 0 0 20px;
}
nav.side-nav ul {
  margin: 0;
  padding: 0;
}
nav.side-nav ul li {
  background-color: rgba(255, 255, 255, 0.07);
  margin-bottom: 1px;
  font-size: 15px;
  position: relative;
  transition: all 0.2s ease;
}
nav.side-nav ul li:after {
  content: '';
  height: 100%;
  width: 8px;
  background-color: #6c2c91;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
nav.side-nav ul li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
nav.side-nav ul li.active {
  background-color: rgba(255, 255, 255, 0.12);
}
nav.side-nav ul li.active:after {
  animation: side-active 0.4s forwards;
  animation-delay: 0.4s;
}
nav.side-nav ul li a {
  color: inherit;
  text-decoration: none;
  padding: 30px;
  display: block;
  outline: 0;
}
nav.side-nav ul li a:focus {
  box-shadow: 0px 0px 0px 4px #ffcd04 inset;
}
.header-tabs {
  background-color: #625faa;
  color: #FFF;
  min-height: 166px;
  position: relative;
}
.header-tabs.alt {
  min-height: 66px;
}
.header-tabs.alt h2 {
  display: none;
}
.header-tabs.alt ul.tabs {
  padding-left: 0;
}
.header-tabs.alt ul.tabs li.active {
  background-color: #eaeaea;
}
.header-tabs.alt ul.tabs li.active a,
.header-tabs.alt ul.tabs li.active span {
  color: #000000;
  padding: 0 39px;
}
.header-tabs.alt ul.tabs li.active a:after,
.header-tabs.alt ul.tabs li.active span:after {
  display: none;
  background: rgba(63, 75, 87, 0.14);
}
.header-tabs.alt ul.tabs li:first-child a {
  padding: 0 39px;
}
.header-tabs h2 {
  color: #FFF;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 37px 30px;
}
@media only screen and (max-width : 768px) {
  .header-tabs h2 {
    text-align: left;
    padding-left: 28px;
  }
}
.header-tabs h2 button {
  margin-left: 10px;
}
.header-tabs .select-page {
  line-height: 88px;
  padding: 0 40px;
  color: #FFF;
  background-color: #006f9f;
  display: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media only screen and (max-width : 992px) {
  .header-tabs .select-page {
    display: block;
  }
}
.header-tabs .select-page:hover {
  background-color: #00a1e6;
}
.header-tabs .select-page:after {
  content: '\f078';
  font-family: 'fontAwesome';
  position: absolute;
  display: inline;
  left: auto;
  bottom: auto;
  margin-left: 12px;
  font-size: 10px;
  top: 26px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #FFF;
  transition: all ease 0.3s;
}
.header-tabs ul.tabs {
  min-height: 66px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  text-align: left;
  font-size: 16px;
  position: relative;
  text-align: center;
  display: flex;
  overflow-x: auto;
}
@media only screen and (max-width : 992px) {
  .header-tabs ul.tabs {
    display: block;
  }
}
.header-tabs ul.tabs::-webkit-scrollbar {
  background-color: transparent;
  height: 10px;
}
.header-tabs ul.tabs::-webkit-scrollbar-thumb {
  background-color: #5ba4ad;
}
.header-tabs ul.tabs::-webkit-scrollbar-track {
  background-color: #625faa;
}
@media only screen and (max-width : 1200px) {
  .header-tabs ul.tabs {
    text-align: left;
    padding-left: 0;
  }
}
.header-tabs ul.tabs li {
  width: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  transition: all 0.2s ease;
}
.header-tabs ul.tabs li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header-tabs ul.tabs li:first-child {
  margin-left: auto;
}
.header-tabs ul.tabs li:last-child {
  margin-right: auto;
}
.header-tabs ul.tabs li.active {
  background-color: #625faa;
  font-weight: 600;
}
.header-tabs ul.tabs li.active a:after {
  display: block;
}
.header-tabs ul.tabs li.disabled {
  background: #434177;
  color: #ffffff;
}
@media only screen and (max-width : 992px) {
  .header-tabs ul.tabs li.disabled a {
    background-color: #d6d6d6;
    color: #9c9c9c;
  }
}
.header-tabs ul.tabs li.disabled a {
  cursor: not-allowed;
}
.header-tabs ul.tabs li.disabled:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3f4b57;
  padding: 9px 10px;
  color: #FFF;
  font-weight: 600;
  width: 100%;
  transform: translateY(100%);
  cursor: not-allowed;
  transition: all 0.2s ease;
}
.header-tabs ul.tabs li.disabled:hover:after {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}
.header-tabs ul.tabs li a,
.header-tabs ul.tabs li span {
  padding: 0 30px;
  line-height: 66px;
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
@media only screen and (max-width : 1600px) {
  .header-tabs ul.tabs li a,
  .header-tabs ul.tabs li span {
    padding: 0 28px;
  }
}
.header-tabs ul.tabs li a:after,
.header-tabs ul.tabs li span:after {
  content: '';
  position: absolute;
  bottom: 21px;
  left: 28px;
  width: calc(100% - 56px);
  height: 2px;
  background: rgba(255, 255, 255, 0.34);
  display: none;
}
.header-tabs ul.tabs li a:focus,
.header-tabs ul.tabs li span:focus {
  box-shadow: 0px 0px 0px 4px #ffcd04 inset;
}
@media only screen and (max-width : 992px) {
  .header-tabs {
    min-height: 88px;
  }
  .header-tabs .tab-container {
    max-height: 88px;
    overflow: hidden;
    transition: all ease 0.5s;
  }
  .header-tabs .tab-container.active {
    max-height: 660px;
  }
  .header-tabs .tab-container.active .select-page:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .header-tabs ul.tabs {
    padding-left: 0;
    background-color: #e5e5e5;
    border-bottom: 1px solid #dbdbdb;
  }
  .header-tabs ul.tabs li {
    display: block;
  }
  .header-tabs ul.tabs li.active {
    background-color: #ECECEC;
  }
  .header-tabs ul.tabs li a,
  .header-tabs ul.tabs li span {
    padding: 0 40px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #515162;
    line-height: 56px;
  }
  .header-tabs ul.tabs li a:before,
  .header-tabs ul.tabs li span:before {
    content: '\f054';
    font-family: 'fontAwesome';
    color: #007db3;
    margin-right: 15px;
    font-size: 10px;
  }
  .header-tabs ul.tabs li a:after,
  .header-tabs ul.tabs li span:after {
    display: none !important;
  }
}
.tabs-dropdown {
  min-height: 88px;
}
.tabs-dropdown .tab-container {
  max-height: 88px;
  overflow: hidden;
  transition: all ease 0.5s;
}
.tabs-dropdown .tab-container.active {
  max-height: 660px;
}
.tabs-dropdown .tab-container.active .select-page:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.tabs-dropdown ul.tabs {
  padding-left: 0;
  background-color: #e5e5e5;
  border-bottom: 1px solid #dbdbdb;
}
.tabs-dropdown ul.tabs li {
  display: block;
}
.tabs-dropdown ul.tabs li.active {
  background-color: #ECECEC;
}
.tabs-dropdown ul.tabs li a,
.tabs-dropdown ul.tabs li span {
  padding: 0 40px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #515162;
  line-height: 56px;
}
.tabs-dropdown ul.tabs li a:before,
.tabs-dropdown ul.tabs li span:before {
  content: '\f054';
  font-family: 'fontAwesome';
  color: #007db3;
  margin-right: 15px;
  font-size: 10px;
}
.tabs-dropdown ul.tabs li a:after,
.tabs-dropdown ul.tabs li span:after {
  display: none !important;
}
span.pagination {
  text-align: center;
  display: block;
  margin-top: 50px;
}
span.pagination a {
  color: inherit;
  text-decoration: none;
}
span.pagination button {
  padding: 2px 13px;
  border: 1px solid #dadada;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.75);
  margin-right: 5px;
  line-height: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  margin-bottom: 8px;
  display: inline-block;
  transition: all 0.2s ease;
}
span.pagination button:hover {
  background-color: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
span.pagination button:after {
  font-family: 'fontAwesome';
  font-size: 11px;
}
span.pagination button.next:after {
  content: '\f054';
}
span.pagination button.prev:after {
  content: '\f053';
}
span.pagination button.active {
  background-color: #007db3;
  border-color: #007db3;
  color: #FFF;
  font-weight: 600;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.heading-filter {
  margin: -30px -30px 30px;
  padding: 30px;
  position: relative;
}
.heading-filter:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 1000px);
  height: 100%;
  background: #ECECEC;
  border-bottom: 1px solid #dadada;
}
.heading-filter .col-left {
  padding-left: 0;
}
@media only screen and (max-width : 580px) {
  .heading-filter .col-left {
    padding: 0;
  }
}
.heading-filter .col-right {
  padding-right: 0;
}
@media only screen and (max-width : 580px) {
  .heading-filter .col-right {
    padding: 0;
  }
}
.heading-filter h1 {
  font-weight: 600;
  position: relative;
  color: #51595f;
  z-index: 1;
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #5ec1cf 50%);
  background-repeat: repeat-x;
  background-size: 2px 4px;
  background-position: 14px 29px;
  margin: 0;
}
.heading-filter h1:after {
  content: '';
  display: block;
  margin-bottom: 40px;
}
.heading-filter p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
}
.heading-filter p label {
  display: inline-block;
  margin: 0 6px 0 0;
  font-weight: 600;
  font-size: 16px;
}
.button-nav {
  overflow: auto;
  z-index: 20;
}
header {
  min-height: 168px;
  position: relative;
}
header.margin-bottom {
  margin-bottom: 80px;
}
header.no-margin {
  margin-bottom: 0 !important;
}
header a {
  position: static;
}
header a:focus .logo {
  box-shadow: 0px 0px 0px 4px #ffcd04;
}
header .logo,
header .nhs-logo {
  position: absolute;
  top: 50%;
  outline: 0;
  border: 0;
  transform: translateY(-50%);
  outline: none;
}
header .logo {
  max-width: 352px;
  width: 100%;
  height: 69px;
  left: 30px;
}
@media only screen and (max-width : 580px) {
  header .logo {
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
  }
}
header .nhs-logo {
  max-width: 75px;
  right: 30px;
  height: 75px;
}
@media only screen and (max-width : 580px) {
  header .nhs-logo {
    display: none;
  }
}
nav.top-nav {
  background-color: #2e3944;
  min-height: 80px;
  color: #FFF;
  position: relative;
  transition: all 0.2s ease;
}
nav.top-nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}
nav.top-nav button.menu-button {
  color: #FFF;
  background-color: #2e3944;
  height: 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 17px;
  position: relative;
  border-radius: 0;
  padding: 0;
}
nav.top-nav button.menu-button:after {
  content: '\f0c9';
  font-family: 'fontAwesome';
}
nav.top-nav button.menu-button .tooltip-hover {
  margin-left: -35px;
}
nav.top-nav button.menu-button:hover .tooltip-hover {
  display: block;
}
@media only screen and (max-height : 960px) {
  nav.top-nav .tooltip-hover {
    margin-left: -115px;
  }
}
@media only screen and (max-width : 1200px) {
  nav.top-nav .tooltip-hover {
    margin-left: -115px;
  }
}
nav.top-nav ul.nav-buttons {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(280px);
  transition: all 0.2s ease;
}
nav.top-nav ul.nav-buttons.no-nav {
  transform: translateX(80px);
}
@media only screen and (max-width : 1200px) {
  nav.top-nav ul.nav-buttons {
    transform: translateX(80px);
  }
}
@media only screen and (max-height : 960px) {
  nav.top-nav ul.nav-buttons {
    transform: translateX(80px);
  }
}
nav.top-nav ul.nav-buttons li {
  background-color: rgba(255, 255, 255, 0.07);
  text-align: center;
  margin-right: 2px;
  float: left;
  outline: 0;
  transition: all 0.2s ease;
}
nav.top-nav ul.nav-buttons li:hover {
  background-color: #5B6878;
}
nav.top-nav ul.nav-buttons li:hover .tooltip-hover {
  display: block;
}
nav.top-nav ul.nav-buttons li:focus {
  box-shadow: 0px 0px 0px 4px #ffcd04 inset;
}
@media only screen and (max-width : 580px) {
  nav.top-nav ul.nav-buttons li.help {
    display: none;
  }
}
nav.top-nav ul.nav-buttons li.alert {
  overflow: hidden;
}
nav.top-nav ul.nav-buttons li.alert div {
  position: relative;
}
nav.top-nav ul.nav-buttons li.alert .tooltip-hover {
  margin-left: -312px;
}
@media only screen and (max-height : 960px) {
  nav.top-nav ul.nav-buttons li.alert .tooltip-hover {
    margin-left: -114px;
  }
}
@media only screen and (max-width : 1200px) {
  nav.top-nav ul.nav-buttons li.alert .tooltip-hover {
    margin-left: -114px;
  }
}
nav.top-nav ul.nav-buttons li.alert:hover span.number {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}
nav.top-nav ul.nav-buttons li a {
  color: inherit;
  text-decoration: none;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: block;
}
nav.top-nav ul.nav-buttons li a:focus {
  box-shadow: 0px 0px 0px 4px #ffcd04 inset;
}
nav.top-nav ul.nav-buttons li span.number {
  background-color: #d20c0c;
  color: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  pointer-events: none;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transition: all 0.2s ease;
}
nav.top-nav ul.nav-buttons li span.icon:after {
  font-family: 'fontAwesome';
  color: #FFF;
}
nav.top-nav ul.nav-buttons li span.icon.home:after {
  content: '\f015';
}
nav.top-nav ul.nav-buttons li span.icon.question:after {
  content: '\f128';
}
nav.top-nav ul.nav-buttons li span.icon.mail:after {
  content: '\f0e0';
}
nav.top-nav ul.nav-buttons li span.icon.bell:after {
  content: '\f0f3';
}
nav.top-nav .user-section {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  line-height: 80px;
  cursor: pointer;
  min-width: 230px;
  max-width: 300px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width : 768px) {
  nav.top-nav .user-section {
    min-width: 0;
    right: 0;
  }
}
nav.top-nav .user-section .user-click {
  padding: 0 20px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 11;
}
@media only screen and (max-width : 768px) {
  nav.top-nav .user-section .user-click {
    width: 80px;
    position: absolute;
    right: 0;
  }
  nav.top-nav .user-section .user-click.active {
    background: #556779;
  }
}
nav.top-nav .user-section .user-click.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
nav.top-nav .user-section .user-click:after {
  content: '\f078';
  font-family: 'fontAwesome';
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 30px;
  transition: all 0.2s ease;
}
@media only screen and (max-width : 768px) {
  nav.top-nav .user-section .user-click:after {
    display: none;
  }
}
nav.top-nav .user-section span.display-picture {
  width: 40px;
  height: 40px;
  background-color: #625faa;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
nav.top-nav .user-section span.display-picture:after {
  content: '\f1ae';
  font-family: 'fontAwesome';
  font-size: 26px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  display: block;
  bottom: -31px;
  left: 20px;
  position: absolute;
}
@media only screen and (max-width : 768px) {
  nav.top-nav .user-section span.display-picture {
    right: 20px;
  }
}
nav.top-nav .user-section span.user-name {
  line-height: 40px;
  font-size: 16px;
  padding: 0 40px 0 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width : 768px) {
  nav.top-nav .user-section span.user-name {
    display: none;
  }
}
nav.top-nav .user-dropdown {
  position: absolute;
  right: 0;
  top: 0;
  background: #2e3944;
  z-index: 10;
  width: 100%;
  padding: 80px 30px 0;
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.4s;
}
@media only screen and (max-width : 768px) {
  nav.top-nav .user-dropdown {
    top: 80px;
    background: none;
    padding-top: 0;
    min-width: 230px;
  }
}
nav.top-nav .user-dropdown.active {
  background: #2e3944;
  max-height: 350px;
  box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.18);
  transition: all 0.2s ease;
}
nav.top-nav .user-dropdown a {
  display: block;
  background: #2e3944;
  color: #FFF;
  text-decoration: none;
  line-height: 46px;
  position: relative;
  padding-left: 35px;
}
nav.top-nav .user-dropdown a:first-child {
  margin-top: 20px;
}
nav.top-nav .user-dropdown a:hover i.profile {
  animation: jump linear 1s;
}
nav.top-nav .user-dropdown a:hover i.settings {
  animation: rotate linear 2s;
  animation-iteration-count: infinite;
}
nav.top-nav .user-dropdown a:hover i.help {
  animation: scale linear 0.3s;
}
nav.top-nav .user-dropdown i {
  font-size: 20px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 27%;
}
nav.top-nav .user-dropdown form {
  margin: 0;
}
nav.top-nav .user-dropdown button {
  width: calc(100% + 20px);
  margin: 20px -10px 20px;
  display: block;
  border-radius: 0;
  transition: all 0.2s ease;
  padding: 20px;
  font-weight: 600;
  background-color: #007db3;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
}
nav.top-nav .user-dropdown button:hover {
  background-color: #00a1e6;
}
footer {
  padding: 17px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
}
@media only screen and (max-width : 580px) {
  footer {
    position: relative;
  }
}
footer .p1 a {
  margin-right: 10px;
  position: relative;
}
footer .p1 a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #007db3;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transition: all 0.2s ease;
}
footer .p1 a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
}
footer .p2 p {
  font-size: 16px;
}
footer p {
  font-size: 16px;
  margin: 0;
}
.content-area footer {
  border-top: 1px solid #ddd;
  background: #efefef;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  margin-bottom: 60px;
  box-shadow: 0 4px 11px -5px rgba(0, 0, 0, 0.3);
  display: table;
}
table thead {
  border-collapse: collapse;
  vertical-align: middle;
}
table thead th {
  padding: 15px 20px;
  text-align: left;
  background-color: #625faa;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}
table tfoot button {
  padding: 20px 50px !important;
  float: right;
}
table tr {
  background-color: #fafafa;
}
table tr:nth-child(even) {
  background-color: #f5f5f5;
}
table td {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 22px;
  min-width: 120px;
}
table td.nowrap {
  white-space: nowrap;
}
table td .checkbox-button {
  margin: 0;
}
table td .checkbox-button input {
  margin: 0;
}
table td .checkbox-button label {
  margin: 0;
  line-height: 17px;
}
table td .checkbox-button label,
table td .radio-button label {
  overflow: visible;
}
table.learning-centre.active,
table.student.active {
  background: #007db3;
}
table.learning-centre.inactive,
table.student.inactive {
  background: #6c2c91;
}
table.learning-centre.inactive thead tr,
table.student.inactive thead tr {
  background: #5d267d;
}
table.learning-centre.green,
table.student.green {
  background-color: #12875a;
}
table.learning-centre.green thead tr,
table.student.green thead tr {
  background: #12875a;
}
table.learning-centre.purple,
table.student.purple {
  background-color: #6c2c91;
}
table.learning-centre.purple thead tr,
table.student.purple thead tr {
  background: #6c2c91;
}
table.learning-centre thead tr,
table.student thead tr {
  background: #006b9a;
}
table.learning-centre thead tr th,
table.student thead tr th {
  background: none;
}
table.learning-centre thead tr.heading,
table.student thead tr.heading {
  background: none;
  display: table-row;
}
table.learning-centre thead tr.heading th,
table.student thead tr.heading th {
  color: #FFF;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}
table.learning-centre thead tr.heading th span.number,
table.student thead tr.heading th span.number {
  font-size: 48px;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 10px;
}
table.learning-centre a,
table.student a {
  font-weight: 600;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #d9d9d9 50%);
  background-repeat: repeat-x;
  background-size: 2px 4px;
  background-position: 14px 14px;
}
table.learning-centre a:hover,
table.student a:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #59bdca 50%);
}
table.learning-centre a.button,
table.student a.button {
  background-image: none;
}
table.learning-centre a.button,
table.student a.button,
table.learning-centre button,
table.student button {
  color: #FFF;
  text-decoration: none;
}
table.student td {
  padding: 20px;
}
table.student thead {
  padding: 15px 20px;
}
table.student thead tr th {
  padding: 15px 20px;
}
table.student thead tr th.border {
  position: relative;
}
table.student thead tr th.border:before {
  content: '';
  width: calc(100% - 60px);
  height: 2px;
  background: rgba(255, 255, 255, 0.17);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
table.student .radio-button input[type=radio]:checked ~ label:before {
  border: 3px solid #12875a;
}
table.evaluation {
  table-layout: fixed;
  width: 100%;
  box-shadow: 0 15px 9px -10px rgba(0, 0, 0, 0.04);
}
table.evaluation thead {
  border-bottom: 1px solid #e9e9e9;
}
table.evaluation thead th {
  color: #55636f;
  background: #FFF;
  border-right: 1px solid #e9e9e9;
  text-align: center;
}
table.evaluation thead th:last-child {
  border-right: 0;
}
table.evaluation tr {
  background-color: #FFF;
  transition: all 0.2s ease;
}
table.evaluation tr:last-child td {
  border-bottom: 0;
}
table.evaluation tr.green {
  background-color: #e4fff0;
}
table.evaluation tr.green .textbox,
table.evaluation tr.green td.radio {
  background-color: #e4fff0;
}
table.evaluation tr.red {
  background-color: #ffefef;
}
table.evaluation tr.red .textbox,
table.evaluation tr.red td.radio {
  background-color: #ffefef;
}
table.evaluation td {
  border-color: #e9e9e9;
  position: relative;
  background-clip: padding-box;
  border-bottom: 1px solid #e9e9e9;
  line-height: 22px;
  font-size: 16px;
  transition: all 0.2s ease;
}
table.evaluation td:last-child {
  border-right: 0;
}
table.evaluation td.radio {
  padding: 0;
}
table.evaluation .question {
  width: 275px;
}
table.evaluation .radio {
  width: auto;
  background-color: #fafafa;
  min-width: 50px;
}
@media only screen and (max-width : 992px) {
  table.evaluation .radio {
    width: 120px;
  }
}
table.evaluation .textbox {
  background-color: #f8f2fa;
  width: 245px;
}
table.evaluation .textbox textarea {
  margin: 0;
  width: 100%;
}
table a.button {
  margin-right: 5px;
  font-weight: bold;
}
table a.button:last-child {
  margin: 0;
}
table span.cross,
table span.tick {
  position: relative;
  display: block;
}
table span.cross:before,
table span.tick:before {
  font-family: 'fontAwesome';
  font-size: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
table span.tick {
  position: relative;
}
table span.tick:before {
  content: '\f00c';
  color: #94d0a2;
}
table span.cross {
  position: relative;
}
table span.cross:before {
  content: '\f00d';
  color: #f099b2;
}
table ul {
  margin: 0;
  padding: 0;
}
table ul li {
  list-style-type: none;
  position: relative;
  padding-left: 13px;
}
table ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 9px;
  content: '\f054';
  font-family: 'fontAwesome';
  color: #59bdca;
}
table .min-width-350 {
  min-width: 350px;
}
table .min-width-250 {
  min-width: 250px;
}
.form-list .form-row {
  padding: 30px;
  color: #424f5c;
  position: relative;
}
.form-list .form-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 1000px);
  height: 100%;
}
.form-list .form-row:nth-child(odd):before {
  background-color: #fbfbfb;
}
.form-list .form-row.no-padding-side {
  padding: 30px 0;
}
.form-list .form-row .text {
  padding-left: 50px;
}
.form-list .form-row .form {
  padding-left: 30px;
}
.form-list .form-row .form textarea {
  width: 100%;
  min-height: 170px;
}
.form-list .form-row .action-plan {
  background-color: #FFF;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}
.form-list .form-row .action-plan span.number {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.form-list .form-row span.number {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 0;
}
.form-list .form-row .heading {
  color: #625faa;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  margin-top: 0;
}
.form-list .form-row span.large-heading {
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 600;
  display: block;
}
.form-list .form-row p {
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0;
}
.form-list .form-row .radio-button {
  margin: 20px 20px 0 0;
}
.form-list .form-row .radio-button label {
  margin: 0;
}
.view-edit {
  min-width: 221px;
}
.view-edit-delete {
  min-width: 380px;
}
.progress {
  position: relative;
  color: #666666;
}
.progress svg {
  width: 100% !important;
}
.progress .progressbar-text {
  color: #666666 !important;
  top: 16px !important;
}
.ui-datepicker {
  padding: 5px !important;
  min-width: 296px;
  display: none;
}
.ui-datepicker table {
  margin: 0 !important;
  box-shadow: none;
}
.ui-datepicker thead th {
  background-color: #54b1be;
  font-weight: 600 !important;
}
.ui-datepicker tr {
  background-color: #f6f6f6 !important;
}
.ui-datepicker td {
  min-width: 0;
  padding: 0 !important;
}
.ui-datepicker td a {
  padding: 5px !important;
}
.ui-datepicker select {
  display: inline-block;
  padding: 10px;
  border: 0;
  font-family: Open Sans;
  background: #5cc0ce;
  color: #FFF;
  font-weight: 600;
  -webkit-appearance: normal;
  margin-right: 10px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.ui-datepicker span.ui-icon {
  text-indent: 0;
  color: transparent;
}
.ui-datepicker span.ui-icon-circle-triangle-w:before,
.ui-datepicker span.ui-icon-circle-triangle-e:before {
  content: '\f053';
  font-family: 'fontAwesome';
  color: #FFF;
  font-size: 11px;
  top: 3px;
  position: absolute;
}
.ui-datepicker span.ui-icon-circle-triangle-e:before {
  content: '\f054';
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-state-hover {
  background: #5cc0ce !important;
  border-color: #5cc0ce !important;
}
.panel {
  background-color: #FFF;
  box-shadow: 0 11px 20px -9px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  border: 1px solid #dadada;
}
.panel.table,
.panel.student-table {
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  -webkit-overflow-scrolling: touch;
}
.panel.table table,
.panel.student-table table {
  margin: 0;
  box-shadow: none;
  -webkit-transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.panel.table table tbody,
.panel.student-table table tbody {
  border-bottom: 1px solid #eee;
}
.panel.table .pagination,
.panel.student-table .pagination {
  margin: 0;
  padding: 20px 0;
  border: 1px solid #dadada;
}
.panel.student-table {
  background: #FFF;
  border: 0;
}
.panel#student-evaluations canvas {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.panel#student-evaluations .chart-legend ul {
  max-width: 360px;
}
.panel#student-evaluations button {
  min-height: 60px;
  width: 100%;
  background: #007db3;
  font-size: 16px;
  border-radius: 8px;
}
@media only screen and (max-width : 1200px) {
  .panel#student-evaluations button {
    margin-bottom: 20px;
  }
}
.panel.mentor .panel-content {
  padding: 40px;
}
.panel.mentor .panel-content p span {
  color: #3f4b57;
  font-weight: 600;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #a2e2eb 50%);
  background-repeat: repeat-x;
  background-size: 2px 4px;
  background-position: 14px 18px;
}
.panel.mentor .panel-content .row {
  margin: 0 -10px;
}
.panel.mentor h2 {
  margin-top: 0;
  color: #3f4b57;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #a2e2eb 50%);
  background-position: 14px 18px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #eaeaea 50%);
  background-repeat: repeat-x;
  background-size: 2px 4px;
  background-position: 14px 22px;
  display: inline;
}
.panel.mentor h2:after {
  content: '';
  display: block;
  margin-bottom: 20px;
}
.panel.students {
  background-color: #007db3;
}
.panel .heading {
  min-height: 70px;
  background-color: #CCC;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 22px 23px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.panel .heading.red {
  background-color: #d20c0c;
}
.panel .heading.purple {
  background-color: #6c2c91;
}
.panel .heading.green {
  background-color: #00704a;
}
.panel .heading.blue {
  background-color: #007db3;
}
.panel .panel-content {
  padding: 30px 20px;
  color: #000000;
  min-height: 300px;
}
@media only screen and (max-width : 768px) {
  .panel .panel-content {
    padding: 25px 15px;
  }
}
.panel .panel-content.pad-large {
  padding: 40px;
}
.panel .panel-content.no-side-padding {
  padding: 30px 0;
}
.panel .panel-content .entry {
  padding: 20px 60px 20px 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.panel .panel-content .entry:hover {
  background-color: #f9f9f9;
}
.panel .panel-content .entry:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background-color: #f7f7f7;
}
.panel .panel-content .entry:last-child:after {
  display: none;
}
.panel .panel-content .entry p {
  margin: 0;
  font-size: 16px;
}
.panel .panel-content .entry span.alert-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.panel .panel-content .entry span.environment-heading {
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
}
.panel .panel-content .entry div.info {
  margin-right: 10px;
  display: inline-block;
}
.panel .panel-content .entry label {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}
.panel .panel-content .entry.environment:before {
  content: '\f061';
  font-family: 'fontawesome';
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 15px;
  color: #bfbfbf;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.panel .panel-content .entry.environment:hover:before {
  color: #cab7d7;
  transform: translate(-10px, -50%);
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
}
.panel .panel-content .entry.environment label {
  margin-bottom: 0;
}
.panel .panel-content .entry.environment span {
  font-size: 16px;
}
.panel .panel-content .entry.environment span.environment-heading {
  font-size: 15px;
}
.panel .pagination {
  margin: 0;
  padding: 0 30px 22px;
}
span.alert-icon {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  background-color: #CCC;
}
span.alert-icon.red {
  background-color: #d20c0c;
}
span.alert-icon.yellow {
  background-color: #efec90;
}
span.alert-icon.green {
  background-color: #8bea81;
}
a.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}
#EducationalAudit .panel .panel-content,
#FeedbackView .panel .panel-content {
  padding: 0 15px 15px;
}
#EducationalAudit .panel .panel-content span,
#FeedbackView .panel .panel-content span {
  display: inline-block;
  padding-left: 5px;
  font-size: 16px;
}
#EducationalAudit .panel .panel-content label,
#FeedbackView .panel .panel-content label {
  margin: 20px 0 5px;
  background-color: #f6f6f6;
  padding: 5px;
  display: block;
}
#EducationalAudit .panel .panel-content button,
#FeedbackView .panel .panel-content button {
  background: #5ec1cf;
  margin-top: 10px;
  width: 100%;
  font-weight: 600;
}
#dashboard .panel {
  min-height: 340px;
  margin-bottom: 20px;
}
.chart-legend {
  margin-top: 30px;
}
.chart-legend ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.chart-legend ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px 10px 0;
  font-size: 12px;
  font-weight: 600;
}
.chart-legend ul li span {
  display: inline-block;
  height: 0;
}
.chart-legend ul li span:before {
  content: '';
  background-color: inherit;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width : 1600px) {
  .left-column,
  .right-column {
    width: 100%;
  }
}
.no-alerts,
.no-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
}
@media only screen and (max-width : 580px) {
  .no-alerts,
  .no-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    padding: 80px 0;
  }
}
.no-alerts.active,
.no-content.active {
  display: block;
}
.no-alerts span.bell-alert,
.no-content span.bell-alert {
  width: 120px;
  height: 120px;
  background: #efefef;
  background: #FFF;
  border-radius: 100%;
  display: block;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0 auto;
}
.no-alerts span.bell-alert:before,
.no-content span.bell-alert:before {
  content: '';
  width: 120px;
  height: 120px;
  border: 2px solid #efefef;
  border-radius: 100%;
  display: block;
}
.no-alerts span.bell-alert:after,
.no-content span.bell-alert:after {
  content: '\f0f3';
  font-family: 'fontAwesome';
  font-size: 50px;
  color: #9dd0d7;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  transition: all 0.2s ease;
}
.no-alerts span.bell-alert:hover,
.no-content span.bell-alert:hover {
  background-color: #6c2c91;
}
.no-alerts span.bell-alert:hover:before,
.no-content span.bell-alert:hover:before {
  animation: scale-fade linear 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: 50% 50%;
  background-color: #efefef;
}
.no-alerts span.bell-alert:hover:after,
.no-content span.bell-alert:hover:after {
  animation: bell-swing linear 1.1s;
  animation-iteration-count: infinite;
  color: #FFF;
  transform-origin: 50% 50%;
}
.no-alerts span.binoculars,
.no-content span.binoculars {
  width: 120px;
  height: 120px;
  border: 2px solid #efefef;
  border-radius: 100%;
  display: block;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0 auto;
  background: none;
  z-index: 1;
}
.no-alerts span.binoculars:before,
.no-content span.binoculars:before {
  content: '';
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: block;
  z-index: -1;
}
.no-alerts span.binoculars:after,
.no-content span.binoculars:after {
  content: '\f1e5';
  font-family: 'fontAwesome';
  font-size: 50px;
  color: #9dd0d7;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  transition: all 0.2s ease;
}
.no-alerts span.binoculars:hover,
.no-content span.binoculars:hover {
  background-color: #6c2c91;
  border-color: #6c2c91;
}
.no-alerts span.binoculars:hover:before,
.no-content span.binoculars:hover:before {
  animation: scale-fade linear 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: 50% 50%;
  background: #efefef;
}
.no-alerts span.binoculars:hover:after,
.no-content span.binoculars:hover:after {
  animation: tada linear 1.5s;
  animation-iteration-count: infinite;
  color: #FFF;
  transform-origin: 50% 50%;
}
.no-alerts p,
.no-content p {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #868a97;
  position: relative;
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #eee 50%);
  background-repeat: repeat-x;
  background-size: 2px 4px;
  background-position: 14px 15px;
}
.no-alerts p:before,
.no-content p:before {
  content: '';
  display: block;
  margin: 20px 0 0 0;
}
.no-content td {
  width: 100%;
  display: block;
  clear: both;
}
.vertical-dash {
  height: 50px;
  width: 5px;
  margin: auto;
  padding: 35px 0;
}
.logincontainer {
  max-width: 500px;
  width: 100%;
  border: solid #e6e5e5 1px;
  background-color: #fff;
  border-top: solid 5px #977da8;
  border-radius: 5px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  -webkit-transform: translate(-50%, -52%);
  -moz-transform: translate(-50%, -52%);
  -ms-transform: translate(-50%, -52%);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-height : 960px) {
  .logincontainer {
    position: relative;
    margin: 50px 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media only screen and (max-width : 768px) {
  .logincontainer {
    position: relative;
    margin: 50px auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    top: 0;
    left: 0;
    width: auto;
    /*
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    */
  }
}
@media only screen and (max-width : 580px) {
  .logincontainer {
    margin: 50px 20px;
  }
}
.logincontainer input[type=submit] {
  width: 100%;
  padding: 20px 0;
}
.logincontainer input[type=submit]:hover {
  background-color: #00a1e6;
}
.logincontainer input[type=password] {
  width: 100%;
  border-radius: 5px;
}
.logincontainer input[type=text] {
  width: 100%;
  border-radius: 5px;
}
.logincontainer h1 {
  margin-top: 15px;
  text-align: center;
  font-size: 23px;
  font-weight: normal;
}
.logincontainer #links {
  margin-top: 20px;
}
.logincontainer #links a {
  margin: 0 20px 0 0;
  position: relative;
}
.logincontainer #links a:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: rgba(215, 215, 215, 0.5);
  transition: all 0.2s ease;
  pointer-events: none;
}
.logincontainer #links a:hover:after {
  transform: translateY(2px) scaleX(0.9);
  -webkit-transform: translateY(2px) scaleX(0.9);
  -moz-transform: translateY(2px) scaleX(0.9);
  -ms-transform: translateY(2px) scaleX(0.9);
  background-color: #007db3;
}
.logincontainer .text-danger ul {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}
.logincontainer .text-danger ul li {
  color: #525252;
  font-weight: 600;
  font-size: 16px;
}
.logincontainer .text-danger ul li:before {
  content: '\f12a';
  font-family: 'fontAwesome';
  height: 20px;
  width: 20px;
  background: #d20c0c;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
}
section.content-area .main-content active {
  width: 100%;
}
.vertical-dash {
  /*  background-color: #555555; */
  height: 50px;
  width: 5px;
  margin: auto;
  padding: 35px 0;
}
.registercontainer {
  max-width: 500px;
  width: 100%;
  margin: auto;
  border: solid #e6e5e5 1px;
  background-color: #fff;
  border-top: solid 5px #977da8;
  border-radius: 5px;
}
.registercontainer input[type=submit] {
  width: 95%;
  margin-left: 10px;
}
.registercontainer input[type=password] {
  width: 95%;
  margin-left: 10px;
  border-radius: 5px;
}
.registercontainer input[type=text] {
  width: 95%;
  margin-left: 10px;
  border-radius: 5px;
}
.registercontainer input[type=checkbox] {
  margin-left: 15px;
}
.registercontainer h2 {
  margin-top: 15px;
  text-align: center;
  font-size: 23px;
}
.registercontainer label {
  padding-left: 15px;
}
.registercontainer #links {
  padding-left: 15px;
}
.registercontainer h4 {
  padding-left: 15px;
}
#back {
  width: 25%;
}
.column-6 title-box {
  background-color: #977da8;
}
.footer-container {
  max-width: 100%;
  margin: auto;
}
.footer-container .p1 {
  float: right;
}
.footer-container .p2 {
  float: left;
}
.report-heading {
  padding: 30px 15px;
  background: #007db3;
  color: #ffffff;
  font-weight: bold;
  background-image: none;
  margin: 0;
}
.report-container {
  height: calc(0.5625 * 64vw);
  border: 0;
  background: #ffffff;
  padding-top: 10px;
  box-shadow: 0 15px 9px -10px rgb(0 0 0%);
}
.report-container iframe {
  border: 0;
}
#EnvironmentProfile {
  /*.heading-filter {
    background: #55b4c0;
    p, h1 {
      color: #FFF;
    }
  }
  */
}
#EnvironmentProfile .section-bg {
  margin: 0 -30px;
  padding: 50px 30px;
  position: relative;
}
#EnvironmentProfile .section-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 1000px);
  height: 100%;
  background: rgba(255, 255, 255, 0.74);
  display: none;
  z-index: 0;
}
#EnvironmentProfile .section-bg:nth-child(odd):before {
  display: block;
}
#EnvironmentProfile .section-bg h2,
#EnvironmentProfile .section-bg hr,
#EnvironmentProfile .section-bg .row,
#EnvironmentProfile .section-bg [class*='column-'] {
  z-index: 1;
  position: relative;
}
#EnvironmentProfile h2 {
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(138, 125, 162, 0.4) 50%);
  background-repeat: repeat-x;
  background-size: 2px 4px;
  background-position: 14px 22px;
}
#EnvironmentProfile h2:after {
  content: '';
  display: block;
  margin: 0 0 40px;
}
#EnvironmentProfile .select-container,
#EnvironmentProfile input[type=text],
#EnvironmentProfile input[type=password],
#EnvironmentProfile select,
#EnvironmentProfile textarea {
  margin-bottom: 30px;
}
#EnvironmentProfile .associated-uni {
  margin-bottom: 15px;
  min-height: 85px;
}
#EnvironmentProfile .associated-uni:last-child {
  margin-bottom: 0;
}
#EnvironmentProfile .associated-uni input,
#EnvironmentProfile .associated-uni .select-container,
#EnvironmentProfile .associated-uni select {
  margin-bottom: 20px;
}
section.error-page {
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 555px;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width : 580px) {
  section.error-page {
    transform: scale(0.8);
    position: relative;
    top: auto;
    left: auto;
  }
}
section.error-page span.dude {
  display: block;
  margin-top: 35px;
}
@media only screen and (max-width : 580px) {
  section.error-page span.dude {
    margin: 0;
  }
}
section.error-page span.dude:before {
  content: '\f1ae';
  font-family: 'fontAwesome';
  font-size: 150px;
  display: block;
  line-height: 500px;
  text-align: center;
  animation: dude-fly linear 6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 1.5s;
  z-index: 10;
  /*
      -webkit-animation: dude-fly linear 1s;
      -webkit-animation-iteration-count: 1;
      -webkit-transform-origin: 50% 50%;
      -moz-animation: dude-fly linear 1s;
      -moz-animation-iteration-count: 1;
      -moz-transform-origin: 50% 50%;
      -ms-animation: dude-fly linear 1s;
      -ms-animation-iteration-count: 1;
      -ms-transform-origin: 50% 50%;
      */
}
section.error-page span.dude:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -51px;
  margin-bottom: -102px;
  border-radius: 100%;
  width: 100px;
  height: 40px;
  /* background: black; */
  display: block;
  z-index: -1;
  box-shadow: 1px 15px 38px -2px rgba(0, 0, 0, 0.15);
  animation: dude-shadow linear 6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 1.5s;
}
section.error-page span.error-text {
  font-size: 80px;
  font-weight: 900;
  /* text-transform: uppercase; */
  letter-spacing: -6px;
  color: #977DA8;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 75px;
  z-index: 5;
  display: block;
}
section.error-page p {
  position: absolute;
  bottom: 0;
  text-align: center;
}
@media only screen and (max-width : 580px) {
  section.error-page p {
    position: relative;
  }
}
section.error-page span.question {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: 900;
  animation: question linear 6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 1.5s;
  transform: scale(0);
  margin-top: -51px;
  margin-left: -16px;
}
@keyframes dude-fly {
  0% {
    transform: translate(0px, 0px);
  }
  5% {
    transform: translate(0px, 23px);
  }
  15% {
    transform: translate(0px, -300%);
  }
  40% {
    transform: translate(0px, -300%);
  }
  50% {
    transform: translate(0px, 23px);
  }
  55% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes dude-shadow {
  0% {
    transform: translate(0px, 0px);
  }
  5% {
    transform: translate(0px, 23px);
  }
  15% {
    transform: translate(0px, 0px);
  }
  49% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 23px);
  }
  55% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes question {
  0% {
    transform: scale(0);
  }
  14% {
    transform: scale(0);
  }
  16% {
    transform: scale(1);
  }
  49% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  55% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
body.student {
  background-color: #edf7fa;
}
body.student header {
  background-color: #364049;
}
body.student a {
  font-weight: bold;
}
body.student nav.top-nav ul.nav-buttons {
  transform: translate(0);
}
body.student nav.top-nav ul.nav-buttons button.menu-button {
  float: left;
}
body.student footer {
  background-color: #364049;
  color: #FFF;
  border: 0;
}
body.student footer a {
  color: #FFF;
}
body.student .tooltip-hover {
  margin-left: -30px;
}
body.student .main-content {
  background: #e67c81;
  background: -moz-linear-gradient(-45deg, #9542b1 0%, #e67c81 100%);
  background: -webkit-linear-gradient(-45deg, #9542b1 0%, #e67c81 100%);
  background: linear-gradient(135deg, #9542b1 0%, #e67c81 100%);
}
body.student .main-content.active {
  width: 100%;
}
body.student .main-content .heading-filter {
  display: none;
}
body.student .main-content .content-padding {
  background: #FFF;
  max-width: 600px;
  margin: 100px auto;
  border-radius: 10px;
}
@media only screen and (max-width : 768px) {
  body.student .main-content .content-padding {
    padding: 30px 25px;
  }
}
body.student .main-content .content-padding .max-width-400 {
  margin: 0 auto 50px;
}
body.student .main-content .content-padding h2 {
  text-align: center;
}
body.student .main-content .content-padding hr {
  max-width: 400px;
  margin: 0 auto 50px;
}
body.student .main-content .content-padding input {
  margin-bottom: 35px;
}
body.student .main-content .content-padding button,
body.student .main-content .content-padding input[type=submit] {
  background-color: #6c2c91;
  width: 100%;
  padding: 20px 30px;
}
body.student .main-content .content-padding .faq-item {
  box-shadow: none;
}
body.student .main-content .content-padding .faq-item .question h2 {
  padding-right: 0;
  text-align: left;
}
body.student .main-content .content-padding .faq-item .answer {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-top: 0;
}
body.student .panel.blue {
  background-color: #007db3;
}
body.student .panel.darkBlue {
  background-color: #007db3;
}
body.student .panel.purple {
  background-color: #6c2c91;
}
body.student .panel.green {
  background-color: #12875a;
}
body.student .panel.darkGreen {
  background-color: #00704a;
}
body.student .panel-content {
  padding: 50px;
  overflow: auto;
}
body.student .panel-content.white {
  color: #FFF;
}
body.student .panel-content.white h1,
body.student .panel-content.white h2 {
  color: #FFF;
}
body.student .panel-content h1 {
  margin: 0 0 10px;
  font-weight: 300;
}
body.student .panel-content h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  position: relative;
  display: inline-block;
}
body.student .panel-content h2:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
body.student .panel-content p {
  font-size: 15px;
}
body.student .panel-content a {
  color: #D1ECF0;
}
body.student .panel-content section {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 3px solid #eee;
}
body.student .panel-content section:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
body.student .panel-content .question-container {
  margin-bottom: 10px;
}
body.student .panel-content .question-container h3 {
  margin: 30px 0;
}
body.student .panel-content .question-container .question-answer {
  padding-left: 50px;
  margin-left: 30px;
  border-left: 1px solid #EEE;
}
body.student .panel-content .question-container .question-answer:first-of-type {
  margin-top: 0;
}
body.student .panel-content .question-container .question-answer:nth-child(odd) {
  background-color: #f9f9f9;
}
body.student .panel-content .question-container .question-answer:before {
  left: 20px;
}
body.student .panel-content .question-answer {
  border-bottom: 1px solid #eee;
  padding: 20px 0 20px 30px;
  position: relative;
}
body.student .panel-content .question-answer:first-of-type {
  margin-top: -20px;
}
body.student .panel-content .question-answer:last-child {
  border-bottom: 0;
}
body.student .panel-content .question-answer:before {
  content: '\f054';
  font-family: 'fontAwesome';
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 16px;
}
body.student .panel-content .question-answer h4,
body.student .panel-content .question-answer h3,
body.student .panel-content .question-answer h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: black;
}
body.student .panel-content .question-answer p {
  margin-bottom: 0;
}
body.student a.button {
  font-weight: 600;
  background-color: #363b40;
  transition: all 0.2s ease;
}
body.student a.button:after {
  margin-left: 10px;
  font-family: 'fontAwesome';
}
body.student a.button:hover {
  background-color: #42484e;
}
body.student .environment-profile {
  padding: 100px 0;
  z-index: 1;
  background: #6c2c91;
  background: -moz-linear-gradient(-45deg, #6c2c91 0%, #625faa 100%);
  background: -webkit-linear-gradient(-45deg, #6c2c91 0%, #625faa 100%);
  background: linear-gradient(135deg, #6c2c91 0%, #625faa 100%);
}
body.student .environment-profile .container {
  max-width: 900px;
}
body.student .environment-profile h1 {
  color: #fff;
}
body.student .environment-profile h2 {
  color: #FFF;
  display: inline;
  background-repeat: repeat-x;
  background-size: 2px 4px;
  background-position: 14px 15px;
}
body.student .environment-profile h2:after {
  content: '';
  display: block;
  margin-bottom: 20px;
}
body.student .environment-profile .panel {
  border: 1px solid #dadada;
}
body.student .environment-profile .panel.table {
  box-shadow: 0 9px 48px -5px rgba(0, 0, 0, 0.29);
}
body.student .environment-profile table td,
body.student .environment-profile table th {
  font-weight: 600;
  min-width: 200px;
  padding: 15px 20px;
}
body.student h1::selection,
body.student p::selection,
body.student h2::selection,
body.student h3::selection,
body.student h4::selection,
body.student ul::selection,
body.student li::selection,
body.student a::selection,
body.student img::selection,
body.student span::selection {
  background-color: #63f8cc;
}
body.student .content-area {
  overflow-x: hidden;
}
body.student .container {
  max-width: 1400px;
}
body.student .welcome {
  background: #6c2c91;
}
body.student .welcome.small {
  padding: 130px 0;
}
body.student .welcome.small:before {
  content: '';
  background: #6c2c91;
  background: -moz-linear-gradient(-45deg, #6c2c91 0%, #625faa 100%);
  background: -webkit-linear-gradient(-45deg, #6c2c91 0%, #625faa 100%);
  background: linear-gradient(135deg, #6c2c91 0%, #625faa 100%);
  position: absolute;
  top: 0;
  left: -1000px;
  right: -20px;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width : 1200px) {
  body.student .welcome.small {
    width: 100%;
    padding: 100px 50px;
  }
}
@media only screen and (max-width : 768px) {
  body.student .welcome.small {
    padding: 100px 15px;
  }
}
body.student .welcome.small .panel-content {
  max-width: none;
  padding: 0 100px 0 50px !important;
  margin: 0 auto;
}
@media only screen and (max-width : 1200px) {
  body.student .welcome.small .panel-content {
    padding: 0 !important;
  }
}
body.student .welcome.small .panel-content h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
body.student .welcome.small .panel-content p,
body.student .welcome.small .panel-content li {
  font-size: 15px;
}
body.student .uni-panel {
  padding: 130px 0;
  z-index: 1;
  background-color: #007db3;
  color: #ffffff;
}
body.student .uni-panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  right: -1000px;
  bottom: 0;
  background-color: #007db3;
  z-index: -1;
}
@media only screen and (max-width : 1200px) {
  body.student .uni-panel {
    width: 100%;
    padding: 100px 50px;
  }
}
@media only screen and (max-width : 768px) {
  body.student .uni-panel {
    padding: 100px 15px;
  }
}
body.student .uni-panel span.uni-logo {
  width: 100%;
  display: block;
  padding: 0 0 60px 0;
}
body.student .uni-panel span.uni-logo img {
  margin: 0 auto;
  display: block;
  max-width: 300px;
}
body.student .uni-panel .panel-content {
  padding: 0 50px 100px 100px;
  overflow: visible;
}
@media only screen and (max-width : 1200px) {
  body.student .uni-panel .panel-content {
    padding-bottom: 0;
    max-width: none;
    padding: 0 !important;
  }
}
body.student .uni-panel .panel-content h2 {
  margin-bottom: 10px;
}
body.student .uni-panel .panel-content h3 {
  color: #ffffff;
}
body.student .uni-panel .panel-content a.button {
  line-height: 22px;
  margin: 42px 0 0 0;
  background-color: #63f8cc;
  color: #364049;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  border-radius: 50px;
  left: 50%;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.17);
  padding: 30px 40px;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
body.student .uni-panel .panel-content a.button:after {
  content: '\f061';
}
body.student .uni-panel .panel-content a.button:hover {
  background-color: #7bf9d4;
  box-shadow: 0 36px 40px -20px rgba(0, 0, 0, 0.3);
}
body.student .placement-info {
  background-color: #364049;
  color: #FFF;
}
body.student .placement-info .panel-content {
  padding: 100px 50px 150px;
}
@media only screen and (max-width : 768px) {
  body.student .placement-info .panel-content {
    padding: 100px 15px 150px;
  }
}
body.student .placement-info .panel-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  letter-spacing: -1px;
  margin-bottom: 120px;
}
@media only screen and (max-width : 768px) {
  body.student .placement-info .panel-content h2 {
    margin-bottom: 30px;
  }
}
body.student .placement-info .panel-content h2:after {
  width: 170px ;
  height: 5px ;
  background-color: #63f8cc;
  bottom: -8px;
}
body.student .placement-info .panel-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #63f8cc;
  font-weight: 700;
  letter-spacing: -1px;
  margin-top: 0;
}
body.student .placement-info .panel-content p:last-child {
  margin-bottom: 0;
}
body.student .placement-info .panel-content .view-all-placements {
  position: absolute;
  right: 70px;
  text-decoration: none;
  cursor: pointer;
  line-height: 40px;
  display: inline-block;
  font-weight: 600;
  transition: all 0.2s ease;
}
body.student .placement-info .panel-content .view-all-placements:before {
  content: '';
  height: 100%;
  width: 1px;
  background: #FFF;
  position: absolute;
  left: -30px;
  top: 0;
  transition: all 0.2s ease;
}
body.student .placement-info .panel-content .view-all-placements:after {
  content: '';
  background: #63f8cc;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transition: all 0.2s ease;
}
body.student .placement-info .panel-content .view-all-placements:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
}
body.student .placement-info .panel-content .view-all-placements:hover:before {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
}
@media only screen and (max-width : 768px) {
  body.student .placement-info .panel-content .view-all-placements {
    position: relative;
    display: table;
    right: 0;
    margin-bottom: 50px;
  }
  body.student .placement-info .panel-content .view-all-placements:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.25);
  }
}
body.student .placement-info .placement-col {
  position: relative;
  padding: 0 50px;
  border-right: 2px solid #406765;
  min-height: 126px;
}
@media only screen and (max-width : 992px) {
  body.student .placement-info .placement-col {
    width: 50%;
  }
}
@media only screen and (max-width : 768px) {
  body.student .placement-info .placement-col {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-right: 0;
    border-bottom: 2px solid #406765;
    padding-left: 0;
    padding-right: 0;
  }
}
body.student .placement-info .placement-col:first-child {
  padding-left: 0;
}
@media only screen and (max-width : 992px) {
  body.student .placement-info .placement-col:first-child {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-right: 0;
    border-bottom: 2px solid #406765;
  }
}
@media only screen and (max-width : 768px) {
  body.student .placement-info .placement-col:first-child {
    width: 100%;
  }
}
@media only screen and (max-width : 992px) {
  body.student .placement-info .placement-col:nth-child(2) {
    padding-left: 0;
  }
}
body.student .placement-info .placement-col:last-child {
  padding-right: 0;
  border: 0;
}
@media only screen and (max-width : 768px) {
  body.student .placement-info .placement-col:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body.student .placement-info .placement-col a {
  background: #63f8cc;
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 20px;
  color: #364049;
}
body.student .placement-info .placement-col p {
  font-weight: 600;
}
body.student .placement-info .placement-col span {
  display: block;
}
body.student .placement-info .placement-col span:before {
  font-family: 'fontAwesome';
  margin-right: 10px;
  font-weight: 500;
}
body.student .placement-info .placement-col span.name:before {
  content: '\f007';
}
body.student .placement-info .placement-col span.telephone:before {
  content: '\f095';
}
body.student .placement-info .placement-col span.mobile:before {
  content: '\f10b';
  font-size: 22px;
}
body.student .placement-info .placement-col span.email:before {
  content: '\f0e0';
}
body.student .placement-info .placement-col span.inline {
  display: block;
}
body.student .placement-info .placement-col span.inline span {
  display: inline-block;
}
body.student .map {
  position: relative;
}
body.student .map .container {
  position: absolute;
  width: 100%;
  height: 575px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
body.student .map .map-panel {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  background: rgba(54, 64, 73, 0.9);
  padding: 50px;
  color: #FFF;
  width: 100%;
  max-width: 355px;
  pointer-events: all;
}
@media only screen and (max-width : 768px) {
  body.student .map .map-panel {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width : 580px) {
  body.student .map .map-panel {
    padding: 30px;
  }
}
body.student .map .map-panel h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #63f8cc;
  font-weight: 700;
  letter-spacing: -1px;
  margin-top: 0;
}
body.student .map .map-panel span {
  display: block;
}
body.student .map .map-panel a.button {
  line-height: 22px;
  margin: 42px 0 0 0;
  background-color: #63f8cc;
  color: #364049;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  border-radius: 50px;
  left: 50%;
  padding: 30px 40px;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
body.student .map .map-panel a.button:after {
  content: '\f061';
}
body.student .map .map-panel a.button:hover {
  background-color: #94fadc;
}
body.student .map .map-panel a.button:focus {
  box-shadow: 0px 0px 0px 4px #ffcd04 inset;
}
@media only screen and (max-width : 580px) {
  body.student .map .map-panel a.button {
    padding: 30px;
    width: 100%;
    text-align: center;
  }
}
body.student .all-placements {
  background-color: #63f8cc;
  padding: 150px 30px;
}
body.student .all-placements .button {
  line-height: 22px;
  margin: 0;
  background-color: #364049;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  border-radius: 50px;
  left: 50%;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.17);
  padding: 30px 85px;
  transform: translateX(-50%);
}
body.student .all-placements .button:hover {
  background-color: #414d58;
  box-shadow: 0 36px 40px -20px rgba(0, 0, 0, 0.3);
}
body.student .all-placements .button:focus {
  box-shadow: 0px 0px 0px 4px #ffcd04;
}
@media only screen and (max-width : 580px) {
  body.student .all-placements .button {
    padding: 30px;
    width: 100%;
    text-align: center;
  }
}
.panel {
  box-shadow: 0 15px 9px -10px rgba(0, 0, 0, 0.04);
  border: 1px solid #dadada;
  /*
  .radio-button {
    position: absolute;
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      width: 100%;
    }
    input[type=radio] {
      &:checked {
        ~ label {
          &:before {
            border-color: #76838b;
          }
        }
      }
    }
    label {
      width: 100%;
      height: 100%;
      margin:0;
      padding:0;
      display: block;
      &:before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        border-color: #76838b;
      }
    }
  }
  */
}
.panel.buttons .button {
  border: 2px solid #afb3be;
  background: rgba(255, 255, 255, 0.32);
  padding: 14px 40px;
  color: #a9a9a9;
}
.panel.buttons .button:hover {
  background: #FFF;
}
.panel.buttons .button.green {
  background-color: #12875a;
  color: #FFF;
  border-color: #12875a;
}
.panel.evaluation .panel-content {
  color: inherit;
  text-align: center;
  padding: 100px;
}
@media only screen and (max-width : 992px) {
  .panel.evaluation .panel-content {
    padding: 60px;
  }
}
@media only screen and (max-width : 768px) {
  .panel.evaluation .panel-content {
    padding: 40px;
  }
}
@media only screen and (max-width : 580px) {
  .panel.evaluation .panel-content {
    padding: 30px;
  }
}
.panel.evaluation label {
  font-size: 18px;
  font-weight: 600;
  color: #55636f;
  padding-left: 65px;
  display: block;
  text-align: left;
  transition: all 0.2s ease;
}
@media only screen and (max-width : 768px) {
  .panel.evaluation label {
    font-size: 15px;
  }
}
@media only screen and (max-width : 580px) {
  .panel.evaluation label {
    padding-left: 0;
  }
}
.panel.evaluation label.selected:before {
  background-color: #12875a;
}
.panel.evaluation label.selected:after {
  content: '\f00c';
  left: 12px;
}
.panel.evaluation label.error:before {
  background-color: #d20c0c;
}
.panel.evaluation label.error:after {
  content: '\f00d';
  left: 13px;
}
.panel.evaluation label:before,
.panel.evaluation label:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.2s ease;
}
.panel.evaluation label:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #6c2c91;
  left: 0;
}
@media only screen and (max-width : 580px) {
  .panel.evaluation label:before {
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    display: block;
    margin-bottom: 15px;
  }
}
.panel.evaluation label:after {
  content: '\f040';
  font-family: 'fontAwesome';
  color: #FFF;
  font-weight: 400;
  left: 14px;
}
@media only screen and (max-width : 580px) {
  .panel.evaluation label:after {
    top: 19px;
  }
}
.panel.evaluation .select-container {
  margin: 30px 0 70px 65px;
  max-width: 450px;
}
@media only screen and (max-width : 768px) {
  .panel.evaluation .select-container {
    margin-left: 0;
    max-width: none;
  }
}
.panel.evaluation .select-container:last-child {
  margin-bottom: 0;
}
.panel.evaluation .select-container select {
  background-color: #f5f5f5;
  border: 1px solid #e5e6eb;
  color: #55636f;
  font-size: 16px;
}
.panel.evaluation p.description {
  text-align: left;
  padding-left: 65px;
  margin-bottom: 0;
}
.panel.evaluation input[type=text],
.panel.evaluation textarea {
  max-width: 520px;
  margin: 30px 0 60px 65px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 20px 0 #f3f3f3;
  min-height: 100px;
}
.panel.evaluation input[type=text]:last-child,
.panel.evaluation textarea:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width : 992px) {
  .panel.evaluation input[type=text],
  .panel.evaluation textarea {
    margin-left: 0;
  }
}
.panel .radio-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .panel .radio-button {
    width: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
}
.panel .radio-button input[type=radio]:checked ~ label:before {
  border-color: #76838b;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .panel .radio-button input[type=radio] ~ label:before {
    top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .panel .radio-button input[type=radio]:focus ~ label:before {
    top: 0;
  }
}
.panel .radio-button label {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.panel .radio-button label:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-color: #76838b;
}
.panel .radio-button label:after {
  display: none;
}
.panel textarea {
  min-width: 0;
  min-height: 0;
  border: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#FeedbackForm {
  text-align: center;
}
#FeedbackForm h1 {
  text-align: center;
  position: relative;
  display: inline;
  color: #5a636c;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #c3d5db 50%);
  background-repeat: repeat-x;
  background-size: 2px 7px;
  background-position: 16px 25px;
}
#FeedbackForm h1:after {
  content: '';
  margin-bottom: 60px;
  display: block;
}
#FeedbackForm h4 {
  text-align: left;
  color: #55656a;
  padding-left: 60px;
  position: relative;
  max-width: 630px;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px 30px 30px 90px;
  box-shadow: 0 15px 9px -10px rgba(0, 0, 0, 0.04);
}
#FeedbackForm h4:before {
  content: '?';
  position: absolute;
  left: 30px;
  top: 34px;
  font-size: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #e193c0;
  line-height: 37px;
  text-align: center;
  font-weight: 700;
  border: 2px solid;
}
.welcome {
  padding: 150px 0;
  z-index: 1;
  background: #e67c81;
  background: -moz-linear-gradient(-45deg, #9542b1 0%, #e67c81 100%);
  background: -webkit-linear-gradient(-45deg, #9542b1 0%, #e67c81 100%);
  background: linear-gradient(135deg, #9542b1 0%, #e67c81 100%);
}
.welcome .container {
  max-width: 740px !important;
  margin: 0 auto;
}
.welcome h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
  max-width: 430px;
  letter-spacing: -2px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.welcome h1:before {
  content: '';
  background-color: #63f8cc;
  width: 8px;
  height: calc(100% - 10px);
  left: 0;
  top: 10px;
  position: absolute;
}
.welcome span.sub-heading {
  padding-left: 25px;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
}
.welcome hr {
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  margin: 50px 0;
}
.welcome p {
  color: #FFF;
}
.welcome ul {
  margin: 0 0 22px;
  padding: 0 20px;
  list-style-type: none;
}
.welcome ul li {
  color: #FFF;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
.welcome ul li:before {
  content: '\f054';
  font-family: 'fontAwesome';
  position: absolute;
  top: 6px;
  left: -15px;
  font-size: 9px;
  color: #63f8cc;
  font-weight: 600;
}
.welcome ul li:last-child {
  margin-bottom: 0;
}
.welcome a.button {
  padding: 30px 90px;
  border-radius: 60px;
  display: table;
  margin: 100px auto;
  text-align: center;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.17);
  transition: all ease 0.4s !important;
  min-width: 370px;
  margin-bottom: 0;
}
.welcome a.button:hover {
  box-shadow: 0 36px 40px -20px rgba(0, 0, 0, 0.3);
}
.img-row img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}
.img-row .no-padding {
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
}
.img-row.colour {
  background-color: #aa5bdf;
}
.img-row.colour .no-padding,
.img-row.colour img {
  mix-blend-mode: soft-light;
}
h1 {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 700;
  color: #7b4393;
}
h2 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 400;
  color: #7b4393;
}
h3 {
  font-size: 18px;
  color: #7b4393;
}
h4 {
  font-size: 14px;
  margin: 0 0 20px;
}
h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 0px 0 30px;
  position: relative;
  display: inline;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #c3d5db 50%);
  background-repeat: repeat-x;
  background-size: 2px 4px;
  background-position: 14px 25px;
  color: #66717c;
}
h5:after {
  content: '';
  display: block;
  margin-bottom: 30px;
}
hr {
  border: 0;
  border-top: 1px solid #dedede;
  margin: 40px 0;
  width: 100%;
  display: block;
}
p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 22px 0;
}
a {
  color: #525a64;
  text-decoration: none;
  /*
  &:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: rgba(215, 215, 215, 0.5);
    .transition;
    pointer-events: none;
  }
  &:hover {
    &:after {
      transform: translateY(2px) scaleX(.9);
      background-color: @color-blue;
    }
  }
  */
}
.button,
button,
input[type=submit],
input[type=reset] {
  background-color: #007db3;
  color: #FFF;
  text-decoration: none;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.button.edit,
button.edit,
input[type=submit].edit,
input[type=reset].edit,
.button.lightblue,
button.lightblue,
input[type=submit].lightblue,
input[type=reset].lightblue {
  background-color: #007db3;
}
.button.delete,
button.delete,
input[type=submit].delete,
input[type=reset].delete,
.button.deactivate,
button.deactivate,
input[type=submit].deactivate,
input[type=reset].deactivate,
.button.red,
button.red,
input[type=submit].red,
input[type=reset].red {
  background-color: #d20c0c;
}
.button.activate,
button.activate,
input[type=submit].activate,
input[type=reset].activate,
.button.green,
button.green,
input[type=submit].green,
input[type=reset].green {
  background-color: #12875a;
}
.button.add,
button.add,
input[type=submit].add,
input[type=reset].add,
.button.download,
button.download,
input[type=submit].download,
input[type=reset].download {
  padding-left: 65px;
  margin-bottom: 40px;
  padding: 15px 40px 15px 65px;
  font-weight: 600;
  font-size: 16px;
  background-color: #12875a;
  transition: all 0.2s ease;
}
.button.add:before,
button.add:before,
input[type=submit].add:before,
input[type=reset].add:before,
.button.download:before,
button.download:before,
input[type=submit].download:before,
input[type=reset].download:before {
  content: '\f067';
  font-family: 'fontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45px;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 5px 0 0 5px;
  line-height: 55px;
  text-align: left;
  padding-left: 15px;
  font-size: 18px;
  transition: all ease 0.3s;
}
.button.add:hover,
button.add:hover,
input[type=submit].add:hover,
input[type=reset].add:hover,
.button.download:hover,
button.download:hover,
input[type=submit].download:hover,
input[type=reset].download:hover {
  background-color: #00704a;
  box-shadow: 0 10px 23px -13px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
}
.button.add:hover:before,
button.add:hover:before,
input[type=submit].add:hover:before,
input[type=reset].add:hover:before,
.button.download:hover:before,
button.download:hover:before,
input[type=submit].download:hover:before,
input[type=reset].download:hover:before {
  width: 100%;
  padding-left: 30px;
  border-radius: 5px;
}
.button.add:focus,
button.add:focus,
input[type=submit].add:focus,
input[type=reset].add:focus,
.button.download:focus,
button.download:focus,
input[type=submit].download:focus,
input[type=reset].download:focus {
  box-shadow: 0px 0px 0px 4px #ffcd04 inset;
  outline: 4px #ffcd04 inset;
}
.button.download:before,
button.download:before,
input[type=submit].download:before,
input[type=reset].download:before {
  content: '\f0ed';
}
.button.reset,
button.reset,
input[type=submit].reset,
input[type=reset].reset {
  background-color: #f9f9f9;
  color: #828282;
  box-shadow: 0 0 0 2px #d4ddde inset;
}
.button.homepage,
button.homepage,
input[type=submit].homepage,
input[type=reset].homepage {
  margin: 0 10px 14px 0;
}
.button.inactive,
button.inactive,
input[type=submit].inactive,
input[type=reset].inactive {
  background-color: #d4d4d4;
  cursor: not-allowed;
}
.button.left,
button.left,
input[type=submit].left,
input[type=reset].left {
  float: left;
}
.button.right,
button.right,
input[type=submit].right,
input[type=reset].right {
  float: right;
}
.button.student-video,
button.student-video,
input[type=submit].student-video,
input[type=reset].student-video {
  margin-bottom: 20px;
  background-color: #6c2c91 !important;
  float: none;
}
.badge_active,
.badge_inactive {
  padding: 0;
}
.badge_active:before,
.badge_inactive:before {
  text-transform: uppercase;
  background: #12875a;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
}
.badge_inactive:before {
  background-color: #d20c0c;
}
button.badge_eic {
  background-color: #6c2c91;
  padding: 10px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  position: relative;
}
button.badge_eic:before {
  position: absolute;
  left: -150px;
  top: 0;
  background-color: #3f4b56;
  padding: 10px;
  border-radius: 5px;
  color: #FFF;
  min-width: 100px;
  text-align: center;
  transform: translateX(20px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
button.badge_eic:hover:before {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
legend {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.filter {
  background-color: #FFF;
  padding: 40px;
  text-align: right;
  box-shadow: 0 4px 11px -5px rgba(0, 0, 0, 0.2);
  border: 1px solid #dadada;
}
.filter.filter-large {
  margin-bottom: 40px;
}
.filter.filter-large .button {
  float: left;
  margin-top: 27px;
  line-height: 32px;
  width: 100%;
}
.filter .filter-option {
  display: block;
  margin-bottom: 20px;
}
.filter .filter-option:last-child {
  margin: 0;
}
.filter .select-container {
  display: block;
  position: relative;
}
.filter .select-container:after {
  content: '\f078';
  font-family: 'fontawesome';
  color: #898989;
  position: absolute;
  right: 20px;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  font-size: 16px;
}
.filter .select-container:last-child {
  margin: 0;
}
.filter select {
  border: 1px solid #dadada;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
}
.filter label {
  text-align: left;
}
input[type=text],
input[type=password],
select,
textarea {
  display: block;
  padding: 20px 25px;
  border: 1px solid #dadada;
  margin-bottom: 20px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: all 0.2s ease;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  outline-width: 3px;
  outline-style: solid;
  outline-color: #ffcd04;
}
input[type=text]:disabled,
input[type=password]:disabled,
select:disabled,
textarea:disabled {
  background: #d8d8d8;
  border-color: #d8d8d8;
  cursor: not-allowed;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 600000s ease-in-out 0s;
}
select {
  margin: 0;
  width: 100%;
  padding: 20px 45px 20px 25px;
}
.radio-button {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-bottom: 4px;
}
.radio-button input[type=radio] {
  margin: 0 20px 20px 0;
  position: absolute;
  opacity: 0;
}
.radio-button input[type=radio]:focus {
  outline: none;
}
.radio-button input[type=radio]:focus ~ label {
  z-index: 3;
  outline: 4px solid #ffcd04;
}
.radio-button input[type=radio][checked] ~ label:before,
.radio-button input[type=radio]:checked ~ label:before {
  background: #FFF;
  border: 6px solid #007db3;
}
.radio-button input[type=radio][disabled] ~ label,
.radio-button input[type=radio]:disabled ~ label {
  color: #4F4F4F;
  cursor: not-allowed;
}
.radio-button input[type=radio][disabled] ~ label:before,
.radio-button input[type=radio]:disabled ~ label:before {
  background: #FFF;
  border-color: #dbdbdb;
}
.checkbox-button {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.checkbox-button input[type=checkbox] {
  margin: 0 20px 20px 0;
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
}
.checkbox-button input[type=checkbox]:focus {
  outline: none;
}
.checkbox-button input[type=checkbox]:focus ~ label {
  box-shadow: 0px 0px 0px 4px #ffcd04;
}
.checkbox-button input[type=checkbox]:checked ~ label:before {
  background: #007db3;
  border-color: #007db3;
  box-shadow: 0 0 8px 0 rgba(141, 211, 238, 0.6);
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
}
.checkbox-button input[type=checkbox]:checked ~ label:after {
  content: '\f00c';
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transition-delay: 0.1s;
}
.checkbox-button input[type=checkbox]:disabled ~ label {
  color: #4f4f4f;
  cursor: not-allowed;
}
.checkbox-button input[type=checkbox]:disabled ~ label:before {
  background: #dbdbdb;
  border-color: #dbdbdb;
}
.checkbox-button.min-height {
  min-height: 70px;
}
textarea {
  min-height: 200px;
}
form {
  margin-bottom: 30px;
}
form hr {
  display: block;
  float: left;
}
label,
.label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  display: block;
}
label.radio-label,
.label.radio-label,
label.checkbox-label,
.label.checkbox-label {
  display: inline-block;
  margin: 0 5px 20px 0;
  padding-left: 30px;
  line-height: 20px;
  overflow: hidden;
  min-height: 18px;
}
label.radio-label:before,
.label.radio-label:before,
label.checkbox-label:before,
.label.checkbox-label:before,
label.radio-label:after,
.label.radio-label:after,
label.checkbox-label:after,
.label.checkbox-label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  transition: all 0.2s ease;
}
label.radio-label:before,
.label.radio-label:before,
label.checkbox-label:before,
.label.checkbox-label:before {
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #007db3;
  color: #FFF;
}
label.radio-label:after,
.label.radio-label:after,
label.checkbox-label:after,
.label.checkbox-label:after {
  font-family: 'fontawesome';
  color: #FFF;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  line-height: 16px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
}
label.checkbox-label:before,
.label.checkbox-label:before {
  border-radius: 3px;
}
input[type=submit] {
  margin-bottom: 20px;
  display: block;
}
.select-container {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.select-container:after {
  content: '\f107';
  font-family: 'fontAwesome';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
  font-weight: 600;
  pointer-events: none;
}
.select-container select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-container select::-ms-expand {
  display: none;
}
.input-error {
  background-color: #ddeef1;
  border-color: #b4e2e8;
  font-weight: 600;
}
.button-row {
  margin-bottom: 0;
  padding: 30px 10px;
  text-align: right;
  position: relative;
}
.button-row:first-child {
  margin-top: -31px;
}
.button-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 1000px);
  height: 100%;
  background: #6c2c91;
  background: #fcfcfc;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.button-row button {
  margin-left: 15px;
  padding: 17px 35px;
}
.button-row button.save {
  background-color: #00704a;
}
.button-row button.next:after {
  content: '\f054';
  font-family: 'fontAwesome';
  margin-left: 10px;
  font-size: 10px;
}
.button-row button.prev:before {
  content: '\f053';
  font-family: 'fontAwesome';
  margin-right: 10px;
  font-size: 10px;
}
#input-error input[type=text],
#input-error input[type=password],
#input-error select,
#input-error textarea {
  background-color: rgba(241, 205, 208, 0.4);
  border-color: rgba(225, 44, 26, 0.46);
  -webkit-transition: ease-in-out, background-color 0.25s ease-in-out;
  transition: ease-in-out, background-color 0.25s ease-in-out;
}
#input-error input[type=text]:focus {
  background-color: #fff;
  border-color: rgba(225, 44, 26, 0.28);
  box-shadow: 0 0 20px 0 rgba(225, 44, 26, 0.28);
}
#dropdown-error select {
  border-color: rgba(225, 44, 26, 0.46);
}
#dropdown-error select:focus {
  box-shadow: 0 0 20px 0 rgba(225, 44, 26, 0.28);
}
.field-container {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.field-container:after {
  content: '\f06a';
  font-family: 'fontAwesome';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 16px;
  font-weight: 600;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.64);
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  transition: all 0.2s ease;
  transition-delay: 0.3s;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-overlay.active .modal-window {
  animation: fadeDown linear 0.3s;
  transform-origin: 50% 50%;
  transition-delay: 0s;
  opacity: 1;
}
.modal-overlay .modal-window .modal-footer button {
  background-color: #12875a;
}
.modal-overlay .modal-window .modal-footer button.delete {
  background-color: #d20c0c;
}
.modal-overlay.placement .modal-window .modal-header {
  background-color: #333d40;
  padding-bottom: 0;
}
.modal-overlay.placement .modal-window .modal-header h3,
.modal-overlay.placement .modal-window .modal-header h2,
.modal-overlay.placement .modal-window .modal-header h4,
.modal-overlay.placement .modal-window .modal-header h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #FFF;
}
.modal-overlay.placement .modal-window .modal-header p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
}
.modal-overlay.placement .modal-window .modal-header ul.tabs {
  margin: 0;
  padding: 0;
  overflow: auto;
}
.modal-overlay.placement .modal-window .modal-header ul.tabs li {
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
  padding: 25px 30px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media only screen and (max-width : 580px) {
  .modal-overlay.placement .modal-window .modal-header ul.tabs li {
    width: 100%;
  }
  .modal-overlay.placement .modal-window .modal-header ul.tabs li:last-child {
    border-radius: 0;
  }
}
.modal-overlay.placement .modal-window .modal-header ul.tabs li.active {
  background-color: #007db3;
  color: #ffffff;
}
.modal-overlay.placement .modal-window .modal-header ul.tabs li.active:hover {
  background-color: #007db3;
}
.modal-overlay.placement .modal-window .modal-header ul.tabs li:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.modal-overlay.placement .modal-window .modal-content {
  border-top: 5px solid #007db3;
  padding: 10px 30px;
  display: none;
}
.modal-overlay.placement .modal-window .modal-content.active {
  display: block;
}
.modal-overlay.placement .modal-window .modal-content .placement-entry {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
}
.modal-overlay.placement .modal-window .modal-content .placement-entry:last-child {
  margin: 0;
  border-bottom: 0;
}
.modal-overlay.placement .modal-window .modal-content .placement-entry h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
}
.modal-overlay.placement .modal-window .modal-content .placement-entry span.date {
  font-size: 16px;
}
.modal-overlay.placement .modal-window .modal-content .placement-entry a.button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 22px;
  margin: 0;
  background-color: #a450a7;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  border-radius: 50px;
  padding: 16px 32px;
  font-size: 16px;
}
.modal-overlay.placement .modal-window .modal-content .placement-entry a.button:after {
  content: '\f061';
}
.modal-overlay.placement .modal-window .modal-content .placement-entry a.button:hover {
  background-color: #414d58;
}
.modal-overlay.placement .modal-window .modal-content .no-placements {
  position: relative;
  min-height: 150px;
}
.modal-overlay.placement .modal-window .modal-content .no-placements .no-content {
  display: block;
}
.modal-overlay.placement .modal-window .modal-content .no-placements .no-content p {
  margin: 0;
}
.modal-overlay.welcome .modal-window .modal-header {
  background-color: #333d40;
}
.modal-overlay.welcome .modal-window .modal-header h3,
.modal-overlay.welcome .modal-window .modal-header h2,
.modal-overlay.welcome .modal-window .modal-header h4,
.modal-overlay.welcome .modal-window .modal-header h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #FFF;
}
.modal-overlay.welcome .modal-window .modal-header span.modal-close:before {
  left: -4px;
}
.modal-overlay.welcome .modal-window .modal-content p {
  color: #333d40;
}
.modal-overlay.welcome .modal-window .modal-footer button {
  padding: 18px 41px;
  border-radius: 50px;
  margin-left: 10px;
  background-color: #12875a;
}
.modal-overlay.welcome .modal-window .modal-footer button.delete {
  background-color: #d20c0c;
}
.modal-overlay .modal-window {
  background-color: #FFF;
  width: 100%;
  max-width: 650px;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 150px;
  transition-delay: 0s;
  opacity: 0;
  transition: all 0.2s ease;
}
.modal-overlay .modal-window .modal-header {
  background-color: #007db3;
  padding: 30px;
  color: #FFF;
  position: relative;
}
.modal-overlay .modal-window .modal-header h3,
.modal-overlay .modal-window .modal-header h2,
.modal-overlay .modal-window .modal-header h4,
.modal-overlay .modal-window .modal-header h5 {
  margin: 0;
  color: #FFF;
}
.modal-overlay .modal-window .modal-header h4 {
  background: none !important;
  box-shadow: none !important;
  color: #FFF !important;
  padding: 0 !important;
  margin: 0 0 15px !important;
}
.modal-overlay .modal-window .modal-header h4:before {
  display: none;
}
.modal-overlay .modal-window .modal-header span.modal-close {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 22px;
  cursor: pointer;
  color: transparent;
  width: 50px;
  height: 50px;
}
.modal-overlay .modal-window .modal-header span.modal-close:after {
  content: '\f00d';
  font-family: 'fontAwesome';
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-overlay .modal-window .modal-header span.modal-close:before {
  content: '';
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.2s ease;
}
.modal-overlay .modal-window .modal-header span.modal-close:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.modal-overlay .modal-window .modal-header span.modal-close:focus {
  outline: 4px solid #ffcd04;
}
.modal-overlay .modal-window .modal-content {
  padding: 30px;
}
.modal-overlay .modal-window .modal-content ul#error-list {
  margin: 0;
  padding: 0;
}
.modal-overlay .modal-window .modal-content ul#error-list li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-overlay .modal-window .modal-content ul#error-list li:before {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 9px;
  content: '\f00d';
  font-family: 'fontAwesome';
  background: #ec7272;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #FFF;
  line-height: 20px;
  font-weight: 400;
  padding-left: 1px;
}
.modal-overlay .modal-window .modal-content .modal-entry {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.modal-overlay .modal-window .modal-content .modal-entry:first-of-type {
  padding-top: 0;
}
.modal-overlay .modal-window .modal-content .modal-entry:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.modal-overlay .modal-window .modal-footer {
  padding: 30px;
  border: 1px solid #eee;
  text-align: right;
}
@keyframes jump {
  0% {
    transform: translate(0px, -1px);
  }
  9% {
    transform: translate(0px, -8px);
  }
  19% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes jump {
  0% {
    -moz-transform: translate(0px, -1px);
  }
  9% {
    -moz-transform: translate(0px, -8px);
  }
  19% {
    -moz-transform: translate(0px, 0px);
  }
  100% {
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate(0px, -1px);
  }
  9% {
    -webkit-transform: translate(0px, -8px);
  }
  19% {
    -webkit-transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
@-ms-keyframes jump {
  0% {
    -ms-transform: translate(0px, -1px);
  }
  9% {
    -ms-transform: translate(0px, -8px);
  }
  19% {
    -ms-transform: translate(0px, 0px);
  }
  100% {
    -ms-transform: translate(0px, 0px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translate(-50%, -50px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}
@-moz-keyframes fadeDown {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -51px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-50%, 0px);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -51px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
  }
}
@-ms-keyframes fadeDown {
  0% {
    opacity: 0;
    -ms-transform: translate(-50%, -51px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(-50%, 0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes scale {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  49% {
    transform: scaleX(1.22) scaleY(1.22);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}
@-moz-keyframes scale {
  0% {
    -moz-transform: scaleX(1) scaleY(1);
  }
  49% {
    -moz-transform: scaleX(1.22) scaleY(1.22);
  }
  100% {
    -moz-transform: scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  49% {
    -webkit-transform: scaleX(1.22) scaleY(1.22);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
}
@-ms-keyframes scale {
  0% {
    -ms-transform: scaleX(1) scaleY(1);
  }
  49% {
    -ms-transform: scaleX(1.22) scaleY(1.22);
  }
  100% {
    -ms-transform: scaleX(1) scaleY(1);
  }
}
@keyframes bell-swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(25deg);
  }
  70% {
    transform: rotate(-25deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bell-swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(25deg);
  }
  70% {
    -webkit-transform: rotate(-25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes bell-swing {
  0% {
    -ms-transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(25deg);
  }
  70% {
    -ms-transform: rotate(-25deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-moz-keyframes bell-swing {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(25deg);
  }
  70% {
    -moz-transform: rotate(-25deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@keyframes scale-fade {
  from {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
  to {
    opacity: 0;
    transform: scaleX(2) scaleY(2);
  }
}
@-webkit-keyframes scale-fade {
  from {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scaleX(2) scaleY(2);
  }
}
@-moz-keyframes scale-fade {
  from {
    opacity: 1;
    -moz-transform: scaleX(1) scaleY(1);
  }
  to {
    opacity: 0;
    -moz-transform: scaleX(2) scaleY(2);
  }
}
@-ms-keyframes scale-fade {
  from {
    opacity: 1;
    -ms-transform: scaleX(1) scaleY(1);
  }
  to {
    opacity: 0;
    -ms-transform: scaleX(2) scaleY(2);
  }
}
@keyframes side-active {
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes side-active {
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes side-active {
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes side-active {
  100% {
    -ms-transform: translateX(0);
  }
}
@keyframes tada {
  0% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  40% {
    transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  50% {
    transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  60% {
    transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  70% {
    transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  80% {
    transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  90% {
    transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  100% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -webkit-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  40% {
    -webkit-transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  70% {
    -webkit-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  80% {
    -webkit-transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -moz-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  40% {
    -moz-transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  50% {
    -moz-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  60% {
    -moz-transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  70% {
    -moz-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  80% {
    -moz-transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  90% {
    -moz-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  100% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-ms-keyframes tada {
  0% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -ms-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  40% {
    -ms-transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  50% {
    -ms-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  60% {
    -ms-transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  70% {
    -ms-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  80% {
    -ms-transform: rotate(-3deg) scaleX(1) scaleY(1);
  }
  90% {
    -ms-transform: rotate(3deg) scaleX(1) scaleY(1);
  }
  100% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
.faq-item {
  margin-bottom: 50px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.faq-item.active .answer {
  display: block;
}
.faq-item.active .question {
  background-color: #007db3;
}
.faq-item.active .question:hover {
  background-color: #008fcc;
}
.faq-item.active .question h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.faq-item .question {
  background: #00704a;
  padding: 20px;
  overflow: auto;
  cursor: pointer;
  position: relative;
  min-height: 84px;
  transition: all 0.2s ease;
}
.faq-item .question:hover {
  background-color: #008a5b;
}
.faq-item .question h2 {
  color: #FFF;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  padding-right: 200px;
  padding-left: 60px;
  line-height: 22px;
}
@media only screen and (max-width : 768px) {
  .faq-item .question h2 {
    padding-right: 0;
  }
}
.faq-item .question h2:before {
  content: '\f078';
  font-family: 'fontAwesome';
  width: 30px;
  height: 30px;
  border: 2px solid #FFF;
  border-radius: 50%;
  float: left;
  color: #FFF;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  margin-right: 20px;
  position: absolute;
  top: 25px;
  left: 20px;
  transition: all 0.2s ease;
}
.faq-item .answer {
  background-color: #FFF;
  padding: 20px;
  display: none;
}
.faq-item .answer p {
  font-size: 16px;
}
.faq-item .answer p:last-child {
  margin-bottom: 0;
}
.faq-item .button-container {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width : 768px) {
  .faq-item .button-container {
    position: relative;
    background: #69b685;
    overflow: auto;
    right: 0;
    top: 0;
    padding: 15px 5px;
  }
}
.faq-item .button-container .button {
  float: left;
  margin-left: 10px;
  padding: 9px 21px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #FFF;
}
.faq-item .button-container .button:hover {
  background: #FFF;
  color: #888;
}
.tooltip-hover {
  display: none;
  position: absolute;
  background: #977da8;
  z-index: 100;
  padding: 10px 15px;
  margin-top: -60px;
  margin-left: -315px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 8px 30px -11px rgba(0, 0, 0, 0.21);
  line-height: normal;
  white-space: nowrap;
}
.tooltip-hover:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 5px) rotate(45deg);
  background: #977da8;
}
@media only screen and (max-width : 768px) {
  .tooltip-hover {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
/* Timeout Dialog Styles */
.timeout-dialog {
  padding: 30px;
  position: absolute;
  background: #FFF;
  border-radius: 5px !important;
  min-width: 400px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.31);
  border: 0;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeout-dialog .ui-widget-header {
  border: 0;
  background: none;
  color: #333;
}
.timeout-dialog .ui-widget-content {
  border: 0;
}
.timeout-dialog .ui-dialog-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0 0 15px 0;
  background: none;
  border: 0;
}
.timeout-dialog .ui-dialog-titlebar-close {
  display: none;
}
.timeout-dialog .ui-dialog-buttonpane {
  margin-top: 15px;
}
.timeout-dialog ~ .ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#timeout-keep-signin-btn,
#timeout-sign-out-button {
  background-color: #5ba3d4;
  border: 2px solid #5ba3d4;
  padding: 10px;
  border-radius: 5px;
  color: #FFF;
  font-weight: 600;
  margin-right: 10px;
}
#timeout-sign-out-button {
  background: white;
  border: 2px solid;
  color: #8e8e8e;
  margin-right: 0;
}
#timeout-countdown {
  font-weight: bold;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 10px #999999;
  -webkit-box-shadow: 0 0 10px #999999;
  box-shadow: 0 0 10px #999999;
  color: #FFFFFF;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 20px #000000;
  -webkit-box-shadow: 0 0 20px #000000;
  box-shadow: 0 0 20px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #00704a;
}
.toast-error {
  background-color: #d20c0c;
}
.toast-info {
  background-color: #007db3;
}
.toast-warning {
  background-color: #ffcd04;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */
.ladda-button {
  position: relative;
}
/* Spinner animation */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}
/* Button label */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}
/* Progress bar */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}
/*************************************
 * EASING
 */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}
/*************************************
 * EXPAND LEFT
 */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px;
}
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}
/*************************************
 * EXPAND RIGHT
 */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}
/*************************************
 * EXPAND UP
 */
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}
/*************************************
 * EXPAND DOWN
 */
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}
/*************************************
 * SLIDE LEFT
 */
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
/*************************************
 * SLIDE RIGHT
 */
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
/*************************************
 * SLIDE UP
 */
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}
/*************************************
 * SLIDE DOWN
 */
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}
/*************************************
 * ZOOM-OUT
 */
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/*************************************
 * ZOOM-IN
 */
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/*************************************
 * CONTRACT
 */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}
/*************************************
 * OVERLAY
 */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px transparent;
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

@import "base.css";
@import "theme2.css";

*/
/*!
 * jQuery UI Datepicker 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/*!
 * jQuery UI CSS Framework 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23FFF&fcHighlight=%23FFF&borderColorHighlight=%23bd9ac5&bgTextureHighlight=flat&bgColorHighlight=%23bd9ac5&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%235CC0CE&bgTextureActive=flat&bgColorActive=%235CC0CE&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23f6f6f6&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23444444&fcContent=%23333333&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23FFF&fcHeader=%23FFF&borderColorHeader=%235CC0CE&bgTextureHeader=flat&bgColorHeader=%235CC0CE&cornerRadius=0&fwDefault=bold&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #f6f6f6;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #5CC0CE;
  background: #5CC0CE;
  color: #FFF;
  font-weight: 600;
}
.ui-widget-header a {
  color: #FFF;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  font-weight: 600;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: 600;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #5CC0CE;
  background: #5CC0CE;
  font-weight: 600;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #5CC0CE;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #5cc0ce;
  background: #5cc0ce;
  color: #FFF;
}
.ui-state-checked {
  border: 1px solid #bd9ac5;
  background: #bd9ac5;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  background: red;
  color: #FFF;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 600;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}