/* Minification failed. Returning unminified contents.
(19721,1): run-time error CSS1019: Unexpected token, found '15'
(19721,4): run-time error CSS1031: Expected selector, found '5'
(19721,4): run-time error CSS1025: Expected comma or open brace, found '5'
(28432,109): run-time error CSS1030: Expected identifier, found '.'
(28432,146): run-time error CSS1031: Expected selector, found ')'
(28432,146): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
  font-family: "sf-icon-font";
  src: url("/ResourcePackages/Rcpsych/assets/dist/fonts/sf-icon-font.eot?31b9ae05d6feaf588a80ace92ddbffe1");
  src: url("/ResourcePackages/Rcpsych/assets/dist/fonts/sf-icon-font.eot?#iefix") format("embedded-opentype"), url("/ResourcePackages/Rcpsych/assets/dist/fonts/sf-icon-font.woff?31b9ae05d6feaf588a80ace92ddbffe1") format("woff"), url("/ResourcePackages/Rcpsych/assets/dist/fonts/sf-icon-font.ttf?31b9ae05d6feaf588a80ace92ddbffe1") format("truetype"), url("/ResourcePackages/Rcpsych/assets/dist/fonts/sf-icon-font.svg?31b9ae05d6feaf588a80ace92ddbffe1#sf-icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }

[class="icon- -single"],
[class*=" icon-"]:before,
[class*=" icon-"]:after,
[class^="icon-"]:before,
[class^="icon-"]:after {
  font-family: "sf-icon-font";
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-file-single, .icon-item-file:after {
  content: "\f001"; }

.icon-no-image-single, .icon-item-no-image:after {
  content: "\f002"; }

.icon-file:before {
  content: "\f001"; }

.icon-no-image:before {
  content: "\f002"; }

.sf-icon-blogger {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -20px 0px;
  width: 16px;
  height: 16px; }

.sf-icon-comment {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -32px -52px;
  width: 17px;
  height: 15px; }

.sf-icon-delicious {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: 0px -20px;
  width: 16px;
  height: 16px; }

.sf-icon-digg {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -16px -20px;
  width: 16px;
  height: 16px; }

.sf-icon-email {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -49px -52px;
  width: 19px;
  height: 13px; }

.sf-icon-facebook {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -36px 0px;
  width: 16px;
  height: 16px; }

.sf-icon-feed {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: 0px 0px;
  width: 20px;
  height: 20px; }

.sf-icon-google {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -36px -16px;
  width: 16px;
  height: 16px; }

.sf-icon-linkedin {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: 0px -36px;
  width: 16px;
  height: 16px; }

.sf-icon-mailto {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -16px -36px;
  width: 16px;
  height: 16px; }

.sf-icon-myspace {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -32px -36px;
  width: 16px;
  height: 16px; }

.sf-icon-reddit {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -52px 0px;
  width: 16px;
  height: 16px; }

.sf-icon-remove {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -52px -16px;
  width: 16px;
  height: 16px; }

.sf-icon-stumble-upon {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -52px -32px;
  width: 16px;
  height: 16px; }

.sf-icon-tumblr {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: 0px -52px;
  width: 16px;
  height: 16px; }

.sf-icon-twitter {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/sitefinity/images/sprite.png);
  background-position: -16px -52px;
  width: 16px;
  height: 16px; }

pre {
  border: 1px;
  background: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }

.sf-m-xxs, .sf-Gallery-thumbs.sf-Gallery-thumbs--video a, .nav-sitemap, .nav-sitemap ul {
  margin: 0; }

.sf-mt-xxs, .sf-media .sf-media-body h3, .sf-Gallery-next,
.sf-Gallery-prev, .sf-Gallery-thumbs.sf-Gallery-thumbs--video > div, .sf-list--expandable .sf-list-item h3:first-child {
  margin-top: 0; }

.sf-mb-xxs, .sf-Gallery-next,
.sf-Gallery-prev {
  margin-bottom: 0; }

.sf-ml-xxs, .sf-Gallery-navigation, .sf-Comment-count--block .sf-Comment-count, .sf-Review-count--block .sf-Review-count,
.sf-Comment-count--block .sf-Review-count {
  margin-left: 0; }

.sf-mr-xxs, .sf-Gallery-navigation {
  margin-right: 0; }

.sf-m-xs {
  margin: 5px; }

.sf-mt-xs, .sf-Gallery-navigation, .sf-Comment-count--block .sf-Comment-count, .sf-Comments-header a, .sf-Review-count--block .sf-Review-count {
  margin-top: 5px; }

.sf-mb-xs, .sf-list--expandable .sf-list-item > div {
  margin-bottom: 5px; }

.sf-ml-xs, .sf-Gallery-thumbs.sf-Gallery-thumbs--video > div, .sf-Comments-header a {
  margin-left: 5px; }

.sf-mr-xs, .sf-Gallery-thumbs.sf-Gallery-thumbs--video > div, .sf-list--expandable i, .sf-icon-feed {
  margin-right: 5px; }

.sf-m-s {
  margin: 10px; }

.sf-mt-s, .sf-Gallery h2, .sf-Gallery-thumbs.sf-Gallery-thumbs--video h3 {
  margin-top: 10px; }

.sf-mb-s, .sf-Gallery-thumbs.sf-Gallery-thumbs--video > div, .sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
  margin-bottom: 10px; }

.sf-ml-s, .sf-document-list--table .sf-title, .sf-Comment-count, .sf-Review-count {
  margin-left: 10px; }

.sf-mr-s, .sf-FormNav-page, .sf-event-type {
  margin-right: 10px; }

.sf-m-m {
  margin: 15px; }

.sf-mt-m, .sf-Comment-subscribe {
  margin-top: 15px; }

.sf-mb-m, .sf-Comments .sf-loading {
  margin-bottom: 15px; }

.sf-ml-m, .nav-stacked ul {
  margin-left: 15px; }

.sf-mr-m {
  margin-right: 15px; }

.sf-m-l {
  margin: 20px; }

.sf-mt-l, .sf-Review-already {
  margin-top: 20px; }

.sf-mb-l, .sf-search-results {
  margin-bottom: 20px; }

.sf-ml-l, .sf-list--expandable .sf-list-content {
  margin-left: 20px; }

.sf-mr-l, .sf-Comments-header h3, .sf-FormNav li {
  margin-right: 20px; }

.sf-m-xl {
  margin: 30px; }

.sf-mt-xl, .sf-Gallery-image, .sf-Comments {
  margin-top: 30px; }

.sf-mb-xl, .sf-Gallery-navigation, .sf-Comments-header, .sf-Comments-list, .sf-Comments-more {
  margin-bottom: 30px; }

.sf-ml-xl {
  margin-left: 30px; }

.sf-mr-xl {
  margin-right: 30px; }

.sf-m-xxl {
  margin: 40px; }

.sf-mt-xxl {
  margin-top: 40px; }

.sf-mb-xxl {
  margin-bottom: 40px; }

.sf-ml-xxl {
  margin-left: 40px; }

.sf-mr-xxl {
  margin-right: 40px; }

.sf-m-xxxl {
  margin: 50px; }

.sf-mt-xxxl {
  margin-top: 50px; }

.sf-mb-xxxl {
  margin-bottom: 50px; }

.sf-ml-xxxl, .sf-Gallery-next,
.sf-Gallery-prev, .sf-Comment-subscribe {
  margin-left: 50px; }

.sf-mr-xxxl, .sf-Gallery-next,
.sf-Gallery-prev {
  margin-right: 50px; }

.sf-p-xxs, pre, .nav-sitemap, .nav-sitemap ul, ul.sf-autocomplete, .sf-FormNav, .k-scheduler-agendaview .sf-event-item {
  padding: 0; }

.sf-pt-xxs, .sf-Gallery-next,
.sf-Gallery-prev {
  padding-top: 0; }

.sf-pb-xxs, .sf-Gallery-next,
.sf-Gallery-prev, .sf-share-button {
  padding-bottom: 0; }

.sf-pl-xxs, .sf-Progress-page-title {
  padding-left: 0; }

.sf-pr-xxs, .sf-lang-selector.list-inline > li {
  padding-right: 0; }

.sf-p-xs {
  padding: 5px; }

.sf-pt-xs, .sf-lang-selector a, .sf-site-selector a, .sf-site-selector span, .sf-site-selector strong, .sf-share-button {
  padding-top: 5px; }

.sf-pb-xs, .sf-lang-selector a, .sf-site-selector a, .sf-site-selector span, .sf-site-selector strong {
  padding-bottom: 5px; }

.sf-pl-xs {
  padding-left: 5px; }

.sf-pr-xs, .sf-Comments-list .sf-Comments-list-author, .sf-share-button {
  padding-right: 5px; }

.sf-p-s {
  padding: 10px; }

.sf-pt-s {
  padding-top: 10px; }

.sf-pb-s {
  padding-bottom: 10px; }

.sf-pl-s, .sf-lang-selector a, .sf-site-selector a, .sf-site-selector span, .sf-site-selector strong {
  padding-left: 10px; }

.sf-pr-s, .sf-lang-selector a, .sf-site-selector a, .sf-site-selector span, .sf-site-selector strong {
  padding-right: 10px; }

.sf-p-m {
  padding: 15px; }

.sf-pt-m {
  padding-top: 15px; }

.sf-pb-m {
  padding-bottom: 15px; }

.sf-pl-m {
  padding-left: 15px; }

.sf-pr-m {
  padding-right: 15px; }

.sf-p-l, body[contenteditable="true"] {
  padding: 20px; }

.sf-pt-l {
  padding-top: 20px; }

.sf-pb-l {
  padding-bottom: 20px; }

.sf-pl-l {
  padding-left: 20px; }

.sf-pr-l {
  padding-right: 20px; }

.sf-p-xl {
  padding: 30px; }

.sf-pt-xl {
  padding-top: 30px; }

.sf-pb-xl {
  padding-bottom: 30px; }

.sf-pl-xl {
  padding-left: 30px; }

.sf-pr-xl {
  padding-right: 30px; }

.sf-p-xxl {
  padding: 40px; }

.sf-pt-xxl {
  padding-top: 40px; }

.sf-pb-xxl {
  padding-bottom: 40px; }

.sf-pl-xxl {
  padding-left: 40px; }

.sf-pr-xxl {
  padding-right: 40px; }

.sf-p-xxxl {
  padding: 50px; }

.sf-pt-xxxl {
  padding-top: 50px; }

.sf-pb-xxxl {
  padding-bottom: 50px; }

.sf-pl-xxxl, .sf-Gallery-next,
.sf-Gallery-prev {
  padding-left: 50px; }

.sf-pr-xxxl, .sf-Gallery-next,
.sf-Gallery-prev {
  padding-right: 50px; }

.u-toe {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.icon--text:before {
  vertical-align: baseline;
  margin-right: 0.3em; }

.icon-txt {
  position: relative;
  display: inline-block;
  line-height: normal; }

.icon-txt.icon-file {
  color: #999; }

.icon-txt [class^="icon-txt-"] {
  position: absolute;
  top: 47%;
  right: -3%;
  padding: 0.2em 0.4em;
  font-size: 0.25em;
  line-height: normal;
  height: auto;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #333;
  color: #fff; }

.icon-txt .icon-txt-xlsx {
  background-color: #38ab63; }

.icon-txt .icon-txt-doc,
.icon-txt .icon-txt-docx {
  background-color: #1a8cff; }

.icon-txt .icon-txt-ppt,
.icon-txt .icon-txt-pptx {
  background-color: #ed8527; }

.icon-txt .icon-txt-pdf {
  background-color: #ff4848; }

.icon-txt .icon-txt-zip {
  background-color: #596c9b; }

.icon-sm {
  font-size: 22px; }

.icon-sm [class^=icon-txt-] {
  top: 43%;
  right: -20%;
  padding: .1em .3em;
  font-size: 0.35em; }

.icon-md {
  font-size: 38px; }

.icon-lg {
  font-size: 48px; }

.sf-loading:before, .sf-loading:after, .sf-loading > span {
  background-color: #9cc5f7;
  height: 30px;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
  animation: stretchdelay 1.1s infinite ease-in-out; }

.sf-loading {
  height: 30px;
  width: 6px;
  position: relative;
  margin: -5px 0 0 12px; }

.sf-loading:before, .sf-loading:after {
  content: " ";
  position: absolute;
  top: 0; }

.sf-loading:before {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
  left: -10px; }

.sf-loading:after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  right: -10px; }

.sf-loading-wrapper {
  position: absolute;
  z-index: 902;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sf-loading-wrapper .sf-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    background-color: #105ab5; } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    background-color: #105ab5; } }

.sf-media .sf-img-thmb a {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden; }

.sf-media .sf-video-thmb {
  position: relative;
  width: 120px;
  height: 90px;
  background-color: #000; }

.sf-media .sf-video-thmb a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  overflow: hidden; }

.sf-media .sf-video-thmb a .sf-icon-play {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.8; }

.sf-media .sf-video-thmb a .sf-icon-play:hover {
  background-color: #333; }

.sf-media .sf-video-thmb a .sf-icon-play:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  left: 12px;
  top: 9px;
  content: ""; }

.sf-Gallery-thumbs-container {
  overflow: hidden; }

.sf-Gallery-thumbs a {
  display: inline-block;
  border: 5px solid transparent;
  line-height: 120px;
  overflow: hidden;
  cursor: pointer; }

.sf-Gallery-thumbs a.is-selected {
  border-color: #428bca; }

.sf-Gallery-thumbs a > img {
  vertical-align: middle; }

.sf-Gallery-image {
  position: relative;
  height: 600px;
  line-height: 600px;
  text-align: center;
  background: #e4e4e4;
  border: 1px solid #e4e4e4; }

.sf-Gallery-image > img {
  max-height: 100%;
  width: auto;
  display: inline-block; }

.sf-Gallery-next,
.sf-Gallery-prev {
  cursor: pointer;
  position: absolute;
  height: 600px;
  width: 50%;
  left: 0;
  top: 0;
  text-align: left;
  font-family: Verdana;
  color: #000;
  font-size: 40px;
  line-height: 600px;
  text-shadow: 0 0 3px #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.sf-Gallery-next:hover,
.sf-Gallery-prev:hover {
  opacity: 1;
  color: #000; }

.sf-Gallery-prev {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, transparent 100%); }

.sf-Gallery-next {
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  left: auto;
  right: 0;
  text-align: right; }

.sf-Gallery-thumbs.sf-Gallery-thumbs--video > div {
  display: inline-block;
  border: 5px solid transparent;
  width: 160px;
  height: 170px;
  cursor: pointer; }

.sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
  display: block;
  border: 1px;
  width: 160px;
  height: 130px;
  overflow: hidden;
  cursor: pointer; }

.sf-Gallery-thumbs.sf-Gallery-thumbs--video h3 {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.right-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu:hover > ul {
  left: 100%;
  top: 0;
  display: block; }

@media (max-width: 767px) {
  .navbar-collapse .dropdown-submenu ul {
    padding-left: 20px;
    display: block; }
  .navbar-collapse .right-caret {
    display: none; } }

.nav-sitemap {
  display: table;
  width: 100%;
  overflow: hidden; }

.nav-sitemap li {
  list-style-type: none; }

.nav-sitemap > li {
  display: table-cell;
  border-left: 1px solid #ccc; }

.nav-sitemap > li:first-child {
  border-left-width: 0; }

@media only screen and (max-width: 480px) {
  .nav-sitemap {
    display: block; }
  .nav-sitemap > li {
    display: block;
    border-left-width: 0; }
  .nav-sitemap > li:first-child {
    border-top-width: 0; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .nav-sitemap {
    display: block; }
  .nav-sitemap > li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    width: 48%;
    border-left-width: 0; }
  .nav-sitemap > li:nth-child(odd) {
    clear: both; } }

ul.sf-autocomplete {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none; }

ul.sf-autocomplete a {
  padding: 3px;
  display: block;
  color: #000; }

ul.sf-autocomplete a.ui-state-focus {
  background-color: #eee; }

ul.sf-autocomplete a:hover {
  cursor: pointer;
  text-decoration: none; }

.sf-profile .sf-profile-avatar {
  position: relative;
  display: inline-block;
  margin-bottom: 10px; }

.sf-profile .sf-profile-avatar .glyphicon-remove-sign {
  position: absolute;
  top: 5px;
  right: 5px;
  text-decoration: none;
  color: #999;
  background: #fff;
  border-radius: 50%; }

.sf-profile textarea {
  min-height: 100px; }

.sf-profile .media-object img {
  max-width: none; }

.sf-lang-selector a {
  display: block;
  font-size: 14px;
  border-radius: 8px; }

.sf-lang-selector a.selected {
  background-color: #f2f2f2;
  color: #333; }

.sf-lang-selector label select {
  display: block;
  font-weight: normal; }

.sf-Comments [class^="sf-icon"] {
  display: inline-block; }

.sf-Comment-count {
  display: inline-block; }

.sf-Comment-count [class^="sf-icon"] {
  display: inline-block;
  vertical-align: middle; }

.sf-Comment-count--block .sf-Comment-count {
  display: block; }

[data-sf-role="error-message"],
[data-sf-role="list-loading-indicator"],
[data-sf-role="list-loading-indicator"],
[data-sf-role="comments-new-message-error"],
[data-sf-role="comments-new-logged-out-view"],
[data-sf-role="comments-new-name-error"],
[data-sf-role="captcha-container"],
[data-sf-role="single-comment-template"],
[data-sf-role="comments-new-pending-approval-message"],
[data-sf-role="comments-load-more-button"],
[data-sf-role="comments-new-form-button"],
[data-sf-role="comments-sort-new-button"],
[data-sf-role="comments-sort-old-button"],
[data-sf-role="comments-new-requires-authentication"],
[data-sf-role="list-rating-wrapper"],
[data-sf-role="review-new-form-replacement"] {
  display: none; }

.sf-Comments-header h3 {
  display: inline-block;
  margin-top: 0; }

.sf-Comments-header .selected {
  color: #333; }

.sf-Comments-list .sf-Comments-list-author {
  border-right: 1px solid #777; }

.sf-Comments-form textarea {
  min-height: 90px; }

.sf-Review-count {
  display: inline-block; }

.sf-Review-count--block .sf-Review-count {
  display: block; }

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
  display: block; }

.sf-Ratings .sf-Ratings-stars {
  display: inline-block;
  vertical-align: middle; }

.sf-Ratings .sf-Ratings-stars span {
  font-size: 24px;
  color: #ccc;
  cursor: pointer; }

.sf-Ratings .sf-Ratings-stars span.hover, .sf-Ratings .sf-Ratings-stars span.on {
  color: #006cd8; }

.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span {
  cursor: default; }

.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on {
  color: #ffcc00; }

.sf-Ratings .sf-Ratings-average,
.sf-Ratings .sf-Ratings-count {
  font-size: 16px;
  vertical-align: middle; }

.sf-Ratings .sf-Ratings-count span {
  vertical-align: middle; }

.sf-site-selector a, .sf-site-selector span, .sf-site-selector strong {
  display: inline-block;
  font-size: 14px;
  border-radius: 8px; }

.sf-site-selector a.selected, .sf-site-selector span.selected, .sf-site-selector strong.selected {
  background-color: #f2f2f2;
  color: #333; }

.sf-Code pre {
  color: #999; }

.sf-Tags-size1 {
  font-size: 11px; }

.sf-Tags-size2 {
  font-size: 13px; }

.sf-Tags-size3 {
  font-size: 18px; }

.sf-Tags-size4 {
  font-size: 24px; }

.sf-Tags-size5 {
  font-size: 30px; }

.sf-Tags-size6 {
  font-size: 36px; }

.sf-icon-feed {
  display: inline-block;
  vertical-align: middle; }

.sf-FileField .sf-icon-remove {
  display: inline-block;
  cursor: pointer; }

input[type=file].sf-FileField-input {
  display: inline-block; }

.sf-FormNav li {
  display: inline-block; }

.sf-FormNav li.active {
  font-weight: bold; }

.sf-FormNav-page {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #999;
  font-size: 18px;
  border: 1px solid #999;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle; }

.active .sf-FormNav-page {
  color: #333;
  border-color: #333; }

.past .sf-FormNav-page:after {
  content: "\2713";
  position: absolute;
  left: 7px; }

.past .sf-FormNav-page-number {
  display: none; }

.sf-Progress-percent,
.sf-Progress-page-title {
  font-size: 14px; }

.sf-Progress-percent {
  font-weight: bold; }

.sf-Progress-page-title {
  display: inline-block; }

.sf-Progress-page-title li {
  display: none; }

.sf-Progress-page-title li.active {
  display: inline-block; }

div.k-event {
  border-radius: 0; }

.nav-pills > li + li {
  margin-left: 0; }

.sf-event-item {
  margin: 0;
  padding: 5px 7px;
  min-height: 100%;
  white-space: nowrap; }

.sf-event-title,
.sf-event-link {
  display: inline-block; }

.sf-event-link {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.sf-event-type {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  vertical-align: middle; }

.sf-event-type.sf-event-type--all {
  background-color: #fff;
  border: 1px solid #999; }

.sf-event-addToList {
  display: inline-block; }

.sf-calendarList-title {
  font-weight: bold; }

.sf-calendarList-item {
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer; }

.sf-calendarList-item.active {
  background: #f2f2f2; }

.k-scheduler-agendaview .sf-event-item {
  display: inline-block; }

.k-scheduler-agendaview .sf-event-type {
  display: none; }

.sf-social-share li {
  display: inline-block;
  vertical-align: top; }

.sf-social-share span {
  display: inline-block; }

.sf-share-button {
  padding-left: 2px;
  display: inline-block;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  vertical-align: top;
  font-size: 12px;
  color: #000;
  line-height: 1;
  transition: background 0.2s ease; }

.sf-share-button:hover, .sf-share-button:focus {
  text-decoration: none;
  background: #efefef;
  color: #000; }

.sf-share-button > span {
  margin-top: -3px; }

.sf-share-button > strong {
  vertical-align: top;
  font-weight: 400; }

.-sf-google-button {
  border-color: #D54F50;
  color: #D54F50; }

.-sf-google-button:hover {
  background-color: #D54F50;
  color: #fff;
  border-color: transparent; }

.-sf-facebook-button {
  border-color: #3E86B4;
  color: #3E86B4; }

.-sf-facebook-button:hover {
  background-color: #3E86B4;
  color: #fff;
  border-color: transparent; }

.-sf-github-button {
  border-color: #333;
  color: #333; }

.-sf-github-button:hover {
  background-color: #333;
  color: #fff;
  border-color: transparent; }

.-sf-yahoo-button {
  border-color: #410093;
  color: #410093; }

.-sf-yahoo-button:hover {
  background-color: #410093;
  color: #fff;
  border-color: transparent; }

.-sf-linkedin-button {
  border-color: #0077b5;
  color: #0077b5; }

.-sf-linkedin-button:hover {
  background-color: #0077b5;
  color: #fff;
  border-color: transparent; }

.-sf-microsoft-button {
  border-color: #00a1f1;
  color: #00a1f1; }

.-sf-microsoft-button:hover {
  background-color: #00a1f1;
  color: #fff;
  border-color: transparent; }

.-sf-adfs-button {
  border-color: #00a1f1;
  color: #00a1f1; }

.-sf-adfs-button:hover {
  background-color: #00a1f1;
  color: #fff;
  border-color: transparent; }

.-sf-windows-button {
  border-color: #00bcf2;
  color: #00bcf2; }

.-sf-windows-button:hover {
  background-color: #00bcf2;
  color: #fff;
  border-color: transparent; }

.-sf-twitter-button {
  border-color: #1da1f2;
  color: #1da1f2; }

.-sf-twitter-button:hover {
  background-color: #1da1f2;
  color: #fff;
  border-color: transparent; }

.sf-registration-link {
  clear: both; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/ResourcePackages/Rcpsych/assets/dist/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/ResourcePackages/Rcpsych/assets/dist/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/ResourcePackages/Rcpsych/assets/dist/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/ResourcePackages/Rcpsych/assets/dist/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/ResourcePackages/Rcpsych/assets/dist/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/ResourcePackages/Rcpsych/assets/dist/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #666;
  text-decoration: none; }

a:hover, a:focus {
  color: #666;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small, .small {
  font-size: 85%; }

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover, a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover, a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover, a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover, a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover, a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #666;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 730px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1240px) {
  .container {
    width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1240px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #666;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #666;
  font-weight: normal;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #666;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #666;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #595959;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #666; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #666;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #666;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron h1, .jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #666; }

.thumbnail .caption {
  padding: 9px;
  color: #666; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #666;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #666; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1240px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1240px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1240px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1240px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1240px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/ResourcePackages/Rcpsych/assets/dist/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/ResourcePackages/Rcpsych/assets/dist/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!	
 * jQuery mmenu
 * mmenu.frebsite.nl
 *
 * Copyright (c) Fred Heusschen
 */
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none; }

.mm-panels, .mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panel, .mm-panels {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panel:after, .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-panel_has-navbar {
  padding-top: 40px; }

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel_opened-parent {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel_highest {
  z-index: 2; }

.mm-panel_noanimation {
  transition: none !important; }

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none; }

.mm-listitem_opened > .mm-panel {
  display: block; }

.mm-listitem_vertical > .mm-btn_next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto; }

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent; }

.mm-listitem_opened > .mm-btn_next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-btn_fullwidth {
  width: 100%; }

.mm-btn_clear:after, .mm-btn_clear:before, .mm-btn_close:after, .mm-btn_close:before {
  content: '';
  border: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-btn_clear:before, .mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-btn_clear:after, .mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-btn_next:after, .mm-btn_prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  display: none;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity .4s ease; }

.mm-navbar > * {
  box-sizing: border-box;
  display: block;
  padding: 10px 0; }

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar__btn:first-child {
  left: 0; }

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel_has-navbar .mm-navbar {
  display: block; }

.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listitem, .mm-listitem .mm-btn_next, .mm-listitem .mm-btn_next:before, .mm-listitem:after, .mm-listview {
  border-color: inherit; }

.mm-listview {
  font: inherit;
  line-height: 20px; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listitem {
  position: relative; }

.mm-listitem:after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listitem:after {
  left: 20px; }

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none; }

.mm-listitem > a, .mm-listitem > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listitem .mm-btn_next {
  background: rgba(3, 2, 1, 0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listitem .mm-btn_next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 50px; }

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a, .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 50px; }

.mm-listitem .mm-btn_fullwidth:before {
  border-left: none; }

.mm-listitem .mm-btn_fullwidth + a, .mm-listitem .mm-btn_fullwidth + span {
  padding-right: 50px; }

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 75%;
  text-transform: uppercase;
  padding: 5px 10px 5px 20px; }

.mm-listitem_divider:after {
  content: ' ';
  display: none;
  position: static;
  display: inline-block; }

.mm-listitem_spacer {
  padding-top: 40px; }

.mm-listitem_spacer > .mm-btn_next {
  top: 40px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview .mm-btn_next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4); }

.mm-menu .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu .mm-listitem_selected > span {
  background: rgba(255, 255, 255, 0.4); }

.mm-menu .mm-listitem_opened > .mm-btn_next, .mm-menu .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-listitem_divider {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative; }

.mm-wrapper_background .mm-page {
  background: inherit; }

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0; }

.mm-menu_offcanvas.mm-menu_opened {
  display: block; }

.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
  z-index: 10; }

.mm-menu_offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-page__blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-wrapper_blocking {
  overflow: hidden; }

.mm-wrapper_blocking body {
  overflow: hidden; }

.mm-wrapper_blocking .mm-page__blocker {
  display: block; }

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

.mm-menu_autoheight {
  transition: none .4s ease;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative; }

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%; }

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important; }

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important; }

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

[class*=mm-menu_columns-] {
  transition-property: width; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit; }

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0; }

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0; }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%; }

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px; }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%; }

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px; }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%; }

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu_columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px; }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0); } }

[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform; }

.mm-counter {
  font-style: normal;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 90px; }

.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + a, .mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 90px; }

.mm-counter + .mm-btn_fullwidth + a, .mm-counter + .mm-btn_fullwidth + span {
  padding-right: 90px; }

.mm-listitem_vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-listitem_vertical.mm-listitem_spacer > .mm-counter {
  margin-top: 40px; }

.mm-listitem_nosubitems > .mm-counter {
  display: none; }

.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-listitem_divider {
  opacity: 1;
  transition: opacity .4s ease; }

.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.3);
  padding-top: 15px;
  padding-bottom: 5px; }

.mm-border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid; }

.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-listview_fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-panel_dividers .mm-listview_fixeddivider {
  display: block; }

.mm-wrapper_opened.mm-dragging .mm-menu, .mm-wrapper_opened.mm-dragging .mm-slideout {
  transition-duration: 0s; }

.mm-menu_dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-wrapper_dropdown .mm-page__blocker {
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2; }

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none; }

[class*=mm-menu_tip-]:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu_tip-left:before {
  left: 22px; }

.mm-menu_tip-right:before {
  right: 22px; }

.mm-menu_tip-top:before {
  top: -8px; }

.mm-menu_tip-bottom:before {
  bottom: -8px; }

.mm-iconbar {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2; }

.mm-iconbar__bottom, .mm-iconbar__top {
  width: inherit;
  position: absolute;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  box-sizing: border-box;
  display: block;
  padding: 10px 0; }

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none; }

.mm-iconbar__top {
  top: 0; }

.mm-iconbar__bottom {
  bottom: 0; }

.mm-menu_iconbar-40 .mm-navbars_bottom, .mm-menu_iconbar-40 .mm-navbars_top, .mm-menu_iconbar-40 .mm-panels {
  left: 40px; }

.mm-menu_iconbar-40 .mm-iconbar {
  width: 40px; }

.mm-menu_iconbar-60 .mm-navbars_bottom, .mm-menu_iconbar-60 .mm-navbars_top, .mm-menu_iconbar-60 .mm-panels {
  left: 60px; }

.mm-menu_iconbar-60 .mm-iconbar {
  width: 60px; }

.mm-menu_iconbar-80 .mm-navbars_bottom, .mm-menu_iconbar-80 .mm-navbars_top, .mm-menu_iconbar-80 .mm-panels {
  left: 80px; }

.mm-menu_iconbar-80 .mm-iconbar {
  width: 80px; }

.mm-iconbar, .mm-iconbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4); }

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel {
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform; }

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first, [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0; }

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened, [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0), [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: 1px solid;
  border-color: inherit; }

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[class*=mm-menu_iconpanel-].mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider, [class*=mm-menu_iconpanel-].mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0; }

.mm-menu_iconpanel-40 .mm-panel_iconpanel-0, .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0; }

.mm-menu_iconpanel-40 .mm-panel_iconpanel-1, .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 40px; }

.mm-menu_iconpanel-40 .mm-panel_iconpanel-2, .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 80px; }

.mm-menu_iconpanel-40 .mm-panel_iconpanel-3, .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 120px; }

.mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 40px; }

.mm-menu_iconpanel-60 .mm-panel_iconpanel-0, .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0; }

.mm-menu_iconpanel-60 .mm-panel_iconpanel-1, .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 60px; }

.mm-menu_iconpanel-60 .mm-panel_iconpanel-2, .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 120px; }

.mm-menu_iconpanel-60 .mm-panel_iconpanel-3, .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 180px; }

.mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 60px; }

.mm-menu_iconpanel-80 .mm-panel_iconpanel-0, .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0; }

.mm-menu_iconpanel-80 .mm-panel_iconpanel-1, .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 80px; }

.mm-menu_iconpanel-80 .mm-panel_iconpanel-2, .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 160px; }

.mm-menu_iconpanel-80 .mm-panel_iconpanel-3, .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 240px; }

.mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 80px; }

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity .4s ease; }

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px; }

.mm-menu_keyboardfocus a:focus {
  outline: 0; }

.mm-menu_keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.4); }

.mm-navbars_bottom, .mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1; }

.mm-navbars_bottom > .mm-navbar, .mm-navbars_top > .mm-navbar {
  border-width: 0;
  border-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0; }

.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn), .mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto; }

.mm-menu_navbar_top-1 .mm-panels {
  top: 40px; }

.mm-menu_navbar_top-2 .mm-panels {
  top: 80px; }

.mm-menu_navbar_top-3 .mm-panels {
  top: 120px; }

.mm-menu_navbar_top-4 .mm-panels {
  top: 160px; }

.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto; }

.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 40px; }

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 80px; }

.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 120px; }

.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar_size-2 {
  height: 80px; }

.mm-navbar_size-3 {
  height: 120px; }

.mm-navbar_size-4 {
  height: 160px; }

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar__breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -40px; }

.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar_tabs, .mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important; }

.mm-navbar__tab_selected {
  background: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: inherit; }

.mm-navbar__tab_selected:first-child {
  border-left: none; }

.mm-navbar__tab_selected:last-child {
  border-right: none; }

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit; }

.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px; }

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none; }

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit; }

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px; }

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none; }

.mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.4); }

.mm-menu_rtl {
  direction: rtl; }

.mm-menu_rtl.mm-menu_offcanvas {
  right: auto; }

.mm-menu_rtl .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_rtl .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-menu_rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0; }

.mm-menu_rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0; }

.mm-menu_rtl .mm-navbar .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu_rtl .mm-navbar .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-menu_rtl .mm-listitem:after {
  left: 0;
  right: 20px; }

.mm-menu_rtl .mm-listitem > a:not(.mm-btn_next), .mm-menu_rtl .mm-listitem > span:not(.mm-btn_next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important; }

.mm-menu_rtl .mm-listitem .mm-btn_next {
  right: auto;
  left: 0; }

.mm-menu_rtl .mm-listitem .mm-btn_next:before {
  left: auto;
  right: 0; }

.mm-menu_rtl .mm-listitem .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu_rtl .mm-listitem .mm-btn_next + a, .mm-menu_rtl .mm-listitem .mm-btn_next + span {
  margin-left: 50px; }

.mm-menu_rtl .mm-listitem .mm-btn_fullwidth + a, .mm-menu_rtl .mm-listitem .mm-btn_fullwidth + span {
  padding-left: 50px; }

.mm-menu_rtl .mm-counter {
  left: 45px;
  right: auto; }

.mm-menu_rtl .mm-counter + .mm-btn_next + a, .mm-menu_rtl .mm-counter + .mm-btn_next + span {
  margin-left: 90px; }

.mm-menu_rtl .mm-listview .mm-counter + .mm-btn_fullwidth + a, .mm-menu_rtl .mm-listview .mm-counter + .mm-btn_fullwidth + span {
  padding-left: 90px; }

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel {
  transition-property: right,-webkit-transform;
  transition-property: transform,right;
  transition-property: transform,right,-webkit-transform; }

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first, .mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0;
  right: 0; }

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened, .mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit; }

.mm-menu_rtl [class*=mm-panel_iconpanel-], .mm-menu_rtl [class*=mm-panel_iconpanel-] ~ .mm-listview_fixeddivider {
  left: 0; }

.mm-menu_rtl [class*=mm-panel_iconpanel-].mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 0; }

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 40px; }

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 80px; }

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 120px; }

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 40px; }

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 0; }

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 60px; }

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 120px; }

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 180px; }

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 60px; }

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 0; }

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 80px; }

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 160px; }

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 240px; }

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 80px; }

.mm-menu_rtl html[class*=mm-sidebar_expanded-]:not(.mm-sidebar_closed) .mm-menu_rtl ~ .mm-slideout {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  right: 0; }

.mm-menu_rtl label.mm-check, .mm-menu_rtl label.mm-toggle {
  left: 20px;
  right: auto !important; }

.mm-menu_rtl label.mm-toggle + a, .mm-menu_rtl label.mm-toggle + span {
  padding-left: 80px; }

.mm-menu_rtl label.mm-check + a, .mm-menu_rtl label.mm-check + span {
  padding-left: 60px; }

.mm-menu_rtl .mm-btn_next + label.mm-check, .mm-menu_rtl .mm-btn_next + label.mm-toggle {
  left: 60px; }

.mm-menu_rtl .mm-btn_next + label.mm-check + a, .mm-menu_rtl .mm-btn_next + label.mm-check + span, .mm-menu_rtl .mm-btn_next + label.mm-toggle + a, .mm-menu_rtl .mm-btn_next + label.mm-toggle + span {
  margin-left: 50px; }

.mm-menu_rtl .mm-btn_next + label.mm-toggle + a, .mm-menu_rtl .mm-btn_next + label.mm-toggle + span {
  padding-left: 70px; }

.mm-menu_rtl .mm-btn_next + label.mm-check + a, .mm-menu_rtl .mm-btn_next + label.mm-check + span {
  padding-left: 50px; }

.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle {
  left: 100px; }

.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check + a, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check + span, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle + a, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle + span {
  margin-left: 90px; }

.mm-searchfield {
  height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mm-searchfield input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: inherit;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-searchfield input::-ms-clear {
  display: none; }

.mm-searchfield__input {
  padding: 7px 10px 0 10px;
  position: relative; }

.mm-panel__noresultsmsg {
  text-align: center;
  font-size: 150%;
  padding: 40px 0; }

.mm-searchfield__btn {
  right: 0;
  top: 0; }

.mm-searchfield__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%; }

.mm-searchfield__cancel {
  text-decoration: none;
  line-height: 40px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  transition: margin .4s ease; }

.mm-searchfield__cancel-active {
  margin-right: 0; }

.mm-panel > .mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel_has-searchfield {
  padding-top: 40px; }

.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 80px; }

.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
  top: 40px; }

.mm-listitem_nosubitems > .mm-btn_next {
  display: none; }

.mm-listitem_nosubitems > .mm-btn_next + a, .mm-listitem_nosubitems > .mm-btn_next + span {
  padding-right: 10px; }

.mm-searchfield input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75); }

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.mm-sectionindexer a {
  line-height: 1;
  text-decoration: none;
  display: block; }

.mm-sectionindexer ~ .mm-panels {
  transition: right .4s ease; }

.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0; }

.mm-menu_has-sectionindexer .mm-panels {
  right: 20px; }

.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 42px; }

.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 82px; }

.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 122px; }

.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 162px; }

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 42px; }

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 82px; }

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 122px; }

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 162px; }

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth + a, .mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth + span, .mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth), .mm-menu_selected-parent .mm-listitem > a.mm-btn_fullwidth + a, .mm-menu_selected-parent .mm-listitem > a.mm-btn_fullwidth + span, .mm-menu_selected-parent .mm-listitem > a:not(.mm-btn_fullwidth) {
  transition: background .4s ease; }

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
  background: 0 0; }

.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
  background: rgba(255, 255, 255, 0.4); }

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
  background: 0 0; }

.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(255, 255, 255, 0.4); }

[class*=mm-wrapper_sidebar-collapsed-] body, [class*=mm-wrapper_sidebar-expanded-] body {
  position: relative; }

[class*=mm-wrapper_sidebar-collapsed-] .mm-slideout, [class*=mm-wrapper_sidebar-expanded-] .mm-slideout {
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

[class*=mm-wrapper_sidebar-collapsed-] .mm-page, [class*=mm-wrapper_sidebar-expanded-] .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh; }

[class*=mm-wrapper_sidebar-collapsed-] .mm-menu_sidebar-collapsed, [class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
  display: block !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important; }

[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider, [class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0; }

.mm-wrapper_sidebar-collapsed-40 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout {
  width: calc(100% - 40px);
  -webkit-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  transform: translate(40px, 0);
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0); }

.mm-wrapper_sidebar-collapsed-60 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-60 .mm-slideout {
  width: calc(100% - 60px);
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0); }

.mm-wrapper_sidebar-collapsed-80 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-80 .mm-slideout {
  width: calc(100% - 80px);
  -webkit-transform: translate(80px, 0);
  -ms-transform: translate(80px, 0);
  transform: translate(80px, 0);
  -webkit-transform: translate3d(80px, 0, 0);
  transform: translate3d(80px, 0, 0); }

[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0 !important;
  max-width: 100000px !important; }

[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none; }

[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking, [class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking body {
  overflow: visible; }

[class*=mm-wrapper_sidebar-expanded-] .mm-page__blocker {
  display: none !important; }

.mm-wrapper_sidebar-expanded-25:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 75%;
  -webkit-transform: translate(33.33333%, 0) !important;
  -ms-transform: translate(33.33333%, 0) !important;
  transform: translate(33.33333%, 0) !important;
  -webkit-transform: translate3d(33.33333%, 0, 0) !important;
  transform: translate3d(33.33333%, 0, 0) !important; }

.mm-wrapper_sidebar-expanded-25 .mm-menu_sidebar-expanded {
  width: 25% !important; }

.mm-wrapper_sidebar-expanded-30:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 70%;
  -webkit-transform: translate(42.85714%, 0) !important;
  -ms-transform: translate(42.85714%, 0) !important;
  transform: translate(42.85714%, 0) !important;
  -webkit-transform: translate3d(42.85714%, 0, 0) !important;
  transform: translate3d(42.85714%, 0, 0) !important; }

.mm-wrapper_sidebar-expanded-30 .mm-menu_sidebar-expanded {
  width: 30% !important; }

.mm-wrapper_sidebar-expanded-35:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 65%;
  -webkit-transform: translate(53.84615%, 0) !important;
  -ms-transform: translate(53.84615%, 0) !important;
  transform: translate(53.84615%, 0) !important;
  -webkit-transform: translate3d(53.84615%, 0, 0) !important;
  transform: translate3d(53.84615%, 0, 0) !important; }

.mm-wrapper_sidebar-expanded-35 .mm-menu_sidebar-expanded {
  width: 35% !important; }

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

.mm-menu_opened .mm-menu__blocker {
  display: none; }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

.mm-listitem_vertical label.mm-toggle {
  top: 5px;
  bottom: auto;
  margin-top: 0; }

.mm-listitem_vertical label.mm-check {
  top: 5px;
  bottom: auto;
  margin-top: 0; }

label.mm-toggle {
  right: 20px; }

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check {
  right: 20px; }

label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }

.mm-btn_next + label.mm-check, .mm-btn_next + label.mm-toggle {
  right: 60px; }

.mm-btn_next + label.mm-check + a, .mm-btn_next + label.mm-check + span, .mm-btn_next + label.mm-toggle + a, .mm-btn_next + label.mm-toggle + span {
  margin-right: 50px; }

.mm-btn_next + label.mm-toggle + a, .mm-btn_next + label.mm-toggle + span {
  padding-right: 70px; }

.mm-btn_next + label.mm-check + a, .mm-btn_next + label.mm-check + span {
  padding-right: 50px; }

.mm-counter + .mm-btn_next + label.mm-check, .mm-counter + .mm-btn_next + label.mm-toggle {
  right: 100px; }

.mm-counter + .mm-btn_next + label.mm-check + a, .mm-counter + .mm-btn_next + label.mm-check + span, .mm-counter + .mm-btn_next + label.mm-toggle + a, .mm-counter + .mm-btn_next + label.mm-toggle + span {
  margin-right: 90px; }

label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

label.mm-toggle:before {
  background: #f3f3f3; }

input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75); }

.mm-menu_border-none .mm-listitem:after, .mm-panel_border-none .mm-listitem:after {
  content: none; }

.mm-menu_border-full .mm-listitem:after, .mm-panel_border-full .mm-listitem:after {
  left: 0 !important; }

.mm-menu_border-offset .mm-listitem:after, .mm-panel_border-offset .mm-listitem:after {
  right: 20px; }

.mm-menu_fx-menu-zoom {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu_fx-menu-slide {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-menu-fade {
  opacity: 0;
  transition: opacity .4s ease; }

.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1; }

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  transition-property: none; }

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel, .mm-panel_fx-zoom {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened, .mm-panel_fx-zoom.mm-panel_opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent, .mm-panel_fx-zoom.mm-panel_opened-parent {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent, .mm-panel_fx-slide-0.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent, .mm-panel_fx-slide-100.mm-panel_opened-parent {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_fx-panels-slide-up .mm-panel, .mm-panel_fx-slide-up {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.mm-menu_fx-panels-slide-up .mm-panel_opened, .mm-menu_fx-panels-slide-up .mm-panel_opened-parent, .mm-panel_fx-slide-up.mm-panel_opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-right .mm-panel, .mm-panel_fx-slide-right {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_fx-panels-slide-right .mm-panel_opened, .mm-menu_fx-panels-slide-right .mm-panel_opened-parent, .mm-panel_fx-slide-right.mm-panel_opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[class*=mm-menu_fx-listitems-] .mm-listitem {
  transition: none .4s ease; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
  transition-delay: 50ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  transition-delay: .1s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  transition-delay: 150ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  transition-delay: .2s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  transition-delay: 250ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  transition-delay: .3s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  transition-delay: 350ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  transition-delay: .4s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  transition-delay: 450ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  transition-delay: .5s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  transition-delay: 550ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  transition-delay: .6s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  transition-delay: 650ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  transition-delay: .7s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  transition-delay: 750ms; }

.mm-menu_fx-listitems-slide .mm-listitem {
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu_fx-listitems-fade .mm-listitem {
  transition-property: opacity;
  opacity: 0; }

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1; }

.mm-menu_fx-listitems-drop .mm-listitem {
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0; }

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(100vw, 0);
  -ms-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-100vw, 0);
  -ms-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_listview-30 .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-30 .mm-listitem > span {
  padding-top: 5px;
  padding-bottom: 5px; }

.mm-menu_listview-30 .mm-listitem_vertical > .mm-btn_next {
  height: 30; }

.mm-menu_listview-50 .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-50 .mm-listitem > span {
  padding-top: 15px;
  padding-bottom: 15px; }

.mm-menu_listview-50 .mm-listitem_vertical > .mm-btn_next {
  height: 50; }

.mm-menu_listview-60 .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-60 .mm-listitem > span {
  padding-top: 20px;
  padding-bottom: 20px; }

.mm-menu_listview-60 .mm-listitem_vertical > .mm-btn_next {
  height: 60; }

.mm-menu_listview-justify .mm-panels > .mm-panel:after, .mm-menu_listview-justify .mm-panels > .mm-panel:before, .mm-panels > .mm-panel_listview-justify:after, .mm-panels > .mm-panel_listview-justify:before {
  content: none;
  display: none; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview, .mm-panels > .mm-panel_listview-justify .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem, .mm-panels > .mm-panel_listview-justify .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider), .mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem > span, .mm-panels > .mm-panel_listview-justify .mm-listitem > a:not(.mm-btn_next), .mm-panels > .mm-panel_listview-justify .mm-listitem > span {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mm-listview_inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview_inset > li {
  padding: 5px 0; }

.mm-menu_multiline .mm-listitem > a, .mm-menu_multiline .mm-listitem > span, .mm-panel_multiline .mm-listitem > a, .mm-panel_multiline .mm-listitem > span {
  text-overflow: clip;
  white-space: normal; }

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker {
  opacity: 0; }

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker {
  opacity: .3;
  transition: opacity .4s ease .4s; }

.mm-menu_opened.mm-menu_pagedim ~ .mm-page__blocker {
  background: inherit; }

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-page__blocker {
  background: #000; }

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-page__blocker {
  background: #fff; }

.mm-menu_popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_popup.mm-menu_opened ~ .mm-page__blocker {
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1; }

.mm-menu_position-right {
  left: auto;
  right: 0; }

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-page__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-page__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-page__blocker {
  z-index: 1; }

.mm-menu_position-front {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu_position-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-menu_position-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%); }

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%); }

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none; }

.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu_theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu_theme-white .mm-navbar a, .mm-menu_theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu_theme-white .mm-btn:after, .mm-menu_theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu_theme-white .mm-listview .mm-btn_next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu_theme-white .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.03);
  tap-highlight-color: rgba(0, 0, 0, 0.03); }

.mm-menu_theme-white .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu_theme-white .mm-listitem_selected > span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu_theme-white .mm-listitem_opened > .mm-btn_next, .mm-menu_theme-white .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.06); }

.mm-menu_theme-white .mm-listitem_divider {
  background: rgba(0, 0, 0, 0.06); }

.mm-menu_theme-white .mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu_theme-white .mm-iconbar, .mm-menu_theme-white .mm-iconbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu_theme-white.mm-menu_keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu_theme-white .mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-menu_theme-white .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-menu_theme-white .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu_theme-white.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu_theme-white.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu_theme-white .mm-searchfield input {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu_theme-white .mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu_theme-white .mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
  background: 0 0; }

.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_theme-white.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
  background: 0 0; }

.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu_theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

.mm-menu_theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu_theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu_theme-whiteinput.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu_theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.85); }

.mm-menu_theme-dark .mm-navbar a, .mm-menu_theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-dark .mm-btn:after, .mm-menu_theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-dark .mm-listview .mm-btn_next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-dark .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu_theme-dark .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu_theme-dark .mm-listitem_selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu_theme-dark .mm-listitem_opened > .mm-btn_next, .mm-menu_theme-dark .mm-listitem_opened > .mm-panel {
  background: rgba(255, 255, 255, 0.08); }

.mm-menu_theme-dark .mm-listitem_divider {
  background: rgba(255, 255, 255, 0.08); }

.mm-menu_theme-dark .mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-dark .mm-iconbar, .mm-menu_theme-dark .mm-iconbar a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-dark.mm-menu_keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu_theme-dark .mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-menu_theme-dark .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-menu_theme-dark .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu_theme-dark.mm-menu_shadow-page:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu_theme-dark.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu_theme-dark .mm-searchfield input {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85); }

.mm-menu_theme-dark .mm-panel__noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-dark .mm-sectionindexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
  background: 0 0; }

.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
  background: 0 0; }

.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu_theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.85); }

.mm-menu_theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.3); }

.mm-menu_theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu_theme-darkinput.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu_theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75); }

.mm-menu_theme-black .mm-navbar a, .mm-menu_theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-black .mm-btn:after, .mm-menu_theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-black .mm-listview .mm-btn_next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-black .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.15);
  tap-highlight-color: rgba(255, 255, 255, 0.15); }

.mm-menu_theme-black .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu_theme-black .mm-listitem_selected > span {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu_theme-black .mm-listitem_opened > .mm-btn_next, .mm-menu_theme-black .mm-listitem_opened > .mm-panel {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu_theme-black .mm-listitem_divider {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu_theme-black .mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-black .mm-iconbar, .mm-menu_theme-black .mm-iconbar a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-black.mm-menu_keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu_theme-black .mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-menu_theme-black .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-menu_theme-black .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu_theme-black.mm-menu_shadow-page:after {
  box-shadow: false; }

.mm-menu_theme-black.mm-menu_shadow-panels .mm-panel {
  box-shadow: false; }

.mm-menu_theme-black .mm-searchfield input {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75); }

.mm-menu_theme-black .mm-panel__noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-black .mm-sectionindexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
  background: 0 0; }

.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_theme-black.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
  background: 0 0; }

.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu_theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.75); }

.mm-menu_theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.25); }

.mm-menu_theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu_theme-blackinput.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
  margin: 0 !important; }

.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%; }

.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu_tileview .mm-listitem > a, .mm-menu_tileview .mm-listitem > span, .mm-panel_tileview .mm-listitem > a, .mm-panel_tileview .mm-listitem > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu_tileview .mm-listitem > .mm-btn_next, .mm-panel_tileview .mm-listitem > .mm-btn_next {
  width: auto; }

.mm-menu_tileview .mm-listitem > .mm-btn_next:after, .mm-menu_tileview .mm-listitem > .mm-btn_next:before, .mm-panel_tileview .mm-listitem > .mm-btn_next:after, .mm-panel_tileview .mm-listitem > .mm-btn_next:before {
  content: none;
  display: none; }

.mm-menu_tileview .mm-listitem_divider, .mm-panel_tileview .mm-listitem_divider {
  display: none; }

.mm-menu_tileview .mm-panel, .mm-panel_tileview {
  padding-left: 0;
  padding-right: 0; }

.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before, .mm-panel_tileview:after, .mm-panel_tileview:before {
  content: none;
  display: none; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

body {
  font: 18px/27px 'Montserrat', Arial, Helvetica, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  border-style: none; }

a {
  transition: all .3s;
  outline: none;
  text-decoration: none; }

a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: underline; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  transition: all .3s; }

input[type="search"] {
  -webkit-appearance: textfield; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0; }

.slick-slide {
  outline: none; }

hr {
  border-top: 2px solid #ccc; }

/* headings */
h1 {
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #f5a623; }

h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #00528c; }

h3 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #00528c; }

h4 {
  font-size: 63px;
  line-height: 46px;
  font-weight: 400;
  font-style: italic;
  color: #f5a623;
  margin: 0 0 15px; }

h5 {
  font-size: 40px;
  line-height: 80px;
  font-weight: 700;
  color: #00528c;
  margin: 0 0 15px; }

h6 {
  font-size: 28px;
  line-height: 48px;
  font-weight: 700;
  color: #00528c;
  margin: 0 0 15px; }

.rtl {
  direction: rtl !important; }

/* headings */
/* wrapper */
#wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh; }

/* end wrapper */
#popupSurveyModal .questionLabel strong {
  margin-bottom: 20px;
  display: block; }

/* buttons */
.btn, .thumbnail-block figcaption > div > div a, .sf-form-button > button, .sf-form-button > a {
  vertical-align: top;
  border: 0;
  padding: 16px 30px;
  /*outline: 0 !important;*/
  white-space: normal;
  text-align: center;
  position: relative;
  box-shadow: none;
  text-decoration: none;
  border-radius: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700; }

.content .btn, .thumbnail-block figcaption > div > div a, .sf-form-button > button, .sf-form-button > a {
  text-decoration: none;
  color: #333; }

.content .btn.btn-primary, .content .sf-form-button > button, .content .sf-form-button > a, .sf-form-button > button, .sf-form-button > a {
  color: #fff; }

.content .log-form .btn, .thumbnail-block figcaption > div > div a {
  color: #fff; }

.btn-md {
  font-size: 16px;
  line-height: 21px;
  padding: 10px 15px; }

.btn-md-large {
  font-size: 18px;
  line-height: 22px;
  padding-top: 17px;
  padding-bottom: 17px; }

.btn-sm {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.5px;
  padding: 16px; }

.btn-info {
  background: rgba(238, 238, 238, 0.3);
  color: #fff; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.btn-info:focus,
.btn-info.focus,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus,
.btn-info:hover {
  background: rgba(238, 238, 238, 0.5);
  color: #fff;
  text-decoration: none; }

.btn-warning {
  background: #f5a623;
  color: #444; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus,
.btn-warning:hover {
  background: #dc951f;
  color: #444;
  text-decoration: none; }

.btn-primary,
.sf-fieldWrp > button,
.thumbnail-block figcaption > div > div a, .sf-form-button > button, .sf-form-button > a {
  background: #00528c; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:hover,
.sf-fieldWrp > button:hover,
.sf-fieldWrp > button:active,
.thumbnail-block figcaption > div > div a:hover,
.thumbnail-block figcaption > div > div a:active,
.sf-form-button > button:hover, .sf-form-button > a:hover,
.sf-form-button > button:active, .sf-form-button > a:active {
  background: #003c6b;
  text-decoration: none; }

.btn .arrow-right,
aside .thumbnail-box figcaption .arrow-right,
.thumbnail-block figcaption > div > div a .arrow-right {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: solid 2px;
  border-radius: 100%;
  margin: 2px 5px 0 7px;
  transition: all .3s;
  position: relative; }

.btn-info .arrow-right,
aside .thumbnail-box figcaption .arrow-right {
  border-color: #fff; }

.btn-warning .arrow-right,
aside .thumbnail-box.color-yellow figcaption .arrow-right {
  border-color: #444; }

.btn .arrow-right:before,
aside .thumbnail-box figcaption .arrow-right:before,
.thumbnail-block figcaption > div > div a .arrow-right:before {
  content: '\f105';
  font: 16px/18px 'FontAwesome';
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -2px; }

.btn-search {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  transition: all .3s;
  background: #00528c;
  border-radius: 100%; }

.btn-search:hover {
  text-decoration: none;
  background: #003c6c; }

.btn-search:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/ico-search-white-01.png) no-repeat;
  background-size: 12px 12px; }

.btn-search input,
.btn-search button {
  position: absolute;
  z-index: 25;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px; }

.btn-close {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  padding: 0; }

.btn-close:before,
.btn-close:after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 19px;
  height: 3px;
  background: #666;
  transition: all .3s;
  margin: 13px 0 0 6px;
  border-radius: 2px; }

.btn-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.btn-close:hover:before,
.btn-close:hover:after {
  background: #004881; }

.btn-play {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  width: 37px;
  height: 37px;
  border: solid 4px #fff;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -9999px;
  margin: -19px 0 0 -19px; }

.btn-play:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  transition: all .3s;
  margin: -7px 0 0 -5px; }

.btn-play-md {
  width: 64px;
  height: 64px;
  border-width: 3px;
  margin: -32px 0 0 -32px; }

.btn-play-md:before {
  border-width: 12px 0 12px 22px;
  margin: -12px 0 0 -8px; }

.button-menu {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 29px;
  position: relative;
  font-size: 0;
  line-height: 0; }

.button-menu:hover {
  opacity: 0.75; }

.button-menu span {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 23px;
  height: 3px;
  overflow: hidden;
  text-indent: -9999px;
  background: #fff;
  transition: all .3s;
  margin-left: 5px; }

.button-menu span:nth-child(1) {
  margin-top: 5px; }

.button-menu span:nth-child(2) {
  margin-top: 13px; }

.button-menu span:nth-child(3) {
  margin-top: 21px; }

.button-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 13px 0 0 5px; }

.button-menu.open span:nth-child(2) {
  opacity: 0; }

.button-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 13px 0 0 5px; }

/* end buttons */
/* info-bar */
.info-bar {
  background: #00528c;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  transition: all .3s; }

.info-bar .container {
  padding-top: 10px;
  padding-bottom: 9px; }

.info-bar p {
  margin: 0;
  padding: 11px 0;
  display: inline-block;
  vertical-align: top; }

.info-bar p a {
  text-decoration: underline;
  color: #fff; }

.info-bar p a:hover {
  text-decoration: none; }

.info-bar .btn {
  margin: 0 0 0 18px;
  letter-spacing: 0.4px; }

/* end info-bar */
/* header */
#header {
  background: #fff;
  position: relative;
  z-index: 100;
  border-top: solid 6px #000;
  font-size: 0;
  line-height: 0;
  transition: all .3s; }

.info-dropdown-opened #header {
  border-color: #00528c; }

#header > .container {
  position: relative;
  min-height: 194px; }

#header .logo {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 175px;
  /*height: 129px;
	text-indent: -9999px;*/
  overflow: hidden;
  /*background: url(/ResourcePackages/Rcpsych/assets/dist/images/logo.svg) no-repeat;
	background-size: 110px 129px;*/
  margin: 16px 0 0 16px; }

#header .logo > div,
#header .logo > div > div,
#header .logo a {
  display: block;
  height: 100%; }

#header .logo img {
  width: 100%;
  height: auto;
  display: block; }

#header .top {
  text-align: right;
  padding: 0 0 54px 120px; }

#header .top .block {
  position: relative;
  padding: 0 0 1px;
  display: inline-block;
  vertical-align: top; }

#header .top .block:before {
  content: '';
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 55px;
  right: 0;
  background: #e0e0e0;
  height: 1px; }

#header .top .block > div {
  display: inline-block;
  vertical-align: top; }

#header .top-links {
  list-style: none;
  margin: 0;
  padding: 12px 33px 11px 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  transition: all .3s; }

.search-opened #header .top-links {
  opacity: 0; }

#header .top-links > li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  transition: all .3s; }

#header .top-links > li + li {
  padding-left: 24px; }

#header .top-links a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 5px;
  color: #666; }

#header .top-links a:hover {
  text-decoration: none;
  color: #004881; }

.logged-item {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  background: #e5edf3;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.9px;
  padding: 16px 18px; }

.search-opened #header .logged-item {
  opacity: 0; }

a.logged-item:hover {
  text-decoration: none;
  background: #d8e9f5; }

.logged-item span:first-child {
  text-decoration: underline; }

.content-dropdown-opener {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #00528c;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 16px 65px 16px 19px;
  position: relative; }

.content-dropdown-opener:hover,
.content-dropdown-opener:focus {
  background: #003c6c;
  color: #fff;
  text-decoration: none; }

.search-opened #header .content-dropdown-opener {
  opacity: 0; }

.content-dropdown-opener .arrow-down {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 13px 26px 0 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  opacity: 0.3;
  border: solid 2px #fff;
  transition: all .3s; }

.info-dropdown-opened .content-dropdown-opener .arrow-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.content-dropdown-opener .arrow-down:before {
  content: '\f107';
  font: 17px/19px 'FontAwesome';
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -6px; }

#header .top .btn {
  text-transform: uppercase; }

.search-opened #header .top .btn {
  opacity: 0; }

.search-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 44px;
  height: 49px; }

.search-box .search-opener {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 13px 0 0; }

.search-opened .search-box .search-opener {
  opacity: 0;
  z-index: 10; }

.search-form {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  background: #fff;
  padding: 5px 30px 5px 15px; }

.search-box .search-form {
  width: 0;
  opacity: 0;
  z-index: 10;
  transition: all .3s; }

.search-opened .search-box .search-form {
  width: 300px;
  z-index: 20;
  opacity: 1; }

.search-form .sfFormBox {
  position: relative; }

.search-form .sfError {
  display: none; }

.search-form .sfFieldWrap {
  position: relative; }

.search-form .sfTxt {
  width: 100%;
  height: 39px;
  display: block;
  font: 16px 'Montserrat', sans-serif;
  letter-spacing: 0.8px;
  border: 0;
  background: none;
  color: #666;
  padding: 0;
  margin: 0;
  border-radius: 0 !important;
  -webkit-appearance: none; }

/*.search-form .sfTxt:focus{outline: none;}*/
.search-form .sfTxt::-moz-placeholder {
  color: #666;
  opacity: 1; }

.search-form .sfTxt:-ms-input-placeholder {
  color: #666; }

.search-form .sfTxt::-webkit-input-placeholder {
  color: #666; }

.search-form .sfExample {
  display: none; }

.search-form .sfFormSubmit {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 24px;
  margin: 13px 0 0; }

.skip-navigation {
  /*position: absolute;
    top: -1000px;
    left: -1000px;*/
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  font-size: 0;
  line-height: 0; }

a.skip-navigation:active,
a.skip-navigation:focus,
a.skip-navigation:hover {
  /*left:130px;
        top: 30px;*/
  width: auto;
  height: auto;
  overflow: visible;
  font-size: 12px;
  line-height: 16px; }

.dropdown-toggle:focus,
a:focus {
  outline: 1px dotted #000; }

#header .navbar {
  min-height: 1px;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  text-align: right;
  position: relative;
  padding: 0 0 0 120px; }

#main-nav {
  display: inline-block;
  vertical-align: top;
  margin: 0 -14px 0 0; }

#main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top; }

#main-nav > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  margin: 0 0 0; }

#main-nav li.selected {
  margin: 0;
  padding: 0 0 0; }

#main-nav > ul > li > a {
  display: inline-block;
  vertical-align: top;
  padding: 4px 14px 6px;
  text-decoration: none;
  color: #666; }

#main-nav > ul > li > a:hover {
  text-decoration: none; }

#main-nav > ul > li:hover > a,
#main-nav > ul > li.active > a {
  color: #fff;
  background: #004881; }

#main-nav > ul > li > a .caret {
  display: none; }

#main-nav .mega-dropdown {
  position: absolute;
  z-index: 95;
  top: -9999px;
  left: 0;
  right: 0;
  text-align: left;
  opacity: 0;
  transition: opacity .3s; }

/*#main-nav li:hover > .mega-dropdown,*/
#main-nav li.selected > .mega-dropdown,
#main-nav .mega-dropdown.opened {
  top: 100%;
  opacity: 1;
  padding-top: 55px; }

#main-nav .mega-dropdown:before {
  content: '';
  background: #00528c;
  position: absolute;
  z-index: 5;
  top: 55px;
  bottom: 0;
  left: -9999px;
  right: -9999px; }

#main-nav .mega-dropdown .bg-gradient {
  position: absolute;
  z-index: 7;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%); }

#main-nav .mega-dropdown .nav-block {
  position: relative;
  z-index: 30;
  max-width: 330px; }

#main-nav .mega-dropdown .nav-block:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: -9999px;
  background: #fff;
  opacity: 0.1; }

#main-nav .mega-dropdown .nav-holder {
  position: relative;
  z-index: 30;
  min-height: 951px;
  padding: 54px 0 30px; }

#main-nav .mega-dropdown .nav-block h2 {
  color: #fff;
  margin: 0 0 31px;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -1px;
  font-weight: 700; }

#main-nav .mega-dropdown .nav-list {
  list-style: none;
  margin: 0;
  padding: 0; }

#main-nav .mega-dropdown .nav-list > li {
  font-size: 18px;
  line-height: 22px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1); }

#main-nav .mega-dropdown .nav-list > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 15px 33px 16px 20px; }
  #main-nav .mega-dropdown .nav-list > li > a span {
    transform: translateX(-7%);
    display: block;
    transition: all .3s; }

#main-nav .mega-dropdown .nav-list > li:hover > a,
#main-nav .mega-dropdown .nav-list > li.active > a {
  text-decoration: none;
  color: #fff;
  background: #003e6f; }
  #main-nav .mega-dropdown .nav-list > li:hover > a span,
  #main-nav .mega-dropdown .nav-list > li.active > a span {
    transform: translateX(0%); }

#main-nav .mega-dropdown .nav-list a:not(.btn) .arrow-right {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: solid 2px #fff;
  border-radius: 100%;
  margin: 3px 0 -4px 4px;
  transition: all .3s;
  position: absolute;
  opacity: 0;
  transition: all .3s;
  right: 4%;
  top: 13px; }

#main-nav .mega-dropdown .nav-list > li:hover > a .arrow-right,
#main-nav .mega-dropdown .nav-list > li.active > a .arrow-right {
  opacity: 1; }

#main-nav .mega-dropdown .nav-list a .arrow-right:before {
  content: '\f105';
  font: 16px/18px 'FontAwesome';
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -2px; }

#main-nav .mega-dropdown .dropdown-area {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: -9999px;
  width: 890px;
  height: 100%;
  /*height: 731px;*/
  padding: 60px 0 30px 59px;
  transition: opacity .3s;
  opacity: 0; }

#main-nav .mega-dropdown .nav-list > li:hover .dropdown-area,
#main-nav .mega-dropdown .nav-list > li.active .dropdown-area {
  opacity: 1;
  left: 100%; }

#main-nav .mega-dropdown .nav-list:hover > li.active .dropdown-area {
  left: -9999px;
  opacity: 0; }

#main-nav .mega-dropdown .nav-list:hover > li.active:hover .dropdown-area {
  opacity: 1;
  left: 100%; }

#main-nav .mega-dropdown .dropdown-area > h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 38px;
  color: #fff; }

#main-nav .mega-dropdown .dropdown-area .cols {
  margin: 0 -10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%; }

#main-nav .mega-dropdown .dropdown-area .cols > .col {
  padding: 0 10px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 33.33%;
  max-width: 50%;
  min-height: 1px; }

#main-nav .mega-dropdown .dropdown-area .cols.has-info-widget > .col {
  min-width: 35%;
  max-width: 35%; }

#main-nav .mega-dropdown .dropdown-area .cols.has-info-widget > .col:nth-child(1) {
  min-width: 30%;
  max-width: 30%; }

#main-nav .mega-dropdown .dropdown-links {
  list-style: none;
  margin: 0;
  padding: 0; }

#main-nav .mega-dropdown .dropdown-links li {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 1px; }

#main-nav .mega-dropdown .dropdown-links a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 8px 40px 8px 0; }

#main-nav .mega-dropdown .dropdown-links a:hover,
#main-nav .mega-dropdown .dropdown-links .active > a {
  text-decoration: none;
  padding-left: 11px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff; }

#main-nav .mega-dropdown .dropdown-links a:not(.btn) .arrow-right {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 0;
  margin: -10px 30px 0 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: solid 2px #fff;
  border-radius: 100%;
  transition: all .3s; }

#main-nav .mega-dropdown .dropdown-links a:hover .arrow-right,
#main-nav .mega-dropdown .dropdown-links .active > a .arrow-right {
  opacity: 0.2;
  margin-right: 9px; }

#main-nav .mega-dropdown .dropdown-links a .arrow-right:before {
  content: '\f105';
  font: 16px/18px 'FontAwesome';
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -2px; }

.info-widget {
  position: relative;
  max-width: 198px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  background: rgba(255, 255, 255, 0.1); }

#main-nav .mega-dropdown .dropdown-area .info-widget {
  margin: 9px 0 0; }

.info-widget .widget-body {
  padding: 40px 28px 41px; }

.info-widget .img {
  max-width: 133px;
  margin: 0 auto 32px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden; }

.info-widget .img > img {
  display: block;
  width: 100%;
  max-width: 100%; }

.info-widget h3 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 12px; }

.info-widget p {
  margin: 0;
  letter-spacing: -0.1px; }

.info-widget .btn {
  display: block;
  min-width: 1px;
  padding-left: 27px;
  padding-right: 45px;
  text-align: left; }

.info-widget .btn .arrow-right {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 18px 19px 0 0; }

.info-dropdown {
  background: #00528c; }

.info-dropdown a {
  color: #fff; }

.info-dropdown .container {
  padding-top: 46px;
  padding-bottom: 34px; }

.video-widget {
  position: relative;
  overflow: hidden;
  max-width: 278px; }

.info-dropdown .video-widget {
  margin: -4px 0 0; }

.video-widget .img {
  position: relative;
  overflow: hidden;
  padding: 61% 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.video-widget .img:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  width: 65%;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7; }

.video-widget .img:after {
  content: '';
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  opacity: 0.7; }

.video-widget .img > img {
  display: none; }

.video-widget .btn-play {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  margin: 0 19px 21px 0; }

.info-links {
  list-style: none;
  margin: 0;
  padding: 0; }

.info-dropdown .info-links {
  color: #fff; }

.info-dropdown .info-links > li {
  padding-bottom: 14px; }

.info-links > li {
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 27px; }

.info-links a {
  text-decoration: none;
  color: #fff; }

.info-links a:hover {
  text-decoration: none;
  color: #fff; }

.info-links a .arrow-right {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: solid 2px #fff;
  border-radius: 100%;
  margin: 4px 0 -4px 9px;
  transition: all .3s;
  position: relative;
  opacity: 0.3;
  transition: all .3s; }

.info-links a:hover .arrow-right {
  opacity: 1; }

.info-links a .arrow-right:before {
  content: '\f105';
  font: 16px/18px 'FontAwesome';
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -2px; }

/* end header */
/* alert */
.alert {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  line-height: 22px; }

.alert-info {
  background: #e5edf3;
  color: #666; }

.alert .container {
  position: relative;
  padding-top: 15px;
  padding-bottom: 19px;
  padding-left: 51px; }

.alert p {
  margin: 0; }

.alert .btn-close {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  margin: 13px 0 0 9px; }

/* end alert */
/* footer */
/*#footer{position: relative;}*/
#footer .top {
  background: #fff;
  position: relative;
  overflow: hidden; }

#footer .top:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 9999px;
  margin: 0 0 0 238px;
  background: url(/ResourcePackages/Rcpsych/assets/dist/images/bg-main-slider-block-home.png) repeat-x 0 -64px;
  background-size: auto 615px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

#footer .top .container {
  padding-top: 58px;
  padding-bottom: 77px;
  position: relative;
  z-index: 20; }

#footer .top .container > .row > div[class^="col-"]:nth-child(1) {
  width: 57.8%; }

#footer .top .container > .row > div[class^="col-"]:nth-child(2) {
  width: 42.2%; }

#footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(1) {
  width: 43.1%; }

#footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(2) {
  width: 28.7%; }

#footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(3) {
  width: 28.2%; }

#footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#footer .footer-nav ul > li {
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 1.2px; }

#footer .footer-nav ul > li + li {
  padding-top: 20px; }

#footer .footer-nav a {
  text-decoration: none;
  color: #666; }

#footer .footer-nav a:hover {
  text-decoration: none;
  color: #00528c; }

#footer .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 6px 0 0; }

#footer .footer-links ul > li {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase; }

#footer .footer-links ul > li + li {
  padding-top: 32px; }

#footer .footer-links a {
  text-decoration: none;
  color: #666; }

#footer .footer-links a:hover {
  text-decoration: none;
  color: #00528c; }

.location-box {
  margin: 0;
  position: relative;
  min-height: 165px;
  background: #e5e9ec;
  padding: 0 253px 0 0; }

.location-box .img {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  right: 0;
  width: 253px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.location-box .img > img {
  display: none; }

.location-box .link-map {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 7px 6px;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px; }

.location-box .link-map a {
  text-decoration: none;
  color: #fff; }

.location-box .link-map a:hover {
  text-decoration: none;
  opacity: 0.75; }

.location-box figcaption {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 165px;
  padding: 20px 30px 23px; }

.location-box figcaption address {
  color: #666;
  font-size: 18px;
  line-height: 27px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin: 0; }

.location-box figcaption address > span {
  display: block; }

.location-box figcaption address a {
  text-decoration: none;
  color: #666; }

.location-box figcaption address a:hover {
  text-decoration: none;
  color: #00528c; }

#footer .bottom {
  background: #00528c;
  color: #fff;
  font-size: 18px;
  line-height: 27px; }

#footer .bottom .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 47px;
  padding-left: 110px; }

#footer .bottom .container > .row > div[class^="col-"]:last-child {
  text-align: right; }

#footer .logo-footer {
  width: 67px;
  height: 79px;
  /*text-indent: -9999px;*/
  overflow: hidden;
  /*background: url(/ResourcePackages/Rcpsych/assets/dist/images/logo-footer.png) no-repeat;
	background-size: 67px 79px;*/
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  margin: 35px 0 0 16px; }

#footer .logo-footer a {
  display: block;
  height: 100%; }

#footer .logo-footer img {
  display: block;
  width: 100%;
  height: auto; }

#footer .bottom p {
  margin: 0;
  letter-spacing: 0.2px; }

#footer .bottom-links ul {
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
  font-size: 0;
  line-height: 0; }

#footer .bottom-links ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2px; }

#footer .bottom-links ul > li + li {
  padding-left: 25px; }

#footer .bottom-links ul > li + li:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 1px;
  height: 17px;
  background: #fff;
  margin: 5px 0 0 13px; }

#footer .bottom-links a {
  color: #fff;
  text-decoration: underline; }

#footer .bottom-links a:hover {
  text-decoration: none;
  color: #fff; }

.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

#footer .social {
  padding: 21px 3px 0 0; }

.social > li {
  display: inline-block;
  vertical-align: top; }

.social > li::before {
  display: none; }

.social > li + li {
  padding-left: 20px; }

.social a {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  text-decoration: none;
  color: #fff;
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 100%; }

.social .facebook {
  background: #43619c; }

.social .twitter {
  background: #000; }

.social .youtube {
  background: #ca2f24; }

.social .linkedin {
  background: #187fb8; }

.social .instagram {
  background: #f00075; }

.social a:hover {
  text-decoration: none;
  color: #eee; }

.social a:before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  font: 24px/26px 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.social .facebook:before {
  content: '\f230'; }

.social .twitter:before {
  line-height: unset !important;
  content: url('data:image/svg+xml,<svg viewBox="0 0 1200 1227" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="white"/></svg>');
  width: 50%;
  height: 50%; }

.social .youtube:before {
  content: '\f16a'; }

.social .linkedin:before {
  content: '\f0e1'; }

.social .instagram:before {
  content: '\f16d'; }

/* end footer */
/* generic */
.breadcrumbs {
  background: #e5ecf2;
  padding: 17px 0; }

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px; }

.breadcrumbs ul li {
  float: left;
  padding: 0 0 0 22px;
  margin: 0 22px 0 -22px;
  position: relative; }

.breadcrumbs ul li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 6px;
  background: url(/ResourcePackages/Rcpsych/assets/dist/images/ico-001.svg) no-repeat;
  background-size: 4px 6px;
  top: 9px;
  left: 9px; }

.breadcrumbs ul a {
  text-decoration: underline; }

.breadcrumbs ul a:hover {
  text-decoration: none; }

#main, .main-section {
  position: relative;
  padding: 85px 0 55px; }

#main a:not([class]), .main-section p a:not([class]), .intro-section p a:not([class]),
.two-columns li a:not([class]),
.main-section li a:not([class]), #main .aside a:not([class]),
blockquote a:not([class]), main p a:not([class]) {
  color: #00528c;
  text-decoration: underline; }

#main #twitterWidget p a, .content #twitterWidget a, .intro-section #twitterWidget p a, .main-section #twitterWidget p a, .two-columns #twitterWidget li a,
#main .social-section p a:not([class]), .content .social-section a:not([class]), .intro-section .social-section p a:not([class]), .main-section .social-section a:not([class]), .two-columns .social-section li a:not([class]), #main .info-block a:not([class]), #main .info-block a:not([class]), .main-section .info-block a:not([class]), main .social-section a:not([class]), main .social-section a:not([class]):hover {
  color: #fff; }

#main a:hover, .main-section p a:hover, .intro-section p a:hover,
.two-columns li a:hover,
.main-section li a:hover,
#main .aside a:hover,
blockquote a:hover, main p a:hover {
  text-decoration: none; }

main p a:hover:not([class]) {
  color: #00528c; }

#main:before, .main-section:before, .background-illustration:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 9999px;
  height: 613px;
  margin-left: 88px;
  background: url(/ResourcePackages/Rcpsych/assets/dist/images/bg-main-slider-block-home.png) repeat-x 0 -10px;
  background-size: auto 100%;
  content: ""; }

.heading {
  padding: 0 0 31px; }

.heading .heading, .heading .content {
  padding-bottom: 0 !important; }

.heading h1 {
  margin: 0;
  color: #00528c;
  position: relative;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: -3px; }

.heading h1:before {
  position: absolute;
  content: '';
  top: 50%;
  height: 2px;
  background: #00528c;
  right: 100%;
  width: 9999px;
  margin: 4px 36px 0 0; }

.heading h2,
.heading ~ div h2 {
  position: relative;
  margin: 0;
  font-size: 40px;
  line-height: 50px; }

.heading ~ div h2 {
  margin-bottom: 15px; }

.heading h2:before {
  position: absolute;
  top: 28px;
  right: 100%;
  width: 9999px;
  height: 2px;
  margin: 0 35px 0 0;
  background: #00528c;
  content: ""; }

.heading h2.no-before:before,
.heading h1 ~ h2:before {
  display: none; }

.heading h3,
.heading ~ div h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px; }

.heading h2.no-before {
  margin-bottom: 15px; }

.heading h1 ~ h2.no-before {
  margin-bottom: 0px; }

.btn-lg {
  padding-top: 23px;
  padding-bottom: 23px; }

.btn.btn-lg .arrow-right {
  margin-left: 20px;
  margin-right: 0; }

.heading .btn-subscribe {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-left: -7px; }

.content {
  max-width: 780px; }

.content p {
  margin: 0 0 27px; }

.content img, main img {
  max-width: 100%; }

.content .not-resp-img img {
  max-width: none; }

.content ul,
aside ul {
  margin: 0;
  padding: 0 0 26px;
  list-style: none; }

.content ul li,
aside ul li {
  position: relative;
  padding: 0 0 9px 30px; }

.content ul li:before,
aside ul li:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #014b88;
  left: 0;
  top: 8px; }

.content ul ul li:before, aside ul ul li {
  background: none;
  border: #014b88 solid 2px; }

.content .info-block ul li::before,
.info-block ul li::before {
  background: white; }

.content .info-block ul ul li::before,
.info-block ul ul li::before {
  border-color: white; }

.content ul ul, aside ul ul {
  padding: 9px 0 0 0; }

.content ul ul li:last-child, aside ul ul li:last-child {
  padding-bottom: 0; }

.content .content-list {
  padding: 10px 0; }

.content .content-list li {
  padding: 0 0 27px 30px; }

.content .lead {
  margin: 0 0 27px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: .3px;
  color: #00528c; }

.content a, .faq-section .panel-body a {
  color: #00528c;
  text-decoration: underline; }

.content a:hover,
.content a:focus,
.faq-section .panel-body a:hover,
.faq-section .panel-body a:focus,
.faq-section .panel-title a {
  text-decoration: none; }

.content .headings {
  margin: 0 0 54px; }

.content h2,
.two-columns h2,
.blog-area h2 {
  margin: 0 0 19px;
  font-size: 40px;
  line-height: 44px; }

.content h3,
.two-columns h3,
.blog-area h3 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 28px; }

.content h4,
.two-columns h4,
.blog-area h4 {
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
  color: #00528c; }

.content blockquote {
  margin: 0 0 31px;
  padding: 0;
  border: none; }

blockquote.no-q {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 27px;
  border-left: 5px solid #eee; }

.content blockquote q {
  display: block;
  font-size: 32px;
  line-height: 40px;
  color: #00528c; }

.content blockquote q {
  quotes: none; }

.content ol {
  list-style: none;
  margin: 0;
  padding: 0 0 26px;
  counter-reset: section; }

.content ol li {
  position: relative;
  padding: 0 0 9px 30px; }

.content ol li:before {
  content: counter(section, decimal) ". ";
  counter-increment: section;
  position: absolute;
  left: 0;
  top: 0;
  color: #00528c;
  background: none; }

.content ol ol li:before {
  content: counter(section, lower-latin) ". "; }

.content .add-info-list ul {
  margin: 0 -10px;
  padding: 19px 0 8px; }

.content .add-info-list li {
  padding: 0 10px 30px; }

.content .add-info-list li:before {
  display: none; }

.content .add-info-list a {
  text-decoration: none; }

.content .problems-summary {
  padding: 50px 0; }

.content .problems-summary .container {
  width: 100%; }

.accordion-block {
  padding: 20px 0 48px; }

.accordion-block h2 {
  margin: 0 0 28px; }

/* table-holder */
.table-block h2 {
  margin: 0 0 55px; }

.table-holder {
  overflow-x: auto; }

.table-holder table {
  width: 100%; }

.table-holder table th {
  padding: 0 10px 24px 0;
  border-bottom: 2px solid #e0e0e0;
  color: #00528c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700; }

.table-holder table td,
.table-holder.left-th table tbody th {
  padding: 13px 10px 16px 10px;
  border-bottom: 1px solid #e0e0e0; }

.table-holder table tbody tr:nth-child(2n) td,
.table-holder.left-th table tbody tr:nth-child(2n) th {
  background: #e5ecf2; }

.aside {
  margin-left: -7px;
  padding-top: 29px; }

.aside .btn-box .btn-warning, .aside .btn-warning {
  padding-left: 20px;
  padding-right: 35px;
  display: block;
  letter-spacing: 0; }

.heading .aside .btn-subscribe {
  margin-left: 0; }

.aside h5 {
  font-size: 24px;
  line-height: 28px; }

.info-block {
  background: #00528c;
  color: #fff;
  padding: 34px 30px 38px;
  font-size: 16px;
  line-height: 24px; }

.info-block p {
  margin: 0; }

.info-block a {
  color: #fff;
  text-decoration: underline; }

.info-block a:hover {
  text-decoration: none; }

.info-block h4 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  font-style: normal; }

.info-list {
  margin: 0;
  padding: 35px 30px 25px;
  list-style: none;
  background: #e5ecf2;
  font-size: 16px;
  line-height: 24px; }

.info-list > li + li {
  margin-top: 30px; }

.info-list .headline {
  margin: 0 0 9px; }

.info-list .headline h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0; }

.info-list h4 {
  color: inherit;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: bold;
  font-style: normal; }

.info-list p {
  margin: 0; }

.info-list .block + .block {
  padding-top: 23px; }

.info-list dl {
  margin: 0;
  overflow: hidden; }

.info-list dl dt {
  float: left;
  line-height: inherit;
  font-weight: normal;
  padding: 0 4px 0 0; }

.info-list dl dd {
  margin: 0;
  line-height: inherit; }

.info-list .text-block a:not([href^="tel"]) {
  text-decoration: underline; }

.info-list .text-block a:hover {
  text-decoration: none; }

.container .cta-box-container {
  width: auto;
  padding: 0; }

.cta-box.info-block {
  padding-left: 44px;
  padding-right: 44px;
  margin: 30px auto;
  max-width: 1170px; }

.cta-box.info-block p {
  margin-bottom: 10px; }

.cta-box.info-block p:last-child {
  margin-bottom: 0; }

.cta-box.info-block .btn {
  margin-top: 20px;
  color: #444;
  text-decoration: none;
  padding: 23px 30px; }

.cta-box.contacts-box {
  margin: 15px 0 30px 0; }

/*.cta-box.contacts-box .btn { border:#6a112f solid 2px; color:#6a112f; border-radius:7px; }*/
.cta-box.contacts-box h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 700; }

.contact-block {
  background: #e5ecf2;
  padding: 54px 0; }

.contact-block .text {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 30px;
  padding: 0 0 0 25px; }

.contact-block .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-block .btn {
  min-width: 260px; }

/* end generic */
/* depression */
.article-area {
  padding: 0 0 44px; }

.article-area > .row > div[class^="col-"]:nth-child(1) {
  width: 74.3%; }

.article-area > .row > div[class^="col-"]:nth-child(2) {
  width: 25.7%; }

.article-single {
  max-width: 773px; }

.article-single .heading {
  padding: 0 0 32px; }

.article-single .heading h1 {
  letter-spacing: -1px; }

.article-tools,
.content .article-tools {
  list-style: none;
  margin: 0 0 31px;
  padding: 0;
  border: solid #e0e0e0;
  border-width: 2px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.article-tools > li,
.content .article-tools > li {
  font-size: 16px;
  line-height: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  position: relative; }

.article-tools > li:before,
.content .article-tools > li:before {
  display: none; }

.article-tools > li > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  text-decoration: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #666;
  padding: 12px 10px; }

.magenta-section .article-tools > li > a {
  color: #fff; }

.article-tools > li > a:hover,
.article-tools > .active > a {
  color: #444;
  background: #f5a623;
  text-decoration: none; }

.article-tools .ico {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 23px;
  position: relative;
  overflow: hidden;
  margin: -5px 6px -5px 0; }

.article-tools .ico > img {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all .3s;
  -webkit-backface-visibility: hidden; }

.article-tools .ico > img:nth-child(1),
.article-tools .ico > img:nth-child(3),
.magenta-section .article-tools .ico > img:nth-child(2) {
  opacity: 0; }

.magenta-section .article-tools .ico > img:nth-child(1) {
  opacity: 1; }

.article-tools a:hover .ico > img:nth-child(1),
.article-tools .active a .ico > img:nth-child(1),
.article-tools a:hover .ico > img:nth-child(2),
.article-tools .active a .ico > img:nth-child(2) {
  opacity: 0; }

.article-tools a:hover .ico > img:nth-child(3),
.article-tools .active a .ico > img:nth-child(3) {
  opacity: 1; }

.article-single h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 0 27px;
  color: #00528c; }

.article-single p {
  margin: 0 0 27px; }

.video-section {
  position: relative;
  margin: 13px 0 70px; }

.video-slider {
  position: relative;
  margin: 13px 0 90px;
  box-shadow: 30px 30px 40px rgba(0, 0, 0, 0.3); }

.video-slider .video-block {
  box-shadow: none; }

.video-slider .video-section {
  margin: 0; }

.video-slider .video-block figcaption {
  text-align: left;
  padding: 0 40px 57px 40px; }

.video-slider .slide {
  vertical-align: top; }

.video-slider .slick-arrow {
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  border: none;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 25;
  background: none;
  color: #fff;
  margin-top: -22px; }

.video-slider .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.video-slider .slick-arrow:before {
  content: '';
  width: 26px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -14px;
  background: url(/ResourcePackages/Rcpsych/assets/dist/images/ico-arrow-white.svg) no-repeat;
  background-size: 100% 100%; }

.video-slider .slick-prev {
  left: 20px; }

.video-slider .slick-next {
  right: 20px; }

.video-slider .slick-next:before,
.video-slider.white .slick-next:before {
  transform: rotate(180deg);
  margin-left: -10px; }

.video-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0; }

.video-slider .slick-dots li {
  display: inline-block;
  padding: 0 10px; }

.video-slider .slick-dots li::before {
  display: none; }

.video-slider .slick-dots li button {
  display: block;
  width: 13px;
  height: 13px;
  background: #b3c3d0;
  border-radius: 50%;
  border: none; }

.video-slider .slick-dots li:hover button,
.video-slider .slick-dots li.slick-active button {
  background: #00528c; }

.vertical-heading {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  color: #ccdbe8;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
  transform: rotate(-90deg) translate(-50%, 0);
  margin: 6px 0 0 -117px; }

.inform-section .vertical-heading h2, .vertical-heading h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 0;
  color: #ccdbe8; }

.inform-section .vertical-heading h2:before {
  display: none; }

.vertical-heading span {
  white-space: nowrap; }

.video-block {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 30px 30px 40px rgba(0, 0, 0, 0.3); }

.video-block:hover,
.video-block:focus,
.video-block.opacity.active:hover,
.video-block.opacity.active:focus {
  opacity: .8; }

.video-block .img {
  position: relative;
  overflow: hidden;
  padding: 62.6% 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.video-block .img:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  width: 65%;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0; }

.video-block .img:after {
  content: '';
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  opacity: 0.7; }

.video-block .img > img {
  display: none; }

.video-block figcaption {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 129px 57px 20px;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: right; }

.video-block figcaption .btn-play {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  margin: 0 37px 40px 0;
  text-align: left; }

.video-block figcaption p {
  margin: 0;
  letter-spacing: 0.5px; }

.accordion {
  position: relative; }

.article-single .accordion {
  padding: 10px 0 0; }

.accordion .panel {
  border: solid #e0e0e0;
  border-width: 0 0 2px;
  box-shadow: none;
  background: none;
  border-radius: 0;
  margin: 0; }

.accordion .panel:first-child {
  border-top-width: 2px; }

.accordion .panel-title {
  color: #00528c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin: 0; }

.accordion .panel-title a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 20px 15px 21px 42px;
  position: relative; }

.accordion .panel-title a:after,
.accordion .panel-title a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #ccc;
  transition: all .3s;
  margin: 0 0 0 2px; }

.accordion .panel-title a.collapsed:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.accordion .panel-body {
  padding: 2px 15px 17px 42px; }

.accordion .panel-body a {
  text-decoration: underline; }

.accordion .panel-body a:hover {
  text-decoration: none; }

.accordion .panel-body p:last-child {
  margin-bottom: 0; }

.heading-box {
  background: #00528c;
  color: #fff;
  margin: 0 0 37px; }

.article-area .heading-box {
  margin-top: 19px; }

.heading-box .drop-toggle {
  display: block;
  position: relative;
  min-height: 60px;
  padding: 20px 55px 20px 19px; }

.heading-box h3 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 0; }

.heading-box .button-menu {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 16px 16px 0 0; }

.heading-box .drop-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 20px; }

.heading-box .drop-menu a {
  display: block;
  padding: 5px 19px; }

.heading-box a {
  color: inherit; }

.heading-box a:hover,
.heading-box a:focus {
  text-decoration: none; }

.heading-box a:hover,
.heading-box .drop-menu .active {
  background-color: rgba(255, 255, 255, 0.2); }

.heading-box .drop-menu.no-parent {
  display: block;
  padding-top: 10px; }

.article-widget {
  display: block;
  background: #e5edf3;
  color: #666;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 56px; }

.article-widget:hover,
.article-widget:focus {
  text-decoration: none; }

.article-widget:hover .btn-warning,
.article-widget:focus .btn-warning {
  background-color: #dc951f; }

.article-widget .widget-body {
  padding: 30px 28px 18px; }

.article-widget .img {
  max-width: 217px;
  margin: 0 auto 25px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  border-radius: 3px; }

.article-widget .img img {
  display: block;
  width: 100%;
  max-width: 100%; }

.article-widget h3 {
  color: #00528c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 11px; }

.article-widget p {
  margin: 0;
  letter-spacing: -0.1px; }

.article-widget .btn {
  display: block;
  min-width: 1px;
  padding-left: 29px;
  padding-right: 45px;
  text-align: left;
  letter-spacing: 0.7px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.article-widget .btn .arrow-right {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 18px 17px 0 0; }

.links-widget {
  padding: 0 0 40px; }

.links-widget h3 {
  color: #00528c;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700; }

.links-list {
  list-style: none;
  margin: 0 -6px;
  padding: 0; }

.links-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.links-list ul > li,
.links-list > li {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px; }

.links-list a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #00528c;
  background: #e5edf3;
  border-radius: 14px;
  padding: 5px 21px; }

#main .aside .links-list a:hover,
.links-list a:hover {
  color: #fff;
  background: #00528c;
  text-decoration: none; }

.image-widget {
  display: block;
  position: relative;
  margin: 0 0 30px; }

.image-widget:hover .btn-warning,
.image-widget:focus .btn-warning {
  background-color: #dc951f; }

.image-widget .img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 100% 0 0; }

.image-widget .img > img {
  display: none; }

.image-widget .btn {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 1px;
  padding-left: 30px;
  padding-right: 45px;
  letter-spacing: 0.7px;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s; }

.image-widget .btn .arrow-right,
aside .thumbnail-box figcaption .arrow-right {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 19px 22px 0 0; }

/*.resources-section{background: #e5edf3;}*/
.resources-section .container {
  padding-top: 93px;
  /*padding-bottom: 91px;*/ }

.blue-section .resources-section .container {
  padding-top: 0;
  padding-bottom: 0; }

.resources-section h2 {
  color: #00528c;
  margin: 0 0 42px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700; }

.resources-section h2 > span {
  display: inline-block;
  vertical-align: top;
  position: relative; }

.resources-section h2 > span:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 100%;
  background: #00528c;
  width: 9999px;
  height: 2px;
  margin: 0 0 0 23px; }

.resources-list {
  list-style: none;
  margin: 0 -9px;
  padding: 0;
  font-size: 0;
  line-height: 0; }

.resources-list > li {
  display: inline-block;
  vertical-align: top;
  padding: 9px;
  width: 25%; }

.widget-link {
  cursor: pointer;
  text-decoration: none; }

.widget-link:hover,
.widget-link:focus {
  text-decoration: none; }

.resource-box {
  min-height: 200px;
  position: relative;
  padding: 30px 29px; }

.resource-box.color-brown {
  background: #6a112f; }

.resource-box.color-turquoise {
  background: #066d8e; }

.resource-box.color-purple {
  background: #5a116a; }

.resource-box.color-blue {
  background: #00528c; }

.resource-box > * {
  position: relative;
  z-index: 20; }

.resource-box:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: all .3s; }

.resource-box:hover:before {
  opacity: 0.2; }

.resource-box h3 {
  color: #fff;
  margin: 0 0 24px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.5px; }

.resource-box .ico {
  position: relative;
  overflow: hidden;
  height: 77px; }

.resource-box .ico img {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

aside .resources-list {
  margin: 60px 0 0; }

aside .resources-list > li {
  display: block;
  width: auto;
  padding: 0 0 40px; }

/* end depression */
/* core */
#main.bg-type2:before, .background-illustration:before,
.main-section:before {
  margin-left: 385px;
  background-position: 0 -107px; }

.intro-area {
  position: relative; }

.intro-area .container {
  padding-top: 6px;
  padding-bottom: 69px; }

.intro-area .heading {
  padding-bottom: 44px; }

.intro-area .heading h1 {
  letter-spacing: -1.5px; }

.intro-text {
  display: block;
  color: #00528c;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0 0 18px; }

.intro-area p {
  margin: 0 0 36px; }

.intro-area .bottom {
  position: relative; }

.intro-area .bottom > .row > div[class^="col-"]:nth-child(1) {
  width: 66.1%; }

.intro-area .bottom > .row > div[class^="col-"]:nth-child(2) {
  width: 33.9%; }

.intro-area .links-block {
  position: relative; }

.intro-area .links-block > .row {
  margin-left: -5px;
  margin-right: -5px; }

.intro-area .links-block > .row > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.intro-area .links-block > .row > div[class^="col-"]:nth-child(1) {
  width: 51.4%; }

.intro-area .links-block > .row > div[class^="col-"]:nth-child(2) {
  width: 48.6%; }

.links-group, .links-group ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.links-group > li, .links-group ul > li {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 29px;
  letter-spacing: 0.3px; }

.content .links-group ul li:before {
  display: none; }

.links-group a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #00528c; }

.links-group a:hover {
  text-decoration: none;
  color: #00528c; }

.links-group a .arrow-right {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: solid 2px #00528c;
  border-radius: 100%;
  margin: 7px 0 -7px 11px;
  transition: all .3s;
  position: relative;
  opacity: 0.3; }

.links-group a:hover .arrow-right {
  opacity: 1; }

.links-group a .arrow-right:before {
  content: '\f105';
  font: 16px/18px 'FontAwesome';
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -2px; }

.btn-box {
  padding: 64px 0 0; }

.btn-box.margin-false {
  padding-top: 0; }

.btn-box .btn {
  display: block;
  min-width: 1px;
  padding: 23px 50px 23px 30px;
  text-align: left;
  letter-spacing: 0.7px; }

.btn-box .btn .arrow-right {
  position: absolute;
  z-index: 20;
  top: 2px;
  right: 0;
  margin: 24px 18px 0 0; }

.resources-area {
  position: relative;
  z-index: 20;
  background: #e5edf3; }

.resources-area .vertical-heading,
.inform-section .vertical-heading {
  margin: -1px 0 0 85px; }

.resources-area .container {
  padding-top: 92px;
  padding-bottom: 100px; }

.resources-area .side-image {
  float: right;
  margin: -192px 0 0 96px;
  width: 612px;
  box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.2); }

.resources-area .side-image .img {
  position: relative;
  overflow: hidden;
  padding: 126.5% 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.resources-area .side-image .img > img {
  display: none; }

.resources-area .resources-body {
  overflow: hidden; }

.resources-heading {
  padding: 0 0 26px; }

.resources-heading h2 {
  color: #00528c;
  margin: 0;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700; }

.resources-heading .button-link {
  margin: 5px 0 0; }

.resources-area p {
  margin: 0 0 23px; }

.resources-items {
  list-style: none;
  margin: 0;
  padding: 0; }

.resources-items > li {
  border-bottom: solid 2px #ccc;
  padding: 25px 0 30px; }

.resources-items > li:first-child {
  border-top: solid 2px #ccc; }

.file-info {
  list-style: none;
  margin: 0;
  padding: 0 0 3px;
  font-size: 0;
  line-height: 0; }

.file-info > li {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  position: relative; }

.file-info > li + li {
  padding-left: 13px; }

.file-info > li + li:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  margin: 3px 0 0 6px;
  width: 1px;
  height: 15px;
  background: #666; }

.resources-items .lock-icon {
  width: 16px; }

.resources-items .lock-icon img {
  max-width: 100%; }

.resource-item {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #666;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.2px; }

a.resource-item:hover {
  text-decoration: none;
  color: #666; }

.resource-item .arrow-right {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: solid 2px #00528c;
  border-radius: 100%;
  margin: 5px 0 0 13px;
  transition: all .3s;
  position: relative;
  opacity: 0.3;
  color: #00528c; }

.resource-item:hover .arrow-right {
  opacity: 1; }

.resource-item .arrow-right:before {
  content: '\f105';
  font: 16px/18px 'FontAwesome';
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -2px; }

.events-area {
  position: relative;
  background: #fff; }

.right-vertical-heading {
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  margin: -88px 135px 0 0;
  text-align: center; }

.events-area .container {
  padding-top: 100px;
  padding-bottom: 45px; }

.events-carousel {
  position: relative;
  margin: 0 -10px;
  overflow: hidden; }

.events-carousel .slick-list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: -80px 0;
  padding: 80px 0; }

.events-carousel .slide {
  padding: 0 10px; }

.events-carousel .slick-slide:focus {
  outline: none; }

.news-box.type2 {
  margin: 0;
  padding: 25px 30px 30px;
  border: solid 1px #979797; }

.news-box.type2 h3 {
  margin: 0 0 21px; }

.news-box.type2 .date-box {
  margin-bottom: 14px; }

.news-box.type2 .date-box .right {
  padding-right: 10px; }

.news-box.type2 .date-box h4 {
  letter-spacing: -0.3px; }

.news-box .text-box {
  padding: 0 0 22px; }

.news-box .text-box p {
  margin: 0; }

.news-box .bottom {
  position: relative;
  padding: 0 40px 0 0; }

.btn-share {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 45px;
  height: 45px;
  position: relative;
  color: #00528c;
  text-decoration: none; }

.btn-share:hover {
  text-decoration: none;
  color: #00528c; }

.btn-share:before {
  content: '\f1e0';
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -11px;
  font: 26px/28px 'FontAwesome';
  transition: all .3s; }

.btn-share:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.news-box .bottom .btn-share {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: -10px -10px 0 0; }

/* end core */
/* faculty */
.intro-area .text-block {
  padding: 0 0 23px; }

.intro-area .text-block > .row > div[class^="col-"]:nth-child(1) {
  width: 60%; }

.intro-area .text-block > .row > div[class^="col-"]:nth-child(2) {
  width: 40%; }

.intro-area .text-block .intro-text {
  padding-bottom: 24px; }

.intro-area .text-block p:last-child {
  margin-bottom: 0; }

.intro-area .text-block .btn-box {
  padding: 80px 0 0;
  max-width: 376px;
  margin-left: auto; }

.resources-area.type2 .container {
  padding-bottom: 73px; }

.resources-boxes {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  font-size: 0;
  line-height: 0; }

.resources-boxes > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 10px; }

.resources-area .resources-boxes {
  margin-top: -2px; }

.resources-boxes .thumbnail-box {
  margin: 0; }

.resources-boxes .thumbnail-box .img {
  padding-bottom: 51.9%; }

.resources-boxes .thumbnail-box figcaption {
  min-height: 115px; }

/* end faculty */
/* news */
/* news-section */
.news-section {
  padding: 85px 0; }

.news-slider {
  position: relative;
  padding-top: 16px;
  margin-bottom: 92px; }

.news-slider.white {
  margin-bottom: 0; }

.news-slider .slick-list {
  z-index: 5; }

.news-slider .slick-arrow {
  position: absolute;
  bottom: 39px;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  border: none;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid;
  z-index: 25;
  background: none;
  color: #fff; }

.news-slider.white .slick-arrow {
  border-color: #00528c; }

/*.news-slider .slick-arrow:focus{
	outline: none;
}*/
.news-slider .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.news-slider .slick-arrow:before {
  content: '';
  width: 26px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -14px;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/ico-arrow-white.svg) no-repeat;
  background-size: 100% 100%; }

.news-slider.white .slick-arrow:before {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/project/images/ico-arrow-blue.svg);
  margin-left: -8px; }

.news-slider .slick-prev {
  right: 124px; }

.news-slider .slick-prev:after {
  content: '';
  font-size: 0;
  line-height: 0;
  border-bottom: 2px solid;
  width: 42px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -1px;
  pointer-events: none; }

.news-slider.white .slick-prev:after {
  border-color: #00528c; }

.news-slider .slick-next {
  right: 40px; }

.news-slider .slick-next:before,
.news-slider.white .slick-next:before {
  transform: rotate(180deg);
  margin-left: -8px; }

.news-item {
  min-height: 260px;
  background: #6a112f;
  color: #fff;
  position: relative;
  padding-left: 357px; }

.news-item .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 357px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.news-item .image > img {
  display: none; }

.tags {
  margin-bottom: 20px; }

.news-item .tags {
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-align: right;
  max-width: 330px;
  margin-bottom: 0; }

.news-slider .news-item .tags {
  right: 180px;
  bottom: 46px; }

.news-item .by {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 357px;
  background: #f1e8eb;
  color: #6a112f;
  border-left: 52px solid #6a112f;
  padding: 15px 18px 10px;
  min-height: 60px; }

.news-item .by strong {
  display: block;
  font-weight: 700; }

.news-item .by time {
  display: block; }

.news-item .by .date {
  position: absolute;
  width: 52px;
  left: -52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff; }

.news-item .by .date .num {
  display: block;
  margin: 0 0 -6px;
  font-size: 34px;
  line-height: 1; }

.news-item .holder {
  padding: 38px 40px;
  min-height: 260px; }

.news-item h5 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  margin: 0 0 11px; }

.news-item p {
  margin: 0 0 31px; }

.news-item .button-link,
.news-item .button-link:hover,
.news-item .button-link:focus {
  color: inherit; }

.news-item.single {
  background: #fff;
  border: 1px solid #979797;
  color: #666666; }

.news-item.single .holder {
  border-left: 1px solid #979797; }

.news-slider.white .news-item.single {
  border: none; }

.news-slider.white .news-item.single .holder {
  border: 1px solid #979797;
  border-left: 0; }

.blue-section .news-slider.white .news-item.single .holder {
  border: none; }

.news-item.single h5,
.news-item.single .button-link {
  color: #00528c; }

.news-item.single .by {
  background: #cddbe8;
  color: #00528c;
  border-color: #00528c; }

.news-item.single .btn-share {
  position: absolute;
  bottom: 35px;
  right: 40px;
  color: #00528c;
  width: auto;
  height: auto; }

.news-item.single .btn-share:before {
  display: none; }

.news-item.single .btn-share:hover {
  opacity: .8; }

.news-item.single .btn-share .fa {
  font-size: 28px;
  line-height: 28px; }

.news-section .sub-ttl {
  color: #00528c;
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700; }

.news-section .sub-ttl > span {
  display: inline-block;
  vertical-align: top;
  position: relative; }

.news-section .sub-ttl > span:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 100%;
  background: #00528c;
  width: 9999px;
  height: 2px;
  margin: 0 0 0 22px; }

.news-items-list {
  margin: 0;
  padding: 13px 0 66px;
  list-style: none; }

.news-items-list.no-pager {
  padding-bottom: 0; }

.news-items-list li {
  margin-bottom: 20px; }

/* main-slider-block-home */
.main-slider-block-home {
  position: relative;
  overflow: hidden; }

.main-slider-block-home:before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 121px;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/bg-main-slider-block-home.png) no-repeat;
  background-size: 100% 100%;
  width: 1542px;
  height: 615px; }

.main-slider-block-home .main-slider-block {
  padding-top: 53px;
  margin-bottom: 0;
  height: 560px; }

.main-slider-block-home .main-slider-block .head {
  font-size: 18px;
  line-height: 27px;
  color: #666;
  margin-right: 0px;
  z-index: 10;
  margin-left: 0; }

.main-slider-block-home .main-slider-block .head:before {
  display: none; }

.main-slider-block-home .main-slider-block .head h2 {
  margin-bottom: 39px; }

.main-slider-block-home .main-slider-block .head p {
  max-width: 470px;
  margin-bottom: 44px; }

.main-slider-block .text-inf-02 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding-right: 40px;
  opacity: 0; }

.main-slider-block .slick-active .text-inf-02 {
  opacity: 1; }

.main-slider-block .text-inf-02 .date-block {
  display: -webkit-flex;
  display: flex;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0; }

.main-slider-block .text-inf-02 .date-block .date-num {
  background-color: #fff;
  color: #00528c;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  padding: 16px 8px; }

.main-slider-block .text-inf-02 .date-block .date-num b,
.main-slider-block .text-inf-02 .date-block .date-num strong {
  font-weight: 700;
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: -5px; }

.main-slider-block .text-inf-02 .date-block .date-num > span + span {
  margin-left: 18px;
  position: relative; }

.main-slider-block .text-inf-02 .date-block .date-num > span + span:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 19px;
  width: 8px;
  height: 0;
  margin-right: 4px;
  border-bottom: 4px solid; }

.main-slider-block .text-inf-02 .date-block .ev-name {
  align-self: center;
  padding: 5px 18px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700; }

/* end main-slider-block-home */
/* problems-and-disorders */
.problems-summary {
  padding: 102px 0 79px; }

.summary-accordion {
  border-bottom: 2px solid #ccc; }

.summary-accordion .panel {
  border: solid #ccc;
  border-width: 2px 0 0;
  border-radius: 0; }

.summary-accordion .panel + .panel {
  margin: 0; }

.summary-accordion .panel-default > .panel-heading {
  padding: 0;
  border: none;
  background: none;
  color: #666;
  border-radius: 0; }

.summary-accordion .panel-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal; }

.summary-accordion .panel-title > a {
  display: block;
  color: inherit;
  position: relative;
  padding: 25px 10px 26px 40px;
  background: none;
  border: none; }

.summary-accordion .panel-title > a:hover {
  text-decoration: none; }

.summary-accordion .panel-title > a:after,
.summary-accordion .panel-title > a:before {
  content: '';
  position: absolute;
  top: 37px;
  left: 0;
  height: 2px;
  width: 18px;
  background-color: #ccc;
  transition: all .3s;
  transform: rotate(0); }

.summary-accordion .panel-title > a.collapsed:after {
  transform: rotate(-90deg); }

.summary-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none; }

.summary-accordion .panel-body {
  padding: 24px 10px 24px 40px; }

.summary-accordion .add-info-list ul {
  margin: 0 0 3px;
  columns: 2 20px;
  display: block; }

.summary-accordion .add-info-list li {
  padding: 0 0 29px;
  font-size: 24px;
  line-height: 31px;
  width: auto; }

.summary-accordion .add-info-list a:after {
  margin-top: 6px; }

.search-results {
  padding: 92px 0 88px; }

.search-results .h3,
.search-results h3 {
  margin: 0 0 32px;
  font-size: 24px;
  line-height: 32px;
  color: #666; }

.search-results-list {
  list-style: none;
  padding: 0;
  margin: 0 0 84px;
  border-top: 2px solid #ccc; }

.search-results-list li {
  border-bottom: 2px solid #ccc;
  padding: 25px 0 27px; }

.search-results-list .h4,
.search-results-list h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #00528c;
  margin: 5px 0 13px; }

.search-results-list .h4 > a,
.search-results-list h4 > a {
  text-decoration: none;
  color: inherit; }

.search-results-list .h4 > a:hover,
.search-results-list h4 > a:hover {
  text-decoration: underline; }

.search-results-list p {
  margin: 0; }

.search-results-list p + p {
  margin-top: .5em; }

/* end problems-and-disorders */
/* events */
.upcoming-events {
  padding: 20px 0 98px;
  position: relative;
  overflow: hidden;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/bg-upcoming-events-top.svg) no-repeat 100% -132px;
  background-size: 468px 521px; }

.upcoming-events .heading {
  padding-bottom: 43px; }

.upcoming-events .head {
  margin-bottom: 81px; }

.upcoming-events .search-bar {
  padding-bottom: 67px; }

.upcoming-events .search-bar .sfTxt.type-search,
.upcoming-events .search-bar .select2-container--default .select2-selection--single,
.sfFormDropdown .select2-container--default .select2-selection--single {
  background-color: #e5ecf2; }

.upcoming-events .tab-content {
  padding: 0;
  background-color: transparent; }

/* news-box.colored */
.news-box.colored {
  color: #fff; }

.news-box.color-red {
  background-color: #6a112f; }

.news-box.color-blue {
  background-color: #066d8e; }

.news-box.color-purple {
  background-color: #5a116a; }

.news-box.colored h3 {
  color: inherit;
  margin-bottom: 20px;
  letter-spacing: -.3px; }

.news-box.colored .date-box {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 14px; }

.news-box.colored .date-box .left {
  background-color: rgba(255, 255, 255, 0.3); }

.news-box.colored .date-box .right {
  color: #fff;
  padding-right: 5px; }

.news-box.colored .date-box .right > a {
  color: inherit;
  text-decoration: underline; }

.news-box.colored .date-box .right > a:hover {
  text-decoration: none; }

.news-box.colored .date-box h4 {
  color: inherit;
  letter-spacing: -.3px; }

.news-box .bottom .btn-share,
.news-box.colored .button-link {
  color: #fff; }

/* type-filter */
.type-filter-block {
  position: relative;
  background: #e5edf3;
  padding: 53px 0 60px;
  margin-bottom: 100px; }

.type-filter-block:after,
.type-filter-block:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #e5edf3;
  width: 50vw; }

.type-filter-block:before {
  right: 100%; }

.type-filter-block:after {
  left: 100%; }

.type-filter-block .h3,
.type-filter-block h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 30px; }

.type-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.type-filter li {
  width: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  margin-left: 20px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px; }

.type-filter a {
  display: block;
  text-align: center;
  padding: 21px 20px;
  color: #444;
  background-color: #fff;
  text-decoration: none; }

.type-filter .active > a,
.type-filter a:hover {
  text-decoration: none;
  background-color: #00528c;
  color: #fff; }

.type-filter .active > a {
  font-weight: 700; }

/* sub-heading */
.sub-heading {
  padding-bottom: 30px; }

.sub-heading .h3,
.sub-heading h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.sub-heading .h3:after,
.sub-heading h3:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 100%;
  width: 100vw;
  height: 0;
  margin-left: 22px;
  border-bottom: 2px solid; }

/* upcoming-events-items */
.upcoming-events-items {
  list-style: none;
  padding: 0 0 52px;
  margin: 0 0 0 -20px;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }

.upcoming-events-items li {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33333333% - 20px);
  flex-basis: calc(33.33333333% - 20px);
  margin: 0 0 20px 20px; }

/* end events */
/* button-link */
.button-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 35px 8px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #00528c; }

.content .button-link {
  text-decoration: none; }

.button-link:hover,
.button-link:focus {
  text-decoration: none;
  color: #00528c; }

.button-link:hover:before,
.button-link:focus:before {
  opacity: 0; }

.button-link:before {
  position: absolute;
  left: 0;
  right: 35px;
  bottom: 0;
  border-bottom: 2px solid;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s; }

.button-link .arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -13px;
  border: solid 2px;
  border-radius: 50%; }

.button-link .arrow-right:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -8px 0 0 -3px;
  font: 16px/1 'FontAwesome';
  content: '\f105'; }

/* intro-section */
.intro-section {
  position: relative;
  padding: 85px 0 30px; }

/*.faq-section:before,*/
.intro-section:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 9999px;
  height: 615px;
  margin-left: 359px;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/bg-main-slider-block-home.png) repeat-x 0 -115px;
  background-size: auto 100%;
  content: ""; }

.intro-section-content {
  min-height: 315px; }

.intro-section .row {
  margin-left: -10px;
  margin-right: -10px; }

.intro-section [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.intro-section .heading {
  padding: 0 0 45px; }

.intro-section .thumbnail-block {
  margin: 11px 0 -315px -213px; }

.intro-section .lead {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: .3px;
  color: #00528c; }

.intro-section p {
  margin: 0 0 27px; }

.intro-section .subttl {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 18px;
  color: #00528c; }

/* thumbnail-boxes-holder */
.thumbnail-boxes-holder {
  position: relative;
  padding: 0 0 83px;
  background: #e5ecf2; }

.thumbnail-boxes-holder .thumbnail-box .img {
  padding-bottom: 51.98%; }

.thumbnail-boxes-holder blockquote,
.testimonial-item {
  margin: 370px 0 0;
  padding: 0;
  border: none; }

.faculties-block blockquote {
  margin-top: 0;
  margin-bottom: 50px; }

.thumbnail-boxes-holder blockquote q,
.testimonial-item q {
  display: block;
  position: relative;
  margin: 0 0 55px;
  quotes: none;
  font-size: 26px;
  line-height: 46px;
  font-style: italic;
  color: #00528c; }

.thumbnail-boxes-holder blockquote q:before,
.thumbnail-boxes-holder blockquote q:after,
.testimonial-item q:before,
.testimonial-item q:after {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 14px;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/ico01.svg) no-repeat;
  background-size: 17px 14px;
  content: ""; }

.thumbnail-boxes-holder blockquote q:before,
.testimonial-item q:before {
  margin: 14px 12px 0 1px; }

.thumbnail-boxes-holder blockquote q:after,
.testimonial-item q:after {
  position: absolute;
  margin: 12px 0 0 7px;
  background-image: url(/ResourcePackages/Rcpsych/assets/src/project/images/ico02.svg); }

.thumbnail-boxes-holder blockquote cite,
.testimonial-item cite {
  display: block;
  font-style: normal; }

.thumbnail-boxes-holder .search-block {
  padding: 93px 0 16px;
  margin: 0; }

.thumbnail-boxes-holder .search-block .side-heading {
  left: 100%;
  margin: 45px 0 0 113px; }

.faculties-block .thumbnail-boxes-section {
  padding: 0; }

.faculties-block .thumbnail-boxes-section header {
  display: none; }

.faculties-block .thumbnail-boxes-section .col-sm-3.col-xs-6 {
  width: 50%; }

.faculties-block .thumbnail-boxes-section .container {
  padding: 0;
  width: auto; }

/* side-heading */
.side-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 700px;
  opacity: .1;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg); }

.side-heading h2 {
  margin: 0;
  font-size: 40px;
  line-height: 44px;
  white-space: nowrap; }

.side-heading.left {
  margin-left: -700px; }

/* video-area */
.video-area {
  position: relative;
  padding: 100px 0; }

.video-area .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px; }

.video-area .row:before,
.video-area .row:after {
  display: none; }

.video-area [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.video-area .video-block .img {
  padding-top: 71.87%; }

.video-area .video-block .img:before {
  opacity: .7; }

.video-area .video-block figcaption {
  padding: 0 139px 71px 20px; }

.video-area .video-block figcaption .btn-play {
  margin: 0 47px 53px 0; }

.video-area .lead {
  margin: 13px 0 25px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #00528c; }

.video-area p {
  margin: 0 0 29px; }

.video-area .button-link {
  padding-right: 40px; }

.video-area .button-link:before {
  right: 40px; }

/* thumbnail-boxes-section */
.thumbnail-boxes-section {
  padding: 84px 0 82px; }

.blue-section .thumbnail-boxes-section {
  padding: 0; }

.thumbnail-boxes-section header {
  margin: 0 0 43px; }

.thumbnail-boxes-section header h2 {
  position: relative;
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -1px; }

.thumbnail-boxes-section header h2:after {
  position: absolute;
  width: 9999px;
  height: 2px;
  margin: 28px 0 0 45px;
  background: #00528c;
  content: ""; }

.thumbnail-boxes {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }

.thumbnail-boxes:before,
.thumbnail-boxes:after {
  display: none; }

.thumbnail-boxes > [class*="col-"] {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 0 10px; }

.thumbnail-boxes > [class*="col-"] > div {
  display: block;
  width: 100%; }

.thumbnail-box {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  color: #fff;
  line-height: 22px; }

.thumbnail-box:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #000;
  opacity: 0;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s; }

.thumbnail-box:hover,
.thumbnail-box:focus {
  text-decoration: none;
  color: #fff; }

.thumbnail-box:hover:before,
.thumbnail-box:focus:before {
  opacity: .2; }

.thumbnail-box figure {
  position: relative;
  z-index: 10;
  min-height: 282px;
  overflow: hidden; }

.aside .thumbnail-box figure {
  min-height: 0; }

.thumbnail-box .img {
  height: 0;
  padding-bottom: 61.15%;
  background-position: 50% 50%;
  background-size: cover; }

.thumbnail-box.image-left .img,
.thumbnail-box.image-right .img {
  float: left;
  display: block;
  width: 325px;
  padding: 0 0 42.1% 0;
  max-width: 48%; }

.thumbnail-box.image-right .img {
  float: right; }

.thumbnail-box .img > img {
  display: none; }

.thumbnail-box figcaption {
  padding: 22px;
  overflow: hidden; }

.thumbnail-box h3,
.faculties-block .thumbnail-box h3 {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  color: inherit; }

.faculties-block .thumbnail-box h3 {
  margin-bottom: 15px; }

.thumbnail-box .arrow-right {
  display: none !important; }

.thumbnail-box p, .faculties-block .thumbnail-box p {
  margin: 4px -9px 0 0; }

.thumbnail-box.color-brown {
  background: #6a112f; }

.thumbnail-box.color-turquoise {
  background: #066d8e; }

.thumbnail-box.color-purple {
  background: #5a116a; }

.thumbnail-box.color-blue {
  background: #00528c; }

.thumbnail-box.color-yellow {
  background: #f5a623; }

.thumbnail-box.color-light-blue {
  background: #e5e9ec; }

/* banner */
.banner {
  position: relative;
  z-index: 5;
  padding: 70px 0 79px;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #00528c;
  color: #fff; }

.banner:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  background: -moz-linear-gradient(left, #00528c 0%, #00528c 100%);
  background: -webkit-linear-gradient(left, #00528c 0%, #00528c 100%);
  background: linear-gradient(to right, #00528c 0%, #00528c 100%); }

.banner > img {
  display: none; }

.banner .container-fluid {
  padding: 0 80px; }

.banner header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 51px; }

.banner .logo {
  display: inline-block;
  vertical-align: top;
  margin: 12px 23px 0 0; }

.banner h2 {
  margin: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit; }

.banner .btn {
  padding: 28px 30px; }

.banner .btn .arrow-right {
  margin: 0 0 0 20px; }

.banner .btn-close {
  position: absolute;
  top: 17px;
  right: 18px;
  z-index: 10; }

.banner .btn-close:hover,
.banner .btn-close:focus {
  opacity: .7; }

.banner .btn-close:before,
.banner .btn-close:after {
  left: 50%;
  top: 50%;
  width: 36px;
  height: 4px;
  margin: -2px 0 0 -18px;
  background: #fff; }

/* date-frame */
.date-frame {
  display: inline-table;
  vertical-align: top;
  margin: 0 37px 0 0;
  background: rgba(255, 255, 255, 0.2); }

.date-frame .left {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 10px;
  background: #fff;
  color: #00528c; }

.date-frame .date {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center; }

.date-frame .num {
  display: block;
  margin: 0 0 -5px;
  font-size: 34px;
  line-height: 1; }

.date-frame .sep {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 4px;
  margin: 19px 0 0;
  background: #00528c; }

.date-frame .right {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 40px 12px 18px; }

.date-frame h4 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  font-style: normal;
  color: inherit; }

/* heading-block */
.heading-block {
  margin-bottom: 29px; }

.heading-block.row {
  margin-left: -10px;
  margin-right: -10px; }

.heading-block.row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.heading-block h2 {
  position: relative;
  margin: 0;
  font-size: 40px;
  line-height: 50px; }

.heading-block h2:before {
  position: absolute;
  top: 28px;
  right: 100%;
  width: 9999px;
  height: 2px;
  margin: 0 35px 0 0;
  background: #00528c;
  content: ""; }

.heading-block .button-link {
  margin: 14px 0 0; }

/* news-boxes-section */
.news-boxes-section {
  padding: 89px 0 80px;
  /*background:#e5ecf2;*/ }

.news-boxes-section .heading p {
  margin-top: 20px; }

.blue-section .news-boxes-section {
  padding: 0; }

/* news-box */
.news-boxes {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }

.news-boxes:before,
.news-boxes:after {
  display: none; }

.news-boxes > [class*="col-"] {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 10px; }

.news-box {
  width: 100%;
  margin: 0 0 20px;
  padding: 27px 30px 30px;
  background: #fff; }

.news-box h3 {
  margin: 0 0 26px;
  font-size: 24px;
  line-height: 27px; }

.news-box .button-link {
  padding-right: 28px; }

.news-box .button-link:before {
  right: 28px; }

/* date-box */
.date-box {
  display: table;
  width: 100%;
  margin: 0 0 24px;
  background: #e5ecf2; }

.date-box .left {
  display: table-cell;
  vertical-align: middle;
  width: 52px;
  padding: 16px 3px;
  background: #00528c;
  color: #fff;
  text-align: center; }

.date-box .date {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }

.date-box .date .num {
  display: block;
  margin: 0 0 -5px;
  font-size: 34px;
  line-height: 1; }

.date-box .right {
  display: table-cell;
  vertical-align: middle;
  padding: 13px 18px;
  color: #00528c; }

.date-box h4 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  font-style: normal;
  color: #00528c; }

/* health-section */
.health-section {
  padding: 96px 0 0; }

.health-section .row,
.health-gallery-section .row,
.social-section .row {
  margin-left: -10px;
  margin-right: -10px; }

.health-section [class*="col-"],
.health-gallery-section [class*="col-"],
.social-section [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.health-section .heading-block {
  margin: -5px 0 87px; }

.health-section .thumbnail-block {
  margin: 0 0 -285px -213px; }

/* thumbnail-block */
.thumbnail-block {
  position: relative;
  z-index: 10;
  width: 610px;
  box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.2); }

.thumbnail-block .img {
  height: 0;
  padding-bottom: 115.08%;
  background-position: 50% 50%;
  background-size: cover; }

.thumbnail-block .img img {
  display: none; }

.thumbnail-block figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #6a112f;
  color: #fff; }

.thumbnail-block figcaption > a,
.thumbnail-block figcaption > div {
  display: block;
  padding: 29px 29px;
  color: inherit; }

.thumbnail-block figcaption a:hover,
.thumbnail-block figcaption a:focus {
  text-decoration: none;
  opacity: .8; }

.thumbnail-block figcaption a:hover .button-link:before,
.thumbnail-block figcaption a:focus .button-link:before {
  opacity: 0; }

.thumbnail-block figcaption > div > div a {
  display: inline-block;
  padding-right: 45px; }

.thumbnail-block figcaption > div > div a .arrow-right {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 18px 17px 0 0; }

.thumbnail-block figcaption > div > div .button-link {
  padding: 0; }

.thumbnail-block figcaption > div > div .button-link:before,
.thumbnail-block figcaption > div > div .button-link span {
  display: none; }

.thumbnail-block figcaption > div > div a > .arrow-right:first-child {
  display: inline-block; }

.thumbnail-block h3 {
  margin: 0 0 19px;
  font-size: 24px;
  line-height: 28px;
  color: inherit; }

.thumbnail-block p {
  margin: 0 0 38px; }

.thumbnail-block .button-link {
  color: inherit; }

.thumbnail-block.type2 .img {
  padding-bottom: 126.55%; }

.thumbnail-block.type2 figcaption {
  background: #f5a623;
  color: #444; }

.thumbnail-block.type2 h3 {
  margin: 0 0 11px; }

.thumbnail-block.type2 p {
  margin: 0 0 48px; }

/* health-accordion */
.health-accordion {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.health-accordion:before,
.health-accordion:after {
  display: none; }

.health-accordion.row {
  margin: 0 -91px 0 -25px; }

.health-accordion [class*="col-"] {
  padding: 0 25px 91px; }

.health-accordion h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 30px; }

.health-accordion p {
  margin: 0 0 20px; }

/* health-gallery-section */
.health-gallery-section {
  background: rgba(0, 76, 136, 0.1); }

/* health-gallery */
.health-gallery {
  margin: 0 -50px; }

.health-gallery .slick-list {
  padding: 56px 0 115px;
  margin-right: calc(1200px - 100vw); }

.health-gallery .slick-slide {
  width: 492px;
  padding: 0 50px;
  opacity: .3;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s; }

.health-gallery .slick-active {
  opacity: 1;
  pointer-events: auto; }

/* health-box */
.health-box {
  display: block;
  overflow: hidden; }

.health-box:hover,
.health-box:focus {
  text-decoration: none;
  opacity: .8; }

.health-box:hover .button-link:before,
.health-box:focus .button-link:before {
  opacity: 0; }

.health-box .img {
  float: left;
  max-width: 133px;
  margin: 7px 36px 0 0; }

.health-box .img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); }

.health-box figcaption {
  overflow: hidden; }

.health-box h3 {
  margin: 0 0 17px;
  font-size: 24px;
  line-height: 30px; }

.health-box p {
  margin: 0 0 18px; }

/* social-section */
.social-section {
  padding: 71px 0 73px;
  background: #4d0f5c;
  color: #fff;
  position: relative; }

.social-section .heading-block {
  margin: 0 0 23px; }

.social-section .heading-block h2 {
  color: inherit; }

.social-section .heading-block h2:before {
  background: #fff; }

.social-section a {
  color: inherit;
  text-decoration: underline; }

.social-section a:hover,
.social-section a:focus {
  text-decoration: none; }

.social-section .social {
  margin: 0 -7px; }

.social-section .social li {
  padding: 0 7px; }

/* social-gallery */
.social-section .slick-play-pause {
  left: auto;
  bottom: 15px;
  right: 20px; }

.social-gallery {
  margin: 0 -120px 0 35px; }

.social-gallery .slick-list {
  margin-right: calc(1200px - 100vw); }

.social-gallery .slide + .slide {
  display: none; }

.social-gallery.loaded .slide + .slide {
  display: block; }

.social-gallery .slick-slide {
  width: 492px;
  padding: 0 120px 0 0;
  opacity: .3;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  word-break: break-all; }

.social-gallery .slick-active,
.social-gallery .slick-active + .slick-slide {
  opacity: 1;
  pointer-events: auto; }

.social-gallery .meta {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  /*opacity:.4;*/ }

.social-gallery .meta a {
  text-decoration: underline;
  color: #fff; }

.social-gallery .meta a:hover,
.social-gallery .meta a:focus {
  text-decoration: none; }

.social-gallery p {
  margin: 0; }

.social-gallery .slick-play-pause {
  left: 0;
  bottom: 0;
  margin-left: -40px; }

/*congress page*/
.main-slider-block {
  position: relative;
  padding-top: 73px;
  margin-bottom: 0; }

.main-slider-block .row {
  position: static; }

.main-slider-block [class*=col-] {
  position: static; }

.main-slider-block .main-slider-holder {
  position: absolute;
  top: 0;
  width: 50%;
  right: 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3); }

.main-slider-block .main-slider {
  float: left;
  width: 100%;
  max-width: 660px; }

/*.main-slider*/
.main-slider-holder {
  position: relative;
  overflow: hidden; }

.main-slider {
  overflow: visible !important;
  position: static;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  height: 560px; }

.main-slider.loaded {
  visibility: visible;
  opacity: 1;
  height: auto; }

.main-slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  height: 100%;
  background: #020304;
  opacity: 0;
  visibility: hidden;
  z-index: 10; }

.main-slider-block .main-slider:before {
  left: 660px; }

.main-slider.loaded:before {
  opacity: .7;
  visibility: visible; }

.main-slider .slick-list {
  overflow: visible;
  z-index: 5;
  margin: 0 0 0 -1px; }

.main-slider .slick-slide {
  position: relative; }

.main-slider .slick-arrow,
.slick-play-pause {
  position: absolute;
  bottom: 56px;
  left: 682px;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  border: none;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid;
  z-index: 25;
  background: none;
  color: #fff; }

/*.main-slider .slick-arrow:focus{
	outline: none;
}*/
.main-slider .slick-arrow:hover,
.slick-play-pause:hover
.main-slider .slick-arrow:focus,
.slick-play-pause:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.main-slider .slick-arrow:before,
.slick-play-pause:before {
  content: '';
  width: 26px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -14px;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/ico-arrow-white.svg) no-repeat;
  background-size: 100% 100%; }

.main-slider .slick-prev {
  margin-left: -85px; }

.main-slider .slick-prev:after {
  content: '';
  font-size: 0;
  line-height: 0;
  border-bottom: 2px solid;
  width: 42px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -1px;
  pointer-events: none; }

.main-slider .slick-next:before {
  transform: rotate(180deg);
  margin-left: -11px; }

.slick-play-pause {
  margin-left: 70px; }

.slick-play-pause:before {
  content: "";
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 24px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  margin-top: -12px;
  margin-left: -8px;
  /*&.paused {
    border-style: double;
    border-width: 0px 0 0px 60px;
  }*/ }

.slick-play-pause.active:before {
  border-style: double;
  border-width: 0px 0 0px 15px; }

/*.slick-play-pause:hover:before {
    border-color: transparent transparent transparent #404040;
}*/
.main-slider .item {
  vertical-align: top; }

.main-slider .image {
  position: relative;
  height: 0;
  padding-bottom: 84.84%;
  background-position: 50% 50%;
  background-size: cover; }

.main-slider .image img {
  display: none; }

.main-slider .image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 74%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 5; }

.main-slider-block .head {
  color: #00528c;
  font-size: 30px;
  line-height: 1.2666666667;
  font-weight: 400;
  position: relative;
  margin: 0 0px 0 0;
  z-index: 10; }

.main-slider-block .head:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 54px;
  width: 100vw;
  border-bottom: 2px solid;
  margin-right: 33px; }

.main-slider-block .head h2 {
  margin-bottom: 18px;
  word-wrap: break-word; }

.main-slider-block .head h3 {
  line-height: 1; }

.main-slider-block .head .date {
  display: block;
  font-weight: 500;
  margin-bottom: 52px; }

.main-slider-block .text-inf-01 sup,
.main-slider-block .head sup {
  font-size: .4em;
  top: -1em; }

.main-slider-block .book-box {
  position: relative;
  background: #e5edf3;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 35px 0 0;
  padding: 26px 0; }

.main-slider-block .book-box:after,
.main-slider-block .book-box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 50vw;
  background-color: #e5edf3; }

.main-slider-block .book-box:after {
  font: auto;
  left: 100%;
  display: none; }

.main-slider-block .book-box h3 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 19px; }

.main-slider-block .book-box p {
  margin-bottom: 31px; }

.main-slider-block .book-box a:not(.btn) {
  text-decoration: underline; }

.main-slider-block .book-box a:not(.btn):hover {
  text-decoration: none; }

.main-slider-block .book-box .flex-row {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }

.main-slider-block .book-box .btn {
  margin-right: 23px;
  font-size: 18px;
  line-height: 1.5555555556;
  padding: 21px 20px; }

.main-slider-block .book-box .btn .arrow-right {
  margin: 4px 3px 0 17px; }

.main-slider-holder > .text-inf-01,
.main-slider .image .text-inf-01 {
  position: absolute;
  bottom: 16px;
  right: 20px;
  left: 30px;
  z-index: 10;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transition: all .3s; }

.main-slider .slick-active .image .text-inf-01 {
  opacity: 1; }

.main-slider-holder > .text-inf-01 {
  opacity: 1;
  z-index: 9; }

.main-slider-holder > .text-inf-01 h2,
.main-slider .image .text-inf-01 h2 {
  color: inherit;
  margin-bottom: 10px;
  line-height: 1; }

.main-slider-block-inner .slick-arrow {
  left: 400px;
  margin: 0 !important; }

.main-slider-block-inner .slick-play-pause {
  display: none; }

.main-slider-block-inner .slick-arrow.slick-next {
  left: 483px; }

/*upcoming-event*/
.upcoming-event {
  position: relative;
  overflow: hidden;
  line-height: 1.5; }

.upcoming-event .video-area {
  padding: 0; }

.upcoming-event h2 {
  font-size: 70px;
  margin: 0; }

.upcoming-event h3 {
  margin-bottom: 30px; }

.upcoming-event a {
  color: inherit;
  text-decoration: underline; }

.upcoming-event a:hover {
  text-decoration: none; }

.upcoming-event .head {
  position: relative;
  z-index: 1;
  margin-bottom: 167px; }

.upcoming-event .main-slider-block .head {
  margin-bottom: 0; }

.upcoming-event .head:before {
  content: '';
  position: absolute;
  top: 56%;
  left: 50%;
  margin-left: 365px;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/bg-upcoming-event.png) no-repeat;
  background-size: 100% 100%;
  width: 775px;
  height: 632px;
  z-index: -1; }

.upcoming-event .head .row {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end; }

.upcoming-event .head .row:before {
  display: none; }

.upcoming-event .video-block {
  margin-bottom: 5px; }

.upcoming-event .video-block .img {
  padding-top: 71.66172107%; }

.upcoming-event .video-block .img:before {
  opacity: .7; }

.upcoming-event .video-block figcaption {
  padding-right: 140px;
  padding-bottom: 70px; }

.upcoming-event .video-block figcaption p {
  letter-spacing: .7px; }

.upcoming-event .video-block figcaption .btn-play {
  margin: 0 48px 53px 0; }

.upcoming-event .head h2 {
  margin: 0 -97px 51px;
  letter-spacing: -1.5px; }

.upcoming-event .head p {
  margin: 0; }

.upcoming-event .event-body {
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-bottom: 127px; }

/*.speakers-boxes*/
.speakers-boxes {
  list-style: none;
  padding: 54px 0;
  margin: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative; }

.speakers-boxes:after,
.speakers-boxes:before {
  content: '';
  position: absolute;
  top: -52px;
  left: 50%;
  margin-left: -1264px;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/bg-upcoming-event.png) no-repeat;
  background-size: 100% 100%;
  width: 775px;
  height: 632px;
  z-index: -1; }

.speakers-boxes:after {
  top: 50%;
  margin-left: -23px;
  margin-top: -86px; }

.speakers-boxes li {
  width: 26.32478632%;
  flex-basis: 26.32478632%;
  margin-right: -65px;
  position: relative;
  z-index: 1; }

.speakers-boxes li:nth-child(5n+1) {
  margin-top: 255px;
  margin-right: -65px;
  margin-bottom: 57px; }

.speakers-boxes li:nth-child(5n+2) {
  margin-right: -73px;
  z-index: 10; }

.speakers-boxes li:nth-child(5n+3) {
  margin-right: -48px;
  z-index: 1;
  margin-top: 209px; }

.speakers-boxes li:nth-child(5n+4) {
  margin-right: -138px;
  margin-top: 71px;
  z-index: 5; }

.speakers-boxes li:nth-child(5n+5) {
  width: 22.05128205%;
  flex-basis: 22.05128205%;
  margin-right: 0;
  z-index: 10;
  align-self: flex-end; }

.speakers-boxes img {
  width: 100%;
  height: auto; }

.speakers-boxes a {
  display: block;
  cursor: pointer;
  text-decoration: none; }

.speakers-boxes figure {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.5); }

.speakers-boxes figure:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: -moz-linear-gradient(top, rgba(8, 55, 123, 0.6) 0%, rgba(8, 60, 128, 0.6) 6%, rgba(10, 62, 130, 0.6) 7%, rgba(10, 63, 132, 0.6) 10%, rgba(10, 65, 133, 0.6) 12%, rgba(13, 67, 135, 0.6) 13%, rgba(13, 70, 138, 0.6) 18%, rgba(13, 72, 138, 0.6) 19%, rgba(17, 78, 145, 0.6) 24%, rgba(15, 78, 143, 0.6) 25%, rgba(18, 82, 148, 0.6) 28%, rgba(18, 83, 148, 0.6) 31%, rgba(20, 85, 152, 0.6) 33%, rgba(20, 88, 153, 0.6) 36%, rgba(22, 92, 157, 0.6) 38%, rgba(22, 90, 155, 0.6) 39%, rgba(23, 93, 158, 0.6) 40%, rgba(23, 93, 158, 0.6) 42%, rgba(23, 97, 160, 0.6) 45%, rgba(25, 102, 165, 0.6) 51%, rgba(28, 105, 168, 0.6) 52%, rgba(27, 103, 168, 0.6) 53%, rgba(30, 110, 173, 0.6) 59%, rgba(28, 113, 175, 0.6) 60%, rgba(25, 123, 178, 0.6) 67%, rgba(23, 130, 183, 0.6) 70%, rgba(15, 153, 192, 0.6) 81%, rgba(13, 152, 190, 0.6) 82%, rgba(12, 158, 195, 0.6) 85%, rgba(8, 170, 200, 0.6) 90%, rgba(8, 170, 198, 0.6) 91%, rgba(5, 178, 203, 0.6) 95%, rgba(3, 183, 205, 0.6) 97%, rgba(0, 188, 207, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(8, 55, 123, 0.6) 0%, rgba(8, 60, 128, 0.6) 6%, rgba(10, 62, 130, 0.6) 7%, rgba(10, 63, 132, 0.6) 10%, rgba(10, 65, 133, 0.6) 12%, rgba(13, 67, 135, 0.6) 13%, rgba(13, 70, 138, 0.6) 18%, rgba(13, 72, 138, 0.6) 19%, rgba(17, 78, 145, 0.6) 24%, rgba(15, 78, 143, 0.6) 25%, rgba(18, 82, 148, 0.6) 28%, rgba(18, 83, 148, 0.6) 31%, rgba(20, 85, 152, 0.6) 33%, rgba(20, 88, 153, 0.6) 36%, rgba(22, 92, 157, 0.6) 38%, rgba(22, 90, 155, 0.6) 39%, rgba(23, 93, 158, 0.6) 40%, rgba(23, 93, 158, 0.6) 42%, rgba(23, 97, 160, 0.6) 45%, rgba(25, 102, 165, 0.6) 51%, rgba(28, 105, 168, 0.6) 52%, rgba(27, 103, 168, 0.6) 53%, rgba(30, 110, 173, 0.6) 59%, rgba(28, 113, 175, 0.6) 60%, rgba(25, 123, 178, 0.6) 67%, rgba(23, 130, 183, 0.6) 70%, rgba(15, 153, 192, 0.6) 81%, rgba(13, 152, 190, 0.6) 82%, rgba(12, 158, 195, 0.6) 85%, rgba(8, 170, 200, 0.6) 90%, rgba(8, 170, 198, 0.6) 91%, rgba(5, 178, 203, 0.6) 95%, rgba(3, 183, 205, 0.6) 97%, rgba(0, 188, 207, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(8, 55, 123, 0.6) 0%, rgba(8, 60, 128, 0.6) 6%, rgba(10, 62, 130, 0.6) 7%, rgba(10, 63, 132, 0.6) 10%, rgba(10, 65, 133, 0.6) 12%, rgba(13, 67, 135, 0.6) 13%, rgba(13, 70, 138, 0.6) 18%, rgba(13, 72, 138, 0.6) 19%, rgba(17, 78, 145, 0.6) 24%, rgba(15, 78, 143, 0.6) 25%, rgba(18, 82, 148, 0.6) 28%, rgba(18, 83, 148, 0.6) 31%, rgba(20, 85, 152, 0.6) 33%, rgba(20, 88, 153, 0.6) 36%, rgba(22, 92, 157, 0.6) 38%, rgba(22, 90, 155, 0.6) 39%, rgba(23, 93, 158, 0.6) 40%, rgba(23, 93, 158, 0.6) 42%, rgba(23, 97, 160, 0.6) 45%, rgba(25, 102, 165, 0.6) 51%, rgba(28, 105, 168, 0.6) 52%, rgba(27, 103, 168, 0.6) 53%, rgba(30, 110, 173, 0.6) 59%, rgba(28, 113, 175, 0.6) 60%, rgba(25, 123, 178, 0.6) 67%, rgba(23, 130, 183, 0.6) 70%, rgba(15, 153, 192, 0.6) 81%, rgba(13, 152, 190, 0.6) 82%, rgba(12, 158, 195, 0.6) 85%, rgba(8, 170, 200, 0.6) 90%, rgba(8, 170, 198, 0.6) 91%, rgba(5, 178, 203, 0.6) 95%, rgba(3, 183, 205, 0.6) 97%, rgba(0, 188, 207, 0.6) 100%);
  transition: all .3s;
  top: 100%; }

.speakers-boxes figure:hover:before {
  top: 0; }

.speakers-boxes figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  padding: 22px 27px; }

.upcoming-event .more-link {
  margin: -23px 0 0;
  position: relative;
  z-index: 5; }

.upcoming-event .btn-link {
  color: #00528c;
  padding: 0 30px 6px 0;
  text-decoration: none; }

.upcoming-event .btn-link .arrow-right {
  margin: 2px -30px 0 10px; }

.upcoming-event .btn-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  border-bottom: 2px solid;
  transition: all .3s; }

.upcoming-event .btn-link:hover:after {
  right: 100%; }

/*.program*/
.program {
  position: relative;
  background-color: #e5edf3;
  padding: 82px 0 125px; }

.program h3 {
  font-size: 40px;
  line-height: 50px;
  position: relative;
  margin-bottom: 0; }

.program h3:before {
  content: '';
  border-bottom: 2px solid;
  position: absolute;
  top: 28px;
  right: 100%;
  width: 50vw;
  margin-right: 35px; }

.program .heading h4 {
  text-align: right;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px; }

.program .heading h4 a {
  color: #00528c;
  position: relative;
  padding: 0 0 5px 0; }

.program .heading h4 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  border-bottom: 2px solid;
  transition: all .3s; }

/*nav-tabs*/
.nav-tabs {
  border: none; }

.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
  border-bottom: none;
  border-radius: 0;
  background-color: rgba(0, 76, 136, 0.2);
  border: solid rgba(0, 76, 136, 0.2);
  border-width: 0 0 0 1px;
  margin-right: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #00528c;
  padding: 23px; }

.nav-tabs.nav-justified > .active:first-child > a,
.nav-tabs.nav-justified > .active:first-child > a:hover,
.nav-tabs.nav-justified > .active:first-child > a:focus,
.nav-tabs > .active:first-child > a,
.nav-tabs > .active:first-child > a:hover,
.nav-tabs > .active:first-child > a:focus,
.nav-tabs > li:first-child > a,
.nav-tabs.nav-justified > li:first-child > a {
  border-left: none; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: solid rgba(0, 76, 136, 0.4);
  border-width: 0 0 0 1px;
  background-color: #fff;
  color: #00528c; }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: rgba(0, 76, 136, 0.4); }

.tab-content {
  background-color: #fff;
  padding: 9px 0; }

.program-table {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  font-size: 18px;
  line-height: 27px;
  color: #444;
  width: 100%; }

.program-table li {
  display: table-row; }

.program-table li:first-child .cell {
  border-top: none; }

.program-table .cell {
  display: table-cell;
  padding: 23px 0 24px 40px;
  border-top: 1px solid #e5edf3; }

.program-table .cell:first-child {
  white-space: nowrap;
  width: 18%; }

.program-table .cell:last-child {
  text-align: right;
  padding-left: 30px;
  padding-right: 30px; }

.program-table h4 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font-style: normal;
  color: inherit;
  font-weight: 700; }

.program-table .btn-link {
  padding: 5px 0 2px;
  margin-right: 30px;
  margin-bottom: -2px;
  font-size: 14px;
  line-height: 20px;
  color: #00528c;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  border-bottom: 2px solid; }

.program-table .btn-link:before {
  content: attr(data-text-close);
  opacity: 0;
  position: absolute; }

.program-table .btn-link:after {
  content: attr(data-text-open);
  opacity: 1;
  position: static; }

.program-table .btn-link.collapsed:before {
  opacity: 1;
  position: static; }

.program-table .btn-link.collapsed:after {
  opacity: 0;
  position: absolute; }

.program-table .btn-link:hover {
  border-color: transparent; }

.program-table .btn-link .arrow-right {
  transform: scale(0.7);
  position: absolute;
  top: 6px;
  right: -30px; }

.program-table .inf-box {
  padding: 18px 0 0; }

.program-table .inf-box:after {
  content: '';
  clear: both;
  display: block; }

.program-table .inf-box .image {
  float: left;
  margin: 0 15px 0 -31px;
  width: 94px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.program-table .inf-box .image img {
  max-width: 100%;
  height: auto; }

.program-table .inf-box img {
  float: left;
  margin-right: 20px; }

.program-table .inf-box .text {
  overflow: hidden; }

/*.location-block*/
.location-block {
  padding: 82px 0 174px; }

.location-block h3 {
  margin: 0 0 69px;
  font-size: 40px;
  line-height: 1.25;
  position: relative; }

.location-block h3:before {
  content: '';
  border-bottom: 2px solid;
  position: absolute;
  top: 28px;
  right: 100%;
  width: 50vw;
  margin-right: 35px; }

.map-holder {
  position: relative;
  padding-top: 71.875%;
  height: 0;
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
  background: #ccc; }

.map-holder .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.location-block h4 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 30px;
  color: #00528c;
  font-style: normal; }

.location-block address {
  line-height: inherit;
  margin-bottom: 78px; }

.location-block address a {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  color: #00528c; }

/* blog-section */
.blog-section {
  padding: 58px 0 100px; }

.sidebar {
  padding: 37px 60px 0 0; }

.sidebar h5 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 2px; }

.secondary-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0; }

.sidebar .secondary-nav {
  margin-bottom: 83px; }

.secondary-nav li {
  font-size: 18px;
  line-height: 22px;
  color: #666;
  list-style: none; }

.secondary-nav li.active {
  font-weight: 700; }

.secondary-nav li + li {
  border-top: 1px solid rgba(151, 151, 151, 0.5); }

.secondary-nav li a {
  display: block;
  padding: 14px 25px 14px 0;
  position: relative;
  font-weight: normal; }

.secondary-nav li.active > a,
.secondary-nav li a:hover {
  color: #004881;
  text-decoration: none;
  font-weight: 700; }

.secondary-nav li a .fa {
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 22px; }

.secondary-nav li.active > a .fa:before {
  content: "\f13a"; }

.secondary-nav ul {
  padding: 0; }

.secondary-nav ul a {
  padding-left: 16px; }

.secondary-nav ul a::before {
  content: "- "; }

.secondary-nav ul ul a {
  padding-left: 36px; }

.secondary-nav ul ul ul a {
  padding-left: 56px; }

.secondary-nav ul ul ul ul a {
  padding-left: 76px; }

.blog-area {
  padding-bottom: 22px; }

.vacancies-section .blog-area {
  padding-bottom: 0; }

.blog-area .btn-back,
.article-section .btn-back {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 13px;
  color: #666; }

.blog-area .btn-back:before,
.article-section .btn-back:before {
  content: '<';
  display: inline-block;
  vertical-align: top;
  margin-right: 5px; }

.blog-area h5 {
  line-height: 1.33em;
  letter-spacing: -.7px;
  margin-bottom: 39px; }

.blog-area h1 {
  line-height: 1.33em;
  letter-spacing: -.7px;
  margin-bottom: 39px;
  font-size: 40px;
  font-weight: 700;
  color: #00528c; }

.blog-area .image {
  position: relative;
  min-height: 484px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 37px; }

.blog-area .image img {
  display: none; }

.blog-area .image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 280px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }

.blog-area .date-bar {
  overflow: hidden;
  /*padding: 0 0 38px;
	border-bottom: 2px solid rgba(151,151,151,.3);*/
  margin-bottom: 33px; }

.blog-area .date-bar time {
  float: left;
  max-width: 30%;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #00528c; }

.blog-area .date-bar .social-widget-image {
  float: right;
  max-width: 70%; }

.blog-area .date-bar .social-widget-image img {
  display: block;
  max-width: 100%; }

.blog-area p {
  margin: 0 0 27px; }

.blog-area .video-holder {
  position: relative;
  padding-top: 56.5%;
  margin-bottom: 63px; }

.blog-area .video-holder iframe,
.blog-area .video-holder object,
.blog-area .video-holder embed {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%; }

.blog-area .text-box {
  padding: 24px 30px 27px;
  background: #00528c;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 52px; }

.blog-area .text-box h2,
.blog-area .text-box h3,
.blog-area .text-box h4,
.blog-area .text-box a {
  color: #fff; }

.blog-area .text-box p {
  margin: 0;
  padding-top: 15px; }

.blog-author-box {
  border-top: 2px solid rgba(151, 151, 151, 0.3);
  padding: 34px 0 15px; }

.blog-author-box h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0; }

.blog-author-box .wrap {
  overflow: hidden;
  padding: 24px 0 0; }

.blog-author-box .photo {
  float: left;
  width: 249px;
  height: 181px;
  margin: 6px 23px 0 0;
  background-color: #e5ecf2;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.blog-author-box .txt {
  overflow: hidden; }

.blog-author-box .txt p {
  margin-bottom: 10px; }

.blog-author-box .txt ul {
  margin: 0;
  padding: 15px 0 13px;
  list-style: none;
  font-size: 14px;
  line-height: 20px; }

.blog-author-box .txt ul li {
  margin-bottom: 7px;
  padding: 0; }

.blog-author-box .txt ul li:before {
  display: none; }

.blog-author-box .txt ul a {
  color: #00528c;
  text-decoration: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-left: 30px; }

.blog-author-box .txt ul a:hover {
  text-decoration: underline; }

.blog-author-box .txt ul a:before {
  position: absolute;
  top: -3px;
  left: 0;
  font: 14px/25px 'FontAwesome';
  color: #fff;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 25px; }

.blog-author-box .txt ul .linkedin:before {
  content: '\f0e1';
  background: #187fb8; }

.blog-author-box .txt ul .twitter:before {
  line-height: unset !important;
  content: url('data:image/svg+xml,<svg viewBox="0 0 1200 1227" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="white"/></svg>');
  background: #000;
  width: 50%;
  height: 50%; }

.blog-author-box .btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 13px;
  color: #fff; }

.resources-block {
  margin-top: -19px;
  padding: 0 0 50px; }

.resources-block .sidebar {
  padding-top: 8px; }

.resources-block h2 {
  margin: 0 0 32px; }

.resources-block .filter-wrap {
  padding: 43px 54px 42px;
  background: #e5ecf2;
  margin-bottom: 26px; }

.resources-block .filter-wrap p {
  margin: 0 0 18px; }

.filter-wrap .sfFormDropdown .select2-container--default .select2-selection--single {
  background-color: #fff; }

.resources-block .filter-wrap .sfFormDropdown {
  margin: 0; }

.results-holder {
  border-top: 2px solid #ccc;
  margin-bottom: 87px; }

.result-item {
  position: relative;
  padding: 34px 0 39px 195px;
  border-bottom: 2px solid #ccc; }

.result-item .left-box {
  position: absolute;
  width: 178px;
  height: 128px;
  left: 0;
  top: 50%;
  margin-top: -64px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.result-item .left-box img {
  display: none; }

.result-item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 9px; }

.result-item p {
  margin: 0 0 11px; }

.result-item .button-link {
  font-size: 18px;
  margin: 0;
  text-decoration: none; }

.result-item.style-red h3,
.result-item.style-red .button-link {
  color: #6a112f; }

.result-item.style-red .button-link:before {
  background: #6a112f; }

.result-item.style-light h3,
.result-item.style-light .button-link {
  color: #066d8e; }

.result-item.style-light .button-link:before {
  background: #066d8e; }

.result-item.style-purple h3,
.result-item.style-purple .button-link {
  color: #5a116a; }

.result-item.style-purple .button-link:before {
  background: #5a116a; }

.result-item.type2 {
  padding: 40px 0 40px 400px; }

.result-item.type2.no-img {
  padding-left: 0; }

.result-item.type2 .valign-middle-out {
  position: relative;
  display: block;
  min-height: 270px; }

.result-item.type2.no-img .valign-middle-out {
  min-height: 0; }

.result-item.type2 .valign-middle-in {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.result-item.type2.no-img .valign-middle-in {
  position: static;
  -webkit-transform: none;
  transition: none; }

.result-item.type2 .left-box {
  width: 373px;
  height: 269px;
  margin-top: -134px; }

.result-item.type2 h3 {
  font-size: 29px;
  line-height: 33px;
  margin: 0 0 19px; }

.result-item.type2 p {
  margin: 0 0 19px; }

.result-item .type-box {
  padding: 7px 10px;
  color: #fff; }

.result-item .type-box .ico {
  text-align: center;
  height: 45px; }

.result-item .type-box .ico img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%; }

.result-item .type-box h4 {
  color: #fff;
  font-size: 14px; }

.result-item .type-box {
  background: #00528c; }

.result-item.style-red .type-box {
  background: #6a112f; }

.result-item.style-light .type-box {
  background: #066d8e; }

.result-item.style-purple .type-box {
  background: #5a116a; }

.result-item .lock-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 20px; }

.result-item .lock-icon img {
  max-width: 100%;
  display: block; }

.pagination {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 24px;
  line-height: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.pagination > li {
  display: inline-block;
  vertical-align: top;
  color: #00528c;
  padding-left: 0; }

.pagination > li > a,
.pagination > li > span {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  border: none;
  color: inherit;
  background: none;
  opacity: .5; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: none;
  color: inherit;
  opacity: 1; }

.pagination > li:before {
  display: none; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: none;
  color: inherit;
  opacity: 1;
  font-weight: 700; }

.contact-section {
  padding: 85px 0 71px; }

.contact-section .content {
  padding-top: 8px; }

.contact-section h5 {
  line-height: 1.25em;
  margin-bottom: 28px; }

.contact-section p {
  margin: 0 0 44px; }

.contact-form .row {
  margin-left: -10px;
  margin-right: -10px; }

.contact-form .row > [class*="col-"] {
  padding: 0 10px; }

.contact-form .sfFormBox,
.sf-fieldWrp {
  position: relative; }

.contact-form .sfFormBox .sfFieldWrap,
.sf-fieldWrp {
  margin-bottom: 20px; }

.sf-fieldWrp > strong, label {
  font-weight: normal; }

.contact-form .sfFormBox .sfTxtLbl,
.sf-fieldWrp > label {
  position: absolute;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .5px;
  left: 18px;
  top: 13px;
  right: 13px;
  margin: 0;
  z-index: 1;
  cursor: pointer; }

.fontsize18.sf-fieldWrp > label {
  font-size: 18px;
  line-height: 1.35; }

.fontsize20.sf-fieldWrp > label {
  font-size: 20px;
  line-height: 1.35; }

.fontsize22.sf-fieldWrp > label {
  font-size: 22px;
  line-height: 1.35; }

.fontsize24.sf-fieldWrp > label {
  font-size: 24px;
  line-height: 1.35; }

.fontsize30.sf-fieldWrp > label {
  font-size: 30px;
  line-height: 1.2; }

.contact-form .sfTxt,
.sf-fieldWrp > input,
.sf-fieldWrp > textarea,
.sf-fieldWrp select {
  width: 100%;
  height: 70px;
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  background: #e6eef4;
  color: #666;
  font-size: 18px;
  line-height: 24px;
  padding: 35px 18px 10px; }

.field-validation-error,
p[data-sf-role*="error-message"] {
  color: red;
  font-size: 0.8em;
  font-weight: bold; }

.contact-form .sfTxt::-moz-placeholder,
.sf-fieldWrp > input::-moz-placeholder {
  color: #666;
  opacity: 1; }

.contact-form .sfTxt:-ms-input-placeholder,
.sf-fieldWrp > input:-ms-input-placeholder {
  color: #666; }

.contact-form .sfTxt::-webkit-input-placeholder,
.sf-fieldWrp > input::-webkit-input-placeholder {
  color: #666; }

.contact-form textarea.sfTxt,
.sf-fieldWrp > textarea {
  resize: none;
  overflow-y: auto;
  height: 257px;
  padding-top: 52px; }

.sf-fieldWrp .select2 {
  margin-bottom: 20px; }

.sf-fieldWrp .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: #e6eef4 solid 1px; }

.sf-fieldWrp.sf-RadioButtons,
.sf-fieldWrp.sf-Checkboxes {
  margin-bottom: 20px; }

.sf-fieldWrp.sf-RadioButtons label,
.sf-fieldWrp.sf-Checkboxes label {
  font-size: 16px;
  line-height: 22px; }

.sf-fieldWrp.sf-RadioButtons label input,
.sf-fieldWrp.sf-Checkboxes label input {
  margin-right: 10px; }

.contact-form .sfFormSubmit {
  padding-top: 18px; }

.sf-fieldWrp > button {
  margin-top: 18px;
  color: #fff;
  border: none; }

.contact-form .sfFormSubmit .btn,
.sf-fieldWrp > button {
  min-width: 154px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 20px; }

.contact-section .side-wrap {
  padding-top: 32px; }

.contact-section h6 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 24px; }

.contact-section .side-wrap .location-box {
  padding: 0;
  margin-bottom: 23px; }

.contact-section .side-wrap .location-box .img {
  position: static;
  height: 180px;
  width: 100%; }

.contact-section .side-wrap .location-box figcaption {
  padding: 20px 16px; }

.contact-map {
  height: 407px; }

.shops-intro {
  padding: 4px 0 15px; }

.shops-intro h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 21px; }

.shops-intro p {
  margin: 0 0 27px; }

.shops-section {
  padding: 100px 0 64px;
  background: #e5ecf2; }

.shops-section .sfFormDropdown .select2-container--default .select2-selection--single {
  background-color: #fff; }

.row-20 {
  margin-left: -10px;
  margin-right: -10px; }

.row-20 > [class*="col-"] {
  padding: 0 10px; }

.checkout-box {
  background: #e5ecf2;
  padding: 19px 18px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin-top: 18px; }

.checkout-box p {
  margin: 0; }

.checkout-box p span {
  font-weight: 400; }

.checkout-box p a {
  text-decoration: underline; }

.checkout-box p a:hover {
  text-decoration: none; }

.search-bar {
  position: relative;
  z-index: 10;
  padding-bottom: 40px; }

.search-bar.style-2 {
  padding: 28px 0 27px; }

.search-bar .sfFormBox {
  position: relative; }

.search-bar .sfFormBox .sfTxtLbl {
  position: absolute;
  color: #666;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: .5px;
  left: 18px;
  top: 13px;
  margin: 0; }

.search-bar .sfTxt {
  width: 100%;
  height: 70px;
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  background: #fff;
  color: #444;
  font-size: 20px;
  line-height: 24px;
  padding: 30px 45px 10px 18px;
  margin-bottom: 20px; }

.search-bar .sfTxt.type-search {
  background: #fff url(/ResourcePackages/Rcpsych/assets/src/project/images/ico-search-0001.png) no-repeat;
  -webkit-background-size: 19px 19px;
  background-size: 19px 19px;
  background-position: calc(100% - 18px) 50%; }

.search-bar .sfTxt::-moz-placeholder {
  color: #444;
  opacity: 1; }

.search-bar .sfTxt:-ms-input-placeholder {
  color: #444; }

.search-bar .sfTxt::-webkit-input-placeholder {
  color: #444; }

.search-bar .sfFormSubmit {
  position: relative; }

.search-bar .sfFormSubmit input {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0; }

.search-bar .sfFormSubmit .btn {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 23px 10px; }

.search-bar .sfFormSubmit .btn .arrow-right {
  margin: 2px 4px 0 10px; }

.search-bar.style-2 .sfTxt {
  background-color: #e5ecf2; }

.search-bar .search-submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  width: 55px;
  height: 100%;
  height: 70px;
  border: none;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/ico-search-0001.png) 50% 50% no-repeat;
  padding: 0; }

.sfFormDropdown {
  position: relative;
  margin-bottom: 20px; }

.sfFormDropdown .sfTxtLbl {
  position: absolute;
  z-index: 5;
  color: #666;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: .5px;
  left: 18px;
  top: 13px;
  margin: 0; }

.select2-container {
  width: 100% !important;
  padding: 0;
  background: none; }

.select2-container--default .select2-selection--single {
  width: 100%;
  height: 70px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  border: 0;
  background: #fff;
  color: #444;
  padding: 0;
  margin: 0;
  border-radius: 0; }

.search-bar.style-2 .select2-container--default .select2-selection--single {
  background-color: #e5ecf2; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
  padding: 33px 50px 12px 20px; }

.height-36 .select2-container--default .select2-selection--single {
  height: 88px; }

.height-36 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 51px; }

.height-54 .select2-container--default .select2-selection--single {
  height: 106px; }

.height-54 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 69px; }

.height-72 .select2-container--default .select2-selection--single {
  height: 124px; }

.height-72 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 87px; }

.height-90 .select2-container--default .select2-selection--single {
  height: 142px; }

.height-90 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 105px; }

.height-108 .select2-container--default .select2-selection--single {
  height: 160px; }

.height-108 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 123px; }

.height-126 .select2-container--default .select2-selection--single {
  height: 178px; }

.height-126 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 141px; }

.height-40 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 53px; }

.height-60 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 71px; }

.height-80 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 89px; }

.height-44 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 57px; }

.height-66 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 77px; }

.height-88 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 97px; }

.height-48 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 61px; }

.height-72 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 83px; }

.height-96 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 105px; }

.height-60 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 73px; }

.height-90 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 101px; }

.height-120 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 129px; }

15*5
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 20px;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/ico-select-0001.svg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -10px;
  right: 18px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-dropdown {
  border: 1px solid #e5ecf2;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  z-index: 99; }

.select2-container--default .select2-results > .select2-results__options {
  padding: 0 !important; }

.select2-results__option {
  padding: 18px !important;
  font-size: 18px;
  line-height: 22px;
  color: #444;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #444;
  background: #e5ecf2; }

.select2-container--default .select2-results__option:hover,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
  background-color: #e5ecf2;
  color: #444; }

.select2-results__option:before {
  display: none; }

.shop-items-list {
  margin: 0 -10px 27px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0; }

.shop-items-list li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 10px 20px; }

.shop-item {
  border: 1px solid #979797;
  background: #fff;
  padding: 0 30px 30px; }

.shop-item .img {
  height: 272px;
  border-bottom: 1px solid #979797;
  margin: 0 -30px 13px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.shop-item .img img {
  display: none; }

.shop-item .cell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 82px; }

.shop-item h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  max-height: 82px;
  overflow: hidden;
  margin: 0; }

.shop-item h5 a {
  color: inherit; }

.shop-item .row {
  padding-top: 5px; }

.shop-item .price {
  display: block;
  border: 2px solid #d6d6d6;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  padding: 20px 10px; }

.shop-item .btn {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 23px 10px; }

.shop-item .btn .arrow-right {
  margin: 2px 4px 0 10px; }

.shop-item .button-link {
  font-size: 18px;
  padding: 0 25px 8px 0;
  margin-top: 20px; }

.videos-section {
  padding: 90px 0 35px 0; }

.videos-section .heading {
  padding: 0 0 26px; }

.videos-section .results-holder {
  margin: 0 0 68px 0; }

.jobs-list {
  margin: 0 0 68px;
  padding: 0;
  list-style: none; }

.blog-area .jobs-list {
  margin-bottom: 0; }

.jobs-list li {
  padding: 34px 0 37px;
  border-bottom: 2px solid #ccc; }

.blog-area .jobs-list li:before {
  display: none; }

.jobs-list h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 18px; }

.jobs-list .job-nav {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0; }

.jobs-list .job-nav li {
  display: inline-block;
  vertical-align: top;
  padding: 0 42px 0 0;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #00528c;
  border: none; }

.blog-area .jobs-list .job-nav li {
  display: block; }

.jobs-list .job-nav li + li:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  background: #4a4a4a;
  top: 3px;
  left: -21px; }

.jobs-list .job-nav li span {
  display: inline-block;
  vertical-align: top;
  padding-left: 6px;
  color: #4a4a4a; }

.jobs-list .job-dates {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0; }

.jobs-list .job-dates li {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px 0 0;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #00528c;
  border: none; }

.blog-area .jobs-list .job-dates li {
  display: block; }

.jobs-list .job-dates li + li:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  background: #00528c;
  top: 3px;
  left: -20px; }

.jobs-list .job-dates li span {
  display: inline-block;
  vertical-align: top;
  padding-left: 6px;
  color: #4a4a4a; }

.jobs-list p {
  margin: 0 0 14px; }

.jobs-list .button-link {
  font-size: 18px; }

.boxes-list {
  margin: 0 -10px 20px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: left; }

.content .boxes-list li,
.boxes-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px 19px;
  max-width: 296px;
  text-align: left; }

.content .boxes-list li:before {
  display: none; }

.info-box {
  display: block;
  padding: 37px 32px 29px 37px;
  text-decoration: none;
  font-size: 18px;
  line-height: 27px;
  color: #666666;
  border: 1px solid #979797; }

.info-box:hover {
  text-decoration: none;
  color: #fff;
  background: #5a116a;
  border-color: #5a116a; }

.info-box h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #00528c;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 0 19px; }

.info-box:hover h5 {
  color: #fff; }

.info-box p {
  margin: 0 0 30px; }

.info-box .bot {
  -webkit-transition: all .3s;
  transition: all .3s;
  border-top: 1px solid #979797;
  padding-top: 22px; }

.info-box:hover .bot {
  border-color: #fff; }

.info-box .bot em,
.info-box .bot time {
  display: block; }

.person-box {
  font-size: 18px;
  line-height: 27px;
  color: #666666;
  border: 1px solid #979797;
  padding: 0 28px 30px;
  word-wrap: break-word; }

.person-box .photo {
  position: relative;
  margin: 0 -28px 28px;
  height: 412px;
  border-bottom: 1px solid #979797; }

.person-box .photo img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*max-width: 95%;
	max-height: 96%;*/
  max-height: 100%;
  max-width: 100%; }

.person-info h1 {
  font-size: 40px;
  line-height: 50px;
  color: #00528c; }

.person-box h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #00528c;
  margin: 0 0 2px; }

.person-box h5 a {
  color: inherit; }

.person-box p {
  margin: 0 0 16px; }

.person-box dl,
.person-info dl {
  overflow: hidden;
  border-top: 2px solid #ccc;
  padding: 13px 0 0;
  margin: 0; }

.person-box dl dt,
.person-info dl dt {
  float: left;
  margin: 0 5px 0 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #00528c; }

.person-box dl dd,
.person-info dl dd {
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  line-height: 27px; }

.person-info p {
  margin-bottom: 15px; }

.gallery-list {
  margin: 0 -10px 20px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0; }

.gallery-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px 20px; }

.gallery-item {
  display: block; }

.gallery-item:hover,
.gallery-item:focus {
  text-decoration: none; }

.gallery-item:hover .img,
.gallery-item:focus .img {
  opacity: .8; }

.gallery-item figure {
  margin: 0;
  padding: 0; }

.gallery-item .img {
  display: block;
  padding-top: 61.2%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all .3s;
  transition: all .3s; }

.gallery-item .img img {
  display: none; }

.gallery-item figcaption {
  border: 1px solid #979797;
  padding: 28px 10px 28px 28px;
  font-size: 18px;
  line-height: 22px; }

.gallery-item h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #00528c;
  margin: 0 0 5px; }

.gallery-item p {
  margin: 0; }

/* events-section */
.events-section {
  padding: 0 0 58px 0; }

.events-section.vacancies-section {
  padding-bottom: 0; }

.events-section .btn-back,
.team-area .btn-back {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #666; }

.events-section .btn-back:before,
.team-area .btn-back:before {
  content: '<';
  display: inline-block;
  vertical-align: top;
  margin-right: 5px; }

.events-section .heading-block {
  margin-bottom: 45px; }

.event-intro {
  padding-bottom: 105px; }

.event-intro .top {
  padding: 0 0 15px;
  border-bottom: 2px solid #ccc; }

.event-intro .top .btn-back {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #4a4a4a;
  margin-top: 8px;
  text-decoration: none; }

.event-intro .top .social-wrap {
  float: right; }

.event-intro .top .social-wrap > span {
  float: left;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 8px 32px 0 0; }

.event-intro .top .social-wrap .social {
  float: left; }

.event-intro .ttl {
  position: relative;
  padding: 33px 0 40px 80px;
  border-bottom: 2px solid #ccc; }

.event-intro .ttl h3 {
  margin: 0;
  color: #666;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px; }

.event-intro .date {
  position: absolute;
  left: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00528c; }

.event-intro .date .num {
  display: block;
  margin: 0 0 -3px;
  font-size: 40px;
  line-height: 1; }

.event-intro .txt {
  padding: 36px 0 13px;
  border-bottom: 2px solid #ccc; }

.event-intro .txt p {
  margin: 0 0 27px; }

.event-intro .inf {
  overflow: hidden;
  padding: 25px 0 25px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 32px;
  color: #4a4a4a; }

.event-intro .inf table td:first-child {
  padding-right: 25px; }

.event-intro .inf table tr:last-child td {
  border-bottom: none; }

.event-intro .inf .table-holder table tbody tr:nth-child(2n) td {
  background: none; }

.event-intro .inf dt {
  float: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 0 4px 0 0;
  margin: 0; }

.event-intro .inf dd {
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 13px; }

.event-intro .fees {
  display: block;
  vertical-align: top;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #4a4a4a; }

.event-intro .fees table th {
  white-space: nowrap;
  padding: 13px 0px 16px 0;
  border-bottom-width: 1px; }

.event-intro .fees table tr:nth-child(2n) td {
  background: none; }

.event-intro .fees span,
.event-intro .fees ul li {
  display: inline-block;
  /*font-size: 24px;
        color: #004881;*/
  padding: 0 0 20px 20px;
  text-align: left;
  vertical-align: top;
  max-width: 220px; }

.event-intro .fees ul {
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin-left: -20px; }

.event-intro .fees ul h5 {
  font-size: 24px;
  line-height: 28px; }

.events-section .thumbnail-block {
  margin: 7px 0 0 -213px; }

.events-section .thumbnail-block .img {
  padding-bottom: 127%; }

.events-section .thumbnail-block figcaption {
  background: #f5a623;
  color: #444;
  text-align: center; }

.events-section .thumbnail-block .button-link {
  color: #444; }

.events-section .accordion {
  margin-top: -15px;
  margin-bottom: 69px; }

/*.events-section .accordion .panel-title {
	color: #666;
}*/
.events-section .accordion .panel-title a {
  padding-top: 26px;
  padding-bottom: 26px; }

.events-section .accordion .panel-title a:hover {
  text-decoration: underline; }

.events-section .accordion .panel-body h3 {
  font-size: 18px;
  line-height: 27px;
  color: #666; }

.events-section .event-video {
  padding: 0 0 84px;
  margin-top: -7px; }

.events-section .lead-txt {
  font-weight: 600; }

.events-section .event-video p {
  margin: 0 0 27px; }

.events-section .video-holder {
  float: right;
  width: 100%;
  max-width: 604px;
  position: relative;
  padding-top: 50.5%; }

.events-section .video-holder iframe,
.events-section .video-holder object,
.events-section .video-holder embed {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%; }

.events-section .gallery-list {
  padding-top: 12px;
  margin-bottom: 69px; }

.events-section address {
  font-style: normal;
  margin: -14px 0 0;
  padding: 0;
  color: #4a4a4a; }

.events-section address span {
  display: block; }

.events-section address b {
  font-weight: 600; }

.contact-info {
  margin-bottom: 58px; }

.location-map {
  height: 298px; }

.related-list {
  margin: 0 -10px;
  padding: 12px 0 0;
  list-style: none;
  font-size: 0;
  line-height: 0; }

.related-list li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 10px 20px; }

.related-item {
  padding: 30px 34px 39px 36px;
  color: #fff;
  background: #6a112f;
  font-size: 18px;
  line-height: 27px; }

.related-item.style-2 {
  background: #066d8e; }

.related-item.style-3 {
  background: #5a116a; }

.related-item .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 24px; }

.related-item .dates {
  overflow: hidden;
  position: relative; }

.related-item .dates:before {
  content: '';
  background: #fff;
  height: 2px;
  width: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -11px; }

.related-item .dates .left {
  float: left; }

.related-item .dates .right {
  float: right; }

.related-item .date {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase; }

.related-item .date .num {
  display: block;
  margin: 0 0 -3px;
  font-size: 40px;
  line-height: 1; }

.related-item .hours {
  text-align: right;
  font-weight: 700;
  line-height: 22px;
  padding: 4px 10px 0 0; }

.related-item .hours p {
  margin: 0; }

.related-item h5 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  margin: 0 0 19px; }

.related-item p {
  margin: 0 0 23px; }

.related-item .button-link {
  color: #fff; }

.side-heading h3 {
  margin: 0;
  font-size: 40px;
  line-height: 44px;
  white-space: nowrap; }

/* search-block */
.search-block {
  position: relative;
  z-index: 5;
  margin: 31px 0 0;
  padding: 27px 38px 40px; }

.search-block:before {
  position: absolute;
  left: 0;
  top: 0;
  right: -9999px;
  bottom: 0;
  z-index: -1;
  background: #e5edf3;
  content: ""; }

.search-block h2 {
  margin: 0 0 9px;
  font-size: 40px;
  line-height: 50px; }

.search-block p {
  margin: 0 0 37px; }

.search-block .cols {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }

.search-block .col {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 10px; }

.search-block .col + .col {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.search-block .sfFormBox {
  position: relative; }

.search-block .sfTxtLbl {
  position: absolute;
  left: 22px;
  top: 13px;
  margin: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: rgba(102, 102, 102, 0.4); }

.search-block .sfTxt {
  width: 100%;
  height: 70px;
  padding: 31px 22px 15px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  color: #666;
  font-size: 18px;
  line-height: 24px;
  -webkit-appearance: none; }

.search-block .sfTxt::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
  opacity: 1; }

.search-block .sfTxt:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3); }

.search-block .sfTxt::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3); }

.search-block .sfFormSubmit {
  position: relative;
  width: 178px; }

.search-block .sfFormSubmit input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0; }

.search-block .sfFormSubmit .btn {
  width: 100%;
  padding: 23px 10px; }

.search-block .sfFormSubmit .btn .fa {
  margin: 0 -8px 0 32px; }

.intro-section .search-block .side-heading {
  margin-left: 457px; }

/* faq-section */
.faq-section {
  position: relative;
  overflow: hidden;
  min-height: 1px;
  padding: 20px 0 58px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.content .faq-section {
  padding: 20px 0 25px; }

.ask-question-section {
  position: relative;
  border-right: #00528c solid 5px; }

.btn-open-faq {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 22px 23px 24px;
  white-space: nowrap;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: translate(50%, -100%) rotate(-90deg);
  transform: translate(50%, -100%) rotate(-90deg); }

.btn-open-faq .arrow-right {
  margin: 2px 0 0 19px; }

.ask-question-section .faq-section {
  padding-top: 0; }

/* faq-accordion */
.faq-accordion {
  border-top: 2px solid #ccc; }

.faq-accordion .panel {
  margin: 0;
  padding: 28px 0 21px;
  border-width: 0 0 2px;
  border-color: #ccc;
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-transition: padding .3s;
  transition: padding .3s; }

/*.faq-accordion .panel.animate-up {
	-webkit-transition: -webkit-transform 1s ease-out, opacity 1s ease-out, padding .3s;
	transition: transform 1s ease-out, opacity 1s ease-out, padding .3s;
}*/
.faq-accordion .panel.open {
  padding: 40px 0; }

.faq-accordion .panel.open .panel-heading .button-link {
  visibility: hidden;
  opacity: 0; }

.faq-accordion .panel-heading {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }

.faq-accordion .panel-heading:before,
.faq-accordion .panel-heading:after {
  display: none; }

.faq-accordion .panel-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  color: #00528c;
  margin-bottom: 0; }

.faq-accordion .panel-title a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 40px; }

.faq-accordion .panel-title a:after,
.faq-accordion .panel-title a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  margin: -1px 0 0;
  background: #ccc;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s; }

.faq-accordion .panel-title a.collapsed:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.faq-accordion .panel-body {
  padding: 17px 0 0 40px; }

.faq-accordion p,
.panel-body .table-block {
  margin: 0 0 29px; }

.faq-accordion .panel-body h3 {
  font-size: 20px;
  line-height: 26px; }

.faq-accordion .panel-body h4 {
  font-size: 18px;
  line-height: 22px; }

/* question-section */
.question-section {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 20;
  width: 100%;
  min-height: 100%;
  margin-left: 5px;
  padding: 91px 0;
  background: #00528c;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s; }

.faq-opened .question-section {
  margin: 0;
  left: 0; }

.question-section .btn-close {
  position: absolute;
  top: 17px;
  right: 18px;
  z-index: 10; }

.question-section .btn-close:hover,
.question-section .btn-close:focus {
  opacity: .7; }

.question-section .btn-close:before,
.question-section .btn-close:after {
  left: 50%;
  top: 50%;
  width: 36px;
  height: 4px;
  margin: -2px 0 0 -18px;
  background: #fff; }

.question-section .row-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }

.question-section .row-flex:before,
.question-section .row-flex:after {
  display: none; }

.question-section [class*="col-"] {
  padding: 0 10px; }

.question-section h2 {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 46px;
  color: inherit; }

.question-section .lead {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400; }

.question-section .contact-form {
  padding: 9px 0 0; }

.question-section .contact-form .sfTxt,
.question-section .contact-form .sf-fieldWrp > input,
.question-section .contact-form .sf-fieldWrp > textarea {
  background: rgba(255, 255, 255, 0.1);
  color: #fff; }

.question-section .contact-form .sfTxt::-moz-placeholder,
.question-section .contact-form .sf-fieldWrp > input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.question-section .contact-form .sfTxt:-ms-input-placeholder,
.question-section .contact-form .sf-fieldWrp > input:-ms-input-placeholder {
  color: #fff; }

.question-section .contact-form .sfTxt::-webkit-input-placeholder,
.question-section .contact-form .sf-fieldWrp > input::-webkit-input-placeholder {
  color: #fff; }

.question-section .contact-form .sfFormBox .sfTxtLbl,
.question-section .contact-form .sfFormDropdown .sfTxtLbl,
.question-section .contact-form .sf-fieldWrp > label {
  color: rgba(255, 255, 255, 0.4); }

.question-section .contact-form .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 18px; }

.question-section .contact-form .sf-fieldWrp .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: none; }

.question-section .contact-form .sf-fieldWrp .select2 {
  margin-bottom: 0; }

.question-section .contact-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff; }

.question-section .contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(/ResourcePackages/Rcpsych/assets/src/project/images/ico03.svg); }

.question-section .contact-form .select2-dropdown {
  border: none;
  background: #1b5e93;
  color: #fff; }

.question-section .contact-form .select2-results__option {
  background: rgba(255, 255, 255, 0.1);
  color: #fff; }

.question-section .contact-form .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(255, 255, 255, 0.3); }

.question-section .contact-form textarea.sfTxt,
.question-section .contact-form .sf-fieldWrp > textarea {
  height: 250px;
  padding-top: 34px;
  line-height: 29px; }

.question-section .contact-form .sfFormSubmit {
  padding-top: 0; }

.question-section .contact-form .sf-fieldWrp > button {
  background: #f5a623;
  border-color: #f5a623;
  margin-top: 0;
  color: #444; }

.question-section .contact-form .sf-fieldWrp > button:hover {
  background: #ec971f;
  border-color: #d58512; }

/* add-info-section */
.add-info-section,
.blue-section {
  padding: 95px 0 80px;
  background: #e5edf3; }

.add-info-section header {
  margin: 0 0 50px; }

.add-info-section header h2,
.blue-section .thumbnail-boxes-section header h2 {
  position: relative;
  margin: 0;
  font-size: 30px;
  line-height: 34px; }

.add-info-section header h2:after,
.blue-section .thumbnail-boxes-section header h2:after {
  position: absolute;
  width: 9999px;
  height: 2px;
  margin: 17px 0 0 21px;
  background: #00528c;
  content: ""; }

.add-info-section .add-info-list {
  margin-top: 53px;
  margin-bottom: -6px; }

/* add-info-list */
.add-info-list ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700; }

.add-info-list li {
  position: relative;
  width: 50%;
  padding: 0 10px 28px; }

.add-info-list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 34px 0 0;
  color: #00528c; }

.add-info-list a:hover,
.add-info-list a:focus {
  text-decoration: none; }

.add-info-list a:hover:after,
.add-info-list a:focus:after {
  opacity: 1; }

.add-info-list a:after {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 4px 0 0 14px;
  border: solid 2px;
  border-radius: 50%;
  font: 16px/16px 'FontAwesome';
  text-align: center;
  opacity: .3;
  content: '\f105';
  -webkit-transition: all .3s;
  transition: all .3s; }

.intro-section .add-info-list ul {
  margin-top: 35px; }

.add-info-list.type2 ul {
  line-height: 30px; }

.add-info-list.type2 li {
  width: 57%;
  padding: 0 10px 33px; }

.add-info-list.type2 li:nth-child(2n) {
  width: 43%; }

.add-info-list.type2 a {
  padding: 0 29px 0 0; }

.add-info-list.type2 a:after {
  margin: 7px 0 0 9px; }

/* training-video */
.training-video {
  position: relative;
  padding: 100px 0;
  background: #e5edf3; }

.training-video h2 {
  position: relative;
  z-index: 10;
  margin: 271px -170px 0 0;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -2px; }

.training-video h2 a {
  text-decoration: underline;
  color: inherit; }

.training-video h2 a:hover,
.training-video h2 a:focus {
  text-decoration: none; }

.training-video .video-block .img {
  padding-top: 71.91%; }

.training-video .video-block .img:before {
  opacity: .7; }

.training-video .video-block figcaption {
  padding: 0 139px 70px 20px; }

.training-video .video-block figcaption .btn-play {
  margin: 0 46px 53px 0; }

/* thumbnail-block */
.thumbnail-block.type2.height2 .img {
  padding-bottom: 110.62%; }

/* fancybox */
.fancybox-bg {
  background: #00528c; }

.fancybox-is-open .fancybox-bg {
  opacity: .9; }

.fancybox-toolbar {
  visibility: visible;
  opacity: 1; }

.fancybox-button--close {
  top: 10px;
  right: 10px;
  background: none; }

.fancybox-button:hover:not([disabled]) {
  background: none; }

.fancybox-button--close::before,
.fancybox-button--close::after {
  left: calc(50% - 16px);
  top: calc(50% - 2px);
  width: 32px;
  height: 4px;
  opacity: 1;
  background: #fff; }

.fancybox-slide > div {
  margin: 60px 0;
  padding: 0; }

/* lightbox */
.lightbox {
  display: none;
  width: calc(100% - 40px);
  max-width: 776px;
  font-size: 16px;
  line-height: 24px; }

.lightbox figure {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.lightbox figure .img {
  width: 50%;
  background-position: 50% 50%;
  background-size: cover; }

.lightbox figure .img > img {
  display: none; }

.lightbox figure figcaption {
  width: 50%;
  padding: 30px 34px 30px; }

.lightbox h3 {
  margin: 0 0 17px;
  font-size: 24px;
  line-height: 35px; }

.lightbox p {
  margin: 0 0 24px; }

.lightbox p.type2 {
  margin: 0 0 4px; }

.lightbox .btns {
  margin: 56px -13px 0;
  font-size: 0;
  line-height: 0; }

.lightbox .btn {
  margin: 0 13px 20px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px; }

.lightbox .btn .arrow-right {
  margin: 0 -2px 0 19px; }

/* popover */
.popover-holder,
.popover > .arrow {
  display: none; }

.popover {
  max-width: none;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none; }

.popover-content {
  padding: 0; }

/* donate-box */
.donate-box {
  position: relative;
  z-index: 5;
  width: 285px;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #000;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3); }

.donate-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 50%;
  content: "";
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%); }

.donate-box > img {
  display: none; }

.donate-box figcaption {
  padding: 39px 21px 66px; }

.donate-box h3 {
  margin: 0 0 11px;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 1px;
  color: inherit; }

.donate-box p {
  max-width: 190px;
  margin: 0 0 27px;
  letter-spacing: 1px; }

.donate-box .btn {
  min-width: 178px;
  padding: 11px 40px 13px 16px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: left; }

.donate-box .btn .arrow-right {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -10px 0 0; }

/* newsletter-box */
.newsletter-box {
  width: 419px;
  padding: 46px 37px 60px;
  background: #e5edf3;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 24px; }

.newsletter-box h3 {
  margin: 0 0 13px;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 1.5px; }

.newsletter-box p {
  margin: 0 0 23px;
  letter-spacing: 1px; }

.newsletter-box .form-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0; }

.newsletter-box .sfFormBox {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.newsletter-box .sfTxtLbl {
  display: none; }

.newsletter-box .sfTxt {
  display: block;
  width: 100%;
  height: 44px;
  padding: 13px 11px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .7px;
  color: #666;
  -webkit-appearance: none; }

.newsletter-box .sfTxt::-moz-placeholder {
  color: #666;
  opacity: 1; }

.newsletter-box .sfTxt:-ms-input-placeholder {
  color: #666; }

.newsletter-box .sfTxt::-webkit-input-placeholder {
  color: #666; }

.newsletter-box .sfFormSubmit {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 11px; }

.newsletter-box .sfFormSubmit input[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0; }

.newsletter-box .btn {
  padding: 12px 15px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px; }

.newsletter-box .btn .arrow-right {
  margin: 0 0 0 12px; }

/* members-section */
.members-section .thumbnail-block.type2 p {
  margin-bottom: 48px; }

.faculties-block {
  padding: 90px 0 0; }

.faculties-block h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 26px; }

.faculties-block p {
  margin: 0 0 37px; }

.faculties-block .add-info-list.type2 li {
  padding-bottom: 30px; }

.upcoming-events-block {
  padding: 91px 0 98px;
  /*background: url(/ResourcePackages/Rcpsych/assets/src/project/images/img09.svg) no-repeat 100% -115px;*/
  background-size: 440px 521px; }

.upcoming-events-block .resources-list {
  padding-bottom: 82px; }

.resources-list .publications-box {
  font-size: 18px;
  line-height: 27px; }

.resources-list .publications-box h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: -6px 0 27px; }

.resources-list .publications-box p {
  margin: 0 0 22px; }

.upcoming-events-block .heading-block {
  margin-bottom: 45px; }

.upcoming-events-block .news-box .bottom .btn-share {
  color: #00528c; }

.upcoming-events-block .hidden-heading {
  color: #00528c;
  margin: 0 0 42px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700; }

.upcoming-events-block .hidden-heading > span {
  display: inline-block;
  vertical-align: top;
  position: relative; }

.upcoming-events-block .hidden-heading > span:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 100%;
  background: #00528c;
  width: 9999px;
  height: 2px;
  margin: 0 0 0 23px; }

/* divisions */
.divisions-section {
  position: relative;
  z-index: 15; }

.divisions-section .container {
  padding-bottom: 28px; }

.divisions-section .heading {
  padding-bottom: 45px; }

.divisions-section .divisions-holder {
  position: relative;
  padding-left: 496px;
  min-height: 600px; }

.divisions-section .text-block {
  padding: 0 0 38px; }

.divisions-section .text-block h2 {
  color: #00528c;
  margin: 0 0 22px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -1px; }

.divisions-section .text-block p {
  margin: 0; }

.divisions-section .tabs-section {
  position: static; }

.divisions-map {
  width: 612px;
  height: 774px;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  margin: 6px 0 0 -215px; }

.divisions-map:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 0;
  background: #004a8a;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3); }

.divisions-map .divisions-map-holder {
  position: absolute;
  z-index: 20;
  top: 40px;
  bottom: 40px;
  left: 50px;
  right: 50px;
  overflow: hidden; }

.divisions-map .divisions-map-holder img {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.divisions-tabs {
  position: relative; }

.divisions-tabs .tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative; }

.divisions-tabs .tabs-nav:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #aaa; }

.divisions-tabs .tabs-nav > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  padding: 0;
  cursor: pointer; }

.divisions-tabs .tabs-nav > li:before {
  display: none; }

.divisions-tabs .tabs-nav > li > a,
.divisions-tabs .tabs-nav > li > div {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px 5px;
  position: relative;
  color: #999;
  text-decoration: none;
  border: solid 1px transparent;
  cursor: pointer; }

.divisions-tabs .tabs-nav > li > a:hover,
.divisions-tabs .tabs-nav > li > div:hover {
  text-decoration: none;
  color: #00528c;
  background: none; }

.divisions-tabs .tabs-nav > li.active > a,
.divisions-tabs .tabs-nav > li.active > a:hover,
.divisions-tabs .tabs-nav > li.active > a:focus,
.divisions-tabs .tabs-nav > li.active > div,
.divisions-tabs .tabs-nav > li.active > div:hover,
.divisions-tabs .tabs-nav > li.active > div:focus {
  color: #00528c;
  border-color: #aaa #aaa #fff;
  background: none; }

.divisions-tabs .tab-content {
  position: relative; }

.divisions-tabs .tab-pane {
  padding: 58px 0 0; }

.divisions-tabs .links-cols {
  position: relative; }

.divisions-tabs .links-group > li {
  padding: 0 0 26px; }

.international-divisions {
  position: relative;
  z-index: 5;
  background: #e5edf3; }

.international-divisions .right-vertical-heading {
  margin: 81px 125px 0 0; }

.international-divisions .container {
  padding-top: 104px;
  padding-bottom: 100px; }

.international-divisions .container > .row > div[class^="col-"]:nth-child(1) {
  width: 58.7%; }

.international-divisions .container > .row > div[class^="col-"]:nth-child(2) {
  width: 41.3%; }

.international-divisions h2 {
  color: #00528c;
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -1px; }

.international-divisions p {
  margin: 0 0 26px; }

.international-divisions p:last-child {
  margin-bottom: 0; }

.international-divisions .links-cols {
  border-bottom: solid 2px #00528c;
  margin: 0 0 37px;
  padding: 0 0 25px; }

.international-divisions .links-group > li {
  padding-bottom: 30px; }

.inform-box {
  background: #fff;
  color: #666;
  font-size: 18px;
  line-height: 27px;
  padding: 36px 40px 40px; }

.international-divisions .inform-box {
  margin: 92px 0 0;
  max-width: 376px; }

.thumbnail-boxes-holder .inform-box {
  margin: 370px 0 0; }

.inform-box .block {
  padding: 0 0 20px;
  min-height: 290px; }

.inform-box h3 {
  color: #00528c;
  margin: 0 0 19px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700; }

.inform-box p {
  margin: 0; }

/* end divisions */
/* examination */
.examinations-section {
  position: relative; }

.examinations-section .container {
  padding-bottom: 54px; }

.examinations-section .heading {
  padding-bottom: 48px; }

.welcome-block {
  padding: 0 0 62px; }

.welcome-block p {
  margin: 0; }

.examinations-section .text-block {
  padding: 0 0 32px; }

.info-block h2,
.examinations-section h2,
aside .info-block h2 {
  color: #00528c;
  margin: 0 0 28px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700; }

.info-block h2, aside .info-block h2 {
  color: #fff; }

.examinations-section .text-block p {
  margin: 0; }

.examinations-accordion .panel:last-child {
  border-bottom: 0; }

.examinations-accordion .panel-title a {
  color: #666;
  padding-top: 26px;
  padding-bottom: 27px; }

.examinations-accordion .panel-body {
  padding: 15px 0 40px; }

.examinations-boxes {
  position: relative;
  padding: 0 0 17px; }

.examinations-boxes:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: -7px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #eaeaea; }

.examinations-boxes > .row {
  margin-left: -60px;
  margin-right: -60px; }

.examinations-boxes > .row > div[class^="col-"] {
  padding-left: 60px;
  padding-right: 60px; }

.examinations-boxes h3 {
  color: #00528c;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700; }

.examinations-boxes .date {
  display: block;
  color: #00528c;
  padding: 0 0 22px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal; }

.examinations-details {
  list-style: none;
  margin: 0;
  padding: 0; }

.examinations-details > li {
  color: #666;
  font-size: 18px;
  line-height: 22px; }

.examinations-details > li + li {
  padding-top: 25px; }

.examinations-details h4 {
  color: #444;
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal; }

.examinations-details p {
  margin: 0;
  letter-spacing: 0.4px; }

.reserve-info {
  max-width: 377px;
  margin-left: auto;
  padding: 11px 0 0; }

.reserve-info h3 {
  color: #00528c;
  margin: 0 0 53px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700; }

.reserve-info .btn-box {
  padding: 0 0 44px; }

.reserve-info .btn-box .btn {
  display: block;
  min-width: 1px;
  padding: 23px 50px 23px 30px;
  text-align: left;
  letter-spacing: 0.7px; }

.reserve-info .btn-box .btn .arrow-right {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 24px 13px 0 0; }

.reserve-contacts-box {
  background: #e5edf3;
  padding: 25px 29px 26px;
  color: #666;
  font-size: 16px;
  line-height: 24px; }

.reserve-contacts-box .info-list {
  padding: 0; }

.info-block h3,
.reserve-contacts-box h3 {
  color: #00528c;
  margin: 0 0 19px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.reserve-contacts-box h4 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  font-style: normal; }

.info-block h3, #main aside .info-block a, .info-block a {
  color: #fff; }

.reserve-contacts-box p {
  margin: 0 0 17px; }

.contacts-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.contacts-list > li {
  color: #666;
  font-size: 16px;
  line-height: 24px; }

.contacts-list > li + li {
  padding-top: 24px; }

.contacts-list h4 {
  color: #888;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal; }

.contacts-list p {
  margin: 0; }

.contacts-list p a {
  text-decoration: none;
  color: #666; }

.contacts-list p a:hover {
  text-decoration: none;
  color: #00528c; }

.inform-section {
  position: relative;
  /*background: #e5edf3;*/ }

.inform-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 99px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e5edf3; }

.inform-section .container {
  padding-top: 192px;
  padding-bottom: 81px; }

.inform-section .thumbnail-block {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 0px 0 0; }

.thumbnail-block.color-turquoise figcaption {
  background: #066d8e; }

.inform-section .thumbnail-block .img {
  padding-bottom: 126.9%; }

.inform-section .thumbnail-block h3 {
  margin-bottom: 12px; }

.inform-section .thumbnail-block p {
  margin-bottom: 19px; }

.inform-section .holder {
  max-width: 744px; }

.inform-section h2 {
  color: #00528c;
  margin: 0 0 49px;
  position: relative;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1px; }

.inform-section h2:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 100%;
  width: 9999px;
  height: 2px;
  margin: 3px 38px 0 0;
  background: #00528c; }

.inform-section .holder h2 {
  margin-bottom: 15px; }

.inform-section h2::before {
  display: none; }

.aditional-info {
  list-style: none;
  margin: 0 -25px;
  padding: 0;
  font-size: 0;
  line-height: 0; }

.aditional-info > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 25px 50px;
  color: #666;
  font-size: 18px;
  line-height: 22px; }

.aditional-info h3 {
  color: #00528c;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin: 0 0 10px; }

.aditional-info h3 a {
  display: block;
  text-decoration: none;
  color: inherit; }

.aditional-info h3 a:hover {
  text-decoration: none;
  color: inherit; }

.aditional-info h3 a .arrow-right {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: solid 2px #00528c;
  border-radius: 100%;
  margin: 5px -50px -5px 10px;
  transition: all .3s;
  position: relative;
  opacity: 0.3; }

.aditional-info h3 a:hover .arrow-right {
  opacity: 1; }

.aditional-info h3 a .arrow-right:before {
  content: '\f105';
  font: 16px/18px 'FontAwesome';
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -2px; }

.aditional-info p {
  margin: 0; }

/* end examination */
.white-content-section img {
  -webkit-box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.2);
  max-width: 100%; }

.background-illustration {
  position: relative; }

.divider {
  display: block;
  width: 100%; }

.divider.height-10 {
  height: 10px; }

.divider.height-15 {
  height: 15px; }

.divider.height-20 {
  height: 20px; }

.divider.height-25 {
  height: 25px; }

.divider.height-30 {
  height: 30px; }

.divider.height-35 {
  height: 35px; }

.divider.height-40 {
  height: 40px; }

.divider.height-50 {
  height: 50px; }

.divider.height-60 {
  height: 60px; }

.divider.height-70 {
  height: 70px; }

.divider.height-80 {
  height: 80px; }

.divider.height-100 {
  height: 100px; }

aside .thumbnail-box figcaption {
  padding: 17px 45px 17px 30px;
  position: relative; }

aside .thumbnail-box figcaption h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.7px;
  color: #444; }

aside .thumbnail-box figcaption p {
  color: #666;
  line-height: 27px; }

aside .thumbnail-box .arrow-right {
  display: inline-block !important; }

aside .widget-link .resource-box,
aside .thumbnail-box {
  margin-bottom: 40px; }

/*------ small widget -------*/
.small-widget .button-link {
  font-size: 16px;
  margin-top: 15px; }

/*-------end ----------*/
.img-bordered {
  border: #ccc solid 1px; }

/*.team-area .img-bordered { padding:20px 20px 0 20px; }*/
/*----- popup ----------*/
.modal-open #wrapper,
.mm-slideout {
  z-index: auto; }

#instructionsModal, #gradeModal, .bootstrap-popup-item.modal {
  position: fixed;
  z-index: 1050;
  max-width: 100%;
  width: auto;
  background: none; }

.popup-item.position-2 .modal-dialog {
  position: fixed;
  left: 30px;
  bottom: 30px;
  margin: 0;
  width: auto; }

.popup-item.position-3 .modal-dialog {
  position: fixed;
  right: 30px;
  bottom: 30px;
  margin: 0;
  width: auto; }

.popup-item.position-1 .modal-dialog .modal-body,
.popup-item.position-3 .modal-dialog .modal-body,
.popup-item.position-2 .modal-dialog .modal-body {
  padding: 0;
  border: none; }

.popup-item.position-1 .modal-dialog {
  width: auto; }

.position-1.lightbox {
  display: block; }

.position-1 .video-block {
  width: 50%;
  box-shadow: none; }

.position-1.lightbox figure .img {
  width: 100%;
  background-size: cover;
  padding: 0;
  display: block;
  height: 100%; }

/*==== donate form =========*/
.donation-amount-form {
  max-width: 500px;
  padding: 0 0 10px 0; }

.donation-amount-form .btn-primary {
  background: #ccdae5;
  border-color: #ccdae5;
  color: #444;
  padding: 20px 35px;
  margin-right: 20px; }

.donation-amount-form .selected .btn-primary,
.donation-amount-form .btn-primary.selected {
  background: #f5a623;
  border-color: #f5a623; }

.donation-amount-form ul {
  margin: 25px 0;
  width: 100%;
  display: table;
  padding: 0; }

.donation-amount-form ul li {
  display: table-cell;
  /*border-right:20px solid #fff;*/
  vertical-align: top; }

.donation-amount-form ul li a {
  display: block; }

/*===== end donate form =====*/
.magenta-section {
  background: #5a116a;
  color: #fff;
  padding: 70px 0; }

.magenta-section h1,
.magenta-section h5,
.magenta-section p,
.magenta-section .intro-text,
.magenta-section .button-link {
  color: #fff; }

.magenta-section .heading h1:before {
  background: #fff; }

.magenta-section .aside {
  padding-top: 0; }

.magenta-section .col-lg-9.col-sm-8 {
  max-width: 58.33333333%; }

.magenta-section .col-lg-3.col-sm-4 {
  min-width: 33.33333333%;
  float: right; }

.magenta-section .button-link {
  text-decoration: none; }

.article-section {
  background: #fff; }

.article-section .container {
  padding-bottom: 101px; }

.article-section .heading {
  padding-bottom: 33px; }

.article-section .heading h1 {
  font-size: 60px;
  line-height: 80px;
  letter-spacing: 0; }

.article-section .heading h1:before {
  top: 0;
  margin: 33px 36px 0 0; }

.two-columns {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.two-columns .side-column {
  max-width: 514px;
  -webkit-flex: 0 0 514px;
  -ms-flex: 0 0 514px;
  flex: 0 0 514px; }

.two-columns .main-column {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 95px; }

.article-section .image {
  position: relative;
  overflow: hidden;
  box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.25); }

.article-section .image img {
  display: block;
  width: 100%;
  max-width: 100%; }

.article-section .img {
  margin-bottom: 20px; }

.article-section .img img {
  max-width: 100%; }

.article-section .article-tools {
  margin-bottom: 49px; }

.article-section .lead {
  display: block;
  padding: 0 0 6px;
  color: #00528c;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.3px; }

.article-section p {
  margin: 0 0 27px; }

.authors-list {
  list-style: none;
  margin: 0;
  padding: 0 0 59px; }

.authors-list li {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600; }

.contacts-box {
  border: solid 1px #979797;
  padding: 37px 39px 35px; }

.contacts-box h3 {
  color: #00528c;
  margin: 0 0 17px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500; }

.contacts-box ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.contacts-box ul li {
  font-size: 17px;
  line-height: 27px; }

.contacts-box ul a {
  /*text-decoration: none;
	color: inherit;*/
  white-space: nowrap; }

.contacts-box ul a:hover {
  text-decoration: none;
  color: #00528c; }

.related-section {
  background: #e5edf3; }

.related-section .container {
  padding-top: 95px;
  padding-bottom: 102px; }

.related-section h2 {
  color: #00528c;
  margin: 0 0 48px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 0.5px; }

.related-section h2 > span {
  display: inline-block;
  vertical-align: top;
  position: relative; }

.related-section h2 > span:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 100%;
  background: #00528c;
  width: 9999px;
  height: 2px;
  margin: 0 0 0 38px; }

.items-carousel {
  position: relative;
  margin: 0 -10px;
  font-size: 0;
  line-height: 0; }

.items-carousel .slide {
  padding: 0 10px; }

.items-carousel .slick-slide:focus {
  outline: none; }

.items-carousel .info-box {
  background: #fff;
  padding: 38px 30px 28px 42px;
  border: 0; }

.items-carousel .info-box:hover {
  background: #5a116a; }

.content .pagination > li {
  padding: 0; }

.bg-blue {
  background: #00528c; }

.bg-blue a {
  color: #fff; }

.bg-brown {
  background: #6a112f; }

.bg-purple {
  background: #5a116a; }

.bg-turquoise {
  background: #066d8e; }

.bg-yellow {
  background: #f5a623;
  color: #444 !important; }

.intro-section .thumbnail-boxes-holder.pd-search {
  padding: 0;
  background: none; }

.intro-section .thumbnail-boxes-holder.pd-search .container {
  padding: 0;
  width: auto; }

.intro-section .thumbnail-boxes-holder.pd-search .container .row,
.intro-section .thumbnail-boxes-holder.pd-search .container [class*="col-"] {
  width: auto;
  padding: 0;
  margin: 0; }

.intro-section .thumbnail-boxes-holder.pd-search .search-block {
  padding: 27px 38px 40px; }

.intro-section .thumbnail-boxes-holder.pd-search .search-block .side-heading {
  left: 50%;
  margin-top: 0; }

.thumbnail-boxes-holder .thumbnail-box {
  line-height: 28px; }

.problem-list {
  margin-bottom: 50px; }

.problem-list .item {
  padding: 25px 0;
  border-bottom: 2px solid #ccc; }

.problem-list .item:first-child {
  border-top: 2px solid #ccc; }

.problem-list .item h5,
.problem-list .item h5 a {
  font-size: 24px;
  line-height: 26px;
  color: #00528c; }

.sfError {
  color: red;
  font-size: 80%; }

.linked-text-box {
  position: relative; }

.whole-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-indent: -9999px; }

.parents-young-people,
.parents-young-people .divisions-tabs {
  padding: 60px 0 0 0; }

.parents-young-people .divisions-tabs .tabs-nav > li {
  font-size: 36px;
  line-height: 44px; }

.parents-young-people .divisions-tabs .tabs-nav > li > a {
  padding: 26px 5px; }

.parents-young-people .tab-text {
  padding-bottom: 20px; }

.parents-young-people .problem-list h5 {
  margin-bottom: 0; }

.bg-turquoise .thumbnail-boxes-section h2 {
  color: #fff; }

.bg-turquoise .thumbnail-boxes-section header h2:after {
  background: #fff; }

.bg-turquoise .thumbnail-boxes-section .thumbnail-box.color-turquoise {
  background: #368aa4; }

.congress-faq-section {
  padding: 68px 0 58px 0; }

.congress-faq-section .heading {
  padding: 0 0 5px 0; }

.congress-faq-section::before {
  position: absolute;
  bottom: -52px;
  margin-left: -1264px;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/bg-upcoming-event.png) no-repeat 0% 0%;
  background-size: 100% 100%;
  z-index: -1; }

.congress-landing .intro-section {
  padding-top: 0;
  background: #e5ecf2; }

.congress-landing .intro-section .heading {
  display: none; }

.congress-landing .intro-section .thumbnail-block {
  margin-top: 0; }

.congress-landing .intro-section .thumbnail-boxes-holder.pd-search .search-block {
  padding: 87px 38px 40px 0; }

.congress-landing .thumbnail-boxes-holder {
  background: #fff;
  margin-top: -100px;
  position: relative;
  padding-bottom: 0; }

.congress-landing .intro-section .thumbnail-boxes-holder {
  margin-top: 0;
  background: none; }

.congress-landing .faculties-block {
  padding-top: 10px; }

.congress-landing .thumbnail-boxes-holder:before {
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: 365px;
  background: url(/ResourcePackages/Rcpsych/assets/src/project/images/bg-upcoming-event.png) no-repeat;
  background-size: 100% 100%;
  width: 775px;
  height: 632px;
  z-index: 0; }

.congress-landing .intro-section .thumbnail-boxes-holder:before {
  display: none; }

.share-popover-content {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -96px;
  padding: 15px 15px 6px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.news-item .share-popover-content {
  left: auto;
  right: 0; }

.share-popover-content .social {
  padding: 0; }

.share-popover-content .social li {
  padding-left: 15px;
  margin-bottom: 0; }

.share-popover-content .social li a {
  color: #fff; }

/*  ---------- RTL ------------*/
.rtl p {
  text-align: right; }

.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5 {
  text-align: right; }

.content .rtl ul li, .rtl .content ul li,
.content .rtl ol li, .rtl .content ol li {
  padding: 0 30px 9px 0; }

.content .rtl ul li::before, .rtl .content ul li::before,
.content .rtl ol li::before, .rtl .content ol li::before {
  left: auto;
  right: 0; }

.rtl .heading h1::before {
  margin: 4px 0 0 36px;
  right: auto;
  left: 100%; }

.health-leaflet-area .intro-text {
  color: #666;
  font-weight: 600;
  margin-bottom: 0; }

.blog-area.health-leaflet-area h1 {
  margin-bottom: 0; }

.health-leaflet-area .sfTxtLbl.intro-text {
  padding: 0 15px; }

.health-leaflet-area .sfTxt {
  width: 60px;
  padding: 2px 7px;
  font-size: 16px;
  background: none;
  border: 1px solid #ccc;
  float: left;
  border-left: none;
  border-right: none; }

.health-leaflet-area .sfBtn {
  float: left;
  font-size: 16px;
  background: none;
  border: 1px solid #ccc;
  padding: 2px 0;
  width: 30px; }

.health-leaflet-slider {
  -webkit-box-shadow: 10px 10px 15px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 10px 10px 15px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 10px 10px 15px 0 rgba(50, 50, 50, 0.2); }

.health-leaflet-slider .slide {
  width: 270px;
  height: 370px;
  line-height: 370px;
  text-align: center;
  float: left;
  background: #f7f7f7; }

.health-leaflet-slider .slide img,
.health-leaflet-slider-nav img {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
  line-height: 1; }

.health-leaflet-slider-nav {
  margin: 0 -10px 40px -10px;
  position: relative; }

.health-leaflet-slider-nav .slick-slide {
  padding: 10px;
  margin: 20px 10px 10px 10px;
  background: #f7f7f7;
  line-height: 80px; }

.health-leaflet-slider-nav .slick-prev,
.health-leaflet-slider-nav .slick-next,
.health-leaflet-slider .slick-prev,
.health-leaflet-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #00528c;
  border-radius: 20px;
  z-index: 1; }

.health-leaflet-slider-nav .slick-prev,
.health-leaflet-slider .slick-prev {
  left: 0; }

.health-leaflet-slider-nav .slick-prev:before,
.health-leaflet-slider .slick-prev:before {
  content: "\f104";
  display: block;
  font: 17px/19px FontAwesome;
  color: #fff; }

.health-leaflet-slider-nav .slick-next,
.health-leaflet-slider .slick-next {
  right: 0; }

.health-leaflet-slider-nav .slick-next:before,
.health-leaflet-slider .slick-next:before {
  content: "\f105";
  display: block;
  font: 17px/19px FontAwesome;
  color: #fff; }

.sfFieldWrap.donate-amount-box {
  border: 1px solid #666;
  position: relative;
  font-weight: bold;
  margin: 0 20px 5px 0;
  padding-bottom: 0; }

.donate-amount-box input {
  border: none;
  display: block;
  vertical-align: top;
  width: 100%;
  padding: 15px 20px 15px 65px; }

.donate-amount-box .pound-label {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-bottom: 0;
  left: 35px;
  font-weight: bold;
  color: #444; }

.donate-gift-aid-content {
  padding-bottom: 15px; }

.sfTxtLbl {
  display: block; }

.sfTxt {
  padding: 5px 15px;
  width: 100%; }

.sfFieldWrap {
  padding-bottom: 10px; }

.selectedemail > a,
.selectedemail + td > span {
  color: red; }

#footer #__ba_panel,
#footer #__ba_panel._launchpad {
  position: absolute !important;
  z-index: 999;
  left: 7px !important;
  top: 14px !important; }

ul.sf-autocomplete {
  z-index: 9999; }

ul.sf-autocomplete > li {
  padding: 0 10px; }

.mm-tabstart, .mm-tabend {
  display: none; }

.blog-boxes-section .heading .view-all-show h1 {
  padding-right: 130px; }

.resp-img .sfImage, .resp-img img {
  max-width: 100%; }

.popup-survey-form {
  padding: 5px 15px 15px 15px; }

.sf-FormNav li::before {
  display: none; }

.sf-FormNav li {
  padding-left: 0 !important;
  max-width: 24%;
  vertical-align: top; }

.sf-FormNav li.active {
  color: #00528c; }

.sf-FormNav .active .sf-FormNav-page {
  color: #00528c;
  border-color: #00528c; }

.sf-FormNav li .sf-FormNav-page {
  float: left; }

.modal-lg .content {
  max-width: 100%; }

.sub-question {
  display: none; }

.sf-form-button {
  overflow: hidden; }

.sf-form-button > button {
  float: right; }

.sf-form-button > a {
  float: left;
  text-decoration: none !important; }

.fontsize18 {
  font-size: 18px;
  line-height: 1.35; }

.fontsize20 {
  font-size: 20px;
  line-height: 1.35; }

.fontsize22 {
  font-size: 22px;
  line-height: 1.35; }

.fontsize24 {
  font-size: 24px;
  line-height: 1.35; }

.fontsize30 {
  font-size: 30px;
  line-height: 1.2; }

.image-right {
  float: right;
  margin: 0 0 15px 20px;
  min-width: 200px;
  max-width: 50%; }

.image-left {
  float: left;
  margin: 0 20px 15px 0;
  min-width: 200px;
  max-width: 50%; }

.image-caption {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px; }

@media only screen and (max-width: 1599px) {
  .main-slider-block-home .main-slider-block {
    height: auto; }
  /* side-heading */
  .side-heading {
    margin-left: 645px; }
  .side-heading.left {
    margin-left: -645px; }
  /* search-block */
  .intro-section .search-block .side-heading {
    margin-left: 402px; }
  /* examination */
  .inform-section .holder {
    max-width: 640px; }
  /* end examination */
  .thumbnail-block.type2 p {
    margin-bottom: 28px; }
  /*.thumbnail-block figcaption > a,*/
  .thumbnail-block figcaption > div {
    padding: 20px; }
  .thumbnail-block figcaption {
    width: auto;
    /*left:28%;*/ }
  .health-section .thumbnail-block {
    margin-left: 0;
    width: auto; }
  .health-section .thumbnail-block figcaption {
    position: static; }
  .intro-section .thumbnail-block {
    margin-left: 0;
    width: auto; }
  .intro-section .thumbnail-block.type2 .img {
    padding-bottom: 156%; } }

@media only screen and (max-width: 1499px) {
  /* depression */
  .vertical-heading {
    margin-left: -60px; }
  /* end depression */
  /* core */
  .resources-area .vertical-heading {
    margin-left: 15px; }
  .right-vertical-heading {
    margin-right: 60px; }
  /* end core */
  .main-slider-block .head h2 {
    font-size: 70px;
    line-height: 60px; }
  .main-slider-block .head h3 {
    font-size: 60px; }
  .main-slider-block .main-slider {
    width: 500px; }
  .main-slider-block .main-slider::before {
    left: 500px; }
  .main-slider .slick-arrow,
  .slick-play-pause {
    left: 524px; }
  .main-slider-block-inner .slick-arrow {
    left: 400px; }
  /* divisions */
  .international-divisions .right-vertical-heading {
    margin-right: 60px; }
  .divisions-map {
    margin-left: 0;
    width: 450px; }
  .divisions-map .divisions-map-holder {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px; }
  /* end divisions */ }

@media only screen and (max-width: 1399px) {
  /* health-section */
  .health-accordion.row {
    margin-right: -25px; }
  /* side-heading */
  .side-heading {
    display: none; }
  /* examination */
  .inform-section .thumbnail-block {
    width: 530px; }
  /* end examination */
  #footer, #footer .bottom {
    position: relative; }
  #footer #__ba_panel._launchpad {
    left: 30px !important;
    top: auto !important;
    bottom: 110% !important; } }

@media only screen and (max-width: 1299px) {
  /* depression */
  .vertical-heading {
    display: none; }
  /* end depression */
  /* core */
  .resources-area .side-image {
    margin-left: 30px; }
  /* end core */
  .ask-question-section {
    overflow: hidden;
    border: none; }
  #header .top-links {
    position: relative; }
  a.skip-navigation:active, a.skip-navigation:focus, a.skip-navigation:hover {
    position: absolute;
    left: 29px;
    top: 60px; } }

@media only screen and (max-width: 1239px) {
  /* article-page */
  .article-section .heading h1 {
    font-size: 44px;
    line-height: 60px; }
  .two-columns .side-column {
    max-width: 300px;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px; }
  .two-columns .main-column {
    padding-right: 20px; }
  .items-carousel .info-box {
    padding: 30px 20px; }
  /* end article-page */ }

@media only screen and (max-width: 1239px) and (min-width: 992px) {
  /* thumbnail-box */
  .thumbnail-box figcaption {
    padding: 29px 20px; } }

@media only screen and (max-width: 1239px) {
  /* header */
  .breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px; }
  #header .top-links {
    padding-right: 10px; }
  #header .top-links > li + li,
  .search-opened #header .top-links > li + li {
    padding-left: 5px; }
  .logged-item {
    padding-left: 10px;
    padding-right: 10px; }
  .content-dropdown-opener {
    padding-left: 15px;
    padding-right: 35px; }
  .content-dropdown-opener .arrow-down {
    margin-right: 10px; }
  #header .btn-sm {
    padding-left: 10px;
    padding-right: 10px; }
  .search-box {
    min-width: 30px; }
  .search-box .search-form {
    position: absolute;
    top: 0;
    right: 0; }
  #main-nav > ul > li {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0; }
  #main-nav > ul > li > a {
    padding: 6px 15px 8px;
    margin-bottom: 0; }
  #main-nav .mega-dropdown .nav-block {
    max-width: 260px; }
  #main-nav .mega-dropdown .nav-holder {
    padding: 25px 0;
    min-height: 630px; }
  #main-nav .mega-dropdown .nav-block h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px; }
  #main-nav .mega-dropdown .nav-list > li {
    font-size: 16px;
    line-height: 20px; }
  #main-nav .mega-dropdown .nav-list > li > a {
    padding-top: 12px;
    padding-bottom: 12px; }
  #main-nav .mega-dropdown .nav-list > li > a:hover,
  #main-nav .mega-dropdown .nav-list > li.active > a {
    padding-left: 10px; }
  #main-nav .mega-dropdown .nav-list a:not(.btn) .arrow-right {
    margin: 1px 0 -4px 7px; }
  #main-nav .mega-dropdown .dropdown-area {
    padding: 25px 0 20px 20px;
    width: 700px;
    height: 630px; }
  #main-nav .mega-dropdown .dropdown-area > h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px; }
  #main-nav .mega-dropdown .dropdown-links li {
    font-size: 14px;
    line-height: 18px;
    padding: 0; }
  #main-nav .mega-dropdown .dropdown-links a {
    padding-top: 6px;
    padding-bottom: 6px; }
  #main-nav .mega-dropdown .dropdown-links a:not(.btn) .arrow-right {
    margin: -10px 30px 0 0; }
  #main-nav .mega-dropdown .dropdown-links a:hover .arrow-right,
  #main-nav .mega-dropdown .dropdown-links .active > a .arrow-right {
    margin-right: 9px; }
  .info-widget .widget-body {
    padding: 25px 15px; }
  .info-widget .img {
    margin-bottom: 20px; }
  .info-links > li {
    font-size: 15px;
    line-height: 24px; }
  /* end header */
  /* footer */
  #footer .top .container > .row > div[class^="col-"]:nth-child(1),
  #footer .top .container > .row > div[class^="col-"]:nth-child(2) {
    width: 50%; }
  #footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(1) {
    width: 41%; }
  #footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(2),
  #footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(3) {
    width: 29.5%; }
  .location-box {
    padding-right: 230px; }
  .location-box .img {
    width: 230px; }
  #footer .footer-nav ul > li {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0; }
  #footer .footer-links ul > li {
    letter-spacing: 0; }
  #footer .social {
    padding-right: 0; }
  /* end footer */
  /* generic */
  .heading h1 {
    font-size: 70px;
    line-height: 74px; }
  .heading .btn-subscribe {
    margin-top: 7px; }
  /* end generic */
  /* depression */
  .article-area > .row > div[class^="col-"]:nth-child(1) {
    width: 69%; }
  .article-area > .row > div[class^="col-"]:nth-child(2) {
    width: 31%; }
  /* end depression */
  /* core */
  .intro-area .heading h1 {
    font-size: 60px;
    line-height: 64px; }
  .resources-area .side-image {
    width: 400px;
    margin-top: -140px; }
  .news-box.type2 {
    padding-left: 15px;
    padding-right: 15px; }
  /* end core */
  /* search-block */
  .search-block h2 {
    font-size: 34px;
    line-height: 38px; }
  .search-block .col {
    width: 100%; }
  .search-block .sfFormBox {
    margin: 0 0 12px; }
  .search-block .sfFormSubmit {
    width: auto; }
  /* faq-section */
  .btn-open-faq {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .question-section {
    left: 0;
    top: 100%;
    margin: -5px 0 0; }
  .faq-opened .question-section {
    top: 0; }
  .question-section h2 {
    font-size: 34px;
    line-height: 38px; }
  /* add-info-list */
  .add-info-list ul,
  .add-info-list.type2 ul {
    font-size: 20px;
    line-height: 24px; }
  .add-info-list a:after {
    margin: 2px 0 0 14px; }
  .add-info-list.type2 li:nth-child(n) {
    width: 50%; }
  .add-info-list.type2 a:after {
    margin: 3px 0 0 9px; }
  /* training-video */
  .training-video h2 {
    margin: 218px -140px 0 0;
    font-size: 54px;
    line-height: 58px; }
  .button-link {
    font-size: 18px;
    line-height: 22px; }
  /* thumbnail-boxes-section */
  .thumbnail-boxes-section header h2 {
    font-size: 34px;
    line-height: 38px; }
  .thumbnail-boxes-section header h2:after {
    margin-top: 21px; }
  .thumbnail-box {
    font-size: 16px;
    line-height: 21px; }
  .thumbnail-box p {
    margin-right: 0; }
  .heading ~ div h3,
  .thumbnail-box h3 {
    font-size: 22px;
    line-height: 26px; }
  /* banner */
  .banner .container-fluid {
    padding: 0 60px; }
  .banner .logo {
    margin: 0 23px 0 0; }
  .banner h2 {
    font-size: 54px; }
  /* heading-block */
  .heading-block h2 {
    font-size: 34px;
    line-height: 38px; }
  .heading-block h2:before {
    top: 21px; }
  /* news-box */
  .news-box h3 {
    font-size: 22px;
    line-height: 26px; }
  .date-box {
    font-size: 16px;
    line-height: 22px; }
  .date-box .right {
    padding: 13px; }
  /* health-section */
  .health-section .heading-block {
    margin: 0 0 60px; }
  .health-accordion.row {
    margin: 0 -10px; }
  .health-accordion [class*="col-"] {
    padding: 0 10px 60px; }
  .health-section .thumbnail-block {
    margin: 0 0 -285px 0px; }
  .health-section .thumbnail-block figcaption {
    position: static; }
  .health-accordion h3 {
    font-size: 22px;
    line-height: 26px; }
  /* thumbnail-block */
  .thumbnail-block {
    width: 500px; }
  .health-section .thumbnail-block {
    width: auto; }
  .thumbnail-block h3 {
    font-size: 22px;
    line-height: 26px; }
  /* health-gallery-section */
  .health-gallery {
    margin: 0 -10px; }
  .health-gallery .slick-slide {
    width: 400px;
    padding: 0 10px; }
  .health-gallery .slick-list {
    margin-right: -200px; }
  .health-box .img {
    margin: 7px 20px 0 0; }
  .health-box h3 {
    font-size: 22px;
    line-height: 26px; }
  /* social-section */
  .social-gallery {
    margin: 0 -10px; }
  .social-gallery .slick-list {
    margin-right: -200px; }
  .social-gallery .slick-slide {
    width: 400px;
    padding: 0 10px; }
  .social-gallery .slick-active + .slick-slide {
    opacity: .3;
    pointer-events: none; }
  .social-gallery .slick-play-pause {
    margin-left: -110px; }
  /* intro-section */
  .intro-section::before,
  .faq-section::before {
    margin-left: 200px; }
  .intro-section-content {
    min-height: 285px; }
  .intro-section .thumbnail-block {
    margin: 11px 0 -315px -160px; }
  .intro-section .thumbnail-block.type2 .img {
    padding-bottom: 206%; }
  .intro-section .lead {
    font-size: 20px;
    line-height: 30px; }
  /* thumbnail-boxes-holder */
  .thumbnail-boxes-holder blockquote {
    margin: 340px 0 0; }
  .thumbnail-boxes-holder blockquote q {
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 32px; }
  /* video-area */
  .video-area .lead {
    font-size: 20px;
    line-height: 30px; }
  .main-slider-block {
    margin-bottom: 0; }
  .main-slider-block .head {
    position: relative;
    z-index: 10;
    margin-right: 0px; }
  .main-slider-block .head h2 {
    font-size: 74px; }
  .main-slider-block .main-slider-holder {
    position: relative;
    top: auto;
    right: auto;
    width: 200%;
    float: left;
    margin: -73px 0 0;
    box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.3); }
  .main-slider-block .main-slider {
    width: 416px;
    float: none; }
  .main-slider-block .main-slider:before {
    left: 416px; }
  .main-slider .slick-arrow,
  .main-slider .slick-play-pause {
    left: 436px;
    bottom: 26px; }
  .main-slider-block-inner .slick-arrow {
    left: 400px; }
  .main-slider-block .book-box h3 {
    font-size: 30px; }
  .main-slider-block .book-box {
    margin: 50px 0 0; }
  .main-slider-block .book-box:after {
    display: block; }
  .main-slider-block .head .date {
    margin-bottom: 0; }
  .upcoming-event .head h2 {
    font-size: 50px;
    margin-right: 0;
    margin-left: -97px; }
  .sidebar {
    padding-right: 0; }
  .resources-block .filter-wrap {
    padding: 30px; }
  .results-holder {
    margin-bottom: 50px; }
  .shop-item .button-link {
    font-size: 14px;
    margin-top: 24px; }
  .videos-section {
    padding: 50px 0 20px 0; }
  .info-box {
    padding: 30px; }
  .gallery-item figcaption {
    padding: 15px; }
  .events-section .thumbnail-block {
    margin: 0 0 0 -160px; }
  .event-intro .top .social-wrap > span {
    margin-right: 10px; }
  .related-item {
    padding: 24px; }
  .faculties-block {
    padding: 50px 0 0; }
  /* divisions */
  .divisions-section .divisions-holder {
    padding-left: 400px; }
  .divisions-map {
    width: 371px;
    height: 570px; }
  .divisions-tabs .tabs-nav > li {
    font-size: 20px;
    line-height: 24px; }
  /* end divisions */
  /* examination */
  /*.inform-section .thumbnail-block{width: 430px;}*/
  .intro-section .thumbnail-block {
    margin-left: 0;
    width: auto; }
  .inform-section .holder {
    max-width: 500px; }
  .aditional-info {
    margin: 0 -15px; }
  .aditional-info > li {
    padding: 0 15px 20px; }
  /* end examination */
  #main.bg-type2::before,
  .background-illustration:before,
  .main-section:before {
    margin-left: 200px; }
  /*.person-box .photo {
        height: 327px;
    }*/
  .cta-box.info-block {
    max-width: 940px; } }

@media screen and (max-width: 1199px) {
  /* main-slider-block-home */
  .slick-play-pause {
    margin-left: -160px; }
  .main-slider-block-home .main-slider-block {
    padding-top: 43px; }
  .main-slider-block-home .main-slider-block .main-slider-holder {
    margin-top: -43px; }
  .main-slider-block .head h2 {
    font-size: 70px; }
  /* end main-slider-block-home */
  .thumbnail-box.image-left .img, .thumbnail-box.image-right .img {
    padding-bottom: 46.1%; }
  .thumbnail-box figure {
    min-height: 245px; }
  .news-slider .news-item .tags {
    position: static;
    margin-bottom: 15px;
    background: none;
    margin-left: 0;
    text-align: left; }
  .article-section div[data-sf-ec-immutable], .blog-area div[data-sf-ec-immutable] {
    width: auto !important;
    height: auto !important; } }

@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 21px; }
  /* headings */
  h1 {
    font-size: 60px;
    line-height: 64px; }
  h2 {
    font-size: 40px;
    line-height: 44px; }
  h3 {
    font-size: 35px;
    line-height: 39px; }
  h4 {
    font-size: 32px;
    line-height: 36px; }
  h5 {
    font-size: 20px;
    line-height: 24px; }
  h6 {
    font-size: 20px;
    line-height: 24px; }
  /* headings */
  /* buttons */
  .btn {
    padding: 12px 25px;
    font-size: 16px;
    line-height: 20px; }
  .btn-md {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 15px; }
  .btn-md-large {
    font-size: 14px;
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 13px; }
  .btn-sm {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 17px 20px; }
  .btn .arrow-right {
    margin: 0 5px 0 7px; }
  .btn-play-md {
    width: 48px;
    height: 48px;
    border-width: 5px;
    margin: -24px 0 0 -24px; }
  .btn-play-md:before {
    border-width: 9px 0 9px 16px;
    margin: -9px 0 0 -6px; }
  /* end buttons */
  /* info-bar */
  .info-bar {
    font-size: 14px;
    line-height: 18px; }
  .info-bar .container {
    padding-top: 10px;
    padding-bottom: 9px; }
  .info-bar p {
    padding: 11px 0; }
  .info-bar .btn {
    margin: 0 0 0 18px;
    letter-spacing: 0.4px; }
  /* end info-bar */
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    transform: none; }
  /* header */
  /*.mm-wrapper_opened #header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}*/
  #header > .container {
    min-height: 139px; }
  #header .logo {
    width: 120px;
    /*height: 100px;
		background-size: 85px 100px;*/
    margin: 19px 0 0 17px; }
  #header .top {
    padding: 0 0 39px 100px; }
  .logged-item {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.9px;
    padding: 17px 18px; }
  .content-dropdown-opener {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.8px;
    padding: 17px 48px 17px 19px; }
  .content-dropdown-opener .arrow-down {
    margin: 15px 20px 0 0;
    width: 15px;
    height: 15px; }
  .content-dropdown-opener .arrow-down:before {
    font-size: 13px;
    line-height: 15px;
    margin: -8px 0 0 -4px; }
  #header .top .btn {
    min-width: 24px; }
  .search-box {
    min-width: 1px; }
  .search-box .search-opener {
    display: none; }
  .search-form {
    padding: 5px 24px 5px 0; }
  .search-box .search-form {
    position: relative;
    top: auto;
    right: auto;
    width: 114px;
    opacity: 1; }
  .search-form .sfTxt {
    padding: 0 5px 0 19px; }
  .search-form .sfFormSubmit {
    margin: 12px 0 0; }
  #header .navbar {
    padding: 0 0 10px 100px; }
  #header .navbar #main-nav {
    display: none; }
  #header .btn-menu {
    display: inline-block;
    vertical-align: top;
    color: #666;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 10px 35px 10px 10px;
    position: relative; }
  #header .btn-menu:hover {
    text-decoration: none;
    color: #00528c; }
  #header .btn-menu .ico-menu {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 25px;
    margin: 10px 0 0; }
  #header .btn-menu .ico-menu span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    height: 2px;
    background: #666;
    transition: all .3s; }
  #header .btn-menu .ico-menu span + span {
    margin-top: 7px; }
  #header .btn-menu:hover .ico-menu span {
    background: #00528c; }
  .mm-wrapper_opening #wrapper > .info-bar {
    display: none; }
  .mm-menu_offcanvas {
    z-index: 100;
    display: block;
    max-width: none; }
  .mm-menu {
    top: 145px;
    width: 100%;
    background: #00528c;
    padding: 0;
    border: 0;
    transition: all .3s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .mm-wrapper_opening .mm-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .mm-menu:before {
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    background: -moz-linear-gradient(45deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(45deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(45deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%); }
  .mm-menu.mm-front {
    z-index: 1000; }
  .mm-panels {
    z-index: 20;
    background: none; }
  .mm-menu .mm-panel {
    transition: all .3s;
    opacity: 0;
    pointer-events: none; }
  .mm-menu .mm-panel,
  .mm-menu .mm-panel.mm-hasnavbar {
    padding: 76px 0 0; }
  .mm-menu .mm-panel.mm-panel_columns-0,
  .mm-menu .mm-panel.mm-panel_columns-0.mm-hasnavbar {
    padding-top: 81px; }
  .mm-menu .mm-panel.mm-current {
    opacity: 1; }
  .mm-menu .mm-panel:before {
    display: none; }
  .mm-menu .mm-panel_columns-0,
  .mm-menu .mm-panel_columns-1,
  .mm-menu .mm-panel_columns-2,
  .mm-menu .mm-panel_columns-3 {
    opacity: 1;
    pointer-events: all; }
  .mm-panel_columns-0 {
    max-width: 314px;
    min-width: 314px;
    background: rgba(255, 255, 255, 0.1); }
  .mm-menu_columns-1 {
    min-width: 314px;
    width: 100%;
    max-width: none; }
  [class*="mm-menu_columns-"] .mm-panels > .mm-panel_columns-1 {
    -webkit-transform: translate3d(77.5%, 0, 0);
    transform: translate3d(77.5%, 0, 0);
    width: 54%; }
  [class*="mm-panel_columns-"] {
    border: 0; }
  .mm-menu .mm-navbar {
    height: auto;
    position: relative;
    border: 0;
    padding: 0;
    margin: 0;
    top: auto;
    left: auto;
    text-align: left; }
  .mm-menu .mm-panel:nth-child(1) .mm-navbar {
    display: none !important; }
  .mm-navbar__title {
    display: none; }
  .mm-menu .mm-navbar .mm-btn_prev {
    transition: all .3s;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    margin: -43px 0 0 37px;
    padding: 5px 5px 5px 28px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: left;
    opacity: 0;
    pointer-events: none; }
  .mm-menu .mm-panel_columns-0 .mm-navbar .mm-btn_prev {
    opacity: 1;
    pointer-events: all; }
  .mm-menu .mm-navbar .mm-btn_prev:hover {
    text-decoration: none;
    color: #fff; }
  .mm-menu .mm-navbar .mm-btn_prev:before,
  .mm-menu .mm-navbar .mm-btn_prev:after {
    display: none; }
  .mm-menu .mm-navbar .mm-btn_prev .arrow-left {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: solid 2px #fff;
    border-radius: 100%;
    margin: 3px 0 0;
    transition: all .3s;
    opacity: 0.2; }
  .mm-menu .mm-navbar .mm-btn_prev:hover .arrow-left {
    opacity: 1; }
  .mm-menu .mm-navbar .mm-btn_prev .arrow-left:before {
    content: '\f104';
    font: 16px/18px 'FontAwesome';
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -4px;
    color: #fff; }
  .mm-listview {
    list-style: none;
    padding: 0 0 0 33px;
    float: none;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    border: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 1px;
    margin: 0; }
  .mm-menu .mm-listview {
    border: 0; }
  .mm-menu #mm-0.mm-panel .mm-listview {
    padding: 0 0 0 33px;
    margin: 0; }
  .mm-menu #mm-0.mm-panel .mm-listview:before {
    display: none; }
  .mm-menu > .mm-panel > .mm-listview,
  .mm-menu > .mm-panel > .mm-listview.mm-first {
    margin: 0; }
  .mm-menu > .mm-panel > .mm-listview.mm-last {
    padding: 0; }
  .mm-panels > .mm-panel > .mm-listview:first-child,
  .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin: 0; }
  .mm-listview > li {
    position: relative;
    padding: 0 0 2px; }
  .mm-listview > li:first-child {
    padding-top: 2px; }
  .mm-listview > li:not(.mm-divider):after {
    display: none; }
  .mm-listview > li:before {
    content: '';
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.1); }
  .mm-listview > li:first-child:after {
    display: block;
    border: 0;
    content: '';
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.1); }
  .mm-panel_columns-0 .mm-listview > li:first-child:after {
    display: none; }
  .mm-menu .mm-listview > li > a:not(.mm-btn_next) {
    display: block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    padding: 19px 45px 19px 0;
    position: relative;
    text-decoration: none;
    z-index: 20;
    white-space: normal;
    overflow: visible; }
  .mm-menu .mm-panel_columns-0 .mm-listview > li > a:not(.mm-btn_next) {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.7px;
    padding-top: 16px;
    padding-bottom: 16px; }
  .mm-listview > li:hover > a:not(.mm-btn_next),
  .mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
  .mm-menu .mm-listitem_selected > span,
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-btn_next) {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 20px; }
  .mm-panel_columns-0 .mm-listview > li:hover > a:not(.mm-btn_next),
  .mm-menu .mm-panel_columns-0 .mm-listitem_selected > a:not(.mm-btn_next),
  .mm-menu .mm-panel_columns-0 .mm-listitem_selected > span,
  .mm-menu .mm-panel_columns-0 .mm-listview > li.mm-selected > a:not(.mm-btn_next) {
    background: #004378; }
  .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a,
  .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
    margin: 0; }
  .mm-menu > .mm-panel:before,
  .mm-menu > .mm-panel:after {
    height: auto; }
  .mm-listview .mm-btn_next {
    top: 0;
    bottom: 0;
    width: 55px;
    background: none;
    z-index: 25;
    padding: 0; }
  .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
    width: 55px; }
  .mm-listview .mm-btn_next:before {
    display: none; }
  .mm-listview .mm-btn_next:after {
    display: none; }
  .mm-listview .mm-btn_next span {
    position: absolute;
    z-index: 20;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    /*font-size: 0;
		line-height: 0;*/
    border: solid 2px #fff;
    border-radius: 100%;
    margin: -10px 22px 0 0;
    transition: all .3s;
    opacity: 0.3; }
  .mm-listview > li:hover .mm-btn_next span,
  .mm-listview > li.active .mm-btn_next span {
    color: #fff;
    opacity: 1; }
  .mm-listview .mm-btn_next span:before {
    content: '\f105';
    font: 16px/18px 'FontAwesome';
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -2px;
    color: #fff; }
  .mm-menu .top-links {
    list-style: none;
    margin: 0;
    padding: 22px 34px 10px; }
  .mm-menu .top-links > li:first-child {
    display: none; }
  .mm-menu .top-links > li {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.7px;
    padding: 0 0 26px; }
  .mm-menu .top-links a {
    color: #fff;
    text-decoration: none; }
  .mm-menu .top-links a:hover {
    color: #f5a623;
    text-decoration: none; }
  .info-dropdown .container {
    padding-top: 30px;
    padding-bottom: 15px; }
  .info-dropdown .container > .row {
    margin-left: -10px;
    margin-right: -10px; }
  .info-dropdown .container > .row > div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .info-dropdown .video-widget {
    margin-top: 7px; }
  .info-links > li {
    font-size: 17px;
    line-height: 25px; }
  .info-links a .arrow-right {
    margin: 5px 0 -5px 6px; }
  /* end header */
  /* alert */
  .alert {
    font-size: 12px;
    line-height: 16px; }
  .alert .container {
    padding-top: 13px;
    padding-bottom: 15px;
    padding-left: 43px; }
  .alert .btn-close {
    margin: 7px 0 0 3px; }
  /* end alert */
  /* footer */
  #footer .top:before {
    margin: 0 0 0 28px;
    background-position: 0 -132px;
    background-size: auto 343px; }
  #footer .top .container {
    padding-top: 36px;
    padding-bottom: 33px; }
  #footer .top .container .row {
    margin-left: -5px;
    margin-right: -5px; }
  #footer .top .container .row > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  #footer .top .container > .row > div[class^="col-"]:nth-child(1) {
    width: 59.5%; }
  #footer .top .container > .row > div[class^="col-"]:nth-child(2) {
    width: 40.5%; }
  #footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(1) {
    width: 43.6%; }
  #footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(2) {
    width: 27.7%; }
  #footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(3) {
    width: 28.7%; }
  #footer .footer-nav {
    padding: 9px 0 0; }
  #footer .footer-nav ul > li {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.2px; }
  #footer .footer-nav ul > li + li {
    padding-top: 26px; }
  #footer .footer-links ul {
    padding: 12px 0 0; }
  #footer .footer-links ul > li {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.8px; }
  #footer .footer-links ul > li + li {
    padding-top: 29px; }
  .location-box {
    padding-right: 137px; }
  .location-box .img {
    width: 137px; }
  .location-box .link-map {
    padding: 0 7px 6px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px; }
  .location-box figcaption {
    padding: 20px 15px 20px 22px; }
  .location-box figcaption address {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px; }
  #footer .bottom {
    font-size: 14px;
    line-height: 25px; }
  #footer .bottom .container {
    padding-top: 32px;
    padding-bottom: 31px;
    padding-left: 102px; }
  #footer .bottom .container .row {
    margin-left: -5px;
    margin-right: -5px; }
  #footer .bottom .container .row > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  #footer .bottom .container > .row > div[class^="col-"]:nth-child(1) {
    width: 64%; }
  #footer .bottom .container > .row > div[class^="col-"]:nth-child(2) {
    width: 36%; }
  #footer .logo-footer {
    margin: 25px 0 0 18px; }
  #footer .bottom p {
    letter-spacing: 0.1px; }
  #footer .bottom-links {
    padding: 4px 0 0; }
  #footer .bottom-links > li {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px; }
  #footer .bottom-links > li + li {
    padding-left: 18px; }
  #footer .bottom-links > li + li:before {
    height: 13px;
    margin: 4px 0 0 9px; }
  #footer .social {
    padding: 10px 0 0; }
  .social > li + li {
    padding-left: 22px; }
  .social a {
    width: 37px;
    height: 37px; }
  .social a:before {
    font-size: 20px;
    line-height: 22px; }
  /* end footer */
  /* generic */
  .breadcrumbs ul {
    font-size: 12px;
    line-height: 14px; }
  .breadcrumbs ul li {
    padding-left: 18px;
    margin: 0 18px 0 -18px; }
  .breadcrumbs ul li:before {
    top: 5px;
    left: 7px; }
  #main, .main-section {
    padding: 28px 0 10px; }
  #main::before, .main-section::before {
    height: 343px;
    margin-left: 154px;
    background-position: 0 0; }
  .btn-lg {
    padding-top: 15px;
    padding-bottom: 15px; }
  .heading {
    position: relative;
    padding-bottom: 24px; }
  .heading h1 {
    font-size: 50px;
    line-height: 54px;
    letter-spacing: -1px;
    display: inline-block;
    vertical-align: top;
    padding-right: 24px; }
  .heading h1:before {
    right: auto;
    margin-right: 0;
    left: 100%;
    margin-top: 2px; }
  .heading .btn-subscribe {
    position: absolute;
    right: 15px;
    top: 100%;
    width: 246px;
    margin-top: 26px;
    padding: 12px; }
  .content {
    max-width: 400px; }
  .content p {
    margin-bottom: 21px; }
  .content .content-list {
    padding: 14px 0 1px; }
  .content .content-list li {
    padding: 0 0 28px 20px; }
  .content.type2 {
    max-width: none; }
  .content .lead {
    font-size: 22px;
    line-height: 32px; }
  .content .headings {
    margin: 0 0 30px; }
  .content h2 {
    font-size: 34px;
    line-height: 38px; }
  .content blockquote q {
    font-size: 28px;
    line-height: 32px; }
  .content ul li::before {
    top: 5px;
    width: 10px;
    height: 10px; }
  .content .article-widget {
    text-decoration: none; }
  .content .links-list {
    margin: 0;
    padding: 0; }
  .content .links-list ul > li,
  .content .links-list > li {
    padding: 0 0 20px; }
  .content .links-list ul > li:before,
  .content .links-list > li:before {
    display: none; }
  .content .add-info-list ul {
    padding: 0 0 8px; }
  .content .add-info-list li {
    padding: 0 10px 22px; }
  aside .resources-list {
    margin: 40px 0 0; }
  aside .resources-list > li {
    padding: 0 0 20px; }
  aside .resources-list > li:before {
    display: none; }
  .aside {
    margin-left: -33px;
    padding-top: 95px; }
  .info-block {
    font-size: 14px;
    line-height: 21px;
    padding: 39px 33px 27px; }
  .info-list .headline h3 {
    font-size: 21px;
    line-height: 24px; }
  .info-list {
    font-size: 14px;
    line-height: 21px;
    padding: 35px 33px 25px; }
  .info-list h4 {
    font-size: 14px;
    line-height: 21px; }
  .info-list .block + .block {
    padding-top: 19px; }
  .contact-block {
    padding: 25px 0; }
  .contact-block .text {
    font-size: 16px;
    line-height: 24px; }
  .contact-block .btn {
    min-width: 204px;
    padding-left: 10px;
    padding-right: 10px; }
  /* end generic */
  /* depression */
  .article-area {
    padding: 0 0 70px; }
  .article-area > .row > div[class^="col-"]:nth-child(1),
  .article-area > .row > div[class^="col-"]:nth-child(2) {
    width: auto; }
  .article-single {
    max-width: none; }
  .article-single .heading {
    padding: 0 0 29px; }
  .article-single .heading h1 {
    letter-spacing: -2px; }
  .article-tools,
  .content .article-tools {
    margin: 0 0 35px; }
  .article-tools > li,
  .content .article-tools > li {
    font-size: 16px;
    line-height: 20px; }
  .article-tools > li > a {
    padding: 12px 10px; }
  .article-tools .ico {
    margin: -5px 6px -5px 0; }
  .article-single h2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin: 0 0 22px; }
  .article-single p {
    margin: 0 0 21px; }
  .article-single .tablet-columns {
    padding-top: 16px; }
  .article-single .tablet-columns > div[class^="col-"]:nth-child(1) {
    width: 58.2%; }
  .article-single .tablet-columns > div[class^="col-"]:nth-child(2) {
    width: 37.8%; }
  .video-section {
    margin: 0 0 42px; }
  .video-block {
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.3); }
  .video-block .img {
    padding: 73.4% 0 0; }
  .video-block .img:before {
    width: 70%;
    opacity: 0.7; }
  .video-block .img:after {
    height: 50%;
    opacity: 0.7; }
  .video-block figcaption {
    padding: 0 105px 36px 20px;
    font-size: 18px;
    line-height: 22px; }
  .video-block figcaption .btn-play {
    margin: 0 26px 28px 0; }
  .video-block figcaption p {
    letter-spacing: 1px; }
  .article-single .accordion {
    padding: 35px 0 0; }
  .accordion .panel-title {
    font-size: 16px;
    line-height: 20px; }
  .accordion .panel-title a {
    padding: 19px 15px 19px 31px; }
  .accordion .panel-title a:after,
  .accordion .panel-title a:before {
    margin: -1px 0 0 -3px; }
  .accordion .panel-body {
    padding: 0 15px 39px 30px; }
  .accordion .panel-body p:last-child {
    margin-bottom: 0; }
  .article-widget {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 35px; }
  .article-widget .widget-body {
    padding: 30px 33px 17px; }
  .article-widget .img {
    max-width: 179px;
    margin-bottom: 18px; }
  .article-widget h3 {
    font-size: 21px;
    line-height: 27px;
    margin: 0 0 7px; }
  .article-widget p {
    letter-spacing: -0.1px;
    margin: 0; }
  .article-widget .btn {
    padding-left: 20px;
    padding-right: 60px;
    letter-spacing: 0.5px; }
  .article-widget .btn .arrow-right {
    margin: 12px 32px 0 0; }
  .links-widget {
    padding: 0 0 44px; }
  .links-widget h3 {
    margin: 0 0 26px;
    font-size: 21px;
    line-height: 25px; }
  .links-list {
    margin: 0; }
  .content .links-list ul > li,
  .links-list > li {
    padding: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.7px; }
  .links-list a {
    padding: 7px 21px; }
  .image-widget {
    margin: 0 0 30px; }
  .image-widget .img {
    padding: 123.8% 0 0; }
  .image-widget .btn {
    padding-left: 22px;
    padding-right: 60px;
    letter-spacing: 0.3px; }
  .image-widget .btn .arrow-right {
    margin: 12px 32px 0 0; }
  .resources-section .container {
    padding-top: 44px;
    padding-bottom: 27px; }
  .resources-section h2 {
    margin: 0 0 26px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.5px; }
  .resources-section h2 > span:before {
    margin: -1px 0 0 13px; }
  .resources-list {
    margin: 0 -10px; }
  .resources-list > li {
    padding: 10px; }
  .resource-box {
    min-height: 130px;
    padding: 18px 14px; }
  .resource-box h3 {
    margin: 0 -3px 16px 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal; }
  .resource-box .ico {
    height: 40px; }
  /* end depression */
  /* core */
  #main.bg-type2:before,
  .background-illustration:before,
  .main-section:before {
    margin-left: 131px;
    background-position: 0 -43px; }
  .intro-area {
    margin: -1px 0 0;
    font-size: 16px;
    line-height: 27px; }
  .intro-area .container {
    padding-top: 0;
    padding-bottom: 66px; }
  .intro-area .heading {
    padding-bottom: 21px; }
  .intro-area .heading h1 {
    letter-spacing: -1.3px;
    font-size: 50px;
    line-height: 54px;
    padding-right: 0; }
  .intro-area .heading h1:before {
    display: none; }
  .intro-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    padding: 0 0 18px; }
  .intro-area p {
    margin: 0 0 24px; }
  .intro-area .bottom > .row > div[class^="col-"]:nth-child(1) {
    width: 62.5%; }
  .intro-area .bottom > .row > div[class^="col-"]:nth-child(2) {
    width: 37.5%; }
  .intro-area .links-block > .row {
    margin-left: -27px;
    margin-right: -27px; }
  .intro-area .links-block > .row > div[class^="col-"] {
    padding-left: 27px;
    padding-right: 27px; }
  .intro-area .links-block > .row > div[class^="col-"]:nth-child(1) {
    width: 50.4%; }
  .intro-area .links-block > .row > div[class^="col-"]:nth-child(2) {
    width: 49.6%; }
  .links-group > li, .links-group ul > li {
    font-size: 16px;
    line-height: 21px;
    padding: 11px 0;
    letter-spacing: 0.3px; }
  .links-group > li + li, .links-group ul > li + li {
    border-top: solid 2px #e5e5e5; }
  .links-group a .arrow-right {
    margin: 4px -10px -4px 9px;
    width: 15px;
    height: 15px; }
  .links-group a .arrow-right:before {
    font-size: 14px;
    line-height: 16px;
    margin: -9px 0 0 -2px; }
  .btn-box {
    padding: 65px 0 0 22px; }
  .btn-box .btn {
    padding: 15px 40px 15px 21px;
    letter-spacing: 0.7px; }
  .btn-box .btn .arrow-right {
    margin: 15px 16px 0 0; }
  .resources-area {
    font-size: 16px;
    line-height: 27px; }
  .resources-area .container {
    padding-top: 31px;
    padding-bottom: 75px; }
  .resources-area .side-image {
    margin: -87px 0 0 34px;
    width: 311px;
    box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.2); }
  .resources-area .side-image .img {
    padding: 125% 0 0; }
  .resources-heading {
    padding: 0 0 29px; }
  .resources-heading h2 {
    font-size: 26px;
    line-height: 30px; }
  .resources-heading .button-link {
    margin: 4px 0 0; }
  .resources-area p {
    margin: 0 0 -4px; }
  .resources-items > li {
    padding: 16px 0 5px; }
  .file-info {
    padding: 0 0 1px; }
  .file-info > li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300; }
  .file-info > li + li {
    padding-left: 13px; }
  .file-info > li + li:before {
    margin: 3px 0 0 6px; }
  .resource-item {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.2px; }
  .resource-item .arrow-right {
    width: 15px;
    height: 15px;
    margin: 2px 0 0 8px; }
  .resource-item .arrow-right:before {
    font-size: 14px;
    line-height: 16px;
    margin: -9px 0 0 -2px; }
  .events-area .container {
    padding-top: 50px;
    padding-bottom: 32px; }
  .events-carousel .slick-dots {
    list-style: none;
    margin: 0;
    padding: 38px 0 0;
    font-size: 0;
    line-height: 0;
    text-align: center; }
  .events-carousel .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 9px; }
  .events-carousel .slick-dots button {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #ccdbe7; }
  .events-carousel .slick-dots button:hover,
  .events-carousel .slick-dots .slick-active button {
    background: #00528c; }
  .events-carousel .slick-dots button:focus {
    outline: none; }
  .news-box.type2 {
    margin: 0;
    padding: 15px 19px 30px; }
  .news-box.type2 h3 {
    margin: 0 0 14px; }
  .news-box.type2 .date-box {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 16px; }
  .news-box.type2 .date-box .left {
    vertical-align: top; }
  .news-box.type2 .date-box .right {
    padding: 11px 9px; }
  .news-box.type2 .date-box h4 {
    letter-spacing: -0.3px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 1px; }
  .news-box .text-box {
    padding: 0 0 11px;
    font-size: 14px;
    line-height: 21px; }
  .news-box .bottom {
    padding: 0; }
  .news-box .bottom .btn-share {
    display: none; }
  /* end core */
  /* faculty */
  .intro-area .text-block {
    padding: 0;
    margin: 0 0 -20px; }
  .intro-area .text-block > .row > div[class^="col-"]:nth-child(1),
  .intro-area .text-block > .row > div[class^="col-"]:nth-child(2) {
    width: auto; }
  .intro-area .text-block .intro-text {
    padding-bottom: 17px; }
  .intro-area .text-block p:last-child {
    margin-bottom: 0; }
  .intro-area .text-block .btn-box {
    padding: 36px 0 0;
    max-width: none;
    margin-left: 0; }
  .intro-area .text-block .btn-box .btn {
    display: inline-block;
    min-width: 171px; }
  .resources-area.type2 .container {
    padding-bottom: 27px; }
  .resources-area .resources-boxes {
    margin-top: -13px;
    max-width: 363px; }
  .resources-boxes .thumbnail-box {
    margin: 0; }
  .resources-boxes .thumbnail-box .img {
    padding-bottom: 60.9%; }
  .resources-boxes .thumbnail-box figcaption {
    min-height: 69px; }
  .resources-boxes .thumbnail-box h3 {
    font-size: 15px;
    line-height: 18px; }
  /* end faculty */
  /* news */
  .news-section {
    padding: 27px 0 40px; }
  .news-slider {
    padding-top: 8px;
    margin-bottom: 38px; }
  .news-item {
    font-size: 16px;
    line-height: 24px; }
  .news-item .holder {
    padding: 24px 30px; }
  .news-item h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 9px; }
  .news-item p {
    max-height: 96px;
    overflow: hidden;
    margin: 0 0 20px; }
  .news-slider .news-item .tags {
    position: static;
    margin-bottom: 15px;
    background: none;
    margin-left: 0;
    text-align: left; }
  .news-slider .slick-arrow {
    bottom: 39px;
    width: 21px;
    height: 21px; }
  .news-slider .slick-arrow:before {
    width: 12px;
    height: 14px;
    margin: -7px 0 0 -6px; }
  .news-slider .slick-prev {
    right: 70px; }
  .news-slider .slick-prev:after {
    width: 23px; }
  .news-slider .slick-next {
    right: 29px; }
  .news-items-list {
    padding: 0; }
  /* end news */
  /* main-slider-block-home */
  .main-slider-block-home .main-slider-block {
    padding-top: 20px; }
  .main-slider-block-home .main-slider-block .main-slider-holder {
    margin-top: -20px; }
  .main-slider-block-home .main-slider-block .head h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 17px; }
  .main-slider-block-home .main-slider-block .head h3 {
    font-size: 30px; }
  .main-slider-block-home .main-slider-block .head {
    margin-right: 0;
    font-size: 16px;
    line-height: 24px; }
  .main-slider-block-home .main-slider-block .head p {
    max-width: 290px;
    margin-bottom: 17px; }
  .main-slider-block-home .main-slider-block .main-slider-block {
    padding-top: 29px; }
  .main-slider-block .text-inf-02 {
    left: 30px;
    bottom: 32px;
    padding-right: 10px; }
  /* end main-slider-block-home */
  /* problems-and-disorders */
  .intro-section .subttl {
    font-size: 16px;
    line-height: 24px;
    margin: -7px 0 12px; }
  .intro-section p {
    margin-bottom: 21px; }
  .intro-section p br {
    display: none; }
  .thumbnail-boxes-holder .search-block {
    padding: 0;
    margin: -5px 0 0; }
  .intro-section .thumbnail-boxes-holder.pd-search .search-block {
    padding: 27px 0;
    margin-top: 5px; }
  .thumbnail-boxes-holder h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 21px; }
  .thumbnail-boxes-holder h2:after {
    display: none; }
  .thumbnail-boxes-holder .search-block .side-heading {
    display: none; }
  .thumbnail-boxes-holder .search-block p {
    margin-bottom: 28px; }
  .thumbnail-boxes-holder .search-block .col {
    width: auto; }
  .thumbnail-boxes-holder .search-block .sfFormBox {
    margin: 0; }
  .thumbnail-boxes-holder .search-block .sfTxtLbl {
    top: 7px; }
  .thumbnail-boxes-holder .search-block .sfTxt {
    padding: 20px 19px 7px;
    height: auto; }
  .thumbnail-boxes-holder .search-block .sfFormSubmit .btn {
    padding: 15px 31px; }
  .problems-summary {
    padding: 40px 0 22px; }
  .summary-accordion .panel-title {
    font-size: 16px;
    line-height: 21px; }
  .summary-accordion .panel-title > a {
    padding: 19px 10px 18px 36px; }
  .summary-accordion .panel-title > a:before,
  .summary-accordion .panel-title > a:after {
    top: 27px; }
  .summary-accordion .add-info-list ul {
    margin-bottom: -8px; }
  .summary-accordion .add-info-list li {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 31px; }
  .summary-accordion .panel-body {
    padding: 17px 10px 17px 36px; }
  .summary-accordion .add-info-list a:after {
    margin: 0 0 0 9px; }
  .search-results {
    padding: 61px 0 26px; }
  .search-results .h3,
  .search-results h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 18px; }
  .search-results-list {
    margin-bottom: 30px; }
  .search-results-list li {
    padding: 24px 0; }
  .search-results-list .h4,
  .search-results-list h4 {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 12px; }
  /* end problems-and-disorders */
  .button-link {
    font-size: 16px;
    line-height: 20px; }
  /* thumbnail-boxes-section */
  .thumbnail-boxes-section {
    padding: 38px 0 30px; }
  .thumbnail-boxes-section header {
    margin: 0 0 28px; }
  .thumbnail-boxes-section header h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: normal; }
  .thumbnail-boxes-section header h2:after {
    margin: 12px 0 0 35px; }
  .thumbnail-box {
    font-size: 14px;
    line-height: 18px; }
  .thumbnail-box figcaption {
    padding: 17px 14px 14px; }
  .heading ~ div h3 {
    font-size: 20px;
    line-height: 24px; }
  .thumbnail-box h3 {
    font-size: 15px;
    line-height: 18px;
    word-wrap: break-word; }
  /* news-boxes-section */
  .news-boxes-section {
    padding: 37px 0; }
  /* heading-block */
  .heading-block {
    margin-bottom: 21px; }
  .heading-block h2 {
    font-size: 26px;
    line-height: 30px; }
  .heading-block h2:before {
    top: 18px; }
  .heading-block .button-link {
    margin: 8px 0 0;
    padding: 0 28px 8px 0;
    font-size: 14px;
    line-height: 18px; }
  .heading-block .button-link:before {
    right: 28px; }
  .heading-block .button-link .arrow-right {
    margin-top: -14px; }
  /* news-box */
  .news-box {
    padding: 14px 20px 22px; }
  .news-box h3 {
    margin: 0 0 19px;
    font-size: 16px;
    line-height: 20px; }
  .news-box .button-link {
    font-size: 14px;
    line-height: 18px; }
  /* date-box */
  .date-box {
    margin: 0 0 22px;
    font-size: 12px;
    line-height: 18px; }
  .date-box .left {
    width: 31px;
    padding: 11px 3px 16px; }
  .date-box .date {
    font-size: 9px;
    line-height: 13px; }
  .date-box .date .num {
    margin: 0 0 -4px;
    font-size: 21px; }
  .date-box .right {
    padding: 10px 12px; }
  .date-box h4 {
    font-size: 12px;
    line-height: 18px; }
  /* health-section */
  .health-section {
    padding: 34px 0 0; }
  .health-section .heading-block {
    margin: 0 0 7px; }
  .health-section .thumbnail-block {
    margin: 19px 0 -216px; }
  /* thumbnail-block */
  .thumbnail-block {
    width: auto;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2); }
  .thumbnail-block .img {
    padding-bottom: 103.53%; }
  .thumbnail-block figcaption {
    position: static;
    width: auto;
    line-height: 24px; }
  /*.thumbnail-block figcaption a { padding:26px 30px 39px; }*/
  .thumbnail-block h3 {
    margin: 0 0 17px;
    font-size: 18px;
    line-height: 22px; }
  .thumbnail-block p {
    margin: 0 0 17px; }
  .thumbnail-block .button-link {
    padding-bottom: 4px;
    font-size: 15px; }
  .thumbnail-block .button-link .arrow-right + .arrow-right {
    display: none; }
  .thumbnail-block .button-link .arrow-right {
    margin-top: -11px;
    top: 50%; }
  .thumbnail-block.type2 {
    width: 313px; }
  .intro-section .thumbnail-block.type2 .img,
  .thumbnail-block.type2 .img {
    padding-bottom: 114.33%; }
  .thumbnail-block.type2 figcaption {
    position: absolute;
    width: auto;
    font-size: 14px;
    line-height: 21px;
    left: 0;
    right: 0; }
  .thumbnail-block.type2 figcaption a {
    padding: 16px 21px 18px; }
  .thumbnail-block.type2 figcaption > div > div a,
  .thumbnail-block figcaption > div > div a {
    padding-right: 45px; }
  .thumbnail-block.type2 h3 {
    margin: 0 0 8px; }
  .thumbnail-block.type2 p {
    margin: 0 0 9px; }
  /* health-accordion */
  .health-accordion {
    line-height: 24px; }
  .health-accordion.row {
    margin: 0; }
  .health-accordion [class*="col-"] {
    padding: 7px 0; }
  .health-accordion [class*="col-"] + [class*="col-"] {
    border-top: 2px solid #ccc; }
  .health-accordion h3 {
    position: relative;
    margin: 0;
    padding: 10px 0 12px 34px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer; }
  .health-accordion h3:before,
  .health-accordion h3:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 2px;
    margin-top: -1px;
    background: #ccc;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s; }
  .health-accordion h3:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .health-accordion .open h3:after {
    opacity: 0; }
  .health-accordion .holder {
    display: none;
    padding: 0 0 24px; }
  /* health-gallery-section */
  .health-gallery {
    margin: 0 -10px 0 10px; }
  .health-gallery .slick-list {
    padding: 44px 0 53px; }
  .health-gallery .slick-slide {
    width: 360px; }
  .health-box {
    line-height: 27px; }
  .health-box .img {
    max-width: 121px;
    margin: -7px 40px 0 0; }
  .health-box h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 22px; }
  .health-box p {
    margin: 0 0 10px; }
  /* social-section */
  .social-section {
    padding: 56px 0 85px; }
  .social-section .heading-block {
    margin: 2px 0 31px; }
  .social-section .heading-block h2 {
    font-size: 20px;
    line-height: 24px; }
  .social-section .heading-block h2:before {
    top: 14px; }
  .social-section .social {
    margin: 0 -7px; }
  .social-section .social li {
    padding: 0 7px; }
  .social-section .social a {
    width: 44px;
    height: 44px; }
  .social-section .social a:before {
    font-size: 24px;
    line-height: 26px; }
  .social-gallery {
    line-height: 24px;
    margin-left: 10px; }
  .social-gallery .slick-slide {
    width: 305px; }
  .social-gallery .meta {
    margin: 0 0 15px;
    font-size: 10px;
    line-height: 14px; }
  .social-gallery .slick-play-pause {
    margin-left: -55px; }
  /* intro-section */
  .intro-section {
    padding: 27px 0;
    background-size: 252px auto; }
  .intro-section .heading {
    padding: 0 0 28px; }
  .intro-section .lead {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 24px; }
  .intro-section-content {
    min-height: 167px; }
  .intro-section .thumbnail-block {
    margin: 2px 0 -167px -34px; }
  .intro-section p {
    margin: 0 0 15px; }
  /* thumbnail-boxes-holder */
  .thumbnail-boxes-holder {
    padding: 39px 0 36px; }
  .thumbnail-boxes-holder .thumbnail-box .img {
    padding-bottom: 61.87%; }
  .thumbnail-box.image-left .img, .thumbnail-box.image-right .img {
    padding-bottom: 50%; }
  .thumbnail-box figure {
    min-height: 166px; }
  .thumbnail-boxes-holder .thumbnail-box figcaption {
    padding: 18px 14px 16px; }
  .thumbnail-boxes-holder .thumbnail-box h3 {
    font-size: 15px;
    line-height: 18px; }
  .thumbnail-boxes-holder blockquote {
    margin: 184px 0 0; }
  .thumbnail-boxes-holder blockquote q {
    margin: 0 0 21px;
    font-size: 20px;
    line-height: 32px; }
  .thumbnail-boxes-holder blockquote q:before {
    margin: 6px 15px 0 2px; }
  .thumbnail-boxes-holder blockquote q:after {
    margin: 10px 0 0 14px; }
  /* video-area */
  .video-area {
    padding: 60px 0; }
  .video-area .lead {
    font-size: 16px;
    line-height: 24px; }
  .video-area .video-block figcaption {
    padding: 0 117px 65px 20px; }
  .main-slider-block {
    padding-top: 29px;
    margin-bottom: 0; }
  .main-slider-block .head {
    font-size: 18px;
    margin-right: -120px;
    z-index: 10; }
  .main-slider-block .head h2 {
    font-size: 50px;
    line-height: 1.02;
    margin-bottom: 10px; }
  .main-slider-block .head h3 {
    font-size: 40px; }
  .main-slider-block .main-slider-holder {
    margin: -29px 0 0 -4px; }
  .main-slider-block .main-slider {
    width: 316px; }
  .main-slider-block .main-slider:before {
    left: 316px; }
  .main-slider .slick-arrow,
  .main-slider .slick-play-pause {
    left: 328px;
    bottom: 27px;
    width: 21px;
    height: 21px; }
  .main-slider-block-inner .slick-arrow {
    left: 288px; }
  .main-slider-block-inner .slick-arrow.slick-next {
    left: 330px; }
  .main-slider .slick-play-pause {
    margin-left: 40px; }
  .main-slider .slick-arrow:before {
    width: 10px;
    height: 12px;
    margin: -6px 0 0 -5px; }
  .main-slider .slick-prev:before {
    margin-left: -7px; }
  .main-slider .slick-prev {
    margin-left: -40px; }
  .main-slider .slick-prev:after {
    width: 23px; }
  .main-slider .slick-play-pause:before {
    height: 10px;
    border-width: 5px 0 5px 9px;
    margin-top: -5px;
    margin-left: -4px; }
  .main-slider .slick-play-pause.active:before {
    height: 9px;
    border-width: 0 0 0 9px;
    margin-top: -4px;
    margin-left: -5px; }
  .main-slider-block .book-box {
    font-size: 16px;
    padding: 30px 0 28px;
    margin-top: 30px; }
  .main-slider-block .book-box h3 {
    font-size: 26px;
    line-height: 1.1538461538;
    margin-bottom: 13px; }
  .main-slider-block .book-box p {
    margin-bottom: 24px; }
  .main-slider-block .book-box .btn {
    margin-right: 27px;
    font-size: 16px;
    padding: 10px 14px;
    min-width: 193px; }
  .upcoming-event {
    line-height: 21px; }
  .upcoming-event .head {
    margin-bottom: 78px; }
  .upcoming-event .head:before {
    display: none; }
  .upcoming-event .head .row {
    display: block; }
  .upcoming-event .head h2 {
    margin: 56px 0 33px -72px;
    font-size: 40px;
    line-height: 44px; }
  .upcoming-event .head p {
    margin-left: 0;
    margin-right: 0; }
  .upcoming-event .event-body {
    padding-bottom: 59px; }
  .upcoming-event h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 36px; }
  .upcoming-event .video-block figcaption {
    padding-right: 100px;
    padding-bottom: 34px; }
  .upcoming-event .video-block figcaption .btn-play {
    margin: 0 27px 26px 0; }
  .speakers-boxes {
    padding: 23px 0; }
  .speakers-boxes:before,
  .speakers-boxes:after {
    display: none; }
  .speakers-boxes li:nth-child(5n+1) {
    margin-top: 153px;
    margin-right: -39px;
    margin-bottom: 45px; }
  .speakers-boxes li:nth-child(5n+2) {
    margin-right: -44px; }
  .speakers-boxes li:nth-child(5n+3) {
    margin-top: 126px;
    margin-right: -27px; }
  .speakers-boxes li:nth-child(5n+4) {
    margin-top: 43px;
    margin-right: -87px; }
  .speakers-boxes figure figcaption {
    font-size: 15px;
    line-height: 19px;
    padding: 10px 15px; }
  .upcoming-event .more-link {
    margin-top: -17px; }
  .upcoming-event .btn-link .arrow-right {
    margin-top: 0;
    margin-bottom: 2px; }
  .program {
    padding: 41px 0 57px; }
  .program h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 51px; }
  .program h3:before {
    content: '';
    display: none; }
  .nav-tabs > li > a,
  .nav-tabs.nav-justified > li > a {
    border-width: 1px 0 0 1px;
    text-align: left;
    font-size: 16px;
    padding: 20px 15px; }
  .nav-tabs > li:last-child > a,
  .nav-tabs.nav-justified > li:last-child > a {
    border-width: 1px 1px 0 1px; }
  .nav-tabs > li.active:last-child > a,
  .nav-tabs.nav-justified > li.active:last-child > a {
    border-right-color: #fff; }
  .nav-tabs > li:first-child > a,
  .nav-tabs.nav-justified > li:first-child > a {
    border-left: 1px solid rgba(0, 76, 136, 0.2); }
  .nav-tabs > li.active:first-child > a,
  .nav-tabs.nav-justified > li.active:first-child > a {
    border-left-color: #fff; }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-top: 1px solid #fff; }
  .tab-content {
    padding: 7px 0; }
  .program-table {
    font-size: 16px; }
  .program-table .cell {
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 15px; }
  .program-table .cell:first-child {
    width: 24%; }
  .program-table .btn-link {
    font-size: 13px; }
  .program-table .inf-box {
    padding-top: 26px;
    line-height: 24px; }
  .program-table .inf-box .image {
    margin: -4px 19px 0 0; }
  .location-block {
    padding: 36px 0 29px;
    line-height: 24px; }
  .location-block h3 {
    margin-bottom: 27px;
    font-size: 26px;
    line-height: 38px; }
  .location-block h3:before {
    display: none; }
  .location-block h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; }
  .location-block .map-holder {
    margin-top: 3px; }
  .location-block address {
    margin-bottom: 36px; }
  .location-block address a {
    margin-top: 0; }
  .blog-section {
    padding: 30px 0 50px; }
  .blog-area h5, .blog-area h1 {
    margin-bottom: 20px; }
  .blog-area .image {
    min-height: 400px; }
  .blog-area img {
    max-width: 100%; }
  .blog-area .date-bar {
    /*padding: 0 0 20px;*/
    margin-bottom: 20px; }
  .blog-area p {
    margin: 0 0 20px; }
  .blog-area .video-holder {
    margin-bottom: 30px; }
  .blog-area .text-box {
    padding: 20px;
    margin-bottom: 30px; }
  .blog-author-box {
    padding: 20px 0 0; }
  .blog-author-box .wrap {
    padding-top: 14px; }
  .resources-block h2 {
    margin: 0 0 20px; }
  .result-item {
    padding: 20px 0 22px 195px; }
  .contact-section {
    padding: 50px 0; }
  .contact-section .content {
    padding: 0;
    max-width: 100%; }
  .contact-section h5 {
    margin-bottom: 20px; }
  .shops-section {
    padding: 50px 0; }
  .shop-items-list {
    margin-bottom: 30px; }
  .shop-items-list li {
    width: 50%; }
  .shop-item {
    padding: 0 20px 20px; }
  .shop-item .img {
    margin: 0 -20px 10px; }
  .shop-item h5 {
    font-size: 22px; }
  .search-bar.style-2 {
    padding: 0 0 20px; }
  .result-item.type2 {
    padding: 30px 0 30px 300px; }
  .result-item.type2 .left-box {
    width: 280px;
    height: 202px;
    margin-top: -101px; }
  .result-item.type2 .valign-middle-out {
    min-height: 202px; }
  .boxes-list li,
  .gallery-list li {
    width: 33.33%; }
  .events-section .thumbnail-block {
    margin: 0; }
  .event-intro .top .social-wrap {
    float: left; }
  .event-intro .ttl {
    padding: 20px 0 20px 60px; }
  .event-intro .ttl h3 {
    font-size: 22px; }
  .event-intro .date {
    top: 50%; }
  .event-intro .txt,
  .event-intro .inf {
    padding: 20px 0 10px; }
  .event-intro .txt p {
    margin: 0 0 14px; }
  .event-intro .inf dt {
    float: none;
    padding: 0 0 4px; }
  .event-intro {
    padding-bottom: 50px; }
  .events-section .accordion .panel-title a {
    padding-top: 19px;
    padding-bottom: 19px; }
  .events-section .video-holder {
    float: none;
    margin: 0 auto; }
  .related-list li {
    width: 100%; }
  .related-item {
    max-width: 340px;
    padding: 20px;
    margin: 0 auto; }
  /*.pagination */
  .pagination {
    font-size: 19px;
    line-height: 26px;
    justify-content: space-around; }
  .pagination {
    max-width: 90%;
    margin: 0 auto; }
  /* intro-section */
  .intro-section:before,
  .faq-section:before {
    height: 343px;
    margin-left: 132px;
    background-position: 0 -45px; }
  .intro-section .heading p {
    margin: 24px 0 15px; }
  .thumbnail-block.type2.height2 .img {
    padding-bottom: 114%; }
  /* search-block */
  .search-block {
    margin: 26px 0 4px;
    padding: 25px 0 30px;
    font-size: 14px;
    line-height: 21px; }
  .search-block:before {
    left: -30px; }
  .search-block h2,
  .intro-section .thumbnail-boxes-holder.pd-search h2 {
    font-size: 26px;
    line-height: 30px; }
  .search-block p {
    margin: 0 0 13px; }
  .search-block .sfTxtLbl {
    left: 19px;
    top: 11px; }
  .search-block .sfTxt {
    height: 60px;
    padding: 25px 19px 13px;
    font-size: 16px;
    line-height: 22px; }
  .search-block .sfFormSubmit .btn {
    padding: 12px; }
  .search-block .sfFormSubmit .btn .fa {
    margin: 0 11px 0 14px; }
  /* thumbnail-boxes-holder */
  .thumbnail-boxes-holder header {
    margin: 0 0 25px; }
  .thumbnail-boxes-holder h2 {
    margin: 0;
    font-size: 30px;
    line-height: 34px; }
  .thumbnail-boxes-holder h2:after {
    position: absolute;
    width: 9999px;
    height: 2px;
    margin: 17px 0 0 28px;
    background: #00528c;
    content: ""; }
  /* faq-section */
  .faq-section {
    padding: 35px 0 100px;
    background: none; }
  .faq-section .heading-block {
    margin-bottom: 13px; }
  .faq-section .heading-block .button-link {
    margin: 4px 0 0;
    padding-right: 35px;
    font-size: 16px;
    line-height: 20px; }
  .faq-section .heading-block .button-link:before {
    right: 35px; }
  .faq-accordion .panel {
    padding: 19px 0 17px; }
  .faq-accordion .panel.open {
    padding: 17px 0 25px; }
  .faq-accordion .panel-title {
    font-size: 16px;
    line-height: 21px; }
  .faq-accordion .panel-heading .button-link {
    margin: -2px 0 -5px; }
  .faq-accordion .panel-body {
    padding: 17px 0 0 40px; }
  .faq-accordion p {
    margin: 0 0 18px; }
  .btn-open-faq {
    padding: 19px 27px 21px;
    font-size: 14px;
    line-height: 18px; }
  .btn-open-faq .arrow-right {
    margin: -1px 0 0 13px; }
  /* question-section */
  .question-section h2 {
    font-size: 26px;
    line-height: 30px; }
  .question-section .lead {
    font-size: 18px;
    line-height: 22px; }
  /* add-info-section */
  .add-info-section, .blue-section {
    padding: 44px 0 38px; }
  .add-info-section header {
    margin: 0 0 28px; }
  .add-info-section header h2,
  .blue-section .thumbnail-boxes-section header h2 {
    font-size: 22px;
    line-height: 26px; }
  .add-info-section header h2:after, .blue-section .thumbnail-boxes-section header h2:after {
    margin: 11px 0 0 24px; }
  /* add-info-list */
  .add-info-list ul {
    font-size: 16px;
    line-height: 19px; }
  .add-info-section .add-info-list {
    margin-top: 30px;
    margin-bottom: -21px; }
  .add-info-list li {
    padding: 0 10px 22px; }
  .add-info-list a:after {
    margin: 0 0 0 14px; }
  .add-info-list.type2 ul {
    font-size: 16px;
    line-height: 21px; }
  .add-info-list.type2 li {
    position: relative;
    padding: 11px 10px; }
  .add-info-list.type2 li:before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 2px;
    background: #ccc;
    content: ""; }
  .add-info-list.type2 li:nth-last-child(-n+2):before {
    display: none; }
  .add-info-list.type2 a {
    padding: 0 27px 0 0; }
  .add-info-list.type2 a:after {
    width: 15px;
    height: 15px;
    margin: 1px 0 0 7px;
    font-size: 12px;
    line-height: 10px; }
  .intro-section .add-info-list ul {
    margin-top: -12px;
    /*margin-bottom:-16px;*/ }
  /* training-video */
  .training-video {
    padding: 50px 0 54px; }
  .training-video h2 {
    margin: 162px -120px 0 0;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: normal; }
  .training-video .video-block figcaption {
    padding: 0 100px 36px 20px; }
  .training-video .video-block figcaption .btn-play {
    margin: 0 28px 28px 0; }
  /* lightbox */
  .lightbox figure figcaption {
    padding: 30px 20px; }
  .lightbox .btns {
    margin: 56px -10px 0; }
  .lightbox .btn .arrow-right {
    margin: 0 -2px 0 10px; }
  .upcoming-events {
    padding: 48px 0 50px; }
  .upcoming-events .head {
    margin-bottom: 41px; }
  .news-box {
    padding: 14px 20px 30px; }
  .news-box.colored h3 {
    margin-bottom: 14px; }
  .news-box.colored .date-box .right > a {
    text-decoration: none; }
  .date-box .left {
    vertical-align: top; }
  .type-filter-block {
    padding: 36px 0 50px;
    margin-bottom: 60px; }
  .type-filter-block .h3,
  .type-filter-block h3 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 20px; }
  .type-filter li {
    font-size: 16px;
    line-height: 22px; }
  .type-filter a {
    padding: 11px 12px; }
  .upcoming-events .search-bar {
    padding-bottom: 33px; }
  .search-bar .sfFormBox .sfTxtLbl {
    top: 12px;
    text-transform: none; }
  .search-bar .sfTxt {
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    padding: 24px 45px 10px 18px; }
  .search-bar .sfFormDropdown .sfTxtLbl {
    top: 12px;
    text-transform: none; }
  .search-bar .select2-container--default .select2-selection--single {
    height: 60px;
    font-size: 16px;
    line-height: 20px; }
  .search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 28px 50px 12px 20px; }
  .search-bar .select2-results__option {
    font-size: 16px;
    line-height: 20px; }
  .upcoming-events .sub-heading {
    padding-bottom: 41px; }
  .sub-heading .h3,
  .sub-heading h3 {
    font-size: 25px;
    line-height: 31px; }
  .intro-section.members-section {
    padding: 27px 0 4px; }
  .members-section .add-info-list.type2 li {
    padding: 10px 0 10px 10px; }
  .intro-section.members-section .thumbnail-block {
    margin-top: -10px; }
  .intro-section.members-section .thumbnail-block.type2 .img {
    padding-bottom: 125%; }
  .members-section .thumbnail-block.type2 p {
    max-height: 63px;
    overflow: hidden;
    margin-bottom: 12px; }
  .faculties-block {
    padding: 0; }
  .faculties-block h3 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 8px; }
  .faculties-block .add-info-list.type2 li {
    padding-bottom: 12px; }
  .upcoming-events-block {
    background: none;
    padding: 36px 0 60px; }
  .upcoming-events-block .hidden-heading {
    font-size: 25px;
    line-height: 31px;
    margin: 0 0 19px; }
  .upcoming-events-block .resources-list {
    padding-bottom: 56px; }
  .resources-list .publications-box {
    font-size: 14px;
    line-height: 21px; }
  .resources-list .publications-box p {
    max-height: 84px;
    overflow: hidden;
    margin: 0 0 20px; }
  .upcoming-events-block .heading-block {
    margin-bottom: 37px; }
  .upcoming-events-block .events-carousel .slick-dots {
    display: none !important; }
  /* divisions */
  .divisions-section .container {
    padding-bottom: 2px; }
  .divisions-section .heading {
    padding-bottom: 7px; }
  .divisions-section .divisions-holder {
    position: relative;
    padding-left: 0;
    min-height: 1px; }
  .divisions-section .text-block {
    padding: 0 0 23px; }
  .divisions-section .text-block h2 {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.8px; }
  .divisions-section .tabs-section {
    position: relative;
    padding-left: 342px; }
  .divisions-map {
    width: 314px;
    height: 389px;
    margin: -1px 0 0 -34px; }
  .divisions-map:before {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.3); }
  .divisions-map .divisions-map-holder {
    top: 40px;
    bottom: 14px;
    left: 20px;
    right: 20px; }
  .divisions-tabs .tabs-nav > li {
    font-size: 16px;
    line-height: 20px; }
  .divisions-tabs .tabs-nav > li > a,
  .divisions-tabs .tabs-nav > li > div {
    padding: 18px 5px 13px; }
  .divisions-tabs .tab-content {
    padding: 0; }
  .divisions-tabs .tab-pane {
    padding: 33px 0 0; }
  .divisions-tabs .links-group > li {
    padding: 0 0 16px;
    border: 0; }
  .international-divisions .container {
    padding-top: 38px;
    padding-bottom: 49px; }
  .international-divisions .container > .row > div[class^="col-"]:nth-child(1) {
    width: 53.2%; }
  .international-divisions .container > .row > div[class^="col-"]:nth-child(2) {
    width: 46.8%; }
  .international-divisions h2 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px; }
  .international-divisions p {
    margin: 0 0 23px; }
  .international-divisions p:last-child {
    margin-bottom: 0; }
  .international-divisions .links-cols {
    margin: 0 0 31px;
    padding: 0 0 40px; }
  .international-divisions .links-cols > .row {
    margin-left: -20px;
    margin-right: -20px; }
  .international-divisions .links-cols > .row > div[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px; }
  .international-divisions .links-group > li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: #d8dcdf; }
  .international-divisions .links-group > li:last-child {
    border-bottom: solid 2px #d8dcdf; }
  .inform-box {
    font-size: 16px;
    line-height: 21px;
    padding: 31px 28px 32px; }
  .international-divisions .inform-box {
    margin: 149px 0 0;
    max-width: 298px; }
  .inform-box .block {
    min-height: 250px; }
  .inform-box h3 {
    margin: 0 0 13px;
    font-size: 21px;
    line-height: 25px; }
  /* end divisions */
  /* examination */
  .examinations-section {
    font-size: 16px;
    line-height: 27px; }
  .examinations-section .container {
    padding-bottom: 53px; }
  .examinations-section .heading {
    padding-bottom: 20px; }
  .heading h1::before {
    display: none; }
  .welcome-block {
    padding: 0 0 54px;
    max-width: 350px; }
  .welcome-block .intro-text {
    padding-bottom: 15px; }
  .welcome-block p {
    margin: 0; }
  .examinations-section .text-block {
    padding: 0 0 31px;
    max-width: 340px; }
  .examinations-section h2 {
    margin: 0 0 24px;
    font-size: 26px;
    line-height: 30px; }
  .examinations-accordion {
    max-width: 360px; }
  .examinations-accordion .panel-title a {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 37px; }
  .examinations-accordion .panel-title a::after,
  .examinations-accordion .panel-title a::before {
    margin-left: 3px; }
  .examinations-accordion .panel-body {
    padding: 8px 0 23px; }
  .examinations-boxes {
    padding: 0; }
  .examinations-boxes:before {
    top: -2px; }
  .examinations-boxes > .row {
    margin-left: -17px;
    margin-right: -17px; }
  .examinations-boxes > .row > div[class^="col-"] {
    padding-left: 17px;
    padding-right: 17px; }
  .examinations-boxes h3 {
    margin: 0 0 9px;
    font-size: 16px;
    line-height: 21px; }
  .examinations-boxes .date {
    padding: 0 0 16px;
    font-size: 16px;
    line-height: 21px; }
  .examinations-details > li {
    font-size: 16px;
    line-height: 27px; }
  .examinations-details > li + li {
    padding-top: 15px; }
  .examinations-details h4 {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 20px; }
  .examinations-details p {
    margin: 0;
    letter-spacing: 0.4px; }
  .reserve-info {
    max-width: none;
    margin-left: -2px;
    padding: 39px 0 0; }
  .reserve-info h3 {
    margin: 0 0 24px;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.3px; }
  .reserve-info .btn-box {
    padding: 0 0 53px; }
  .reserve-info .btn-box .btn {
    display: inline-block;
    padding: 15px 45px 15px 22px;
    letter-spacing: 0.7px;
    min-width: 255px; }
  .reserve-info .btn-box .btn .arrow-right {
    margin: 15px 16px 0 0; }
  .reserve-contacts-box {
    position: relative;
    padding: 25px 0 43px 21px;
    font-size: 16px;
    line-height: 24px; }
  .reserve-contacts-box:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 9999px;
    background: #e5edf3; }
  .reserve-contacts-box h3 {
    margin: 0 0 16px;
    font-size: 21px;
    line-height: 30px; }
  .reserve-contacts-box p {
    margin: 0 0 16px; }
  .reserve-contacts-box.bg-yellow:before {
    background: #f5a623; }
  .contacts-list > li {
    font-size: 16px;
    line-height: 24px; }
  .contacts-list > li + li {
    padding-top: 19px; }
  .contacts-list h4 {
    font-size: 16px;
    line-height: 24px; }
  .contacts-list p {
    margin: 0; }
  .inform-section .container {
    padding-top: 130px;
    padding-bottom: 24px; }
  .inform-section .thumbnail-block {
    width: 311px;
    margin: 0px 0 0; }
  .inform-section .thumbnail-block .img {
    padding-bottom: 130.3%; }
  .inform-section .thumbnail-block figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 14px;
    line-height: 21px; }
  .inform-section .thumbnail-block figcaption a {
    padding: 13px 50px 12px 15px; }
  .inform-section .thumbnail-block h3 {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 24px; }
  .inform-section .thumbnail-block p {
    margin-bottom: 10px; }
  .inform-section .thumbnail-block .button-link {
    font-size: 14px; }
  .inform-section .holder {
    /*max-width: 90.5%;*/
    max-width: 390px; }
  .inform-section h2 {
    margin: 0 0 13px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.5px;
    max-width: 400px; }
  .inform-section h2:before {
    display: none; }
  .aditional-info {
    margin: 0 -20px; }
  .aditional-info > li {
    width: 33.33%;
    padding: 34px 20px 35px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    min-height: 1px; }
  .aditional-info h3 {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 4px;
    min-height: 42px; }
  .aditional-info h3 a .arrow-right {
    width: 15px;
    height: 15px;
    margin: 4px -50px -5px 8px; }
  .aditional-info h3 a .arrow-right:before {
    font-size: 14px;
    line-height: 18px;
    margin: -10px 0 0 -2px; }
  .aditional-info p {
    letter-spacing: 0.5px;
    max-width: 92%; }
  /* end examination */
  /* article-page */
  .article-section .container {
    padding-top: 70px;
    padding-bottom: 70px; }
  .article-section .heading h1 {
    font-size: 34px;
    line-height: 44px; }
  .article-section .heading h1::before {
    margin: 22px 0 0; }
  .two-columns {
    display: block;
    margin-right: 0 !important; }
  .two-columns .side-column {
    max-width: none;
    padding: 0 0 40px; }
  .two-columns .main-column {
    padding-right: 0; }
  .article-section .image {
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.25); }
  .related-section .container {
    padding-top: 70px;
    padding-bottom: 70px; }
  .items-carousel {
    margin: 0 auto;
    max-width: 400px; }
  .items-carousel .slick-list {
    overflow: visible; }
  .items-carousel .slide {
    padding: 0; }
  .items-carousel .info-box {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  .items-carousel .slick-current .info-box {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .items-carousel .info-box:hover {
    background: #fff;
    color: #666; }
  .items-carousel .info-box:hover h5 {
    color: #00528c; }
  /* end article-page */
  .add-info-list.type2 .divider {
    height: 20px; }
  .btn-box {
    padding: 36px 0 0 0; }
  .btn-box .btn {
    min-width: 171px;
    display: inline-block;
    width: 100%; }
  #footer .bottom-links ul > li {
    font-size: 14px; }
  #footer #__ba_panel,
  #footer #__ba_panel._launchpad,
  #footer #_ba_corner {
    /*width: 45px !important;
            height: 45px !important;*/ }
  #footer #_ba_corner img {
    /*width: 31px !important;
        top: 9px !important;
        left: 6px !important;*/ }
  a.skip-navigation:active, a.skip-navigation:focus, a.skip-navigation:hover {
    position: static;
    margin: 17px 25px 17px 0;
    display: inline-block; }
  .blog-boxes-section .heading .view-all-show h1 {
    padding-right: 0; }
  .sf-FormNav li {
    max-width: 100%; }
  /*#footer #__ba_panel, #footer #__ba_panel._launchpad { left:auto !important; right:30px !important; }*/
  .cta-box.info-block {
    max-width: 700px; }
  .cta-box.info-block .btn {
    padding: 12px 20px; }
  .fontsize18, .fontsize18.sf-fieldWrp > label {
    font-size: 16px; }
  .fontsize20, .fontsize20.sf-fieldWrp > label {
    font-size: 18px; }
  .fontsize22, .fontsize22.sf-fieldWrp > label {
    font-size: 20px; }
  .fontsize24, .fontsize24.sf-fieldWrp > label {
    font-size: 22px; }
  .fontsize30, .fontsize30.sf-fieldWrp > label {
    font-size: 26px; } }

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 14px;
    line-height: 22px; }
  /* container */
  .container {
    padding-left: 30px;
    padding-right: 30px; }
  /* end container */
  /* headings */
  h1 {
    font-size: 40px;
    line-height: 44px; }
  h2, .heading h2, .heading ~ div h2 {
    font-size: 30px;
    line-height: 34px; }
  h3 {
    font-size: 26px;
    line-height: 30px; }
  h4 {
    font-size: 20px;
    line-height: 24px; }
  h5 {
    font-size: 18px;
    line-height: 22px; }
  h6 {
    font-size: 18px;
    line-height: 22px; }
  /* headings */
  /* buttons */
  .btn {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 20px; }
  .btn.btn-md {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    padding: 15px 20px; }
  .btn.btn-md-large {
    font-size: 14px;
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 13px; }
  .btn-sm {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.5px;
    padding: 16px; }
  .btn .arrow-right {
    margin: 0px 1px -10px 18px; }
  .btn-md .arrow-right {
    margin: 0px 1px -10px 18px; }
  .btn-play-md {
    width: 37px;
    height: 37px;
    border-width: 3px;
    margin: -19px 0 0 -19px; }
  .btn-play-md:before {
    border-width: 7px 0 7px 12px;
    margin: -7px 0 0 -5px; }
  /* end buttons */
  /* info-bar */
  .info-bar {
    font-size: 10px;
    line-height: 14px;
    text-align: left; }
  .info-bar .container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 150px;
    position: relative; }
  .info-bar p {
    display: block;
    padding: 0; }
  .info-bar .btn {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 143px;
    margin: 0;
    letter-spacing: 0;
    text-align: left;
    padding-left: 20px;
    padding-right: 45px; }
  .info-bar .btn .arrow-right {
    position: absolute;
    z-index: 20;
    top: 50%;
    right: 0;
    margin: -9px 20px 0 0; }
  /* end info-bar */
  /* header */
  #header > .container {
    min-height: 139px; }
  #header .logo {
    width: 100px;
    /*height: 100px;
		background-size: 85px 100px;*/
    margin: 19px 0 0 30px; }
  #header .top {
    padding: 0 0 43px 95px; }
  #header .top .block {
    padding: 0; }
  #header .top .block:before {
    display: none; }
  .content-dropdown-opener {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.8px;
    padding: 17px 35px 17px 13px;
    margin: 0 -30px 0 0;
    min-width: 150px;
    text-align: left; }
  .content-dropdown-opener .arrow-down {
    margin: 17px 20px 0 0; }
  .search-box {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    margin: 98px 116px 0 0;
    min-width: 1px;
    height: 24px; }
  .search-form {
    padding: 0 24px 0 0; }
  .search-box .search-form {
    width: 85px; }
  .search-opened .search-box .search-form {
    width: 85px; }
  .search-form .sfTxt {
    height: 24px;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 0 5px 0 8px; }
  .search-form .sfFormSubmit {
    margin: 0; }
  #header .navbar {
    padding: 0 0 10px 100px; }
  #header .btn-menu {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    padding-right: 34px; }
  #header .btn-menu .ico-menu {
    margin: 7px 0 0; }
  .mm-menu .mm-panel {
    opacity: 1;
    pointer-events: all; }
  .mm-menu .mm-panel,
  .mm-menu .mm-panel.mm-hasnavbar {
    padding: 43px 0 0; }
  .mm-menu #mm-0.mm-panel,
  .mm-menu #mm-0.mm-panel.mm-hasnavbar {
    padding-top: 26px; }
  .mm-panel_columns-0 {
    max-width: none;
    min-width: 1px;
    background: none; }
  .mm-menu_columns-1 {
    min-width: 1px; }
  .mm-menu .mm-navbar {
    padding: 0 30px 19px 88px;
    margin: 0 0 12px;
    text-align: center; }
  .mm-menu .mm-navbar:before {
    content: '';
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1); }
  .mm-menu .mm-navbar .mm-navbar__title {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: underline;
    white-space: normal; }
  .mm-menu .mm-navbar .mm-navbar__title:hover {
    text-decoration: none;
    color: #fff; }
  .mm-menu .mm-navbar .mm-btn_prev {
    margin: 1px 0 0 30px;
    padding: 5px 5px 5px 26px;
    font-size: 10px;
    line-height: 14px;
    opacity: 1;
    pointer-events: all; }
  .mm-menu .mm-navbar .mm-btn_prev .arrow-left {
    margin: 2px 0 0; }
  .mm-listitem > a {
    white-space: normal; }
  .mm-listview {
    padding: 0; }
  .mm-menu #mm-0.mm-panel .mm-listview {
    padding: 0; }
  .mm-listview > li:first-child {
    padding-top: 0; }
  .mm-listview > li:not(.mm-divider):after {
    display: none; }
  .mm-listview > li:before {
    left: 30px;
    right: 30px; }
  .mm-listview > li:first-child:after {
    display: none; }
  .mm-listview > li:last-child:before {
    display: none; }
  .mm-menu #mm-0.mm-panel .mm-listview > li:last-child:before {
    display: block; }
  .mm-menu .mm-listview > li > a:not(.mm-btn_next) {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 13px 35px 13px 29px; }
  .mm-menu #mm-0.mm-panel .mm-listview > li > a:not(.mm-btn_next) {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.7px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 32px; }
  .mm-listview > li:hover > a:not(.mm-btn_next),
  .mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
  .mm-menu .mm-listitem_selected > span,
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-btn_next) {
    padding-left: 45px; }
  .mm-listview .mm-btn_next span {
    margin: -10px 30px 0 0; }
  .mm-menu .top-links {
    padding: 10px 24px;
    font-size: 0;
    line-height: 0; }
  .mm-menu .top-links > li {
    display: inline-block;
    vertical-align: top;
    width: 62.5%;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.7px;
    padding: 12px 5px 13px; }
  .mm-menu .top-links > li:nth-child(even) {
    width: 37.5%; }
  .mm-menu .logged-item {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.9px;
    padding: 12px 20px;
    text-align: center; }
  .mm-menu .logged-item span {
    text-decoration: none; }
  .mm-menu .menu-donate-box {
    padding: 7px 30px 17px; }
  .mm-menu .menu-donate-box .btn {
    display: block;
    min-width: 1px; }
  .mm-menu .menu-donate-box .btn-sm {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px; }
  .mm-menu .menu-donate-box .btn .arrow-right {
    margin: 0 0 -2px 7px; }
  .info-dropdown .container {
    padding-top: 15px;
    padding-bottom: 15px; }
  .video-widget {
    max-width: none; }
  .info-dropdown .video-widget {
    margin: 0 0 25px; }
  .info-dropdown .info-links {
    max-width: none; }
  .info-links > li {
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 21px; }
  .info-links a .arrow-right {
    margin: 2px 0 -4px 6px; }
  /* end header */
  /* alert */
  .alert {
    font-size: 12px;
    line-height: 16px; }
  .alert .container {
    padding-top: 13px;
    padding-bottom: 15px;
    padding-left: 62px; }
  .alert .btn-close {
    margin: 7px 0 0 21px; }
  /* end alert */
  /* footer */
  #footer .top:before {
    left: 100%;
    margin-left: -336px;
    background-position: 0 -91px; }
  #footer .top .container {
    padding-top: 34px;
    padding-bottom: 40px; }
  #footer .top .container > .row > div[class^="col-"]:nth-child(1),
  #footer .top .container > .row > div[class^="col-"]:nth-child(2) {
    width: auto; }
  #footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(1) {
    width: 50%; }
  #footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(2) {
    width: 50%; }
  #footer .top .container > .row > div[class^="col-"] + div[class^="col-"] {
    padding-top: 59px; }
  #footer .footer-nav {
    padding: 0; }
  #footer .footer-nav ul > li {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px; }
  #footer .footer-nav ul > li + li {
    padding-top: 17px; }
  #footer .footer-links ul {
    padding: 3px 0 0; }
  #footer .footer-links ul > li {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px; }
  #footer .footer-links ul > li + li {
    padding-top: 24px; }
  .location-box {
    padding-right: 157px; }
  .location-box .img {
    width: 157px; }
  .location-box .link-map {
    padding: 0 9px 6px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px; }
  .location-box figcaption {
    padding: 20px 20px 20px 29px; }
  .location-box figcaption address {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.1px; }
  #footer .bottom {
    font-size: 14px;
    line-height: 21px;
    text-align: center; }
  #footer .bottom .container {
    padding-top: 35px;
    padding-bottom: 39px;
    padding-left: 30px; }
  #footer .bottom .container > .row > div[class^="col-"]:nth-child(1),
  #footer .bottom .container > .row > div[class^="col-"]:nth-child(2) {
    width: auto; }
  #footer .bottom .container > .row > div[class^="col-"]:last-child {
    text-align: center;
    padding-top: 33px; }
  #footer .logo-footer {
    display: none; }
  #footer .bottom p {
    letter-spacing: 0.1px; }
  #footer .bottom-links {
    padding: 0; }
  #footer .bottom-links > li {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px; }
  #footer .bottom-links > li + li {
    padding-left: 18px; }
  #footer .bottom-links > li + li.first-in-row {
    padding-left: 0; }
  #footer .bottom-links > li + li:before {
    height: 13px;
    margin: 6px 0 0 9px; }
  #footer .bottom-links > li + li.first-in-row:before {
    display: none; }
  #footer .social {
    padding: 0; }
  .social > li + li {
    padding-left: 16px; }
  .social a {
    width: 44px;
    height: 44px; }
  .social a:before {
    font-size: 24px;
    line-height: 26px; }
  /* end footer */
  /* generic */
  #main, .main-section {
    background: #fff;
    border-top: 2px solid #e5ecf2;
    padding-top: 26px;
    padding-bottom: 0; }
  #main::before, .main-section::before {
    display: none; }
  .heading {
    padding-bottom: 30px; }
  .heading h1 {
    font-size: 40px;
    line-height: 44px; }
  .heading h1:before {
    display: none; }
  .heading .btn-subscribe {
    position: static;
    width: 100%;
    margin-top: 21px; }
  .content, .aside {
    padding-bottom: 19px; }
  .content .content-list {
    padding: 0;
    margin-top: -3px;
    margin-bottom: -3px; }
  .content ul li:before {
    top: 7px;
    width: 6px;
    height: 6px; }
  .content .content-list li {
    padding-bottom: 22px; }
  .content .lead {
    margin: 0 0 21px;
    font-size: 18px;
    line-height: 26px; }
  .content h2 {
    font-size: 30px;
    line-height: 34px; }
  .content blockquote {
    margin: 0 0 21px; }
  .content blockquote q {
    font-size: 22px;
    line-height: 28px; }
  .content .add-info-list li {
    padding: 10px 15px 18px; }
  .content .add-info-list li::before {
    display: block;
    left: 15px;
    top: auto;
    width: auto;
    height: 2px;
    border-radius: 0;
    background: #ccc; }
  .content ol,
  .content ul {
    padding: 0 0 21px; }
  .table-block h2 {
    margin: 0 0 21px; }
  .table-holder table th {
    font-size: 16px;
    line-height: 20px; }
  .aside {
    padding-top: 0;
    margin-left: 0; }
  .info-block {
    line-height: 24px;
    padding: 26px 30px 22px; }
  .info-list {
    padding: 0 17px; }
  .info-list .text-block {
    display: none; }
  .info-list .headline {
    margin: 0;
    position: relative;
    padding: 20px 0 20px 36px; }
  .info-list .headline h3 {
    font-size: 16px;
    line-height: 18px; }
  .info-list > li + li,
  .reserve-contacts-box .info-list + .info-list {
    margin-top: 0;
    border-top: 2px solid #ccc; }
  .info-list .headline .opener {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: transparent;
    cursor: pointer; }
  .info-list .headline .opener:after,
  .info-list .headline .opener:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 2px;
    background: #ccc;
    left: 0;
    top: 50%;
    margin: -1px 0 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .info-list .headline .opener:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .info-list .active .headline .opener:after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .info-list .block + .block {
    padding-top: 0; }
  .info-list .block {
    padding-bottom: 20px; }
  .contact-block .flex-row {
    display: block; }
  .contact-block {
    padding: 42px 0 32px; }
  .contact-block .btn {
    display: block;
    font-size: 18px;
    padding: 12px; }
  .contact-block .text {
    display: block;
    padding: 17px 0 0;
    font-size: 18px;
    line-height: 27px;
    text-align: center; }
  /* end generic */
  /* depression */
  .article-area {
    padding: 0 0 10px; }
  .article-single {
    max-width: none;
    padding: 0 0 41px; }
  .heading.type2 h1:before {
    display: block;
    margin: 2px 0 0 -5px; }
  .article-single .heading {
    padding: 0 0 18px; }
  .article-single .heading h1 {
    letter-spacing: -1px; }
  .article-tools,
  .content .article-tools {
    margin: 0 0 33px; }
  .article-tools > li,
  .content .article-tools > li {
    font-size: 0;
    line-height: 0; }
  .article-tools > li > a {
    padding: 15px 5px; }
  .article-tools .ico {
    width: 22px;
    height: 19px;
    margin: 0; }
  .article-single h2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin: 0 0 20px; }
  .article-single p {
    margin: 0 0 22px; }
  .article-single .tablet-columns {
    padding-top: 0; }
  .article-single .tablet-columns > div[class^="col-"]:nth-child(1) {
    width: auto; }
  .video-section {
    margin: -2px 0 23px; }
  .video-block {
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3); }
  .video-block .img {
    padding: 72% 0 0; }
  .video-block .img:before {
    width: 70%;
    opacity: 0.7; }
  .video-block .img:after {
    height: 40%;
    opacity: 0.7; }
  .video-block figcaption {
    padding: 0 76px 30px 15px;
    font-size: 14px;
    line-height: 18px; }
  .video-block figcaption .btn-play {
    margin: 0 21px 21px 0; }
  .video-block figcaption p {
    margin: 0;
    letter-spacing: 0.8px; }
  .video-slider .video-block figcaption {
    padding: 0 25px 25px; }
  .article-single .accordion {
    padding: 5px 0 0; }
  .accordion .panel-title {
    font-size: 16px;
    line-height: 20px; }
  .accordion .panel-title a {
    padding: 19px 15px 18px 37px; }
  .accordion .panel-title a:after,
  .accordion .panel-title a:before {
    margin: 0 0 0 3px; }
  .accordion .panel-body {
    padding: 0 0 25px; }
  .accordion .panel-body p:last-child {
    margin-bottom: 0; }
  .article-widget {
    font-size: 14px;
    line-height: 21px;
    margin: 0 -30px 37px;
    padding: 0 0 0 127px;
    position: relative; }
  .article-widget .widget-body {
    padding: 16px 19px 15px;
    min-height: 127px; }
  .article-widget .img {
    max-width: none;
    margin: 0;
    box-shadow: none;
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    width: 127px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
  .article-widget .img img {
    display: none; }
  .article-widget h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 7px;
    letter-spacing: 0.9px; }
  .article-widget p {
    margin: 0;
    letter-spacing: -0.1px; }
  .article-widget .btn {
    padding-left: 18px;
    padding-right: 50px;
    text-align: left;
    letter-spacing: 0.7px; }
  .article-widget .btn .arrow-right {
    margin: 12px 20px 0 0; }
  .links-widget {
    padding: 0 0 20px; }
  .links-widget h3 {
    margin: 0 0 21px;
    font-size: 16px;
    line-height: 20px; }
  .content .links-list ul > li,
  .links-list > li {
    padding: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px; }
  .links-list a {
    padding: 7px 15px; }
  .image-widget {
    margin: 0 auto;
    max-width: 277px; }
  .image-widget .img {
    padding: 96.5% 0 0; }
  .image-widget .btn {
    padding-left: 29px;
    padding-right: 50px;
    letter-spacing: 0.4px; }
  .image-widget .btn .arrow-right {
    margin: 11px 21px 0 0; }
  .resources-section .container {
    padding-top: 33px;
    padding-bottom: 33px; }
  .resources-section h2 {
    margin: 0 0 9px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.4px; }
  .resources-section h2 > span:before {
    margin: 3px 0 0 13px; }
  .resources-list {
    margin: 0 -7px; }
  .resources-list > li {
    padding: 7px;
    width: 50%; }
  .resource-box {
    min-height: 108px;
    padding: 13px 14px; }
  .resource-box h3 {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 18px; }
  .resource-box .ico {
    height: 40px; }
  /* end depression */
  /* core */
  #main.bg-type2:before,
  .main-section:before,
  .background-illustration:before {
    display: block;
    left: 100%;
    margin-left: -159px;
    background-position: 0 -34px; }
  .intro-area {
    margin: 0;
    font-size: 14px;
    line-height: 21px; }
  .intro-area .container {
    padding-top: 2px;
    padding-bottom: 31px; }
  .intro-area .heading {
    padding-bottom: 27px; }
  .intro-area .heading h1 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 40px;
    padding-right: 150px; }
  .intro-area .heading h1:before {
    display: block;
    top: auto;
    bottom: 0;
    margin: 0 0 16px -131px; }
  .intro-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 0 0 18px; }
  .intro-area p {
    margin: 0 0 16px; }
  .intro-area .bottom > .row > div[class^="col-"]:nth-child(1),
  .intro-area .bottom > .row > div[class^="col-"]:nth-child(2) {
    width: auto; }
  .intro-area .links-block > .row > div[class^="col-"]:nth-child(1),
  .intro-area .links-block > .row > div[class^="col-"]:nth-child(2) {
    width: 50%; }
  .intro-area .links-block > .row {
    margin-left: -15px;
    margin-right: -15px; }
  .intro-area .links-block > .row > div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  .links-group > li, .links-group ul > li {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0;
    letter-spacing: 0.3px; }
  .links-group a .arrow-right {
    display: none; }
  .btn-box {
    padding: 28px 0 0; }
  .btn-box .btn {
    font-size: 14px;
    line-height: 18px;
    padding: 13px 50px 13px 18px;
    letter-spacing: 0.7px; }
  .btn-box .btn .arrow-right {
    margin: 12px 22px 0 0; }
  .resources-area {
    font-size: 14px;
    line-height: 21px; }
  .resources-area .container {
    padding-top: 33px;
    padding-bottom: 48px; }
  .resources-area .resources-body {
    overflow: visible; }
  .resources-heading {
    padding: 0 0 21px; }
  .resources-heading h2 {
    font-size: 30px;
    line-height: 34px; }
  .resources-area p {
    margin: 0 0 22px; }
  .resources-items > li {
    padding: 12px 0 15px; }
  .file-info {
    padding: 0; }
  .file-info > li {
    font-size: 14px;
    line-height: 18px; }
  .file-info > li + li {
    padding-left: 9px; }
  .file-info > li + li:before {
    margin: 3px 0 0 6px;
    height: 13px; }
  .resource-item {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px; }
  .resource-item .arrow-right {
    display: none; }
  .events-area .container {
    padding-top: 50px;
    padding-bottom: 10px; }
  .news-box.type2 {
    margin: 0;
    padding: 15px 19px 30px; }
  .news-box.type2 h3 {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 20px; }
  .news-box.type2 .date-box {
    margin-bottom: 14px; }
  .news-box.type2 .date-box .left {
    width: 31px;
    padding: 13px 3px 15px; }
  .news-box.type2 .date {
    font-size: 9px;
    line-height: 13px; }
  .news-box.type2 .date .num {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: -6px; }
  .news-box.type2 .date-box .right {
    padding: 11px 9px 16px; }
  .news-box.type2 .date-box h4 {
    letter-spacing: -0.3px;
    margin-bottom: 0; }
  .news-box .text-box {
    padding: 0 0 16px; }
  .news-box .text-box p {
    margin: 0; }
  .events-carousel .slick-dots {
    padding: 21px 0 0; }
  /* end core */
  /* faculty */
  .intro-area .text-block {
    margin: 0;
    padding: 0 0 9px; }
  .intro-area .text-block .intro-text {
    padding-bottom: 11px; }
  .intro-area .text-block p:last-child {
    margin-bottom: 0; }
  .intro-area .text-block .btn-box {
    padding: 62px 0 0; }
  .intro-area .text-block .btn-box .btn {
    display: block;
    min-width: 1px; }
  .resources-area.type2 .container {
    padding-top: 25px;
    padding-bottom: 31px; }
  .resources-area.type2 .resources-heading h2 {
    font-size: 26px;
    line-height: 30px; }
  .resources-boxes {
    margin: 0 -7px; }
  .resources-boxes > li {
    padding: 10px 7px; }
  .resources-area .resources-boxes {
    margin-top: -6px;
    max-width: none; }
  .resources-boxes .thumbnail-box {
    margin: 0; }
  .resources-boxes .thumbnail-box .img {
    padding-bottom: 60.9%; }
  .resources-boxes .thumbnail-box figcaption {
    min-height: 64px; }
  .resources-boxes .thumbnail-box h3 {
    font-size: 14px;
    line-height: 18px; }
  /* end faculty */
  /* news */
  .news-slider .slick-arrow {
    display: none !important; }
  .news-item {
    padding: 0; }
  .news-slider .news-item {
    height: auto !important; }
  .news-item .image {
    display: none; }
  .news-item .by {
    position: relative;
    width: auto;
    margin: 0 -1px -1px;
    padding: 15px 18px; }
  .news-item h5 {
    margin-bottom: 13px; }
  .news-item .holder {
    padding: 24px 30px 26px;
    min-height: 0; }
  /* end news */
  /* main-slider-block-home */
  .main-slider-block-home .main-slider-block {
    padding-top: 0; }
  .main-slider-block-home .main-slider-block .main-slider-holder {
    margin: 0 -30px 22px; }
  .main-slider-block-home .main-slider-block > .container > .row {
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse; }
  .main-slider-block-home .main-slider-block .head {
    margin: 0; }
  .main-slider-block-home .main-slider-block .head p {
    margin-bottom: 27px; }
  .main-slider-block-home .main-slider-block .head .btn {
    display: block; }
  .main-slider .image .text-inf-02 {
    color: #fff;
    z-index: 10; }
  .main-slider .image .text-inf-02 h2 {
    color: inherit;
    margin-bottom: 0;
    line-height: 1; }
  .main-slider .image .text-inf-02 h3 {
    color: inherit;
    margin-bottom: 0; }
  .main-slider .image .text-inf-02 h2 br {
    display: none; }
  .main-slider-block-home .main-slider-block .head p {
    max-width: 100%; }
  /* end main-slider-block-home */
  /* problems-and-disorders */
  .intro-section .subttl {
    margin-top: 11px; }
  .thumbnail-boxes-holder {
    padding-bottom: 55px; }
  .thumbnail-boxes-holder h2 {
    line-height: 30px;
    margin-bottom: 16px; }
  .thumbnail-boxes-holder .search-block p {
    margin-bottom: 15px; }
  .thumbnail-boxes-holder .search-block .col {
    width: 100%; }
  .thumbnail-boxes-holder .search-block .sfFormBox {
    margin-bottom: 10px; }
  .thumbnail-boxes-holder .search-block .sfTxtLbl {
    top: 10px; }
  .thumbnail-boxes-holder .search-block .sfTxt {
    padding: 26px 19px 11px; }
  .thumbnail-boxes-holder .search-block .sfFormSubmit .btn {
    padding: 12px 20px; }
  /* problems-summary */
  .problems-summary {
    padding: 63px 0 42px; }
  .summary-accordion .panel-body {
    padding: 10px 10px 10px 33px !important; }
  .summary-accordion .panel-title {
    font-size: 14px; }
  .summary-accordion .panel-title > a {
    padding-left: 33px;
    padding-right: 0; }
  .summary-accordion .add-info-list ul {
    margin: 0 0 -10px -23px;
    columns: 1;
    font-size: 0;
    line-height: 0; }
  .summary-accordion .add-info-list li {
    font-size: 14px;
    line-height: 21px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 29px 23px; }
  .summary-accordion .add-info-list li:before {
    display: none; }
  .summary-accordion .panel-title > a:before,
  .summary-accordion .panel-title > a:after {
    top: 29px; }
  .search-results {
    padding: 46px 0 30px;
    font-size: 14px;
    line-height: 24px; }
  .search-results .h3,
  .search-results h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 22px; }
  .search-results-list {
    margin-bottom: 30px; }
  .search-results-list li {
    padding: 15px 0 20px; }
  .search-results-list .h4,
  .search-results-list h4 {
    font-size: 18px;
    margin-bottom: 12px; }
  /* end problems-and-disorders */
  .button-link {
    padding: 0 30px 8px 0;
    font-size: 14px;
    line-height: 18px; }
  .button-link:before {
    right: 30px; }
  .button-link .arrow-right {
    margin-top: -14px; }
  /* thumbnail-boxes-section */
  .thumbnail-boxes-section {
    padding: 33px 0 19px; }
  .thumbnail-boxes-section header {
    margin: 0 0 14px; }
  .thumbnail-boxes-section header h2 {
    font-size: 18px;
    line-height: 27px; }
  .thumbnail-boxes-section header h2:after {
    left: auto;
    top: auto;
    margin: 13px 0 0 19px; }
  .thumbnail-box figcaption {
    padding: 13px 14px; }
  .heading ~ div h3,
  .thumbnail-box h3 {
    min-height: 36px;
    font-size: 14px;
    line-height: 18px; }
  /* news-boxes-section */
  .news-boxes-section {
    padding: 27px 0 30px; }
  /* heading-block */
  .heading-block {
    margin-bottom: 24px; }
  /* news-box */
  .news-boxes {
    display: block;
    margin: 0 -30px; }
  .news-boxes .slick-slide {
    width: 375px;
    padding: 0 30px; }
  .news-boxes [class*="col-"] {
    display: block;
    padding: 0; }
  .news-boxes .news-box {
    margin: 0; }
  .news-box {
    padding: 26px 30px 31px; }
  .news-box h3 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 24px; }
  .news-slider .slick-dots,
  .news-boxes .slick-dots {
    list-style: none;
    margin: 0 -8px;
    padding: 30px 0 0;
    font-size: 0;
    line-height: 0;
    text-align: center; }
  .news-slider .slick-dots li,
  .news-boxes .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px; }
  .news-slider .slick-dots button,
  .news-boxes .slick-dots button {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #00528c;
    opacity: .2; }
  .news-boxes .slick-dots button:hover,
  .news-boxes .slick-dots .slick-active button,
  .news-slider .slick-dots button:hover,
  .news-slider .slick-dots .slick-active button {
    opacity: 1; }
  /* date-box */
  .date-box {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 22px; }
  .date-box .left {
    width: 48px;
    padding: 13px 3px 15px; }
  .date-box .date {
    font-size: 12px;
    line-height: 16px; }
  .date-box .date .num {
    margin: 0 0 -2px;
    font-size: 30px; }
  .date-box .right {
    padding: 13px 17px; }
  .date-box h4 {
    font-size: 14px;
    line-height: 22px; }
  /* health-section */
  .health-section {
    padding: 34px 0 46px; }
  .health-section .heading-block {
    margin: 0 0 16px; }
  .health-section .thumbnail-block {
    margin: 0; }
  .health-accordion {
    border: solid #ccc;
    border-width: 2px 0;
    font-size: 16px; }
  .health-accordion.row {
    margin: 0 0 25px; }
  .health-accordion .holder {
    padding: 0 0 14px; }
  .health-accordion p {
    margin: 0 0 16px; }
  /* thumbnail-block */
  .thumbnail-block .img {
    padding-bottom: 110.15%; }
  .thumbnail-block figcaption {
    font-size: 16px; }
  /*.thumbnail-block figcaption a { padding:27px 30px 37px; }*/
  .thumbnail-block p {
    margin: 0 0 18px; }
  .thumbnail-block .button-link {
    font-size: 14px; }
  .thumbnail-block .button-link .arrow-right {
    margin-top: -10px; }
  .thumbnail-block.type2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: auto;
    box-shadow: none; }
  .intro-section .thumbnail-block.type2 .img,
  .thumbnail-block.type2 .img {
    width: 33.86%;
    height: auto;
    padding: 0; }
  .thumbnail-block.type2 figcaption {
    position: static;
    width: 66.14%; }
  .thumbnail-block.type2 figcaption a {
    padding: 11px 14px 12px; }
  .thumbnail-block.type2 figcaption > div > div a,
  .thumbnail-block figcaption > div > div a {
    padding: 15px 45px 15px 15px; }
  /* social-section */
  .social-section {
    padding: 34px 0 39px;
    text-align: center; }
  .social-section .heading-block {
    margin: 0 0 28px; }
  .social-section .social {
    margin: 0 -7px 36px; }
  .social-section .social li {
    padding: 0 7px; }
  .social-gallery {
    margin: 0 -30px;
    font-size: 16px; }
  .social-gallery .slick-list {
    margin-right: 0; }
  .social-gallery .slick-slide {
    width: 375px;
    padding: 0 30px 50px 30px; }
  .social-gallery .slick-play-pause {
    margin-left: -22px;
    left: 50%;
    bottom: -15px;
    top: auto; }
  /* intro-section */
  .intro-section {
    padding: 29px 0 0;
    border-top: 2px solid #e5ecf2;
    line-height: 21px; }
  .intro-section:before,
  .faq-section:before {
    left: 100%;
    margin-left: -160px;
    background-position: 0 -34px; }
  .intro-section .heading {
    padding: 0 0 26px; }
  .heading.type3 h1 {
    padding: 0;
    line-height: 40px; }
  .heading.type3 h1:after {
    position: absolute;
    width: 1000px;
    height: 2px;
    margin: 19px 0 0 14px;
    background: #00528c;
    content: ""; }
  .intro-section .lead {
    margin: 0 0 13px; }
  .intro-section p {
    margin: 0 0 24px; }
  .intro-section-content {
    min-height: 0 !important; }
  .intro-section .thumbnail-block {
    margin: 40px -30px 0; }
  /* thumbnail-boxes-holder */
  .thumbnail-boxes-holder {
    padding: 39px 0 21px; }
  .thumbnail-boxes-holder .thumbnail-box figcaption {
    padding: 13px 14px 15px; }
  .thumbnail-boxes-holder .thumbnail-box h3 {
    font-size: 14px;
    line-height: 18px; }
  /* video-area */
  .video-area {
    padding: 40px 0;
    line-height: 21px; }
  .video-area .video-block {
    margin: 0 0 34px; }
  .video-area .video-block .img {
    padding-top: 72.06%; }
  .video-area .video-block figcaption {
    padding: 0 76px 29px 20px; }
  .video-area .video-block figcaption .btn-play {
    margin: 0 21px 21px 0; }
  .video-area .lead {
    margin: 0 0 9px; }
  .video-area p {
    margin: 0 0 24px; }
  .video-area .button-link {
    padding-right: 33px; }
  .video-area .button-link:before {
    right: 33px; }
  .main-slider-block {
    margin-bottom: 0; }
  .main-slider-block .main-slider-holder {
    float: none;
    width: auto;
    margin-right: -30px; }
  .main-slider-block .main-slider {
    width: calc(100% - 89px); }
  .main-slider-block .main-slider:before {
    left: calc(100% - 89px); }
  .main-slider .image:before {
    background: -moz-linear-gradient(45deg, black 0%, black 11%, rgba(0, 0, 0, 0.98) 14%, rgba(0, 0, 0, 0.23) 50%, transparent 60%, transparent 100%);
    background: -webkit-linear-gradient(45deg, black 0%, black 11%, rgba(0, 0, 0, 0.98) 14%, rgba(0, 0, 0, 0.23) 50%, transparent 60%, transparent 100%);
    background: linear-gradient(45deg, black 0%, black 11%, rgba(0, 0, 0, 0.98) 14%, rgba(0, 0, 0, 0.23) 50%, transparent 60%, transparent 100%);
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .main-slider .slick-arrow,
  .main-slider .slick-play-pause {
    left: calc(100% - 80px);
    bottom: 24px;
    width: 19px;
    height: 19px; }
  .main-slider-block-inner .slick-arrow {
    left: calc(100% - 117px); }
  .main-slider-block-inner .slick-arrow.slick-next {
    left: calc(100% - 80px); }
  .main-slider .slick-arrow:before {
    width: 9px;
    height: 10px;
    margin: -6px 0 0 -5px; }
  .main-slider .slick-prev {
    margin-left: -36px; }
  .main-slider .slick-prev:after {
    width: 21px; }
  .main-slider .slick-play-pause {
    margin-left: -70px; }
  .main-slider .slick-play-pause:before {
    border-width: 5px 0 5px 9px;
    margin-top: -5px;
    margin-left: -4px; }
  .main-slider .slick-play-pause.active:before {
    border-width: 0 0 0 7px;
    height: 9px;
    margin-left: -4px;
    margin-top: -5px; }
  .main-slider-block .book-box {
    padding: 28px 0 23px; }
  .main-slider-block .book-box h3 {
    margin-bottom: 14px; }
  .main-slider-block .book-box p {
    margin-bottom: 19px; }
  .main-slider-block .book-box .btn {
    /*min-width: 195px;*/
    margin-bottom: 14px;
    padding: 10px 20px 10px 30px; }
  .main-slider-block .book-box .btn .arrow-right {
    margin-top: 1px; }
  .upcoming-event {
    font-size: 16px;
    line-height: 24px; }
  .upcoming-event .video-block {
    margin-bottom: 43px; }
  .upcoming-event .video-block figcaption {
    padding-right: 80px;
    padding-bottom: 29px; }
  .upcoming-event .video-block figcaption .btn-play {
    margin: 0 21px 20px 0; }
  .upcoming-event .head {
    margin-bottom: 52px; }
  .upcoming-event .head h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 24px; }
  .upcoming-event h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px; }
  .upcoming-event .event-body {
    padding-bottom: 38px; }
  .speakers-boxes {
    padding: 25px 0;
    margin-left: -15px; }
  .speakers-boxes li {
    width: calc(50% - 15px) !important;
    flex-basis: calc(50% - 15px) !important;
    margin: 0 0 15px 15px !important; }
  .speakers-boxes figure figcaption {
    padding: 9px 13px;
    font-size: 12px;
    line-height: 15px; }
  .speakers-boxes figure figcaption br {
    display: none !important; }
  .speakers-boxes li:nth-child(5n+5) {
    display: none; }
  .upcoming-event .more-link {
    margin-top: -6px; }
  .upcoming-event .btn-link {
    font-size: 14px; }
  .upcoming-event .btn-link .arrow-right {
    margin: 0 -35px 0 15px; }
  .program {
    padding: 52px 0 44px; }
  .location-block h3,
  .program h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 38px;
    display: inline-block;
    vertical-align: top; }
  .location-block h3:before,
  .program h3:before {
    display: block;
    right: auto;
    margin-right: 0;
    left: 100%;
    margin-left: 13px;
    top: 12px; }
  .location-block {
    padding: 50px 0 40px;
    font-size: 16px; }
  .location-block h3 {
    margin-bottom: 31px; }
  .location-block .map-holder {
    margin-bottom: 35px; }
  .location-block address {
    margin-bottom: 39px; }
  .program-accordion {
    margin: 0; }
  .program-accordion .panel {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .program-accordion .panel + .panel {
    margin-top: 0; }
  .program-accordion .panel-default > .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0; }
  .program-accordion .panel-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal; }
  .program-accordion .panel-title a {
    padding: 24px 10px 23px 47px;
    display: block;
    color: #00528c;
    background-color: #fff;
    border: 1px solid #fff;
    position: relative; }
  .program-accordion .panel-title a:after,
  .program-accordion .panel-title a:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 19px;
    height: 2px;
    width: 18px;
    background-color: #ccc;
    transition: all .3s;
    transform: rotate(0); }
  .program-accordion .panel-title a.collapsed:after,
  .program-accordion .panel-title a.collapsed:before {
    background-color: #00528c;
    top: 28px; }
  .program-accordion .panel-title a.collapsed:after {
    transform: rotate(90deg); }
  .program-accordion .panel-title a.collapsed {
    background-color: #b7ccdd;
    border-color: #92b2cb;
    padding-top: 16px;
    padding-bottom: 17px; }
  .program-accordion .panel-title a:hover,
  .program-accordion .panel-title a:active,
  .program-accordion .panel-title a:focus {
    outline: none;
    text-decoration: none; }
  .program-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 10px; }
  .program-table-accordion {
    list-style: none;
    padding: 0;
    margin: -10px; }
  .program-table-accordion li {
    font-size: 14px;
    line-height: 24px;
    padding: 13px 0 13px 50px; }
  .program-table-accordion li:first-child {
    padding-top: 0; }
  .program-table-accordion li + li {
    border-top: 1px solid #e5edf3; }
  .program-table-accordion .ttl {
    display: block;
    position: relative; }
  .program-table-accordion .ttl:active,
  .program-table-accordion .ttl:focus,
  .program-table-accordion .ttl:hover {
    text-decoration: none; }
  .program-table-accordion .ttl .subttl,
  .program-table-accordion .ttl .time {
    display: block; }
  .program-table-accordion a.ttl:after,
  .program-table-accordion a.ttl:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -30px;
    height: 2px;
    width: 18px;
    background-color: #ccc;
    transition: all .3s; }
  .program-table-accordion a.collapsed.ttl:after {
    transform: rotate(90deg); }
  .program-table-accordion a.ttl:after {
    transform: rotate(0); }
  .program-table-accordion .inf-box {
    padding: 12px 12px 0 0; }
  .program-table-accordion .inf-box .image {
    max-width: 92px;
    margin: 0 0 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  .program-table-accordion .inf-box img {
    max-width: 100%;
    height: auto; }
  .program-table-accordion .inf-box p {
    margin: 0; }
  .program-table-accordion .inf-box p + p {
    margin-top: .5em; }
  .blog-area .image {
    min-height: 0;
    padding-top: 65%;
    margin-bottom: 20px; }
  .blog-area .image:before {
    height: 70%; }
  /*.blog-area .date-bar {
		padding: 0 0 10px;
	}*/
  .blog-area .date-bar time,
  .blog-area .date-bar .social-widget-image {
    float: none;
    display: block;
    max-width: 100%; }
  .blog-area .date-bar time {
    font-size: 16px;
    margin-bottom: 5px; }
  .blog-author-box {
    padding: 10px 0 0; }
  .blog-author-box h5 {
    font-size: 20px;
    line-height: 24px; }
  .blog-author-box .photo {
    float: none;
    margin: 0 0 10px; }
  .blog-author-box .txt ul {
    padding: 5px 0 15px; }
  .resources-block .filter-wrap {
    padding: 15px; }
  .resources-block .filter-wrap p {
    margin: 0 0 10px; }
  .results-holder {
    margin-bottom: 30px; }
  .result-item,
  .result-item.type2 {
    padding: 15px 0; }
  .result-item .left-box,
  .result-item.type2 .left-box {
    position: static;
    display: block;
    margin: 0 0 10px; }
  .result-item.type2 h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px; }
  .result-item.type2 p {
    margin: 0 0 10px; }
  .result-item.type2 .valign-middle-out {
    min-height: 0; }
  .result-item.type2 .valign-middle-in {
    position: static;
    -webkit-transform: none;
    transform: none; }
  .pagination {
    font-size: 18px;
    line-height: 22px;
    max-width: none;
    margin: 0 -5px;
    justify-content: space-between; }
  .checkout-box {
    padding: 10px;
    font-size: 14px;
    line-height: 20px; }
  .shops-intro {
    padding: 0; }
  .shops-intro h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px; }
  .shops-intro p {
    margin: 0 0 10px; }
  .shops-section {
    padding: 30px 0; }
  .shop-items-list {
    margin-bottom: 10px; }
  .shop-items-list li {
    width: 100%; }
  .shop-item {
    max-width: 340px;
    margin: 0 auto;
    padding: 0 15px 15px; }
  .shop-item .img {
    margin: 0 -15px 5px; }
  .shop-item h5 {
    font-size: 20px; }
  .jobs-list {
    margin: 0 0 30px; }
  .jobs-list li {
    padding: 20px 0; }
  .jobs-list h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px; }
  .jobs-list .job-nav li,
  .jobs-list .job-dates li {
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 20px; }
  .jobs-list .job-nav li + li:before,
  .jobs-list .job-dates li + li:before {
    display: none; }
  .boxes-list {
    text-align: center; }
  .boxes-list li {
    width: 100%;
    /*max-width:240px;*/ }
  .info-box {
    padding: 15px; }
  .events-section .heading-block {
    margin-bottom: 30px; }
  .event-intro .top .social-wrap > span {
    width: 100%;
    margin: 0 0 10px; }
  .event-intro .inf {
    margin-bottom: 20px; }
  .events-section .thumbnail-block {
    margin-top: 20px; }
  .events-section .thumbnail-block .img {
    padding-bottom: 110%; }
  .events-section .accordion {
    margin-bottom: 30px; }
  .events-section .event-video {
    margin: 0;
    padding: 0 0 30px; }
  .events-section .event-video p {
    margin: 0 0 14px; }
  .events-section .gallery-list {
    padding-top: 0;
    margin-bottom: 30px; }
  .related-item {
    font-size: 16px;
    line-height: 24px; }
  .events-section {
    padding: 30px 0; }
  .heading-block h2:before {
    display: none; }
  /* search-block */
  .search-block {
    margin: 28px 0 -40px;
    padding: 23px 0 33px; }
  .search-block h2 {
    margin: 0 0 12px; }
  .intro-section p {
    margin: 0 0 18px; }
  /* thumbnail-boxes-holder */
  .thumbnail-boxes-holder header {
    margin: -6px 0 25px; }
  .thumbnail-boxes-holder h2 {
    font-size: 26px;
    line-height: 30px; }
  /* faq-section */
  .faq-section {
    padding: 22px 0 50px;
    line-height: 21px; }
  .faq-section .heading-block {
    margin: 0 0 14px; }
  .faq-section .heading-block .button-link {
    font-size: 14px;
    line-height: 18px; }
  .faq-accordion .panel.open {
    padding: 18px 0 21px; }
  .faq-accordion .panel-title {
    font-size: 14px; }
  .faq-accordion .panel-title a {
    padding: 0 0 0 34px;
    border: none;
    background: none; }
  .faq-accordion .panel-body {
    padding: 7px 0 0 34px; }
  .btn-open-faq {
    padding: 19px 27px 20px;
    font-size: 14px;
    line-height: 18px; }
  /* question-section */
  .question-section {
    padding: 60px 0 40px; }
  .question-section .lead {
    font-size: 16px;
    line-height: 20px; }
  /* add-info-section */
  .add-info-section, .blue-section {
    padding: 33px 0 29px; }
  .add-info-section header h2,
  .blue-section .thumbnail-boxes-section header h2 {
    font-size: 26px;
    line-height: 30px; }
  .add-info-section header h2:after, .blue-section .thumbnail-boxes-section header h2:after {
    margin: 15px 0 0 24px; }
  /* add-info-list */
  .add-info-list ul {
    margin: 0 -15px;
    font-size: 14px;
    line-height: 21px; }
  .add-info-section .add-info-list ul {
    margin-top: 3px;
    margin-bottom: -5px; }
  .add-info-list li {
    position: relative;
    padding: 10px 15px 18px; }
  .add-info-list li:before {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 2px;
    background: #ccc;
    content: ""; }
  .add-info-list li:nth-last-child(-n+2):before {
    display: none; }
  .add-info-list a {
    padding: 0; }
  .add-info-list a:after {
    display: none; }
  .add-info-list.type2 ul {
    font-size: 14px;
    line-height: 21px; }
  .add-info-list.type2 ul {
    margin: 0 -15px; }
  .add-info-list.type2 li {
    padding: 11px 15px; }
  .add-info-list.type2 li:before {
    left: 15px;
    right: 15px; }
  .add-info-list.type2 a {
    padding: 0; }
  .intro-section .add-info-list ul {
    margin-top: -9px;
    /*margin-bottom:-23px;*/ }
  .thumbnail-block.type2.height2 .img {
    padding: 0; }
  /* training-video */
  .training-video {
    padding: 40px 0; }
  .training-video .video-block {
    margin: 0 0 23px; }
  .training-video .video-block figcaption {
    padding: 0 75px 30px 20px; }
  .training-video .video-block figcaption .btn-play {
    margin: 0 20px 20px 0; }
  .training-video h2 {
    margin: 0;
    font-size: 30px;
    line-height: 34px; }
  /* lightbox */
  .fancybox-button--close {
    top: 0;
    right: 0; }
  .lightbox {
    max-width: 400px;
    font-size: 14px;
    line-height: 18px; }
  .lightbox figure {
    display: block; }
  .lightbox figure .img {
    width: auto;
    height: 0;
    padding-bottom: 60%; }
  .lightbox figure figcaption {
    width: auto;
    padding: 30px 20px 20px; }
  .lightbox h3 {
    font-size: 20px;
    line-height: 24px; }
  .lightbox p {
    margin: 0 0 18px; }
  .lightbox .btns {
    margin: 30px -10px 0; }
  .lightbox .btn {
    margin: 0 10px 20px;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 18px; }
  .lightbox .btn .arrow-right {
    margin: -2px -2px 0 10px; }
  /* donate-box */
  .donate-box {
    font-size: 14px;
    line-height: 18px; }
  .donate-box figcaption {
    padding: 30px 20px 40px; }
  .donate-box h3 {
    font-size: 20px;
    line-height: 24px; }
  .donate-box p {
    margin: 0 0 18px; }
  /* newsletter-box */
  .newsletter-box {
    width: 300px;
    padding: 30px 20px;
    font-size: 14px;
    line-height: 18px; }
  .newsletter-box h3 {
    font-size: 20px;
    line-height: 24px; }
  .newsletter-box p {
    margin: 0 0 18px; }
  .newsletter-box .form-group {
    display: block; }
  .newsletter-box .sfFormSubmit {
    margin: 10px 0 0; }
  .newsletter-box .btn {
    display: block; }
  .upcoming-events {
    padding: 30px 0; }
  .upcoming-events .heading {
    padding-bottom: 37px; }
  .upcoming-events .heading h1 {
    line-height: 40px; }
  .upcoming-events .head {
    margin-bottom: 21px; }
  .upcoming-events .news-box {
    max-width: 315px;
    padding: 16px 20px 30px;
    margin: 0 auto 20px; }
  .upcoming-events .news-box h3 {
    font-size: 16px;
    line-height: 20px; }
  .upcoming-events .date-box .left {
    width: 32px; }
  .upcoming-events .date-box .date {
    font-size: 9px;
    line-height: 13px; }
  .upcoming-events .date-box .date .num {
    font-size: 21px; }
  .upcoming-events .date-box .right {
    padding: 10px 8px; }
  .upcoming-events .date-box h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: -4px; }
  .news-boxes-wrap {
    margin: 0; }
  .news-boxes-wrap .slick-dots {
    list-style: none;
    margin: 0 -8px;
    padding: 21px 0 0;
    font-size: 0;
    line-height: 0;
    text-align: center; }
  .news-boxes-wrap .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px; }
  .news-boxes-wrap .slick-dots button {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #00528c;
    opacity: .2; }
  .news-boxes-wrap .slick-dots button:hover,
  .news-boxes-wrap .slick-dots .slick-active button {
    opacity: 1; }
  .type-filter-block {
    padding: 34px 0 30px;
    margin-bottom: 40px; }
  .type-filter-block .h3, .type-filter-block h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px; }
  .type-filter {
    margin: 0 0 0 -10px; }
  .type-filter li {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px; }
  .upcoming-events .search-bar {
    padding-bottom: 24px; }
  .search-bar .sfFormDropdown,
  .search-bar .sfTxt {
    margin-bottom: 10px; }
  .upcoming-events .sub-heading {
    padding-bottom: 19px; }
  .sub-heading .h3,
  .sub-heading h3 {
    font-size: 16px;
    line-height: 22px; }
  .sub-heading .h3:after,
  .sub-heading h3:after {
    display: none; }
  .upcoming-events-items {
    margin: 0;
    padding: 0 0 20px; }
  .upcoming-events-items li {
    width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px; }
  .intro-section.members-section {
    padding: 27px 0 0; }
  .intro-section.members-section .heading {
    padding: 0 0 16px; }
  .members-section .add-info-list.type2 li {
    padding: 10px 0 14px 10px; }
  .members-section .add-info-list.type2 li:before {
    left: 10px;
    right: 10px; }
  .intro-section.members-section .thumbnail-block {
    margin-top: 45px; }
  .intro-section.members-section .thumbnail-block.type2 .img {
    padding: 0; }
  .upcoming-events-block {
    padding: 36px 0 45px; }
  .resources-list .publications-box {
    background: #e5ecf2;
    min-height: 108px;
    padding: 32px 12px 20px; }
  .upcoming-events-block .resources-list {
    padding-bottom: 64px; }
  /* divisions */
  .divisions-section {
    font-size: 14px;
    line-height: 21px; }
  .divisions-section .container {
    padding-bottom: 10px; }
  .divisions-section .heading {
    padding-bottom: 12px; }
  .divisions-section .heading h1::before {
    display: block; }
  .divisions-section .text-block {
    padding: 0 0 30px; }
  .divisions-section .text-block h2 {
    margin: 0 0 9px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.5px;
    max-width: 260px; }
  .divisions-section .tabs-section {
    padding-left: 0; }
  .divisions-tabs {
    margin: 0 -3px; }
  .divisions-tabs .tabs-nav > li {
    font-size: 14px;
    line-height: 18px; }
  .divisions-tabs .tabs-nav > li > a,
  .divisions-tabs .tabs-nav > li > div {
    padding: 6px 3px; }
  .divisions-tabs .tab-pane {
    padding: 18px 0 0; }
  .divisions-tabs .links-group > li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #ccc; }
  .international-divisions {
    font-size: 14px;
    line-height: 21px; }
  .international-divisions .container {
    padding-top: 37px;
    padding-bottom: 31px; }
  .international-divisions .container > .row > div[class^="col-"]:nth-child(1),
  .international-divisions .container > .row > div[class^="col-"]:nth-child(2) {
    width: auto; }
  .international-divisions .container > .row > .pull-right {
    float: none !important; }
  .international-divisions .container > .row > div[class^="col-"] + div[class^="col-"] {
    padding-top: 28px; }
  .international-divisions h2 {
    margin: 0 0 17px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.5px; }
  .international-divisions p {
    margin: 0 0 18px; }
  .international-divisions p:last-child {
    margin-bottom: 0; }
  .international-divisions .links-cols {
    margin: 0 0 29px;
    padding: 0 0 23px; }
  .international-divisions .links-group > li {
    padding-top: 12px;
    padding-bottom: 12px; }
  .international-divisions .links-group > li:last-child {
    border-bottom: 0; }
  .inform-box {
    font-size: 14px;
    line-height: 27px;
    padding: 20px 19px 28px; }
  .international-divisions .inform-box {
    margin: 0;
    max-width: none; }
  .inform-box .block {
    padding: 0 15px 5px 0;
    min-height: 1px; }
  .inform-box h3 {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 18px; }
  .inform-box p {
    margin: 0; }
  /* end divisions */
  /* examination */
  .examinations-section {
    font-size: 14px;
    line-height: 21px; }
  .examinations-section .container {
    padding-bottom: 0; }
  .examinations-section .heading {
    padding-bottom: 24px; }
  .examinations-section .heading h1::before {
    display: block; }
  .welcome-block {
    padding: 0 0 32px;
    max-width: none; }
  .welcome-block .intro-text {
    padding-bottom: 14px; }
  .examinations-section .text-block {
    padding: 0 0 31px;
    max-width: none; }
  .examinations-section h2 {
    margin: 0 0 19px;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.5px; }
  .examinations-accordion {
    max-width: none; }
  .examinations-accordion .panel:last-child {
    border-bottom: solid 2px #e0e0e0; }
  .examinations-accordion .panel-title {
    font-size: 14px;
    line-height: 18px; }
  .examinations-accordion .panel-title a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 34px;
    background: none;
    border: 0; }
  .examinations-accordion .panel-title a::after,
  .examinations-accordion .panel-title a::before {
    background: #ccc;
    top: 50%;
    margin-left: 0; }
  .examinations-accordion .panel-body {
    padding: 0 35px 47px 33px; }
  .examinations-boxes {
    padding: 0; }
  .examinations-boxes:before {
    top: 4px; }
  .examinations-boxes > .row {
    margin-left: -15px;
    margin-right: -15px; }
  .examinations-boxes > .row > div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  .examinations-boxes h3 {
    margin: 0;
    font-size: 14px;
    line-height: 21px; }
  .examinations-boxes .date {
    padding: 0 0 9px;
    font-size: 14px;
    line-height: 21px; }
  .examinations-details > li {
    font-size: 14px;
    line-height: 21px; }
  .examinations-details > li + li {
    padding-top: 16px; }
  .examinations-details h4 {
    margin: 0;
    font-size: 14px;
    line-height: 21px; }
  .examinations-details p {
    margin: 0;
    letter-spacing: 0.4px; }
  .reserve-info {
    max-width: none;
    margin-left: 0;
    padding: 42px 0 0; }
  .reserve-info h3 {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px; }
  .reserve-info .btn-box {
    padding: 0 0 34px; }
  .reserve-info .btn-box .btn {
    display: block;
    min-width: 1px;
    padding: 13px 55px 13px 18px;
    letter-spacing: 0.7px;
    font-size: 14px;
    line-height: 18px; }
  .reserve-info .btn-box .btn .arrow-right {
    margin: 14px 22px 0 0; }
  .reserve-contacts-box {
    padding: 26px 0 27px;
    font-size: 14px;
    line-height: 21px; }
  .reserve-contacts-box > * {
    position: relative;
    z-index: 20; }
  .reserve-contacts-box:before {
    left: -9999px;
    right: -9999px;
    width: auto; }
  .reserve-contacts-box h3 {
    margin: 0 0 27px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.5px; }
  .reserve-contacts-box p {
    margin: 0 0 19px; }
  .contacts-list > li {
    font-size: 14px;
    line-height: 21px; }
  .contacts-list > li + li {
    padding-top: 13px; }
  .contacts-list h4 {
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 21px; }
  .contacts-list p {
    margin: 0; }
  .inform-section .container {
    padding-top: 30px;
    padding-bottom: 31px; }
  .inform-section .thumbnail-block {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0 0;
    width: auto;
    padding: 0 0 0 0;
    box-shadow: none;
    min-height: 200px; }
  .thumbnail-block.color-turquoise figcaption {
    background: #066d8e; }
  .inform-section .thumbnail-block .img {
    padding-bottom: 0;
    position: relative;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    /*width: 127px;*/
    width: 100%;
    height: auto;
    min-height: 200px; }
  .inform-section .thumbnail-block figcaption {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    z-index: 22;
    left: 0; }
  /*.inform-section .thumbnail-block figcaption a { padding: 15px 19px 16px; }*/
  .inform-section .thumbnail-block h3 {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 22px; }
  .inform-section .thumbnail-block p {
    margin-bottom: 14px; }
  .inform-section .holder {
    max-width: none; }
  .inform-section h2 {
    margin: 0 0 21px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.5px; }
  .aditional-info {
    margin: 0; }
  .aditional-info > li {
    display: block;
    width: auto;
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 21px; }
  .aditional-info > li + li {
    padding-top: 17px;
    border-top: solid 2px #ccc; }
  .aditional-info h3 {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 5px;
    min-height: 1px; }
  .aditional-info h3 a .arrow-right {
    display: none; }
  /* end examination */
  .thumbnail-box.image-left .img, .thumbnail-box.image-right .img {
    padding-bottom: 61.87%;
    width: 100%;
    max-width: 100%; }
  .thumbnail-box figure {
    min-height: 0; }
  /* article-page */
  #header.unlogged-header {
    border-bottom: solid 2px #e5edf3;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
  #header.unlogged-header .top {
    padding: 16px 0 15px 120px; }
  #header.unlogged-header .top .block {
    padding: 0 5px 17px 0; }
  #header.unlogged-header .top .block:before {
    display: block; }
  #header.unlogged-header .search-box {
    display: block;
    margin: 0;
    position: relative;
    top: auto;
    right: auto; }
  #header.unlogged-header .search-box .search-form {
    width: auto;
    background: #e5edf3;
    border-radius: 24px; }
  #header.unlogged-header .navbar {
    padding: 17px 0 10px 100px; }
  #header.unlogged-header .btn-menu {
    font-size: 16px;
    line-height: 20px; }
  #header.unlogged-header .btn-menu .ico-menu {
    margin-top: 10px; }
  .article-section {
    font-size: 14px;
    line-height: 21px; }
  .article-section .container {
    padding-top: 28px;
    padding-bottom: 48px; }
  .article-section .heading {
    padding-bottom: 26px; }
  .article-section .heading h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0; }
  .article-section .heading h1:before {
    display: none; }
  .two-columns .main-column {
    padding-right: 0; }
  .article-section .article-tools {
    margin-bottom: 27px; }
  .article-section .lead {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 17px; }
  .article-section p {
    margin: 0 0 21px; }
  .authors-list {
    padding: 0 0 23px; }
  .authors-list li {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700; }
  .contacts-box {
    padding: 25px 17px 18px; }
  .contacts-box h3 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 18px; }
  .contacts-box ul li {
    font-size: 14px;
    line-height: 29px; }
  .related-section .container {
    padding-top: 47px;
    padding-bottom: 29px; }
  .related-section h2 {
    margin: 0 0 42px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.5px; }
  .related-section h2 > span:before {
    display: none; }
  .items-carousel {
    margin: 0 auto;
    max-width: 235px; }
  .items-carousel .slide {
    padding: 0; }
  .items-carousel .info-box {
    padding: 21px 18px 11px;
    font-size: 14px;
    line-height: 21px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  .items-carousel .slick-current .info-box {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .items-carousel .info-box h5 {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 14px; }
  .items-carousel .info-box p {
    margin-bottom: 14px; }
  .items-carousel .info-box .bot {
    padding-top: 9px; }
  /* end article-page */
  .parents-young-people .divisions-tabs .tabs-nav > li {
    font-size: 14px;
    line-height: 18px; }
  .parents-young-people .divisions-tabs .tabs-nav > li > a {
    padding: 16px 5px; }
  .parents-young-people .add-info-list.type2 li {
    width: 100%; }
  .magenta-section .col-lg-9.col-sm-8 {
    max-width: 100%; }
  /*.thumbnail-boxes-section .container { padding-left:0; padding-right:0; } commented because of home*/
  .parents-young-people {
    padding-top: 10px; }
  .health-leaflet-area .col-lg-3.col-sm-4 {
    float: none !important; }
  .divider.height-10 {
    height: 5px; }
  .divider.height-20,
  .divider.height-15 {
    height: 10px; }
  .divider.height-25,
  .divider.height-30 {
    height: 15px; }
  .divider.height-40,
  .divider.height-35 {
    height: 20px; }
  .divider.height-50,
  .divider.height-45 {
    height: 25px; }
  .divider.height-60,
  .divider.height-55 {
    height: 30px; }
  .divider.height-70,
  .divider.height-65 {
    height: 35px; }
  .divider.height-80,
  .divider.height-75 {
    height: 40px; }
  .divider.height-100 {
    height: 50px; }
  #footer #__ba_panel,
  #footer #__ba_panel._launchpad {
    top: -50px !important; }
  #popupSurveyModal .sf-form-button > button {
    margin: 0 0 5px 0; }
  .sf-FormNav {
    display: none; }
  #gradeModal, #instructionsModal, .bootstrap-popup-item.modal {
    padding: 0; }
  .cta-box.info-block .btn {
    text-align: left; }
  .xs-new-line {
    display: block; }
  .btn, .sf-form-button > a, .sf-form-button > button, .thumbnail-block figcaption > div > div a {
    font-size: 16px;
    line-height: 20px; }
  .news-slider.white .news-item.single .holder {
    border-left: 1px solid #979797; }
  .fontsize18, .fontsize18.sf-fieldWrp > label {
    font-size: 14px; }
  .fontsize20, .fontsize20.sf-fieldWrp > label {
    font-size: 16px; }
  .fontsize22, .fontsize22.sf-fieldWrp > label {
    font-size: 18px; }
  .fontsize24, .fontsize24.sf-fieldWrp > label {
    font-size: 20px; }
  .fontsize30, .fontsize30.sf-fieldWrp > label {
    font-size: 24px; }
  blockquote.no-q {
    font-size: 14px;
    line-height: 21px; } }

@media screen and (max-width: 479px) {
  .gallery-list li {
    width: 100%; }
  a.skip-navigation:active, a.skip-navigation:focus, a.skip-navigation:hover {
    position: static;
    margin: 0;
    position: absolute;
    top: 55px;
    left: auto;
    right: 0; } }

@media only screen and (max-width: 374px) {
  /* container */
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  /* end container */
  /* info-bar */
  .info-bar .container {
    padding-right: 110px; }
  .info-bar .btn {
    width: 105px;
    padding-left: 10px;
    padding-right: 25px; }
  .info-bar .btn .arrow-right {
    margin-right: 5px; }
  /* end info-bar */
  /* header */
  #header .logo {
    margin-left: 15px; }
  .content-dropdown-opener {
    min-width: 135px; }
  .logged-item {
    padding: 17px 13px; }
  .search-box {
    margin-right: 100px; }
  .mm-menu .mm-navbar .mm-navbar__title {
    font-size: 16px;
    line-height: 20px; }
  .mm-listview > li:before {
    left: 15px;
    right: 15px; }
  .mm-menu .mm-navbar {
    padding-left: 75px;
    padding-right: 75px; }
  .mm-menu .mm-navbar:before {
    left: 15px;
    right: 15px; }
  .mm-menu .mm-navbar .mm-btn_prev {
    margin-left: 15px; }
  .mm-menu .mm-listview > li > a:not(.mm-btn_next) {
    padding-left: 15px; }
  .mm-menu #mm-0.mm-panel .mm-listview > li > a:not(.mm-btn_next) {
    padding-left: 15px; }
  .mm-listview .mm-btn_next span {
    margin-right: 15px; }
  .mm-menu .top-links {
    padding-left: 10px;
    padding-right: 10px; }
  .mm-menu .menu-donate-box {
    padding-left: 15px;
    padding-right: 15px; }
  /* end header */
  /* alert */
  .alert .btn-close {
    margin-left: 8px; }
  .alert .container {
    padding-left: 45px; }
  /* end alert */
  /* footer */
  #footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(1) {
    width: 60%; }
  #footer .top .container > .row > div[class^="col-"]:nth-child(1) > .row > div[class^="col-"]:nth-child(2) {
    width: 40%; }
  .location-box figcaption {
    padding-left: 15px;
    padding-right: 10px; }
  #footer .bottom .container {
    padding-left: 15px; }
  /* end footer */
  /* depression */
  .video-block figcaption p {
    letter-spacing: 0; }
  .article-widget {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 110px; }
  .article-widget .img {
    width: 110px; }
  .article-widget .widget-body {
    padding-left: 10px;
    padding-right: 10px; }
  .article-widget h3 {
    letter-spacing: 0; }
  /* end depression */
  /* news */
  .news-item .holder {
    padding: 20px; }
  /* end news */
  /* social-section */
  .social-gallery {
    margin: 0 -15px; }
  .social-gallery .slick-slide {
    width: 320px;
    padding: 0 15px; }
  /* heading-block */
  .heading-block h2 {
    font-size: 24px;
    line-height: 28px; }
  .heading-block .button-link {
    margin: 4px 0 0; }
  /* news-boxes */
  .news-boxes {
    margin: 0 -15px; }
  .news-boxes .slick-slide {
    width: 320px;
    padding: 0 15px; }
  .news-box {
    padding: 26px 15px 31px; }
  /* intro-section */
  .intro-section .thumbnail-block {
    margin: 40px -15px 0; }
  /* main-slider-block-home */
  .main-slider-block-home .main-slider-block .main-slider-holder {
    margin-left: -15px;
    margin-right: -15px; }
  .main-slider-block .main-slider {
    width: calc(100% - 60px); }
  .main-slider-block .main-slider::before {
    left: calc(100% - 60px); }
  .main-slider .slick-arrow, .main-slider .slick-play-pause {
    left: calc(100% - 52px); }
  .main-slider-block .main-slider-holder {
    margin-right: -15px; }
  .main-slider-block-inner .slick-arrow {
    left: calc(100% - 92px); }
  .main-slider-block-inner .slick-arrow.slick-next {
    left: calc(100% - 55px); }
  /* end main-slider-block-home */
  /* lightbox */
  .lightbox {
    width: calc(100% - 30px); }
  .lightbox figure figcaption {
    padding: 30px 15px; }
  .lightbox .btns {
    margin: 30px -5px 0; }
  .lightbox .btn {
    margin: 0 5px 10px;
    padding: 11px 12px; }
  .resources-list .publications-box {
    padding: 32px 5px 20px; }
  /* divisions */
  .divisions-tabs .tabs-nav > li {
    font-size: 12px;
    line-height: 16px; }
  /* end divisions */
  /* examination */
  .examinations-accordion .panel-body {
    padding-left: 0;
    padding-right: 0; }
  /* end examination */
  .search-bar.style-2 .sfTxt {
    background: #e5ecf2; }
  .search-bar .search-submit-btn {
    height: 60px; } }

@media only screen and (min-width: 1025px) {
  /* animations */
  /*.animate-up{
		-webkit-transform: translate(0, 100px);
				transform: translate(0, 100px);
		transition: transform .6s ease-out, opacity .6s ease-out;
	}
	.animate-left{
		-webkit-transform: translate(100px, 0);
				transform: translate(100px, 0);
		transition: transform .6s ease-out, opacity .6s ease-out;
	}*/
  /*.opacity{opacity: 0;}
	.opacity.active{opacity: 1;}*/
  /*.mid{transition-duration: 1.35s;}
	.slow{transition-duration: 1.85s;}
	.animate-left.active,
	.animate-up.active{
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}*/ }

@media only screen and (min-width: 992px) {
  /* mm-menu */
  .mm-menu,
  #mm-blocker {
    display: none !important; }
  html.mm-blocking,
  html.mm-blocking body {
    overflow: visible !important; }
  /* end mm-menu */
  .health-accordion .holder {
    display: block !important; } }

@media only screen and (min-width: 768px) {
  .info-list .text-block {
    display: block !important;
    height: auto !important; }
  /* depression */
  .article-widget .img {
    background: none !important; }
  /* end depression */ }

@media print {
  @page {
    size: A4;
    margin: 2cm; }
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3em;
    background: #fff !important;
    color: #000;
    word-spacing: 1px;
    letter-spacing: 0.2px;
    margin: 0;
    padding: 0; }
  h1 {
    font-size: 24pt; }
  h2, h3, h4 {
    font-size: 14pt;
    margin-top: 25px; }
  blockquote {
    page-break-inside: avoid; }
  .heading h1, .heading h2,
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    page-break-after: avoid; }
  table, pre {
    page-break-inside: avoid; }
  ul, ol, dl {
    page-break-before: avoid;
    page-break-inside: auto; }
  ol li:first-child, ul li:first-child {
    page-break-before: auto;
    display: block; }
  li {
    padding-left: 0 !important; }
  a:link, a:visited, a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left; }
  a {
    page-break-inside: avoid; }
  a[href^=http]:after {
    content: " < " attr(href) "> "; }
  article a[href^="#"]:after {
    content: ""; }
  a:not(:local-link):after {
    content: " < " attr(href) "> "; }
  iframe, ins, img, .main-slider-block-home {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap; }
  .embed-youtube, .embed-responsive {
    position: absolute;
    height: 0;
    overflow: hidden; }
  .hidden-print, .info-bar,
  .event-intro > .col-md-4,
  .btn-back, .social-wrap,
  ::after, ::before,
  [class^='arrow-'],
  .search-bar,
  .btn, .resource-box .ico,
  .btn-box, .resources-section {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap; }
  div[class^='col-'], div.content,
  .add-info-list.type2 li {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important; }
  .panel-collapse, .collapse, .thumbnail-boxes,
  .add-info-list ul, .tab-content > .tab-pane,
  .print-show {
    display: block !important; }
  .tab-content > .tab-pane {
    opacity: 1; }
  .main-section {
    padding: 0; }
  .thumbnail-box .img {
    display: none;
    padding-bottom: 0; }
  .thumbnail-boxes .col-sm-3 {
    width: 30% !important; }
  .faq-accordion .panel-title a,
  .faq-accordion .panel-body {
    padding-left: 0; }
  .resource-box h3 {
    margin-bottom: 0; }
  #main, .main-section {
    padding: 40px 0 20px; }
  .heading {
    padding-bottom: 10px; }
  .resources-list > li {
    width: 100%;
    height: auto !important; }
  .resource-box {
    min-height: 1px;
    padding: 0;
    height: auto !important; }
  .faq-accordion p, .panel-body .table-block,
  .content p {
    margin-bottom: 20px; } }

.k-slider-horizontal {
  width: 100%;
  margin: 30px 0; }

.blocker {
  z-index: 100001 !important; }

/*== DESIGN VIEW ==*/
.sfPageWrapper .opacity,
.sfPageWrapper .side-heading {
  opacity: 1; }

.sfPageWrapper .intro-section .thumbnail-block {
  margin: 0; }

.sfPageWrapper .thumbnail-block figcaption {
  bottom: 10px; }

.sfPageWrapper .heading .visible-sm,
.sfPageWrapper .sf_colsIn.hidden-lg,
.sfPageWrapper .sf_colsIn.hidden-md,
.sfPageWrapper .sf_colsIn.hidden-sm,
.sfPageWrapper .sf_colsIn.hidden-xs,
.sfPageEditor .intro-section-content {
  display: block !important; }

.sfPageWrapper .thumbnail-boxes-section header {
  margin-bottom: 100px; }

.sfPageWrapper .animate-up {
  transform: none;
  transition: none; }

.sfPageWrapper .thumbnail-block {
  max-width: 90%; }

.sfPageWrapper .mm-slideout {
  z-index: auto; }

.sfPageWrapper .inform-section .thumbnail-block {
  margin-top: 0;
  bottom: 0; }

.sfPageWrapper .program-tabs .nav-tabs li {
  display: table-cell !important; }

.sfPageWrapper .question-section {
  margin: 0;
  left: 0;
  position: static; }

.sfPageWrapper .info-dropdown.collapse {
  display: block; }

.sfPageEditor .bootstrap-popup-item.modal {
  position: relative;
  display: block;
  opacity: 1; }

.sfPageWrapper .modal.fade .modal-dialog {
  transform: none; }

@media only screen and (max-width: 1499px) {
  .sfPageWrapper .thumbnail-block {
    max-width: 40%; } }

.sfPageWrapper .sfImage {
  max-width: 100%; }

h4 {
  color: #00528c;
  font-style: normal;
  font-weight: 700; }

h2.heading,
h2.heading.no-before {
  margin: 0;
  color: #00528c;
  position: relative;
  line-height: 90px;
  letter-spacing: -3px; }

body.sfPageEditor .thumbnail-box .img > img {
  display: block;
  width: 100%;
  height: auto; }

body.sfPageEditor .sfPageContainer .RadDock .rdTable,
body.sfPageEditor .RadDock .rdContent {
  font-family: Montserrat,Arial,Helvetica,sans-serif; }

body.sfPageEditor .thumbnail-block .img img {
  display: block; }

body.sfPageEditor .thumbnail-block .figcaption {
  position: relative; }

body.sfPageEditor .thumbnail-block.type2 .img {
  height: auto;
  padding-bottom: 0; }

#header .logo {
  width: 85px; }
  @media (min-width: 991px) {
    #header .logo {
      width: 110px;
      margin: 31px 0 0 16px; } }

@media (min-width: 1200px) {
  #header .top .top-links {
    padding-right: 15px; } }

@media (min-width: 1200px) {
  #header .top .content-dropdown-opener {
    padding-right: 45px; }
    #header .top .content-dropdown-opener .arrow-down {
      margin-right: 13px; } }

@media (min-width: 768px) {
  #header .top [data-sf-role="sf-logged-in-view"] .logged-item {
    max-width: 238px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    max-height: 49px; } }

@media (min-width: 990px) {
  #header .top [data-sf-role="sf-logged-in-view"] .logged-item {
    max-width: 110px; } }

@media (min-width: 1024px) {
  #header .top [data-sf-role="sf-logged-in-view"] .logged-item {
    max-width: 98px; } }

@media (min-width: 1240px) {
  #header .top [data-sf-role="sf-logged-in-view"] .logged-item {
    max-width: 238px; } }

.image-footer__container {
  margin-top: 77px; }
  .image-footer__container .sfContentBlock {
    display: flex;
    flex-direction: column;
    text-align: left; }
    @media (min-width: 600px) {
      .image-footer__container .sfContentBlock {
        flex-direction: row;
        text-align: left; } }
    .image-footer__container .sfContentBlock img {
      max-height: 100px;
      padding: 0 10px;
      margin-bottom: 10px; }
      @media (min-width: 600px) {
        .image-footer__container .sfContentBlock img {
          width: 100%;
          margin-bottom: 0; } }

.blog__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0; }

.blog__pagination-link-prev, .blog__pagination-link-next {
  position: relative;
  color: #00528c;
  font-weight: 700; }
  .blog__pagination-link-prev:before, .blog__pagination-link-next:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px; }
  .blog__pagination-link-prev:hover, .blog__pagination-link-prev:focus, .blog__pagination-link-next:hover, .blog__pagination-link-next:focus {
    text-decoration: none; }

.blog__pagination-link-prev {
  padding-left: 25px; }
  .blog__pagination-link-prev:before {
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.95%22%20height%3D%2212.22%22%20viewBox%3D%220%200%209.95%2012.22%22%3E%3Cpath%20fill%3D%22%2300528c%22%20d%3D%22M10%2C5.73V6.5a1.05%2C1.05%2C0%2C0%2C1-.57.94L1.62%2C12a1.24%2C1.24%2C0%2C0%2C1-.65.21.94.94%2C0%2C0%2C1-.67-.28.93.93%2C0%2C0%2C1-.3-.71.91.91%2C0%2C0%2C1%2C.44-.83L7.69%2C6.11.44%2C1.85A1%2C1%2C0%2C0%2C1%2C0%2C1%2C1%2C1%2C0%2C0%2C1%2C.3.28.94.94%2C0%2C0%2C1%2C1%2C0a1.3%2C1.3%2C0%2C0%2C1%2C.65.21L9.38%2C4.79A1.06%2C1.06%2C0%2C0%2C1%2C10%2C5.73Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    transform: translateY(-50%) scale(-1);
    left: 0;
    background-size: contain;
    transition: all ease-in-out 0.25s; }
  .blog__pagination-link-prev:hover:before {
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.95%22%20height%3D%2212.22%22%20viewBox%3D%220%200%209.95%2012.22%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M10%2C5.73V6.5a1.05%2C1.05%2C0%2C0%2C1-.57.94L1.62%2C12a1.24%2C1.24%2C0%2C0%2C1-.65.21.94.94%2C0%2C0%2C1-.67-.28.93.93%2C0%2C0%2C1-.3-.71.91.91%2C0%2C0%2C1%2C.44-.83L7.69%2C6.11.44%2C1.85A1%2C1%2C0%2C0%2C1%2C0%2C1%2C1%2C1%2C0%2C0%2C1%2C.3.28.94.94%2C0%2C0%2C1%2C1%2C0a1.3%2C1.3%2C0%2C0%2C1%2C.65.21L9.38%2C4.79A1.06%2C1.06%2C0%2C0%2C1%2C10%2C5.73Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    background-size: contain; }

.blog__pagination-link-next {
  padding-right: 25px; }
  .blog__pagination-link-next:before {
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.95%22%20height%3D%2212.22%22%20viewBox%3D%220%200%209.95%2012.22%22%3E%3Cpath%20fill%3D%22%2300528c%22%20d%3D%22M10%2C5.73V6.5a1.05%2C1.05%2C0%2C0%2C1-.57.94L1.62%2C12a1.24%2C1.24%2C0%2C0%2C1-.65.21.94.94%2C0%2C0%2C1-.67-.28.93.93%2C0%2C0%2C1-.3-.71.91.91%2C0%2C0%2C1%2C.44-.83L7.69%2C6.11.44%2C1.85A1%2C1%2C0%2C0%2C1%2C0%2C1%2C1%2C1%2C0%2C0%2C1%2C.3.28.94.94%2C0%2C0%2C1%2C1%2C0a1.3%2C1.3%2C0%2C0%2C1%2C.65.21L9.38%2C4.79A1.06%2C1.06%2C0%2C0%2C1%2C10%2C5.73Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    right: 0;
    background-size: contain;
    transition: all ease-in-out 0.25s; }
  .blog__pagination-link-next:hover:before {
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.95%22%20height%3D%2212.22%22%20viewBox%3D%220%200%209.95%2012.22%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M10%2C5.73V6.5a1.05%2C1.05%2C0%2C0%2C1-.57.94L1.62%2C12a1.24%2C1.24%2C0%2C0%2C1-.65.21.94.94%2C0%2C0%2C1-.67-.28.93.93%2C0%2C0%2C1-.3-.71.91.91%2C0%2C0%2C1%2C.44-.83L7.69%2C6.11.44%2C1.85A1%2C1%2C0%2C0%2C1%2C0%2C1%2C1%2C1%2C0%2C0%2C1%2C.3.28.94.94%2C0%2C0%2C1%2C1%2C0a1.3%2C1.3%2C0%2C0%2C1%2C.65.21L9.38%2C4.79A1.06%2C1.06%2C0%2C0%2C1%2C10%2C5.73Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    background-size: contain; }

.blog-area h1 {
  font-size: 60px;
  letter-spacing: 0;
  line-height: 80px; }
  @media only screen and (max-width: 1239px) {
    .blog-area h1 {
      font-size: 44px;
      line-height: 60px; } }
  @media only screen and (max-width: 991px) {
    .blog-area h1 {
      font-size: 34px;
      line-height: 44px; } }
  @media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
    .blog-area h1 {
      font-size: 30px;
      line-height: 40px;
      letter-spacing: 0; } }

@media (min-width: 992px) {
  .main-slider-block-home .head h2 {
    font-size: 65px; } }

.c-tooltip {
  background-color: #00528c;
  width: 23px;
  height: 23px;
  display: block;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: inline-block; }
  .c-tooltip__wrapper {
    display: inline-block;
    position: absolute;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .5px;
    left: 18px;
    top: 13px;
    right: 13px;
    margin: 0;
    z-index: 1;
    width: 100%;
    cursor: pointer; }

.select2__custom .select2-selection__rendered {
  min-height: 70px;
  background-color: #e6eef4; }

@media (max-width: 350px) {
  .select2__custom--mobile .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 33px 50px 12px 41px; } }

.select2-selection__rendered {
  background-color: #e6eef4; }

.select2-results > .select2-results__options {
  max-height: 330px !important; }

.select2-selection__arrow:before {
  content: '\f105';
  font: 27px/18px FontAwesome;
  position: absolute;
  z-index: 10;
  bottom: -60%;
  transform: rotate(90deg);
  left: -30%;
  margin: -9px 0 0 -2px;
  color: #00528c; }

.select2-container .select2-link__clear {
  float: right;
  padding: 0 1rem;
  font-size: 20px; }
  .select2-container .select2-link__clear:hover {
    cursor: pointer; }

.field--hide {
  display: none; }

.success-back:hover {
  cursor: pointer; }

.table-holder .table-heading {
  margin: 35px 0 0 8px;
  font-size: 24px;
  line-height: 1; }

.news-boxes-section {
  padding: 15px 0 80px; }

.content ol ul li:before {
  content: '' !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #014b88 !important;
  left: 0 !important;
  top: 8px !important; }

.content ol ol, .content ol ul, .content ul ol, .content ul ul {
  padding-bottom: 0; }
  .content ol ol li:last-child, .content ol ul li:last-child, .content ul ol li:last-child, .content ul ul li:last-child {
    padding-bottom: 0; }

.problem-list > .item p {
  margin-bottom: 0; }

.ui-autocomplete.sf-autocomplete .ui-menu-item {
  cursor: pointer; }
  .ui-autocomplete.sf-autocomplete .ui-menu-item:focus {
    color: #fff;
    background: #00528c; }
  @media (hover: hover) and (pointer: fine) {
    .ui-autocomplete.sf-autocomplete .ui-menu-item:hover {
      color: #fff;
      background: #00528c; } }
  .ui-autocomplete.sf-autocomplete .ui-menu-item:active, .ui-autocomplete.sf-autocomplete .ui-menu-item:has(.ui-menu-item-wrapper.ui-state-active) {
    color: #fff;
    background: #00528c; }

.in-page-search {
  top: unset;
  right: unset;
  background: unset;
  z-index: unset;
  position: relative;
  max-width: 527px;
  padding-left: 0; }
  .in-page-search__search-box {
    display: flex;
    padding-bottom: 0; }
    @media (max-width: 991.98px) {
      .in-page-search__search-box {
        margin-right: 8px; } }
  .in-page-search .sfTxt {
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-size: 19px; }

.search-result-breadcrumbs {
  background: transparent;
  padding: 7px 0;
  margin-bottom: 15px; }
  .search-result-breadcrumbs li {
    border-bottom: unset; }

