@font-face {
	font-family: 'Microsoft Jhenghei Fixed';
	unicode-range: U+7DB0, U+78A7, U+7B75; /* ASCII (ç¢§ç­µç¶°) */
	font-weight: normal;
	font-style: bold;
	src: local('Microsoft Yahei');
}

@charset "UTF-8";
/* line 1, lib/bootstrap-multiselect.css */
span.multiselect-native-select {
  position: relative;
}

/* line 1, lib/bootstrap-multiselect.css */
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

/* line 1, lib/bootstrap-multiselect.css */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1, lib/bootstrap-multiselect.css */
.multiselect-container .input-group {
  margin: 5px;
}

/* line 1, lib/bootstrap-multiselect.css */
.multiselect-container > li {
  padding: 0;
}

/* line 1, lib/bootstrap-multiselect.css */
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}

/* line 1, lib/bootstrap-multiselect.css */
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}

/* line 1, lib/bootstrap-multiselect.css */
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}

/* line 1, lib/bootstrap-multiselect.css */
.multiselect-container > li > a {
  padding: 0;
}

/* line 1, lib/bootstrap-multiselect.css */
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}

/* line 1, lib/bootstrap-multiselect.css */
.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0;
}

/* line 1, lib/bootstrap-multiselect.css */
.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

/* line 1, lib/bootstrap-multiselect.css */
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, lib/bootstrap-multiselect.css */
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

/* line 1, lib/bootstrap-multiselect.css */
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

/* Colors Set
=======================================*/
/* GUI Colors
=======================================*/
/* Table Color */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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 */
/* line 9, ../sass/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../sass/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../sass/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../sass/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../sass/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../sass/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../sass/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../sass/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../sass/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../sass/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../sass/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../sass/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../sass/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../sass/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../sass/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../sass/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../sass/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../sass/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../sass/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../sass/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../sass/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../sass/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../sass/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../sass/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../sass/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../sass/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../sass/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../sass/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../sass/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../sass/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../sass/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../sass/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../sass/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../sass/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../sass/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../sass/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../sass/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../sass/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print{
	header {
		display: none;
	}
	.parallax-image-wrapper-100, .inner-poster, .gradient-bg, footer img.hidden-xs.hidden-sm {
		display: none;
	}
	.page-head {
		position: static;
	}
}
@media printxxxxxx {
  /* line 9, ../sass/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../sass/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 33, ../sass/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../sass/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../sass/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../sass/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../sass/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../sass/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../sass/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../sass/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../sass/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../sass/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../sass/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../sass/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../sass/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../sass/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../sass/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../sass/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 69, ../sass/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../sass/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../sass/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../sass/bootstrap/_scaffolding.scss */
.sr-only, #skip-start {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../sass/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../sass/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #686868; /*#777777;*/
}

/* line 24, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../sass/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../sass/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../sass/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../sass/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../sass/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../sass/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../sass/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../sass/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../sass/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../sass/bootstrap/_type.scss */
.text-muted {
  color: #686868; /*#777777;*/
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../sass/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../sass/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../sass/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../sass/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../sass/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../sass/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../sass/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #686868; /*#777777;*/
}
/* line 265, ../sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../sass/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../sass/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 10, ../sass/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../sass/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../sass/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 768px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../sass/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../sass/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #686868; /*#777777;*/
  text-align: left;
}

/* line 15, ../sass/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../sass/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../sass/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../sass/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../sass/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../sass/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../sass/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../sass/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../sass/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 171, ../sass/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../sass/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../sass/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../sass/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../sass/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../sass/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #4c4c4c;
}

/* line 114, ../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #4c4c4c;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../sass/bootstrap/mixins/_forms.scss */
.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);
}
/* line 103, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../sass/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../sass/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../sass/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../sass/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../sass/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../sass/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../sass/bootstrap/_forms.scss */
.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;
}

/* line 248, ../sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../sass/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../sass/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../sass/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../sass/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../sass/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../sass/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../sass/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../sass/bootstrap/mixins/_forms.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 333, ../sass/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../sass/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../sass/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../sass/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../sass/bootstrap/mixins/_forms.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 359, ../sass/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, ../sass/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../sass/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../sass/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, ../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../sass/bootstrap/_forms.scss */
.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;
}

/* line 410, ../sass/bootstrap/_forms.scss */
.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;
}

/* line 417, ../sass/bootstrap/_forms.scss */
.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;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../sass/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../sass/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label#skip-start ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media screen and (min-width: 768px) {
  /* line 478, ../sass/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../sass/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../sass/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../sass/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 582, ../sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media screen and (min-width: 768px) {
  /* line 603, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  /* line 611, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 10, ../sass/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../sass/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../sass/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../sass/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../sass/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../sass/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../sass/bootstrap/_dropdowns.scss */
.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;
}

/* line 20, ../sass/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 31, ../sass/bootstrap/_dropdowns.scss */
.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);
  background-clip: padding-box;
}
/* line 54, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #686868; /*#777777;*/
}
/* line 110, ../sass/bootstrap/_dropdowns.scss */
.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;
}

/* line 123, ../sass/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../sass/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../sass/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #686868; /*#777777;*/
  white-space: nowrap;
}

/* line 163, ../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 11, ../sass/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../sass/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../sass/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../sass/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../sass/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../sass/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../sass/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../sass/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../sass/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../sass/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../sass/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../sass/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../sass/bootstrap/_navbar.scss */
.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;
}
/* line 206, ../sass/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../sass/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../sass/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../sass/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../sass/bootstrap/_navbar.scss */
.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 screen and (min-width: 768px) {
  /* line 478, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../sass/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../sass/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../sass/bootstrap/_navbar.scss */
  .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;
  }
}

/* line 327, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../sass/bootstrap/_navbar.scss */
.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;
}

/* line 343, ../sass/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, ../sass/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../sass/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../sass/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../sass/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../sass/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #686868; /*#777777;*/
}
/* line 403, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #686868; /*#777777;*/
}
/* line 415, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #686868; /*#777777;*/
}
/* line 418, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../sass/bootstrap/_navbar.scss */
.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;
}
/* line 433, ../sass/bootstrap/_navbar.scss */
.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;
}
/* line 442, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../sass/bootstrap/_navbar.scss */
.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) {
  /* line 473, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #686868; /*#777777;*/
  }
  /* line 475, ../sass/bootstrap/_navbar.scss */
  .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;
  }
  /* line 482, ../sass/bootstrap/_navbar.scss */
  .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;
  }
  /* line 490, ../sass/bootstrap/_navbar.scss */
  .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;
  }
}
/* line 506, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #686868; /*#777777;*/
}
/* line 508, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #686868; /*#777777;*/
}
/* line 515, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../sass/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../sass/bootstrap/_navbar.scss */
.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;
}
/* line 577, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../sass/bootstrap/_navbar.scss */
  .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;
  }
  /* line 622, ../sass/bootstrap/_navbar.scss */
  .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: #090909;
  }
  /* line 630, ../sass/bootstrap/_navbar.scss */
  .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;
  }
}
/* line 641, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 5, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../sass/bootstrap/_responsive-embed.scss */
.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;
}

/* line 28, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 11, ../sass/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../sass/bootstrap/_modals.scss */
.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;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../sass/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../sass/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../sass/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../sass/bootstrap/_modals.scss */
.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);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../sass/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #0d0414;
}
/* line 73, ../sass/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../sass/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 79, ../sass/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../sass/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../sass/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../sass/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../sass/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../sass/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../sass/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../sass/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../sass/bootstrap/_modals.scss */
  .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);
  }

  /* line 145, ../sass/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../sass/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../sass/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../sass/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../sass/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../sass/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../sass/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../sass/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../sass/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../sass/bootstrap/_responsive-utilities.scss */
.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 screen and (max-width: 767px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 54, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 59, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 64, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1200px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 111, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  /* line 116, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 1200px) {
  /* line 121, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media printxxxx {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media printxxxx {
  /* line 155, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media printxxxxx {
  /* line 162, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media printxxxx {
  /* line 169, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media printxxxx {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* Only Include scss from others */
/* theOrigo Common Classes
======================================*/
/* line 4, ../sass/generic/_theOrigo.scss */
.hideText {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Clearfix
 * Ref: http://nicolasgallagher.com/micro-clearfix-hack/
======================================*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 24, ../sass/generic/_theOrigo.scss */
.cf:before, .counter-slider__container:before, .blk-group:before, .page-bottom:before, .cumore__bottom:before, .cumore__bot-right:before, .video-row__inner:before, .colleges__cols:before, .college-detail:before, .profcloud--hori:before, .wcard__profile:before, .ev__blk .action-bar:before, .ballimg-blk:before,
.cf:after,
.counter-slider__container:after,
.blk-group:after,
.page-bottom:after,
.cumore__bottom:after,
.cumore__bot-right:after,
.video-row__inner:after,
.colleges__cols:after,
.college-detail:after,
.profcloud--hori:after,
.wcard__profile:after,
.ev__blk .action-bar:after,
.ballimg-blk:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 30, ../sass/generic/_theOrigo.scss */
.cf:after, .counter-slider__container:after, .blk-group:after, .page-bottom:after, .cumore__bottom:after, .cumore__bot-right:after, .video-row__inner:after, .colleges__cols:after, .college-detail:after, .profcloud--hori:after, .wcard__profile:after, .ev__blk .action-bar:after, .ballimg-blk:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 38, ../sass/generic/_theOrigo.scss */
.cf, .counter-slider__container, .blk-group, .page-bottom, .cumore__bottom, .cumore__bot-right, .video-row__inner, .colleges__cols, .college-detail, .profcloud--hori, .wcard__profile, .ev__blk .action-bar, .ballimg-blk {
  *zoom: 1;
}

/*js class control
=================*/
/*.js-bxSlider { visibility: hidden;} // set it to visible while start bxSlider fn binding*/
/* line 61, ../sass/generic/_theOrigo.scss */
.noTrans {
  -webkit-transition: 0s !important;
  -moz-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}

/** {
    -webkit-transition: 0s !important;
  -moz-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
  
  transform:none !important;
-ms-transform:none !important;
-webkit-transform:none !important;
}*/
/* fix inline block */
/* dom opacity */
/* set background opacity */
/* Vertically align */
/* convert font size units - pxem(40px)*/
/* fix png issue with ie7&ie8 */
/* Style for placeholder */
/* Triangle - @include triangle(12px, 6px, #ff0000, down); */
/* @include svg_bg(inline/icon-x, 50px); */
/* @include button(15px 10px, #333, #fff, 16px, bold, #ccc, 10px); */
/* Calculate fluid ratio based on two dimensions (width/height)  @include fluid-ratio(800px 200px, 300px 150px);
http://voormedia.com/blog/2012/11/responsive-background-images-with-fixed-or-fluid-aspect-ratios
*/
/* @include pseudo(before, 10px, 10px); */
/* @include accelerate(transform); */
/* =============================================================================
- Project Initial
============================================================================= */
@font-face {
  font-family: 'Heebo';
  src: url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/heebo-light-webfont.woff2") format("woff2"), url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/heebo-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/heebo-regular-webfont.woff2") format("woff2"), url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/heebo-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/heebo-bold-webfont.woff2") format("woff2"), url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/heebo-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans';
  src: url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/notosans-bold-webfont.woff2") format("woff2"), url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/notosans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans';
  src: url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/notosans-regular-webfont.woff2") format("woff2"), url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/notosans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/pt_sans-web-regular-webfont.woff2") format("woff2"), url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/pt_sans-web-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/pt_sans-web-bold-webfont.woff2") format("woff2"), url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/pt_sans-web-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/pt-narrowblod.woff2") format("woff2"), url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/pt-narrowblod.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/icomoon/icomoon.ttf?qnvdi8") format("truetype"), url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/icomoon/icomoon.woff?qnvdi8") format("woff"), url("/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/icomoon/icomoon.svg?qnvdi8#icomoon") format("svg");
}
/* line 15, ../sass/fonts/icomoon/_icomoon.scss */
[class^="icon-"], [class*=" icon-"], .icon, .link-circle-arrow:after, .link-circle-arrow-t2:after, .circle-arrow:before, .arrow-link:after, .modal .close:after, .btn--prev:before, .btn--next:after, .js-selectBox > select:before,
.js-selectBox button.multiselect:before, .js-selectBox .js-selectBox-left-right-arrow:before, .js-selectBox-left-right-arrow, .rc--checkbox + span:before, .slick-arrow-inner:before, .breadcrumb > li:before, .scrolldown-arrow:before, .scrolldown-arrow:after, .blk--default .blk__desc:after, .imgbox--default .imgbox__desc:after, .tl__arrow:before, .ppl-blk__txt-inner:before, .ppl-blk__txt-inner:after, .collapse__trigger:before, .cate-filter__head:after, .arrow-list__item:before, .related__caption:after, .slogan-row__jump:after, .ev__desc dl:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 30, ../sass/fonts/icomoon/_icomoon.scss */
.icon-fw {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}

/* line 38, ../sass/fonts/icomoon/_icomoon.scss */
.icon-checkmark:before {
  content: "";
}

/* line 43, ../sass/fonts/icomoon/_icomoon.scss */
.icon-manbook:before {
  content: "";
}

/* line 48, ../sass/fonts/icomoon/_icomoon.scss */
.icon-write:before {
  content: "";
}

/* line 53, ../sass/fonts/icomoon/_icomoon.scss */
.icon-billing:before {
  content: "";
}

/* line 58, ../sass/fonts/icomoon/_icomoon.scss */
.icon-homesleep:before {
  content: "";
}

/* line 63, ../sass/fonts/icomoon/_icomoon.scss */
.icon-hand-build:before {
  content: "";
}

/* line 68, ../sass/fonts/icomoon/_icomoon.scss */
.icon-hat-book:before {
  content: "";
}

/* line 73, ../sass/fonts/icomoon/_icomoon.scss */
.icon-head-gear:before {
  content: "";
}

/* line 78, ../sass/fonts/icomoon/_icomoon.scss */
.icon-earth-plane:before {
  content: "";
}

/* line 83, ../sass/fonts/icomoon/_icomoon.scss */
.icon-download:before {
  content: "";
}

/* line 88, ../sass/fonts/icomoon/_icomoon.scss */
.icon-360:before {
  content: "";
}

/* line 93, ../sass/fonts/icomoon/_icomoon.scss */
.icon-arrow-narrow-up:before {
  content: "";
}

/* line 98, ../sass/fonts/icomoon/_icomoon.scss */
.icon-arrow-narrow-down:before {
  content: "";
}

/* line 103, ../sass/fonts/icomoon/_icomoon.scss */
.icon-arrow-narrow-left:before {
  content: "";
}

/* line 108, ../sass/fonts/icomoon/_icomoon.scss */
.icon-arrow-narrow-right:before {
  content: "";
}

/* line 113, ../sass/fonts/icomoon/_icomoon.scss */
.icon-cross-narrow:before {
  content: "";
}

/* line 118, ../sass/fonts/icomoon/_icomoon.scss */
.icon-marker:before {
  content: "";
}

/* line 123, ../sass/fonts/icomoon/_icomoon.scss */
.icon-clock:before {
  content: "";
}

/* line 128, ../sass/fonts/icomoon/_icomoon.scss */
.icon-tick:before {
  content: "";
}

/* line 133, ../sass/fonts/icomoon/_icomoon.scss */
.icon-calendar:before {
  content: "";
}

/* line 138, ../sass/fonts/icomoon/_icomoon.scss */
.icon-testimonial:before {
  content: "";
}

/* line 143, ../sass/fonts/icomoon/_icomoon.scss */
.icon-bars:before {
  content: "";
}

/* line 148, ../sass/fonts/icomoon/_icomoon.scss */
.icon-circle-arrow:before {
  content: "";
}

/* line 153, ../sass/fonts/icomoon/_icomoon.scss */
.icon-quote:before {
  content: "";
}

/* line 158, ../sass/fonts/icomoon/_icomoon.scss */
.icon-search:before {
  content: "";
}

/* line 163, ../sass/fonts/icomoon/_icomoon.scss */
.icon-close:before {
  content: "";
}

/* line 168, ../sass/fonts/icomoon/_icomoon.scss */
.icon-chevron-thin-right:before {
  content: "";
}

/* line 173, ../sass/fonts/icomoon/_icomoon.scss */
.icon-chevron-thin-left:before {
  content: "";
}

/* line 178, ../sass/fonts/icomoon/_icomoon.scss */
.icon-chevron-thin-down:before {
  content: "";
}

/* line 183, ../sass/fonts/icomoon/_icomoon.scss */
.icon-chevron-thin-up:before {
  content: "";
}

/* line 188, ../sass/fonts/icomoon/_icomoon.scss */
.icon-share:before {
  content: "";
}

/* line 193, ../sass/fonts/icomoon/_icomoon.scss */
.icon-home:before {
  content: "";
}

.icon-mail:before {
  content: "\e926";
}


/* =============================================================================
- Base
============================================================================= */
/* line 2, ../sass/base/_grid.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../sass/base/_grid.scss */
.container {
  max-width: 1200px;
  width: auto !important;
}

/* line 13, ../sass/base/_grid.scss */
.wrapper {
  position: relative;
  overflow: hidden;
}

