/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.btn { display: inline-block; margin-bottom: 0; font-weight: 600; text-align: center; white-space: nowrap; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; padding: 0 0; font-size: 14px; line-height: 1.5; border-radius: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus { color: #fff; text-decoration: none; }
.btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; filter: alpha(opacity=65); opacity: 0.65; -webkit-box-shadow: none; box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }

.btn-default { color: #fff; background-color: #c3c3c3; border-color: #c3c3c3; }
.btn-default:focus, .btn-default.focus { color: #fff; background-color: #aaaaaa; border-color: #838383; }
.btn-default:hover { color: #fff; background-color: #aaaaaa; border-color: #a4a4a4; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #fff; background-color: #aaaaaa; background-image: none; border-color: #a4a4a4; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #fff; background-color: #989898; border-color: #838383; }
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus { background-color: #c3c3c3; border-color: #c3c3c3; }
.btn-default .badge { color: #c3c3c3; background-color: #fff; }

.btn-primary { color: #fff; background-color: #D8127D; border-color: #D8127D; }
.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #a90e62; border-color: #620839; }
.btn-primary:hover { color: #fff; background-color: #a90e62; border-color: #a00d5c; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #a90e62; background-image: none; border-color: #a00d5c; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #880b4f; border-color: #620839; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus { background-color: #D8127D; border-color: #D8127D; }
.btn-primary .badge { color: #D8127D; background-color: #fff; }

.btn-success { color: #fff; background-color: #11BD74; border-color: #11BD74; }
.btn-success:focus, .btn-success.focus { color: #fff; background-color: #0d8e57; border-color: #06482c; }
.btn-success:hover { color: #fff; background-color: #0d8e57; border-color: #0c8552; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #0d8e57; background-image: none; border-color: #0c8552; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #0a6d43; border-color: #06482c; }
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus { background-color: #11BD74; border-color: #11BD74; }
.btn-success .badge { color: #11BD74; background-color: #fff; }

.btn-info { color: #fff; background-color: #D8127D; border-color: #D8127D; }
.btn-info:focus, .btn-info.focus { color: #fff; background-color: #a90e62; border-color: #620839; }
.btn-info:hover { color: #fff; background-color: #a90e62; border-color: #a00d5c; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #a90e62; background-image: none; border-color: #a00d5c; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #880b4f; border-color: #620839; }
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus { background-color: #D8127D; border-color: #D8127D; }
.btn-info .badge { color: #D8127D; background-color: #fff; }

.btn-warning { color: #fff; background-color: #E48118; border-color: #E48118; }
.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #b66713; border-color: #71400c; }
.btn-warning:hover { color: #fff; background-color: #b66713; border-color: #ad6212; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #b66713; background-image: none; border-color: #ad6212; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #965510; border-color: #71400c; }
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus { background-color: #E48118; border-color: #E48118; }
.btn-warning .badge { color: #E48118; background-color: #fff; }

.btn-danger { color: #fff; background-color: #EE3430; border-color: #EE3430; }
.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #d91612; border-color: #920f0c; }
.btn-danger:hover { color: #fff; background-color: #d91612; border-color: #d01511; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #d91612; background-image: none; border-color: #d01511; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #b8130f; border-color: #920f0c; }
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus { background-color: #EE3430; border-color: #EE3430; }
.btn-danger .badge { color: #EE3430; background-color: #fff; }

.btn-link { font-weight: 400; color: #D8127D; border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: #D8127D; text-decoration: none; background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #E5E5E5; text-decoration: none; }

.btn-lg { padding: 0 0; font-size: 16px; line-height: 1.33333; border-radius: 0; }

.btn-sm { padding: 0 0; font-size: 14px; line-height: 1.5; border-radius: 0; }

.btn-xs { padding: 0 0; font-size: 14px; line-height: 1.5; border-radius: 0; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Open Sans"; font-weight: 500; line-height: 1; color: #666; }
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: 400; line-height: 1; color: #E5E5E5; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 21px; margin-bottom: 10.5px; }
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%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10.5px; margin-bottom: 10.5px; }
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%; }

h1, .h1 { font-size: 3.21429em; }

h2, .h2 { font-size: 2.64286em; }

h3, .h3 { font-size: 2.21429em; }

h4, .h4 { font-size: 14px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 14px; }

p { margin: 0 0 10.5px; }

.lead { margin-bottom: 21px; font-size: 16px; font-weight: 300; line-height: 1.4; }
@media (min-width: 480px) { .lead { font-size: 21px; } }

small, .small { font-size: 100%; }

mark, .mark { padding: .2em; background-color: #E48118; }

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

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

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

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

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase, .initialism { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #E5E5E5; }

.text-primary { color: #D8127D; }

a.text-primary:hover, a.text-primary:focus { color: #a90e62; }

.text-success { color: #fff; }

a.text-success:hover, a.text-success:focus { color: #e6e6e6; }

.text-info { color: #fff; }

a.text-info:hover, a.text-info:focus { color: #e6e6e6; }

.text-warning { color: #fff; }

a.text-warning:hover, a.text-warning:focus { color: #e6e6e6; }

.text-danger { color: #fff; }

a.text-danger:hover, a.text-danger:focus { color: #e6e6e6; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #D8127D; }

a.bg-primary:hover, a.bg-primary:focus { background-color: #a90e62; }

.bg-success { background-color: #11BD74; }

a.bg-success:hover, a.bg-success:focus { background-color: #0d8e57; }

.bg-info { background-color: #D8127D; }

a.bg-info:hover, a.bg-info:focus { background-color: #a90e62; }

.bg-warning { background-color: #E48118; }

a.bg-warning:hover, a.bg-warning:focus { background-color: #b66713; }

.bg-danger { background-color: #EE3430; }

a.bg-danger:hover, a.bg-danger:focus { background-color: #d91612; }

.page-header { padding-bottom: 9.5px; margin: 42px 0 21px; border-bottom: 1px solid #E5E5E5; }

ul, ol { margin-top: 0; margin-bottom: 10.5px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }
.list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; }

dl { margin-top: 0; margin-bottom: 21px; }

dt, dd { line-height: 1.5; }

dt { font-weight: 700; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { display: table; content: " "; }
.dl-horizontal dd:after { clear: both; }
@media (min-width: 480px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; } }

abbr[title], abbr[data-original-title] { cursor: help; }

.initialism { font-size: 90%; }

blockquote { padding: 10.5px 21px; margin: 0 0 21px; font-size: 17.5px; border-left: 5px solid #E5E5E5; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.5; color: #E5E5E5; }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: "\2014 \00A0"; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #E5E5E5; border-left: 0; }
.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: ""; }
.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"; }

address { margin-bottom: 21px; font-style: normal; line-height: 1.5; }

code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 0; }

kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd { padding: 0; font-size: 100%; font-weight: 700; box-shadow: none; }

pre { display: block; padding: 10px; margin: 0 0 10.5px; font-size: 13px; line-height: 1.5; color: #202020; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 0; }
pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; }

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

table { background-color: transparent; }
table col[class*="col-"] { position: static; display: table-column; float: none; }
table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; }

caption { padding-top: 10px; padding-bottom: 10px; color: #E5E5E5; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 21px; }
.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: 10px; line-height: 1.5; vertical-align: top; border-top: 1px solid #c9c9c9; }
.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #c9c9c9; }
.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; }
.table > tbody + tbody { border-top: 2px solid #c9c9c9; }
.table .table { background-color: #fff; }

.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; }

.table-bordered { border: 1px solid #c9c9c9; }
.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 #c9c9c9; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #E5E5E5; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

.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; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > 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: #11BD74; }

.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: #0fa666; }

.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: #D8127D; }

.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: #c0106f; }

.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: #E48118; }

.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: #cd7416; }

.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: #EE3430; }

.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: #ec1d18; }

.table-responsive { min-height: .01%; overflow-x: auto; }
@media screen and (max-width: 479px) { .table-responsive { width: 100%; margin-bottom: 15.75px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #c9c9c9; }
  .table-responsive > .table { margin-bottom: 0; }
  .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; }
  .table-responsive > .table-bordered { border: 0; }
  .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; }
  .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; }
  .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; } }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 21px; font-size: 21px; line-height: inherit; color: #202020; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; }

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

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }
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; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 1; font-size: 14px; line-height: 1.5; color: #666; }

.form-control { display: block; width: 100%; height: 23px; padding: 0 0; font-size: 14px; line-height: 1.5; color: #666; background-color: #fff; background-image: none; border: 1px solid #c9c9c9; border-radius: 0; -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; }
.form-control:focus { border-color: transparent; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
.form-control::-moz-placeholder { color: #666; opacity: 1; }
.form-control:-ms-input-placeholder { color: #666; }
.form-control::-webkit-input-placeholder { color: #666; }
.form-control::-ms-expand { background-color: transparent; border: 0; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #E5E5E5; opacity: 1; }
.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 23px; }
  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: 23px; }
  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: 24px; } }
.form-group { margin-bottom: 24px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }
.radio label, .checkbox label { min-height: 21px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer; }
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

.form-control-static { min-height: 35px; padding-top: 1; padding-bottom: 1; margin-bottom: 0; }
.form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; }

.input-sm { height: 23px; padding: 0 0; font-size: 14px; line-height: 1.5; border-radius: 0; }

select.input-sm { height: 23px; line-height: 23px; }

textarea.input-sm, select[multiple].input-sm { height: auto; }

.form-group-sm .form-control { height: 23px; padding: 0 0; font-size: 14px; line-height: 1.5; border-radius: 0; }
.form-group-sm select.form-control { height: 23px; line-height: 23px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }
.form-group-sm .form-control-static { height: 23px; min-height: 35px; padding: 1 0; font-size: 14px; line-height: 1.5; }

.input-lg { height: 24px; padding: 0 0; font-size: 16px; line-height: 1.33333; border-radius: 0; }

select.input-lg { height: 24px; line-height: 24px; }

textarea.input-lg, select[multiple].input-lg { height: auto; }

.form-group-lg .form-control { height: 24px; padding: 0 0; font-size: 16px; line-height: 1.33333; border-radius: 0; }
.form-group-lg select.form-control { height: 24px; line-height: 24px; }
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }
.form-group-lg .form-control-static { height: 24px; min-height: 37px; padding: 1 0; font-size: 16px; line-height: 1.33333; }

.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 28.75px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 23px; height: 23px; line-height: 23px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 24px; height: 24px; line-height: 24px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 23px; height: 23px; line-height: 23px; }

.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: #fff; }
.has-success .form-control { border-color: #fff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-success .input-group-addon { color: #fff; background-color: #11BD74; border-color: #fff; }
.has-success .form-control-feedback { color: #fff; }

.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: #fff; }
.has-warning .form-control { border-color: #fff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-warning .input-group-addon { color: #fff; background-color: #E48118; border-color: #fff; }
.has-warning .form-control-feedback { color: #fff; }

.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: #fff; }
.has-error .form-control { border-color: #fff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-error .input-group-addon { color: #fff; background-color: #EE3430; border-color: #fff; }
.has-error .form-control-feedback { color: #fff; }

.has-feedback label ~ .form-control-feedback { top: 26px; }
.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #a6a6a6; }

@media (min-width: 480px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 1; margin-top: 0; margin-bottom: 0; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 22px; }
.form-horizontal .form-group { margin-right: 0; margin-left: 0; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after { display: table; content: " "; }
.form-horizontal .form-group:after { clear: both; }
@media (min-width: 480px) { .form-horizontal .control-label { padding-top: 1; margin-bottom: 0; text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback { right: 0; }
@media (min-width: 480px) { .form-horizontal .form-group-lg .control-label { padding-top: 1; font-size: 16px; } }
@media (min-width: 480px) { .form-horizontal .form-group-sm .control-label { padding-top: 1; font-size: 14px; } }

@-ms-viewport { width: device-width; }
.visible-xs { display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 479px) { .hidden-xs { display: none !important; } }
@media (min-width: 480px) and (max-width: 779px) { .hidden-sm { display: none !important; } }
@media (min-width: 780px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg { display: none !important; } }
.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table !important; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }
.visible-print-block { display: none !important; }
@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }
@media print { .visible-print-inline { display: inline !important; } }

.visible-print-inline-block { display: none !important; }
@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }
font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+1F00-1FFF; }
/* greek */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format("woff2"); font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+1F00-1FFF; }
/* greek */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2"); font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+1F00-1FFF; }
/* greek */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format("woff2"); font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/** Typography Elements */
.the-h1 { font-size: 3.21429em; }

.the-h2 { font-size: 2.64286em; }

.the-h3 { font-size: 2.21429em; }

.the-h4 { font-size: 14px; font-weight: 800; }

.the-h5 { font-size: 14px; font-weight: 600; }

.the-h6 { font-size: 14px; }

.icon { display: block; text-align: center; }
.icon:before { content: " "; display: inline-block; }

figure { margin: 0; }

/** POPUP CLOSE Elements */
.popup-close--element { border: solid 1px #000; height: 50px; padding: 9px 9px !important; width: 50px; cursor: pointer; background: #000; z-index: 2; overflow: hidden; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; filter: alpha(opacity=90); opacity: 0.9; }
.popup-close--element:hover { background: #fff; }
.popup-close--element .icon { width: 30px; height: 30px; vertical-align: middle; display: inline-block; color: #898989; background-position: 3px 3px; }
.popup-close--element .text { display: none; vertical-align: middle; color: #898989; line-height: 1em; font-weight: 600; text-transform: capitalize; }
@media (min-width: 480px) { .popup-close--element { width: 105px; }
  .popup-close--element .icon { margin-right: 3px; }
  .popup-close--element .text { display: inline-block; } }

.post-box { margin-bottom: 20px; position: relative; }
.post-box:before { content: " "; display: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #f9f9f9; z-index: -1; }
.post-box .post-data { padding: 20px; min-height: 95px; background: #f1f1f1; }
.post-box .post-data .the-title { font-size: 20px; line-height: 1.2em; color: #666; margin: 0 0 10px; font-weight: 600; color: #666; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.post-box .post-data a { color: inherit; }
.post-box .post-data .the-excerpt { margin-top: 10px; font-size: 14px; }
.post-box .post-data .wp-content { word-break: break-all; }
@media (min-width: 480px) { .post-box .post-data .the-title { font-size: 20px; } }

/*  Created on : Aug 18, 2014, 5:02:41 PM Author     : Deni Tri Hartanto
*/
html.object-fit .wp-content .binus-gallery .gallery-item .image-box > img { object-fit: cover; width: 100%; height: 100%; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); top: 0; left: 0; }

/* purgecss start ignore */
.wp-content { word-break: break-word; }
.wp-content iframe { max-width: 100%; }
.wp-content a { text-decoration: underline; color: #D8127D; }
.wp-content a.btn { text-decoration: none; }
.wp-content p { font-family: inherit; margin: 0 0 1.71429em; }
.wp-content p:last-child { margin-bottom: 0; }
.wp-content blockquote { color: #D8127D; padding: 0 20px; font-style: italic; margin-bottom: 1.71429em; clear: both; }
.wp-content strong, .wp-content b { font-weight: 800; }
.wp-content img { max-width: 100%; height: auto; display: block; }
.wp-content em { font-style: italic; }
.wp-content .wp-caption { position: relative; max-width: 100%; }
.wp-content .wp-caption .wp-caption-text { font-size: 0.85714em; color: #919191; font-style: italic; margin: 5px 0 10px; text-align: center; }
.wp-content .aligncenter { margin-left: auto; margin-right: auto; clear: both; }
.wp-content .alignnone { margin-left: 0; margin-right: 0; }
.wp-content .alignleft { float: left; margin-right: 10px; }
.wp-content .alignright { float: right; margin-left: 10px; }
.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6 { margin-top: 0; padding-top: 10px; margin-bottom: 24px; font-weight: 600; line-height: 1.1em; color: #4d4d4d; clear: both; }
.wp-content h1:first-child, .wp-content h2:first-child, .wp-content h3:first-child, .wp-content h4:first-child, .wp-content h5:first-child, .wp-content h6:first-child { padding-top: 0; }
.wp-content h1, .wp-content .h1 { font-size: 2.64286em; }
.wp-content h4 { font-weight: 800; }
.wp-content h5 { font-weight: 600; }
.wp-content ul, .wp-content ol { margin: 0 15px; margin-bottom: 1.71429em; }
.wp-content ul li, .wp-content ol li { margin: 0 15px 5px; }
.wp-content ul li ul, .wp-content ul li ol, .wp-content ol li ul, .wp-content ol li ol { margin: 0 0 0 15px; }
.wp-content ul > li { position: relative; }
.wp-content ul > li:before { content: " "; display: block; width: 5px; height: 5px; position: absolute; left: -15px; top: 9px; background: #D8127D; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.wp-content ol { list-style-type: decimal; }
.wp-content embed { max-width: 100%; height: auto; }
.wp-content .binus-gallery { width: 100%; margin-bottom: 24px; }
.wp-content .binus-gallery .gallery-item { padding: 1px; max-width: 320px; margin: 0 auto; float: none; }
@media (min-width: 480px) { .wp-content .binus-gallery .gallery-item { margin: 0; float: left; max-width: none; } }
.wp-content .tiled-gallery { clear: both; margin: 0 auto 1.71429em; overflow: hidden; max-width: 100%; width: 600px; }
.wp-content .tiled-gallery.type-rectangular .gallery-group { float: left; position: relative; }
.wp-content .tiled-gallery.type-rectangular .gallery-row { overflow: hidden; margin: 0 auto 2px; max-width: 100%; }
@media (max-width: 479px) { .wp-content .tiled-gallery.type-rectangular .tiled-gallery-item { float: none; margin: 0 auto; }
  .wp-content .tiled-gallery.type-rectangular .gallery-group { float: none; margin: 0 auto; }
  .wp-content .tiled-gallery.type-rectangular .gallery-row { overflow: visible; height: auto !important; } }
.wp-content .tiled-gallery.type-grid .tiled-gallery-item { width: 199px; height: 132px; }
@media (max-width: 479px) { .wp-content .tiled-gallery.type-grid .tiled-gallery-item { float: none; margin: 0 auto 10px; } }
.wp-content .tiled-gallery img { margin: 2px !important; max-width: 100%; }
.wp-content .tiled-gallery .tiled-gallery-item { float: left; margin: 0; position: relative; overflow: hidden; width: inherit; /* prevents ie8 bug with inline width styles */ max-width: 100%; }
.wp-content .tiled-gallery .tiled-gallery-item a { /* Needs to reset some properties for theme compatibility */ background: transparent; border: none; color: none; margin: 0; padding: 0; text-decoration: none; width: auto; }
.wp-content .tiled-gallery .tiled-gallery-item img, .wp-content .tiled-gallery .tiled-gallery-item img:hover { /* Needs to reset some properties for theme compatibility */ background: none; border: none; box-shadow: none; max-width: 100%; padding: 0; vertical-align: middle; }
.wp-content .tiled-gallery .tiled-gallery-caption { display: none; }
.wp-content table { display: table; width: 100%; margin: 0 0 24px; background: #f5f5f5; table-layout: auto; }
.wp-content table th { font-weight: 800; border: solid 1px #c9c9c9; padding: 10px; width: auto; }
.wp-content table td { border: solid 1px #c9c9c9; white-space: normal; padding: 10px; width: auto; }
.wp-content table thead td, .wp-content table thead th { font-weight: 800; }
.wp-content table p { margin: 0; }
.wp-content img.wp-smiley { box-shadow: none; background: transparent; }
.wp-content dl:before, .wp-content dl:after { display: table; content: " "; }
.wp-content dl:after { clear: both; }
.wp-content dl dt { padding-top: 4px; float: left; width: 20%; clear: left; color: #D8127D; font-size: 12px; line-height: 15px; }
.wp-content dl dd { float: left; width: 70%; padding-left: 10px; margin-bottom: 20px; }
@media (max-width: 479px) { .wp-content dl dt { float: none; width: 100%; }
  .wp-content dl dd { float: none; width: 100%; padding-left: 0; } }
.wp-content address { border: solid 1px #c9c9c9; padding: 5px 10px; font-style: italic; text-align: right; }
.wp-content abbr { font-style: italic; font-weight: 600; }
.wp-content big { font-weight: 800; }
.wp-content cite { font-style: italic; font-weight: 200; }
.wp-content code { white-space: pre-wrap; background: none; word-break: break-word; }
.wp-content code br { display: none; }
.wp-content pre { white-space: pre-line; }
.wp-content q { display: inline-block; font-style: italic; }
.wp-content q:before { content: '"'; }
.wp-content q:after { content: '"'; }
.wp-content sub { vertical-align: super; font-size: 0.71429em; display: inline-block; margin: 0 1px; }
.wp-content sup { vertical-align: sub; font-size: 0.71429em; display: inline-block; margin: 0 1px; }
.wp-content var { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
.wp-content .twitter-tweet { margin: 0 auto; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
.wp-content:before, .wp-content:after { display: table; content: " "; }
.wp-content:after { clear: both; }
.wp-content.main-read { width: 640px; margin: 0 auto; max-width: 100%; }

/* purgecss end ignore */
.view-all { text-align: center; color: #666; display: block; text-transform: uppercase; font-size: 12px; line-height: 12px; text-decoration: none !important; }
.view-all a { text-decoration: none !important; color: inherit; }

.btn { text-transform: uppercase; font-size: 12px; padding: 12px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; font-weight: 800; }
.btn:focus, .btn.focus { outline: none !important; box-shadow: none !important; }
.btn.btn-primary { *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD8127D', endColorstr='#FFC0106F'); background-image: -owg-linear-gradient(top, #D8127D 0%, #c0106f 99%); background-image: -webkit-linear-gradient(top, #D8127D 0%, #c0106f 99%); background-image: -moz-linear-gradient(top, #D8127D 0%, #c0106f 99%); background-image: -o-linear-gradient(top, #D8127D 0%, #c0106f 99%); background-image: linear-gradient(top, #D8127D 0%, #c0106f 99%); color: #fff; cursor: pointer; border-color: #D8127D; }
.btn.btn-primary:focus, .btn.btn-primary.focus { border-color: transparent; }
.btn.btn-primary:hover { border-color: #a90e62; background: #910c54; }
.btn.btn-primary:active { border-color: #880b4f; background: #880b4f; }
.btn.btn-info { color: #fff; }
.btn.btn-square { border-radius: 0; }
.btn.btn-transparent { background: none !important; color: #fff; border-color: #fff; }
.btn.btn-reverse { background: #fff; }
.btn.btn-reverse.btn-default { color: #fff; border-color: #fff; }
.btn.btn-reverse.btn-primary { color: #D8127D; border-color: #D8127D; }
.btn.btn-reverse.btn-success { color: #fff; border-color: #fff; }
.btn.btn-reverse.btn-info { color: #fff; border-color: #fff; }
.btn.btn-reverse.btn-warning { color: #E48118; border-color: #E48118; }
.btn.btn-reverse.btn-danger { color: #fff; border-color: #fff; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.block-header .the-h3 { word-break: break-word; text-transform: uppercase; font-weight: 400; margin-top: 0; }

.block-header.type-3 { text-align: center; }
.block-header.type-3 .title-1 { font-family: 'Playfair Display', serif; font-size: 31px; color: #51a3e2; text-transform: uppercase; font-weight: bold; text-align: center; line-height: 44px; }
.block-header.type-3 .block-header-3-separator { margin: 0 auto; width: 80px; height: 9px; }

.block-header.type-2 { text-align: center; padding: 0 0; margin-bottom: 25px; }
.block-header.type-2 .the-icon { display: block; }
.block-header.type-2 .the-icon .svg { display: block; margin: 0 auto 20px; width: 80px; height: 80px; }
.block-header.type-2 .the-h3 { text-transform: uppercase; margin: 0; position: relative; }
.block-header.type-2 .the-h3:after { content: " "; border-bottom: solid 1px #c9c9c9; width: 20px; display: block; margin: 0 auto; padding: 15px 0 0; }
.block-header.type-2 .view-all { margin: 10px auto 0; text-align: right; }
@media (min-width: 479px) { .block-header.type-2 .the-h1 { padding: 0 50px; }
  .block-header.type-2 .view-all { position: absolute; bottom: 18px; right: 10px; } }

.block-header.type-1 { text-align: center; padding: 0; margin-bottom: 25px; }
.block-header.type-1 .icon-marker + * { height: 80px; width: 80px; margin-bottom: 10px; }
.block-header.type-1 .the-h1 { margin: 0; }
.block-header.type-1 .block-description { color: #666; font-size: 1em; margin: 0 auto; font-weight: 200; max-width: 640px; }
@media (min-width: 480px) { .block-header.type-1 { margin-bottom: 50px; } }

/* purgecss start ignore */
/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
#footer { background: #424043; color: #fff; padding: 30px 0; text-align: center; }
#footer .web-title { color: inherit; font-weight: 800; font-size: 18px; line-height: 20px; margin: 0; padding: 0 0 8px; text-transform: uppercase; }
#footer #web-socmeds { overflow: hidden; *zoom: 1; }
#footer #web-socmeds .socmed-item { display: inline-block; padding: 0 8px; }
#footer #web-socmeds .the-icon svg { width: 24px; height: 24px; }
#footer #footer-web-address .say-hi { display: block; font-size: 1em; line-height: 1em; margin-bottom: 3px; }
#footer #footer-web-address .send-question { display: block; font-size: 1.64286em; line-height: 1em; margin-bottom: 16px; }
#footer #footer-web-address .wp-content { font-size: 14px; max-width: 640px; margin-bottom: 16px; }
#footer .company-name { text-transform: uppercase; font-size: 14px; line-height: 14px; font-weight: 600; margin: 30px 0 10px; }
#footer .copyright { font-size: 10px; margin: 0; }
#footer .glance-container { top: -80px; left: 15px; }
#footer .glance-container .glance-control > a { width: 97px !important; }
@media (min-width: 779px) { #footer { text-align: left; }
  #footer .company-name { margin: 0 0 20px; }
  #footer #web-socmeds { text-align: right; } }

/* purgecss end ignore */
/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.default-image-wrapper { position: relative; display: block; background: #D8127D; }
.default-image-wrapper:before { display: block; content: " "; padding-top: 44.58333%; }
.default-image-wrapper .default-image { background: #D8127D; display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 50%; height: auto; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.component--welcome-text.type-1 { position: relative; padding: 40px 0; }
@media (min-width: 780px) { .component--welcome-text.type-1 { padding: 72px 0; } }
.component--welcome-text.type-1 .welcome-body { position: relative; z-index: 3; margin: auto; padding: 0 16px; max-width: 640px; color: #fff; }
@media (min-width: 672px) { .component--welcome-text.type-1 .welcome-body { padding: 0; } }
.component--welcome-text.type-1 .welcome-title { margin: 0; font-size: 24px; font-weight: bold; color: #fff; line-height: 1.2; text-transform: uppercase; }
@media (min-width: 780px) { .component--welcome-text.type-1 .welcome-title { font-size: 32px; line-height: 1.2; } }
.component--welcome-text.type-1 .welcome-text { margin: 16px 0 0; font-size: 15px; line-height: 1.55; }
@media (min-width: 780px) { .component--welcome-text.type-1 .welcome-text { margin: 24px 0 0; font-size: 16px; } }
.component--welcome-text.type-1 .welcome-overlay { z-index: 2; background-color: #7D6B4E; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); opacity: 0.9; }
.component--welcome-text.type-1 .welcome-background picture { display: flex; width: 100%; height: 100%; }
.component--welcome-text.type-1 .welcome-background img { display: block; width: 100%; height: 100%; font-size: 0; object-fit: cover; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.post-roll--component.type--10 { display: block; position: relative; /** Post item component. */ /** View all button. */ }
.post-roll--component.type--10 > .glance-container { top: -55px; }
.post-roll--component.type--10 .list__posts { margin: 0 -12px; }
.post-roll--component.type--10 .list__posts .post { padding: 0 12px 24px; width: 100% !important; }
@media (min-width: 640px) { .post-roll--component.type--10 .list__posts .post { width: 33.33% !important; } }
.post-roll--component.type--10 .post { display: block; }
.post-roll--component.type--10 .post .glance-container { left: 0; margin-left: 0; }
.post-roll--component.type--10 .post .post__card { display: block; position: relative; overflow: hidden; background: #fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }
.post-roll--component.type--10 .post .post__thumbnail { display: block; position: relative; background-color: #D8127D; }
.post-roll--component.type--10 .post .post__thumbnail .thumbnail__image { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; }
.post-roll--component.type--10 .post .post__thumbnail .thumbnail__default { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; }
.post-roll--component.type--10 .post .post__thumbnail .thumbnail__ratio { display: block; padding-top: 44.50%; }
.post-roll--component.type--10 .post .post__detail { display: block; padding: 16px; height: 100px; overflow: hidden; }
.post-roll--component.type--10 .post .post__title { display: block; display: -webkit-box; margin: 0; max-height: 42px; overflow: hidden; font-size: 15px; font-weight: bold; line-height: 1.4; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.post-roll--component.type--10 .post .post__date { display: block; margin: 8px 0 0; font-size: 13px; color: #919191; line-height: 1.4; }
.post-roll--component.type--10 .post .post__permalink { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; }
.post-roll--component.type--10 .post-roll__view-all { display: block; margin-top: 8px; }
.post-roll--component.type--10 .post-roll__view-all a { display: inline-block; padding: 8px 0; font-size: 14px; color: #D8127D; text-transform: none; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.post-roll--component.type--13 { display: block; position: relative; }
.post-roll--component.type--13 > .glance-container { top: -55px; }
.post-roll--component.type--13 .post { display: block; margin-bottom: 16px; }
.post-roll--component.type--13 .post .glance-container { left: 0; margin-left: 0; }
.post-roll--component.type--13 .post .post__card { display: block; position: relative; overflow: hidden; background-color: #fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2); }
.post-roll--component.type--13 .post .post__thumbnail { display: block; position: relative; width: 120px; }
.post-roll--component.type--13 .post .post__thumbnail .thumbnail__image { background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; }
.post-roll--component.type--13 .post .post__thumbnail .thumbnail__default { background-color: #D8127D; background-position: center; background-repeat: no-repeat; background-size: 70%; }
.post-roll--component.type--13 .post .post__thumbnail .thumbnail__ratio { display: block; padding-top: 100%; }
.post-roll--component.type--13 .post .post__detail { display: block; padding: 24px; }
.post-roll--component.type--13 .post .post__title { margin: 0 0 8px; max-height: 44px; font-size: 16px; font-weight: normal; line-height: 1.4; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #666; }
.post-roll--component.type--13 .post .post__date { display: block; margin: 0; font-size: 13px; color: #919191; line-height: 1.3; }
.post-roll--component.type--13 .post .post__permalink { z-index: 2; }
.post-roll--component.type--13 .view-all__posts { display: block; text-align: center; }
.post-roll--component.type--13 .view-all__posts a { display: inline-block; padding: 8px 0; font-size: 14px; color: #D8127D; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.post-roll--component.type--23 { display: block; position: relative; }
.post-roll--component.type--23 > .glance-container { top: -55px; }
.post-roll--component.type--23 .list__posts { margin: 0 -12px; }
.post-roll--component.type--23 .list__posts .post { vertical-align: top; margin: 0 auto; max-width: 344px; width: 100%; white-space: normal; border-radius: 6px; }
.post-roll--component.type--23 .list__posts .post:hover .post__detail { height: 100%; }
.post-roll--component.type--23 .list__posts .post:hover .post__thumbnail .thumbnail__content:before { height: 100%; background: #000; }
.post-roll--component.type--23 .list__posts .post .glance-container { left: 0; margin-left: 0; }
.post-roll--component.type--23 .list__posts .post .post__card { display: block; position: relative; height: 100%; }
.post-roll--component.type--23 .list__posts .post .post__thumbnail { display: block; position: relative; margin: 0 !important; }
.post-roll--component.type--23 .list__posts .post .post__thumbnail .thumbnail__content { z-index: 2; overflow: hidden; }
.post-roll--component.type--23 .list__posts .post .post__thumbnail .thumbnail__content:before { content: " "; display: block; background-image: linear-gradient(180deg, transparent 0%, #000000 100%); position: absolute; left: 0; right: 0; bottom: 0; opacity: 0.8; height: 70px; -webkit-transition: height 0.2s; -moz-transition: height 0.2s; -o-transition: height 0.2s; transition: height 0.2s; }
.post-roll--component.type--23 .list__posts .post .post__thumbnail .thumbnail__content .table-layout { position: relative; z-index: 2; }
.post-roll--component.type--23 .list__posts .post .post__detail { display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 65px; padding: 0 14px; -webkit-transition: height 0.5s; -moz-transition: height 0.5s; -o-transition: height 0.5s; transition: height 0.5s; }
.post-roll--component.type--23 .list__posts .post .post__title { text-align: center; font-size: 18px; line-height: 1.2em; font-weight: 600; padding: 14px 0; color: #fff; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0 0 10px; height: 56px; }
.post-roll--component.type--23 .list__posts .post .post__excerpt { font-weight: 200; font-size: 16px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.post-roll--component.type--23 .list__posts .post .post__permalink { z-index: 3; }
.post-roll--component.type--23 .list__posts .post.archive-link .post__detail { height: 100%; }
.post-roll--component.type--23 .list__posts .post.archive-link .post__title { display: flex; height: 100%; max-height: none; align-items: center; justify-content: center; }
.post-roll--component.type--23 .list__posts .post.archive-link .post__thumbnail .thumbnail__content:before { background-image: linear-gradient(135deg, #1B9AD7 0%, #88388F 100%); height: 100%; }
.post-roll--component.type--23 .wp-pagination-wrapper { margin-top: 24px; }
@media (min-width: 480px) { .post-roll--component.type--23 .list__posts { display: grid; grid-gap: 1px; grid-template-columns: 50% 50%; }
  .post-roll--component.type--23 .list__posts .post { max-width: none; margin-left: 0; margin-right: 0; } }
@media (min-width: 780px) { .post-roll--component.type--23 .list__posts { grid-template-columns: 33% 33% 33%; grid-auto-flow: row; }
  .post-roll--component.type--23 .list__posts .post.archive-link { grid-column: 3; grid-row: 1/3; }
  .post-roll--component.type--23 .list__posts .post.archive-link .post__thumbnail { height: 100%; } }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.component--grid.type-1 { position: relative; }
.component--grid.type-1 .grid-row { display: flex; flex-wrap: wrap; }
@media (min-width: 780px) { .component--grid.type-1 .grid-row { flex-wrap: nowrap; } }
@media (min-width: 780px) { .component--grid.type-1 .grid-wrapper { width: 100%; max-width: 600px; } }
.component--grid.type-1 .grid-column { padding: 40px 32px; width: 100%; }
@media (min-width: 780px) { .component--grid.type-1 .grid-column { width: 50%; } }
@media (min-width: 780px) { .component--grid.type-1 .grid-column.column-left .grid-wrapper { float: right; } }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.binus-campus.type-one { color: #fff; background: #333; position: relative; background-size: cover; background-position: 50% 50%; background-attachment: fixed; }
.binus-campus.type-one:before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: " "; display: block; background: #000; opacity: 0.7; }
.binus-campus.type-one .the-campus-parts { max-width: 1230px; margin: 0 auto; position: relative; z-index: 2; }
.binus-campus.type-one .campus-part { padding: 30px 0; margin: 0 15px; text-align: center; }
.binus-campus.type-one .the-campus-ilustration .image-box { margin: 0 auto; background: none; width: 170px; }
.binus-campus.type-one .the-campus-name { font-weight: 600; font-size: 24px; letter-spacing: 0; text-align: center; line-height: 32px; border-bottom: solid 1px #fff; border-top: solid 1px #fff; }
.binus-campus.type-one .the-campus-address { font-size: 16px; letter-spacing: 0; line-height: 24px; }
@media (min-width: 780px) { .binus-campus.type-one { padding: 80px 0; }
  .binus-campus.type-one .the-campus-parts { display: table; width: 100%; }
  .binus-campus.type-one .the-campus-ilustration { position: relative; }
  .binus-campus.type-one .the-campus-ilustration .image-box { position: absolute; top: 50%; left: 50%; margin-top: -85px; margin-left: -85px; }
  .binus-campus.type-one .campus-part { width: 33.3%; padding: 0 30px; position: relative; display: table-cell; vertical-align: middle; text-align: left; }
  .binus-campus.type-one .campus-part:first-child { border-left: none; }
  .binus-campus.type-one .the-campus-name { border: none; border-left: solid 1px #fff; border-right: solid 1px #fff; } }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.component--team-static.type-1 .team-image { display: block; margin: 0 auto; max-width: 800px; }
.component--team-static.type-1 .team-image picture { display: block; }
.component--team-static.type-1 .team-image img { display: block; max-width: 100%; height: auto; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.generic-container.full-screen .C--quotes.type--1 { padding-left: 15px; padding-right: 15px; }

.C--quotes.type--1 { display: block; position: relative; padding: 64px 0; background-color: #D8127D; background-size: cover; background-position: top center; }
.C--quotes.type--1 .quotes__wrapper { display: block; position: relative; z-index: 2; margin: auto; text-align: center; }
.C--quotes.type--1 .quotes__tagline { display: block; font-size: 24px; font-weight: bold; font-style: italic; color: #fff; line-height: 1.4; }
.C--quotes.type--1 .quotes__author { display: block; margin: 24px 0 0; font-size: 16px; color: #fff; line-height: 1.6; }
.C--quotes.type--1 .quotes__overlay { background-color: rgba(0, 0, 0, 0.8); }

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.fancybox-container .fancybox-close-small { top: -44px; }
.fancybox-container .fancybox-caption-wrap { display: none; }

/** Generic Container */
.fancybox-slide { padding: 0; }
.fancybox-slide > * { padding: 0; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.ui-datepicker .ui-datepicker-header { background: #fff; }
.ui-datepicker .ui-datepicker-title { color: #51A3E2; }
.ui-datepicker .ui-state-active { background: #51A3E2; color: #fff; }
.ui-datepicker .ui-datepicker-month { background: none; border: none; }
.ui-datepicker .ui-datepicker-year { background: none; border: none; }
.ui-datepicker .ui-datepicker-next-hover { top: 2px !important; right: 2px  !important; }

.ui-widget { font-family: "Open Sans"; font-size: 1em; }
.ui-widget.ui-dialog { z-index: 9991; }

.ui-widget .ui-widget { font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Open Sans"; font-size: 1em; }

.ui-widget.ui-widget-content { border: 1px solid #c9c9c9; }

.ui-widget-content { border: 1px solid #c9c9c9; background: #ffffff; color: #444446; }

.ui-widget-content a { color: #444446; }

.ui-widget-header { border: 1px solid #c9c9c9; background: #51A3E2; color: #FFF; font-weight: bold; }

.ui-widget-header a { color: #FFF; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { border: 1px solid #c9c9c9; background: #ffffff; font-weight: normal; color: #5e5e5e; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button { color: #5e5e5e; text-decoration: none; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus { color: #fff; text-decoration: none; }

.ui-visual-focus { box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { border: 1px solid #51A3E2; background: #51A3E2; font-weight: normal; color: #ffffff; }

.ui-icon-background, .ui-state-active .ui-icon-background { border: #51A3E2; background-color: #ffffff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #E48118; background: #E48118; color: #444446; }

.ui-state-checked { border: 1px solid #E48118; background: #E48118; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #444446; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #EE3430; background: #EE3430; color: #ffffff; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter: Alpha(Opacity=70); /* support: IE8 */ font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter: Alpha(Opacity=35); /* support: IE8 */ background-image: none; }

.ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; background-size: 16px 16px; background-position: 0 0; }

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }

.ui-icon-caret-1-n { background-position: 0 0; }

.ui-icon-caret-1-ne { background-position: -16px 0; }

.ui-icon-caret-1-e { background-position: -32px 0; }

.ui-icon-caret-1-se { background-position: -48px 0; }

.ui-icon-caret-1-s { background-position: -65px 0; }

.ui-icon-caret-1-sw { background-position: -80px 0; }

.ui-icon-caret-1-w { background-position: -96px 0; }

.ui-icon-caret-1-nw { background-position: -112px 0; }

.ui-icon-caret-2-n-s { background-position: -128px 0; }

.ui-icon-caret-2-e-w { background-position: -144px 0; }

.ui-icon-triangle-1-n { background-position: 0 -16px; }

.ui-icon-triangle-1-ne { background-position: -16px -16px; }

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-se { background-position: -48px -16px; }

.ui-icon-triangle-1-s { background-position: -65px -16px; }

.ui-icon-triangle-1-sw { background-position: -80px -16px; }

.ui-icon-triangle-1-w { background-position: -96px -16px; }

.ui-icon-triangle-1-nw { background-position: -112px -16px; }

.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.ui-icon-arrow-1-n { background-position: 0 -32px; }

.ui-icon-arrow-1-ne { background-position: -16px -32px; }

.ui-icon-arrow-1-e { background-position: -32px -32px; }

.ui-icon-arrow-1-se { background-position: -48px -32px; }

.ui-icon-arrow-1-s { background-position: -65px -32px; }

.ui-icon-arrow-1-sw { background-position: -80px -32px; }

.ui-icon-arrow-1-w { background-position: -96px -32px; }

.ui-icon-arrow-1-nw { background-position: -112px -32px; }

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

.ui-icon-arrowthick-1-n { background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

.ui-icon-arrow-4 { background-position: 0 -80px; }

.ui-icon-arrow-4-diag { background-position: -16px -80px; }

.ui-icon-extlink { background-position: -32px -80px; }

.ui-icon-newwin { background-position: -48px -80px; }

.ui-icon-refresh { background-position: -64px -80px; }

.ui-icon-shuffle { background-position: -80px -80px; }

.ui-icon-transfer-e-w { background-position: -96px -80px; }

.ui-icon-transferthick-e-w { background-position: -112px -80px; }

.ui-icon-folder-collapsed { background-position: 0 -96px; }

.ui-icon-folder-open { background-position: -16px -96px; }

.ui-icon-document { background-position: -32px -96px; }

.ui-icon-document-b { background-position: -48px -96px; }

.ui-icon-note { background-position: -64px -96px; }

.ui-icon-mail-closed { background-position: -80px -96px; }

.ui-icon-mail-open { background-position: -96px -96px; }

.ui-icon-suitcase { background-position: -112px -96px; }

.ui-icon-comment { background-position: -128px -96px; }

.ui-icon-person { background-position: -144px -96px; }

.ui-icon-print { background-position: -160px -96px; }

.ui-icon-trash { background-position: -176px -96px; }

.ui-icon-locked { background-position: -192px -96px; }

.ui-icon-unlocked { background-position: -208px -96px; }

.ui-icon-bookmark { background-position: -224px -96px; }

.ui-icon-tag { background-position: -240px -96px; }

.ui-icon-home { background-position: 0 -112px; }

.ui-icon-flag { background-position: -16px -112px; }

.ui-icon-calendar { background-position: -32px -112px; }

.ui-icon-cart { background-position: -48px -112px; }

.ui-icon-pencil { background-position: -64px -112px; }

.ui-icon-clock { background-position: -80px -112px; }

.ui-icon-disk { background-position: -96px -112px; }

.ui-icon-calculator { background-position: -112px -112px; }

.ui-icon-zoomin { background-position: -128px -112px; }

.ui-icon-zoomout { background-position: -144px -112px; }

.ui-icon-search { background-position: -160px -112px; }

.ui-icon-wrench { background-position: -176px -112px; }

.ui-icon-gear { background-position: -192px -112px; }

.ui-icon-heart { background-position: -208px -112px; }

.ui-icon-star { background-position: -224px -112px; }

.ui-icon-link { background-position: -240px -112px; }

.ui-icon-cancel { background-position: 0 -128px; }

.ui-icon-plus { background-position: -16px -128px; }

.ui-icon-plusthick { background-position: -32px -128px; }

.ui-icon-minus { background-position: -48px -128px; }

.ui-icon-minusthick { background-position: -64px -128px; }

.ui-icon-close { background-position: -80px -128px; }

.ui-icon-closethick { background-image: url("../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/close.svg"); }

.ui-icon-key { background-position: -112px -128px; }

.ui-icon-lightbulb { background-position: -128px -128px; }

.ui-icon-scissors { background-position: -144px -128px; }

.ui-icon-clipboard { background-position: -160px -128px; }

.ui-icon-copy { background-position: -176px -128px; }

.ui-icon-contact { background-position: -192px -128px; }

.ui-icon-image { background-position: -208px -128px; }

.ui-icon-video { background-position: -224px -128px; }

.ui-icon-script { background-position: -240px -128px; }

.ui-icon-alert { background-position: 0 -144px; }

.ui-icon-info { background-position: -16px -144px; }

.ui-icon-notice { background-position: -32px -144px; }

.ui-icon-help { background-position: -48px -144px; }

.ui-icon-check { background-position: -64px -144px; }

.ui-icon-bullet { background-position: -80px -144px; }

.ui-icon-radio-on { background-position: -96px -144px; }

.ui-icon-radio-off { background-position: -112px -144px; }

.ui-icon-pin-w { background-position: -128px -144px; }

.ui-icon-pin-s { background-position: -144px -144px; }

.ui-icon-play { background-position: 0 -160px; }

.ui-icon-pause { background-position: -16px -160px; }

.ui-icon-seek-next { background-position: -32px -160px; }

.ui-icon-seek-prev { background-position: -48px -160px; }

.ui-icon-seek-end { background-position: -64px -160px; }

.ui-icon-seek-start { background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }

.ui-icon-stop { background-position: -96px -160px; }

.ui-icon-eject { background-position: -112px -160px; }

.ui-icon-volume-off { background-position: -128px -160px; }

.ui-icon-volume-on { background-position: -144px -160px; }

.ui-icon-power { background-position: 0 -176px; }

.ui-icon-signal-diag { background-position: -16px -176px; }

.ui-icon-signal { background-position: -32px -176px; }

.ui-icon-battery-0 { background-position: -48px -176px; }

.ui-icon-battery-1 { background-position: -64px -176px; }

.ui-icon-battery-2 { background-position: -80px -176px; }

.ui-icon-battery-3 { background-position: -96px -176px; }

.ui-icon-circle-plus { background-position: 0 -192px; }

.ui-icon-circle-minus { background-position: -16px -192px; }

.ui-icon-circle-close { background-position: -32px -192px; }

.ui-icon-circle-triangle-e { background-image: url("../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/arrow-right.svg"); }

.ui-icon-circle-triangle-s { background-image: url("../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/arrow-down.svg"); }

.ui-icon-circle-triangle-w { background-image: url("../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/arrow-left.svg"); }

.ui-icon-circle-triangle-n { background-image: url("../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/arrow-up.svg"); }

.ui-icon-circle-arrow-e { background-image: url("../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/arrow-right.svg"); }

.ui-icon-circle-arrow-s { background-image: url("../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/arrow-down.svg"); }

.ui-icon-circle-arrow-w { background-image: url("../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/arrow-left.svg"); }

.ui-icon-circle-arrow-n { background-image: url("../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/arrow-up.svg"); }

.ui-icon-circle-zoomin { background-position: -176px -192px; }

.ui-icon-circle-zoomout { background-position: -192px -192px; }

.ui-icon-circle-check { background-position: -208px -192px; }

.ui-icon-circlesmall-plus { background-position: 0 -208px; }

.ui-icon-circlesmall-minus { background-position: -16px -208px; }

.ui-icon-circlesmall-close { background-position: -32px -208px; }

.ui-icon-squaresmall-plus { background-position: -48px -208px; }

.ui-icon-squaresmall-minus { background-position: -64px -208px; }

.ui-icon-squaresmall-close { background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 0; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 0; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 0; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay { background: #333; opacity: .7; filter: Alpha(Opacity=70); /* support: IE8 */ z-index: 9991; }

.ui-widget-shadow { -webkit-box-shadow: 0px 0px 5px #c9c9c9; box-shadow: 0px 0px 5px #c9c9c9; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.component--video-youtube.type-1 { position: relative; }
.component--video-youtube.type-1 > .glance-container { top: -55px; left: 50%; margin-left: -20px; }
.component--video-youtube.type-1 .video-wrapper { position: relative; }
.component--video-youtube.type-1 .video-carousel { overflow: hidden; }
.component--video-youtube.type-1 .video-list { display: flex; flex-wrap: nowrap; margin: 0; width: 100% !important; max-width: 100%; align-items: flex-end; }
@media (min-width: 780px) { .component--video-youtube.type-1 .video-list { margin: 0 -4px 0 -12.5%; } }
.component--video-youtube.type-1 .video-list .video { flex: none; width: 100%; }
@media (min-width: 780px) { .component--video-youtube.type-1 .video-list .video { padding: 0 4px; width: 25%; -webkit-transition: width .3s; transition: width .3s; }
  .component--video-youtube.type-1 .video-list .video.-is-active { width: 50%; } }
.component--video-youtube.type-1 .video-view-all { margin: 24px 0 0; }
.component--video-youtube.type-1 .video-view-all a { font-size: 14px; text-transform: initial; }
.component--video-youtube.type-1 .video .video-featured { display: block; position: relative; padding-top: 56.25%; padding-bottom: 25px; }
.component--video-youtube.type-1 .video .video-featured .glance-container { z-index: 4; }
.component--video-youtube.type-1 .video .video-featured picture { display: flex; }
.component--video-youtube.type-1 .video .video-featured img { display: block; width: 100%; height: 100%; object-fit: cover; }
.component--video-youtube.type-1 .video .video-overlay { z-index: 2; background-color: rgba(0, 0, 0, 0.7); }
.component--video-youtube.type-1 .video .video-link { display: none; z-index: 2; -webkit-transition: opacity .3s; transition: opacity .3s; }
.component--video-youtube.type-1 .video .video-link .link-wrap { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.component--video-youtube.type-1 .video .video-link .link-icon { display: block; margin: auto; width: 40px; height: 40px; }
.component--video-youtube.type-1 .video .video-link .link-icon .svg { display: block; width: 40px; height: 40px; }
.component--video-youtube.type-1 .video .video-link .link-icon .svg svg { display: block; width: 100%; height: 100%; }
.component--video-youtube.type-1 .video.-is-active .video-overlay { display: none; }
.component--video-youtube.type-1 .video.-is-active .video-link { display: block; }
.component--video-youtube.type-1 .video-nav { margin-top: 32px; text-align: center; }
.component--video-youtube.type-1 .video-nav .nav-wrapper { display: inline-block; position: relative; padding: 0 64px; }
.component--video-youtube.type-1 .video-nav .nav-pager { font-size: 0; line-height: 0; text-align: center; white-space: nowrap; }
.component--video-youtube.type-1 .video-nav .nav-pager .pager-item { display: inline-block; margin: 0 5px; padding: 0; width: 8px; height: 8px; vertical-align: middle; background-color: #c9c9c9; border: 0; outline: 0; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; cursor: pointer; }
.component--video-youtube.type-1 .video-nav .nav-pager .pager-item.-is-active { background-color: #E48118; }
.component--video-youtube.type-1 .video-nav .nav-button-wrap { position: absolute; top: 50%; left: 0; right: 0; z-index: 1; margin-top: -16px; width: 100%; height: 0; }
.component--video-youtube.type-1 .video-nav .nav-button { display: block; margin: 0; padding: 0; width: 32px; height: 32px; line-height: 32px; text-align: center; overflow: hidden; border: 1px solid #c9c9c9; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; cursor: pointer; -webkit-transition: opacity .2s; transition: opacity .2s; }
.component--video-youtube.type-1 .video-nav .nav-button.nav-prev { float: left; }
.component--video-youtube.type-1 .video-nav .nav-button.nav-next { float: right; }
.component--video-youtube.type-1 .video-nav .nav-button.-is-disabled { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.component--video-youtube.type-1 .video-nav .nav-button .svg { display: block; }
.component--video-youtube.type-1 .video-nav .nav-button .svg svg { margin: auto; width: 8px; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.component--portfolio.type-1 .portfolio-wrapper-top .container { position: relative; }
.component--portfolio.type-1 .portfolio-wrapper-top .container > .glance-container { margin-top: -55px; }
.component--portfolio.type-1 .portfolio-headline { margin: auto; max-width: 960px; }
.component--portfolio.type-1 .portfolio-headline .headline-row { display: flex; flex-wrap: wrap; flex-direction: column-reverse; }
@media (min-width: 780px) { .component--portfolio.type-1 .portfolio-headline .headline-row { flex-wrap: nowrap; flex-direction: initial; } }
.component--portfolio.type-1 .portfolio-headline .headline-detail { position: relative; width: 100%; }
.component--portfolio.type-1 .portfolio-headline .headline-detail > .glance-container { margin-top: -55px; }
@media (min-width: 780px) { .component--portfolio.type-1 .portfolio-headline .headline-detail { padding-right: 80px; width: 55%; } }
.component--portfolio.type-1 .portfolio-headline .headline-title { margin: 0; font-size: 24px; font-weight: bold; color: #867A6A; line-height: 1.3; }
@media (min-width: 780px) { .component--portfolio.type-1 .portfolio-headline .headline-title { font-size: 30px; line-height: 1.2; } }
.component--portfolio.type-1 .portfolio-headline .headline-excerpt { margin: 12px 0 0; }
.component--portfolio.type-1 .portfolio-headline .headline-author { margin: 20px 0 0; }
.component--portfolio.type-1 .portfolio-headline .headline-author .author-name { margin: 0; font-size: 17px; font-weight: bold; line-height: 1.3; }
@media (min-width: 780px) { .component--portfolio.type-1 .portfolio-headline .headline-author .author-name { font-size: 20px; } }
.component--portfolio.type-1 .portfolio-headline .headline-author .author-meta { display: block; margin: 4px 0 0; font-size: 13px; color: #919191; line-height: 1.4; }
.component--portfolio.type-1 .portfolio-headline .headline-featured { margin-bottom: 24px; width: 100%; }
@media (min-width: 780px) { .component--portfolio.type-1 .portfolio-headline .headline-featured { width: 45%; } }
.component--portfolio.type-1 .portfolio-headline .headline-featured .featured { display: block; position: relative; padding-top: 100%; }
.component--portfolio.type-1 .portfolio-headline .headline-featured .featured picture { display: flex; }
.component--portfolio.type-1 .portfolio-headline .headline-featured .featured img { display: block; width: 100%; height: 100%; object-fit: cover; }
.component--portfolio.type-1 .portfolio-headline .headline-permalink { display: inline-block; margin-top: 16px; padding: 8px 0; font-size: 14px; color: #E48118; line-height: 1.45; }
.component--portfolio.type-1 .portfolio-headline .headline-permalink:hover { text-decoration: underline; }
.component--portfolio.type-1 .portfolio-wrapper-bottom { background-color: #7D6B4E; }
.component--portfolio.type-1 .portfolio-wrapper-bottom .container { position: relative; padding: 0 48px; }
@media (min-width: 1040px) { .component--portfolio.type-1 .portfolio-wrapper-bottom .container { padding: 0; } }
.component--portfolio.type-1 .portfolio-carousel { margin: auto; max-width: 960px; overflow: hidden; }
.component--portfolio.type-1 .portfolio-list { display: flex; flex-wrap: nowrap; max-width: 100%; width: 100% !important; }
.component--portfolio.type-1 .portfolio-list .portfolio { flex: none; padding: 0 4px; width: 100%; }
@media (min-width: 600px) { .component--portfolio.type-1 .portfolio-list .portfolio { width: 50%; } }
@media (min-width: 780px) { .component--portfolio.type-1 .portfolio-list .portfolio { width: 33.33%; } }
@media (min-width: 1200px) { .component--portfolio.type-1 .portfolio-list .portfolio { width: 25%; } }
.component--portfolio.type-1 .portfolio .portfolio-card { position: relative; }
.component--portfolio.type-1 .portfolio .portfolio-card .glance-container { z-index: 5; }
.component--portfolio.type-1 .portfolio .portfolio-detail { padding: 16px; width: 100%; text-align: center; }
.component--portfolio.type-1 .portfolio .portfolio-title { margin: 0; font-size: 16px; font-weight: bold; color: #7D6B4E; line-height: 1.4; }
.component--portfolio.type-1 .portfolio .portfolio-meta { display: block; margin: 4px 0 0; font-size: 13px; color: #7D6B4E; line-height: 1.4; }
.component--portfolio.type-1 .portfolio .portfolio-featured { display: block; position: relative; padding-top: 120%; }
.component--portfolio.type-1 .portfolio .portfolio-featured picture { display: flex; }
.component--portfolio.type-1 .portfolio .portfolio-featured img { display: block; width: 100%; height: 100%; object-fit: cover; }
.component--portfolio.type-1 .portfolio .portfolio-featured .featured-bghover { z-index: 2; background-color: #fff; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; }
.component--portfolio.type-1 .portfolio .portfolio-featured .featured-overlay { display: flex; z-index: 3; align-items: center; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; }
.component--portfolio.type-1 .portfolio .portfolio-featured:hover .featured-bghover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
.component--portfolio.type-1 .portfolio .portfolio-featured:hover .featured-overlay { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.component--portfolio.type-1 .portfolio .portfolio-link { z-index: 4; }
.component--portfolio.type-1 .portfolio-pager { margin-top: 24px; font-size: 0; line-height: 0; text-align: center; white-space: nowrap; }
.component--portfolio.type-1 .portfolio-pager .pager-item { display: inline-block; margin: 0 5px; padding: 0; width: 8px; height: 8px; vertical-align: middle; background-color: #fff; border: 0; outline: 0; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; cursor: pointer; }
.component--portfolio.type-1 .portfolio-pager .pager-item.-is-active { background-color: #E48118; }
.component--portfolio.type-1 .portfolio-nav { position: absolute; top: 50%; left: 0; right: 0; z-index: 1; width: 100%; height: 0; }
.component--portfolio.type-1 .portfolio-nav .nav-button { display: block; margin: -16px 0 0; padding: 0; width: 32px; height: 32px; line-height: 32px; text-align: center; overflow: hidden; background-color: transparent; border: 1px solid #fff; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; cursor: pointer; -webkit-transition: opacity .2s; transition: opacity .2s; }
@media (min-width: 1040px) { .component--portfolio.type-1 .portfolio-nav .nav-button { margin: -20px 0 0; width: 40px; height: 40px; line-height: 40px; } }
.component--portfolio.type-1 .portfolio-nav .nav-button.nav-prev { margin-left: 8px; float: left; }
@media (min-width: 1040px) { .component--portfolio.type-1 .portfolio-nav .nav-button.nav-prev { margin-left: 0; } }
.component--portfolio.type-1 .portfolio-nav .nav-button.nav-next { margin-right: 8px; float: right; }
@media (min-width: 1040px) { .component--portfolio.type-1 .portfolio-nav .nav-button.nav-next { margin-right: 0; } }
.component--portfolio.type-1 .portfolio-nav .nav-button.-is-disabled { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.component--portfolio.type-1 .portfolio-nav .nav-button .svg { display: block; }
.component--portfolio.type-1 .portfolio-nav .nav-button .svg svg { margin: auto; width: 8px; }
@media (min-width: 1056px) { .component--portfolio.type-1 .portfolio-nav .nav-button .svg svg { width: 12px; } }
.component--portfolio.type-1 .portfolio-nav .nav-button .svg svg polygon { fill: #fff; }
.component--portfolio.type-1 .portfolio-view-all { margin: 24px 0 0; }
.component--portfolio.type-1 .portfolio-view-all a { color: #fff; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.component--banner-static.type-1 { display: block; position: relative; padding: 64px 0; color: #fff; background-color: #7D6B4E; }
@media (min-width: 480px) { .component--banner-static.type-1 { padding: 100px 0; } }
@media (min-width: 780px) { .component--banner-static.type-1 { padding: 150px 0; } }
@media (min-width: 1200px) { .component--banner-static.type-1 { padding: 200px 0; } }
.component--banner-static.type-1 .container { padding: 0 16px; }
@media (min-width: 1216px) { .component--banner-static.type-1 .container { padding: 0; } }
.component--banner-static.type-1 .banner-wrapper { position: relative; z-index: 2; }
.component--banner-static.type-1 .banner-headline { display: block; max-width: 640px; }
.component--banner-static.type-1 .banner-icon { display: block; margin-bottom: 12px; }
.component--banner-static.type-1 .banner-title { margin: 0; font-size: 24px; color: #fff; line-height: 1.3; }
@media (min-width: 480px) { .component--banner-static.type-1 .banner-title { font-size: 32px; line-height: 1.2; } }
@media (min-width: 780px) { .component--banner-static.type-1 .banner-title { font-size: 40px; } }
@media (min-width: 1200px) { .component--banner-static.type-1 .banner-title { font-size: 46px; } }
.component--banner-static.type-1 .banner-text { margin: 16px 0 0; }
.component--banner-static.type-1 .banner-button { margin: 24px 0 0; background: #E48118; border-color: #E48118; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; }
.component--banner-static.type-1 .banner-image { z-index: 1; }
.component--banner-static.type-1 .banner-image picture { display: flex; width: 100%; height: 100%; }
.component--banner-static.type-1 .banner-image img { display: block; width: 100%; height: 100%; font-size: 0; object-fit: cover; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.component--int-experience.type-1 { position: relative; padding: 20px; color: #fff; background-image: linear-gradient(121deg, rgba(134, 122, 106, 0.74) 0%, #7D6B4E 97%); -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; }
.component--int-experience.type-1 .experience-row { display: flex; flex-wrap: wrap; align-items: center; }
@media (min-width: 780px) { .component--int-experience.type-1 .experience-row { flex-wrap: nowrap; } }
.component--int-experience.type-1 .experience-head { display: block; padding-bottom: 20px; width: 100%; text-transform: uppercase; }
@media (min-width: 780px) { .component--int-experience.type-1 .experience-head { padding-bottom: 0; padding-right: 20px; width: 260px; } }
@media (min-width: 1200px) { .component--int-experience.type-1 .experience-head { width: 300px; } }
.component--int-experience.type-1 .experience-head .head-title { margin: 0; font-size: 22px; font-weight: bold; color: #fff; line-height: 1.3; }
@media (min-width: 780px) { .component--int-experience.type-1 .experience-head .head-title { font-size: 28px; } }
.component--int-experience.type-1 .experience-head .head-subtitle { margin: 4px 0 0; font-size: 14px; color: #fff; line-height: 1.3; }
@media (min-width: 780px) { .component--int-experience.type-1 .experience-head .head-subtitle { font-size: 16px; } }
.component--int-experience.type-1 .experience-items { width: 100%; }
.component--int-experience.type-1 .items-list { display: flex; flex-wrap: wrap; margin: 0 -4px; }
@media (min-width: 780px) { .component--int-experience.type-1 .items-list { flex-wrap: nowrap; } }
.component--int-experience.type-1 .items-list .item { flex: none; padding: 4px; width: 50%; }
.component--int-experience.type-1 .item .item-card { position: relative; padding: 16px; height: 100%; overflow: hidden; background-color: #E48118; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; }
.component--int-experience.type-1 .item .item-icon { display: block; position: relative; text-align: center; }
.component--int-experience.type-1 .item .item-detail { margin: 12px 0 0; text-align: center; }
.component--int-experience.type-1 .item .item-title { margin: 0; font-size: 13px; color: #fff; line-height: 1.35; text-transform: uppercase; }
@media (min-width: 1200px) { .component--int-experience.type-1 .item .item-title { font-size: 14px; } }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.testimonial--component.type--2 { display: block; position: relative; }
.testimonial--component.type--2 > .glance-container { top: -55px; left: 50%; margin-left: -20px; }
.testimonial--component.type--2 .testimonial__table > .table-cell { padding: 24px; }
@media (max-width: 780px) { .testimonial--component.type--2 .testimonial__table > .table-cell { display: block; }
  .testimonial--component.type--2 .testimonial__table > .table-cell.auto-width { width: 100%; white-space: normal; } }
.testimonial--component.type--2 .testimonial__table > .table-cell.cell--image { background-image: linear-gradient(135deg, #1B9AD7 0%, #88388F 100%); }
.testimonial--component.type--2 .testimonial__table > .table-cell.cell--content { background-color: #fff; }
.testimonial--component.type--2 .testimonial__card { display: block; position: relative; margin: auto; max-width: 880px; overflow: hidden; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }
.testimonial--component.type--2 .testimonial__thumbnail { display: block; position: relative; width: 280px; overflow: hidden; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; }
@media (max-width: 780px) { .testimonial--component.type--2 .testimonial__thumbnail { margin: auto; } }
.testimonial--component.type--2 .testimonial__thumbnail .thumbnail__image { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; }
.testimonial--component.type--2 .testimonial__thumbnail .thumbnail__ratio { display: block; padding-top: 100%; }
.testimonial--component.type--2 .testimonial__content { display: block; display: -webkit-box; margin: 0; max-height: 120px; overflow: hidden; font-size: 16px; line-height: 1.55; text-overflow: ellipsis; word-break: break-word; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.testimonial--component.type--2 .testimonial__readmore { display: inline-block; margin-top: 6px; padding: 8px 0; font-size: 14px; }
.testimonial--component.type--2 .testimonial__divider { display: block; margin: 32px 0 12px; height: 3px; width: 32px; background-color: #c9c9c9; }
.testimonial--component.type--2 .testimonial__title { display: block; margin: 0; font-size: 21px; line-height: 1.6; }
.testimonial--component.type--2 .testimonial__meta { display: block; font-size: 13px; color: #919191; line-height: 1.4; }
.testimonial--component.type--2 .testimonial__options { display: block; margin-top: 32px; font-size: 0; line-height: 0; }
.testimonial--component.type--2 .testimonial__options .option__item { display: inline-block; margin-right: 6px; vertical-align: middle; height: 50px; cursor: pointer; }
.testimonial--component.type--2 .testimonial__options .option__item .table-layout > .table-cell { vertical-align: middle; }
.testimonial--component.type--2 .testimonial__options .option__item .item__image { display: block; width: 36px; height: 36px; background-position: center; background-repeat: no-repeat; background-color: #f2f2f2; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-transition: width .3s, height .3s; transition: width .3s, height .3s; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; }
.testimonial--component.type--2 .testimonial__options .option__item.-is-selected .item__image { width: 50px; height: 50px; }
.testimonial--component.type--2 .testimonial__options .option__view-all { display: inline-block; margin-left: 8px; vertical-align: middle; }
.testimonial--component.type--2 .testimonial__options .option__view-all a { display: block; padding: 0 8px; font-size: 13px; line-height: 1.5; }
.testimonial--component.type--2 .testimonial__glance-container { display: none; }
.testimonial--component.type--2 .testimonial__glance-container.-is-show { display: block; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
/* purgecss start ignore */
.generic-form { max-width: 100%; margin: 0 auto; /** Form State Message */ /** Field Container */ /** Field label */ /** Field help block */ /** Field Type Text */ /** Field Type Select */ /** Field type file */ /** Field Type Textarea */ /** Field Type Radio & Checkbox */ /** Field Type Select */ /** The Tag List */ /** Chosen JS */ }
.generic-form .form-message { margin-bottom: 20px; color: #fff; border: solid 1px transparent; border-left-width: 5px; padding: 10px 10px 10px 5px; font-size: 1em; line-height: 1.2em; }
.generic-form .form-message.ok { background: #11BD74; border-color: #0d8e57; }
.generic-form .form-message.error { background: #EE3430; border-color: #d91612; }
.generic-form .form-group { margin-bottom: 24px; }
.generic-form .form-group.pad-left { padding-left: 12px; }
.generic-form .form-group.pad-right { padding-right: 12px; }
.generic-form .form-group .meta-text.label { display: block; margin-bottom: 5px; text-align: left; padding: 0; }
.generic-form .input-group { display: table; margin-bottom: 8px; }
.generic-form .input-group .input-group-addon { display: table-cell; width: 1%; border: solid 1px #c9c9c9; background: #e3e3e3; padding: 0 10px; max-width: 50px; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.generic-form .input-group .input-group-addon:first-child { border-right: none; }
.generic-form .input-group .input-group-addon:last-child { border-right: none; }
.generic-form .input-group .form-control { display: table-cell; width: 1%; margin: 0 !important; }
@media (min-width: 780px) { .generic-form .input-group .input-group-addon { max-width: none; } }
.generic-form .field-label, .generic-form label { display: block; color: #666; font-size: 0.85714em; margin-bottom: 5px; font-weight: 600; }
.generic-form .help-block { font-size: 12px; }
.generic-form .form-control { padding: 0 5px; }
.generic-form .form-control:focus { outline: none; box-shadow: none; border-color: #c9c9c9; }
.generic-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #c9c9c9; opacity: 1; /* Firefox */ }
.generic-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #c9c9c9; }
.generic-form .form-control::-ms-input-placeholder { /* Microsoft Edge */ color: #c9c9c9; }
.generic-form .text.form-control { border: solid 1px #c9c9c9; height: 44px; line-height: 42px; padding: 0 10px; width: 100%; color: #666; margin-bottom: 8px; font-size: 1em; font-style: normal; }
.generic-form .select { width: 100%; height: 40px; line-height: 38px; background: #fff; border: solid 1px #c9c9c9; color: #666; padding: 0 10px; margin-bottom: 8px; }
.generic-form .file-wrapper { background: #fff; position: relative; height: 40px; border: solid 1px #c9c9c9; border-bottom: none; }
.generic-form .file-wrapper input { position: absolute; left: 0; right: 0; z-index: -1; top: 0; bottom: 0; }
.generic-form .textarea { border: solid 1px #c9c9c9; min-height: 100px; resize: none; padding: 10px; line-height: 1.5em; color: #666; width: 100%; margin-bottom: 8px; }
.generic-form .checkbox, .generic-form .radio { font-size: 1em; }
.generic-form .checkbox label, .generic-form .radio label { display: inline-block; font-weight: 400; font-size: 1em; }
.generic-form .checkbox .help-block, .generic-form .radio .help-block { padding-left: 20px; }
.generic-form .checkbox-inline, .generic-form .radio-inline { display: inline-block; font-weight: 400; font-size: 1em; }
.generic-form .checkbox-inline input[type=checkbox], .generic-form .checkbox-inline input[type=radio], .generic-form .radio-inline input[type=checkbox], .generic-form .radio-inline input[type=radio] { margin-top: 4px; }
.generic-form .checkbox-inline label, .generic-form .radio-inline label { display: inline-block; font-weight: 400; font-size: 1em; }
.generic-form .input[type=checkbox], .generic-form input[type=radio] { margin-top: 3px; }
.generic-form input[type=file] { padding: 0; line-height: 1em; border: none; font-size: 12px; box-shadow: none; margin-bottom: 5px; }
.generic-form .fancy-select { background: #fff; border: solid 1px #c9c9c9; display: block; width: 100%; position: relative; margin-bottom: 8px; font-size: 1em; }
.generic-form .fancy-select:after { position: absolute; content: " "; display: block; width: 15px; height: 15px; right: 10px; top: 15px; background: url("../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/arrow-down.svg") no-repeat; background-size: 15px 15px; }
.generic-form .fancy-select select { width: 100%; background: none; border: none; box-shadow: none !important; outline: none !important; font-size: 1em; height: 42px; padding: 10px 35px 8px 16px; position: relative; z-index: 2; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; }
.generic-form .fancy-select select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
.generic-form .fancy-select select option:not(:checked) { color: black; }
.generic-form .the-tags .the-tag { position: relative; background: #f2f2f2; padding: 8px 8px 8px 20px; font-size: 0.85714em; color: #9b9b9b; display: inline-block; cursor: pointer; }
.generic-form .the-tags .the-tag .the-tag-icon { width: 8px; height: 8px; position: absolute; left: 7px; top: 50%; margin-top: -4px; color: inherit; display: block; }
.generic-form .the-tags .the-tag:hover { background: #E48118; color: #fff; }
.generic-form .chosen-container { width: 100% !important; }
.generic-form .chosen-container.chosen-container-active .chosen-drop { display: block; }
.generic-form .chosen-container .chosen-single { display: block; width: 100%; background: none; border: none; box-shadow: none !important; outline: none !important; font-size: 1em; height: 44px; padding: 10px 45px 12px 16px; position: relative; z-index: 2; cursor: pointer; border: solid 1px #c9c9c9; color: #666; background: #fff; }
.generic-form .chosen-container .chosen-single:after { position: absolute; content: " "; display: block; width: 15px; height: 15px; right: 10px; top: 15px; background: url("../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/arrow-down.svg") no-repeat; background-size: 15px 15px; }
.generic-form .chosen-container .chosen-drop { display: none; padding: 10px; border: solid 1px #c9c9c9; border-top: none; background: #f1f1f1; }
.generic-form .chosen-container .chosen-search .chosen-search-input { border: solid 1px #c9c9c9; height: 44px; line-height: 42px; padding: 0 10px; width: 100%; color: #666; margin-bottom: 8px; font-size: 1em; font-style: normal; }
.generic-form .chosen-container .chosen-results { max-height: 100px; overflow: auto; }
.generic-form .chosen-container .chosen-results .active-result { padding: 5px 0; border-top: solid 1px #c9c9c9; cursor: pointer; }
.generic-form .chosen-container .chosen-results .active-result:first-child { border-top: none; }
.generic-form .chosen-container .chosen-results .active-result:hover { color: #E48118; }
@media (min-width: 0) { .generic-form .field.pad-left { padding-left: 10px; }
  .generic-form .field.pad-right { padding-right: 10px; } }

.generic-form.form-inline .form-group { margin-bottom: 0; vertical-align: top; }
.generic-form.form-inline .btn { padding-top: 9px; padding-bottom: 9px; }

.dmdstd2-form-container { padding: 0; }
.dmdstd2-form-container .std-form-2 .text-input-wrapper { display: block; }
.dmdstd2-form-container .std-form-2 .input.text { border: solid 1px #c9c9c9; height: 44px; line-height: 42px; padding: 0 10px; width: 100%; color: #666; margin-bottom: 8px; font-size: 1em; font-style: normal; }
.dmdstd2-form-container .std-form-2 .input.text.dmdstd2-phone { padding-left: 52px; }
.dmdstd2-form-container .std-form-2 .button { text-transform: uppercase; font-size: 12px; padding: 12px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; font-weight: 800; border: none; background: #E48118; color: #fff; }
.dmdstd2-form-container .std-form-2 .button:focus, .dmdstd2-form-container .std-form-2 .button.focus { outline: none !important; box-shadow: none !important; }

.generic-form.form-horizontal .control-label { padding-right: 10px; font-size: 1em; }

/* purgecss end ignore */

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
/* purgecss start ignore */
.loader-wrapper { background: #51A3E2; padding: 16px 16px 16px 46px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; }
.loader-wrapper .loader { text-align: center; position: absolute; left: 16px; top: 16px; }
.loader-wrapper .loader img { display: block; height: 20px; line-height: 20px; }
.loader-wrapper .message { display: inline-block; text-transform: capitalize; font-weight: 200; color: #fff; }

/** Popinfo Fancybox */
.popinfo-container .fancybox-slide { height: 75%; }
.popinfo-container .fancybox-slide:before { display: none; }
.popinfo-container .popinfo { position: relative; bottom: 0; top: 50%; }

.popinfo { padding: 16px 16px 16px 16px; position: relative; min-width: 300px; padding-left: 72px; color: #fff; }
.popinfo.error { background: #EE3430; }
.popinfo.error .icon-wrapper { background: #d91612; }
.popinfo.error .icon-wrapper:before { background-image: url("../../../../../binus-2017-core/svg/poploader/binus/2019/error.svg"); }
.popinfo.ok { background: #11BD74; }
.popinfo.ok .icon-wrapper { background: #0d8e57; }
.popinfo.ok .icon-wrapper:before { background-image: url("../../../../../binus-2017-core/svg/poploader/binus/2019/ok.svg"); }
.popinfo.info { background: #51A3E2; }
.popinfo.info .icon-wrapper { background: #258cdb; }
.popinfo.info .icon-wrapper:before { top: 12px; background-image: url("../../../../../binus-2017-core/svg/poploader/binus/2019/info.svg"); }
.popinfo.load { background: #51A3E2; }
.popinfo.load .icon-wrapper { background: #258cdb; }
.popinfo.load .icon-wrapper:before { background-image: url("../../../../../binus-2017-core/image/preloader/loading.gif"); }
.popinfo .icon-wrapper { position: absolute; left: 0; top: 0; width: 56px; height: 100%; }
.popinfo .icon-wrapper:before { content: " "; display: block; position: absolute; left: 50%; margin-left: -15px; top: 18px; width: 30px; height: 30px; background-size: 30px; background-repeat: repeat-x; }
.popinfo .poptype { font-weight: 800; display: block; line-height: 1em; font-size: 14px; margin-bottom: 5px; }
.popinfo .message { font-weight: 200; line-height: 1.1em; font-size: 12px; display: block; }
.popinfo .close-btn { position: absolute; right: 2px; top: 2px; width: 16px; height: 16px; line-height: 16px; font-size: 14px; line-height: 1em; color: #fff; display: block; text-align: center; font-weight: 600; cursor: pointer; }

/** FullPop Fancybox */
.fullpop { top: 100%; -webkit-transition: top 0.2s; -moz-transition: top 0.2s; -o-transition: top 0.2s; transition: top 0.2s; position: fixed; z-index: 1022; }
.fullpop.fancybox-is-open { top: 0; bottom: 0; height: auto; }
.fullpop .fancybox-bg { display: none; }
.fullpop .fancybox-infobar { z-index: 1027; }
.fullpop .fancybox-stage { z-index: 1024; }
.fullpop .fancybox-toolbar { z-index: 1027; bottom: 10px; top: auto; left: 0; right: 0; position: fixed; opacity: 1; visibility: visible; }
.fullpop .fancybox-inner { background: #fff; }
.fullpop .fancybox-slide { z-index: 1024; position: relative; padding: 0; padding-bottom: 60px; width: 100%; }
.fullpop .fancybox-slide:before { display: none; }
.fullpop .fancybox-slide .container { margin: 0; padding: 15px; }
.fullpop .popup-close--element { margin: 0 auto; display: block; }

/* purgecss end ignore */

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
/* purgecss start ignore */
#binus-program { background: #016394; color: #fff; padding-bottom: 20px; }
#binus-program .block-header { margin-bottom: 24px; text-align: left; }
#binus-program .block-header .the-h3 { color: #fff; }
#binus-program .block-header .block-description { color: #fff; }
#binus-program .brief-description { color: #fff; margin-bottom: 24px; line-height: 1.3em; font-size: 1em; }
#binus-program #program-main-search { overflow: hidden; position: relative; }
#binus-program #program-main-search .the-submit { position: absolute; left: -100%; top: -100%; z-index: -1; width: 1px; height: 1px; }
#binus-program #program-main-search .textfield { display: block; width: 100%; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border: solid 1px #fff; margin-bottom: 16px; }
#binus-program #program-main-search .textfield .program-search-name { border: none; width: 100%; height: 44px; padding-right: 31px; padding-left: 10px; color: #666; }
#binus-program #program-main-search .textfield .icon-search { position: absolute; right: 10px; top: 15px; height: 16px; width: 16px; cursor: pointer; }
#binus-program #program-advance-search { border-top: solid 1px #fff; margin-top: 24px; padding-top: 24px; }
#binus-program #program-advance-search .meta-text { color: #fff; font-size: 1em; }
#binus-program #program-advance-search .the-btn { display: inline-block; margin: 0 5px; }
#binus-program #program-advance-search .the-btn a { font-size: 0.71429em; color: #fff; }
#binus-program #program-advance-search .the-btn .trigger-icon { margin-left: 5px; }
#binus-program #program-advance-search .the-btn .trigger-icon svg path { stroke: #fff; fill: #fff; }
#binus-program #program-advance-search .the-fields { margin: 24px -5px 0; }
#binus-program #program-advance-search .the-fields .the-field { padding: 0 5px; font-size: 0.85714em; }
#binus-program #program-advance-search .the-fields .fancy-select { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
#binus-program #program-advance-search .the-fields select { color: #666; }

#program-results.load .loader-wrapper { display: block; }
#program-results .loader-wrapper { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; text-align: center; display: none; }

#program-list { max-width: 800px; padding: 10px 10px 0; }
#program-list .the-program { background: #f6f6f6; border: solid 1px #c9c9c9; margin-bottom: 10px; }
#program-list .the-program .program-name { padding: 25px 30px; }
#program-list .the-program .program-name .the-name { margin: 0; font-size: 1.28571em; line-height: 1.4em; }
#program-list .the-program .program-detail { padding: 0 30px 25px; }
#program-list .the-program .program-detail .brief-description { overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-bottom: 10px; }
#program-list .the-program .program-detail .read-more { text-transform: uppercase; font-size: 0.71429em; }
#program-list .the-program .program-links { margin-top: 10px; }
#program-list .the-program .program-links .the-link { position: relative; padding-left: 12px; text-transform: uppercase; font-size: 0.85714em; font-weight: 600; }
#program-list .the-program .program-links .the-link.hide { display: none; }
#program-list .the-program .program-links .the-link:before { content: " "; display: block; position: absolute; left: 0; top: 8px; background: #E48118; border: solid 2.5px #E48118; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
@media (min-width: 480px) { #program-list .the-program .program-detail { padding: 25px 30px 25px 0; } }
@media (min-width: 780px) { #program-list .the-program .program-links .the-link { display: inline-block; margin-right: 10px; } }

.fancybox-container.program-list .fancybox-toolbar { right: 7px; top: 7px; }
.fancybox-container.program-list .fancybox-inner { max-width: 800px; margin: 0 auto; }
.fancybox-container.program-list .fancybox-button--close { background: none; }
.fancybox-container.program-list .fancybox-button--close svg path { fill: #333; }

#inside-program .focus-area { width: 800px; }
#inside-program .block-header .the-h3 { font-size: 2.85714em; font-weight: 800; margin-bottom: 16px; }
#inside-program .program-faculty { font-size: 1.14286em; display: block; margin-bottom: 31px; text-transform: uppercase; text-align: center; }
#inside-program .program-infoboxes { margin-top: 24px; }
#inside-program .program-infoboxes .the-boxes { border-top: solid 1px #c9c9c9; }
#inside-program .program-infobox { padding-top: 24px; margin-bottom: 16px; }
#inside-program .program-infobox .the-title { font-weight: 800; font-size: 1.35714em; margin: 0 0 16px; }
#inside-program .infobox-review .the-title { padding-bottom: 8px; border-bottom: solid 1px #c9c9c9; }
#inside-program .the-reviews .the-review { margin-bottom: 24px; }
#inside-program .the-reviews .the-review .the-information { padding: 0 8px; }
#inside-program .the-reviews .the-review .the-information.unrated .the-name { line-height: 50px; height: 50px; overflow: hidden; }
#inside-program .the-reviews .the-review .the-name { font-weight: 800px; display: block; }
#inside-program .the-reviews .the-review .the-stars .the-icon-star { display: inline-block; width: 12px; height: 12px; margin-right: 5px; background-size: 12px; }
#inside-program .the-reviews .the-review .the-stars .the-icon-star.active svg path { fill: #E48118; }
#inside-program .the-reviews .the-review .wp-content { margin-top: 8px; }
@media (min-width: 480px) { #inside-program .program-infoboxes { display: flex; flex-wrap: wrap; margin: 24px -24px 0; }
  #inside-program .program-infoboxes .the-boxes { padding-left: 24px; padding-right: 24px; }
  #inside-program .program-infoboxes .the-boxes:first-child { border-right: solid 1px #c9c9c9; } }

/* purgecss end ignore */

.component--portfolio.type-1 .portfolio-headline .headline-permalink{color:#D8127D}.component--portfolio.type-1 .portfolio-pager .pager-item.-is-active{background-color:#D8127D}.ui--news .post-roll--component.type--10 .post-roll__view-all a{color:#D8127D}#ui--grid{color:#fff}#ui--grid .block-header.type-1 .the-h3{color:#fff}#ui--grid .empty-data{color:#fff}#ui--grid .view-all{color:#fff}#ui--grid .view-all a{color:#fff}.ui--team{padding-bottom:0}.ui--team .container .glance-container{top:-55px}.ui--team .view-all a{color:#D8127D}.ui--stories{background-color:#978576}.ui--stories .container .glance-container{top:-55px}.ui--stories .block-header.type-1 .the-h3,.ui--stories .block-header.type-1 .block-description{color:#fff}.ui--stories .empty-data{color:#fff}.ui--stories .stories-tab .tab{display:block;margin:0;padding:0;list-style:none;font-size:0;line-height:0;white-space:nowrap;text-align:center}.ui--stories .stories-tab .tab-item{display:inline-block;margin:0 12px;padding:0;list-style:none;vertical-align:top;border-bottom:3px solid transparent}.ui--stories .stories-tab .tab-item a{display:block;padding:4px 0;font-size:15px;color:#fff;line-height:1.55;text-transform:uppercase}.ui--stories .stories-tab .tab-item.-is-active{border-bottom-color:#fff}.ui--stories .stories-tab .tab-item.-is-active a{color:#D8127D}.ui--stories .stories-posts{margin-top:32px}.ui--stories .stories-posts .block-header.type-1{display:none}.ui--stories.-is-loaded .stories-posts{display:none}.ui--stories.-is-loaded .stories-posts.-is-active{display:block}#ui--quotes .quotes__wrapper{margin:auto;max-width:640px;padding:0 16px}@media (min-width: 672px){#ui--quotes .quotes__wrapper{padding:0}}.ui--video{color:#fff;background-color:#1a1a1a}.ui--video .block-header.type-1 .the-h3{color:#fff}.ui--video .component--video-youtube.type-1 .video .video-link .svg circle{fill:#D8127D}.ui--video .component--video-youtube.type-1 .video-view-all a{color:#D8127D}.ui--video .component--video-youtube.type-1 .video-nav .nav-pager .pager-item{background-color:#fff}.ui--video .component--video-youtube.type-1 .video-nav .nav-pager .pager-item.-is-active{background-color:#D8127D}.ui--video .component--video-youtube.type-1 .video-nav .nav-button{background-color:transparent;border-color:#fff}.ui--video .component--video-youtube.type-1 .video-nav .nav-button svg polygon{fill:#fff}#ui--beautiful-indonesia .banner-icon{width:25px}#ui--beautiful-indonesia .banner-icon .svg{display:block}#ui--beautiful-indonesia .banner-icon .svg svg{width:100%;height:100%}#ui--beautiful-indonesia .banner-icon .svg svg path{fill:#fff}.ui--binus-program{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #c9c9c9}@media (min-width: 780px){.ui--binus-program{margin-bottom:40px;padding-bottom:40px}}.ui--binus-program .program-wrap{display:flex;flex-wrap:wrap}@media (min-width: 780px){.ui--binus-program .program-wrap{flex-wrap:nowrap}}.ui--binus-program .program-headline{margin-bottom:24px;width:100%}@media (min-width: 780px){.ui--binus-program .program-headline{margin-bottom:0;padding-right:24px;width:400px}}.ui--binus-program .program-headline .headline-title{margin:0;font-size:20px;font-weight:bold;line-height:1.3;text-transform:uppercase}@media (min-width: 780px){.ui--binus-program .program-headline .headline-title{font-size:24px}}.ui--binus-program .program-headline .headline-subtitle{margin:0;font-size:16px;color:#D8127D;line-height:1.3}@media (min-width: 780px){.ui--binus-program .program-headline .headline-subtitle{font-size:20px}}.ui--binus-program .program-body{width:100%}.ui--binus-program .program-form .form-row{display:flex;flex-wrap:wrap}@media (min-width: 780px){.ui--binus-program .program-form .form-row{margin:0 -8px}}.ui--binus-program .program-form .form-row .form-column{flex:none;padding:0 0 16px;width:100%}@media (min-width: 780px){.ui--binus-program .program-form .form-row .form-column{padding:0 8px 16px;width:33.33%}}.ui--binus-program .program-form .textfield{display:block;position:relative;width:100%;overflow:hidden;border:solid 1px #c9c9c9;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px}.ui--binus-program .program-form .textfield .icon-search{display:block;position:absolute;top:50%;right:10px;margin-top:-8px;height:16px;width:16px;cursor:pointer}.ui--binus-program .program-form .fancy-select{margin-bottom:0;font-size:15px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px}.ui--binus-program .program-form .fancy-select select{padding:0 32px 0 16px;font-size:15px;line-height:38px}.ui--binus-program .program-form .form-textbox{display:block;padding:0 32px 0 16px;width:100%;height:40px;border:none;outline:0}.ui--binus-program .program-form .form-action .action-wrap{display:block;padding-left:16px;float:right;width:33.33%}.ui--binus-program .program-form .form-action .btn.btn-primary{background:#D8127D;border-color:#D8127D;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px;border-radius:40px}.component--int-experience.type-1 .item .item-card{background-color:#D8127D}