/* line 27, ../sass/base/_typo.scss */
html {
  font-size: 100.1%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 36, ../sass/base/_typo.scss */
body {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-family: "PT Sans", 'Arial', 'sans-serif', 'Microsoft JhengHei Fixed', 'Microsoft JhengHei', 'Microsoft YaHei', 'STXihei';
}

/* line 42, ../sass/base/_typo.scss */
a {
  color: #4c4c4c;
  text-decoration: underline;
}
/* line 46, ../sass/base/_typo.scss */
a:focus, a:hover {
  text-decoration: none;
}

/* line 53, ../sass/base/_typo.scss */
hr {
  overflow: hidden;
  height: 0;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #b5bcc1;
}

/* line 61, ../sass/base/_typo.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 68, ../sass/base/_typo.scss */
p {
  margin: 0;
}

/* line 95, ../sass/base/_typo.scss */
small {
  font-size: 76%;
}

/*table*/
/* line 121, ../sass/base/_typo.scss */
.ckec {
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 121, ../sass/base/_typo.scss */
  .ckec {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 121, ../sass/base/_typo.scss */
  .ckec {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 131, ../sass/base/_typo.scss */
.ckec .sub-content {
  font-size: .9em;
  line-height: 1.33333;
}

/* line 133, ../sass/base/_typo.scss */
.ckec h1 {
  font-size: 2.25em;
  color: #964c98;
  text-align: center;
  margin: 0 0 1em;
}

/* line 137, ../sass/base/_typo.scss */
/*.ckec h2 {
  font-size: 2.25em;
  color: #964c98;
  margin: 1em 0;
  margin: 1.55556em 0 1.22222em;
}*/
.ckec h2 {
  font-size: 1.5em;
  margin: 0 0 1.125em;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 137, ../sass/base/_typo.scss */
  .ckec h2 {
    font-size: 2.15385em;
  }
}
@media screen and (max-width: 767px) {
  /* line 137, ../sass/base/_typo.scss */
  .ckec h2 {
    font-size: 1.83333em;
  }
}
/* line 152, ../sass/base/_typo.scss */
.ckec h3 {
  font-size: 1.5em;
  margin: 1.125em 0;
  font-weight: 700;
  color: #333;
}
/* line 159, ../sass/base/_typo.scss */
.ckec h4 {
  font-size: 1.375em;
  color: #348EA2;
  margin: 1.125em 0;
}
/* line 165, ../sass/base/_typo.scss */
.ckec h5 {
  font-size: 1.125em;
  font-weight: 400;
  color: #036d86;
  margin: 1.125em 0;
}
/* line 172, ../sass/base/_typo.scss */
.ckec p, .ckec td {
  font-size: 1.25em;
  margin: 0 0 1.875em;
}
/* line 175, ../sass/base/_typo.scss */
.ckec p a, .ckec td a {
  color: #833b84;
}
/* line 184, ../sass/base/_typo.scss */
.ckec > *:first-child {
  margin-top: 0;
}
/* line 187, ../sass/base/_typo.scss */
.ckec > *:first-child > *:first-child {
  margin-top: 0;
}
/* line 194, ../sass/base/_typo.scss */
.ckec img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
/* line 198, ../sass/base/_typo.scss */
.ckec table img {
  width: 100% !important;
}
/* line 202, ../sass/base/_typo.scss */
.ckec hr {
  margin: 25px 0;
}
/* line 206, ../sass/base/_typo.scss */
.ckec ol,
.ckec ul {
  font-size: 1.125em;
  margin-bottom: 1.875em;
  list-style: none;
  line-height: 1.33333;
}
/* line 213, ../sass/base/_typo.scss */
.ckec ol li,
.ckec ul li {
  padding: 0 0 0 2.22222em;
  margin: 1em 0;
}
/* line 218, ../sass/base/_typo.scss */
.ckec ol ul, .ckec ol ol,
.ckec ul ul,
.ckec ul ol {
  font-size: inherit;
}
/* line 223, ../sass/base/_typo.scss */
.ckec ol {
  padding-left: 0;
  counter-reset: item;
}
/* line 227, ../sass/base/_typo.scss */
.ckec ol li {
  display: block;
  position: relative;
  counter-increment: item;
}
/* line 231, ../sass/base/_typo.scss */
.ckec ol li:before {
  content: counters(item,".") ".";
  position: absolute;
  left: 0;
  /* space between number and text */
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="1"] {
  counter-reset: item 0;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="2"] {
  counter-reset: item 1;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="3"] {
  counter-reset: item 2;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="4"] {
  counter-reset: item 3;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="5"] {
  counter-reset: item 4;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="6"] {
  counter-reset: item 5;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="7"] {
  counter-reset: item 6;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="8"] {
  counter-reset: item 7;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="9"] {
  counter-reset: item 8;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="10"] {
  counter-reset: item 9;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="11"] {
  counter-reset: item 10;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="12"] {
  counter-reset: item 11;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="13"] {
  counter-reset: item 12;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="14"] {
  counter-reset: item 13;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="15"] {
  counter-reset: item 14;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="16"] {
  counter-reset: item 15;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="17"] {
  counter-reset: item 16;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="18"] {
  counter-reset: item 17;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="19"] {
  counter-reset: item 18;
}
/* line 242, ../sass/base/_typo.scss */
.ckec ol[start="20"] {
  counter-reset: item 19;
}
/* line 247, ../sass/base/_typo.scss */
.ckec ul {
  padding-left: 0;
  list-style: none;
}
/* line 251, ../sass/base/_typo.scss */
.ckec ul li {
  position: relative;
}
/* line 254, ../sass/base/_typo.scss */
.ckec ul li:before {
  position: absolute;
  left: .2em;
  width: 0.33333em;
  height: 0.33333em;
  color: #348EA2;
  border-radius: 50%;
}

.ckec ul li.square:before {
  border-radius: 0%;
}


.ckec ul >li:before {
  content: '';
  background-color: currentColor;
  top: 0.5em;
}


/* line 273, ../sass/base/_typo.scss */
.ckec ol[style*="lower-alpha"] > li, .ckec ol[style*="lower-roman"] > li, .ckec ol[style*="upper-alpha"] > li, .ckec ol[style*="upper-roman"] > li {
  display: list-item;
}
/* line 276, ../sass/base/_typo.scss */
.ckec ol[style*="lower-alpha"] > li:before, .ckec ol[style*="lower-roman"] > li:before, .ckec ol[style*="upper-alpha"] > li:before, .ckec ol[style*="upper-roman"] > li:before {
  display: none;
}
/* line 284, ../sass/base/_typo.scss */
.ckec ul[style*="circle"], .ckec ul[style*="disc"], .ckec ul[style*="square"] {
  padding-left: 18px;
}
/* line 289, ../sass/base/_typo.scss */
.ckec ul[style*="circle"] > li, .ckec ul[style*="disc"] > li, .ckec ul[style*="square"] > li {
  display: list-item;
  padding-left: 0;
}
/* line 293, ../sass/base/_typo.scss */
.ckec ul[style*="circle"] > li:before, .ckec ul[style*="disc"] > li:before, .ckec ul[style*="square"] > li:before {
  display: none;
}
/* line 300, ../sass/base/_typo.scss */
.ckec table {
  width: 100%;
  font-size: 18px;
  margin: 0 0 1.875em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 300, ../sass/base/_typo.scss */
  .ckec table {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  /* line 300, ../sass/base/_typo.scss */
  .ckec table {
    font-size: 12px;
  }
}
/* line 313, ../sass/base/_typo.scss */
.ckec table td, .ckec table th {
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
  text-align: left;
  line-height: 1.33333;
}
/* line 322, ../sass/base/_typo.scss */
.ckec table td:first-child, .ckec table th:first-child {
  border-left: 0;
}
/* line 326, ../sass/base/_typo.scss */
.ckec table td:last-child, .ckec table th:last-child {
  border-right: 0;
}
/* line 330, ../sass/base/_typo.scss */
.ckec table th {
  background: #833b84;
  color: #fff;
  font-size: 1.22222em;
  padding: 0.68182em 1.13636em;
  font-weight: 400;
  background-clip: padding-box;
}
/* line 338, ../sass/base/_typo.scss */
.ckec table td, .ckec table tbody > tr > th {
  font-size: 1em;
  padding: 0.83333em 1.38889em;
  color: #833b84;
}
/* line 345, ../sass/base/_typo.scss */
.ckec table tbody > tr:nth-child(odd), .ckec table tbody > tr:nth-child(odd) > th {
  background: #f1e4f1;
}
/* line 348, ../sass/base/_typo.scss */
.ckec table tbody > tr:nth-child(even), .ckec table tbody > tr:nth-child(even) > th {
  background: #ebebeb;
}

/* line 357, ../sass/base/_typo.scss */
.ckec:not(.ckec--last-margin) *:last-child {
  margin-bottom: 0 !important;
}

/* line 1, ../sass/base/_projectclass.scss */
.sr-only, #skip-start {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 20, ../sass/base/_projectclass.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/* line 33, ../sass/base/_projectclass.scss */
.transform-fix, .icon-link {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

/* line 39, ../sass/base/_projectclass.scss */
.visible-hidden {
  visibility: hidden !important;
}

/* line 43, ../sass/base/_projectclass.scss */
.link-trans {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

/* line 49, ../sass/base/_projectclass.scss */
.link-hover:hover, .link-hover:focus {
  text-decoration: underline;
}

/* line 56, ../sass/base/_projectclass.scss */
.svg--white path {
  fill: #FFF;
}

/* line 73, ../sass/base/_projectclass.scss */
.img-zoom-link:hover img, .img-zoom-link:focus img {
  -moz-transform: scale(1.05) translate3d(0, 0, 0.1px);
  -ms-transform: scale(1.05) translate3d(0, 0, 0.1px);
  -webkit-transform: scale(1.05) translate3d(0, 0, 0.1px);
  transform: scale(1.05) translate3d(0, 0, 0.1px);
}

/* line 92, ../sass/base/_projectclass.scss */
.ani--trans, a, .img-zoom-link img, .link-circle-arrow:after, .link-circle-arrow-t2:after, .icon-link, .arrow-link:after, .modal .close:after, .btn, .js-selectBox, .js-selectBox > select:before,
.js-selectBox button.multiselect:before, .js-selectBox .js-selectBox-left-right-arrow:before, .js-selectBox-left-right-arrow, .rc--checkbox + span:before,
.rc--radio + span:before, .cover__layer, .cover__text, .slick-dots li button, .slick-arrow, .slick-arrow-inner, .page-head, .search__box, .menu__text--lv1, .scrolldown-arrow, .tl__box, .tl__ev, .tl__itm, .tl__bubble, .tl__arrow, .collapse__trigger:before, .leftright-box__floating img, .cate-filter__btn, .cumore__circle-block, .earth, .flight__plane-ctrl, .flight__plane, .related__block, .hover-blk__link:before, .hover-blk__outer-title, .hover-blk__cover, .college__block:before, .ballchain:before {
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-property: -moz-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -o-transition-property: -o-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -webkit-transition-property: -webkit-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 117, ../sass/base/_projectclass.scss */
.img--abs, .bubble__img img, .blk__inner img, .imgbox__imgw img, .hover-blk__img, .college__logo img, .college-detail__img-ctrl img, .profcloud__imgw img, .wcard__imgw img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 121, ../sass/base/_projectclass.scss */
.text--shadow {
  text-shadow: 0 0 .2em #000;
}

/* line 130, ../sass/base/_projectclass.scss */
.colored-link {
  text-decoration: underline;
}
/* line 132, ../sass/base/_projectclass.scss */
.colored-link:hover {
  text-decoration: none;
}

/* line 139, ../sass/base/_projectclass.scss */
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 146, ../sass/base/_projectclass.scss */
.shine-wrap {
  position: relative;
  overflow: hidden;
}
/* line 150, ../sass/base/_projectclass.scss */
.shine-wrap:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -75%;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

@keyframes resetSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes resetSpin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-ms-keyframes resetSpin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes resetSpin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-o-keyframes resetSpin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(-360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* line 234, ../sass/base/_projectclass.scss */
.info-icon {
  font-size: 1.2em;
  vertical-align: middle;
}

/* line 240, ../sass/base/_projectclass.scss */
.bubble {
  font-size: 1em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 13.5em;
  color: #FFF;
  border: 0.8125em solid currentColor;
  background: #EFEFEF;
  box-shadow: 0.375em 0.375em 0.3125em 0 rgba(0, 0, 0, 0.3);
}
/* line 250, ../sass/base/_projectclass.scss */
.bubble:before {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-width: 2.1875em 1.125em 0 1.125em;
  border-style: solid;
  border-color: currentColor transparent transparent transparent;
}
/* line 266, ../sass/base/_projectclass.scss */
.bubble__img {
  position: relative;
  padding: 100% 0 0;
}
/* line 270, ../sass/base/_projectclass.scss */
.bubble__img-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
/* line 279, ../sass/base/_projectclass.scss */
.bubble__img img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 1, ../sass/helper/_helper.scss */
.transform-fix, .icon-link {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

/* line 5, ../sass/helper/_helper.scss */
.color-purple {
  color: #964c98 !important;
}

/* line 9, ../sass/helper/_helper.scss */
.color-purple-dark {
  color: #833b84 !important;
}

/* line 14, ../sass/helper/_helper.scss */
.color-red {
  /*color: #da2039 !important;*/
  color: #881424 !important;
}

/* line 18, ../sass/helper/_helper.scss */
.color-white {
  color: #FFF !important;
}

/* line 22, ../sass/helper/_helper.scss */
.color-yellow {
  /*color: #d1a02a !important;*/
  color: #5a21be !important;
}

/* line 26, ../sass/helper/_helper.scss */
.color-blue {
  color: #2a4dd1 !important;
}

/* line 30, ../sass/helper/_helper.scss */
.color-miku {
  color:  #267285 /*#348EA2*/ !important;
}

/* line 34, ../sass/helper/_helper.scss */
.color-green {
  color: #005800 /*#267285 #348EA2*/ !important;
}

/* line 38, ../sass/helper/_helper.scss */
.color-inherit {
  color: inherit !important;
}

/* line 42, ../sass/helper/_helper.scss */
.link-circle-arrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
}
/* line 51, ../sass/helper/_helper.scss */
.link-circle-arrow:after {
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  vertical-align: -.1em;
  margin: 0 0 0 .4em;
  display: inline-block;
  content: "";
}
/* line 65, ../sass/helper/_helper.scss */
.link-circle-arrow:hover:after, .link-circle-arrow:focus:after {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/* line 71, ../sass/helper/_helper.scss */
.link-circle-arrow-t2 {
  position: relative;
  display: inline-block;
  color: #5e5e5e !important;
  text-decoration: underline;
  vertical-align: top;
}
/* line 83, ../sass/helper/_helper.scss */
.link-circle-arrow-t2:after {
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  vertical-align: -.1em;
  margin: 0 0 0 .4em;
  display: inline-block;
  content: "";
}
/* line 95, ../sass/helper/_helper.scss */
.link-circle-arrow-t2:hover, .link-circle-arrow-t2:focus {
  color: #5e5e5e;
  text-decoration: underline;
}
/* line 99, ../sass/helper/_helper.scss */
.link-circle-arrow-t2:hover:after, .link-circle-arrow-t2:focus:after {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/* line 105, ../sass/helper/_helper.scss */
.no-margin {
  margin: 0 !important;
}

/* line 109, ../sass/helper/_helper.scss */
.circle-arrow {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  width: 2.41667em;
  height: 2.41667em;
  text-align: center;
  text-indent: .1em;
  background: #964c98;
}
@media screen and (max-width: 991px) {
  /* line 109, ../sass/helper/_helper.scss */
  .circle-arrow {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 109, ../sass/helper/_helper.scss */
  .circle-arrow {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 128, ../sass/helper/_helper.scss */
.circle-arrow:before {
  font-size: 1.5em;
  content: "";
  color: #FFF;
}

/* line 140, ../sass/helper/_helper.scss */
.text-p {
  font-size: 1.125em;
  line-height: 1.33333;
}
@media screen and (max-width: 991px) {
  /* line 140, ../sass/helper/_helper.scss */
  .text-p {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  /* line 140, ../sass/helper/_helper.scss */
  .text-p {
    font-size: 0.875em;
  }
}

/* line 151, ../sass/helper/_helper.scss */
.icon-link {
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: inline-block;
  text-decoration: none !important;
}
/* line 160, ../sass/helper/_helper.scss */
.icon-link:hover, .icon-link:focus {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  text-decoration: none !important;
}

/* line 168, ../sass/helper/_helper.scss */
.line-title {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  margin: 0 0 1.05263em;
  padding: 0 0 0.5em;
  text-align: center;
  color: #4c4c4c;
}
/* line 182, ../sass/helper/_helper.scss */
.line-title:after {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 4.47368em;
  height: 2px;
  content: "";
  opacity: .7;
  background: currentColor;
}

.line-title.shadow:after {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
/* line 198, ../sass/helper/_helper.scss */
.line-title--hippieblue {
  color: #256473; /*#348EA2;*/
}
/* line 202, ../sass/helper/_helper.scss */
.line-title--purple:after {
  background: #964c98;
}
/* line 206, ../sass/helper/_helper.scss */
.line-title--purple-all {
  color: #964c98;
}
/* line 208, ../sass/helper/_helper.scss */
.line-title--purple-all:after {
  background: #964c98;
}
/* line 214, ../sass/helper/_helper.scss */
.line-title--white {
  color: #FFF;
}
.line-title--white.shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1199px) {
  /* line 168, ../sass/helper/_helper.scss */
  .line-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  /* line 168, ../sass/helper/_helper.scss */
  .line-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 168, ../sass/helper/_helper.scss */
  .line-title {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

/* line 229, ../sass/helper/_helper.scss */
.gradient-purple-bg, .cumore {
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/gradient-bg.png') center top repeat-x;
  background-size: auto 100%;
}

/* line 234, ../sass/helper/_helper.scss */
.gradient-purplelight-bg {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2JlZDNlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NkYTljZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #bed3ee), color-stop(100%, #cda9cd));
  background-image: -moz-linear-gradient(top, #bed3ee 1%, #cda9cd 100%);
  background-image: -webkit-linear-gradient(top, #bed3ee 1%, #cda9cd 100%);
  background-image: linear-gradient(to bottom, #bed3ee 1%, #cda9cd 100%);
}

/* line 239, ../sass/helper/_helper.scss */
.sky-bg {
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/sky-bg.jpg') center top no-repeat;
  background-size: cover;
}

/* line 245, ../sass/helper/_helper.scss */
.tree-bg {
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/tree-bg.jpg') center top no-repeat;
  background-size: cover;
}

/* line 250, ../sass/helper/_helper.scss */
.arrow-link {
  position: relative;
  display: inline-block;
  padding: 0 1.5em 0 0;
  text-decoration: underline;
  color: inherit;
  line-height: 1.8;
}
/* line 262, ../sass/helper/_helper.scss */
.arrow-link:after {
  font-size: 1.2em;
  position: absolute;
  top: .35em;
  right: .1em;
  content: "";
}
/* line 274, ../sass/helper/_helper.scss */
.arrow-link:hover, .arrow-link:focus {
  color: inherit;
}
/* line 277, ../sass/helper/_helper.scss */
.arrow-link:hover:after, .arrow-link:focus:after {
  -moz-transform: translate(0.2em, 0) scale(1.05);
  -ms-transform: translate(0.2em, 0) scale(1.05);
  -webkit-transform: translate(0.2em, 0) scale(1.05);
  transform: translate(0.2em, 0) scale(1.05);
}

@media screen and (max-width: 767px) {
  /* line 284, ../sass/helper/_helper.scss */
  .space-mobile {
    margin-top: 2em;
  }
}

@media screen and (min-width: 768px) {
  /* line 291, ../sass/helper/_helper.scss */
  .space-desktop {
    margin-top: 1.8em;
  }
}

/* line 299, ../sass/helper/_helper.scss */
.tag {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #2d798a; /*#348EA2;*/
  border-radius: 0.35714em;
  padding: 0 1em;
  line-height: 1.71429em;
  margin: 0 .4em .2em 0;
}
/* line 301, ../sass/helper/_helper.scss */
.tag__row {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  /* line 301, ../sass/helper/_helper.scss */
  .tag__row {
    font-size: 13px;
  }
}

/* line 320, ../sass/helper/_helper.scss */
.date-blk {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  width: 3.75em;
}
@media screen and (max-width: 767px) {
  /* line 320, ../sass/helper/_helper.scss */
  .date-blk {
    font-size: 14px;
  }
}
/* line 334, ../sass/helper/_helper.scss */
.date-blk__top {
  background: #964c98;
  color: #fff;
  font-size: 0.875em;
  display: block;
  line-height: 1.71429em;
}
/* line 342, ../sass/helper/_helper.scss */
.date-blk__bot {
  display: block;
  background: #fff;
  font-weight: 700;
  padding: 0.25em 0 0.375em;
}
/* line 349, ../sass/helper/_helper.scss */
.date-blk__day {
  font-size: 1.3125em;
  display: block;
  line-height: 1.04762em;
}
/* line 355, ../sass/helper/_helper.scss */
.date-blk__month {
  font-size: 1em;
  display: block;
  line-height: 1.125em;
}
/* line 361, ../sass/helper/_helper.scss */
.date-blk + .date-blk {
  margin: 0 0 0 0.625em;
}
/* line 365, ../sass/helper/_helper.scss */
.date-blk--purple .date-blk__bot {
  background: #f8f0f7;
}

/* =============================================================================
- Lib
============================================================================= */
/* =============================================================================
- Modules
============================================================================= */
/* line 1, ../sass/module/_bootstrap-overwrite.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}

/* line 6, ../sass/module/_bootstrap-overwrite.scss */
.modal-dialog {
  width: auto;
  max-width: 1110px;
  margin-top: 75px;
}
@media screen and (max-width: 991px) {
  /* line 6, ../sass/module/_bootstrap-overwrite.scss */
  .modal-dialog {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  /* line 6, ../sass/module/_bootstrap-overwrite.scss */
  .modal-dialog {
    margin-top: 20px;
  }
}

/* 20200728 by Eddie Chan - Start*/
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
@media screen and (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100vh - 10rem);
  }
  .modal-sm {
    max-width: 500px;
  }
}
/* 20200728 by Eddie Chan - End*/

/* line 22, ../sass/module/_bootstrap-overwrite.scss */
.modal-content {
  box-shadow: 0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: 0.375em solid #3f0760;
  padding: 1.75em;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 22, ../sass/module/_bootstrap-overwrite.scss */
  .modal-content {
    padding: 15px;
  }
}

/* line 38, ../sass/module/_bootstrap-overwrite.scss */
.modal-body {
  padding: 0;
}

/* line 42, ../sass/module/_bootstrap-overwrite.scss */
.modal .close {
  font-size: 2.875em;
  width: 1.21739em;
  height: 1.21739em;
  color: #fff;
  background: #3f0760;
  position: absolute;
  top: -0.13043em;
  right: 0;
  z-index: 7;
}
@media screen and (max-width: 767px) {
  /* line 42, ../sass/module/_bootstrap-overwrite.scss */
  .modal .close {
    font-size: 2em;
  }
}
/* line 56, ../sass/module/_bootstrap-overwrite.scss */
.modal .close:after {
  content: "";
  display: inline-block;
}
/* line 64, ../sass/module/_bootstrap-overwrite.scss */
.modal .close:hover:after, .modal .close:focus:after {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* 
   Table of Contents
   =============================================================================
	0   General
   =============================================================================
*/
/* 0 General 
=======================================*/
/* line 12, ../sass/module/_skip_to_content.scss */
#skip-to-content {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: -9999px;
  display: block;
  overflow: hidden;
  height: 0;
  padding: 15px 20px;
  text-align: center;
  color: #333;
  color: #000;
  background: #EFEFEF;
}
/* line 29, ../sass/module/_skip_to_content.scss */
#skip-to-content:focus {
  position: relative;
  z-index: 888;
  top: 0;
  height: auto;
  text-decoration: underline;
}

/* line 1, ../sass/module/_jqTest.scss */
.query-crt {
  display: none;
  position: absolute;
}

@media screen and (min-width: 992px) {
  /* line 7, ../sass/module/_jqTest.scss */
  .query-crt-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../sass/module/_jqTest.scss */
  .query-crt-tablet {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /* line 19, ../sass/module/_jqTest.scss */
  .query-crt-mobile {
    display: block;
  }
}
/* line 1, ../sass/module/_skollr.scss */
.skrollable {
  position: fixed;
  z-index: 1;
}

/* line 6, ../sass/module/_skollr.scss */
.skrollable .skrollable {
  position: absolute;
}

/* line 10, ../sass/module/_skollr.scss */
.parallax-image-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/* line 17, ../sass/module/_skollr.scss */
.parallax-image-wrapper-50 {
  height: 50%;
  top: -50%;
}

/* line 22, ../sass/module/_skollr.scss */
.parallax-image-wrapper-100 {
  height: 100%;
  top: -100%;
}

/* line 27, ../sass/module/_skollr.scss */
.parallax-image {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 38, ../sass/module/_skollr.scss */
.parallax-image-50 {
  height: 200%;
  top: -50%;
}

/* line 43, ../sass/module/_skollr.scss */
.parallax-image-100 {
  height: 100%;
  top: 0;
}

/* line 48, ../sass/module/_skollr.scss */
.parallax-image.skrollable-between {
  display: block;
}

/* line 52, ../sass/module/_skollr.scss */
.no-skrollr .parallax-image-wrapper {
  display: none !important;
}

/* line 56, ../sass/module/_skollr.scss */
#skrollr-body {
  height: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}

/* line 63, ../sass/module/_skollr.scss */
.gap {
  background: transparent center no-repeat;
  background-size: cover;
}

/* line 68, ../sass/module/_skollr.scss */
.skrollr .gap {
  background: transparent !important;
}

/* line 72, ../sass/module/_skollr.scss */
.gap-50 {
  height: 50%;
}

/* line 76, ../sass/module/_skollr.scss */
.gap-100 {
  height: 100%;
}

/* line 1, ../sass/module/_button.scss */
button {
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}

/* line 9, ../sass/module/_button.scss */
.btn {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
  padding: 0.77778em 1.66667em;
  display: inline-block;
  text-decoration: none !important;
}
/* line 23, ../sass/module/_button.scss */
.btn:active {
  box-shadow: inset 0 0.11111em 0.16667em 0 rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 991px) {
  /* line 9, ../sass/module/_button.scss */
  .btn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 9, ../sass/module/_button.scss */
  .btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/* line 35, ../sass/module/_button.scss */
.btn--white {
  background: #fff;
  color: #964c98;
}
/* line 38, ../sass/module/_button.scss */
.btn--white:hover, .btn--white:focus {
  background: #efefef;
  color: #964c98;
}
/* line 44, ../sass/module/_button.scss */
.btn--gray {
  background: #e9e9e9;
  color: #964c98;
}
/* line 47, ../sass/module/_button.scss */
.btn--gray:hover, .btn--gray:focus {
  background: #e9e9e9;
}
/* line 52, ../sass/module/_button.scss */
.btn--purple {
  background: #964c98;
  color: #fff !important;
}
.btn--purple2 {
  background: #745bc0;
  color: #fff !important;
}
/* line 56, ../sass/module/_button.scss */
.btn--purple:hover, .btn--purple:focus {
  background: #c65cc7;
}
.btn--purple2:hover, .btn--purple2:focus {
  background: #787cf5;
}
/* line 61, ../sass/module/_button.scss */
.btn--aqua {
  background: #267285; /*#2d798a;*/ /*#348EA2;*/
  color: #fff !important;
}
/* line 65, ../sass/module/_button.scss */
.btn--aqua:hover, .btn--aqua:focus {
  background: #267285; /*#215b68;*/
}
/* line 72, ../sass/module/_button.scss */
.btn--prev:before {
  content: "";
  margin: 0 .9em 0 0;
  vertical-align: -.08em;
}
/* line 81, ../sass/module/_button.scss */
.btn--next:after {
  content: "";
  margin: 0  0 0 .9em;
  vertical-align: -.08em;
}
/* line 89, ../sass/module/_button.scss */
.btn--lg {
  font-size: 1.375em;
  padding: 0.54545em 1.81818em;
}
@media screen and (max-width: 991px) {
  /* line 89, ../sass/module/_button.scss */
  .btn--lg {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  /* line 89, ../sass/module/_button.scss */
  .btn--lg {
    font-size: 1em;
  }
}

/* line 1, ../sass/module/_input.scss */
input {
  border-radius: 0;
}

/* line 5, ../sass/module/_input.scss */
[type="text"],
[type="password"],
[type="email"],
[type="tel"],
[type="search"],
textarea {
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
}

/* line 50, ../sass/module/_input.scss */
.input-text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.16667em;
  height: 2.41667em;
  padding: 0 0.91667em;
  border: 0.125em solid #b3dde5;
}
/* line 103, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.input-text::-moz-placeholder {
  color: #4c4c4c;
  opacity: 1;
}
/* line 107, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.input-text:-ms-input-placeholder {
  color: #4c4c4c;
}
/* line 108, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.input-text::-webkit-input-placeholder {
  color: #4c4c4c;
}
@media screen and (max-width: 991px) {
  /* line 50, ../sass/module/_input.scss */
  .input-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 50, ../sass/module/_input.scss */
  .input-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 38, ../sass/module/_input.scss */
.input-text[disabled][type="text"], .input-text[disabled][type="password"], .input-text[disabled][type="tel"], .input-text[disabled][type="email"], .input-text[disabled][type="search"] {
  opacity: 1;
  background-color: #EAEAEA;
}

/* line 29, ../sass/module/_bootstrap-multselect.scss */
span.multiselect-native-select {
  display: block;
}

/* line 34, ../sass/module/_bootstrap-multselect.scss */
.multiselect .caret {
  display: none;
}

/* line 39, ../sass/module/_bootstrap-multselect.scss */
.multiselect-selected-text {
  display: block;
  overflow: hidden;
  width: auto;
  margin: 0;
  padding: 0;
  color: #256473; /*#348EA2;*/
  text-overflow: ellipsis;
}

/* line 56, ../sass/module/_bootstrap-multselect.scss */
.multiselect-container > li > a {
  padding: .1em 1.5em;
  font-size: 1.15em;
  white-space: normal;
  text-decoration: none;
}
/* line 64, ../sass/module/_bootstrap-multselect.scss */
.multiselect-container > li > a > label {
  display: block;
  padding: .2em 0;
}
/* line 72, ../sass/module/_bootstrap-multselect.scss */
.multiselect-container > li.active > a {
  background: #348EA2;
}
/* line 77, ../sass/module/_bootstrap-multselect.scss */
.multiselect-container.dropdown-menu {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: none;
  width: 100%;
  margin-top: -5px;
  padding-top: 0;
  border-top: 0;
  background: #F7F7F7;
}
/* line 89, ../sass/module/_bootstrap-multselect.scss */
.multiselect-native-select .open .multiselect-container.dropdown-menu {
  display: block;
}

/* line 96, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox {
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  position: relative;
  background: #FFF;
}
/* line 103, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox > select,
.js-selectBox button.multiselect {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.16667em;
  height: 2.41667em;
  padding: 0 0.91667em;
  border: 0.125em solid #b3dde5;
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100% !important;
  padding-right: 3em;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  background: none;
  -webkit-appearance: none;
}
/* line 103, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.js-selectBox > select::-moz-placeholder,
.js-selectBox button.multiselect::-moz-placeholder {
  color: #4c4c4c;
  opacity: 1;
}
/* line 107, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.js-selectBox > select:-ms-input-placeholder,
.js-selectBox button.multiselect:-ms-input-placeholder {
  color: #4c4c4c;
}
/* line 108, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.js-selectBox > select::-webkit-input-placeholder,
.js-selectBox button.multiselect::-webkit-input-placeholder {
  color: #4c4c4c;
}
@media screen and (max-width: 991px) {
  /* line 103, ../sass/module/_bootstrap-multselect.scss */
  .js-selectBox > select,
  .js-selectBox button.multiselect {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 103, ../sass/module/_bootstrap-multselect.scss */
  .js-selectBox > select,
  .js-selectBox button.multiselect {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 38, ../sass/module/_input.scss */
.js-selectBox > select[disabled][type="text"], .js-selectBox > select[disabled][type="password"], .js-selectBox > select[disabled][type="tel"], .js-selectBox > select[disabled][type="email"], .js-selectBox > select[disabled][type="search"],
.js-selectBox button.multiselect[disabled][type="text"],
.js-selectBox button.multiselect[disabled][type="password"],
.js-selectBox button.multiselect[disabled][type="tel"],
.js-selectBox button.multiselect[disabled][type="email"],
.js-selectBox button.multiselect[disabled][type="search"] {
  opacity: 1;
  background-color: #EAEAEA;
}
/* line 124, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox > select:before,
.js-selectBox button.multiselect:before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0.25em;
  margin: -0.83333em 0 0;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  content: "";
  text-align: center;
  color: inherit;
  background: #2d798a; /*#348EA2;*/
  color: #fff;
}
/* line 130, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox > select[aria-expanded="true"]:before,
.js-selectBox button.multiselect[aria-expanded="true"]:before {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
/* line 135, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox .js-selectBox-left-right-arrow:before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0.25em;
  margin: -0.83333em 0 0;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  content: "";
  text-align: center;
  color: inherit;
  background: #2d798a; /*#348EA2;*/
  color: #fff;
}
/* line 138, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox.js-select-active {
  background-color: #F7F7F7;
}
/* line 140, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox.js-select-active:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 144, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox.js-selectBox-disable {
  background: #EAEAEA;
}

/* line 155, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox-single .rc--checkbox + span,
.js-selectBox-single .rc--radio + span {
  padding: 0;
}
/* line 157, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox-single .rc--checkbox + span:before, .js-selectBox-single .rc--checkbox + span:after,
.js-selectBox-single .rc--radio + span:before,
.js-selectBox-single .rc--radio + span:after {
  display: none;
}

/* line 166, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox-left-right-arrow {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0.25em;
  margin: -0.83333em 0 0;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  content: "";
  text-align: center;
  color: inherit;
  background: #2d798a; /*#348EA2;*/
  color: #fff;
  z-index: 3;
  top: .15em;
}
/* line 172, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox-left-right-arrow:before {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}
/* line 179, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox-left-right-arrow.js-selectBox-left-right-arrow--next {
  right: 15px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 184, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox-left-right-arrow.js-selectBox-left-right-arrow--prev {
  left: 15px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (min-width: 992px) {
  /* line 166, ../sass/module/_bootstrap-multselect.scss */
  .js-selectBox-left-right-arrow {
    top: .4em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 166, ../sass/module/_bootstrap-multselect.scss */
  .js-selectBox-left-right-arrow {
    top: .28em;
  }
}

/* line 203, ../sass/module/_bootstrap-multselect.scss */
.js-selectBox-plain.js-selectBox-left-right.js-selectBox .js-selectBox-left-right-arrow:before {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media screen and (min-width: 1200px) {
  /* line 203, ../sass/module/_bootstrap-multselect.scss */
  .js-selectBox-plain.js-selectBox-left-right.js-selectBox .js-selectBox-left-right-arrow:before {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}

/* line 1, ../sass/module/_rc.scss */
.rc--checkbox,
.rc--radio {
  position: absolute;
  opacity: 0;
}
/* line 6, ../sass/module/_rc.scss */
.rc--checkbox + span,
.rc--radio + span {
  font-size: inherit;
  position: relative;
  padding: .2em 0 0 2em;
  line-height: 1.3;
  display: block;
}
/* line 16, ../sass/module/_rc.scss */
.rc--checkbox + span:after,
.rc--radio + span:after {
  -moz-box-shadow: inset 1px 2px 2px 1px #dddddd;
  -webkit-box-shadow: inset 1px 2px 2px 1px #dddddd;
  box-shadow: inset 1px 2px 2px 1px #dddddd;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  position: absolute;
  top: .18em;
  left: 0;
  width: 1.33em;
  height: 1.33em;
  content: "";
  background: #FFF;
  border: 3px solid #348EA2;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}
/* line 35, ../sass/module/_rc.scss */
.rc--checkbox + span:before,
.rc--radio + span:before {
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  content: "";
  opacity: 0;
  z-index: 2;
}
/* line 50, ../sass/module/_rc.scss */
.rc--checkbox + span:before, .rc--checkbox + span:after,
.rc--radio + span:before,
.rc--radio + span:after {
  cursor: pointer;
}
/* line 57, ../sass/module/_rc.scss */
.rc--checkbox:disabled + span:before, .rc--checkbox:disabled + span:after,
.rc--radio:disabled + span:before,
.rc--radio:disabled + span:after {
  opacity: .4;
}
/* line 65, ../sass/module/_rc.scss */
.rc--checkbox:checked + span:before,
.rc--radio:checked + span:before {
  visibility: visible;
  opacity: 1;
}

/* line 77, ../sass/module/_rc.scss */
.rc--checkbox + span:before {
  content: "";
  top: .3em;
  left: .15em;
  color: #333;
}
/* line 92, ../sass/module/_rc.scss */
.rc--checkbox:checked + span:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 102, ../sass/module/_rc.scss */
.rc--radio + span:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 105, ../sass/module/_rc.scss */
.rc--radio + span:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: .18em;
  left: 0;
  width: 1.33em;
  height: 1.33em;
}
/* line 119, ../sass/module/_rc.scss */
.rc--radio:checked + span:before {
  -moz-transform: scale(0.55, 0.55);
  -ms-transform: scale(0.55, 0.55);
  -webkit-transform: scale(0.55, 0.55);
  transform: scale(0.55, 0.55);
}

/* line 127, ../sass/module/_rc.scss */
.rc__label {
  font-size: inherit;
  line-height: 1.1;
  display: inline-block;
  margin: 0 1.8em 1.3em 0;
  font-weight: 700;
  color: #267285; /*#2d798a*/ /*#348EA2;*/
}
/* line 145, ../sass/module/_rc.scss */
.rc__itm--lessspace .rc__label {
  margin-bottom: .8em;
}
/* line 155, ../sass/module/_rc.scss */
.rc__label-sub {
  font-weight: 400;
}
/* line 159, ../sass/module/_rc.scss */
.rc__label-long {
  color: #333;
}
/* line 162, ../sass/module/_rc.scss */
.rc__label-long strong {
  font-weight: 700;
  color:  #267285; /*#348EA2`*/
}

/* line 173, ../sass/module/_rc.scss */
.rc--inline .rc__itm {
  display: inline-block;
  vertical-align: middle;
}

/* line 181, ../sass/module/_rc.scss */
.rc__itm {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 184, ../sass/module/_rc.scss */
.rc__itm--others {
  display: block !important;
}
/* line 187, ../sass/module/_rc.scss */
.rc__itm--others > .rc__label {
  display: inline-block;
  vertical-align: middle;
}

/* line 6, ../sass/module/_scrollreveal.scss */
html:not(.isIE-noscroll) .js-reveal--uninit {
  visibility: hidden;
}
/* line 8, ../sass/module/_scrollreveal.scss */
html:not(.isIE-noscroll) .js-reveal--uninit * {
  cursor: default;
}
/* line 21, ../sass/module/_scrollreveal.scss */
html:not(.isIE-noscroll) .js-reveal--setuped {
  opacity: 0;
  visibility: visible;
}

/* line 1, ../sass/module/_js-cover.scss */
.cover {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 7, ../sass/module/_js-cover.scss */
.cover__layer {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}
/* line 21, ../sass/module/_js-cover.scss */
.cover:hover .cover__layer, .cover:focus .cover__layer {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 27, ../sass/module/_js-cover.scss */
.cover__middle {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #FFF;
}
/* line 39, ../sass/module/_js-cover.scss */
.cover__text {
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transform: scale(8);
  -ms-transform: scale(8);
  -webkit-transform: scale(8);
  transform: scale(8);
  display: block;
  opacity: 0;
}
/* line 48, ../sass/module/_js-cover.scss */
.cover:hover .cover__text, .cover:focus .cover__text {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 2, ../sass/module/_js-counter.scss */
.js-counter-wrap {
  position: relative;
  display: inline-block;
}
/* line 6, ../sass/module/_js-counter.scss */
.js-counter-wrap .js-counter {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  text-align: right;
}
/* line 16, ../sass/module/_js-counter.scss */
.js-counter__placeholder {
  visibility: hidden;
}

/* line 2, ../sass/module/_rte_template.scss */
.rte-template:after {
  font-size: 0;
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}

/* line 13, ../sass/module/_rte_template.scss */
.rte-img__container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-bottom: 0.625em;
}
/* line 18, ../sass/module/_rte_template.scss */
.rte-img--right .rte-img__container {
  float: right;
  margin-left: 1.25em;
}
/* line 22, ../sass/module/_rte_template.scss */
.rte-img--left .rte-img__container {
  float: left;
  margin-right: 1.25em;
}
/* line 28, ../sass/module/_rte_template.scss */
.rte-img--left .rte-img__container img, .rte-img--right .rte-img__container img {
  display: block;
  zoom: 1;
  max-width: 100%;
  height: auto !important;
}
/* line 36, ../sass/module/_rte_template.scss */
.rte-img--center .rte-img__container img {
  width: 100% !important;
  height: auto !important;
}

/* line 44, ../sass/module/_rte_template.scss */
.rte-img--nowrap .rte-img__container, .rte-img--nowrap
.rte-img__content {
  overflow: hidden;
}

/* line 49, ../sass/module/_rte_template.scss */
.rte-img__content > *:first-child {
  margin-top: 0;
}

/* line 53, ../sass/module/_rte_template.scss */
.rte-img__caption {
  font-style: italic;
  line-height: 1.38462 !important;
  margin: 0 !important;
  padding: 8px 22px;
  background: #F0F0F0;
}

@media screen and (max-width: 767px) {
  /* line 64, ../sass/module/_rte_template.scss */
  .rte-img--right .rte-img__container,
  .rte-img--left .rte-img__container {
    float: none;
    margin-right: 0;
    margin-bottom: 1.25em;
    margin-left: 0;
  }
  /* line 69, ../sass/module/_rte_template.scss */
  .rte-img--right .rte-img__container .rte-video,
  .rte-img--left .rte-img__container .rte-video {
    display: block;
  }
  /* line 73, ../sass/module/_rte_template.scss */
  .rte-img--right img,
  .rte-img--left img {
    width: 100% !important;
  }
  /* line 76, ../sass/module/_rte_template.scss */
  .rte-img--right .rte-img__caption,
  .rte-img--left .rte-img__caption {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 79, ../sass/module/_rte_template.scss */
  .rte-img--right .rte-img__caption br,
  .rte-img--left .rte-img__caption br {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 86, ../sass/module/_rte_template.scss */
  .ckec .rte-video {
    display: block !important;
  }
  /* line 88, ../sass/module/_rte_template.scss */
  .ckec .rte-video img {
    width: 100% !important;
  }
}

/* line 101, ../sass/module/_rte_template.scss */
.ckec table.rte-table--even > tbody > tr:nth-child(even) > td, .ckec table.rte-table--even > tbody > tr:nth-child(even) > th,
.cke_editable table.rte-table--even > tbody > tr:nth-child(even) > td,
.cke_editable table.rte-table--even > tbody > tr:nth-child(even) > th {
  background: #f5f5f5;
}
/* line 108, ../sass/module/_rte_template.scss */
.ckec table.rte-table--border-bottom > tbody > tr > td, .ckec table.rte-table--border-bottom > tbody > tr th,
.cke_editable table.rte-table--border-bottom > tbody > tr > td,
.cke_editable table.rte-table--border-bottom > tbody > tr th {
  border: 1px solid #ebebeb;
  border-left: 0;
  border-right: 0;
}

/* line 118, ../sass/module/_rte_template.scss */
.ckec .c-title {
  font-size: 1.5em;
  margin: 0 0 1.125em;
  text-align: center;
  font-weight: 700;
  color: #333;
}

/* line 11, ../sass/module/_slick.scss */
.js-slick {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 19, ../sass/module/_slick.scss */
.slick-dots-container, .slick-list + .slick-dots {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  text-align: center;
  margin: 20px 0 0;
  font-size: 0;
}
/* line 28, ../sass/module/_slick.scss */
.slick-dots-container > *, .slick-list + .slick-dots > * {
  display: inline-block;
}

/* line 35, ../sass/module/_slick.scss */
.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 40, ../sass/module/_slick.scss */
.slick-dots li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 12px;
  opacity: .5;
  color: #FFF;
}
/* line 51, ../sass/module/_slick.scss */
.slick-dots li:first-child {
  margin-left: 0;
}
/* line 57, ../sass/module/_slick.scss */
.slick-dots li.slick-active {
  opacity: 1;
}
/* line 59, ../sass/module/_slick.scss */
.slick-dots li.slick-active button {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 65, ../sass/module/_slick.scss */
.slick-dots li button {
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  transform: scale(3);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -80px;
  opacity: 0;
  background: #da2039;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 88, ../sass/module/_slick.scss */
.slick-pause-play-btn {
  text-shadow: 0px 0 3px rgba(0, 0, 0, 0.9);
  font-size: 15px;
  position: relative;
  margin: 0 0 0 7px;
  color: #FFF;
}

/* line 105, ../sass/module/_slick.scss */
.slick-pause {
  opacity: .6;
}

/* line 112, ../sass/module/_slick.scss */
.slick-play {
  margin-left: 10px;
}

/* line 120, ../sass/module/_slick.scss */
.slick-arrow {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1001;
  top: 50%;
  overflow: hidden;
  font-size: 28px;
  text-indent: -999px;
  text-align: center;
  width: 1em;
  height: 1em;
  margin: -.5em 0 0;
}
/* line 145, ../sass/module/_slick.scss */
.slick-arrow-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
  text-indent: 0;
}
/* line 155, ../sass/module/_slick.scss */
.slick-arrow-inner:before {
  content: "";
}

/* line 162, ../sass/module/_slick.scss */
.slick-prev {
  left: 0;
}

/* line 166, ../sass/module/_slick.scss */
.slick-next {
  right: 0;
}
/* line 169, ../sass/module/_slick.scss */
.slick-next .slick-arrow-inner {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 189, ../sass/module/_slick.scss */
.js-add-pause-before .slick-dots,
.js-add-pause-before .slick-dots-container {
  display: none !important;
}

/* =============================================================================
- Sections
============================================================================= */
/*main
==============*/
/* line 3, ../sass/section/_main.scss */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* line 8, ../sass/section/_main.scss */
*:not(tbody, tr, td, th) {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 12, ../sass/section/_main.scss */
html, body {
  -ms-overflow-style: scrollbar;
}
/* line 16, ../sass/section/_main.scss */
html.mouse-down-remove-outline *:focus, body.mouse-down-remove-outline *:focus {
  outline: 0;
}

/* line 23, ../sass/section/_main.scss */
html {
  cursor: default !important;
}

/* line 27, ../sass/section/_main.scss */
body {
  height: auto !important;
}

/* line 31, ../sass/section/_main.scss */
.wrapper {
  overflow: hidden;
  position: relative;
  background: #fff;
}

/* line 47, ../sass/section/_main.scss */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 1, ../sass/section/_header.scss */
.gradient-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 341px;
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/top-gradient-bg.png?1504965172') top center repeat-x;
}
@media screen and (max-width: 991px) {
  /* line 1, ../sass/section/_header.scss */
  .gradient-bg {
    background-size: auto 180px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/section/_header.scss */
  .gradient-bg {
    display: none;
  }
}

/* line 19, ../sass/section/_header.scss */
.page-head {
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  text-decoration: none;
  color: #ffffff;
}
/* line 32, ../sass/section/_header.scss */
.page-head a {
  text-decoration: none;
}
/* line 35, ../sass/section/_header.scss */
.page-head:hover, .page-head.scrolled {
  background: #484747;
}
/* line 39, ../sass/section/_header.scss */
.page-head > .container {
  max-width: 1440px;
}
@media screen and (max-width: 1199px) {
  /* line 19, ../sass/section/_header.scss */
  .page-head {
    padding-top: 15px;
  }
}

/* line 47, ../sass/section/_header.scss */
.page-logo {
  float: left;
  margin-top: 20px;  
}

/* line 53, ../sass/section/_header.scss */
.navigate {
  font-size: 18px;
  font-size: 1.125rem;
  float: right;
  margin-top: 18px;
  padding: 0;
  text-align: right;
}
/* line 62, ../sass/section/_header.scss */
.navigate .navbar-toggle {
  float: none;
  margin: 0 0 0 10px;
  padding: 0;
}

/* line 70, ../sass/section/_header.scss */
.tools {
  margin-bottom: 0;
  padding: 0 0 0 20px;
}
/* line 73, ../sass/section/_header.scss */
.tools__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 6px;
  vertical-align: top;
}
/* line 79, ../sass/section/_header.scss */
.tools__item a {
  color: white;
}
/* line 83, ../sass/section/_header.scss */
.tools__item--lang a {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 500px) {
  /* line 83, ../sass/section/_header.scss */
  .tools__item--lang a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 89, ../sass/section/_header.scss */
.tools__item--lang:before {
  margin-right: 10px;
  content: "|";
  color: #ffffff;
}
/* line 96, ../sass/section/_header.scss */
.tools__item--lang:first-child:before {
  display: none;
}
/* line 102, ../sass/section/_header.scss */
.tools__item--index .icon-home {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  display: inline-block;
  vertical-align: -2px;
}
/* line 112, ../sass/section/_header.scss */
.tools__item--share .icon-share {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  display: inline-block;
  vertical-align: -3px;
}
/* line 120, ../sass/section/_header.scss */
.tools__item:first-child {
  padding-left: 0;
}
/* line 123, ../sass/section/_header.scss */
.tools__item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 374px) {
  /* line 73, ../sass/section/_header.scss */
  .tools__item {
    padding: 0 2px;
  }
  /* line 130, ../sass/section/_header.scss */
  .tools__item--lang:before {
    margin-right: 4px;
  }
}

/* line 138, ../sass/section/_header.scss */
.lang {
  font-size: 16px;
  font-size: 1rem;
}
/* line 140, ../sass/section/_header.scss */
.lang__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 142, ../sass/section/_header.scss */
.lang__item:last-child:before {
  position: relative;
  top: -1px;
  margin-right: 6px;
  margin-left: 5px;
  content: "|";
}

/* line 154, ../sass/section/_header.scss */
.search {
  cursor: pointer;
}
/* line 156, ../sass/section/_header.scss */
.search__box {
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  font-size: 14px;
  font-size: 0.875rem;
  width: 0;
  height: 26px;
  cursor: pointer;
  text-indent: 10px;
  color: #FFF;
  border: 0;
  border-radius: 0;
  background: transparent;
}
/* line 103, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.search__box::-moz-placeholder {
  color: #EFEFEF;
  opacity: 1;
}
/* line 107, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.search__box:-ms-input-placeholder {
  color: #EFEFEF;
}
/* line 108, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.search__box::-webkit-input-placeholder {
  color: #EFEFEF;
}
/* line 173, ../sass/section/_header.scss */
.search__box:focus {
  width: 180px;
  margin-right: 5px;
  cursor: default;
  outline: 0;
  background-color: #484747;
}
/* line 182, ../sass/section/_header.scss */
.lang-sc .search__box, .lang-tc .search__box {
  font-size: 16px;
  font-size: 1rem;
}
/* line 187, ../sass/section/_header.scss */
.search-blk {
  margin-left: -1px;
  padding-left: 0;
}
/* line 190, ../sass/section/_header.scss */
.search-blk .icon-search {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  font-weight: 700;
  display: inline-block;
  vertical-align: -3px;
}

/* line 202, ../sass/section/_header.scss */
.quick-links {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  margin-top: 8px;
}
/* line 208, ../sass/section/_header.scss */
.quick-links__item {
  margin-left: 30px;
}

/* line 213, ../sass/section/_header.scss */
.head-btm {
  height: 52px;
}

/* Medium desktop  */
@media screen and (max-width: 1199px) {
  /* line 218, ../sass/section/_header.scss */
  .page-head {
    padding-bottom: 15px;
  }

  /* line 221, ../sass/section/_header.scss */
  .navigate {
    margin-top: 6px;
  }

  /* line 224, ../sass/section/_header.scss */
  .tools {
    padding-top: 3px;
    padding-right: 0;
  }

  /* line 228, ../sass/section/_header.scss */
  .page-logo {
    margin-top: 0;
  }

  /* line 234, ../sass/section/_header.scss */
  .tools__item.search__box:focus {
    width: 130px;
    outline: 0;
  }

  /* line 241, ../sass/section/_header.scss */
  .head-btm {
    height: 48px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 767px) {
  /* line 248, ../sass/section/_header.scss */
  .page-logo img {
    /*height: 35px;*/
  }
}
/* Tablet */
@media screen and (max-width: 991px) {
  /* line 257, ../sass/section/_header.scss */
  .page-head.scrolled {
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.15);
  }
}
/* Mobile */
@media screen and (max-width: 767px) {
  /* line 264, ../sass/section/_header.scss */
  .head-top {
    height: 46px;
  }

  /* line 268, ../sass/section/_header.scss */
  .page-head {
    background: #484747;
  }

  /* line 271, ../sass/section/_header.scss */
  .navigate {
    margin-top: 2px;
  }

  /* line 274, ../sass/section/_header.scss */
  .mobi-menu-trigger {
    margin-top: 1px;
  }

  /* line 278, ../sass/section/_header.scss */
  .page-logo {
    width: 55.15625%;
  }
  /* line 280, ../sass/section/_header.scss */
  .page-logo img {
    max-width: 100%;
    max-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  /* line 289, ../sass/section/_header.scss */
  .navigate {
    margin-top: -2px;
  }
}
/* line 2, ../sass/section/_footer.scss */
.page-foot {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  padding: 30px 0;
  text-align: left;
  color: #ffffff;
  background-color: #4D4D4D;
}
/* line 13, ../sass/section/_footer.scss */
.page-foot > .container {
  position: relative;
  max-width: 1440px;
}
/* line 17, ../sass/section/_footer.scss */
.page-foot a {
  text-decoration: none;
  color: #ffffff;
}
/* line 21, ../sass/section/_footer.scss */
.page-foot a:hover, .page-foot a:focus {
  color: #F0D100;
}
/* line 26, ../sass/section/_footer.scss */
.page-foot .foot-logo {
  float: left;
}
/* line 29, ../sass/section/_footer.scss */
.page-foot p {
  margin-bottom: 0;
  text-align: right;
}
/* line 34, ../sass/section/_footer.scss */
.page-foot .nowrap {
  white-space: nowrap;
}
/* line 37, ../sass/section/_footer.scss */
.page-foot .foot__item {
  float: right;
  text-align: right;
}

/* line 44, ../sass/section/_footer.scss */
.foot-links {
  margin: 0;
  text-align: right;
}
@media screen and (min-width: 992px) {
  /* line 44, ../sass/section/_footer.scss */
  .foot-links {
    margin-right: -15px;
  }
}
/* line 53, ../sass/section/_footer.scss */
.foot-links__item {
  position: relative;
  display: inline-block;
}
/* line 57, ../sass/section/_footer.scss */
.foot-links__item:after {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 0;
  right: -4px;
  content: "|";
}
@media screen and (max-width: 991px) {
  /* line 57, ../sass/section/_footer.scss */
  .foot-links__item:after {
    top: -3px;
  }
}
/* line 71, ../sass/section/_footer.scss */
.foot-links__item:last-child:after {
  display: none;
}
/* line 78, ../sass/section/_footer.scss */
.foot-links__item:first-child a {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  /* line 53, ../sass/section/_footer.scss */
  .foot-links__item {
    margin-bottom: 11px;
  }
}
/* line 87, ../sass/section/_footer.scss */
.foot-links__link {
  padding: 0 16px;
}
@media screen and (max-width: 374px) {
  /* line 87, ../sass/section/_footer.scss */
  .foot-links__link {
    padding: 0 8px;
  }
}

/* large desktop  */
@media screen and (max-width: 1599px) {
  /* line 100, ../sass/section/_footer.scss */
  .foot-links__item__link {
    padding: 0 14px;
  }

  /* line 106, ../sass/section/_footer.scss */
  .dl-app {
    padding-top: 8px;
  }
  /* line 108, ../sass/section/_footer.scss */
  .dl-app__head {
    margin-right: 3px;
  }
  /* line 112, ../sass/section/_footer.scss */
  .dl-app__body-item {
    margin-left: 6px;
  }
  /* line 114, ../sass/section/_footer.scss */
  .dl-app__body-item img {
    width: 140px;
  }
}
/* Medium desktop  */
@media screen and (max-width: 1199px) and (min-width: 991px) {
  /* line 125, ../sass/section/_footer.scss */
  .page-foot {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 127, ../sass/section/_footer.scss */
  .page-foot .foot__item {
    float: none;
  }
  /* line 130, ../sass/section/_footer.scss */
  .page-foot .foot-links {
    margin-top: 7px;
  }
  /* line 132, ../sass/section/_footer.scss */
  .page-foot .foot-links__item:before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* Tablet */
@media screen and (max-width: 991px) {
  /* line 142, ../sass/section/_footer.scss */
  .page-foot {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
  /* line 146, ../sass/section/_footer.scss */
  .page-foot .foot-logo {
    float: none;
  }
  /* line 149, ../sass/section/_footer.scss */
  .page-foot p {
    text-align: center;
  }
  /* line 152, ../sass/section/_footer.scss */
  .page-foot .foot__item {
    float: none;
  }
  /* line 155, ../sass/section/_footer.scss */
  .page-foot .foot-links {
    float: none;
    margin: 25px 0 12px;
    text-align: center;
  }

  /* line 164, ../sass/section/_footer.scss */
  .btn-top-box {
    position: absolute;
    top: -65px;
    right: 15px;
    width: 45px;
    height: 51px;
  }
  /* line 174, ../sass/section/_footer.scss */
  .btn-top-box .btn--top {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 60px;
    width: 45px;
    height: 51px;
  }
  /* line 181, ../sass/section/_footer.scss */
  .lang-tc .btn-top-box .btn--top, .lang-sc .btn-top-box .btn--top {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
/* Mobile */
@media screen and (max-width: 767px) {
  /* line 191, ../sass/section/_footer.scss */
  .page-foot {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 193, ../sass/section/_footer.scss */
  .page-foot .foot-links {
    float: none;
    margin-bottom: 25px;
    text-align: center;
  }
  /* line 200, ../sass/section/_footer.scss */
  .page-foot .foot__item {
    float: none;
    margin-top: 15px;
  }
  /* line 205, ../sass/section/_footer.scss */
  .page-foot .foot__item__item--copy {
    line-height: 1.7;
  }
}
/* line 22, ../sass/section/_menu.scss */
.navbar-toggle .icon-bar {
  background-color: #f0d100;
  width: 32px;
  height: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 500px) {
  /* line 22, ../sass/section/_menu.scss */
  .navbar-toggle .icon-bar {
    width: 26px;
    height: 3px;
  }
}
@media (min-width: 768px) {
  /* line 21, ../sass/section/_menu.scss */
  .navbar-toggle {
    display: block;
  }
}

/* line 43, ../sass/section/_menu.scss */
.menu .is-selected > a,
.menu a:active,
.menu a:hover,
.menu a:focus {
  color: #f0d100;
}
/* line 51, ../sass/section/_menu.scss */
.menu ul {
  list-style: none;
}
/* line 55, ../sass/section/_menu.scss */
.menu li {
  text-align: left;
}
/* line 59, ../sass/section/_menu.scss */
.menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 63, ../sass/section/_menu.scss */
.menu__list--lv1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 66, ../sass/section/_menu.scss */
.menu__list--lv2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 100%;
  min-height: 180px;
  padding: 35px 6.25%;
  -moz-box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.15);
  /*-moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;*/
  -moz-transition-property: -moz-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -o-transition-property: -o-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -webkit-transition-property: -webkit-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  will-change: transform;
  background: #353535;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
/* line 86, ../sass/section/_menu.scss */
.lt-ie9 .menu__list--lv2 {
  display: none;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 98, ../sass/section/_menu.scss */
.menu__item--lv1 {
  display: inline-block;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-property: -moz-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -o-transition-property: -o-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -webkit-transition-property: -webkit-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-duration: 0.38s;
  -o-transition-duration: 0.38s;
  -webkit-transition-duration: 0.38s;
  transition-duration: 0.38s;
}
/* line 103, ../sass/section/_menu.scss */
.menu__item--lv1 > a {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* line 108, ../sass/section/_menu.scss */
.menu__item--lv1:first-child a span {
  box-shadow: none;
}
/* line 113, ../sass/section/_menu.scss */
.menu__item--lv1:hover {
  background-color: #353535;
}
/* line 116, ../sass/section/_menu.scss */
.menu__item--lv1:hover span {
  box-shadow: none;
}
/* line 121, ../sass/section/_menu.scss */
.menu__item--lv1.is-selected, .menu__item--lv1:hover {
  color: #f0d100;
}
/* line 126, ../sass/section/_menu.scss */
.menu__item--lv1:hover + .menu__item--lv1 span {
  box-shadow: none;
}
/* line 131, ../sass/section/_menu.scss */
.menu__item--lv1.is-active .menu__list--lv2 {
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 138, ../sass/section/_menu.scss */
.menu__item--lv2 {
  padding: 0 44px;
  border-left: 1px solid #5c5c5c;
}
/* line 142, ../sass/section/_menu.scss */
.menu__item--lv2:first-child {
  border-left: 0;
  padding-left: 0;
}
/* line 146, ../sass/section/_menu.scss */
.menu__item--lv2:last-child {
  padding-right: 0;
}
/* line 153, ../sass/section/_menu.scss */
.menu__link {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
/* line 157, ../sass/section/_menu.scss */
.menu__link--lv1 {
  position: relative;
  font-size: 16px;
  font-size: 0.975rem;
  display: block;
  padding: 13px 0 26px;
}
/* line 163, ../sass/section/_menu.scss */
.lang-sc .menu__link--lv1, .lang-tc .menu__link--lv1 {
  padding-top: 14px;
  padding-bottom: 7px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 170, ../sass/section/_menu.scss */
.menu__link--lv2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
/* line 174, ../sass/section/_menu.scss */
.menu__link--lv3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #a1a1a1; /*#919191;*/
}
/* line 182, ../sass/section/_menu.scss */
.menu__text--lv1 {
  padding: 0 15px;
  -webkit-box-shadow: inset 1px 0px 0px 0px #fff;
  -moz-box-shadow: inset 1px 0px 0px 0px #fff;
  box-shadow: inset 1px 0px 0px 0px #fff;
}

/* line 193, ../sass/section/_menu.scss */
.mobi-panel {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: #353535;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-property: -moz-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -o-transition-property: -o-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -webkit-transition-property: -webkit-transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  overflow-y: scroll;
  /* Momentum scrolling on iOS overflow elements, has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
/* line 209, ../sass/section/_menu.scss */
.mobi-panel .flex {
  display: block;
}
/* line 213, ../sass/section/_menu.scss */
.mobi-panel__item {
  background-color: #353535;
}
/* line 217, ../sass/section/_menu.scss */
.ie9 .mobi-panel {
  right: -100%;
}
/* line 221, ../sass/section/_menu.scss */
.mobi-panel a:hover {
  color: #f0d100;
}
/* line 225, ../sass/section/_menu.scss */
.mobi-panel .rightCont {
  float: right;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 227, ../sass/section/_menu.scss */
.mobi-panel .rightCont a {
  text-decoration: none;
}
/* line 232, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__item--lv1 {
  border-bottom: 1px solid #666;
}
/* line 235, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__item--lv1:last-child {
  border: none;
}
/* line 242, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__item.is-active > .mobi-menu__link {
  color: #f0d100;
  border-bottom-color: #f0d100;
}
/* line 245, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__item.is-active > .mobi-menu__link .btn-toggle-mobi-submenu:before {
  content: "\e903";
  color: #f0d100;
}
/* line 252, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__item.is-active.mobi-menu__item--lv2 .mobi-menu__link--lv2 {
  border-bottom: 1px solid #f0d100;
}
/* line 259, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__list--lv1 {
  padding: 10px 10.625%;
}
/* line 262, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__list--lv2 {
  display: none;
  padding: 0 0 0 4.6875%;
}
/* line 267, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__list--lv3 {
  display: none;
  padding: 0;
}
/* line 272, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__link {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
/* line 277, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__link--lv1 {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 15px 0;
}
/* line 282, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__link--lv2 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 10px 0;
}
/* line 287, ../sass/section/_menu.scss */
.mobi-panel .mobi-menu__link--lv3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #a1a1a1; /*#919191;*/
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  /* line 294, ../sass/section/_menu.scss */
  .mobi-panel .mobi-menu__link--lv1 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 12px 0;
  }
  /* line 298, ../sass/section/_menu.scss */
  .mobi-panel .mobi-menu__link--lv2 {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 0;
  }
  /* line 302, ../sass/section/_menu.scss */
  .mobi-panel .mobi-menu__link--lv3 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 0;
  }
}
/* line 310, ../sass/section/_menu.scss */
.mobi-panel .search {
  margin: 20px 10.625%;
  background-color: #484747;
  color: white;
  padding: 5px 15px;
}
/* line 315, ../sass/section/_menu.scss */
.mobi-panel .search__box {
  width: 80%;
  padding-right: 17px;
  font-size: 18px;
  font-size: 1.125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  /* line 315, ../sass/section/_menu.scss */
  .mobi-panel .search__box {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 326, ../sass/section/_menu.scss */
.mobi-panel .search .icon-search {
  font-weight: bold;
  float: right;
  margin-top: 1px;
  font-size: 21px;
  font-size: 1.3125rem;
}

/* line 335, ../sass/section/_menu.scss */
.close-mobi-menu-container {
  padding: 15px 3.90625%;
  background-color: #484747;
}
/* line 339, ../sass/section/_menu.scss */
.close-mobi-menu-container .mobi-tool {
  margin-right: 15px;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  list-style: none;
}
/* line 345, ../sass/section/_menu.scss */
.close-mobi-menu-container .mobi-tool li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 348, ../sass/section/_menu.scss */
.close-mobi-menu-container .mobi-tool li:first-child {
  padding-left: 0;
}
/* line 351, ../sass/section/_menu.scss */
.close-mobi-menu-container .mobi-tool li:first-child:after {
  font-size: 20px;
  font-size: 1.25rem;
  content: "|";
  color: #ffffff;
  padding: 0 12px 0 7px;
}
/* line 359, ../sass/section/_menu.scss */
.close-mobi-menu-container .mobi-tool a {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
}
/* line 364, ../sass/section/_menu.scss */
.close-mobi-menu-container .mobi-tool a:hover, .close-mobi-menu-container .mobi-tool a:focus {
  color: #f0d100;
}

/* line 371, ../sass/section/_menu.scss */
.btn-toggle-mobi-submenu {
  float: right;
  margin-top: 8px;
}
/* line 374, ../sass/section/_menu.scss */
.btn-toggle-mobi-submenu:before {
  content: "";
}
@media screen and (max-width: 767px) {
  /* line 371, ../sass/section/_menu.scss */
  .btn-toggle-mobi-submenu {
    margin-top: 4px;
  }
}

/* line 383, ../sass/section/_menu.scss */
.btn--close-mobi-menu {
  padding: 0;
  color: #f0d100;
  background: none;
  font-size: 35px;
  font-size: 2.1875rem;
  vertical-align: top;
  border: 0;
  line-height: 28px;
}
/* line 392, ../sass/section/_menu.scss */
.btn--close-mobi-menu:hover {
  color: #f0d100;
}

/* line 395, ../sass/section/_menu.scss */
.animating .mobi-panel {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 402, ../sass/section/_menu.scss */
.js-menu-cover.is-active {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 8;
}

/* Medium desktop  */
@media screen and (max-width: 1199px) {
  /* line 423, ../sass/section/_menu.scss */
  .menu__list--lv2-col {
    padding: 0 30px;
  }
  /* line 430, ../sass/section/_menu.scss */
  .menu__item:last-child .menu__list--lv2 {
    right: 27px;
  }
  /* line 433, ../sass/section/_menu.scss */
  .ipad .menu__item:last-child .menu__list--lv2 {
    right: 28px;
  }
  /* line 437, ../sass/section/_menu.scss */
  .lang-sc .menu__item:last-child .menu__list--lv2, .lang-tc .menu__item:last-child .menu__list--lv2 {
    right: 60px;
  }
  /* line 442, ../sass/section/_menu.scss */
  .ipad .lang-sc .menu__item:last-child .menu__list--lv2, .ipad .lang-tc .menu__item:last-child .menu__list--lv2 {
    right: 59px;
  }
}
/* Tablet */
@media screen and (max-width: 1199px) and (min-width: 767px) {
  /* line 454, ../sass/section/_menu.scss */
  .close-mobi-menu-container .mobi-tool {
    margin-top: 5px;
  }

  /* line 455, ../sass/section/_menu.scss */
  .mobi-panel {
    width: 66%;
  }
}
@media screen and (max-width: 991px) {
  /* line 460, ../sass/section/_menu.scss */
  .btn--open-mobi-menu {
    position: relative;
    display: block;
    width: 23px;
    height: 100%;
    overflow: hidden;
    padding: 0;
    outline: 0 !important;
  }
  /* line 469, ../sass/section/_menu.scss */
  .btn--open-mobi-menu:before, .btn--open-mobi-menu:after,
  .btn--open-mobi-menu > span {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 3px;
    content: '';
    background: #808080;
  }
  /* line 481, ../sass/section/_menu.scss */
  .btn--open-mobi-menu > span {
    top: 23px;
  }
  /* line 485, ../sass/section/_menu.scss */
  .btn--open-mobi-menu:before {
    top: 14px;
  }
  /* line 489, ../sass/section/_menu.scss */
  .btn--open-mobi-menu:after {
    top: 32px;
  }
}
/* Mobile */
@media screen and (max-width: 767px) {
  /* line 501, ../sass/section/_menu.scss */
  .mobi-menu-trigger {
    margin-top: 0;
  }

  /* line 505, ../sass/section/_menu.scss */
  .btn--open-mobi-menu {
    width: 18px;
  }
  /* line 508, ../sass/section/_menu.scss */
  .btn--open-mobi-menu:before, .btn--open-mobi-menu:after,
  .btn--open-mobi-menu > span {
    height: 2px;
  }
  /* line 514, ../sass/section/_menu.scss */
  .btn--open-mobi-menu > span {
    top: 22px;
  }
  /* line 518, ../sass/section/_menu.scss */
  .btn--open-mobi-menu:before {
    top: 15px;
  }
  /* line 522, ../sass/section/_menu.scss */
  .btn--open-mobi-menu:after {
    top: 29px;
  }

  /* line 528, ../sass/section/_menu.scss */
  .mobi-panel .search__box {
    width: 80%;
  }
}
/* line 1, ../sass/section/_breadcrumb.scss */
.breadcrumb {
  margin: 1.5em 0 1.66667em;
  padding: 0;
  color: #686868; /*#777777;*/
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
/* line 8, ../sass/section/_breadcrumb.scss */
.breadcrumb > li {
  list-style: none;
  display: inline;
}
/* line 12, ../sass/section/_breadcrumb.scss */
.breadcrumb > li:before {
  margin: 0 0.66667em;
  content: "";
  line-height: inherit;
  font-size: .8em;
  opacity: .8;
}
/* line 24, ../sass/section/_breadcrumb.scss */
.breadcrumb > li:first-child:before {
  display: none;
}
/* line 30, ../sass/section/_breadcrumb.scss */
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
/* line 34, ../sass/section/_breadcrumb.scss */
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #333;
  text-decoration: underline;
}

/* Tablet */
@keyframes arrows {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -0.3em);
    -ms-transform: translate(0, -0.3em);
    -webkit-transform: translate(0, -0.3em);
    transform: translate(0, -0.3em);
  }
  10%, 90% {
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  50% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, 0.3em);
    -ms-transform: translate(0, 0.3em);
    -webkit-transform: translate(0, 0.3em);
    transform: translate(0, 0.3em);
  }
}
/* line 24, ../sass/section/_index.scss */
.top-video {
  text-align: center;
  background: #DEDEDE;
  max-height: 100vh;
  position: relative;
}
/* line 35, ../sass/section/_index.scss */
.top-video-inner {
  padding: 56.25% 0 0;
}
@media screen and (max-width: 767px) {
  /* line 24, ../sass/section/_index.scss */
  .top-video {
    margin: 60px 0  0;
  }
}

/* line 46, ../sass/section/_index.scss */
.vbg-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 54, ../sass/section/_index.scss */
.scrolldown-arrow {
  font-size: 5.875em;
  line-height: 1em;
  position: absolute;
  z-index: 3;
  bottom: -0.05319em;
  left: 50%;
  width: 1em;
  height: 1em;
  margin: 0 0 0 -.5em;
  color: #FFF;
}
/* line 71, ../sass/section/_index.scss */
.scrolldown-arrow:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 75, ../sass/section/_index.scss */
.scrolldown-arrow:before, .scrolldown-arrow:after {
  font-size: .7em;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.35em;
}
/* line 93, ../sass/section/_index.scss */
.scrolldown-arrow:before {
  animation: arrows 2s linear infinite -1s;
}
/* line 97, ../sass/section/_index.scss */
.scrolldown-arrow:after {
  animation: arrows 2s linear infinite;
}
@media screen and (max-width: 767px) {
  /* line 54, ../sass/section/_index.scss */
  .scrolldown-arrow {
    font-size: 2.25em;
  }
}

/* line 106, ../sass/section/_index.scss */
.counter-bar {
  padding: 28px 0;
  color: #FFF;
  background: #964c98;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  /* line 106, ../sass/section/_index.scss */
  .counter-bar {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 106, ../sass/section/_index.scss */
  .counter-bar {
    font-size: 8.6px;
    font-size: 0.5375rem;
    padding: 16px 0;
  }
}

/* line 129, ../sass/section/_index.scss */
.counter-slider__container-outer {
  margin: 0 -2.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 127, ../sass/section/_index.scss */
  .counter-slider__container {
    margin: 0 -15px;
  }
}
/* line 138, ../sass/section/_index.scss */
.counter-slider__container .slick-prev {
  left: 14px;
}
/* line 142, ../sass/section/_index.scss */
.counter-slider__container .slick-next {
  right: 14px;
}
@media screen and (min-width: 768px) {
  /* line 3, ../sass/module/_slick.scss */
  .js-slick-container:not(.js-slick-loaded) .counter-slider__list > .js-slick-itm:nth-child(3) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  /* line 3, ../sass/module/_slick.scss */
  .js-slick-container:not(.js-slick-loaded) .counter-slider__list > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
/* line 154, ../sass/section/_index.scss */
.counter-slider__itm {
  position: relative;
  float: left;
  padding: 0 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 154, ../sass/section/_index.scss */
  .counter-slider__itm {
    width: 33.33333%;
  }
  /* line 164, ../sass/section/_index.scss */
  .counter-slider__itm:before {
    position: absolute;
    top: 0.3125em;
    bottom: 0.3125em;
    left: 0;
    width: 1px;
    content: "";
    opacity: .25;
    background: currentColor;
  }
  /* line 178, ../sass/section/_index.scss */
  .counter-slider__itm:first-child:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 154, ../sass/section/_index.scss */
  .counter-slider__itm {
    width: 100%;
  }
}

/* line 194, ../sass/section/_index.scss */
.counter__number {
  font-size: 5.375em;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 .22em;
}
/* line 201, ../sass/section/_index.scss */
.counter__desc {
  font-size: 1.5em;
  line-height: 1.2;
}
/* line 205, ../sass/section/_index.scss */
.counter__group {
  display: inline-block;
  max-width: 17em;
  text-align: center;
}

/* line 217, ../sass/section/_index.scss */
.ico__section {
  background: #F5F5F5 url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/patternbg-idx.jpg') top center repeat-x;
}
/* line 220, ../sass/section/_index.scss */
.ico__section-inner {
  padding: 2.625em 0;
}
@media screen and (max-width: 767px) {
  /* line 220, ../sass/section/_index.scss */
  .ico__section-inner {
    padding: 2em 0 0.625em;
  }
}
/* line 228, ../sass/section/_index.scss */
.ico__btn-wrap {
  font-size: 21px;
  font-size: 1.3125rem;
}
/* line 232, ../sass/section/_index.scss */
.ico__btn-wrap .cate-filter__btn:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* line 236, ../sass/section/_index.scss */
.ico__btn-wrap .cate-filter__btn-text {
  font-size: 1.14286em;
  font-weight: 700;
  line-height: .95;
  vertical-align: top;
}
/* line 243, ../sass/section/_index.scss */
.ico__btn-wrap .cate-filter__icon {
  margin-bottom: .3em;
}
/* line 246, ../sass/section/_index.scss */
.ico__btn-wrap .cate-filter small {
  font-size: 0.95238em;
}
@media screen and (max-width: 1199px) {
  /* line 228, ../sass/section/_index.scss */
  .ico__btn-wrap {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 991px) {
  /* line 228, ../sass/section/_index.scss */
  .ico__btn-wrap {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 228, ../sass/section/_index.scss */
  .ico__btn-wrap {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 -5px;
  }
  /* line 265, ../sass/section/_index.scss */
  .ico__btn-wrap .cate-filter__icon {
    margin-bottom: .7em;
  }
  /* line 268, ../sass/section/_index.scss */
  .ico__btn-wrap .cate-filter__categroup-inner {
    margin: 0 -4px;
  }
  /* line 271, ../sass/section/_index.scss */
  .ico__btn-wrap .cate-filter__cate-blk {
    padding: 0 4px;
  }
}
@media screen and (max-width: 374px) {
  /* line 279, ../sass/section/_index.scss */
  .ico__btn-wrap .cate-filter__btn-text {
    font-size: 1em;
  }
}

/* line 287, ../sass/section/_index.scss */
.blk-group {
  position: relative;
  background: #60a5b4;
}
/* line 293, ../sass/section/_index.scss */
.blk-group .page-info {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
}
/* line 300, ../sass/section/_index.scss */
.blk-group__inner {
  max-width: 1680px;
  margin: auto;
}

/* line 307, ../sass/section/_index.scss */
.blk {
  position: relative;
  display: block;
  float: left;
}
/* line 312, ../sass/section/_index.scss */
.blk__inner {
  position: relative;
}
/* line 318, ../sass/section/_index.scss */
.blk__layer {
  background: rgba(255, 238, 124, 0.8);
}
/* line 321, ../sass/section/_index.scss */
.blk__cover-middle {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 324, ../sass/section/_index.scss */
.blk__desc {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: .2em 1em;
  text-align: left;
  color: #097288;
}
/* line 337, ../sass/section/_index.scss */
.blk__text--large {
  font-size: 1.66667em;
}
@media screen and (max-width: 1400px) {
  /* line 344, ../sass/section/_index.scss */
  .blk__cover-middle {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1199px) {
  /* line 351, ../sass/section/_index.scss */
  .blk__cover-middle {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
@media screen and (max-width: 991px) {
  /* line 357, ../sass/section/_index.scss */
  .blk__cover-middle {
    font-size: 7px;
    font-size: 0.4375rem;
  }
}

/* line 364, ../sass/section/_index.scss */
.blk--1-1 {
  width: 25%;
}
/* line 366, ../sass/section/_index.scss */
.blk--1-1 .blk__inner {
  padding: 100% 0 0;
}
/* line 369, ../sass/section/_index.scss */
.blk--1-1 .blk__cover-middle {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 1400px) {
  /* line 369, ../sass/section/_index.scss */
  .blk--1-1 .blk__cover-middle {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 1199px) {
  /* line 369, ../sass/section/_index.scss */
  .blk--1-1 .blk__cover-middle {
    font-size: 7px;
    font-size: 0.4375rem;
  }
}
@media screen and (max-width: 991px) {
  /* line 369, ../sass/section/_index.scss */
  .blk--1-1 .blk__cover-middle {
    font-size: 6px;
    font-size: 0.375rem;
  }
}
/* line 385, ../sass/section/_index.scss */
.blk--2-1 {
  width: 50%;
}
/* line 387, ../sass/section/_index.scss */
.blk--2-1 .blk__inner {
  padding: 50% 0 0;
}
/* line 391, ../sass/section/_index.scss */
.blk--2-2 {
  width: 50%;
}
/* line 393, ../sass/section/_index.scss */
.blk--2-2 .blk__inner {
  padding: 100% 0 0;
}
@media screen and (max-width: 767px) {
  /* line 400, ../sass/section/_index.scss */
  .blk--1-1 {
    width: 50%;
  }
  /* line 403, ../sass/section/_index.scss */
  .blk--2-1 {
    width: 100%;
  }
  /* line 406, ../sass/section/_index.scss */
  .blk--2-2 {
    width: 100%;
  }
}

/* line 414, ../sass/section/_index.scss */
.blk--default .blk__layer,
.blk--default .blk__desc {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  color: #FFF;
}
/* line 424, ../sass/section/_index.scss */
.blk--default:hover .blk__layer, .blk--default:focus .blk__layer {
  -moz-transform: scale(0.92);
  -ms-transform: scale(0.92);
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}
/* line 429, ../sass/section/_index.scss */
.blk--default .blk__layer {
  background: rgba(170, 82, 130, 0.74);
}
/* line 432, ../sass/section/_index.scss */
.blk--default .blk__desc {
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  text-align: center;
}
/* line 439, ../sass/section/_index.scss */
.blk--default .blk__desc:after {
  font-size: 2.2em;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -.5em -.65em 0 0;
  content: "";
}
/* line 453, ../sass/section/_index.scss */
.blk--default .blk__text {
  font-size: 1.63636em;
}

/* line 460, ../sass/section/_index.scss */
.looking__control {
  text-align: center;
  margin: 4.2% 0 0;
}
/* line 463, ../sass/section/_index.scss */
.looking__control > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 468, ../sass/section/_index.scss */
.looking__control > p {
  font-size: 1.5em;
  font-weight: 700;
}
/* line 473, ../sass/section/_index.scss */
.looking__inner {
  padding: 6.83761% 0 7.86325%;
}
/* line 476, ../sass/section/_index.scss */
.looking__control-middle {
  margin: 0 1.5em 0 0;
}
/* line 479, ../sass/section/_index.scss */
.looking .js-selectBox {
  display: inline-block;
  width: 22.8125em;
  margin: 0 0 0 1.5em;
  vertical-align: middle;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 479, ../sass/section/_index.scss */
  .looking .js-selectBox {
    width: 19em;
  }
}
/* line 491, ../sass/section/_index.scss */
.looking__btn {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
  /* line 498, ../sass/section/_index.scss */
  .looking__control > p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  /* line 502, ../sass/section/_index.scss */
  .looking__control-middle {
    margin: 0 1em 0 0;
  }
  /* line 505, ../sass/section/_index.scss */
  .looking .js-selectBox {
    display: block;
    margin: 0.875em 0 0.875em 1em;
  }
  /* line 509, ../sass/section/_index.scss */
  .looking .js-selectBox:first-child {
    margin-top: 0;
  }
  /* line 513, ../sass/section/_index.scss */
  .looking .js-selectBox:last-child {
    margin-bottom: 0;
  }
  /* line 517, ../sass/section/_index.scss */
  .looking__btn {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 520, ../sass/section/_index.scss */
  .looking__inner {
    padding: 4.94792% 0 7.29167%;
  }
}
@media screen and (max-width: 767px) {
  /* line 526, ../sass/section/_index.scss */
  .looking__inner {
    padding: 9.375% 0 10%;
  }
  /* line 530, ../sass/section/_index.scss */
  .looking .js-selectBox {
    margin: 10px auto;
    width: auto;
  }
  /* line 535, ../sass/section/_index.scss */
  .looking__control > .looking__control-middle {
    display: block;
    margin: 16px 20px;
  }
}

/* line 544, ../sass/section/_index.scss */
.upc {
  padding: 3.625em 0 4.5em;
  background: #F5F5F5 url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/patternbg-idx.jpg') center -400px repeat-x;
}
/* line 548, ../sass/section/_index.scss */
.upc__inner {
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  /* line 544, ../sass/section/_index.scss */
  .upc {
    padding: 1.875em 0 3.25em;
  }
}
@media screen and (max-width: 375px) {
  /* line 544, ../sass/section/_index.scss */
  .upc {
    padding-bottom: 0;
  }
}

/* line 562, ../sass/section/_index.scss */
.imgbox {
  width: 25%;
  background: #FFF;
  margin: 0 1px;
  text-decoration: none !important;
  color: #000;
  position: relative;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/* line 576, ../sass/section/_index.scss */
.imgbox:hover, .imgbox:focus {
  color: #000;
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  z-index: 7;
  -moz-box-shadow: 0 0 2.1875em 0.3125em rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 0 2.1875em 0.3125em rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 2.1875em 0.3125em rgba(0, 0, 0, 0.23);
}
/* line 583, ../sass/section/_index.scss */
.imgbox.leaving {
  z-index: 5;
}
/* line 587, ../sass/section/_index.scss */
.imgboxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -1px;
}
/* line 591, ../sass/section/_index.scss */
.imgbox__imgw {
  position: relative;
  overflow: hidden;
  padding: 66.11111% 0 0;
  background: #efefef center center no-repeat;
  background-size: cover;
}
/* line 603, ../sass/section/_index.scss */
.imgbox__date {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.8125em 1.5em;
  background: #FFF;
}
/* line 612, ../sass/section/_index.scss */
.imgbox__bottom {
  padding: 1.875em 1.5em 1.875em;
  position: relative;
  z-index: 2;
  margin: -1px 0 0;
  background: #fff;
}
/* line 619, ../sass/section/_index.scss */
.imgbox__text {
  font-size: 1.25em;
  line-height: 1.2;
  min-height: 3.6em;
  font-weight: 700;
}
/* line 627, ../sass/section/_index.scss */
.imgbox__layer {
  background: rgba(255, 238, 124, 0.8);
}
/* line 630, ../sass/section/_index.scss */
.imgbox__cover-middle {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 633, ../sass/section/_index.scss */
.imgbox__desc {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: .2em 1em;
  text-align: left;
  color: #097288;
}
@media screen and (max-width: 1199px) {
  /* line 562, ../sass/section/_index.scss */
  .imgbox {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  /* line 562, ../sass/section/_index.scss */
  .imgbox {
    font-size: 10px;
    font-size: 0.625rem;
  }
  /* line 652, ../sass/section/_index.scss */
  .imgbox, .imgboxes {
    margin: 0;
  }
  /* line 656, ../sass/section/_index.scss */
  .imgbox .date {
    font-size: .9em;
  }
  /* line 660, ../sass/section/_index.scss */
  .imgbox__text {
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  /* line 562, ../sass/section/_index.scss */
  .imgbox {
    width: 50%;
    font-size: 10px;
    font-size: 0.625rem;
  }
  /* line 670, ../sass/section/_index.scss */
  .imgboxes {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 375px) {
  /* line 562, ../sass/section/_index.scss */
  .imgbox {
    width: 100%;
  }
  /* line 678, ../sass/section/_index.scss */
  .imgbox__bottom {
    background: #eeeaeb;
  }
  /* line 682, ../sass/section/_index.scss */
  .imgbox__text {
    min-height: 2.4em;
  }
}

/* line 690, ../sass/section/_index.scss */
.imgbox--default .imgbox__imgw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 697, ../sass/section/_index.scss */
.imgbox--default .imgbox__layer,
.imgbox--default .imgbox__desc {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  color: #FFF;
}
/* line 705, ../sass/section/_index.scss */
.imgbox--default .imgbox__layer {
  background: rgba(10, 111, 136, 0.6); /*rgba(17, 183, 223, 0.6);*/
}
/* line 708, ../sass/section/_index.scss */
.imgbox--default .imgbox__desc {
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  text-align: center;
}
/* line 715, ../sass/section/_index.scss */
.imgbox--default .imgbox__desc:after {
  font-size: 2.2em;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -.5em -.65em 0 0;
  content: "";
}
/* line 729, ../sass/section/_index.scss */
.imgbox--default .imgbox__text {
  font-size: 1.63636em;
}
@media screen and (max-width: 1199px) {
  /* line 735, ../sass/section/_index.scss */
  .imgbox--default .imgbox__desc {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  /* line 741, ../sass/section/_index.scss */
  .imgbox--default .imgbox__desc {
    font-size: 20px;
    font-size: 1.25rem;
  }
  /* line 744, ../sass/section/_index.scss */
  .imgbox--default .imgbox__desc:after {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 375px) {
  /* line 751, ../sass/section/_index.scss */
  .imgbox--default .imgbox__imgw {
    padding: 40.625% 0 0;
    position: relative;
  }
}

/* line 758, ../sass/section/_index.scss */
.date {
  text-align: center;
  line-height: 1.1;
}
/* line 761, ../sass/section/_index.scss */
.date__wrap .date {
  display: inline-block;
  vertical-align: middle;
}
/* line 766, ../sass/section/_index.scss */
.date .day, .date .month {
  display: block;
}
/* line 770, ../sass/section/_index.scss */
.date .day {
  font-size: 2.25em;
}
/* line 773, ../sass/section/_index.scss */
.date .month {
  font-size: 1.1875em;
  font-weight: 700;
}
/* line 778, ../sass/section/_index.scss */
.date-to {
  margin: 0 1.375em;
  font-weight: 700;
}
/* line 781, ../sass/section/_index.scss */
.date-to:before {
  display: inline-block;
  height: 2px;
  width: 0.5625em;
  content: '';
  background: currentColor;
}

/* line 1, ../sass/section/_timeline.scss */
.tl {
  position: relative;
  cursor: pointer;
  z-index: 4;
}
/* line 13, ../sass/section/_timeline.scss */
.tl * {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
/* line 20, ../sass/section/_timeline.scss */
.tl .line-title {
  padding-top: 1.1em;
}
/* line 23, ../sass/section/_timeline.scss */
.tl > .container {
  position: relative;
  height: 686px;
  padding: 0 0;
}
@media screen and (min-width: 1700px) {
  /* line 23, ../sass/section/_timeline.scss */
  .tl > .container {
    height: 748px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 23, ../sass/section/_timeline.scss */
  .tl > .container {
    height: 606px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../sass/section/_timeline.scss */
  .tl > .container {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  /* line 23, ../sass/section/_timeline.scss */
  .tl > .container {
    height: 290px;
  }
}
/* line 45, ../sass/section/_timeline.scss */
.tl__outer {
  position: relative;
}
/* line 49, ../sass/section/_timeline.scss */
.tl__video {
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  bottom: 0;
}
/* line 56, ../sass/section/_timeline.scss */
.tl__video video {
  opacity: 1 !important;
  visibility: visible !important;
}
/* line 60, ../sass/section/_timeline.scss */
.ios .tl__video video {
  display: none !important;
}
/* line 66, ../sass/section/_timeline.scss */
.tl__ctrl {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
/* line 72, ../sass/section/_timeline.scss */
.tl__size {
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  margin: 0 0 0 8px;
}
@media screen and (min-width: 1700px) {
  /* line 72, ../sass/section/_timeline.scss */
  .tl__size {
    bottom: 150px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 72, ../sass/section/_timeline.scss */
  .tl__size {
    bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 72, ../sass/section/_timeline.scss */
  .tl__size {
    -moz-transform: scale(0.66667);
    -ms-transform: scale(0.66667);
    -webkit-transform: scale(0.66667);
    transform: scale(0.66667);
    bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  /* line 72, ../sass/section/_timeline.scss */
  .tl__size {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    bottom: 45px;
    left: -10vw;
    margin: 0;
  }
}
/* line 114, ../sass/section/_timeline.scss */
.tl__ppl {
  position: absolute;
  bottom: 14px;
  left: 3px;
  width: 42px;
  height: 71px;
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/walking-1x.png') center center no-repeat;
  background-size: 42px auto;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="0"] {
  background-position: center 0px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="1"] {
  background-position: center -71px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="2"] {
  background-position: center -142px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="3"] {
  background-position: center -213px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="4"] {
  background-position: center -284px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="5"] {
  background-position: center -355px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="6"] {
  background-position: center -426px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="7"] {
  background-position: center -497px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="8"] {
  background-position: center -568px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="9"] {
  background-position: center -639px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="10"] {
  background-position: center -710px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="11"] {
  background-position: center -781px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="12"] {
  background-position: center -852px;
}
/* line 126, ../sass/section/_timeline.scss */
.tl__ppl[data-tl-step="13"] {
  background-position: center -923px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 114, ../sass/section/_timeline.scss */
  .tl__ppl {
    background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/walking-2x.png');
  }
}
/* line 135, ../sass/section/_timeline.scss */
.tl__extra-grid {
  position: absolute;
  width: 1440px;
}
/* line 139, ../sass/section/_timeline.scss */
.tl__extra-grid:first-child {
  right: 100%;
}
/* line 143, ../sass/section/_timeline.scss */
.tl__extra-grid:last-child {
  left: 100%;
}
/* line 148, ../sass/section/_timeline.scss */
.tl__line {
  width: 2352px;
}
/* line 151, ../sass/section/_timeline.scss */
.tl__grid {
  position: relative;
  float: left;
  width: 48px;
  padding: 0 3px;
}
/* line 158, ../sass/section/_timeline.scss */
.tl__grid.js-current .tl__box {
  -moz-transform: scale(1, 3);
  -ms-transform: scale(1, 3);
  -webkit-transform: scale(1, 3);
  transform: scale(1, 3);
}
/* line 161, ../sass/section/_timeline.scss */
.tl__grid.js-current--bf .tl__box {
  -moz-transform: scale(1, 2.1);
  -ms-transform: scale(1, 2.1);
  -webkit-transform: scale(1, 2.1);
  transform: scale(1, 2.1);
}
/* line 165, ../sass/section/_timeline.scss */
.tl__box {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 14px;
  background: #FFF;
}
/* line 178, ../sass/section/_timeline.scss */
.tl__time {
  font-size: 1.5em;
  font-weight: 100;
  position: absolute;
  top: calc(100% + .4em);
  right: -.5em;
  left: -.5em;
  display: none;
  text-align: center;
  color: #FFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
/* line 193, ../sass/section/_timeline.scss */
.tl__highlight .tl__box {
  background: #319DB6;
}
/* line 196, ../sass/section/_timeline.scss */
.tl__show .tl__time {
  display: block;
}
/* line 199, ../sass/section/_timeline.scss */
.tl__evs {
  position: absolute;
  top: -340px;
  left: 50%;
  width: 800px;
  margin: 0 0 0 -408px;
}
@media screen and (max-width: 767px) {
  /* line 199, ../sass/section/_timeline.scss */
  .tl__evs {
    left: -80px;
    width: 180%;
    margin: 0;
  }
}
/* line 219, ../sass/section/_timeline.scss */
.tl__ev {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  opacity: 0;
}
/* line 238, ../sass/section/_timeline.scss */
.tl__itm {
  -moz-transform: translate(0, 0.8em);
  -ms-transform: translate(0, 0.8em);
  -webkit-transform: translate(0, 0.8em);
  transform: translate(0, 0.8em);
  font-size: 2em;
  margin: .8em 0 0;
}
/* line 245, ../sass/section/_timeline.scss */
.tl__itm:first-child {
  margin-top: 0;
}
/* line 249, ../sass/section/_timeline.scss */
.tl__ev-time, .tl__title {
  line-height: 1.2;
  position: relative;
}
/* line 256, ../sass/section/_timeline.scss */
.tl__ev-time {
  font-weight: 600;
  padding: 0 0 0 1.3125em;
}
/* line 260, ../sass/section/_timeline.scss */
.tl__ev-time .icon-clock {
  position: absolute;
  top: .1em;
  left: 0;
}
/* line 266, ../sass/section/_timeline.scss */
.tl__title {
  margin: 0 0 0 1.3125em;
  margin-top: .1em;
  padding: 0 0 0 0.625em;
}
/* line 270, ../sass/section/_timeline.scss */
.tl__title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
/* line 278, ../sass/section/_timeline.scss */
.tl__bubble {
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 286, ../sass/section/_timeline.scss */
.tl__bubble-content {
  padding: 0 0 0 16.25em;
}
/* line 289, ../sass/section/_timeline.scss */
.tl__bubble-inner {
  display: table-cell;
  width: 1%;
  height: 10em;
  vertical-align: middle;
  color: #FFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
/* line 300, ../sass/section/_timeline.scss */
.tl__ev.js-active {
  visibility: visible;
  opacity: 1;
}
/* line 304, ../sass/section/_timeline.scss */
.tl__ev.js-active .tl__bubble {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 307, ../sass/section/_timeline.scss */
.tl__ev.js-active .tl__itm {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 312, ../sass/section/_timeline.scss */
.tl__arrow {
  border-radius: 50%;
  font-size: 2.5em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  margin: -.5em 0 0;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  /* line 312, ../sass/section/_timeline.scss */
  .tl__arrow {
    display: none;
  }
}
/* line 329, ../sass/section/_timeline.scss */
.tl__arrow:hover {
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 339, ../sass/section/_timeline.scss */
.tl__arrow--prev {
  left: 20px;
}
/* line 341, ../sass/section/_timeline.scss */
.js-edge-left .tl__arrow--prev {
  opacity: 0;
  visibility: hidden;
}
/* line 345, ../sass/section/_timeline.scss */
.tl__arrow--prev:before {
  content: "";
}
/* line 350, ../sass/section/_timeline.scss */
.tl__arrow--next {
  right: 20px;
}
/* line 352, ../sass/section/_timeline.scss */
.js-edge-right .tl__arrow--next {
  opacity: 0;
  visibility: hidden;
}
/* line 356, ../sass/section/_timeline.scss */
.tl__arrow--next:before {
  content: "";
}

/* General
=======================================*/
/* line 4, ../sass/section/_inner.scss */
main {
  background-color: #ffffff;
}
/* line 7, ../sass/section/_inner.scss */
main > .container:last-child {
  padding-bottom: 2%;
}

/* line 13, ../sass/section/_inner.scss */
.page-title {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 1.55556em 0 1.22222em;
  padding: 0;
  text-align: center;
  color: #833b84;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../sass/section/_inner.scss */
  .page-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 13, ../sass/section/_inner.scss */
  .page-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* line 30, ../sass/section/_inner.scss */
.left-title {
  font-size: 1.875em;
  color: #833b84;
}
@media screen and (max-width: 991px) {
  /* line 30, ../sass/section/_inner.scss */
  .left-title {
    font-size: 1.5625em;
  }
}
@media screen and (max-width: 767px) {
  /* line 30, ../sass/section/_inner.scss */
  .left-title {
    font-size: 1.25em;
  }
}

/* line 42, ../sass/section/_inner.scss */
.inner-poster {
  overflow: hidden;
  height: 560px;
  background: #EDEDED center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  /* line 42, ../sass/section/_inner.scss */
  .inner-poster {
    height: 300px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 54, ../sass/section/_inner.scss */
  .parallax-image-wrapper {
    overflow: visible;
  }
}

/* line 60, ../sass/section/_inner.scss */
.inner-content {
  position: relative;
  max-width: 1112px;
  margin: auto;
}
/* line 65, ../sass/section/_inner.scss */
.inner-content--spacing {
  padding: 5.51102% 0 9.01804%;
}

/* line 72, ../sass/section/_inner.scss */
.full-width > .ckec {
  margin-bottom: 127px;
  padding: 3.8961% 6.49351%;
}

/* line 78, ../sass/section/_inner.scss */
.page-info {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* line 84, ../sass/section/_inner.scss */
.page-info__title {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1;
  display: inline-block;
  margin: 0;
  padding: 0.42105em 1.18421em 0.52632em;
  color: #964c98;
  background-color: #EAEAEA;
}
@media screen and (max-width: 1199px) {
  /* line 84, ../sass/section/_inner.scss */
  .page-info__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  /* line 84, ../sass/section/_inner.scss */
  .page-info__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 84, ../sass/section/_inner.scss */
  .page-info__title {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
/* line 105, ../sass/section/_inner.scss */
.page-info__title:after {
  display: block;
  width: 4.47368em;
  height: 1px;
  margin: 0.31579em auto 0;
  content: " ";
  border-top: 1px solid currentColor;
}
/* line 116, ../sass/section/_inner.scss */
.page-info__title--hippieblue {
  color: #FFF;
  background: #3a707c; /*#60a5b4;*/
}

/* line 123, ../sass/section/_inner.scss */
.ppl-blk {
  margin-bottom: 65px;
  background: #833F84;
  background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/ppl-blk-bg.jpg?1504965172');
  background-position: center center;
  background-size: cover;
}
/* line 130, ../sass/section/_inner.scss */
.ppl-blk--pattern {
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/ppl-blk-pattern-bg.jpg?1504965172') #964C98 !important;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  /* line 123, ../sass/section/_inner.scss */
  .ppl-blk {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0NDA4NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY4Mzg2OCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-radial-gradient(center, ellipse cover, #844085 0%, #683868 100%);
    background-image: -webkit-radial-gradient(center, ellipse cover, #844085 0%, #683868 100%);
    background-image: radial-gradient(ellipse cover at center, #844085 0%, #683868 100%);
    margin-bottom: 30px;
  }
}
/* line 140, ../sass/section/_inner.scss */
.ppl-blk__inner {
  position: relative;
}
/* line 143, ../sass/section/_inner.scss */
.ppl-blk__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42.39316%;
}
@media screen and (max-width: 991px) {
  /* line 143, ../sass/section/_inner.scss */
  .ppl-blk__img {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  /* line 143, ../sass/section/_inner.scss */
  .ppl-blk__img {
    left: 50%;
    width: 280px;
    margin: 0 0 0 -140px;
  }
}
/* line 158, ../sass/section/_inner.scss */
.ppl-blk__img img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 166, ../sass/section/_inner.scss */
.ppl-blk__txt {
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  left: 45.29915%;
  width: 39.74359%;
  min-height: 410px;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 166, ../sass/section/_inner.scss */
  .ppl-blk__txt {
    font-size: 22px;
    font-size: 1.375rem;
    min-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  /* line 166, ../sass/section/_inner.scss */
  .ppl-blk__txt {
    font-size: 18px;
    font-size: 1.125rem;
    left: 0;
    width: auto;
    min-height: 0;
    padding: 50px 0 50px;
  }
  .ppl-blk__img + .ppl-blk__txt {
	  padding-bottom: 264px;
  }
}
/* line 190, ../sass/section/_inner.scss */
.ppl-blk__txt-inner {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
}
/* line 197, ../sass/section/_inner.scss */
.ppl-blk__txt-inner:before, .ppl-blk__txt-inner:after {
  font-size: 2em;
  position: absolute;
  content: "";
  color: #C9B1C9;
}
/* line 209, ../sass/section/_inner.scss */
.ppl-blk__txt-inner:before {
  -moz-transform: translateX(-0.2em);
  -ms-transform: translateX(-0.2em);
  -webkit-transform: translateX(-0.2em);
  transform: translateX(-0.2em);
  top: -.33em;
  right: 100%;
}
/* line 215, ../sass/section/_inner.scss */
.ppl-blk__txt-inner:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
  left: 100%;
  margin: -0.2em 0 0 0;
}
@media screen and (max-width: 767px) {
  /* line 190, ../sass/section/_inner.scss */
  .ppl-blk__txt-inner {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    width: auto;
    margin: 0 3em;
  }
}
/* line 232, ../sass/section/_inner.scss */
.ppl-blk__txt--quote {
  font-size: 1em;
  line-height: 1.40625;
  margin-bottom: 10px;
}
/* line 238, ../sass/section/_inner.scss */
.ppl-blk__txt--source {
  font-family: "Heebo", 'Arial', 'sans-serif', 'Microsoft JhengHei Fixed', 'Microsoft JhengHei', 'Microsoft YaHei', 'STXihei';
  font-size: 0.6875em;
  color: #F0CBF0;
}

/* line 249, ../sass/section/_inner.scss */
.ppl-blk--text .ppl-blk__img {
  left: -14.52991%;
  width: 64.95726%;
}
/* line 253, ../sass/section/_inner.scss */
.ppl-blk--text .ppl-blk__img img {
  max-width: 760px;
}
@media screen and (max-width: 991px) {
  /* line 249, ../sass/section/_inner.scss */
  .ppl-blk--text .ppl-blk__img {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  /* line 249, ../sass/section/_inner.scss */
  .ppl-blk--text .ppl-blk__img {
    left: 50%;
    width: 440px;
    margin: 0 0 0 -220px;
  }
}
/* line 266, ../sass/section/_inner.scss */
.ppl-blk--text .ppl-blk__txt {
  width: 52.5641%;
}
/* line 269, ../sass/section/_inner.scss */
.ppl-blk--text .ppl-blk__txt-inner:before, .ppl-blk--text .ppl-blk__txt-inner:after {
  display: none;
}
@media screen and (max-width: 991px) {
  /* line 266, ../sass/section/_inner.scss */
  .ppl-blk--text .ppl-blk__txt {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 266, ../sass/section/_inner.scss */
  .ppl-blk--text .ppl-blk__txt {
    width: auto;
  }
  /* line 279, ../sass/section/_inner.scss */
  .ppl-blk--text .ppl-blk__txt-inner {
    margin: 0 15px;
  }
}
/* line 284, ../sass/section/_inner.scss */
.ppl-blk--text .ppl-blk__ntext {
  font-size: 0.625em;
  line-height: 1.6;
}

/* line 290, ../sass/section/_inner.scss */
.fullblock {
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  /* line 290, ../sass/section/_inner.scss */
  .fullblock {
    padding: 45px 0;
  }
}
@media screen and (max-width: 991px) {
  /* line 290, ../sass/section/_inner.scss */
  .fullblock {
    padding: 30px 0;
  }
}

/* line 300, ../sass/section/_inner.scss */
.pattern-bg {
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/patternbg.jpg') top center repeat-x #E9E9E9;
}
/* line 302, ../sass/section/_inner.scss */
.pattern-bg--purple {
  background-color: #964C98;
  background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/ppl-blk-pattern-bg.jpg');
}
/* line 306, ../sass/section/_inner.scss */
.pattern-bg .inner-content {
  padding: 4.04676% 0;
}
/* line 309, ../sass/section/_inner.scss */
.pattern-bg__title {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 1em;
  text-align: center;
}
@media screen and (max-width: 991px) {
  /* line 309, ../sass/section/_inner.scss */
  .pattern-bg__title {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  /* line 309, ../sass/section/_inner.scss */
  .pattern-bg__title {
    font-size: 1.125em;
  }
}
/* line 322, ../sass/section/_inner.scss */
.pattern-bg__title-sub {
  font-size: 1.25em;
  margin: -1.5em 0 .6em;
  text-align: center;
}
@media screen and (max-width: 991px) {
  /* line 322, ../sass/section/_inner.scss */
  .pattern-bg__title-sub {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  /* line 322, ../sass/section/_inner.scss */
  .pattern-bg__title-sub {
    font-size: 1em;
  }
}

/* line 339, ../sass/section/_inner.scss */
.pattern-bg-top {
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/pattern-topbg.jpg') top center repeat-x;
}
/* line 341, ../sass/section/_inner.scss */
.pattern-bg-top__title {
  font-size: 1.75em;
  font-weight: 700;
  margin: 1.71429em 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  /* line 341, ../sass/section/_inner.scss */
  .pattern-bg-top__title {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  /* line 341, ../sass/section/_inner.scss */
  .pattern-bg-top__title {
    font-size: 1.125em;
  }
}

/* line 358, ../sass/section/_inner.scss */
.top-filter__line {
  text-align: center;
  margin: 3em;
}
/* line 363, ../sass/section/_inner.scss */
.top-filter__itm {
  max-width: 442px;
  display: inline-block;
  width: 100%;
}

/* line 370, ../sass/section/_inner.scss */
.ico-title {
  font-size: 2.25em;
  line-height: 1.2;
  margin: 0 0 1.25em;
  text-align: center;
  color: #FFF;
}
/* line 379, ../sass/section/_inner.scss */
.ico-title > span {
  position: relative;
  display: inline-block;
  padding: 1.25em 0.83333em 1.25em 3.61111em;
  background: #964c98;
}
@media screen and (max-width: 1199px) {
  /* line 370, ../sass/section/_inner.scss */
  .ico-title {
    font-size: 1.625em;
  }
}
@media screen and (max-width: 991px) {
  /* line 370, ../sass/section/_inner.scss */
  .ico-title {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  /* line 370, ../sass/section/_inner.scss */
  .ico-title {
    font-size: 0.875em;
  }
}
/* line 397, ../sass/section/_inner.scss */
.ico-title__icon {
  font-size: 1.9em;
  position: absolute;
  top: .45em;
  left: .44em;
}

/* line 406, ../sass/section/_inner.scss */
.page-bottom {
  margin: 5.625em auto 3.75em;
}
/* line 410, ../sass/section/_inner.scss */
.page-bottom .btn--prev {
  float: left;
  margin: .3em .3em .3em 0;
}
/* line 415, ../sass/section/_inner.scss */
.page-bottom .btn--next {
  float: right;
  margin: 0.3em 0 0.3em 0.3em;
}
@media screen and (max-width: 991px) {
  /* line 406, ../sass/section/_inner.scss */
  .page-bottom {
    margin: 4.375em auto 3.4375em;
  }
}
@media screen and (max-width: 767px) {
  /* line 406, ../sass/section/_inner.scss */
  .page-bottom {
    margin: 3.125em auto 2.5em;
  }
  /* line 425, ../sass/section/_inner.scss */
  .page-bottom .btn--prev,
  .page-bottom .btn--next {
    width: 100%;
    text-align: center;
  }
}

/* line 436, ../sass/section/_inner.scss */
.collapse__wrap {
  position: relative;
  margin: 0 0 4%;
}
/* line 441, ../sass/section/_inner.scss */
.collapse__wrap-title {
  margin-top: 1.6em;
  margin-bottom: 0.66667em;
}
/* line 445, ../sass/section/_inner.scss */
.collapse__sec-title {
  margin: 0 13em 1.3em 0;
}
@media screen and (max-width: 767px) {
  /* line 445, ../sass/section/_inner.scss */
  .collapse__sec-title {
    margin-right: 0;
  }
}
/* line 451, ../sass/section/_inner.scss */
.collapse__expand-btn {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: 0 0 .9em;
  padding-top: 0.44444em;
  padding-bottom: 0.44444em;
}
@media screen and (max-width: 767px) {
  /* line 451, ../sass/section/_inner.scss */
  .collapse__expand-btn {
    position: relative;
    float: right;
  }
}
/* line 465, ../sass/section/_inner.scss */
.collapse__blk {
  margin: 0 0 6px;
}
/* line 468, ../sass/section/_inner.scss */
.collapse__blk:nth-child(even) .collapse__trigger {
  background: #702c72;
}
/* line 471, ../sass/section/_inner.scss */
.collapse__trigger {
  font-size: 1.5em;
  line-height: 1.2;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.66667em 3.33333em 0.66667em 1.25em;
  text-align: left;
  color: #FFF;
  background: #964c98;
}
/* line 486, ../sass/section/_inner.scss */
.collapse__trigger:before {
  font-size: 1.4em;
  position: absolute;
  top: .4em;
  right: .7em;
  content: "";
}
/* line 499, ../sass/section/_inner.scss */
.collapse__trigger[aria-expanded="true"]:before {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
@media screen and (max-width: 991px) {
  /* line 471, ../sass/section/_inner.scss */
  .collapse__trigger {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  /* line 471, ../sass/section/_inner.scss */
  .collapse__trigger {
    font-size: 1em;
    padding-left: 15px;
  }
}
/* line 512, ../sass/section/_inner.scss */
.collapse__inner {
  padding: 1em 1.875em;
  background: #FFF;
}
/* line 516, ../sass/section/_inner.scss */
.collapse__inner .ckec {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.33333;
}
@media screen and (max-width: 991px) {
  /* line 516, ../sass/section/_inner.scss */
  .collapse__inner .ckec {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 526, ../sass/section/_inner.scss */
.collapse__inner--bged {
  background: #e2d1e2;
}
/* line 529, ../sass/section/_inner.scss */
.collapse__inner--bg-gray {
  background: #F3F3F3;
}
/* line 533, ../sass/section/_inner.scss */
.collapse__inner--bg-gray p a, .collapse__inner--bg-gray li a, .collapse__inner--bg-gray td a {
  color: #1479b3;
}
@media screen and (max-width: 991px) {
  /* line 512, ../sass/section/_inner.scss */
  .collapse__inner {
    padding-right: 1.48438em;
    padding-left: 1.48438em;
  }
}
@media screen and (max-width: 767px) {
  /* line 512, ../sass/section/_inner.scss */
  .collapse__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* line 547, ../sass/section/_inner.scss */
.collapse__wrap--green .collapse__trigger {
  background: #348EA2;
}
/* line 550, ../sass/section/_inner.scss */
.collapse__wrap--green .collapse__blk:nth-child(even) .collapse__trigger {
  background: #225C68;
}

/* line 556, ../sass/section/_inner.scss */
.center-remarks {
  max-width: 680px;
  margin: 2.5em auto;
}

/* line 565, ../sass/section/_inner.scss */
.featureblk__imgw {
  float: right;
  min-height: 1px;
  margin: -1.5625em 0 0;
}
/* line 570, ../sass/section/_inner.scss */
.featureblk__imgw img {
  width: 100%;
}
/* line 574, ../sass/section/_inner.scss */
.featureblk__title {
  font-size: 2em;
  line-height: 1.2;
  margin: 0 0 0.53125em;
  color: #833b84;
}
/* line 582, ../sass/section/_inner.scss */
.featureblk__inner {
  overflow: hidden;
  padding: 2.625em 3.75em 2.625em 4.125em;
  background: #F1E4F1;
}
/* line 588, ../sass/section/_inner.scss */
.featureblk__inner *:last-child {
  margin-bottom: 0;
}
/* line 592, ../sass/section/_inner.scss */
.featureblk__content {
  font-size: 0.90625em;
  margin: 0 0 1.125em;
}
@media screen and (max-width: 991px) {
  /* line 564, ../sass/section/_inner.scss */
  .featureblk {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  /* line 564, ../sass/section/_inner.scss */
  .featureblk {
    font-size: 13px;
    padding-top: 1px;
    background: #F1E4F1;
  }
  /* line 606, ../sass/section/_inner.scss */
  .featureblk__title {
    font-size: 1.7em;
  }
  /* line 609, ../sass/section/_inner.scss */
  .featureblk__inner {
    padding: 18px 15px;
  }
  /* line 612, ../sass/section/_inner.scss */
  .featureblk__imgw {
    float: none;
    max-width: 180px;
    margin: 20px 15px 0;
  }
}

/* line 625, ../sass/section/_inner.scss */
.zebra__row {
  padding: 0.9375em 2.25em;
  border-top: 1px solid #B4BBC0;
}
/* line 629, ../sass/section/_inner.scss */
.zebra__row:first-child {
  border-top: 0;
}
/* line 632, ../sass/section/_inner.scss */
.zebra__row:nth-child(odd) {
  background: #F2F2F2;
}
@media screen and (max-width: 991px) {
  /* line 625, ../sass/section/_inner.scss */
  .zebra__row {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  /* line 625, ../sass/section/_inner.scss */
  .zebra__row {
    font-size: 12px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 649, ../sass/section/_inner.scss */
.center-remarks p {
  font-size: 1.125em;
}
/* line 651, ../sass/section/_inner.scss */
.center-remarks p a {
  color: #1479b3;
}

/* line 658, ../sass/section/_inner.scss */
.leftright-box {
  position: relative;
  padding: 1px 0;
}
@media screen and (min-width: 768px) {
  /* line 658, ../sass/section/_inner.scss */
  .leftright-box {
    display: table-cell;
    width: 50%;
  }
}
/* line 667, ../sass/section/_inner.scss */
.leftright-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1200%;
  content: "";
}
/* line 676, ../sass/section/_inner.scss */
.leftright-box.left-box {
  z-index: 7;
  background: #EBFAFF;
}
/* line 680, ../sass/section/_inner.scss */
.leftright-box.left-box:before {
  right: 100%;
  background: #EBFAFF;
}
/* line 686, ../sass/section/_inner.scss */
.leftright-box.right-box {
  background: #FFF7CF;
}
/* line 688, ../sass/section/_inner.scss */
.leftright-box.right-box:before {
  left: 100%;
  background: #FFF7CF;
}
/* line 694, ../sass/section/_inner.scss */
.leftright-box__boxes {
  position: relative;
  max-width: 1680px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  /* line 694, ../sass/section/_inner.scss */
  .leftright-box__boxes {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  /* line 694, ../sass/section/_inner.scss */
  .leftright-box__boxes {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  /* line 694, ../sass/section/_inner.scss */
  .leftright-box__boxes {
    font-size: 11px;
  }
}
/* line 711, ../sass/section/_inner.scss */
.leftright-box__floating {
  z-index: 2;
  width: 21.8125em;
  height: 21.8125em;
}
@media screen and (min-width: 992px) {
  /* line 711, ../sass/section/_inner.scss */
  .leftright-box__floating {
    position: absolute;
    top: 2em;
    left: -6.25em;
  }
}
@media screen and (max-width: 991px) {
  /* line 711, ../sass/section/_inner.scss */
  .leftright-box__floating {
    width: 16.66667em;
    height: 16.66667em;
    margin: 25px auto;
  }
}
/* line 726, ../sass/section/_inner.scss */
.leftright-box__floating img {
  display: block;
  width: 100%;
  max-width: 698px;
}
/* line 736, ../sass/section/_inner.scss */
.leftright-box__floating.js-reveal--uninit img {
  -moz-transform: rotate3d(0, 1, 0, 90deg);
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
}
/* line 741, ../sass/section/_inner.scss */
.leftright-box__inner {
  padding: 3.5625em 3.125em 3.125em 18.125em;
}
@media screen and (max-width: 991px) {
  /* line 741, ../sass/section/_inner.scss */
  .leftright-box__inner {
    padding: 0 15px 25px;
  }
}
/* line 747, ../sass/section/_inner.scss */
.leftright-box__title {
  font-size: 2.25em;
  margin: 0.22222em 0 0.91667em;
  color: #833b84;
}
@media screen and (max-width: 991px) {
  /* line 747, ../sass/section/_inner.scss */
  .leftright-box__title {
    text-align: center;
  }
}
/* line 757, ../sass/section/_inner.scss */
.leftright-box .arrow-list__list {
  font-size: 1.25em;
}
/* line 760, ../sass/section/_inner.scss */
.leftright-box .arrow-list__item {
  font-size: inherit;
  margin-bottom: 1.4em;
  padding-left: 1.9em;
}
/* line 765, ../sass/section/_inner.scss */
.leftright-box .arrow-list__item:before {
  color: #964c98;
}

/* line 772, ../sass/section/_inner.scss */
.ann-blk {
  padding: 45px 0;
  text-align: center;
  color: #FFF;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 772, ../sass/section/_inner.scss */
  .ann-blk {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  /* line 772, ../sass/section/_inner.scss */
  .ann-blk {
    font-size: 12px;
  }
}
/* line 784, ../sass/section/_inner.scss */
.ann-blk__text {
  font-size: 1.25em;
  line-height: 1.6;
  margin: -0.2em 0 0;
}
/* line 790, ../sass/section/_inner.scss */
.ann-blk .btn-row {
  margin: 2.125em auto 0;
}
/* line 792, ../sass/section/_inner.scss */
.ann-blk .btn-row .btn {
  margin: 0.18182em 0.54545em;
}

/* line 1, ../sass/section/inner/_programmes.scss */
.cate-filter {
  max-width: 1010px;
  margin: 2.1875em auto 0;
}
/* line 4, ../sass/section/inner/_programmes.scss */
.cate-filter__head, .cate-filter__categroup {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 4, ../sass/section/inner/_programmes.scss */
  .cate-filter__head, .cate-filter__categroup {
    display: block;
    width: auto !important;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* line 4, ../sass/section/inner/_programmes.scss */
  .cate-filter__head, .cate-filter__categroup {
    font-size: .9em;
  }
}
/* line 21, ../sass/section/inner/_programmes.scss */
.cate-filter__head {
  position: relative;
  width: 21.78218%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 21, ../sass/section/inner/_programmes.scss */
  .cate-filter__head {
    font-size: .8em;
  }
}
@media screen and (max-width: 767px) {
  /* line 21, ../sass/section/inner/_programmes.scss */
  .cate-filter__head {
    font-size: .8em;
  }
}
/* line 31, ../sass/section/inner/_programmes.scss */
.cate-filter__head:after {
  font-size: 1.75em;
  position: absolute;
  top: 50%;
  right: .2em;
  margin: -.45em 0 0;
  content: "";
  vertical-align: -.1em;
  color: #130663;
}
@media screen and (max-width: 767px) {
  /* line 31, ../sass/section/inner/_programmes.scss */
  .cate-filter__head:after {
    display: none;
  }
}
/* line 50, ../sass/section/inner/_programmes.scss */
.cate-filter__head p {
  font-size: 1.5em;
  line-height: 1.1;
  padding: 0 1.5em 0 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 50, ../sass/section/inner/_programmes.scss */
  .cate-filter__head p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  /* line 50, ../sass/section/inner/_programmes.scss */
  .cate-filter__head p {
    position: relative;
    margin: 0 0 1.3em;
    padding: 0;
  }
  /* line 63, ../sass/section/inner/_programmes.scss */
  .cate-filter__head p > span {
    position: relative;
    display: inline-block;
    padding: 0 0 .6em;
  }
  /* line 69, ../sass/section/inner/_programmes.scss */
  .cate-filter__head p > span:before {
    position: absolute;
    top: 100%;
    right: 1em;
    left: 1em;
    content: '';
    border-bottom: 1px solid #964c98;
  }
}
/* line 83, ../sass/section/inner/_programmes.scss */
.cate-filter__categroup {
  width: 75.24752%;
  max-width: 770px;
}
/* line 87, ../sass/section/inner/_programmes.scss */
.cate-filter__categroup-inner {
  margin: 0 -10px;
  text-align: center;
}
/* line 92, ../sass/section/inner/_programmes.scss */
.cate-filter__cate-blk {
  display: inline-block;
  width: 30%;
  padding: 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  /* line 92, ../sass/section/inner/_programmes.scss */
  .cate-filter__cate-blk {
    width: 33.33333%;
    margin: 0 0 1em;
  }
}
/* line 104, ../sass/section/inner/_programmes.scss */
.cate-filter__btn {
  display: block;
  margin: 0 auto;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 112, ../sass/section/inner/_programmes.scss */
.cate-filter__btn.js-inactive {
  opacity: .3;
}
/* line 116, ../sass/section/inner/_programmes.scss */
.cate-filter__icon {
  display: block;
  width: 4.5em;
  height: 4.5em;
  margin: 0 auto;
}
/* line 122, ../sass/section/inner/_programmes.scss */
.cate-filter__icon path,
.cate-filter__icon rect {
  fill: #130663;
}
@media screen and (max-width: 767px) {
  /* line 116, ../sass/section/inner/_programmes.scss */
  .cate-filter__icon {
    width: 3.5em;
    height: 3.5em;
  }
}
/* line 132, ../sass/section/inner/_programmes.scss */
.cate-filter__btn-text {
  font-size: 0.875em;
  line-height: 1.1;
  display: table-cell;
  width: 1%;
  height: 2.4em;
  margin: .1em 0;
  text-align: center;
  vertical-align: middle;
}
/* line 145, ../sass/section/inner/_programmes.scss */
.cate-filter__btn-text small {
  color: #596a6f;
}

/* line 152, ../sass/section/inner/_programmes.scss */
.text-filter {
  max-width: 645px;
  margin: 25px auto;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  /* line 152, ../sass/section/inner/_programmes.scss */
  .text-filter {
    margin: 0 0 20px;
  }
}
/* line 163, ../sass/section/inner/_programmes.scss */
.text-filter__input, .text-filter__btn {
  vertical-align: middle;
}
/* line 167, ../sass/section/inner/_programmes.scss */
.text-filter__input {
  width: calc(100% - 3em);
}
/* line 170, ../sass/section/inner/_programmes.scss */
.text-filter__btn {
  margin: 0 0 0 0.70833em;
}

/* line 176, ../sass/section/inner/_programmes.scss */
.js-filter-none {
  font-size: 2.25em;
  margin: 1em 0;
  text-align: center;
  border: 1px solid #b9b9b9;
}
@media screen and (max-width: 991px) {
  /* line 176, ../sass/section/inner/_programmes.scss */
  .js-filter-none {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  /* line 176, ../sass/section/inner/_programmes.scss */
  .js-filter-none {
    font-size: 1.45em;
  }
}

/* line 194, ../sass/section/inner/_programmes.scss */
.prog__table {
  width: 100%;
  margin: 0 0 1.5em;
}
/* line 197, ../sass/section/inner/_programmes.scss */
.prog__table td,
.prog__table th {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: .6em .4em;
  vertical-align: top;
}
/* line 206, ../sass/section/inner/_programmes.scss */
.prog__table td:first-child,
.prog__table th:first-child {
  padding-left: 0;
}

.prog__table.table2 td:first-child,
.prog__table.table2 th:first-child {
  padding-left: 1.13636em;
}

/* line 209, ../sass/section/inner/_programmes.scss */
.prog__table td:last-child,
.prog__table th:last-child {
  padding-right: 0;
}

.prog__table.table2 td:last-child,
.prog__table.table2 th:last-child {
  padding-right: 1.13636em;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 197, ../sass/section/inner/_programmes.scss */
  .prog__table td,
  .prog__table th {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 197, ../sass/section/inner/_programmes.scss */
  .prog__table td,
  .prog__table th {
    line-height: 1.2;
  }
}
/* line 219, ../sass/section/inner/_programmes.scss */
.prog__table th {
  padding-top: 0;
  padding-bottom: .8em;
  vertical-align: bottom;
  border-bottom: 1px solid #662D91;
}
@media screen and (min-width: 768px) {
  /* line 230, ../sass/section/inner/_programmes.scss */
  .prog__table tbody tr:first-child td {
    padding-top: 1em;
  }
  /* line 235, ../sass/section/inner/_programmes.scss */
  .prog__table tbody tr:last-child td {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  /* line 194, ../sass/section/inner/_programmes.scss */
  .prog__table {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
  }
  /* line 246, ../sass/section/inner/_programmes.scss */
  .prog__table td, .prog__table th, .prog__table tbody, .prog__table tr {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  /* line 250, ../sass/section/inner/_programmes.scss */
  .prog__table thead {
    display: none;
  }
  /* line 254, ../sass/section/inner/_programmes.scss */
  .prog__table tr {
    padding: 12px 15px;
    display: block;
    overflow: hidden;
    position: relative;
    float: none;
  }
  /* line 261, ../sass/section/inner/_programmes.scss */
  .prog__table tr:nth-child(even) {
    background: #f7f7f7;
  }
  /* line 266, ../sass/section/inner/_programmes.scss */
  .prog__table-wrap {
    overflow: hidden;
  }
  /* line 269, ../sass/section/inner/_programmes.scss */
  .prog__table-wrap-outer {
    padding: 0;
  }
}
/* line 277, ../sass/section/inner/_programmes.scss */
.prog__cell--code {
  width: 10.42654%;
}
/* line 280, ../sass/section/inner/_programmes.scss */
.prog__cell--title {
  /*width: 37.91469%;*/
  width: 30%;
}
/* line 282, ../sass/section/inner/_programmes.scss */
.prog__cell--title .icon-link {
  margin: 0 0 0 .6em;
  text-decoration: none;
}
/* line 288, ../sass/section/inner/_programmes.scss */
.prog__cell--quota {
  width: 12.51185%;
  text-align: center;
}
/* line 293, ../sass/section/inner/_programmes.scss */
.prog__cell--jupas {
  width: 12.51185%;
  text-align: center;
}
/* line 298, ../sass/section/inner/_programmes.scss */
.prog__cell--entry {
  width: 12.51185%;
  text-align: center;
}
/* line 303, ../sass/section/inner/_programmes.scss */
.prog__cell--nonjupas {
  width: 12.51185%;
  text-align: center;
}
/* line 309, ../sass/section/inner/_programmes.scss */
.prog__cell a {
  font-weight: 700;
  text-decoration: none;
  color: #036d86;
}
/* line 315, ../sass/section/inner/_programmes.scss */
.prog__cell a:hover, .prog__cell a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  /* line 324, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell {
    width: auto;
  }
  /* line 328, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell .dot {
    vertical-align: 2px;
    margin: 0 .6em 0 0;
  }
  /* line 333, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell a {
    font-weight: 400;
  }
  /* line 337, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--code, .prog__table .prog__cell--quota, .prog__table .prog__cell--jupas, .prog__table .prog__cell--entry, .prog__table .prog__cell--nonjupas, .prog__table .prog__cell--title {
    padding: 2px 0;
    clear: none;
  }
  /* line 342, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--code, .prog__table .prog__cell--quota, .prog__table .prog__cell--jupas, .prog__table .prog__cell--entry, .prog__table .prog__cell--nonjupas {
    margin-right: 20px;
  }
  /* line 346, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--code {
    top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 350, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--title {
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
  }
  /* line 355, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--title .icon-link {
    position: absolute;
    top: 16px;
    right: 15px;
  }
  /* line 362, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--quota {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 365, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--jupas {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 368, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--jupas ~ .prog__cell {
    margin-top: 7px;
  }
  /* line 371, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--jupas ~ .prog__cell:empty {
    padding-right: 0;
    margin-right: 0;
  }
  /* line 378, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--jupas + .prog__cell {
    clear: both;
  }
  /* line 382, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--entry {
    font-size: 12px;
    font-size: 0.75rem;
  }
  /* line 385, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell--nonjupas {
    font-size: 12px;
    font-size: 0.75rem;
  }
  /* line 389, ../sass/section/inner/_programmes.scss */
  .prog__table .prog__cell .visible-xs-inline-block {
    font-weight: 700;
    margin: 0 .3em 0 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 398, ../sass/section/inner/_programmes.scss */
  .prog__table .has-nonjupas .prog__cell--entry {
    right: 165px;
  }
}

/* line 408, ../sass/section/inner/_programmes.scss */
.dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.dot .sr-only {
	color: black;
}
.dot.dot--year1 .sr-only, .dot.dot--senioryear .sr-only {
	color: white;
}


/* line 415, ../sass/section/inner/_programmes.scss */
.dot--purple {
  background: #964c98;
}
/* line 418, ../sass/section/inner/_programmes.scss */
.dot--yellow {
  background: #d1a02a;
}

/* line 425, ../sass/section/inner/_programmes.scss */
.remark__section p {
  position: relative;
  margin: 0 0 1.2em;
  padding: 0 0 0 2em;
}
/* line 432, ../sass/section/inner/_programmes.scss */
.remark__icon {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1, ../sass/section/inner/_programmes-detail.scss */
.course-detail {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 3.125em 0 2.70833em;
  padding: 2.08333em 0 0;
  border-top: 0.33333em solid currentColor;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../sass/section/inner/_programmes-detail.scss */
  .course-detail {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/section/inner/_programmes-detail.scss */
  .course-detail {
    font-size: 16px;
    font-size: 1rem;
    margin: 1.125em 0 1.125em;
    padding: 1.125em 0 0;
  }
}
/* line 21, ../sass/section/inner/_programmes-detail.scss */
.course-detail__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  /* line 21, ../sass/section/inner/_programmes-detail.scss */
  .course-detail__list {
    display: block;
  }
}
/* line 33, ../sass/section/inner/_programmes-detail.scss */
.course-detail__item {
  position: relative;
  padding: 0 1.79856%;
  border-left: 1px solid currentColor;
  white-space: nowrap;
}
/* line 39, ../sass/section/inner/_programmes-detail.scss */
.course-detail__item:first-child {
  border-left: 0;
  padding-left: 0;
}
/* line 44, ../sass/section/inner/_programmes-detail.scss */
.course-detail__item:last-child {
  padding-right: 0;
}
/* line 48, ../sass/section/inner/_programmes-detail.scss */
.course-detail__item--btn {
  text-align: right;
  border-left: 0;
}
/* line 57, ../sass/section/inner/_programmes-detail.scss */
.course-detail__item p {
  margin: 0 0 0.20833em;
  line-height: 1.2;
  color: #333;
}
/* line 63, ../sass/section/inner/_programmes-detail.scss */
.course-detail__item .title {
  color: currentColor;
}
@media screen and (min-width: 768px) {
  /* line 33, ../sass/section/inner/_programmes-detail.scss */
  .course-detail__item {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  /* line 33, ../sass/section/inner/_programmes-detail.scss */
  .course-detail__item {
    display: block;
    border: 0;
    margin: 0 0 .9em;
    padding: 0;
  }
  /* line 76, ../sass/section/inner/_programmes-detail.scss */
  .course-detail__item p {
    vertical-align: top;
    width: calc(100% - 8.4em);
    white-space: normal;
  }
  /* line 85, ../sass/section/inner/_programmes-detail.scss */
  .course-detail__item--btn {
    text-align: left;
    margin: 1.1em 0 0;
  }
}
/* line 93, ../sass/section/inner/_programmes-detail.scss */
.course-detail--purple {
  color: #833b84;
}

/* line 100, ../sass/section/inner/_programmes-detail.scss */
.circle-arrow-list {
  font-size: 20px;
  font-size: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0 0 2.5em;
}
/* line 106, ../sass/section/inner/_programmes-detail.scss */
.circle-arrow-list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2.8em 0.4em 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 100, ../sass/section/inner/_programmes-detail.scss */
  .circle-arrow-list {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 100, ../sass/section/inner/_programmes-detail.scss */
  .circle-arrow-list {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 121, ../sass/section/inner/_programmes-detail.scss */
.circle-arrow-list--purple {
  color: #833b84;
}
/* line 124, ../sass/section/inner/_programmes-detail.scss */
.circle-arrow-list--purple a {
  color: inherit;
}

/* line 133, ../sass/section/inner/_programmes-detail.scss */
.arrow-list__block {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 2.04545em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 133, ../sass/section/inner/_programmes-detail.scss */
  .arrow-list__block {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 133, ../sass/section/inner/_programmes-detail.scss */
  .arrow-list__block {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 145, ../sass/section/inner/_programmes-detail.scss */
.arrow-list__block--blue .arrow-list__title {
  color: #256473; /*#348EA2;*/
  border-bottom: 1px solid currentColor;
}
/* line 151, ../sass/section/inner/_programmes-detail.scss */
.arrow-list__block--blue .arrow-list__item:before {
  color: #256473; /*#348EA2;*/
}
/* line 157, ../sass/section/inner/_programmes-detail.scss */
.arrow-list__list {
  font-size: 0;
  padding: 0;
  margin: 0;
}
/* line 163, ../sass/section/inner/_programmes-detail.scss */
.arrow-list__title {
  font-size: 1em;
  margin: 0 0 1.13636em;
  padding: 0 0 0.45455em;
  border-bottom: 1px solid;
}
/* line 171, ../sass/section/inner/_programmes-detail.scss */
.arrow-list__item {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 1.36364em 0 1.13636em;
  margin: 0 0 0.54545em;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 171, ../sass/section/inner/_programmes-detail.scss */
  .arrow-list__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 171, ../sass/section/inner/_programmes-detail.scss */
  .arrow-list__item {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
  }
}
/* line 189, ../sass/section/inner/_programmes-detail.scss */
.arrow-list__item:before {
  position: absolute;
  content: "";
  top: .35em;
  left: 0;
  font-weight: 700;
  font-size: .8em;
}
/* line 199, ../sass/section/inner/_programmes-detail.scss */
.arrow-list__item a {
  text-decoration: none;
  color: #333;
}
/* line 204, ../sass/section/inner/_programmes-detail.scss */
.arrow-list__item a:hover, .arrow-list__item a:focus {
  color: #333;
  opacity: .8;
}
/* line 211, ../sass/section/inner/_programmes-detail.scss */
.arrow-list__list--single .arrow-list__item {
  width: 100%;
}

/* line 219, ../sass/section/inner/_programmes-detail.scss */
.triangle-bg--blue .arrow-list__title {
  color: #ffe255;
  border-color: #fff;
}
/* line 224, ../sass/section/inner/_programmes-detail.scss */
.triangle-bg--blue .arrow-list__item {
  color: #fff;
}
/* line 226, ../sass/section/inner/_programmes-detail.scss */
.triangle-bg--blue .arrow-list__item:before {
  color: #ffe255;
}
/* line 229, ../sass/section/inner/_programmes-detail.scss */
.triangle-bg--blue .arrow-list__item a {
  color: #fff;
}
/* line 232, ../sass/section/inner/_programmes-detail.scss */
.triangle-bg--blue .arrow-list__item a:hover, .triangle-bg--blue .arrow-list__item a:focus {
  color: #ffe255;
}
/* line 239, ../sass/section/inner/_programmes-detail.scss */
.triangle-bg--blue .arrow-list__block:last-child {
  margin-bottom: 0;
}

/* line 1, ../sass/section/inner/_why.scss */
.award {
  margin: 3% -1.25em 3.5%;
}
@media screen and (max-width: 1199px) {
  /* line 1, ../sass/section/inner/_why.scss */
  .award {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  /* line 1, ../sass/section/inner/_why.scss */
  .award {
    font-size: 10px;
  }
}
/* line 9, ../sass/section/inner/_why.scss */
.award__block {
  display: inline-block;
  width: 50%;
  padding: 0 1.25em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 9, ../sass/section/inner/_why.scss */
  .award__block {
    width: 100%;
    margin: 1.625em 0;
  }
}
/* line 21, ../sass/section/inner/_why.scss */
.award__block-inner {
  padding: 3em 0 4.25em;
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/award.svg') center center no-repeat;
  background-size: contain;
}
/* line 27, ../sass/section/inner/_why.scss */
.award__top {
  font-size: 1.5em;
  line-height: 1.2;
}
/* line 31, ../sass/section/inner/_why.scss */
.award__name {
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.25em 0;
  color: #1479b3;
}
/* line 40, ../sass/section/inner/_why.scss */
.award__bottom {
  margin: 0 -0.9375em;
}
/* line 43, ../sass/section/inner/_why.scss */
.award__main {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin: 0.20833em 0 0;
  padding: 0 0.625em;
  vertical-align: top;
  color: #964c98;
}
/* line 57, ../sass/section/inner/_why.scss */
.award__number {
  font-size: 3.58333em;
  display: block;
  margin: 0 0 0.03488em;
}
/* line 63, ../sass/section/inner/_why.scss */
.award__number sup {
  font-size: .5em;
  position: relative;
  top: -.7em;
}

/* line 102, ../sass/section/inner/_why.scss */
.cumore {
  padding: 0 0 4%;
}
/* line 106, ../sass/section/inner/_why.scss */
.cumore .line-title {
  padding-top: 1.1em;
}
/* line 109, ../sass/section/inner/_why.scss */
.cumore__inner {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  /* line 109, ../sass/section/inner/_why.scss */
  .cumore__inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  /* line 109, ../sass/section/inner/_why.scss */
  .cumore__inner {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 109, ../sass/section/inner/_why.scss */
  .cumore__inner {
    font-size: 12px;
  }
}
/* line 122, ../sass/section/inner/_why.scss */
.cumore__col {
  float: left;
}
/* line 124, ../sass/section/inner/_why.scss */
.cumore__col--1 {
  width: 31.47482%;
}
/* line 127, ../sass/section/inner/_why.scss */
.cumore__col--2 {
  width: 31.20504%;
}
/* line 130, ../sass/section/inner/_why.scss */
.cumore__col--3 {
  width: 37.32014%;
}
@media screen and (max-width: 767px) {
  /* line 122, ../sass/section/inner/_why.scss */
  .cumore__col {
    position: relative;
    float: none;
    width: auto;
    padding: 2.375em 0;
  }
  /* line 140, ../sass/section/inner/_why.scss */
  .cumore__col:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0.8125em;
    position: absolute;
    top: 50%;
    width: 1em;
    height: 1em;
    margin: -.5em 0 0 -.5em;
    content: "";
    background: #C6B3D6;
    top: 0;
    left: 50%;
    margin: -.5em 0 0 -.5em;
  }
  /* line 149, ../sass/section/inner/_why.scss */
  .cumore__col--1:before {
    display: none;
  }
}
/* line 155, ../sass/section/inner/_why.scss */
.cumore__block {
  text-align: center;
}
/* line 157, ../sass/section/inner/_why.scss */
.cumore__block-bottom {
  position: relative;
}
/* line 159, ../sass/section/inner/_why.scss */
.cumore__block-bottom:before, .cumore__block-bottom:after {
  display: none !important;
}
/* line 166, ../sass/section/inner/_why.scss */
.cumore__col--1 .cumore__block-bottom:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.8125em;
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  margin: -.5em 0 0 -.5em;
  content: "";
  background: #C6B3D6;
  left: 0;
}
/* line 171, ../sass/section/inner/_why.scss */
.cumore__col--1 .cumore__block-bottom:after {
  font-size: 0.8125em;
  position: absolute;
  top: calc(50% - 1px);
  width: 200em;
  height: 1px;
  content: "";
  background: #C6B3D6;
  right: 99.5%;
}
/* line 178, ../sass/section/inner/_why.scss */
.cumore__col--2 .cumore__block-bottom:before, .cumore__col--2 .cumore__block-bottom:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.8125em;
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  margin: -.5em 0 0 -.5em;
  content: "";
  background: #C6B3D6;
}
/* line 182, ../sass/section/inner/_why.scss */
.cumore__col--2 .cumore__block-bottom:before {
  left: 0;
}
/* line 185, ../sass/section/inner/_why.scss */
.cumore__col--2 .cumore__block-bottom:after {
  right: 0;
  margin: -.5em -.5em 0 0;
}
/* line 192, ../sass/section/inner/_why.scss */
.cumore__col--3 .cumore__block-bottom:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.8125em;
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  margin: -.5em 0 0 -.5em;
  content: "";
  background: #C6B3D6;
  right: 0;
  margin: -.5em -.5em 0 0;
}
/* line 199, ../sass/section/inner/_why.scss */
.cumore__col--3 .cumore__block-bottom:after {
  font-size: 0.8125em;
  position: absolute;
  top: calc(50% - 1px);
  width: 200em;
  height: 1px;
  content: "";
  background: #C6B3D6;
  left: 99.5%;
}
/* line 205, ../sass/section/inner/_why.scss */
.cumore__icon {
  width: 6.875em;
  height: 6.875em;
  margin: auto;
}
/* line 209, ../sass/section/inner/_why.scss */
.cumore__icon * {
  fill: #FFF;
}
/* line 212, ../sass/section/inner/_why.scss */
.cumore__icon.svg-building {
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
/* line 216, ../sass/section/inner/_why.scss */
.cumore__text {
  font-size: 1.25em;
  margin: 0.875em 0 0.625em;
  color: #f0d100;
}
/* line 223, ../sass/section/inner/_why.scss */
.cumore__itm-wrap {
  margin: 0;
  margin: 0.375em 0;
  color: #FFF;
}
/* line 229, ../sass/section/inner/_why.scss */
.cumore__itm {
  line-height: 1em;
  display: table-cell;
  width: 1%;
  height: 4.2em;
  vertical-align: middle;
}
/* line 238, ../sass/section/inner/_why.scss */
.cumore__itm-no, .cumore__itm-text {
  vertical-align: middle;
}
/* line 242, ../sass/section/inner/_why.scss */
.cumore__itm-no {
  font-size: 3.75em;
  font-weight: 700;
  display: inline-block;
}
/* line 248, ../sass/section/inner/_why.scss */
.cumore__itm-text {
  display: inline-block;
  margin: 0 0 0 .5em;
  text-align: left;
  color: #E4E4E5;
}
@media screen and (max-width: 991px) {
  /* line 248, ../sass/section/inner/_why.scss */
  .cumore__itm-text {
    font-size: 1.2em;
    line-height: 1.1;
  }
}
/* line 261, ../sass/section/inner/_why.scss */
.cumore__itm--line {
  height: auto;
}
/* line 263, ../sass/section/inner/_why.scss */
.cumore__itm--line .cumore__itm-no,
.cumore__itm--line .cumore__itm-text {
  display: block;
  text-align: center;
}
/* line 269, ../sass/section/inner/_why.scss */
.cumore__itm--line .cumore__itm-no {
  line-height: 1;
}
/* line 272, ../sass/section/inner/_why.scss */
.cumore__itm--line .cumore__itm-text {
  margin: .4em 0 0;
}
/* line 276, ../sass/section/inner/_why.scss */
.cumore__itm-seperate {
  font-size: 1.875em;
  margin: -.65em 0 -.5em;
  text-align: center;
  color: #FFF;
}
/* line 286, ../sass/section/inner/_why.scss */
.cumore__bottom {
  clear: both;
  padding: 5% 0 0;
}
/* line 293, ../sass/section/inner/_why.scss */
.cumore__bot-left {
  float: left;
  width: 31.47482%;
  margin: 2em 0 0 2.69784%;
}
/* line 299, ../sass/section/inner/_why.scss */
.cumore__bot-right {
  float: right;
  width: 50.35971%;
  margin: 0 8.54317% 0 0;
}
@media screen and (max-width: 767px) {
  /* line 307, ../sass/section/inner/_why.scss */
  .cumore__bot-left, .cumore__bot-right {
    float: none;
    width: auto;
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* line 318, ../sass/section/inner/_why.scss */
  .cumore__bot-right {
    margin: 2em;
  }
}
/* line 323, ../sass/section/inner/_why.scss */
.cumore__circle-block {
  position: relative;
  float: left;
  width: 33.33333%;
}
/* line 331, ../sass/section/inner/_why.scss */
.cumore__circle-block:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  content: "";
  border: 1px solid #CAA7CD;
}
@media screen and (max-width: 767px) {
  /* line 323, ../sass/section/inner/_why.scss */
  .cumore__circle-block {
    float: none;
    width: auto;
    max-width: 150px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  /* line 354, ../sass/section/inner/_why.scss */
  .js-reveal--uninit .cumore__circle-block:first-child {
    -moz-transform: translate(90%, 0);
    -ms-transform: translate(90%, 0);
    -webkit-transform: translate(90%, 0);
    transform: translate(90%, 0);
  }
  /* line 360, ../sass/section/inner/_why.scss */
  .js-reveal--uninit .cumore__circle-block:last-child {
    -moz-transform: translate(-90%, 0);
    -ms-transform: translate(-90%, 0);
    -webkit-transform: translate(-90%, 0);
    transform: translate(-90%, 0);
  }
}
/* line 366, ../sass/section/inner/_why.scss */
.cumore__circle-ctrl {
  position: relative;
  padding: 100% 0 0;
}
/* line 371, ../sass/section/inner/_why.scss */
.cumore__circle-inner {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding: 0 10%;
  text-align: center;
}

/* line 387, ../sass/section/inner/_why.scss */
.present__icon-wrap {
  display: inline-block;
  vertical-align: middle;
}
/* line 392, ../sass/section/inner/_why.scss */
.present__text {
  line-height: 1;
  display: inline-block;
  width: calc(100% - 7em);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 386, ../sass/section/inner/_why.scss */
  .present {
    display: inline-block;
  }
  /* line 403, ../sass/section/inner/_why.scss */
  .present__icon-wrap {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    display: block;
    margin: auto;
  }
  /* line 410, ../sass/section/inner/_why.scss */
  .present__text {
    display: block;
    width: auto;
  }
}

/* line 419, ../sass/section/inner/_why.scss */
.world {
  font-size: 16px;
  height: 33.125em;
  padding: 4.875em 0 0;
}
@media screen and (max-width: 1199px) {
  /* line 419, ../sass/section/inner/_why.scss */
  .world {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  /* line 419, ../sass/section/inner/_why.scss */
  .world {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  /* line 419, ../sass/section/inner/_why.scss */
  .world {
    height: auto;
  }
}
/* line 433, ../sass/section/inner/_why.scss */
.world__inner {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
  max-width: 67.5em;
}
@media screen and (max-width: 767px) {
  /* line 433, ../sass/section/inner/_why.scss */
  .world__inner {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: auto;
  }
}

/* line 448, ../sass/section/inner/_why.scss */
.earth,
.flight,
.out-go__wrap {
  position: absolute;
}
@media screen and (max-width: 767px) {
  /* line 448, ../sass/section/inner/_why.scss */
  .earth,
  .flight,
  .out-go__wrap {
    position: relative;
  }
}

/* line 458, ../sass/section/inner/_why.scss */
.tn__group {
  text-align: center;
}
/* line 461, ../sass/section/inner/_why.scss */
.tn__text {
  font-size: 1.25em;
  line-height: 1.2;
}
/* line 465, ../sass/section/inner/_why.scss */
.tn__no {
  font-size: 4.375em;
  font-weight: 700;
  line-height: 1;
  color: #964c98;
}
/* line 472, ../sass/section/inner/_why.scss */
.tn__text + .tn__no {
  margin: 0.11429em;
}
/* line 475, ../sass/section/inner/_why.scss */
.tn__no + .tn__text {
  margin: 0.4em;
}

/* line 480, ../sass/section/inner/_why.scss */
.earth {
  z-index: 4;
  left: 1.875em;
  width: 26.875em;
  height: 26.875em;
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/earth-1x.png') center center no-repeat;
  background-size: 100% auto;
}
/* line 492, ../sass/section/inner/_why.scss */
.earth__outer {
  width: 26.875em;
}
/* line 497, ../sass/section/inner/_why.scss */
.js-reveal--uninit .earth {
  -moz-transform: rotate3d(0, 1, 0, 90deg);
  -ms-transform: rotate3d(0, 1, 0, 90deg);
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
}
@media screen and (max-width: 767px) {
  /* line 480, ../sass/section/inner/_why.scss */
  .earth {
    position: relative;
    left: auto;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 509, ../sass/section/inner/_why.scss */
  .earth__outer {
    margin: 0 auto;
  }
}
/* line 514, ../sass/section/inner/_why.scss */
.earth__inner {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  width: 100%;
}
/* line 522, ../sass/section/inner/_why.scss */
.earth__itm {
  margin: 1.875em 0;
}
/* line 525, ../sass/section/inner/_why.scss */
.earth__no {
  color: #FFF;
}
/* line 528, ../sass/section/inner/_why.scss */
.earth__text {
  color: #f0d100;
}

/* line 533, ../sass/section/inner/_why.scss */
.flight {
  top: 2.625em;
  left: 27.625em;
  width: 13.125em;
}
@media screen and (max-width: 767px) {
  /* line 533, ../sass/section/inner/_why.scss */
  .flight {
    display: none;
  }
}
/* line 541, ../sass/section/inner/_why.scss */
.flight__plane, .flight__plane-ctrl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: 100% auto;
}
/* line 552, ../sass/section/inner/_why.scss */
.flight__plane-ctrl {
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 557, ../sass/section/inner/_why.scss */
.flight__plane {
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 560, ../sass/section/inner/_why.scss */
.js-reveal--uninit .flight__plane {
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
/* line 564, ../sass/section/inner/_why.scss */
.flight__bg {
  position: absolute;
  background: center center no-repeat;
  background-size: 100% auto;
}
/* line 570, ../sass/section/inner/_why.scss */
.flight__bg--out {
  top: 0;
  left: 0;
  width: 12.25em;
  height: 5.3125em;
  background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/plane-out-line-1x.png');
}
/* line 579, ../sass/section/inner/_why.scss */
.flight__bg--out .flight__plane {
  background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/plane-out-plane-1x.png');
}
/* line 582, ../sass/section/inner/_why.scss */
.flight__bg--out .flight__plane-ctrl {
  -moz-transform-origin: 80% 300%;
  -ms-transform-origin: 80% 300%;
  -webkit-transform-origin: 80% 300%;
  transform-origin: 80% 300%;
}
/* line 585, ../sass/section/inner/_why.scss */
.flight__bg--out.js-reveal--uninit .flight__plane-ctrl {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 588, ../sass/section/inner/_why.scss */
.flight__bg--in {
  top: 16.125em;
  width: 12.75em;
  height: 5.875em;
  background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/plane-in-line-1x.png');
}
/* line 596, ../sass/section/inner/_why.scss */
.flight__bg--in .flight__plane {
  background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/plane-in-plane-1x.png');
}
/* line 599, ../sass/section/inner/_why.scss */
.flight__bg--in .flight__plane-ctrl {
  -moz-transform-origin: 80% -300%;
  -ms-transform-origin: 80% -300%;
  -webkit-transform-origin: 80% -300%;
  transform-origin: 80% -300%;
}
/* line 602, ../sass/section/inner/_why.scss */
.flight__bg--in.js-reveal--uninit .flight__plane-ctrl {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 606, ../sass/section/inner/_why.scss */
  .flight__bg--out {
    background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/plane-out-line-2x.png');
  }
  /* line 609, ../sass/section/inner/_why.scss */
  .flight__bg--out .flight__plane {
    background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/plane-out-plane-2x.png');
  }
  /* line 612, ../sass/section/inner/_why.scss */
  .flight__bg--in {
    background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/plane-in-line-2x.png');
  }
  /* line 616, ../sass/section/inner/_why.scss */
  .flight__bg--in .flight__plane {
    background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/plane-in-plane-2x.png');
  }
}

/* line 622, ../sass/section/inner/_why.scss */
.out-go__wrap {
  top: 1.875em;
  -moz-transform: translate(40.3125em, 0);
  -ms-transform: translate(40.3125em, 0);
  -webkit-transform: translate(40.3125em, 0);
  transform: translate(40.3125em, 0);
}
@media screen and (max-width: 767px) {
  /* line 622, ../sass/section/inner/_why.scss */
  .out-go__wrap {
    top: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 632, ../sass/section/inner/_why.scss */
.ppl__group {
  width: 26.25em;
  height: 10.625em;
  margin: 1em 0;
  padding: 1.25em 0;
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/ppl-1x.png') center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  /* line 632, ../sass/section/inner/_why.scss */
  .ppl__group {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 632, ../sass/section/inner/_why.scss */
  .ppl__group {
    background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/ppl-2x.png');
  }
}

/* line 655, ../sass/section/inner/_why.scss */
.triangle-bg {
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/bg-tri.jpg') center top repeat-x;
}
/* line 658, ../sass/section/inner/_why.scss */
.triangle-bg--blue {
  background-image: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/bg-tri-blue.jpg');
  background-color: #348EA2;
}

/* line 665, ../sass/section/inner/_why.scss */
.midicon__row {
  position: relative;
  max-width: 860px;
  margin: 4% auto;
  padding: 4% 0;
}
@media screen and (max-width: 1199px) {
  /* line 665, ../sass/section/inner/_why.scss */
  .midicon__row {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  /* line 665, ../sass/section/inner/_why.scss */
  .midicon__row {
    font-size: 11px;
    margin-top: 8%;
  }
  /* line 678, ../sass/section/inner/_why.scss */
  .midicon__row:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0.8125em;
    position: absolute;
    top: 50%;
    width: 1em;
    height: 1em;
    margin: -.5em 0 0 -.5em;
    content: "";
    background: #C6B3D6;
    top: 0;
    left: 50%;
    margin: -.5em 0 0 -.5em;
  }
}
/* line 688, ../sass/section/inner/_why.scss */
.midicon__inner {
  text-align: center;
}
/* line 691, ../sass/section/inner/_why.scss */
.midicon__block {
  display: inline-block;
  width: 41.66667%;
  max-width: 18.75em;
  vertical-align: middle;
}
/* line 698, ../sass/section/inner/_why.scss */
.midicon__block--icon {
  width: 6.875em;
  height: 6.875em;
  margin: 0 1em;
  background: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/pro-int.svg') center center no-repeat;
  background-size: 6.875em auto;
}
/* line 708, ../sass/section/inner/_why.scss */
.midicon__block:first-child:before, .midicon__block:last-child:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.8125em;
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  margin: -.5em 0 0 -.5em;
  content: "";
  background: #C6B3D6;
}
/* line 711, ../sass/section/inner/_why.scss */
.midicon__block:first-child:after, .midicon__block:last-child:after {
  font-size: 0.8125em;
  position: absolute;
  top: calc(50% - 1px);
  width: 200em;
  height: 1px;
  content: "";
  background: #C6B3D6;
}
/* line 716, ../sass/section/inner/_why.scss */
.midicon__block:first-child:before, .midicon__block:first-child:after {
  right: 100%;
}
/* line 722, ../sass/section/inner/_why.scss */
.midicon__block:last-child:before, .midicon__block:last-child:after {
  left: 100%;
}
/* line 726, ../sass/section/inner/_why.scss */
.midicon__block:last-child:before {
  margin: -.5em -.5em 0 0;
}
@media screen and (max-width: 767px) {
  /* line 691, ../sass/section/inner/_why.scss */
  .midicon__block {
    display: block;
    margin: 1em auto;
  }
}

/* line 739, ../sass/section/inner/_why.scss */
.related__section {
  padding: 4% 0;
}
@media screen and (max-width: 767px) {
  /* line 739, ../sass/section/inner/_why.scss */
  .related__section {
    max-width: 380px;
    margin: auto;
  }
}
/* line 746, ../sass/section/inner/_why.scss */
.related__title {
  font-size: 2.375em;
  font-weight: 700;
  margin: 0 0 0.57895em;
  color: #348EA2;
}
@media screen and (max-width: 1199px) {
  /* line 746, ../sass/section/inner/_why.scss */
  .related__title {
    font-size: 2em;
  }
}
@media screen and (max-width: 991px) {
  /* line 746, ../sass/section/inner/_why.scss */
  .related__title {
    font-size: 1.875em;
  }
}
@media screen and (max-width: 991px) {
  /* line 746, ../sass/section/inner/_why.scss */
  .related__title {
    font-size: 1.375em;
  }
}
/* line 763, ../sass/section/inner/_why.scss */
.related__cols {
  margin: 0 -8px 0 -7px;
}
/* line 766, ../sass/section/inner/_why.scss */
.related__col {
  display: inline-block;
  width: 33.33333%;
  padding: 0 8px 0 7px;
  margin: 0 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  /* line 766, ../sass/section/inner/_why.scss */
  .related__col {
    width: auto;
    margin: 10px 0;
    display: block;
  }
}
/* line 780, ../sass/section/inner/_why.scss */
.related__block {
  position: relative;
  display: block;
  text-decoration: none;
}
/* line 788, ../sass/section/inner/_why.scss */
.related__block:hover, .related__block:focus {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: 0 0 2.1875em 0.3125em rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 0 2.1875em 0.3125em rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 2.1875em 0.3125em rgba(0, 0, 0, 0.23);
  z-index: 7;
}
/* line 794, ../sass/section/inner/_why.scss */
.related__block:hover.leaving, .related__block:focus.leaving {
  z-index: 5;
}
/* line 799, ../sass/section/inner/_why.scss */
.related__imgw {
  position: relative;
  overflow: hidden;
  padding: 52.63158% 0 0;
  background: #EFEFEF;
}
/* line 807, ../sass/section/inner/_why.scss */
.related__imgw img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
/* line 816, ../sass/section/inner/_why.scss */
.related__caption {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: table-cell;
  width: 1%;
  height: 3.08333em;
  padding: 0.20833em 2.29167em 0.20833em 0.83333em;
  vertical-align: middle;
  color: #1479b3;
  background: #FFF;
}
/* line 833, ../sass/section/inner/_why.scss */
.related__caption:after {
  font-size: 1.1em;
  position: absolute;
  top: 50%;
  right: .4em;
  margin: -.55em 0 0;
  content: "";
}
@media screen and (max-width: 1199px) {
  /* line 816, ../sass/section/inner/_why.scss */
  .related__caption {
    font-size: 1.125em;
  }
}

/* line 3, ../sass/section/inner/_experience.scss */
.video-row__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 4.16667% 15px;
}
/* line 10, ../sass/section/inner/_experience.scss */
.video-row__video-side {
  float: left;
  width: 43.33333%;
}
/* line 15, ../sass/section/inner/_experience.scss */
.video-row__text-side {
  float: right;
  width: 53.75%;
}
/* line 21, ../sass/section/inner/_experience.scss */
.video-row--text-first .video-row__video-side {
  float: right;
}
/* line 25, ../sass/section/inner/_experience.scss */
.video-row--text-first .video-row__text-side {
  float: left;
}
@media screen and (max-width: 767px) {
  /* line 30, ../sass/section/inner/_experience.scss */
  .video-row__video-side, .video-row__text-side {
    float: none !important;
    width: auto;
  }
}
/* line 37, ../sass/section/inner/_experience.scss */
.video-row__content {
  font-size: 20px;
  line-height: 1.6;
  padding: 7.69231% 0;
  color: #FFF;
}
@media screen and (max-width: 1199px) {
  /* line 37, ../sass/section/inner/_experience.scss */
  .video-row__content {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  /* line 37, ../sass/section/inner/_experience.scss */
  .video-row__content {
    font-size: 16px;
  }
}

/* line 53, ../sass/section/inner/_experience.scss */
.video-wrap {
  position: relative;
  padding: 56.27198% 0 0;
  background: rgba(0, 0, 0, 0.7);
}
/* line 59, ../sass/section/inner/_experience.scss */
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 70, ../sass/section/inner/_experience.scss */
.fouricons {
  padding: 4.2735% 0 4.2735%;
}
@media screen and (max-width: 767px) {
  /* line 70, ../sass/section/inner/_experience.scss */
  .fouricons {
    padding: 25px 0;
  }
}
/* line 79, ../sass/section/inner/_experience.scss */
.fouricons__row {
  margin: 0 -0.9375em;
}
@media screen and (max-width: 1199px) {
  /* line 79, ../sass/section/inner/_experience.scss */
  .fouricons__row {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  /* line 79, ../sass/section/inner/_experience.scss */
  .fouricons__row {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  /* line 79, ../sass/section/inner/_experience.scss */
  .fouricons__row {
    font-size: 10px;
  }
}
/* line 92, ../sass/section/inner/_experience.scss */
.fouricons__block {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 0.9375em;
  margin: 0.83333em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 92, ../sass/section/inner/_experience.scss */
  .fouricons__block {
    width: 50%;
  }
}

/* line 110, ../sass/section/inner/_experience.scss */
.iconblock__icon {
  width: 5.8125em;
  height: 6.3125em;
  margin: auto;
}
/* line 114, ../sass/section/inner/_experience.scss */
.iconblock__icon img {
  width: 100%;
}
/* line 118, ../sass/section/inner/_experience.scss */
.iconblock__no {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.1;
  margin: 0.83333em 0 0;
  color: #833b84;
}
/* line 127, ../sass/section/inner/_experience.scss */
.iconblock__desc {
  font-size: 1em;
}
@media screen and (max-width: 374px) {
  /* line 127, ../sass/section/inner/_experience.scss */
  .iconblock__desc {
    font-size: 1.2em;
  }
}

/* line 138, ../sass/section/inner/_experience.scss */
.grids-3__cols {
  margin: 1.875em -0.9375em;
}
@media screen and (max-width: 1199px) {
  /* line 138, ../sass/section/inner/_experience.scss */
  .grids-3__cols {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  /* line 138, ../sass/section/inner/_experience.scss */
  .grids-3__cols {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  /* line 138, ../sass/section/inner/_experience.scss */
  .grids-3__cols {
    text-align: center;
  }
}
/* line 153, ../sass/section/inner/_experience.scss */
.grids-3__col {
  display: inline-block;
  width: 33.33333%;
  padding: 0.9375em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 153, ../sass/section/inner/_experience.scss */
  .grids-3__col {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  /* line 153, ../sass/section/inner/_experience.scss */
  .grids-3__col {
    width: 100%;
    max-width: 370px;
  }
}

/* line 174, ../sass/section/inner/_experience.scss */
.hover-blk__link {
  position: relative;
  text-align: left;
  display: block;
  overflow: hidden;
  padding: 100% 0 0;
  text-decoration: none;
  color: #FFF;
  background: #EFEFEF;
}
/* line 187, ../sass/section/inner/_experience.scss */
.hover-blk__link:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  content: "";
}
/* line 204, ../sass/section/inner/_experience.scss */
.hover-blk__link:hover .hover-blk__outer-title, .hover-blk__link:focus .hover-blk__outer-title {
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}
/* line 209, ../sass/section/inner/_experience.scss */
.hover-blk__link:hover .hover-blk__cover, .hover-blk__link:focus .hover-blk__cover {
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  visibility: visible;
  opacity: 1;
}
/* line 217, ../sass/section/inner/_experience.scss */
.hover-blk__link:hover .hover-blk__link:before, .hover-blk__link:focus .hover-blk__link:before {
  opacity: 0;
}
/* line 227, ../sass/section/inner/_experience.scss */
.hover-blk__outer-title {
  font-size: 1.25em;
  line-height: 1.1;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  padding-bottom: calc(0.5em + 10px);
}
/* line 247, ../sass/section/inner/_experience.scss */
.hover-blk__cover {
  -moz-transform: translate(0, 115%) scale(1.15);
  -ms-transform: translate(0, 115%) scale(1.15);
  -webkit-transform: translate(0, 115%) scale(1.15);
  transform: translate(0, 115%) scale(1.15);
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  color: #FFF;
  background: rgba(131, 59, 132, 0.93);
}
/* line 263, ../sass/section/inner/_experience.scss */
.hover-blk__cover-inner {
  position: absolute;
  top: 0.625em;
  right: 2.1875em;
  bottom: 1.125em;
  left: 2.1875em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  /* line 263, ../sass/section/inner/_experience.scss */
  .hover-blk__cover-inner {
    right: 15px;
    left: 15px;
    bottom: 15px;
  }
}
/* line 279, ../sass/section/inner/_experience.scss */
.hover-blk__title {
  font-size: 1.25em;
  display: table-cell;
  width: 1%;
  height: 60px;
  height: 3.75em;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
}
/* line 293, ../sass/section/inner/_experience.scss */
.hover-blk__text {
  font-size: 1.125em;
}
/* line 295, ../sass/section/inner/_experience.scss */
.hover-blk__text a {
  color: #A0FFFE;
}

/* line 301, ../sass/section/inner/_experience.scss */
.facilities__section {
  max-width: 998px;
  margin: auto;
}

/* line 307, ../sass/section/inner/_experience.scss */
.rte-img--video .rte-img__container {
  width: 52.10421%;
}
/* line 310, ../sass/section/inner/_experience.scss */
.rte-img--video.rte-img--right .rte-img__container {
  margin-left: 2.8125em;
}
/* line 313, ../sass/section/inner/_experience.scss */
.rte-img--video.rte-img--left .rte-img__container {
  margin-right: 2.8125em;
}
@media screen and (max-width: 767px) {
  /* line 318, ../sass/section/inner/_experience.scss */
  .rte-img--video .rte-img__container {
    width: 100%;
  }
  /* line 321, ../sass/section/inner/_experience.scss */
  .rte-img--video.rte-img--right .rte-img__container {
    margin-left: 0;
  }
  /* line 324, ../sass/section/inner/_experience.scss */
  .rte-img--video.rte-img--left .rte-img__container {
    margin-right: 0;
  }
}

/* line 331, ../sass/section/inner/_experience.scss */
.img-inline__wrap {
  margin: 1.25em -0.5em;
}
/* line 334, ../sass/section/inner/_experience.scss */
.img-inline td {
  padding: 0 0.5em;
}
/* line 336, ../sass/section/inner/_experience.scss */
.img-inline td img {
  max-width: 100%;
}

/* line 1, ../sass/section/inner/_colleges.scss */
.slogan-row {
  position: relative;
}
@media screen and (max-width: 1199px) {
  /* line 1, ../sass/section/inner/_colleges.scss */
  .slogan-row {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  /* line 1, ../sass/section/inner/_colleges.scss */
  .slogan-row {
    font-size: 12px;
  }
}
/* line 9, ../sass/section/inner/_colleges.scss */
.slogan-row__inner {
  display: table-cell;
  width: 1%;
  height: 26.75em;
  text-align: center;
  vertical-align: middle;
}
/* line 18, ../sass/section/inner/_colleges.scss */
.slogan-row__text {
  font-size: 1.5em;
  line-height: 1.2;
  max-width: 27.08333em;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
}
/* line 29, ../sass/section/inner/_colleges.scss */
.slogan-row__jump {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 1.875em;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0.5em 1.33333em 0.73333em;
  white-space: nowrap;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
}
/* line 44, ../sass/section/inner/_colleges.scss */
.slogan-row__jump:after {
  margin: 0 0 0 .4em;
  content: "";
  vertical-align: -.15em;
}
@media screen and (max-width: 991px) {
  /* line 29, ../sass/section/inner/_colleges.scss */
  .slogan-row__jump {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  /* line 59, ../sass/section/inner/_colleges.scss */
  .colleges {
    max-width: 540px;
    margin: auto;
  }
}
@media screen and (max-width: 520px) {
  /* line 59, ../sass/section/inner/_colleges.scss */
  .colleges {
    max-width: 255px;
  }
}
/* line 67, ../sass/section/inner/_colleges.scss */
.colleges > .container {
  max-width: 1150px;
}
/* line 70, ../sass/section/inner/_colleges.scss */
.colleges__cols {
  margin: 0 -2.625em;
  padding: 3.125em 0 5em;
}
@media screen and (max-width: 1199px) {
  /* line 70, ../sass/section/inner/_colleges.scss */
  .colleges__cols {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  /* line 70, ../sass/section/inner/_colleges.scss */
  .colleges__cols {
    font-size: 12px;
    margin: 0 -1.66667em;
  }
}
/* line 84, ../sass/section/inner/_colleges.scss */
.colleges__col {
  float: left;
  width: 33.33333%;
  padding: 1.3125em 2.625em;
}
@media screen and (max-width: 991px) {
  /* line 84, ../sass/section/inner/_colleges.scss */
  .colleges__col {
    padding: 0.83333em 1.66667em;
  }
}
@media screen and (max-width: 767px) {
  /* line 84, ../sass/section/inner/_colleges.scss */
  .colleges__col {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  /* line 84, ../sass/section/inner/_colleges.scss */
  .colleges__col {
    width: 100%;
  }
}

/* line 104, ../sass/section/inner/_colleges.scss */
.college__block {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 1.25em 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 1.25em 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1.25em 0 rgba(0, 0, 0, 0.07);
  position: relative;
  display: block;
  padding: 100% 0 0;
  text-align: center;
  color: inherit;
}
/* line 117, ../sass/section/inner/_colleges.scss */
.college__block:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: rotate3d(1, 1, 1, 240deg) scale(0.6);
  -ms-transform: rotate3d(1, 1, 1, 240deg) scale(0.6);
  -webkit-transform: rotate3d(1, 1, 1, 240deg) scale(0.6);
  transform: rotate3d(1, 1, 1, 240deg) scale(0.6);
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  border: 0.375em solid #833b84;
}
/* line 134, ../sass/section/inner/_colleges.scss */
.college__block:hover {
  -moz-box-shadow: 0 0 2.375em 0 rgba(131, 59, 132, 0.32);
  -webkit-box-shadow: 0 0 2.375em 0 rgba(131, 59, 132, 0.32);
  box-shadow: 0 0 2.375em 0 rgba(131, 59, 132, 0.32);
  color: inherit;
}
/* line 138, ../sass/section/inner/_colleges.scss */
.college__block:hover:before {
  -moz-transform: rotate3d(1, 1, 1, 0) scale(1);
  -ms-transform: rotate3d(1, 1, 1, 0) scale(1);
  -webkit-transform: rotate3d(1, 1, 1, 0) scale(1);
  transform: rotate3d(1, 1, 1, 0) scale(1);
  opacity: 1;
}
/* line 145, ../sass/section/inner/_colleges.scss */
.college__block-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 16% 7%;
}
/* line 153, ../sass/section/inner/_colleges.scss */
.college__logo {
  position: relative;
  width: 8.75em;
  height: 8.75em;
  margin: auto;
}
@media screen and (max-width: 991px) {
  /* line 153, ../sass/section/inner/_colleges.scss */
  .college__logo {
    width: 6.25em;
    height: 6.25em;
  }
}
/* line 167, ../sass/section/inner/_colleges.scss */
.college__name {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1;
  margin: 0.41667em 0 0.33333em;
  color: #833b84;
}
/* line 176, ../sass/section/inner/_colleges.scss */
.college__namedesc {
  font-size: 0.875em;
  line-height: 1.2;
  padding: 0 3em;
}
@media screen and (max-width: 991px) {
  /* line 176, ../sass/section/inner/_colleges.scss */
  .college__namedesc {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  /* line 176, ../sass/section/inner/_colleges.scss */
  .college__namedesc {
    padding: 0 1em;
  }
}

/* line 191, ../sass/section/inner/_colleges.scss */
.large-2blk {
  clear: both;
}
/* line 193, ../sass/section/inner/_colleges.scss */
.large-2blk__inner {
  max-width: 1440px;
  margin: auto;
}
/* line 197, ../sass/section/inner/_colleges.scss */
.large-2blk__block {
  display: table-cell;
  width: 50%;
  padding: 2.43056% 4.51389% 7.63889%;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  /* line 197, ../sass/section/inner/_colleges.scss */
  .large-2blk__block {
    padding: 18px 15px 30px;
  }
}
/* line 209, ../sass/section/inner/_colleges.scss */
.large-2blk__block-img {
  background: center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  /* line 209, ../sass/section/inner/_colleges.scss */
  .large-2blk__block-img {
    width: 20%;
  }
}
@media screen and (max-width: 500px) {
  /* line 209, ../sass/section/inner/_colleges.scss */
  .large-2blk__block-img {
    padding: 60% 0 0;
  }
}
/* line 221, ../sass/section/inner/_colleges.scss */
.large-2blk__block-wrap {
  display: table;
  width: 100%;
}
@media screen and (max-width: 500px) {
  /* line 197, ../sass/section/inner/_colleges.scss */
  .large-2blk__block {
    display: block;
    width: 100%;
  }
}

/* line 237, ../sass/section/inner/_colleges.scss */
.college-detail {
  color: #686868; /*#777777;*/
}
@media screen and (max-width: 991px) {
  /* line 237, ../sass/section/inner/_colleges.scss */
  .college-detail {
    font-size: 13px;
  }
}
/* line 244, ../sass/section/inner/_colleges.scss */
.college-detail__inner {
  display: flex;
}
/* line 247, ../sass/section/inner/_colleges.scss */
.college-detail__imgw {
  width: 48.7666%;
  margin: 0 3.60531% 0 0;
}
/* line 251, ../sass/section/inner/_colleges.scss */
.college-detail__img-ctrl {
  position: relative;
  padding: 92.99611% 0 0;
  background: #EFEFEF;
}
/* line 261, ../sass/section/inner/_colleges.scss */
.college-detail__imgw + .college-detail__content {
  width: 47.43833%;
}
@media screen and (max-width: 767px) {
  /* line 265, ../sass/section/inner/_colleges.scss */
  .college-detail__inner {
    display: block;
  }
  /* line 268, ../sass/section/inner/_colleges.scss */
  .college-detail__imgw, .college-detail__imgw + .college-detail__content {
    width: 100%;
  }
  /* line 273, ../sass/section/inner/_colleges.scss */
  .college-detail__imgw {
    margin: 0 0 1.15385em;
    max-width: 400px;
  }
}
/* line 278, ../sass/section/inner/_colleges.scss */
.college-detail__content {
  position: relative;
  padding: 0 0 3.125em;
}
/* line 283, ../sass/section/inner/_colleges.scss */
.college-detail__title {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #964c98;
}
/* line 292, ../sass/section/inner/_colleges.scss */
.college-detail__info {
  font-size: 1.125em;
}
/* line 294, ../sass/section/inner/_colleges.scss */
.college-detail__info th,
.college-detail__info td {
  line-height: 1.22222;
  padding: 0.625em 0;
  vertical-align: top;
}
/* line 302, ../sass/section/inner/_colleges.scss */
.college-detail__info th {
  width: 43.28657%;
  padding-right: 0.9375em;
}
/* line 307, ../sass/section/inner/_colleges.scss */
.college-detail__more {
  font-size: 1.125em;
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: none;
  color: #964c98;
}
/* line 317, ../sass/section/inner/_colleges.scss */
.college-detail__more:hover, .college-detail__more:focus {
  color: #964c98;
}

/* line 1, ../sass/section/inner/_sharing.scss */
.profcloud {
  position: relative;
  margin: 0 0 3.4375em;
  padding-top: 1px;
}
/* line 8, ../sass/section/inner/_sharing.scss */
.profcloud__area {
  margin: 3.4375em 0 0;
}
@media screen and (max-width: 991px) {
  /* line 8, ../sass/section/inner/_sharing.scss */
  .profcloud__area {
    font-size: 14px;
  }
}
/* line 14, ../sass/section/inner/_sharing.scss */
.profcloud__profile {
  text-align: center;
}
/* line 17, ../sass/section/inner/_sharing.scss */
.profcloud__imgw {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0.1875em 0.1875em 0.4375em 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0.1875em 0.1875em 0.4375em 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.1875em 0.1875em 0.4375em 0 rgba(0, 0, 0, 0.25);
  position: relative;
  width: 9.375em;
  height: 9.375em;
  margin: 0 auto 0.875em;
  background: #EFEFEF;
  overflow: hidden;
}
/* line 34, ../sass/section/inner/_sharing.scss */
.profcloud__name {
  font-size: 1.875em;
  line-height: 1.2;
  color: #964c98;
}
/* line 40, ../sass/section/inner/_sharing.scss */
.profcloud__prog {
  font-size: 1em;
  line-height: 1.2;
  color: #964c98;
}
/* line 46, ../sass/section/inner/_sharing.scss */
.profcloud__desc {
  -moz-border-radius: 0.55556em;
  -webkit-border-radius: 0.55556em;
  border-radius: 0.55556em;
  position: relative;
  padding: 1.66667em 1.38889em;
  color: #FFF;
  font-size: 1.125em;
  line-height: 1.22222;
}

.profcloud__desc a{
	color: #FFF;
}

/* line 58, ../sass/section/inner/_sharing.scss */
.profcloud__desc * {
  position: relative;
}
/* line 61, ../sass/section/inner/_sharing.scss */
.profcloud__desc:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-width: 0.58333em 0.88889em 0.58333em 0;
  border-style: solid;
  border-color: transparent #777 transparent transparent;
}
/* line 74, ../sass/section/inner/_sharing.scss */
.profcloud--hori {
  width: 52.5em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* line 82, ../sass/section/inner/_sharing.scss */
.profcloud--hori .profcloud__profile {
  float: left;
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  /* line 82, ../sass/section/inner/_sharing.scss */
  .profcloud--hori .profcloud__profile {
    float: none;
    width: 100%;
  }
}
/* line 92, ../sass/section/inner/_sharing.scss */
.profcloud--hori .profcloud__imgw {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  /* line 92, ../sass/section/inner/_sharing.scss */
  .profcloud--hori .profcloud__imgw {
    margin-top: 0;
  }
}
/* line 98, ../sass/section/inner/_sharing.scss */
.profcloud--hori .profcloud__desc {
  float: right;
  width: 66.66667%;
  background: #777;
}
/* line 104, ../sass/section/inner/_sharing.scss */
.profcloud--hori .profcloud__desc:before {
  top: 6.875em;
  right: 100%;
}
@media screen and (max-width: 767px) {
  /* line 98, ../sass/section/inner/_sharing.scss */
  .profcloud--hori .profcloud__desc {
    float: none;
    margin-top: 2.57143em;
    width: 100%;
  }
  /* line 112, ../sass/section/inner/_sharing.scss */
  .profcloud--hori .profcloud__desc:before {
    top: auto;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -0.625em;
    border-width: 0 0.65625em 1em 0.65625em;
    border-color: transparent transparent #777 transparent;
  }
}
/* line 124, ../sass/section/inner/_sharing.scss */
.profcloud__row {
  margin: 0 -1.3125em;
}
@media screen and (min-width: 768px) {
  /* line 124, ../sass/section/inner/_sharing.scss */
  .profcloud__row {
    display: flex;
  }
}
/* line 132, ../sass/section/inner/_sharing.scss */
.profcloud__row .profcloud {
  float: left;
  width: calc(50% - 1.3125em);
  margin-right: 1.3125em;
  margin-left: 1.3125em;
}
/* line 138, ../sass/section/inner/_sharing.scss */
.profcloud__row .profcloud:before {
  -moz-border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  position: absolute;
  position: absolute;
  top: 15.9375em;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #686868; /*#777;*/
}
@media screen and (max-width: 767px) {
  /* line 132, ../sass/section/inner/_sharing.scss */
  .profcloud__row .profcloud {
    width: auto;
    float: none;
  }
}
/* line 158, ../sass/section/inner/_sharing.scss */
.profcloud__row .profcloud__profile {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
/* line 164, ../sass/section/inner/_sharing.scss */
.profcloud__row .profcloud__desc {
  margin: 14.16667em 0 0;
  background-color: #686868;
}
/* line 166, ../sass/section/inner/_sharing.scss */
.profcloud__row .profcloud__desc:before {
  bottom: 100%;
  left: 50%;
  margin: 0 0 0 -0.625em;
  border-width: 0 0.65625em 1em 0.65625em;
  border-color: transparent transparent #686868 transparent;/*#777 transparent;*/
}

/* line 179, ../sass/section/inner/_sharing.scss */
.wcard {
  float: left;
  width: calc(50% - 0.9375em);
  margin: 0 0.9375em;
  padding: 2.5em;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  /* line 179, ../sass/section/inner/_sharing.scss */
  .wcard {
    padding: 20px 15px;
    width: auto;
    float: none;
    margin-bottom: 0.9375em;
  }
}
/* line 198, ../sass/section/inner/_sharing.scss */
.wcard__area {
  margin: 2.1875em 0 4.0625em;
}
@media screen and (max-width: 991px) {
  /* line 198, ../sass/section/inner/_sharing.scss */
  .wcard__area {
    font-size: 14px;
  }
}
/* line 204, ../sass/section/inner/_sharing.scss */
.wcard__row {
  margin: 0 -0.9375em 1.875em;
}
/* line 207, ../sass/section/inner/_sharing.scss */
.wcard__row:last-child {
  margin-bottom: 2.8125em;
}
@media screen and (min-width: 768px) {
  /* line 204, ../sass/section/inner/_sharing.scss */
  .wcard__row {
    display: flex;
  }
}
/* line 220, ../sass/section/inner/_sharing.scss */
.wcard__imgw {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  float: left;
  width: 9.375em;
  height: 9.375em;
  margin: 0 1.5625em 0 0;
  background: #EFEFEF;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  /* line 220, ../sass/section/inner/_sharing.scss */
  .wcard__imgw, .wcard__imgw2 {
    float: none;
    margin: 0 auto 0.9375em;
  }
}
/* line 243, ../sass/section/inner/_sharing.scss */
.wcard__name {
  font-size: 1.875em;
  line-height: 1.2;
  margin: 1.4em 0 0;
  color: #964c98;
}
.multiple__wcard {
  text-align:center;
}
.multiple__wcard .wcard__name {
  margin-top: 0.5em;
}
@media screen and (max-width: 991px) {
  /* line 243, ../sass/section/inner/_sharing.scss */
  .wcard__name, .multiple__wcard .wcard__name {
    margin-top: 0;
    text-align: center;
  }
}
/* line 256, ../sass/section/inner/_sharing.scss */
.wcard__prog {
  font-size: 1em;
  line-height: 1.2;
  margin: 0.125em 0 0;
  color: #964c98;
}
@media screen and (max-width: 991px) {
  /* line 256, ../sass/section/inner/_sharing.scss */
  .wcard__prog {
    text-align: center;
  }
}

.wcard__prog + .wcard__name {	
	margin-top : 0.5em;
}

/* line 266, ../sass/section/inner/_sharing.scss */
.wcard__desc {
  position: relative;
  margin: 1.875em 0 0;
  padding: 1.25em 0 0;
  border-top: 0.125em solid #964c98;
  font-size: 1.125em;
  line-height: 1.22222;
  color: #686868; /*#777777;*/
}
/* line 279, ../sass/section/inner/_sharing.scss */
.wcard__desc:before {
  position: absolute;
  bottom: 100%;
  left: 3.4375em;
  width: 0;
  height: 0;
  content: "";
  border-width: 1em 0 0 1em;
  border-style: solid;
  border-color: transparent transparent transparent #964c98;
}
@media screen and (max-width: 991px) {
  /* line 279, ../sass/section/inner/_sharing.scss */
  .wcard__desc:before {
    left: 50%;
  }
}

/* line 1, ../sass/section/inner/_important-date.scss */
.ballchain {
  position: relative;
  clear: both;
  min-height: 8.625em;
  margin: 0 0 1.5em;
}
/* line 9, ../sass/section/inner/_important-date.scss */
.ballchain:first-child:before {
  display: none;
}
/* line 13, ../sass/section/inner/_important-date.scss */
.ballchain:before {
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  top: -2.5em;
  width: 4.75em;
  height: 0.5em;
  content: "";
  background: #9B60A4;
}
/* line 29, ../sass/section/inner/_important-date.scss */
.ballchain:nth-child(odd):before {
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4.8em;
}
/* line 36, ../sass/section/inner/_important-date.scss */
.ballchain:nth-child(odd).js-reveal--uninit:before {
  -moz-transform: rotate(-45deg) scaleX(0.2);
  -ms-transform: rotate(-45deg) scaleX(0.2);
  -webkit-transform: rotate(-45deg) scaleX(0.2);
  transform: rotate(-45deg) scaleX(0.2);
  opacity: 0;
}
/* line 43, ../sass/section/inner/_important-date.scss */
.ballchain:nth-child(even) {
  margin-left: 5.625em;
}
/* line 45, ../sass/section/inner/_important-date.scss */
.ballchain:nth-child(even):before {
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -.5em;
}
/* line 52, ../sass/section/inner/_important-date.scss */
.ballchain:nth-child(even).js-reveal--uninit:before {
  -moz-transform: rotate(45deg) scaleX(0.2);
  -ms-transform: rotate(45deg) scaleX(0.2);
  -webkit-transform: rotate(45deg) scaleX(0.2);
  transform: rotate(45deg) scaleX(0.2);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  /* line 60, ../sass/section/inner/_important-date.scss */
  .ballchain:nth-child(even), .ballchain:nth-child(odd) {
    margin-left: 0;
  }
  /* line 63, ../sass/section/inner/_important-date.scss */
  .ballchain:nth-child(even):before, .ballchain:nth-child(odd):before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    left: 2.4em;
  }
}
/* line 72, ../sass/section/inner/_important-date.scss */
.ballchain__area {
  max-width: 930px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  /* line 72, ../sass/section/inner/_important-date.scss */
  .ballchain__area {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  /* line 72, ../sass/section/inner/_important-date.scss */
  .ballchain__area {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  /* line 72, ../sass/section/inner/_important-date.scss */
  .ballchain__area {
    font-size: 10px;
  }
}
/* line 85, ../sass/section/inner/_important-date.scss */
.ballchain__ball {
  position: relative;
  float: left;
  overflow: hidden;
  width: 8.625em;
  height: 8.625em;
  margin: 0 2.125em 0 0;
  padding: 1.875em 0;
  text-align: center;
  border-radius: 50%;
  background: #9B60A4;
}
/* line 101, ../sass/section/inner/_important-date.scss */
.ballchain__date {
  line-height: 1;
  height: 5.5em;
  padding: 1em 0 0.625em;
  color: #FFF;
  background: #7D3A87;
}
/* line 110, ../sass/section/inner/_important-date.scss */
.ballchain__top {
  font-size: 2.375em;
  display: block;
}
/* line 115, ../sass/section/inner/_important-date.scss */
.ballchain__day {
  margin: 0 -.1em 0 0;
}
/* line 118, ../sass/section/inner/_important-date.scss */
.ballchain__month {
  font-size: 0.68421em;
}
/* line 121, ../sass/section/inner/_important-date.scss */
.ballchain
.ballchain__year {
  font-size: 0.61538em;
  color: #f0d100;
}
/* line 127, ../sass/section/inner/_important-date.scss */
.ballchain__month + .ballchain__seperate {
  font-size: 0.68421em;
}
/* line 130, ../sass/section/inner/_important-date.scss */
.ballchain__seperate {
  margin: 0 -.16em;
}
/* line 133, ../sass/section/inner/_important-date.scss */
.ballchain__bottom {
  font-size: 1.625em;
  display: block;
}
/* line 138, ../sass/section/inner/_important-date.scss */
.ballchain__seperate + .ballchain__day, .ballchain__seperate + .ballchain__month {
  margin-left: -.1em;
}
/* line 142, ../sass/section/inner/_important-date.scss */
.ballchain__content {
  position: relative;
}
/* line 144, ../sass/section/inner/_important-date.scss */
.ballchain__ball + .ballchain__content:before {
  position: absolute;
  top: 3.625em;
  left: 9em;
  width: 0;
  height: 0;
  content: "";
  border-width: 0.6875em 0 0.6875em 0.875em;
  border-style: solid;
  border-color: transparent transparent transparent #C5C3C4;
}
/* line 158, ../sass/section/inner/_important-date.scss */
.ballchain__content-inner {
  font-size: 1.625em;
  line-height: 1.2;
  display: table-cell;
  width: 1%;
  height: 5.30769em;
  vertical-align: middle;
  color: #833b84;
}
@media screen and (max-width: 767px) {
  /* line 158, ../sass/section/inner/_important-date.scss */
  .ballchain__content-inner {
    font-size: 1.6em;
    height: 5.375em;
  }
}
/* line 176, ../sass/section/inner/_important-date.scss */
.ballchain__content-inner a {
  color: inherit;
  text-decoration: none;
}
/* line 180, ../sass/section/inner/_important-date.scss */
.ballchain__content-inner a:hover, .ballchain__content-inner a:focus {
  text-decoration: underline;
}

/* line 2, ../sass/section/inner/_faq.scss */
.faq__btn {
  padding-left: 3.75em;
  font-weight: 400;
}
/* line 8, ../sass/section/inner/_faq.scss */
.faq__no {
  position: absolute;
  background: #512d51;
  top: 0;
  left: 0;
  width: 3.08333em;
  height: 100%;
  padding: 0.66667em 0.75em;
  text-align: right;
}
/* line 19, ../sass/section/inner/_faq.scss */
.collapse__wrap--green .faq__no {
  background: #273e44;
}

/* line 3, ../sass/section/inner/_dl.scss */
.dl__title {
  font-size: 2em;
  margin: 1.15625em 0 0.375em;
}
/* line 8, ../sass/section/inner/_dl.scss */
.dl__text {
  display: table-cell;
  width: 100%;
  font-size: 1.25em;
}
/* line 14, ../sass/section/inner/_dl.scss */
.dl__text a {
  color: #833b84;
}
/* line 17, ../sass/section/inner/_dl.scss */
.dl__text a:hover, .dl__text a:focus {
  color: #833b84;
}
/* line 23, ../sass/section/inner/_dl.scss */
.dl__btns {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding: 0 0 0 2em;
}
/* line 32, ../sass/section/inner/_dl.scss */
.dl__btn {
  text-decoration: none;
  color: #348EA2;
  font-size: 1.25em;
}
/* line 37, ../sass/section/inner/_dl.scss */
.dl__btn:hover, .dl__btn:focus {
  color: #215b68;
}
/* line 41, ../sass/section/inner/_dl.scss */
.dl__btn .icon-download {
  font-size: 1.1em;
  margin: 0 0 0 .2em;
  vertical-align: -.1em;
}
@media screen and (max-width: 991px) {
  /* line 51, ../sass/section/inner/_dl.scss */
  .dl__title {
    font-size: 1.625em;
  }
}
@media screen and (max-width: 767px) {
  /* line 57, ../sass/section/inner/_dl.scss */
  .dl__title {
    font-size: 1.375em;
  }
}

@media screen and (max-width: 767px) {
  /* line 2, ../sass/section/inner/_events.scss */
  .ev__wrap {
    margin: 0 -15px;
  }
}
/* line 7, ../sass/section/inner/_events.scss */
.ev__list {
  margin: 0 0 5.625em;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/section/inner/_events.scss */
  .ev__list {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  /* line 7, ../sass/section/inner/_events.scss */
  .ev__list {
    font-size: 12px;
  }
}
/* line 21, ../sass/section/inner/_events.scss */
.ev__blk {
  display: block;
  padding: 1.625em 2.5em 2.5em 1.5em;
  background: #F8F0F7;
}
@media screen and (max-width: 767px) {
  /* line 21, ../sass/section/inner/_events.scss */
  .ev__blk {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 32, ../sass/section/inner/_events.scss */
.ev__blk--white, .ev__blk.even {
  background: #FFF;
}
/* line 35, ../sass/section/inner/_events.scss */
.ev__blk--white .date-blk__bot, .ev__blk.even .date-blk__bot {
  background: #f8f0f7;
}
/* line 39, ../sass/section/inner/_events.scss */
.ev__blk-inner {
  position: relative;
}
/* line 42, ../sass/section/inner/_events.scss */
.ev__blk .date-blk__wrap {
  float: left;
  margin: 0 1.25em 0 0;
}
@media screen and (max-width: 767px) {
  /* line 47, ../sass/section/inner/_events.scss */
  .ev__blk .date-blk {
    display: block;
    margin: 0 0 .5em;
  }
}
/* line 55, ../sass/section/inner/_events.scss */
.ev__blk .action-bar .primary {
  float: left;
}
/* line 58, ../sass/section/inner/_events.scss */
.ev__blk .action-bar .secondary {
  float: right;
}
@media screen and (min-width: 768px) {
  /* line 58, ../sass/section/inner/_events.scss */
  .ev__blk .action-bar .secondary {
    margin: -0.625em 0 0;
  }
}
/* line 66, ../sass/section/inner/_events.scss */
.ev__blk .tag__row {
  margin: 0 0 0.14286em;
}
/* line 70, ../sass/section/inner/_events.scss */
.ev__top {
  min-height: 5.1875em;
}
@media screen and (max-width: 767px) {
  /* line 70, ../sass/section/inner/_events.scss */
  .ev__top {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  /* line 76, ../sass/section/inner/_events.scss */
  .ev__bot {
    padding: 0 0 0 5em;
  }
}
/* line 82, ../sass/section/inner/_events.scss */
.ev__bot .link-circle-arrow {
  font-size: 1.25em;
  color: #833b84 !important;
}
/* line 87, ../sass/section/inner/_events.scss */
.ev__title-wrap {
  overflow: hidden;
}
/* line 90, ../sass/section/inner/_events.scss */
.ev__title {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  color: #964c98;
}
@media screen and (max-width: 767px) {
  /* line 90, ../sass/section/inner/_events.scss */
  .ev__title {
    font-size: 1.58333em;
  }
}
/* line 103, ../sass/section/inner/_events.scss */
.ev__sub {
  font-size: 1.22222em;
  line-height: 1.22222;
  color: #964c98;
}
/* line 109, ../sass/section/inner/_events.scss */
.ev__title + .ev__sub {
  margin-top: -.3em;
}
/* line 112, ../sass/section/inner/_events.scss */
.ev__desc {
  font-size: 1.125em;
  display: block;
  margin: 1.38889em -2.22222em 0 0;
  color: #686868; /*#777777;*/;
}
/* line 120, ../sass/section/inner/_events.scss */
.ev__desc dl {
  line-height: 1.22222em;
  position: relative;
  padding: 0 2.22222em 0 2em;
  margin: 0 0 1.38889em;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  /* line 120, ../sass/section/inner/_events.scss */
  .ev__desc dl {
    width: 49%;
    margin: 0 0 1.77778em;
    display: inline-block;
  }
}
/* line 137, ../sass/section/inner/_events.scss */
.ev__desc dl:before {
  font-size: 1.3em;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3em;
  text-align: center;
}
/* line 149, ../sass/section/inner/_events.scss */
.ev__desc dl.ico-date:before {
  content: "";
}
/* line 154, ../sass/section/inner/_events.scss */
.ev__desc dl.ico-time:before {
  content: "";
}
/* line 159, ../sass/section/inner/_events.scss */
.ev__desc dl.ico-location:before {
  content: "";
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 165, ../sass/section/inner/_events.scss */
.ev__desc dl.ico-registration:before {
  content: "";
}

/* line 1, ../sass/section/inner/_cost.scss */
.ballimg-blk {
  margin: 4.04676% 0 5.93525%;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/section/inner/_cost.scss */
  .ballimg-blk {
    display: table;
  }
}
/* line 8, ../sass/section/inner/_cost.scss */
.ballimg-blk__imgw {
  width: 15.1875em;
}
/* line 10, ../sass/section/inner/_cost.scss */
.ballimg-blk__imgw img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  /* line 8, ../sass/section/inner/_cost.scss */
  .ballimg-blk__imgw {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  /* line 8, ../sass/section/inner/_cost.scss */
  .ballimg-blk__imgw {
    font-size: 10px;
    margin: 15px auto 15px;
  }
}
/* line 24, ../sass/section/inner/_cost.scss */
.ballimg-blk__content {
  line-height: 1.8;
  vertical-align: middle;
  color: #964c98;
}
@media screen and (min-width: 768px) {
  /* line 32, ../sass/section/inner/_cost.scss */
  .ballimg-blk__imgw {
    display: table-cell;
  }
  /* line 36, ../sass/section/inner/_cost.scss */
  .ballimg-blk__content {
    display: table-cell;
    padding: 0 0 0 2.25em;
  }
}

/* line 44, ../sass/section/inner/_cost.scss */
.tagblk {
  position: relative;
  margin: 0 0 10px;
  border-radius: 0 1.25em 1.25em 0;
  background: #F5EBF5;
}
@media screen and (max-width: 767px) {
  /* line 44, ../sass/section/inner/_cost.scss */
  .tagblk {
    border-radius: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  /* line 44, ../sass/section/inner/_cost.scss */
  .tagblk {
    display: table;
    overflow: hidden;
    width: 100%;
  }
}
/* line 60, ../sass/section/inner/_cost.scss */
.tagblk:before, .tagblk:after {
  position: absolute;
  left: -4.125em;
  width: 10em;
  height: 250%;
  content: "";
  background: #FFF;
}
@media screen and (max-width: 767px) {
  /* line 60, ../sass/section/inner/_cost.scss */
  .tagblk:before, .tagblk:after {
    display: none;
  }
}
/* line 75, ../sass/section/inner/_cost.scss */
.tagblk:before {
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: -3em;
}
/* line 81, ../sass/section/inner/_cost.scss */
.tagblk:after {
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  bottom: -3em;
}
@media screen and (max-width: 991px) {
  /* line 87, ../sass/section/inner/_cost.scss */
  .tagblk__wrap {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  /* line 87, ../sass/section/inner/_cost.scss */
  .tagblk__wrap {
    font-size: 12px;
  }
}
/* line 95, ../sass/section/inner/_cost.scss */
.tagblk__left, .tagblk__right {
  padding: 1em;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  /* line 95, ../sass/section/inner/_cost.scss */
  .tagblk__left, .tagblk__right {
    display: table-cell;
    height: 10em;
  }
}
/* line 106, ../sass/section/inner/_cost.scss */
.tagblk__left {
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 106, ../sass/section/inner/_cost.scss */
  .tagblk__left {
    width: 79.13669%;
    padding-left: 10.9375em;
  }
}
@media screen and (max-width: 767px) {
  /* line 106, ../sass/section/inner/_cost.scss */
  .tagblk__left {
    padding-top: 2.5em;
  }
}
/* line 116, ../sass/section/inner/_cost.scss */
.tagblk__right {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  background: #833b84;
}
/* line 124, ../sass/section/inner/_cost.scss */
.tagblk__right > span {
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  /* line 116, ../sass/section/inner/_cost.scss */
  .tagblk__right {
    width: 20.86331%;
  }
}
@media screen and (max-width: 767px) {
  /* line 116, ../sass/section/inner/_cost.scss */
  .tagblk__right {
    border-radius: 0 0 1.25em 1.25em;
  }
}
/* line 134, ../sass/section/inner/_cost.scss */
.tagblk__selection {
  margin: 0.4375em 0 0;
}
/* line 136, ../sass/section/inner/_cost.scss */
.tagblk__selection p {
  font-size: 1.25em;
}
/* line 140, ../sass/section/inner/_cost.scss */
.tagblk__line {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 40px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  border: 3px solid #964c98;
  background: #FFF;
}
/* line 154, ../sass/section/inner/_cost.scss */
.tagblk__line:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 50px;
  height: 3px;
  margin: -2px;
  content: "";
  background: #EB4A52;
}
@media screen and (max-width: 767px) {
  /* line 154, ../sass/section/inner/_cost.scss */
  .tagblk__line:before {
    width: 33px;
  }
}
@media screen and (max-width: 767px) {
  /* line 140, ../sass/section/inner/_cost.scss */
  .tagblk__line {
    -moz-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    -webkit-transform: rotate(33deg);
    transform: rotate(33deg);
    top: 18px;
    left: 13px;
  }
}
/* line 177, ../sass/section/inner/_cost.scss */
.tagblk__icon {
  font-size: 4em;
  position: absolute;
  top: .8em;
  left: 1.4em;
  color: #833b84;
}
@media screen and (max-width: 767px) {
  /* line 177, ../sass/section/inner/_cost.scss */
  .tagblk__icon {
    font-size: 3em;
    top: 35px;
    left: 15px;
  }
}
/* line 192, ../sass/section/inner/_cost.scss */
.tagblk__q {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  color: #833b84;
}
/* line 198, ../sass/section/inner/_cost.scss */
.tagblk__q-sub {
  font-size: .84em;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 767px) {
  /* line 192, ../sass/section/inner/_cost.scss */
  .tagblk__q {
    padding-left: 2.8em;
    height: 2.7em;
    margin-bottom: .8em;
    display: table-cell;
    vertical-align: middle;
  }
}
/* line 212, ../sass/section/inner/_cost.scss */
.tagblk .rc__itm {
  font-size: 1.25em;
}
/* line 214, ../sass/section/inner/_cost.scss */
.tagblk .rc__itm .rc__label {
  margin-top: .3em;
  margin-bottom: .3em;
}
/* line 219, ../sass/section/inner/_cost.scss */
.tagblk .rc__itm:last-child .rc__label {
  margin-right: 0;
}
/* line 224, ../sass/section/inner/_cost.scss */
.tagblk .amount-input {
  font-size: 1.5em;
}
/* line 226, ../sass/section/inner/_cost.scss */
.tagblk .amount-input .input-text {
  line-height: 1.91667em;
  padding-left: 2.5em;
  border: 3px solid #2d798a; /*#348EA2;*/
  border-radius: 0.20833em;
}
@media screen and (max-width: 767px) {
  /* line 226, ../sass/section/inner/_cost.scss */
  .tagblk .amount-input .input-text {
    width: calc(100% - 3.5em);
  }
}
/* line 238, ../sass/section/inner/_cost.scss */
.tagblk .amount-input .btn {
  border-radius: 0.25em;
}

/* line 244, ../sass/section/inner/_cost.scss */
.cal-total {
  font-size: 2.375em;
  font-weight: 700;
  margin: 1.05263em 0 2.36842em;
  padding: 0.39474em 0 0;
  text-align: right;
  color: #833b84;
  border-top: 1px solid #833b84;
}
/* line 255, ../sass/section/inner/_cost.scss */
.cal-total__text {
  font-size: 0.57895em;
  font-weight: 400;
  color: #686868; /*#777777;*/
}
@media screen and (max-width: 991px) {
  /* line 244, ../sass/section/inner/_cost.scss */
  .cal-total {
    font-size: 30px;
  }
}

/* line 266, ../sass/section/inner/_cost.scss */
.amount-input {
  position: relative;
}
/* line 268, ../sass/section/inner/_cost.scss */
.amount-input .input-text {
  -moz-box-shadow: inset 1px 2px 2px 1px #dddddd;
  -webkit-box-shadow: inset 1px 2px 2px 1px #dddddd;
  box-shadow: inset 1px 2px 2px 1px #dddddd;
  font-size: inherit;
  font-weight: 400;
  height: 2.16667em;
  vertical-align: top;
}
/* line 278, ../sass/section/inner/_cost.scss */
.amount-input__dollar {
  font-size: 0.83333em;
  font-weight: 700;
  position: absolute;
  top: .7em;
  left: 0.75em;
  color: #256473; /*#348EA2;*/
}
/* line 288, ../sass/section/inner/_cost.scss */
.amount-input .btn {
  font-size: 0.83333em;
  font-weight: 700;
  line-height: 2.6em;
  padding: 0 0.8em;
  vertical-align: top;
}
/*added on 20210217*/
.mobi-menu__mobi_hidden, .menu__normal_hidden {
	display:none;
}
	

/* =============================================================================
- Fonts for Letters to the Future - 20210702
============================================================================= */
@font-face {
  font-family: 'HelveticaNeue-Condensed';
  src: url(/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/HelveticaNeue-Condensed.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Condensed';
  src: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/HelveticaNeue-Condensed Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Condensed Thin';
  src: url('/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/HelveticaNeue-Condensed Thin.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Vollkorn';
  src: url(/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/Vollkorn-Regular.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Vollkorn';
  src: url(/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/Vollkorn-Italic.ttf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Vollkorn';
  src: url(/20220831200337oe_/http://admission.cuhk.edu.hk/assets/fonts/Vollkorn-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

/* Lettes to the Future */
.letters-to-the-future #bannerTextLayer  {
	position:absolute; 
	bottom: 8vw; 
	right: 10vw; 
	padding: 2.6vw 2.5vw 4vw 2.5vw; 
	background-color:rgba(0.5, 0.5, 0.5, 0.6); 
	min-width:35vw; 
	min-height:5vh; 
	z-index:3; 
	color: white; 
	text-align:left; 
	display:none;
}

.letters-to-the-future #bannerTextLayer .title  {
	font-size:2.5em; 
	font-family: 'HelveticaNeue-Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	text-transform: capitalize; 
	font-weight:bold;
}

body.lang-tc .letters-to-the-future #bannerTextLayer .title {
	font-family: 'Noto Serif TC', 'HelveticaNeue-Condensed'; 
	font-size:3em;	
}
body.lang-sc .letters-to-the-future #bannerTextLayer .title {
	font-family: 'Noto Serif SC', 'HelveticaNeue-Condensed'; 
	font-size:3em;	
}

.letters-to-the-future #bannerTextLayer .description  {
	font-family: 'HelveticaNeue-Condensed Thin'; 
	font-size:2.1em; 
}

body.lang-tc .letters-to-the-future #bannerTextLayer .description {
	font-family: 'Noto Serif TC'; 
	font-weight: lighter;
}

body.lang-sc .letters-to-the-future #bannerTextLayer .description {
	font-family: 'Noto Serif SC'; 
	font-weight: lighter;
}

body.lang-en .letters-to-the-future .inner-content .ckec {
	font-family: Vollkorn;
}

body.lang-tc .letters-to-the-future .inner-content .ckec {
	font-family: 'Noto Serif TC', 'Noto Serif SC'; 
	letter-spacing: 0.05em;
}

body.lang-sc .letters-to-the-future .inner-content .ckec {
	font-family: 'Noto Serif SC'; 
	letter-spacing: 0.05em;
}

.letters-to-the-future .inner-content .ckec *:lang(en) {
	font-family: Vollkorn; 
	letter-spacing: 0;
}

#readingPercentWrapper {
		position:fixed;
		top: 0;
		width:100%;
		background-color:  rgba(190, 156, 193, 0.95); 
		border-bottom: 2px solid rgba(153, 153, 153, 0.5);
		height:72px;
	}
	
#readingPercentWrapper.blue {	
		background-color:  rgba(100, 186, 244, 0.95);	
	}
	
#readingPercentWrapper.initial, #readingPercentWrapper.up {
		display:none;
	}
	
#readingPercentInnerWrapper {
		display:flex;
		flex-wrap:wrap;
		width:100vw;
		align-items: center;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 15px;
	}
	
	
#readingPercentTube {
		width:100vw;
		height:2px;
		display:flex;
		background:url(/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/letters-to-the-future/dot.svg) repeat-x left center;
		height:36px;
		width: calc(100% - 100px);
		flex-grow: 1;
	}
	
#readingPercent {
		height:2px;
		width:0;
		transition: width 1s ease;
		background-color:transparent;
		background:url(/20220831200337oe_/http://admission.cuhk.edu.hk/assets/img/letters-to-the-future/dotB.svg) repeat-x left center;
		height:36px;
	}
	
	
#readingNumber {
		display:none;
		width:50px;
		display:inline-block;
		width:50px;	
		margin-left: 0.5em;
		font-size: 1.25em;
		font-family: 'Vollkorn';
		color:#333;		
	}
		
#readingPercentDescription {
		display:block;
		font-family: 'Vollkorn';
		color:#333;
		width:100%;
		font-size:1.25em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	body.lang-tc #readingPercentDescription {
		font-family: 'Vollkorn', 'Noto Serif TC';
	}

	body.lang-sc #readingPercentDescription {
		font-family: 'Vollkorn', 'Noto Serif SC';
	}
	
	.pattern-bg-top.readmore_feature {
		height: 150vh;
		overflow:hidden;
		position:relative;
	}
	
#readmore_pane {
		position: absolute;
		display:none;
		left:0;
		width:100vw;
		bottom:0;
		height: 200px;
		background: linear-gradient(to top, white, white, transparent);
		text-align:center;
	}
	
	.readmore_feature #readmore_pane {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	
#readmore_pane button	{
		border-radius:4px;
		width:100%;
		padding: 0.5em 1em;
		color: #777;
		font-size: 2em;
		font-family: 'HelveticaNeue-Condensed';
		background: white;
		margin:0.5em;
	}
	
	@media (max-width: 450px) {
	#readingNumber, #readingPercentDescription {
			font-size: 1em;
		}
	}	