/*! normalize.css v3.0.2 | MIT License | git.io/normalize *//** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */}/** * Remove default margin. */body { margin: 0;}/* HTML5 display definitions ========================================================================== *//** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block;}/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */audio,canvas,progress,video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */}/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */audio:not([controls]) { display: none; height: 0;}/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */[hidden],template { display: none;}/* Links ========================================================================== *//** * Remove the gray background color from active links in IE 10. */a { background-color: transparent;}/** * Improve readability when focused and also mouse hovered in all browsers. */a:active,a:hover { outline: 0;}/* Text-level semantics ========================================================================== *//** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */abbr[title] { border-bottom: 1px dotted;}/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */b,strong { font-weight: bold;}/** * Address styling not present in Safari and Chrome. */dfn { font-style: italic;}/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */h1 { font-size: 2em; margin: 0.67em 0;}/** * Address styling not present in IE 8/9. */mark { background: #ff0; color: #000;}/** * Address inconsistent and variable font size in all browsers. */small { font-size: 80%;}/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup { top: -0.5em;}sub { bottom: -0.25em;}/* Embedded content ========================================================================== *//** * Remove border when inside `a` element in IE 8/9/10. */img { border: 0;}/** * Correct overflow not hidden in IE 9/10/11. */svg:not(:root) { overflow: hidden;}/* Grouping content ========================================================================== *//** * Address margin not present in IE 8/9 and Safari. */figure { margin: 1em 40px;}/** * Address differences between Firefox and other browsers. */hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0;}/** * Contain overflow in all browsers. */pre { overflow: auto;}/** * Address odd `em`-unit font size rendering in all browsers. */code,kbd,pre,samp { font-family: monospace, monospace; font-size: 1em;}/* Forms ========================================================================== *//** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. *//** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */button,input,optgroup,select,textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */}/** * Address `overflow` set to `hidden` in IE 8/9/10/11. */button { overflow: visible;}/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */button,select { text-transform: none;}/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */}/** * Re-set default cursor for disabled elements. */button[disabled],html input[disabled] { cursor: default;}/** * Remove inner padding and border in Firefox 4+. */button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */input { line-height: normal;}/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */input[type="checkbox"],input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */}/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto;}/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box;}/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}/** * Define consistent border, margin, and padding. */fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */legend { border: 0; /* 1 */ padding: 0; /* 2 */}/** * Remove default vertical scrollbar in IE 8/9/10/11. */textarea { overflow: auto;}/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */optgroup { font-weight: bold;}/* Tables ========================================================================== *//** * Remove most spacing between table cells. */table { border-collapse: collapse; border-spacing: 0;}td,th { padding: 0;}/*font-family: "ubuntu", sans-serif;font-weight: 300/400/700;GRIJS: #555ORANJE: #e91GREEN: #7b2RED: #e02BLUE: #36cPURPLE #949*/* { border: 0;padding: 0;margin: 0; }/* general */body {background: #fff;color: #555;font-family: "ubuntu", sans-serif;font-weight: 400;font-size: 16px;}br.clear {clear: both;}/* wrapper */.wrapper {margin: 0 auto;max-width: 1200px;}/* top */.top {float: left;width: 100%;}/* crumb */.crumb {float: left;width: 50%;color: #999;font-size: 13px;font-weight: 300;line-height: 1.1em;padding: 15px 0;white-space: nowrap;overflow: hidden;}.crumb i {display: inline-block;margin: 0 4px;font-size: 11px;}.crumb a {color: #999;border-bottom: 1px solid #ddd;text-decoration: none;transition: color 0.3s, border-bottom 0.3s;}.crumb a:hover {color: #555;border-bottom: 1px solid #555;}/* mobile_crumb */.mobile_crumb {float: left;color: #999;font-size: 13px;font-weight: 300;line-height: 1.1em;padding: 15px 0;display: none;}.mobile_crumb a {color: #999;text-decoration: none;border-bottom: 1px solid #ddd;transition: color 0.3s, border-bottom 0.3s;}.mobile_crumb a:hover {color: #555;border-bottom: 1px solid #555;}/* controls */.controls {float: right;text-align: right;color: #999;font-size: 13px;font-weight: 400;line-height: 1.1em;padding: 15px 0;}.controls a {color: #999;border-bottom: 1px solid #ddd;text-decoration: none;transition: color 0.3s, border-bottom 0.3s;text-transform: uppercase;}.controls a:hover {color: #555;border-bottom: 1px solid #555;}.controls a.selected {color: #555;border: 0;}.controls a {margin-left: 10px;}/* header */.header {float: left;width: 100%;padding: 20px 0;background: #EBEBEB;border-bottom: 3px solid #fff;}.header.home {color: #555;padding: 35px 0;}/* search form */form.search_form {float: right;width: 180px;margin-left: 15px;margin-right: 10px;position: relative;}form.search_form input.search {float: left;width: 100%;box-sizing: border-box;height: 44px;font-size: 14px;font-weight: 300;color: #999;background: #eee;border-left: 1px solid #ddd;border-right: 1px solid #ddd;padding: 12px 12px 12px 36px;outline: none;}form.search_form i {position: absolute;top: 14px;left: 10px;z-index: 200;font-size: 18px;}/* icons */.top img.icon {float: right;width: 28px;border-radius: 3px;margin: 8px 4px;opacity: 0.8;transition: opacity 0.3s;}.top img.icon:hover {opacity: 1;}/* logo */.logo {float: left;height: 100px;}.logo.home {height: 110px;}/* nav */nav {float: right;text-align: right;margin-top: 42px;} .header.home nav {margin-top: 50px;}nav a {display: inline-block;font-weight: 400;font-size: 18px;text-transform: uppercase;color: rgba(85, 85, 85, 0.7);line-height: 1em;text-decoration: none;margin-left: 35px;transition: color 0.3s;}nav a:hover {color: rgba(85 ,85, 85, 1);}nav a.selected {font-weight: 700;color: rgba(85, 85, 85, 1);}nav ul.subnav {display: none;}/* nav toggle */.nav_toggle {float: right;display: none;margin-top: 22px;margin-right: 10px;}.nav_toggle i {float: right;font-size: 40px;line-height: 1em;color: #555;transition: color 0.3s;}/* banner */.banner_wrapper {float: left;width: 100%;}#banner {width: 100%;-webkit-user-select: none;-moz-user-select: none; user-select: none;overflow: hidden;}div.banner {float: left;width: 100%;position: relative;}div.banner img {float: left;width: 100%;}div.banner_text_bg {position: absolute;left: 0;bottom: 0;width: 100%;height: 200px;z-index: 100;background: url('/_graphics/bg_banner_text.png') bottom left repeat-x;}div.banner_text {position: absolute;left: 0;bottom: 0;width: 100%;z-index: 500;padding-bottom: 50px;color: #fff;}div.banner_text.oneslide {padding-bottom: 30px;}div.banner_text_info {float: left;margin-right: 35px;}div.banner_text_info.link {cursor: pointer;transition: opacity 0.3s;}div.banner_text_info.link:hover {opacity: 0.8;}div.banner_text strong {font-size: 46px;line-height: 1.1em;}div.banner_text span {font-size: 24px;font-weight: 300;}div.banner_text a.button {margin: 0;margin-top: 25px;vertical-align: bottom;}/* schoolinfo */.schoolinfo {float: left;width: 100%;padding: 15px 0;border-bottom: 1px solid #ddd;}.schoolinfo .left {float: left;font-size: 22px;font-weight: 400;}.schoolinfo .right {float: right;text-align: right;font-size: 16px;padding-top: 3px;}.schoolinfo strong {text-transform: uppercase;font-weight: 700;}.schoolinfo a {text-decoration: none;transition: color 0.3s;}.schoolinfo a:hover {color: #555 !important;}/* buttons */a.button {display: inline-block;color: #fff;background: #555;border: 0 !important;text-decoration: none;text-transform: uppercase;font-size: 15px;font-weight: 400;letter-spacing: 1px;padding: 14px 19px;border-radius: 5px;margin-right: 10px;margin-bottom: 10px;transition: background 0.3s, color 0.3s !important;}a.button:hover {background: #444;border: 0 !important;}a.button.white {color: #555 !important;background: #fff !important;}a.button.white:hover {color: #555 !important;background: #eee !important;}/* content */.content {float: left;width: 100%;padding: 45px 0 0 0;}.content a {color: #555;border-bottom: 1px solid #ccc;text-decoration: none;transition: border-bottom 0.3s;}.content a:hover {border-bottom: 1px solid #555;}.content a.button {color: #fff;background: #555;}.content a.button:hover {background: #444;}.content img.left {float: left;padding-right: 15px;margin-right: 15px;}.content img.right {float: right;padding-left: 15px;margin-left: 15px;}.content img.full {float: left;width: 100%;margin-bottom: 25px;}.content img.option_image {float: right;width: 30%;margin-bottom: 25px;margin-left: 25px;}.content img.stem {width: 150px;}.content h1 {font-size: 32px;font-weight: 700;line-height: 1em;margin-top: 0;margin-bottom: 25px;}.content h1.center {text-align: center;}.content h2 {color: #555;font-size: 24px;font-weight: 700;line-height: 1em;margin-top: 0;margin-bottom: 20px;}.content h2.large {font-size: 30px;margin-bottom: 30px;}.content h2.upper {text-transform: uppercase;}.content h2.degree_title {float: left;width: 100%;box-sizing: border-box;padding: 10px 15px;color: #FFF;background: #555;font-size: 15px;font-weight: 700;margin-bottom: 5px;}.content h2.grade_title {float: left;width: 100%;box-sizing: border-box;padding: 10px 15px;color: #555;background: rgba(153,153,153,0.4);font-size: 15px;font-weight: 700;margin-bottom: 5px;}.content h3 {color: #555;font-size: 22px;font-weight: 400;line-height: 1em;margin-top: 0;margin-bottom: 25px;}.content h3.study_info_title {float: left;width: 100%;box-sizing: border-box;padding: 12px 15px;color: #555;background: rgba(153,153,153,0.05);font-size: 14px;font-weight: 400;margin-bottom: 25px;}.content p {line-height: 1.5em;margin-bottom: 25px;}.content p.less_margin {margin-bottom: 10px;}.content ul {list-style-type: disc;margin-bottom: 25px;}.content ol {list-style-type: decimal;margin-left: 10px;margin-bottom: 25px;padding-left: 15px;}.content li {margin-left: 15px;margin-bottom: 4px;line-height: 1.5em;}.content ul.check {list-style-type: none;margin-bottom: 25px;}.content ul.check li {margin-left: 0;padding-left: 26px;margin-bottom: 6px;background: url('/_graphics/icon_check.png') top left no-repeat;background-size: 18px auto;}.content table {width: 100%;margin-bottom: 25px;}.content td {padding: 5px;vertical-align: top;line-height: 1.4em;border-bottom: 1px solid #ddd;}.content th {padding: 5px;padding-bottom: 15px;text-align: left;font-weight: 400;font-size: 12px;text-transform: uppercase;}.content hr {float: left;width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 25px;}.content hr.spacer10 {border-bottom: 1px solid #fff;margin-bottom: 10px;}.content hr.spacer20 {border-bottom: 1px solid #fff;margin-bottom: 20px;}.content hr.spacer30 {border-bottom: 1px solid #fff;margin-bottom: 30px;}.content hr.spacer40 {border-bottom: 1px solid #fff;margin-bottom: 40px;}.content hr.spacer50 {border-bottom: 1px solid #fff;margin-bottom: 50px;}.content hr.splitter4, .content hr.splitter2 {border-bottom: 1px solid #fff;margin: 0;}.content hr.splitter2 {display: none;}.responsive_iframe_wrapper { float: none; clear: both; width: 100%; position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;}.responsive_iframe_wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}/* sidebar */.sidebar {float: left;width: 30%;}.sidebar.right {float: right;}/* text */.text {float: right;width: 65%;}.text.left {float: left;}.text.full {width: 100%;}/* subnav */.content ul.subnav {float: left;width: 100%;list-style-type: none;margin-bottom: 30px;}.content ul.subnav li {float: left;width: 100%;margin: 0;}.content ul.subnav li a {float: left;width: 100%;padding: 10px 0;font-size: 17px;color: #555;border-bottom: 1px solid #ddd !important;transition: color 0.3s;}.content ul.subnav li a.selected {font-weight: 700;}.content ul.subnav li ul {float: left;width: 100%;list-style-type: none;background: #f5f5f5;margin-bottom: 20px;}.content ul.subnav li ul li {float: left;width: 100%;}.content ul.subnav li ul li a {width: 90%;padding: 8px 5%;font-size: 15px;}.content ul.subnav li ul li ul {background: #e5e5e5;}.content ul.subnav li ul li ul li a {width: 85%;padding: 8px 5% 8px 10%;font-size: 14px;line-height: 1.2em;color: #777;border-bottom: 1px solid #ccc !important;}/* toggle text block */.toggle_text_block {display: none;}/* section blocks */.section_blocks {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}a.section_block {float: left;width: 32%;margin-bottom: 25px;border: 0;transition: all 0.3s;position: relative;}.section_block_dummy {float: left;width: 32%;}.sidebar .section_blocks a.section_block {width: 100% !important;margin-bottom: 15px !important;}a.section_block div.section_image {float: left;width: 100%;padding: 0 !important;background-size: cover !important;}a.section_block div.section_image img {float: left;width: 100%;opacity: 0;}a.section_block div.section_text {position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;padding: 50px 20px;color: #FFF;transition: all 0.2s;}a.section_block div.section_text strong {float: left;width: 100%;margin-bottom: 5px;font-size: 30px;font-weight: 700;line-height: 1.1em;}a.section_block div b {float: left;width: 100%;font-size: 15px;font-weight: 300;line-height: 1.1em;}a.section_block em {position: absolute;bottom: 0;left: 0;width: 100%;box-sizing: border-box;padding: 12px 20px;font-size: 15px;font-weight: 400;font-style: normal;line-height: 1.1em;border-top: 1px solid #FFF;}a.section_block em i {position: absolute;top: 12px;right: 20px;z-index: 10;}a.section_block:hover div.section_text {background: rgba(85,85,85,0.7) !important;}/*a.section_block:hover {background: #ddd;}a.section_block:hover div {background: #e5e5e5;}a.section_block:hover img {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}/* google maps */#google_maps_canvas {float: left;width: 100%;height: 400px;margin-top: 15px;}/* text block */.text_block {float: left;width: 100%;padding: 50px 0 20px 0;margin: 25px 0;}.text_block.dark {color: #fff;background: #555;}.text_block.grey {background: #eee;}.text_block.dark a {color: #eee !important;}.text_block.dark a:hover {color: #fff !important;border-bottom: 1px solid #fff !important;}.text_block .wrapper {width: 70%;}.text_block .wrapper.wide {width: 92%;}.text_block.dark a.button {color: #555 !important;background: #fff !important;border: 0 !important;}.text_block.dark a.button:hover {background: #eee !important;}.text_block.dark h1 {color: #fff;}/* infodays block */.infodays_block {float: left;width: 93.8%;padding: 30px 3% 0 3%;border: 1px solid #555;margin-bottom: 40px;}.infodays_block div.infodays_dates {float: right;margin: 0 0 25px 50px;}div.infodays_date {display: inline-block;vertical-align: top;margin-bottom: 5px;}div.infodays_date b {float: left;font-size: 22px;font-weight: 700;padding: 10px 15px;color: #fff;}div.infodays_date span {float: left;font-size: 22px;font-weight: 400;padding: 10px 15px;text-transform: lowercase;color: #555;background: #e5e5e5;}/* news list */a.news {float: left;width: 100%;border: 0;margin-bottom: 30px;}a.news div.news_image {float: left;width: 45%;overflow: hidden;}a.news div.news_image img {float: left;width: 100%;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}a.news:hover div.news_image img {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}a.news div.news_text {float: right;width: 55%;background: #fff;transition: background 0.3s;}a.news:hover div.news_text {background: #f5f5f5;}a.news div.news_text_date {float: left;width: 100%;margin-bottom: 18px;}a.news div.news_text_date b {float: left;font-size: 22px;font-weight: 700;padding: 10px 15px;color: #fff;}a.news div.news_text_date span {float: left;font-size: 22px;font-weight: 400;padding: 10px 15px;text-transform: lowercase;color: #555;background: #e5e5e5;}a.news div.news_text_info {float: left;width: 86%;padding: 0 7%;color: #555;}a.news div.news_text_info strong {float: left;width: 100%;font-size: 22px;margin-bottom: 5px;}a.news div.news_text_info em {float: left;font-style: normal;font-size: 11px;font-weight: 400;text-transform: uppercase;color: #fff;padding: 4px 6px;border-radius: 4px;margin-bottom: 15px;}a.news div.news_text_info u {text-decoration: none;border-bottom: 1px solid #ccc;transition: border-bottom 0.3s;}a.news:hover div.news_text_info u {border-bottom: 1px solid #555;}/* small news */a.news.small {margin-bottom: 15px;border-bottom: 0 !important;}a.news.small div.news_text {float: left;width: 100%;}a.news.small div.news_text_date {margin-bottom: 0;}a.news.small div.news_text_date b {font-size: 16px;padding: 8px 10px;}a.news.small div.news_text_date span {font-size: 16px;padding: 8px 10px;}a.news.small div.news_text_info {width: 100%;padding: 10px 0;}a.news.small div.news_text_info strong {font-size: 16px;margin-bottom: 0;}/* news category filter */.news_category_filter {float: left;width: 100%;margin-bottom: 25px;}.news_category_filter a {float: left;padding: 10px 15px;color: #555;border: 1px solid #555;white-space: nowrap;margin: 0 10px 10px 0;transition: color 0.3s, background 0.3s;}.news_category_filter a:hover {color: #fff;background: #555;}.news_category_filter a.selected {color: #fff;background: #555;}/* news item */div.news_date {float: left;width: 100%;margin-bottom: 15px;}div.news_date div {float: left;white-space: nowrap;} div.news_date b {float: left;font-size: 22px;font-weight: 700;padding: 10px 15px;color: #fff;}div.news_date span {float: left;font-size: 22px;font-weight: 400;padding: 10px 15px;text-transform: lowercase;color: #555;background: #e5e5e5;}div.news_date span.white {background: #fff;}div.news_image_wrapper {float: left;width: 100%;margin-bottom: 25px;overflow: hidden;}div.news_image_wrapper img {float: left;width: 100%;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}div.news_image_wrapper:hover img {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}em.section_name {float: left;font-style: normal;font-size: 11px;font-weight: 400;text-transform: uppercase;color: #fff;padding: 4px 6px;border-radius: 4px;margin-bottom: 20px;}/* calendar */.clndr {float: left;width: 100%;margin-bottom: 25px;}.clndr-controls {float: left;width: 100%;margin-bottom: 15px;color: #555;font-size: 18px;}.clndr-controls .month {float: left;width: 60%;text-align: center;}.clndr-controls .clndr-previous-button, .clndr-controls .clndr-next-button {float: left;width: 20%;cursor: pointer;opacity: 0.6;transition: opacity 0.3s;}.clndr-controls .clndr-previous-button:hover, .clndr-controls .clndr-next-button:hover {opacity: 1;}.clndr-controls .clndr-next-button {text-align: right;}.clndr-grid {float: left;width: 100%;background: #fff;}.days-of-the-week {float: left;width: 100%;}.header-day {float: left; width: 14.2857%; padding: 10px 0; text-align: center;color: #fff;background: #555;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}.clndr-grid .days .empty { float: left; width: 14.2857%; padding: 10px 0; background: #fff; text-align: center; background: none;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}.clndr-grid .days .day { float: left; width: 14.2857%; padding: 10px 0; text-align: center; color: #555; background: #f5f5f5; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-right: 1px solid #fff; border-bottom: 1px solid #fff; cursor: default !important; transition: color 0.3s, background 0.3s;}.clndr-grid .days .day.inactive {color: #ccc; background: #f5f5f5;cursor: default !important;}.clndr-grid .days .day.event {color: #fff; background: #555; cursor: pointer !important;}.clndr-grid .days .day.event:hover {color: #eee;}/* album list */a.album {float: left;width: 22%;border: 0;margin-right: 3%;margin-bottom: 25px;}a.album div.album_image {float: left;width: 100%;overflow: hidden;}a.album div.album_image img {float: left;width: 100%;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}a.album:hover div.album_image img {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}a.album div.album_text {float: left;width: 100%;background: #fff;transition: background 0.3s;}a.album:hover div.album_text {background: #f5f5f5;}a.album div.album_text_date {float: left;width: 100%;background: #e5e5e5;}a.album div.album_text_date b {float: left;font-size: 15px;font-weight: 700;padding: 10px 12px;color: #fff;}a.album div.album_text_date span {float: left;font-size: 15px;font-weight: 400;padding: 10px 12px;text-transform: lowercase;color: #555;}a.album div.album_text_info {float: left;width: 96%;padding: 15px 2%;}a.album div.album_text_info strong {float: left;width: 100%;font-size: 16px;}/* album image */div.image_thumb {float: left;width: 15%;margin: 0 1.6% 18px 0;overflow: hidden;}div.image_thumb.sidebar {width: 32%;margin: 0 2% 25px 0;}div.image_thumb div.image {float: left;width: 100%;height: 0;padding-bottom: 100%;background-position: center center !important;background-repeat: no-repeat !important;background-size: cover !important;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}div.image_thumb:hover div.image {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}/* news spotlight */#spotlight {float: left;width: 100%;}a.spotlight {float: left;width: 100%;border: 0;background: #eee;transition: background 0.3s;}a.spotlight:hover {background: #e5e5e5;}a.spotlight div.spotlight_image {float: left;width: 100%;overflow: hidden;}a.spotlight div.spotlight_image img {float: left;width: 100%;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}a.spotlight:hover div.spotlight_image img {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}a.spotlight div.spotlight_date {float: left;width: 90%;padding: 20px 5% 10px 5%;font-size: 16px;color: #555;}a.spotlight div.spotlight_info {float: left;width: 90%;padding: 0 5% 30px 5%;font-size: 16px;color: #555;}a.spotlight div.spotlight_info.nopadding {padding-bottom: 0;}a.spotlight div.spotlight_info strong {float: left;width: 100%;font-size: 22px;margin-bottom: 10px;}a.spotlight div.spotlight_info u {text-decoration: none;border-bottom: 1px solid #ccc;transition: border-bottom 0.3s;}a.spotlight:hover div.spotlight_info u {border-bottom: 1px solid #555;}.rsSpotlight .rsBullet span {background: #ccc !important;}.rsSpotlight .rsBullet:hover span, .rsSpotlight .rsBullet.rsNavSelected span {background: #555 !important;}/* search */.search_block {float: left;width: 66%;background: #666;border-bottom: 2px solid #666;position: relative;margin-bottom: 40px;}.search_block.full {width: 100%;}.search_block_top {float: left;width: 94%;padding: 30px 3%;background: #555;}.search_block h2 {color: #fff !important;font-weight: 400;font-size: 25px;margin-bottom: 20px;}.search_block form {float: left;width: 100%;}.search_block_top input {float: left;width: 96%;padding: 10px 2%;font-size: 18px;font-weight: 300;color: #999;border-radius: 5px;margin-bottom: 15px;}.search_block a {font-size: 15px;color: #eee;border-bottom: 1px solid #ddd;transition: color 0.3s, border-bottom 0.3s;}.search_block a:hover {color: #fff;border-bottom: 1px solid #fff;}.search_block_bottom {float: left;width: 94%;padding: 25px 3%;}.search_block .select-wrapper {float: left;width: 32%;margin-right: 2%;position: relative;}.search_block .select-wrapper.last {margin-right: 0;}.search_block .select-wrapper:after { content: "\f107";font-family: "Font Awesome 5 Pro"; font-size: 13px; color: #fff; right: 0; top: 0; bottom: 0; padding: 12px 12px 0; position: absolute; pointer-events: none; line-height: 14px; background-color: #555; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}.search_block select {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none; display: inline-block; zoom: 1; color: #999; background-color: #fff; padding: 8px 40px 8px 2%; margin: 0 7px 0 0; border-radius: 5px; font-size: 18px;font-family: "ubuntu", sans-serif;font-weight: 300; border: 0; width: 100%; cursor: pointer; outline: none; transition: border 0.3s;}select::-ms-expand { display: none;}a.search_term {float: left;font-size: 16px;margin: 0 15px 15px 0;}/* home: spotlight items */.spotlight_item {float: left;width: 100%;box-sizing: border-box;padding: 25px;padding-bottom: 0;margin-bottom: 25px;background-size: cover !important;}a.spotlight_item {border: 0 !important;}.spotlight_item.bg_color {padding: 50px 25px;padding-bottom: 25px;}.spotlight_item.bg_image {padding: 40px 25px;padding-bottom: 15px;min-height: 150px;}.spotlight_item.bg_color:hover {background: #555 !important;}.spotlight_item.bg_color, .spotlight_item.bg_color h1, .spotlight_item.bg_color h2 {color: #fff;}.spotlight_item.bg_image, .spotlight_item.bg_image h1, .spotlight_item.bg_image h2 {color: #fff;}/* contact */.contact_left {float: left;width: 35%;}.contact_right {float: right;width: 60%;padding-bottom: 30px;}/* studies filter */.study_filter_wrapper {float: left;width: 100%;padding: 60px 0 50px 0;background: #EBEBEB;margin-top: -45px;margin-bottom: 45px;}.study_filter_wrapper h2 {float: left;width: 100%;font-size: 30px;margin-bottom: 45px;}.study_filter {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}.study_filter_block {width: 18.5%;}.study_filter.four .study_filter_block {width: 23.5%;}.study_filter_block span.label {float: left;width: 100%;font-size: 15px;font-weight: 700;margin-bottom: 12px;}.study_filter_block .select_wrapper {float: left;width: 100%;position: relative;}.study_filter_block .select_wrapper:after {content: "\f107";font-family: "Font Awesome 5 Pro";font-size: 14px;font-weight: 400;color: #FFF;background: #555; width: 34px;height: 100%;box-sizing: border-box;right: 0;top: 0;position: absolute;z-index: 100;pointer-events: none;display: flex;justify-content: center;align-items: center;}.study_filter_block .select_wrapper select {float: left;width: 100%;box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;appearance: none;box-shadow: none;display: inline-block;zoom: 1;color: #555;background: #FFF;padding: 10px;padding-right: 30px;margin: 0;border-radius: 2px;font-size: 16px;font-family: "ubuntu", sans-serif;font-weight: 400;border: 0;cursor: pointer;outline: none;}.study_filter_info {float: left;width: 100%;margin-bottom: 30px;}.study_filter_info a {float: left;margin: 0 15px 15px 0;color: #555 !important;border: 1px solid #555 !important;border-radius: 5px;text-decoration: none;padding: 6px 12px;}.study_filter_info a:hover {color: #FFF !important;background: #555;}/* studies */a.study {float: left;width: 100%;box-sizing: border-box;padding: 10px 15px;margin-bottom: 5px;border: 0 !important;color: #555 !important;background: rgba(153,153,153,0.1);}a.study:hover {background: rgba(153,153,153,0.25);}a.study u {float: right;text-decoration: none;color: #FFF;padding: 4px 8px;font-size: 13px;border-radius: 50px;margin-left: 10px; }.study_section_labels {float: left;width: 100%;margin-bottom: 25px;}.study_section_labels u {float: left;text-decoration: none;color: #FFF;padding: 4px 8px;font-size: 13px;border-radius: 50px;margin: 0 10px 10px 0; }/* search results */.content ul.search_results {float: left;width: 100%;list-style-type: none;border-top: 1px solid #ddd;}.content ul.search_results li {float: left;width: 96%;padding: 20px 2%;margin: 0;cursor: pointer;background: #fff;border-bottom: 1px solid #ddd;transition: background 0.3s;}.content ul.search_results li:hover {background: #eee;}.content ul.search_results li strong {float: left;width: 100%;font-size: 18px;font-weight: 700;line-height: 1.1em;margin-bottom: 10px;}.content ul.search_results li p {margin-bottom: 10px;}.content ul.search_results li a {font-size: 12px;line-height: 1.1em !important;}.content ul.search_results li em {float: left;font-style: normal;font-size: 11px;font-weight: 400;text-transform: uppercase;color: #fff;padding: 4px 6px;border-radius: 4px;margin-bottom: 15px;line-height: 1.1em !important;}/* sitemap */ul#sitemap {font-size: 18px;}ul#sitemap li ul {list-style-type: disc;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li {font-size: 17px;}ul#sitemap li ul li ul {list-style-type: square;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li ul li {font-size: 16px;}ul#sitemap li ul li ul li ul {list-style-type: circle;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li ul li ul li {font-size: 15px;}ul#sitemap li ul li ul li ul li ul {list-style-type: disc;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li ul li ul li ul li {font-size: 14px;}/* usergroups */.usergroup_session_notification {float: left;width: 94%;padding: 10px 3%;background: #555;color: #fff;font-size: 14px;text-align: center;}.usergroup_session_notification a {text-decoration: none;color: #fff;border-bottom: 1px solid #ccc;}.usergroup_session_notification a:hover {color: #fff;border-bottom: 1px solid #fff;}/* form */.form {float: left;width: 100%;margin-bottom: 25px;}/* form labels */.form span.label, .form span.hint {float: left;width: 100%;}.form span.label {margin-bottom: 2px;}.form span.label.error {color: #b00;}.form span.hint {font-weight: normal;font-size: 13px;color: #777;margin-top: -5px;margin-bottom: 15px;}.form span.hint a {color: #777;}.form span.hint a:hover {color: #555;}.form span.checkbox {float: left;width: 100%;margin-top: 10px;margin-bottom: 15px;}.form span.checkbox.error {color: #b00;}.form span.checkbox.error a {color: #b00;}.form span.label b, .form span.checkbox b {color: #666;font-weight: normal;}.form span.label.error b, .form span.checkbox.error b {color: #b00;font-weight: bold;}.form span.form_block {float: left; width: 100%; margin-bottom: 15px;}.form span.form_block.error {color: #b00;}.form span.remark {float: left;width: 100%;margin-top: 12px;margin-bottom: 10px;}.form span.remark p {margin-bottom: 0;}/* form fields */.form input.text {float: left;width: 95%;background: #fff;border: 1px solid #ccc;padding: 8px;margin-top: 3px;margin-bottom: 10px;color: #555;font-family: "ubuntu", sans-serif;font-weight: 400;font-size: 16px;}.form input.text.error {border: 1px solid #d00;}.form textarea {float: left;width: 95%;height: 150px;background: #fff;border: 1px solid #ccc;padding: 8px;margin-top: 3px;margin-bottom: 10px;color: #555;font-family: "ubuntu", sans-serif;font-weight: 400;font-size: 16px;}.form select {float: left;width: 60%;background: #fff;border: 1px solid #ccc;margin-top: 8px;margin-bottom: 10px;padding: 5px;color: #555;font-family: "ubuntu", sans-serif;font-weight: 400;font-size: 16px;}.form input.checkbox {float: left;vertical-align: top;display: block;overflow: hidden;padding: 0; border: 0;margin: 2px 4px 2px 0;width: 13px;height: 13px;line-height: 1em;}div.form_break {float: left;width: 100%;height: 15px;margin-top: 10px;border-top: 1px solid #ddd;}div.form_title {float: left;width: 100%;font-size: 18px;font-weight: bold;margin-top: 10px;margin-bottom: 15px;color: #000;}/* feedback */div.feedback {float: left;width: 100%;padding: 10px 0;font-size: 20px;font-weight: bold;text-align: center;color: #fff;background: #a6b22b;margin-bottom: 20px;}div.feedback.error {background: #b00;}/* button */button::-moz-focus-inner { border: 0; padding: 0;}button {display: inline-block;color: #fff;background: #555;cursor: pointer;overflow: visible;outline: none;text-decoration: none;text-transform: uppercase;font-size: 15px;font-weight: 400;letter-spacing: 1px;padding: 14px 19px;border-radius: 5px;margin-right: 10px;margin-bottom: 10px;transition: background 0.3s, color 0.3s !important;}button:hover {background: #444;border: 0 !important;}/* footer */.footer {float: left;width: 100%;padding: 30px 0;text-align: center;font-size: 16px;line-height: 1.4em;font-weight: 400;color: #aaa;border-top: 1px solid #ddd;}.footer a {text-decoration: none;color: #aaa;border-bottom: 1px solid #ddd;transition: color 0.3s, border-bottom 0.3s;text-transform: lowercase;}.footer a:hover {color: #555;border-bottom: 1px solid #555;}.footer b {text-transform: lowercase;}/* addthis */.at-share-btn-elements a {border: 0 !important;}.schoolinfo.section1, .schoolinfo.section1 a {color: #555;}a.button.white.section1:hover {color: #fff !important;background: #555 !important;}.content.section1 a {color: #555;}.content a.section1 {color: #555;}.content.section1 a:hover {border-bottom: 1px solid #555;}.content a.section1:hover {border-bottom: 1px solid #555;}.section1 a.button {color: #fff;background: #555;}.section1 a.button:hover {background: #555;}.section1 h1 {color: #555;}h1.section1 {color: #555;}.section1 h2 {color: #555;}.content.section1 ul.subnav li a:hover, .content.section1 ul.subnav li a.selected {color: #555;}a.section_block.section1 {color: #555;}.infodays_block.section1 {border: 1px solid #555;}div.infodays_date.section1 b {background: #555;}a.news.section1 b {background: #555;}a.news.section1 div.news_image {background: #555;}a.news.section1 strong {color: #555;}a.news.section1 div.news_text_info em {background: #555;}.content.section1 .news_category_filter a {border: 1px solid #555;}.content.section1 .news_category_filter a:hover, .content.section1 .news_category_filter a.selected {color: #fff;background: #555;}div.news_date.section1 b {background: #555;}em.section_name.section1 {background: #555;}.content.section1 .clndr-grid .days .day.event {background: #555;}a.album.section1 b {background: #555;}a.album.section1 div.album_image {background: #555;}a.spotlight.section1 div.spotlight_info strong {color: #555;}.section1 button {color: #fff;background: #555;}.section1 button:hover {background: #555;}em.section1 {background: #555;}span.section1 {color: #555;}.schoolinfo.section2, .schoolinfo.section2 a {color: #4C7F8F;}a.button.white.section2:hover {color: #fff !important;background: #4C7F8F !important;}.content.section2 a {color: #4C7F8F;}.content a.section2 {color: #4C7F8F;}.content.section2 a:hover {border-bottom: 1px solid #4C7F8F;}.content a.section2:hover {border-bottom: 1px solid #4C7F8F;}.section2 a.button {color: #fff;background: #4C7F8F;}.section2 a.button:hover {background: #555;}.section2 h1 {color: #4C7F8F;}h1.section2 {color: #4C7F8F;}.section2 h2 {color: #4C7F8F;}.content.section2 ul.subnav li a:hover, .content.section2 ul.subnav li a.selected {color: #4C7F8F;}a.section_block.section2 {color: #4C7F8F;}.infodays_block.section2 {border: 1px solid #4C7F8F;}div.infodays_date.section2 b {background: #4C7F8F;}a.news.section2 b {background: #4C7F8F;}a.news.section2 div.news_image {background: #4C7F8F;}a.news.section2 strong {color: #4C7F8F;}a.news.section2 div.news_text_info em {background: #4C7F8F;}.content.section2 .news_category_filter a {border: 1px solid #4C7F8F;}.content.section2 .news_category_filter a:hover, .content.section2 .news_category_filter a.selected {color: #fff;background: #4C7F8F;}div.news_date.section2 b {background: #4C7F8F;}em.section_name.section2 {background: #4C7F8F;}.content.section2 .clndr-grid .days .day.event {background: #4C7F8F;}a.album.section2 b {background: #4C7F8F;}a.album.section2 div.album_image {background: #4C7F8F;}a.spotlight.section2 div.spotlight_info strong {color: #4C7F8F;}.section2 button {color: #fff;background: #4C7F8F;}.section2 button:hover {background: #555;}em.section2 {background: #4C7F8F;}span.section2 {color: #4C7F8F;}.schoolinfo.section3, .schoolinfo.section3 a {color: #4C7F8F;}a.button.white.section3:hover {color: #fff !important;background: #4C7F8F !important;}.content.section3 a {color: #4C7F8F;}.content a.section3 {color: #4C7F8F;}.content.section3 a:hover {border-bottom: 1px solid #4C7F8F;}.content a.section3:hover {border-bottom: 1px solid #4C7F8F;}.section3 a.button {color: #fff;background: #4C7F8F;}.section3 a.button:hover {background: #555;}.section3 h1 {color: #4C7F8F;}h1.section3 {color: #4C7F8F;}.section3 h2 {color: #4C7F8F;}.content.section3 ul.subnav li a:hover, .content.section3 ul.subnav li a.selected {color: #4C7F8F;}a.section_block.section3 {color: #4C7F8F;}.infodays_block.section3 {border: 1px solid #4C7F8F;}div.infodays_date.section3 b {background: #4C7F8F;}a.news.section3 b {background: #4C7F8F;}a.news.section3 div.news_image {background: #4C7F8F;}a.news.section3 strong {color: #4C7F8F;}a.news.section3 div.news_text_info em {background: #4C7F8F;}.content.section3 .news_category_filter a {border: 1px solid #4C7F8F;}.content.section3 .news_category_filter a:hover, .content.section3 .news_category_filter a.selected {color: #fff;background: #4C7F8F;}div.news_date.section3 b {background: #4C7F8F;}em.section_name.section3 {background: #4C7F8F;}.content.section3 .clndr-grid .days .day.event {background: #4C7F8F;}a.album.section3 b {background: #4C7F8F;}a.album.section3 div.album_image {background: #4C7F8F;}a.spotlight.section3 div.spotlight_info strong {color: #4C7F8F;}.section3 button {color: #fff;background: #4C7F8F;}.section3 button:hover {background: #555;}em.section3 {background: #4C7F8F;}span.section3 {color: #4C7F8F;}.schoolinfo.section4, .schoolinfo.section4 a {color: #18A596;}a.button.white.section4:hover {color: #fff !important;background: #18A596 !important;}.content.section4 a {color: #18A596;}.content a.section4 {color: #18A596;}.content.section4 a:hover {border-bottom: 1px solid #18A596;}.content a.section4:hover {border-bottom: 1px solid #18A596;}.section4 a.button {color: #fff;background: #18A596;}.section4 a.button:hover {background: #555;}.section4 h1 {color: #18A596;}h1.section4 {color: #18A596;}.section4 h2 {color: #18A596;}.content.section4 ul.subnav li a:hover, .content.section4 ul.subnav li a.selected {color: #18A596;}a.section_block.section4 {color: #18A596;}.infodays_block.section4 {border: 1px solid #18A596;}div.infodays_date.section4 b {background: #18A596;}a.news.section4 b {background: #18A596;}a.news.section4 div.news_image {background: #18A596;}a.news.section4 strong {color: #18A596;}a.news.section4 div.news_text_info em {background: #18A596;}.content.section4 .news_category_filter a {border: 1px solid #18A596;}.content.section4 .news_category_filter a:hover, .content.section4 .news_category_filter a.selected {color: #fff;background: #18A596;}div.news_date.section4 b {background: #18A596;}em.section_name.section4 {background: #18A596;}.content.section4 .clndr-grid .days .day.event {background: #18A596;}a.album.section4 b {background: #18A596;}a.album.section4 div.album_image {background: #18A596;}a.spotlight.section4 div.spotlight_info strong {color: #18A596;}.section4 button {color: #fff;background: #18A596;}.section4 button:hover {background: #555;}em.section4 {background: #18A596;}span.section4 {color: #18A596;}.schoolinfo.section5, .schoolinfo.section5 a {color: #123251;}a.button.white.section5:hover {color: #fff !important;background: #123251 !important;}.content.section5 a {color: #123251;}.content a.section5 {color: #123251;}.content.section5 a:hover {border-bottom: 1px solid #123251;}.content a.section5:hover {border-bottom: 1px solid #123251;}.section5 a.button {color: #fff;background: #123251;}.section5 a.button:hover {background: #555;}.section5 h1 {color: #123251;}h1.section5 {color: #123251;}.section5 h2 {color: #123251;}.content.section5 ul.subnav li a:hover, .content.section5 ul.subnav li a.selected {color: #123251;}a.section_block.section5 {color: #123251;}.infodays_block.section5 {border: 1px solid #123251;}div.infodays_date.section5 b {background: #123251;}a.news.section5 b {background: #123251;}a.news.section5 div.news_image {background: #123251;}a.news.section5 strong {color: #123251;}a.news.section5 div.news_text_info em {background: #123251;}.content.section5 .news_category_filter a {border: 1px solid #123251;}.content.section5 .news_category_filter a:hover, .content.section5 .news_category_filter a.selected {color: #fff;background: #123251;}div.news_date.section5 b {background: #123251;}em.section_name.section5 {background: #123251;}.content.section5 .clndr-grid .days .day.event {background: #123251;}a.album.section5 b {background: #123251;}a.album.section5 div.album_image {background: #123251;}a.spotlight.section5 div.spotlight_info strong {color: #123251;}.section5 button {color: #fff;background: #123251;}.section5 button:hover {background: #555;}em.section5 {background: #123251;}span.section5 {color: #123251;}.schoolinfo.section6, .schoolinfo.section6 a {color: #D91424;}a.button.white.section6:hover {color: #fff !important;background: #D91424 !important;}.content.section6 a {color: #D91424;}.content a.section6 {color: #D91424;}.content.section6 a:hover {border-bottom: 1px solid #D91424;}.content a.section6:hover {border-bottom: 1px solid #D91424;}.section6 a.button {color: #fff;background: #D91424;}.section6 a.button:hover {background: #555;}.section6 h1 {color: #D91424;}h1.section6 {color: #D91424;}.section6 h2 {color: #D91424;}.content.section6 ul.subnav li a:hover, .content.section6 ul.subnav li a.selected {color: #D91424;}a.section_block.section6 {color: #D91424;}.infodays_block.section6 {border: 1px solid #D91424;}div.infodays_date.section6 b {background: #D91424;}a.news.section6 b {background: #D91424;}a.news.section6 div.news_image {background: #D91424;}a.news.section6 strong {color: #D91424;}a.news.section6 div.news_text_info em {background: #D91424;}.content.section6 .news_category_filter a {border: 1px solid #D91424;}.content.section6 .news_category_filter a:hover, .content.section6 .news_category_filter a.selected {color: #fff;background: #D91424;}div.news_date.section6 b {background: #D91424;}em.section_name.section6 {background: #D91424;}.content.section6 .clndr-grid .days .day.event {background: #D91424;}a.album.section6 b {background: #D91424;}a.album.section6 div.album_image {background: #D91424;}a.spotlight.section6 div.spotlight_info strong {color: #D91424;}.section6 button {color: #fff;background: #D91424;}.section6 button:hover {background: #555;}em.section6 {background: #D91424;}span.section6 {color: #D91424;}.schoolinfo.section7, .schoolinfo.section7 a {color: #D91424;}a.button.white.section7:hover {color: #fff !important;background: #D91424 !important;}.content.section7 a {color: #D91424;}.content a.section7 {color: #D91424;}.content.section7 a:hover {border-bottom: 1px solid #D91424;}.content a.section7:hover {border-bottom: 1px solid #D91424;}.section7 a.button {color: #fff;background: #D91424;}.section7 a.button:hover {background: #555;}.section7 h1 {color: #D91424;}h1.section7 {color: #D91424;}.section7 h2 {color: #D91424;}.content.section7 ul.subnav li a:hover, .content.section7 ul.subnav li a.selected {color: #D91424;}a.section_block.section7 {color: #D91424;}.infodays_block.section7 {border: 1px solid #D91424;}div.infodays_date.section7 b {background: #D91424;}a.news.section7 b {background: #D91424;}a.news.section7 div.news_image {background: #D91424;}a.news.section7 strong {color: #D91424;}a.news.section7 div.news_text_info em {background: #D91424;}.content.section7 .news_category_filter a {border: 1px solid #D91424;}.content.section7 .news_category_filter a:hover, .content.section7 .news_category_filter a.selected {color: #fff;background: #D91424;}div.news_date.section7 b {background: #D91424;}em.section_name.section7 {background: #D91424;}.content.section7 .clndr-grid .days .day.event {background: #D91424;}a.album.section7 b {background: #D91424;}a.album.section7 div.album_image {background: #D91424;}a.spotlight.section7 div.spotlight_info strong {color: #D91424;}.section7 button {color: #fff;background: #D91424;}.section7 button:hover {background: #555;}em.section7 {background: #D91424;}span.section7 {color: #D91424;}.schoolinfo.section8, .schoolinfo.section8 a {color: #D91424;}a.button.white.section8:hover {color: #fff !important;background: #D91424 !important;}.content.section8 a {color: #D91424;}.content a.section8 {color: #D91424;}.content.section8 a:hover {border-bottom: 1px solid #D91424;}.content a.section8:hover {border-bottom: 1px solid #D91424;}.section8 a.button {color: #fff;background: #D91424;}.section8 a.button:hover {background: #555;}.section8 h1 {color: #D91424;}h1.section8 {color: #D91424;}.section8 h2 {color: #D91424;}.content.section8 ul.subnav li a:hover, .content.section8 ul.subnav li a.selected {color: #D91424;}a.section_block.section8 {color: #D91424;}.infodays_block.section8 {border: 1px solid #D91424;}div.infodays_date.section8 b {background: #D91424;}a.news.section8 b {background: #D91424;}a.news.section8 div.news_image {background: #D91424;}a.news.section8 strong {color: #D91424;}a.news.section8 div.news_text_info em {background: #D91424;}.content.section8 .news_category_filter a {border: 1px solid #D91424;}.content.section8 .news_category_filter a:hover, .content.section8 .news_category_filter a.selected {color: #fff;background: #D91424;}div.news_date.section8 b {background: #D91424;}em.section_name.section8 {background: #D91424;}.content.section8 .clndr-grid .days .day.event {background: #D91424;}a.album.section8 b {background: #D91424;}a.album.section8 div.album_image {background: #D91424;}a.spotlight.section8 div.spotlight_info strong {color: #D91424;}.section8 button {color: #fff;background: #D91424;}.section8 button:hover {background: #555;}em.section8 {background: #D91424;}span.section8 {color: #D91424;}.schoolinfo.section9, .schoolinfo.section9 a {color: #D91424;}a.button.white.section9:hover {color: #fff !important;background: #D91424 !important;}.content.section9 a {color: #D91424;}.content a.section9 {color: #D91424;}.content.section9 a:hover {border-bottom: 1px solid #D91424;}.content a.section9:hover {border-bottom: 1px solid #D91424;}.section9 a.button {color: #fff;background: #D91424;}.section9 a.button:hover {background: #555;}.section9 h1 {color: #D91424;}h1.section9 {color: #D91424;}.section9 h2 {color: #D91424;}.content.section9 ul.subnav li a:hover, .content.section9 ul.subnav li a.selected {color: #D91424;}a.section_block.section9 {color: #D91424;}.infodays_block.section9 {border: 1px solid #D91424;}div.infodays_date.section9 b {background: #D91424;}a.news.section9 b {background: #D91424;}a.news.section9 div.news_image {background: #D91424;}a.news.section9 strong {color: #D91424;}a.news.section9 div.news_text_info em {background: #D91424;}.content.section9 .news_category_filter a {border: 1px solid #D91424;}.content.section9 .news_category_filter a:hover, .content.section9 .news_category_filter a.selected {color: #fff;background: #D91424;}div.news_date.section9 b {background: #D91424;}em.section_name.section9 {background: #D91424;}.content.section9 .clndr-grid .days .day.event {background: #D91424;}a.album.section9 b {background: #D91424;}a.album.section9 div.album_image {background: #D91424;}a.spotlight.section9 div.spotlight_info strong {color: #D91424;}.section9 button {color: #fff;background: #D91424;}.section9 button:hover {background: #555;}em.section9 {background: #D91424;}span.section9 {color: #D91424;}.schoolinfo.section10, .schoolinfo.section10 a {color: #55555;}a.button.white.section10:hover {color: #fff !important;background: #55555 !important;}.content.section10 a {color: #55555;}.content a.section10 {color: #55555;}.content.section10 a:hover {border-bottom: 1px solid #55555;}.content a.section10:hover {border-bottom: 1px solid #55555;}.section10 a.button {color: #fff;background: #55555;}.section10 a.button:hover {background: #555;}.section10 h1 {color: #55555;}h1.section10 {color: #55555;}.section10 h2 {color: #55555;}.content.section10 ul.subnav li a:hover, .content.section10 ul.subnav li a.selected {color: #55555;}a.section_block.section10 {color: #55555;}.infodays_block.section10 {border: 1px solid #55555;}div.infodays_date.section10 b {background: #55555;}a.news.section10 b {background: #55555;}a.news.section10 div.news_image {background: #55555;}a.news.section10 strong {color: #55555;}a.news.section10 div.news_text_info em {background: #55555;}.content.section10 .news_category_filter a {border: 1px solid #55555;}.content.section10 .news_category_filter a:hover, .content.section10 .news_category_filter a.selected {color: #fff;background: #55555;}div.news_date.section10 b {background: #55555;}em.section_name.section10 {background: #55555;}.content.section10 .clndr-grid .days .day.event {background: #55555;}a.album.section10 b {background: #55555;}a.album.section10 div.album_image {background: #55555;}a.spotlight.section10 div.spotlight_info strong {color: #55555;}.section10 button {color: #fff;background: #55555;}.section10 button:hover {background: #555;}em.section10 {background: #55555;}span.section10 {color: #55555;}.schoolinfo.section12, .schoolinfo.section12 a {color: #009AD4;}a.button.white.section12:hover {color: #fff !important;background: #009AD4 !important;}.content.section12 a {color: #009AD4;}.content a.section12 {color: #009AD4;}.content.section12 a:hover {border-bottom: 1px solid #009AD4;}.content a.section12:hover {border-bottom: 1px solid #009AD4;}.section12 a.button {color: #fff;background: #009AD4;}.section12 a.button:hover {background: #555;}.section12 h1 {color: #009AD4;}h1.section12 {color: #009AD4;}.section12 h2 {color: #009AD4;}.content.section12 ul.subnav li a:hover, .content.section12 ul.subnav li a.selected {color: #009AD4;}a.section_block.section12 {color: #009AD4;}.infodays_block.section12 {border: 1px solid #009AD4;}div.infodays_date.section12 b {background: #009AD4;}a.news.section12 b {background: #009AD4;}a.news.section12 div.news_image {background: #009AD4;}a.news.section12 strong {color: #009AD4;}a.news.section12 div.news_text_info em {background: #009AD4;}.content.section12 .news_category_filter a {border: 1px solid #009AD4;}.content.section12 .news_category_filter a:hover, .content.section12 .news_category_filter a.selected {color: #fff;background: #009AD4;}div.news_date.section12 b {background: #009AD4;}em.section_name.section12 {background: #009AD4;}.content.section12 .clndr-grid .days .day.event {background: #009AD4;}a.album.section12 b {background: #009AD4;}a.album.section12 div.album_image {background: #009AD4;}a.spotlight.section12 div.spotlight_info strong {color: #009AD4;}.section12 button {color: #fff;background: #009AD4;}.section12 button:hover {background: #555;}em.section12 {background: #009AD4;}span.section12 {color: #009AD4;}.schoolinfo.section13, .schoolinfo.section13 a {color: #54AC00;}a.button.white.section13:hover {color: #fff !important;background: #54AC00 !important;}.content.section13 a {color: #54AC00;}.content a.section13 {color: #54AC00;}.content.section13 a:hover {border-bottom: 1px solid #54AC00;}.content a.section13:hover {border-bottom: 1px solid #54AC00;}.section13 a.button {color: #fff;background: #54AC00;}.section13 a.button:hover {background: #555;}.section13 h1 {color: #54AC00;}h1.section13 {color: #54AC00;}.section13 h2 {color: #54AC00;}.content.section13 ul.subnav li a:hover, .content.section13 ul.subnav li a.selected {color: #54AC00;}a.section_block.section13 {color: #54AC00;}.infodays_block.section13 {border: 1px solid #54AC00;}div.infodays_date.section13 b {background: #54AC00;}a.news.section13 b {background: #54AC00;}a.news.section13 div.news_image {background: #54AC00;}a.news.section13 strong {color: #54AC00;}a.news.section13 div.news_text_info em {background: #54AC00;}.content.section13 .news_category_filter a {border: 1px solid #54AC00;}.content.section13 .news_category_filter a:hover, .content.section13 .news_category_filter a.selected {color: #fff;background: #54AC00;}div.news_date.section13 b {background: #54AC00;}em.section_name.section13 {background: #54AC00;}.content.section13 .clndr-grid .days .day.event {background: #54AC00;}a.album.section13 b {background: #54AC00;}a.album.section13 div.album_image {background: #54AC00;}a.spotlight.section13 div.spotlight_info strong {color: #54AC00;}.section13 button {color: #fff;background: #54AC00;}.section13 button:hover {background: #555;}em.section13 {background: #54AC00;}span.section13 {color: #54AC00;}.schoolinfo.section14, .schoolinfo.section14 a {color: #0E71B4;}a.button.white.section14:hover {color: #fff !important;background: #0E71B4 !important;}.content.section14 a {color: #0E71B4;}.content a.section14 {color: #0E71B4;}.content.section14 a:hover {border-bottom: 1px solid #0E71B4;}.content a.section14:hover {border-bottom: 1px solid #0E71B4;}.section14 a.button {color: #fff;background: #0E71B4;}.section14 a.button:hover {background: #555;}.section14 h1 {color: #0E71B4;}h1.section14 {color: #0E71B4;}.section14 h2 {color: #0E71B4;}.content.section14 ul.subnav li a:hover, .content.section14 ul.subnav li a.selected {color: #0E71B4;}a.section_block.section14 {color: #0E71B4;}.infodays_block.section14 {border: 1px solid #0E71B4;}div.infodays_date.section14 b {background: #0E71B4;}a.news.section14 b {background: #0E71B4;}a.news.section14 div.news_image {background: #0E71B4;}a.news.section14 strong {color: #0E71B4;}a.news.section14 div.news_text_info em {background: #0E71B4;}.content.section14 .news_category_filter a {border: 1px solid #0E71B4;}.content.section14 .news_category_filter a:hover, .content.section14 .news_category_filter a.selected {color: #fff;background: #0E71B4;}div.news_date.section14 b {background: #0E71B4;}em.section_name.section14 {background: #0E71B4;}.content.section14 .clndr-grid .days .day.event {background: #0E71B4;}a.album.section14 b {background: #0E71B4;}a.album.section14 div.album_image {background: #0E71B4;}a.spotlight.section14 div.spotlight_info strong {color: #0E71B4;}.section14 button {color: #fff;background: #0E71B4;}.section14 button:hover {background: #555;}em.section14 {background: #0E71B4;}span.section14 {color: #0E71B4;}.schoolinfo.section15, .schoolinfo.section15 a {color: #03B006;}a.button.white.section15:hover {color: #fff !important;background: #03B006 !important;}.content.section15 a {color: #03B006;}.content a.section15 {color: #03B006;}.content.section15 a:hover {border-bottom: 1px solid #03B006;}.content a.section15:hover {border-bottom: 1px solid #03B006;}.section15 a.button {color: #fff;background: #03B006;}.section15 a.button:hover {background: #555;}.section15 h1 {color: #03B006;}h1.section15 {color: #03B006;}.section15 h2 {color: #03B006;}.content.section15 ul.subnav li a:hover, .content.section15 ul.subnav li a.selected {color: #03B006;}a.section_block.section15 {color: #03B006;}.infodays_block.section15 {border: 1px solid #03B006;}div.infodays_date.section15 b {background: #03B006;}a.news.section15 b {background: #03B006;}a.news.section15 div.news_image {background: #03B006;}a.news.section15 strong {color: #03B006;}a.news.section15 div.news_text_info em {background: #03B006;}.content.section15 .news_category_filter a {border: 1px solid #03B006;}.content.section15 .news_category_filter a:hover, .content.section15 .news_category_filter a.selected {color: #fff;background: #03B006;}div.news_date.section15 b {background: #03B006;}em.section_name.section15 {background: #03B006;}.content.section15 .clndr-grid .days .day.event {background: #03B006;}a.album.section15 b {background: #03B006;}a.album.section15 div.album_image {background: #03B006;}a.spotlight.section15 div.spotlight_info strong {color: #03B006;}.section15 button {color: #fff;background: #03B006;}.section15 button:hover {background: #555;}em.section15 {background: #03B006;}span.section15 {color: #03B006;}.schoolinfo.section16, .schoolinfo.section16 a {color: #FBD833;}a.button.white.section16:hover {color: #fff !important;background: #FBD833 !important;}.content.section16 a {color: #FBD833;}.content a.section16 {color: #FBD833;}.content.section16 a:hover {border-bottom: 1px solid #FBD833;}.content a.section16:hover {border-bottom: 1px solid #FBD833;}.section16 a.button {color: #fff;background: #FBD833;}.section16 a.button:hover {background: #555;}.section16 h1 {color: #FBD833;}h1.section16 {color: #FBD833;}.section16 h2 {color: #FBD833;}.content.section16 ul.subnav li a:hover, .content.section16 ul.subnav li a.selected {color: #FBD833;}a.section_block.section16 {color: #FBD833;}.infodays_block.section16 {border: 1px solid #FBD833;}div.infodays_date.section16 b {background: #FBD833;}a.news.section16 b {background: #FBD833;}a.news.section16 div.news_image {background: #FBD833;}a.news.section16 strong {color: #FBD833;}a.news.section16 div.news_text_info em {background: #FBD833;}.content.section16 .news_category_filter a {border: 1px solid #FBD833;}.content.section16 .news_category_filter a:hover, .content.section16 .news_category_filter a.selected {color: #fff;background: #FBD833;}div.news_date.section16 b {background: #FBD833;}em.section_name.section16 {background: #FBD833;}.content.section16 .clndr-grid .days .day.event {background: #FBD833;}a.album.section16 b {background: #FBD833;}a.album.section16 div.album_image {background: #FBD833;}a.spotlight.section16 div.spotlight_info strong {color: #FBD833;}.section16 button {color: #fff;background: #FBD833;}.section16 button:hover {background: #555;}em.section16 {background: #FBD833;}span.section16 {color: #FBD833;}.schoolinfo.section17, .schoolinfo.section17 a {color: #60608E;}a.button.white.section17:hover {color: #fff !important;background: #60608E !important;}.content.section17 a {color: #60608E;}.content a.section17 {color: #60608E;}.content.section17 a:hover {border-bottom: 1px solid #60608E;}.content a.section17:hover {border-bottom: 1px solid #60608E;}.section17 a.button {color: #fff;background: #60608E;}.section17 a.button:hover {background: #555;}.section17 h1 {color: #60608E;}h1.section17 {color: #60608E;}.section17 h2 {color: #60608E;}.content.section17 ul.subnav li a:hover, .content.section17 ul.subnav li a.selected {color: #60608E;}a.section_block.section17 {color: #60608E;}.infodays_block.section17 {border: 1px solid #60608E;}div.infodays_date.section17 b {background: #60608E;}a.news.section17 b {background: #60608E;}a.news.section17 div.news_image {background: #60608E;}a.news.section17 strong {color: #60608E;}a.news.section17 div.news_text_info em {background: #60608E;}.content.section17 .news_category_filter a {border: 1px solid #60608E;}.content.section17 .news_category_filter a:hover, .content.section17 .news_category_filter a.selected {color: #fff;background: #60608E;}div.news_date.section17 b {background: #60608E;}em.section_name.section17 {background: #60608E;}.content.section17 .clndr-grid .days .day.event {background: #60608E;}a.album.section17 b {background: #60608E;}a.album.section17 div.album_image {background: #60608E;}a.spotlight.section17 div.spotlight_info strong {color: #60608E;}.section17 button {color: #fff;background: #60608E;}.section17 button:hover {background: #555;}em.section17 {background: #60608E;}span.section17 {color: #60608E;}.schoolinfo.section18, .schoolinfo.section18 a {color: #65B6BA;}a.button.white.section18:hover {color: #fff !important;background: #65B6BA !important;}.content.section18 a {color: #65B6BA;}.content a.section18 {color: #65B6BA;}.content.section18 a:hover {border-bottom: 1px solid #65B6BA;}.content a.section18:hover {border-bottom: 1px solid #65B6BA;}.section18 a.button {color: #fff;background: #65B6BA;}.section18 a.button:hover {background: #555;}.section18 h1 {color: #65B6BA;}h1.section18 {color: #65B6BA;}.section18 h2 {color: #65B6BA;}.content.section18 ul.subnav li a:hover, .content.section18 ul.subnav li a.selected {color: #65B6BA;}a.section_block.section18 {color: #65B6BA;}.infodays_block.section18 {border: 1px solid #65B6BA;}div.infodays_date.section18 b {background: #65B6BA;}a.news.section18 b {background: #65B6BA;}a.news.section18 div.news_image {background: #65B6BA;}a.news.section18 strong {color: #65B6BA;}a.news.section18 div.news_text_info em {background: #65B6BA;}.content.section18 .news_category_filter a {border: 1px solid #65B6BA;}.content.section18 .news_category_filter a:hover, .content.section18 .news_category_filter a.selected {color: #fff;background: #65B6BA;}div.news_date.section18 b {background: #65B6BA;}em.section_name.section18 {background: #65B6BA;}.content.section18 .clndr-grid .days .day.event {background: #65B6BA;}a.album.section18 b {background: #65B6BA;}a.album.section18 div.album_image {background: #65B6BA;}a.spotlight.section18 div.spotlight_info strong {color: #65B6BA;}.section18 button {color: #fff;background: #65B6BA;}.section18 button:hover {background: #555;}em.section18 {background: #65B6BA;}span.section18 {color: #65B6BA;}.schoolinfo.section19, .schoolinfo.section19 a {color: #AD3B2C;}a.button.white.section19:hover {color: #fff !important;background: #AD3B2C !important;}.content.section19 a {color: #AD3B2C;}.content a.section19 {color: #AD3B2C;}.content.section19 a:hover {border-bottom: 1px solid #AD3B2C;}.content a.section19:hover {border-bottom: 1px solid #AD3B2C;}.section19 a.button {color: #fff;background: #AD3B2C;}.section19 a.button:hover {background: #555;}.section19 h1 {color: #AD3B2C;}h1.section19 {color: #AD3B2C;}.section19 h2 {color: #AD3B2C;}.content.section19 ul.subnav li a:hover, .content.section19 ul.subnav li a.selected {color: #AD3B2C;}a.section_block.section19 {color: #AD3B2C;}.infodays_block.section19 {border: 1px solid #AD3B2C;}div.infodays_date.section19 b {background: #AD3B2C;}a.news.section19 b {background: #AD3B2C;}a.news.section19 div.news_image {background: #AD3B2C;}a.news.section19 strong {color: #AD3B2C;}a.news.section19 div.news_text_info em {background: #AD3B2C;}.content.section19 .news_category_filter a {border: 1px solid #AD3B2C;}.content.section19 .news_category_filter a:hover, .content.section19 .news_category_filter a.selected {color: #fff;background: #AD3B2C;}div.news_date.section19 b {background: #AD3B2C;}em.section_name.section19 {background: #AD3B2C;}.content.section19 .clndr-grid .days .day.event {background: #AD3B2C;}a.album.section19 b {background: #AD3B2C;}a.album.section19 div.album_image {background: #AD3B2C;}a.spotlight.section19 div.spotlight_info strong {color: #AD3B2C;}.section19 button {color: #fff;background: #AD3B2C;}.section19 button:hover {background: #555;}em.section19 {background: #AD3B2C;}span.section19 {color: #AD3B2C;}.schoolinfo.section20, .schoolinfo.section20 a {color: #C6CC07;}a.button.white.section20:hover {color: #fff !important;background: #C6CC07 !important;}.content.section20 a {color: #C6CC07;}.content a.section20 {color: #C6CC07;}.content.section20 a:hover {border-bottom: 1px solid #C6CC07;}.content a.section20:hover {border-bottom: 1px solid #C6CC07;}.section20 a.button {color: #fff;background: #C6CC07;}.section20 a.button:hover {background: #555;}.section20 h1 {color: #C6CC07;}h1.section20 {color: #C6CC07;}.section20 h2 {color: #C6CC07;}.content.section20 ul.subnav li a:hover, .content.section20 ul.subnav li a.selected {color: #C6CC07;}a.section_block.section20 {color: #C6CC07;}.infodays_block.section20 {border: 1px solid #C6CC07;}div.infodays_date.section20 b {background: #C6CC07;}a.news.section20 b {background: #C6CC07;}a.news.section20 div.news_image {background: #C6CC07;}a.news.section20 strong {color: #C6CC07;}a.news.section20 div.news_text_info em {background: #C6CC07;}.content.section20 .news_category_filter a {border: 1px solid #C6CC07;}.content.section20 .news_category_filter a:hover, .content.section20 .news_category_filter a.selected {color: #fff;background: #C6CC07;}div.news_date.section20 b {background: #C6CC07;}em.section_name.section20 {background: #C6CC07;}.content.section20 .clndr-grid .days .day.event {background: #C6CC07;}a.album.section20 b {background: #C6CC07;}a.album.section20 div.album_image {background: #C6CC07;}a.spotlight.section20 div.spotlight_info strong {color: #C6CC07;}.section20 button {color: #fff;background: #C6CC07;}.section20 button:hover {background: #555;}em.section20 {background: #C6CC07;}span.section20 {color: #C6CC07;}.schoolinfo.section21, .schoolinfo.section21 a {color: #DA326C;}a.button.white.section21:hover {color: #fff !important;background: #DA326C !important;}.content.section21 a {color: #DA326C;}.content a.section21 {color: #DA326C;}.content.section21 a:hover {border-bottom: 1px solid #DA326C;}.content a.section21:hover {border-bottom: 1px solid #DA326C;}.section21 a.button {color: #fff;background: #DA326C;}.section21 a.button:hover {background: #555;}.section21 h1 {color: #DA326C;}h1.section21 {color: #DA326C;}.section21 h2 {color: #DA326C;}.content.section21 ul.subnav li a:hover, .content.section21 ul.subnav li a.selected {color: #DA326C;}a.section_block.section21 {color: #DA326C;}.infodays_block.section21 {border: 1px solid #DA326C;}div.infodays_date.section21 b {background: #DA326C;}a.news.section21 b {background: #DA326C;}a.news.section21 div.news_image {background: #DA326C;}a.news.section21 strong {color: #DA326C;}a.news.section21 div.news_text_info em {background: #DA326C;}.content.section21 .news_category_filter a {border: 1px solid #DA326C;}.content.section21 .news_category_filter a:hover, .content.section21 .news_category_filter a.selected {color: #fff;background: #DA326C;}div.news_date.section21 b {background: #DA326C;}em.section_name.section21 {background: #DA326C;}.content.section21 .clndr-grid .days .day.event {background: #DA326C;}a.album.section21 b {background: #DA326C;}a.album.section21 div.album_image {background: #DA326C;}a.spotlight.section21 div.spotlight_info strong {color: #DA326C;}.section21 button {color: #fff;background: #DA326C;}.section21 button:hover {background: #555;}em.section21 {background: #DA326C;}span.section21 {color: #DA326C;}.schoolinfo.section22, .schoolinfo.section22 a {color: #A2DE58;}a.button.white.section22:hover {color: #fff !important;background: #A2DE58 !important;}.content.section22 a {color: #A2DE58;}.content a.section22 {color: #A2DE58;}.content.section22 a:hover {border-bottom: 1px solid #A2DE58;}.content a.section22:hover {border-bottom: 1px solid #A2DE58;}.section22 a.button {color: #fff;background: #A2DE58;}.section22 a.button:hover {background: #555;}.section22 h1 {color: #A2DE58;}h1.section22 {color: #A2DE58;}.section22 h2 {color: #A2DE58;}.content.section22 ul.subnav li a:hover, .content.section22 ul.subnav li a.selected {color: #A2DE58;}a.section_block.section22 {color: #A2DE58;}.infodays_block.section22 {border: 1px solid #A2DE58;}div.infodays_date.section22 b {background: #A2DE58;}a.news.section22 b {background: #A2DE58;}a.news.section22 div.news_image {background: #A2DE58;}a.news.section22 strong {color: #A2DE58;}a.news.section22 div.news_text_info em {background: #A2DE58;}.content.section22 .news_category_filter a {border: 1px solid #A2DE58;}.content.section22 .news_category_filter a:hover, .content.section22 .news_category_filter a.selected {color: #fff;background: #A2DE58;}div.news_date.section22 b {background: #A2DE58;}em.section_name.section22 {background: #A2DE58;}.content.section22 .clndr-grid .days .day.event {background: #A2DE58;}a.album.section22 b {background: #A2DE58;}a.album.section22 div.album_image {background: #A2DE58;}a.spotlight.section22 div.spotlight_info strong {color: #A2DE58;}.section22 button {color: #fff;background: #A2DE58;}.section22 button:hover {background: #555;}em.section22 {background: #A2DE58;}span.section22 {color: #A2DE58;}.schoolinfo.section23, .schoolinfo.section23 a {color: #5CA3CF;}a.button.white.section23:hover {color: #fff !important;background: #5CA3CF !important;}.content.section23 a {color: #5CA3CF;}.content a.section23 {color: #5CA3CF;}.content.section23 a:hover {border-bottom: 1px solid #5CA3CF;}.content a.section23:hover {border-bottom: 1px solid #5CA3CF;}.section23 a.button {color: #fff;background: #5CA3CF;}.section23 a.button:hover {background: #555;}.section23 h1 {color: #5CA3CF;}h1.section23 {color: #5CA3CF;}.section23 h2 {color: #5CA3CF;}.content.section23 ul.subnav li a:hover, .content.section23 ul.subnav li a.selected {color: #5CA3CF;}a.section_block.section23 {color: #5CA3CF;}.infodays_block.section23 {border: 1px solid #5CA3CF;}div.infodays_date.section23 b {background: #5CA3CF;}a.news.section23 b {background: #5CA3CF;}a.news.section23 div.news_image {background: #5CA3CF;}a.news.section23 strong {color: #5CA3CF;}a.news.section23 div.news_text_info em {background: #5CA3CF;}.content.section23 .news_category_filter a {border: 1px solid #5CA3CF;}.content.section23 .news_category_filter a:hover, .content.section23 .news_category_filter a.selected {color: #fff;background: #5CA3CF;}div.news_date.section23 b {background: #5CA3CF;}em.section_name.section23 {background: #5CA3CF;}.content.section23 .clndr-grid .days .day.event {background: #5CA3CF;}a.album.section23 b {background: #5CA3CF;}a.album.section23 div.album_image {background: #5CA3CF;}a.spotlight.section23 div.spotlight_info strong {color: #5CA3CF;}.section23 button {color: #fff;background: #5CA3CF;}.section23 button:hover {background: #555;}em.section23 {background: #5CA3CF;}span.section23 {color: #5CA3CF;}.schoolinfo.section24, .schoolinfo.section24 a {color: #05B4AB;}a.button.white.section24:hover {color: #fff !important;background: #05B4AB !important;}.content.section24 a {color: #05B4AB;}.content a.section24 {color: #05B4AB;}.content.section24 a:hover {border-bottom: 1px solid #05B4AB;}.content a.section24:hover {border-bottom: 1px solid #05B4AB;}.section24 a.button {color: #fff;background: #05B4AB;}.section24 a.button:hover {background: #555;}.section24 h1 {color: #05B4AB;}h1.section24 {color: #05B4AB;}.section24 h2 {color: #05B4AB;}.content.section24 ul.subnav li a:hover, .content.section24 ul.subnav li a.selected {color: #05B4AB;}a.section_block.section24 {color: #05B4AB;}.infodays_block.section24 {border: 1px solid #05B4AB;}div.infodays_date.section24 b {background: #05B4AB;}a.news.section24 b {background: #05B4AB;}a.news.section24 div.news_image {background: #05B4AB;}a.news.section24 strong {color: #05B4AB;}a.news.section24 div.news_text_info em {background: #05B4AB;}.content.section24 .news_category_filter a {border: 1px solid #05B4AB;}.content.section24 .news_category_filter a:hover, .content.section24 .news_category_filter a.selected {color: #fff;background: #05B4AB;}div.news_date.section24 b {background: #05B4AB;}em.section_name.section24 {background: #05B4AB;}.content.section24 .clndr-grid .days .day.event {background: #05B4AB;}a.album.section24 b {background: #05B4AB;}a.album.section24 div.album_image {background: #05B4AB;}a.spotlight.section24 div.spotlight_info strong {color: #05B4AB;}.section24 button {color: #fff;background: #05B4AB;}.section24 button:hover {background: #555;}em.section24 {background: #05B4AB;}span.section24 {color: #05B4AB;}/* 1280px */@media all and (max-width: 80em) { .wrapper {width: 94%;}}/* 1200px */@media all and (max-width: 75em) { .search_block_bottom {padding: 20px 3%;}}/* 1120px */@media all and (max-width: 70em) { nav a {margin-left: 25px;}a.section_block {margin-bottom: 20px;}a.section_block div strong {font-size: 30px;}a.section_block div.section_text {padding-top: 30px;}a.section_block div.section_text strong {font-size: 25px;}}/* 1040px */@media all and (max-width: 65em) { nav a {font-size: 17px;}div.banner_text strong {font-size: 40px;}div.banner_text span {font-size: 20px;}div.banner_text a.button {margin-top: 20px;}.schoolinfo .left {font-size: 20px;}.schoolinfo .right {font-size: 15px;}a.section_block div strong {font-size: 28px;}form.search_form {float: left;width: 100%;margin-left: 0;margin-bottom: 15px;}form.search_form input.search {border-top: 1px solid #ddd;}}/* 960px */@media all and (max-width: 60em) { .controls.school_controls {width: auto;}.crumb.school_crumb {display: none;}.crumb .hide {display: none;}.schoolinfo .right {float: left;width: 100%;text-align: left;font-size: 14px;}a.section_block {width: 48.5%;}.section_block_dummy {display: none;}}/* 880px */@media all and (max-width: 55em) { .header {padding: 15px 0 0 0 !important;}.logo, .logo.home {height: 80px;margin-bottom: 15px;}nav {display: none;width: 100%;margin-top: 0 !important;margin-bottom: 25px;border-top: 1px solid rgba(85,85,85, 0.2);}nav a {float: left;width: 100%;padding: 15px 0;margin: 0;font-size: 18px !important;text-align: left;border-bottom: 1px solid rgba(85,85,85, 0.2);}nav a.selected {color: #555;}nav a span {padding: 0;}.nav_toggle {display: block;}div.rsNav {display: none;}div.banner_text {padding-bottom: 25px !important;}.schoolinfo {padding: 10px 0;}.content {padding: 25px 0 0 0;}a.section_block {margin-bottom: 25px;}a.news {margin-bottom: 20px;}.contact_left {width: 48%;}.contact_right {width: 48%;}.search_block .select-wrapper {width: 100%;margin-right: 0;margin-bottom: 15px;}.search_block .select-wrapper.last {margin-bottom: 0;}.spotlight_block {float: left;width: 99.5%;min-height: 10px !important;margin-bottom: 25px;}a.spotlight div.spotlight_info {padding-bottom: 0;}.study_filter_wrapper {padding: 35px 0 25px 0;}.study_filter_block {width: 100% !important;margin-bottom: 15px;}.study_filter_block span.label {margin-bottom: 8px;}.study_filter_block:last-of-type {margin-bottom: 0;}}/* 720px */@media all and (max-width: 45em) { .header .wrapper {width: 100%;}.logo,.logo.home {margin-left: 30px;}.nav_toggle {margin-right: 30px;}.crumb {display: none;}.mobile_crumb {display: block;}.school_mobile_crumb {display: none;}.content h1 {font-size: 24px;}.content h2 {font-size: 18px;}div.banner_text strong {font-size: 28px;}div.banner_text span {font-size: 18px;}a.button {padding: 10px 15px;}.schoolinfo .left {font-size: 18px;}.schoolinfo .right {font-size: 13px;}.sidebar {width: 100%;margin-bottom: 15px;}.text.left {width: 100%;}.text {width: 100%;}nav {border-top: none;margin-bottom: 0;}nav a {width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.5);border-bottom: none;}nav a span {padding: 0 20px;}.contact_left {width: 100%;}.contact_right {width: 100%;}a.album {width: 47%;margin-right: 3%;margin-bottom: 20px;}.content hr.splitter4 {display: none;}.content hr.splitter2 {display: block;}div.image_thumb {width: 23%;margin: 0 2% 15px 0;}.content ul.subnav {border-top: 1px solid #ddd;}.header nav ul.subnav {display: block;float: left;width: 100%;list-style-type: none !important;}.header.section2 nav ul.subnav {background: #b37400;}.header.section3 nav ul.subnav, .header.section4 nav ul.subnav {background: #578d04;}.header.section5 nav ul.subnav {background: #234a9b;}.header.section6 nav ul.subnav, .header.section7 nav ul.subnav, .header.section8 nav ul.subnav, .header.section9 nav ul.subnav {background: #b4000f;}.header.section10 nav ul.subnav {background: #743074;}.header nav ul.subnav li ul {list-style-type: none;}.header nav ul.subnav li a {font-size: 15px !important;}.header nav ul.subnav li ul li a {font-size: 14px !important;}.header nav ul.subnav li ul li ul li a {font-size: 13px !important;}.sidebar ul.subnav {display: none;}.search_block_top, .search_block_bottom {padding: 20px 3%;}}/* 640px */@media all and (max-width: 40em) { div.banner_text a.button {display: none;}a.section_block {width: 100%;margin-bottom: 15px;}a.section_block div.section_text {padding-top: 50px;}}/* 560px */@media all and (max-width: 35em) { #spotlight {margin-bottom: 15px;}.clndr {width: 94%;margin: 0 3%;margin-bottom: 25px;}.header {padding: 10px 0 0 0 !important;}.logo,.logo.home {height: 60px;margin-left: 15px;margin-bottom: 10px;}.nav_toggle {margin-top: 14px !important;margin-right: 25px;}td.responsive {float: left;width: 100% !important;}td.noresponsive {display: none;}div.banner_text_bg {display: none;}div.banner_text {position: relative;float: left;width: 100%;padding: 15px 0 !important;color: #fff;background: #555;border-top: 3px solid #fff;}div.banner_text.section2 {background: #e91;}div.banner_text.section3, div.banner_text.section4 {background: #7b2;}div.banner_text.section5 {background: #36c;}div.banner_text.section6, div.banner_text.section7, div.banner_text.section8, div.banner_text.section9 {background: #e02;}div.banner_text.section10 {background: #949;}div.banner_text strong {font-size: 24px;line-height: 1.1em;}div.banner_text span {float: left;width: 100%;font-size: 16px;margin-top: 5px;}.schoolinfo .right {display: none;}.text_block {padding: 25px 0 0 0;margin: 0 0 20px 0;border-top: 1px solid #ddd;}a.news div.news_image {width: 100%;}a.news div.news_text {float: left;width: 100%;}a.news div.news_text_info {width: 92%;padding: 0 4%;}.content h2.large {font-size: 25px;margin-bottom: 20px;}.news_category_filter {margin-bottom: 10px;}.news_category_filter a {font-size: 13px;padding: 8px 12px;margin: 0 5px 5px 0;}div.news_date span.white {display: none;}.contact_left {text-align: center;}.infodays_block {float: left;width: 92%;padding: 30px 4% 0 4%;border-left: 0 !important;border-right: 0 !important;margin-top: 0;margin-bottom: 0;}.infodays_block div.infodays_dates {margin: 0 0 25px 40px;}div.infodays_date b {font-size: 18px;}div.infodays_date span {font-size: 18px;}div.image_thumb {width: 47%;margin: 0 3% 10px 0;}.wrapper.full {width: 100%;}a.search_term {font-size: 15px;margin: 0 10px 10px 0;}.nav_toggle {margin-top: 10px;}.nav_toggle i {font-size: 35px;}}/* 400px */@media all and (max-width: 25em) { form.search_form {display: none;}.top img.icon {float: left;margin: 8px 4px;}.top img.icon.first {margin-left: 11px}div.news_image_wrapper {width: 100%;margin: 0 0 20px 0;}.spotlight_block {width: 99%;}a.album {width: 100%;margin-right: 0;margin-bottom: 15px;}.content hr.splitter2 {display: none;}}/*! * jQuery UI CSS Framework 1.11.3 * 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-clearfix {min-height: 0; /* support: IE7 */}.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: 1000;}/* Interaction Cues----------------------------------*/.ui-state-disabled {cursor: default !important;}/* Icons----------------------------------*//* states and images */.ui-icon {display: block;text-indent: -99999px;overflow: hidden;background-repeat: no-repeat;}/* Misc visuals----------------------------------*//* Overlays */.ui-widget-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;}.ui-draggable-handle {-ms-touch-action: none;touch-action: none;}.ui-resizable {position: relative;}.ui-resizable-handle {position: absolute;font-size: 0.1px;display: block;-ms-touch-action: none;touch-action: none;}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle {display: none;}.ui-resizable-n {cursor: n-resize;height: 7px;width: 100%;top: -5px;left: 0;}.ui-resizable-s {cursor: s-resize;height: 7px;width: 100%;bottom: -5px;left: 0;}.ui-resizable-e {cursor: e-resize;width: 7px;right: -5px;top: 0;height: 100%;}.ui-resizable-w {cursor: w-resize;width: 7px;left: -5px;top: 0;height: 100%;}.ui-resizable-se {cursor: se-resize;width: 12px;height: 12px;right: 1px;bottom: 1px;}.ui-resizable-sw {cursor: sw-resize;width: 9px;height: 9px;left: -5px;bottom: -5px;}.ui-resizable-nw {cursor: nw-resize;width: 9px;height: 9px;left: -5px;top: -5px;}.ui-resizable-ne {cursor: ne-resize;width: 9px;height: 9px;right: -5px;top: -5px;}.ui-selectable {-ms-touch-action: none;touch-action: none;}.ui-selectable-helper {position: absolute;z-index: 100;border: 1px dotted black;}.ui-sortable-handle {-ms-touch-action: none;touch-action: none;}.ui-autocomplete {position: absolute;top: 0;left: 0;cursor: default;}.ui-menu {list-style: none;padding: 0;margin: 0;display: block;outline: none;}.ui-menu .ui-menu {position: absolute;}.ui-menu .ui-menu-item {position: relative;margin: 0;padding: 8px 1em 8px .6em;border-bottom: 1px solid #ddd;cursor: pointer;min-height: 0; /* support: IE7 *//* support: IE10, see #8844 */list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.ui-menu .ui-menu-divider {margin: 5px 0;height: 0;font-size: 0;line-height: 0;border-width: 1px 0 0 0;}.ui-menu .ui-state-focus,.ui-menu .ui-state-active {}/* icon support */.ui-menu-icons {position: relative;}.ui-menu-icons .ui-menu-item {padding-left: 2em;}/* left-aligned */.ui-menu .ui-icon {position: absolute;top: 0;bottom: 0;left: .2em;margin: auto 0;}/* right-aligned */.ui-menu .ui-menu-icon {left: auto;right: 0;}.ui-slider {position: relative;text-align: left;}.ui-slider .ui-slider-handle {position: absolute;z-index: 2;width: 6px;height: 6px;cursor: pointer;-ms-touch-action: none;touch-action: none;border-radius: 15px;outline: none;}.ui-slider .ui-slider-range {position: absolute;z-index: 1;font-size: .7em;display: block;border: 0;background-position: 0 0;}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {filter: inherit;}.ui-slider-horizontal {height: .5em;}.ui-slider-horizontal .ui-slider-handle {top: -.3em;margin-left: -.3em;}.ui-slider-horizontal .ui-slider-range {top: 0;height: 100%;}.ui-slider-horizontal .ui-slider-range-min {left: 3em;}.ui-slider-horizontal .ui-slider-range-max {right: 3em;}.ui-slider-vertical {width: .8em;height: 100px;}.ui-slider-vertical .ui-slider-handle {left: -.3em;margin-left: 0;margin-bottom: -.5em;}.ui-slider-vertical .ui-slider-range {left: 0;width: 100%;}.ui-slider-vertical .ui-slider-range-min {bottom: 0;}.ui-slider-vertical .ui-slider-range-max {top: 0;}/*! * jQuery UI CSS Framework 1.11.2 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ * * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px *//* Component containers----------------------------------*/.ui-widget {font-family: "ubuntu", sans-serif;font-weight: 300;font-size: 14px;}.ui-widget .ui-widget {font-size: 1em;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {font-family: "ubuntu", sans-serif;font-weight: 400;font-size: 1em;}.ui-widget-content {background: #f5f5f5;}.ui-widget-content a {color: #555;}.ui-widget-header {background: #c52200;color: #ffffff;}.ui-widget-header a {color: #ffffff;}/* Interaction states----------------------------------*/.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {background: #fff;font-weight: bold;border: 5px solid #333;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {color: #1c94c4;text-decoration: none;}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {background: #eee;font-weight: 700;}.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 {color: #c77405;text-decoration: none;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {background: #ffffff;font-weight: bold;color: #eb8f00;}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {color: #eb8f00;text-decoration: none;}/* Interaction Cues----------------------------------*/.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {border: 1px solid #fed22f;background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color: #363636;}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {color: #363636;}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {border: 1px solid #cd0a0a;background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;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;}.ui-icon,.ui-widget-content .ui-icon {background-image: url("images/ui-icons_222222_256x240.png");}.ui-widget-header .ui-icon {background-image: url("images/ui-icons_ffffff_256x240.png");}.ui-state-default .ui-icon {background-image: url("images/ui-icons_ef8c08_256x240.png");}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {background-image: url("images/ui-icons_ef8c08_256x240.png");}.ui-state-active .ui-icon {background-image: url("images/ui-icons_ef8c08_256x240.png");}.ui-state-highlight .ui-icon {background-image: url("images/ui-icons_228ef1_256x240.png");}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {background-image: url("images/ui-icons_ffd27a_256x240.png");}/* positioning */.ui-icon-blank { background-position: 16px 16px; }.ui-icon-carat-1-n { background-position: 0 0; }.ui-icon-carat-1-ne { background-position: -16px 0; }.ui-icon-carat-1-e { background-position: -32px 0; }.ui-icon-carat-1-se { background-position: -48px 0; }.ui-icon-carat-1-s { background-position: -64px 0; }.ui-icon-carat-1-sw { background-position: -80px 0; }.ui-icon-carat-1-w { background-position: -96px 0; }.ui-icon-carat-1-nw { background-position: -112px 0; }.ui-icon-carat-2-n-s { background-position: -128px 0; }.ui-icon-carat-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: -64px -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: -64px -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: 0 -48px; }.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }.ui-icon-arrowthick-1-e { background-position: -32px -48px; }.ui-icon-arrowthick-1-se { background-position: -48px -48px; }.ui-icon-arrowthick-1-s { background-position: -64px -48px; }.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }.ui-icon-arrowthick-1-w { background-position: -96px -48px; }.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }.ui-icon-arrow-4 { background-position: 0 -80px; }.ui-icon-arrow-4-diag { background-position: -16px -80px; }.ui-icon-extlink { background-position: -32px -80px; }.ui-icon-newwin { background-position: -48px -80px; }.ui-icon-refresh { background-position: -64px -80px; }.ui-icon-shuffle { background-position: -80px -80px; }.ui-icon-transfer-e-w { background-position: -96px -80px; }.ui-icon-transferthick-e-w { background-position: -112px -80px; }.ui-icon-folder-collapsed { background-position: 0 -96px; }.ui-icon-folder-open { background-position: -16px -96px; }.ui-icon-document { background-position: -32px -96px; }.ui-icon-document-b { background-position: -48px -96px; }.ui-icon-note { background-position: -64px -96px; }.ui-icon-mail-closed { background-position: -80px -96px; }.ui-icon-mail-open { background-position: -96px -96px; }.ui-icon-suitcase { background-position: -112px -96px; }.ui-icon-comment { background-position: -128px -96px; }.ui-icon-person { background-position: -144px -96px; }.ui-icon-print { background-position: -160px -96px; }.ui-icon-trash { background-position: -176px -96px; }.ui-icon-locked { background-position: -192px -96px; }.ui-icon-unlocked { background-position: -208px -96px; }.ui-icon-bookmark { background-position: -224px -96px; }.ui-icon-tag { background-position: -240px -96px; }.ui-icon-home { background-position: 0 -112px; }.ui-icon-flag { background-position: -16px -112px; }.ui-icon-calendar { background-position: -32px -112px; }.ui-icon-cart { background-position: -48px -112px; }.ui-icon-pencil { background-position: -64px -112px; }.ui-icon-clock { background-position: -80px -112px; }.ui-icon-disk { background-position: -96px -112px; }.ui-icon-calculator { background-position: -112px -112px; }.ui-icon-zoomin { background-position: -128px -112px; }.ui-icon-zoomout { background-position: -144px -112px; }.ui-icon-search { background-position: -160px -112px; }.ui-icon-wrench { background-position: -176px -112px; }.ui-icon-gear { background-position: -192px -112px; }.ui-icon-heart { background-position: -208px -112px; }.ui-icon-star { background-position: -224px -112px; }.ui-icon-link { background-position: -240px -112px; }.ui-icon-cancel { background-position: 0 -128px; }.ui-icon-plus { background-position: -16px -128px; }.ui-icon-plusthick { background-position: -32px -128px; }.ui-icon-minus { background-position: -48px -128px; }.ui-icon-minusthick { background-position: -64px -128px; }.ui-icon-close { background-position: -80px -128px; }.ui-icon-closethick { background-position: -96px -128px; }.ui-icon-key { background-position: -112px -128px; }.ui-icon-lightbulb { background-position: -128px -128px; }.ui-icon-scissors { background-position: -144px -128px; }.ui-icon-clipboard { background-position: -160px -128px; }.ui-icon-copy { background-position: -176px -128px; }.ui-icon-contact { background-position: -192px -128px; }.ui-icon-image { background-position: -208px -128px; }.ui-icon-video { background-position: -224px -128px; }.ui-icon-script { background-position: -240px -128px; }.ui-icon-alert { background-position: 0 -144px; }.ui-icon-info { background-position: -16px -144px; }.ui-icon-notice { background-position: -32px -144px; }.ui-icon-help { background-position: -48px -144px; }.ui-icon-check { background-position: -64px -144px; }.ui-icon-bullet { background-position: -80px -144px; }.ui-icon-radio-on { background-position: -96px -144px; }.ui-icon-radio-off { background-position: -112px -144px; }.ui-icon-pin-w { background-position: -128px -144px; }.ui-icon-pin-s { background-position: -144px -144px; }.ui-icon-play { background-position: 0 -160px; }.ui-icon-pause { background-position: -16px -160px; }.ui-icon-seek-next { background-position: -32px -160px; }.ui-icon-seek-prev { background-position: -48px -160px; }.ui-icon-seek-end { background-position: -64px -160px; }.ui-icon-seek-start { background-position: -80px -160px; }/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */.ui-icon-seek-first { background-position: -80px -160px; }.ui-icon-stop { background-position: -96px -160px; }.ui-icon-eject { background-position: -112px -160px; }.ui-icon-volume-off { background-position: -128px -160px; }.ui-icon-volume-on { background-position: -144px -160px; }.ui-icon-power { background-position: 0 -176px; }.ui-icon-signal-diag { background-position: -16px -176px; }.ui-icon-signal { background-position: -32px -176px; }.ui-icon-battery-0 { background-position: -48px -176px; }.ui-icon-battery-1 { background-position: -64px -176px; }.ui-icon-battery-2 { background-position: -80px -176px; }.ui-icon-battery-3 { background-position: -96px -176px; }.ui-icon-circle-plus { background-position: 0 -192px; }.ui-icon-circle-minus { background-position: -16px -192px; }.ui-icon-circle-close { background-position: -32px -192px; }.ui-icon-circle-triangle-e { background-position: -48px -192px; }.ui-icon-circle-triangle-s { background-position: -64px -192px; }.ui-icon-circle-triangle-w { background-position: -80px -192px; }.ui-icon-circle-triangle-n { background-position: -96px -192px; }.ui-icon-circle-arrow-e { background-position: -112px -192px; }.ui-icon-circle-arrow-s { background-position: -128px -192px; }.ui-icon-circle-arrow-w { background-position: -144px -192px; }.ui-icon-circle-arrow-n { background-position: -160px -192px; }.ui-icon-circle-zoomin { background-position: -176px -192px; }.ui-icon-circle-zoomout { background-position: -192px -192px; }.ui-icon-circle-check { background-position: -208px -192px; }.ui-icon-circlesmall-plus { background-position: 0 -208px; }.ui-icon-circlesmall-minus { background-position: -16px -208px; }.ui-icon-circlesmall-close { background-position: -32px -208px; }.ui-icon-squaresmall-plus { background-position: -48px -208px; }.ui-icon-squaresmall-minus { background-position: -64px -208px; }.ui-icon-squaresmall-close { background-position: -80px -208px; }.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }.ui-icon-grip-solid-vertical { background-position: -32px -224px; }.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }.ui-icon-grip-diagonal-se { background-position: -80px -224px; }/* Misc visuals----------------------------------*//* Corner radius */.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {border-top-left-radius: 4px;}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {border-top-right-radius: 4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {border-bottom-left-radius: 4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {border-bottom-right-radius: 4px;}/* Overlays */.ui-widget-overlay {background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity: .5;filter: Alpha(Opacity=50); /* support: IE8 */}.ui-widget-shadow {margin: -5px 0 0 -5px;padding: 5px;background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity: .2;filter: Alpha(Opacity=20); /* support: IE8 */border-radius: 5px;}/* v1.0.5 *//* Core RS CSS file. 95% of time you shouldn't change anything here. */.royalSlider {width: 600px;height: 400px;position: relative;direction: ltr;}.royalSlider > * {float: left;}.rsWebkit3d .rsSlide {-webkit-transform: translateZ(0);}.rsWebkit3d .rsSlide,.rsWebkit3d .rsContainer,.rsWebkit3d .rsThumbs,.rsWebkit3d .rsPreloader,.rsWebkit3d img,.rsWebkit3d .rsOverflow,.rsWebkit3d .rsBtnCenterer,.rsWebkit3d .rsAbsoluteEl,.rsWebkit3d .rsABlock,.rsWebkit3d .rsLink {-webkit-backface-visibility: hidden;}.rsFade.rsWebkit3d .rsSlide,.rsFade.rsWebkit3d img,.rsFade.rsWebkit3d .rsContainer { -webkit-transform: none;}.rsOverflow {width: 100%;height: 100%;position: relative;overflow: hidden;float: left;-webkit-tap-highlight-color:rgba(0,0,0,0);}.rsVisibleNearbyWrap {width: 100%;height: 100%;position: relative;overflow: hidden;left: 0;top: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);}.rsVisibleNearbyWrap .rsOverflow {position: absolute;left: 0;top: 0;}.rsContainer {position: relative;width: 100%;height: 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}.rsArrow,.rsThumbsArrow {cursor: pointer;}.rsThumb {float: left;position: relative;}.rsArrow,.rsNav,.rsThumbsArrow {opacity: 1;-webkit-transition:opacity 0.3s linear;-moz-transition:opacity 0.3s linear;-o-transition:opacity 0.3s linear;transition:opacity 0.3s linear;}.rsHidden {opacity: 0;visibility: hidden;-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;transition:visibility 0s linear 0.3s,opacity 0.3s linear;}.rsGCaption {width: 100%;float: left;text-align: center;}/* Fullscreen options, very important ^^ */.royalSlider.rsFullscreen {position: fixed !important;height: auto !important;width: auto !important;margin: 0 !important;padding: 0 !important;z-index: 2147483647 !important;top: 0 !important;left: 0 !important;bottom: 0 !important;right: 0 !important;}.royalSlider .rsSlide.rsFakePreloader {opacity: 1 !important;-webkit-transition: 0s;-moz-transition: 0s;-o-transition: 0s;transition: 0s;display: none;}.rsSlide {position: absolute;left: 0;top: 0;display: block;overflow: hidden;height: 100%;width: 100%;}.royalSlider.rsAutoHeight,.rsAutoHeight .rsSlide {height: auto;}.rsContent {width: 100%;height: 100%;position: relative;}.rsPreloader {position:absolute;z-index: 0;}.rsNav {-moz-user-select: -moz-none;-webkit-user-select: none;user-select: none;}.rsNavItem {-webkit-tap-highlight-color:rgba(0,0,0,0.25);}.rsThumbs {cursor: pointer;position: relative;overflow: hidden;float: left;z-index: 22;}.rsTabs {float: left;background: none !important;}.rsTabs,.rsThumbs {-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);}.rsVideoContainer {/*left: 0;top: 0;position: absolute;*//*width: 100%;height: 100%;position: absolute;left: 0;top: 0;float: left;*/width: auto;height: auto;line-height: 0;position: relative;}.rsVideoFrameHolder {position: absolute;left: 0;top: 0;background: #141414;opacity: 0;-webkit-transition: .3s;}.rsVideoFrameHolder.rsVideoActive {opacity: 1;}.rsVideoContainer iframe,.rsVideoContainer video,.rsVideoContainer embed,.rsVideoContainer .rsVideoObj {position: absolute;z-index: 50;left: 0;top: 0;width: 100%;height: 100%;}/* ios controls over video bug, shifting video */.rsVideoContainer.rsIOSVideo iframe,.rsVideoContainer.rsIOSVideo video,.rsVideoContainer.rsIOSVideo embed {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-right: 44px;}.rsABlock {left: 0;top: 0;position: absolute;z-index: 15;}img.rsImg {max-width: none;}.grab-cursor {cursor:url(grab.png) 8 8, move; }.grabbing-cursor{ cursor:url(grabbing.png) 8 8, move;}.rsNoDrag {cursor: auto;}.rsLink {left:0;top:0;position:absolute;width:100%;height:100%;display:block;z-index: 20;background: url(blank.gif);}/* Background */.rsDefault,.rsDefault .rsOverflow,.rsDefault .rsSlide,.rsDefault .rsVideoFrameHolder,.rsDefault .rsThumbs {background: #fff;color: #fff;}/*.rsImg {border: 1px solid #e18200;}*//***************** 1. Arrows*****************/.rsDefault .rsArrow {height: 100%;width: 44px;position: absolute;display: block;cursor: pointer;z-index: 21;}.rsDefault.rsVer .rsArrow {width: 100%;height: 44px;}.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }.rsDefault.rsVer .rsArrowRight { bottom: 0; left: 0; }.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }.rsDefault .rsArrowIcn {width: 32px;height: 32px;top: 50%;left: 50%;margin-top:-16px;margin-left: -16px;position: absolute;cursor: pointer;background: url('/_graphics/rs-default.png');border-radius: 2px;}.rsDefault .rsArrowIcn:hover {}.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20); *display: none; }/***************** 2. Bullets*****************/.rsDefault .rsBullets {position: absolute;z-index: 35;left: 0;bottom: 15px;width: 100%;height: auto;margin: 0 auto; text-align: center;line-height: 8px;overflow: hidden;}.rsDefault .rsBullet {width: 10px;height: 10px;display: inline-block;*display:inline; *zoom:1;padding: 6px 5px 6px;}.rsDefault .rsBullet span {display: block;width: 11px;height: 11px;border-radius: 50%;background: #777;background: rgba(255,255,255,0.5);cursor: pointer;transition: background 0.3s;}.rsDefault .rsBullet:hover span, .rsDefault .rsBullet.rsNavSelected span {background: #fff;}/***************** 3. Thumbnails*****************/.rsDefault .rsThumbsHor {width: 100%;height: 72px;}.rsDefault .rsThumbsVer {width: 96px;height: 100%;position: absolute;top: 0;right: 0;}.rsDefault.rsWithThumbsHor .rsThumbsContainer {position: relative;height: 100%;}.rsDefault.rsWithThumbsVer .rsThumbsContainer {position: relative;width: 100%;}.rsDefault .rsThumb {float: left;overflow: hidden;width: 96px;height: 72px;}.rsDefault .rsThumb img {width: 100%;height: 100%;}.rsDefault .rsThumb.rsNavSelected {background: #e18200;}.rsDefault .rsThumb.rsNavSelected img {opacity: 0.7;filter: alpha(opacity=70);}.rsDefault .rsTmb {display: block;}/* Thumbnails with text */.rsDefault .rsTmb h5 {font-size: 16px;margin: 0;padding: 0;line-height: 20px;color: #FFF;}.rsDefault .rsTmb span {color: #DDD;margin: 0;padding: 0;font-size: 13px;line-height: 18px;}/* Thumbnails arrow icons */.rsDefault .rsThumbsArrow {height: 100%;width: 20px;position: absolute;display: block;cursor: pointer;z-index: 21;background: #000;background: rgba(0,0,0,0.75);}.rsDefault .rsThumbsArrow:hover {background: rgba(0,0,0,0.9);}.rsDefault.rsWithThumbsVer .rsThumbsArrow {width: 100%;height: 20px;}.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0; left: 0; }.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }.rsDefault .rsThumbsArrowIcn {width: 16px;height: 16px;top: 50%;left: 50%;margin-top:-8px;margin-left: -8px;position: absolute;cursor: pointer;background: url('/_graphics/rs-default.png');}.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }.rsDefault .rsThumbsArrowDisabled { display: none !important; }/* Thumbnails resizing on smaller screens */@media screen and (min-width: 0px) and (max-width: 800px) {.rsDefault .rsThumb {width: 59px;height: 44px;}.rsDefault .rsThumbsHor {height: 44px;}.rsDefault .rsThumbsVer {width: 59px;}}/***************** 4. Tabs*****************/.rsDefault .rsTabs {width: 100%;height: auto;margin: 0 auto;text-align:center;overflow: hidden; padding-top: 12px; position: relative;}.rsDefault .rsTab {display: inline-block;cursor: pointer;text-align: center;height: auto;width: auto;color: #333;padding: 5px 13px 6px;min-width: 72px;border: 1px solid #D9D9DD;border-right: 1px solid #f5f5f5;text-decoration: none;background-color: #FFF;background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);-webkit-box-shadow: inset 1px 0 0 #fff;box-shadow: inset 1px 0 0 #fff;*display:inline; *zoom:1;}.rsDefault .rsTab:first-child {-webkit-border-top-left-radius: 4px;border-top-left-radius: 4px;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;}.rsDefault .rsTab:last-child { -webkit-border-top-right-radius: 4px;border-top-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;border-right: 1px solid #cfcfcf;}.rsDefault .rsTab:active { border: 1px solid #D9D9DD; background-color: #f4f4f4;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;}.rsDefault .rsTab.rsNavSelected { color: #FFF;border: 1px solid #999;text-shadow: 1px 1px #838383;box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;background: #ACACAC;background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);background-image: linear-gradient(to bottom, #ACACAC, #BBB);}/***************** 5. Fullscreen button*****************/.rsDefault .rsFullscreenBtn {right: 0;top: 0;width: 44px;height: 44px;z-index: 22;display: block;position: absolute;cursor: pointer;}.rsDefault .rsFullscreenIcn {display: block;margin: 6px;width: 32px;height: 32px;background: url('/_graphics/rs-default.png') 0 0;background-color: #000;background-color: rgba(0,0,0,0.75);*background-color: #000;border-radius: 2px;}.rsDefault .rsFullscreenIcn:hover {background-color: rgba(0,0,0,0.9);}.rsDefault.rsFullscreen .rsFullscreenIcn {background-position: -32px 0;}/***************** 6. Play/close video button*****************/.rsDefault .rsPlayBtn {-webkit-tap-highlight-color:rgba(0,0,0,0.3);width:64px;height:64px;margin-left:-32px;margin-top:-32px;cursor: pointer;}.rsDefault .rsPlayBtnIcon {width:64px;display:block;height:64px;-webkit-border-radius: 4px;border-radius: 4px;-webkit-transition: .3s;-moz-transition: .3s;transition: .3s;background:url(/_graphics/rs-default.png) no-repeat 0 -32px;background-color: #000;background-color: rgba(0,0,0,0.75);*background-color: #000;}.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {background-color: rgba(0,0,0,0.9);}.rsDefault .rsBtnCenterer {position:absolute;left:50%;top:50%;}.rsDefault .rsCloseVideoBtn {right: 0;top: 0;width: 44px;height: 44px;z-index: 500;position: absolute;cursor: pointer;-webkit-backface-visibility: hidden;-webkit-transform: translateZ(0);}.rsDefault .rsCloseVideoBtn.rsiOSBtn {top: -38px;right: -6px;}.rsDefault .rsCloseVideoIcn {margin: 6px;width: 32px;height: 32px;background: url('/_graphics/rs-default.png') -64px 0;background-color: #000;background-color: rgba(0,0,0,0.75);*background-color: #000;}.rsDefault .rsCloseVideoIcn:hover {background-color: rgba(0,0,0,0.9);}/***************** 7. Preloader*****************/.rsDefault .rsPreloader {width:20px;height:20px;background-image:url('/_graphics/preloader-white.gif');left:50%;top:50%;margin-left:-10px;margin-top:-10px;}/***************** 8. Global caption*****************/.rsDefault .rsGCaption {position: absolute;float: none;bottom: 6px;left: 6px;text-align: left;background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.75);color: #FFF;padding: 2px 8px;width: auto;font-size: 12px;border-radius: 2px;}/* box-sizing */.fr-window, .fr-window [class^="fr-"],.fr-overlay, .fr-overlay [class^="fr-"],.fr-spinner, .fr-spinner [class^="fr-"] { box-sizing: border-box;}.fr-window { position: fixed; width: 100%; height: 100%; top: 0; left: 0; font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; /* Chrome hack, this fixes a visual glitch when quickly toggling a video */ transform: translateZ(0px);}/* z-index */.fr-overlay { z-index: 99998; }.fr-window { z-index: 99999; }.fr-spinner { z-index: 100000; }/* overlay */.fr-overlay { position: fixed; top: 0; left: 0; height: 100%; width: 100%;}.fr-overlay-background { float: left; width: 100%; height: 100%; background: #000; opacity: .9; filter: alpha(opacity=90);}.fr-overlay-ui-fullclick .fr-overlay-background { background: #292929; opacity: 1; filter: alpha(opacity=100);}/* mobile touch has position:absolute to allow zooming */.fr-window.fr-mobile-touch,.fr-overlay.fr-mobile-touch { position: absolute; overflow: visible;}/* some properties on the window are used to toggle things * like margin and the fullclick mode, * we reset those properties after measuring them */.fr-measured { margin: 0 !important; min-width: 0 !important; min-height: 0 !important;}.fr-box { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}.fr-pages { position: absolute; width: 100%; height: 100%; overflow: hidden; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}.fr-page { position: absolute; width: 100%; height: 100%;}.fr-container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding: 0; text-align: center;}.fr-hovering-clickable .fr-container { cursor: pointer; }/* padding: youtube & vimeo always have buttons on the outside side button = 72 = 54 + (2 * 9 margin) close button = 48*//* padding ui:inside */.fr-ui-inside .fr-container { padding: 20px 20px; }.fr-ui-inside.fr-no-sides .fr-container { padding: 20px; }/* padding ui:outside */.fr-ui-outside .fr-container { padding: 20px 82px; }.fr-ui-outside.fr-no-sides .fr-container { padding: 20px 48px; }/* reduce padding on smaller screens */@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) { /* padding ui:inside */ .fr-ui-inside .fr-container { padding: 12px 12px; } .fr-ui-inside.fr-no-sides .fr-container { padding: 12px; } /* padding ui:outside */ .fr-ui-outside .fr-container { padding: 12px 72px; } .fr-ui-outside.fr-no-sides .fr-container { padding: 12px 48px; }}@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) { /* padding ui:inside */ .fr-ui-inside .fr-container { padding: 0px 0px; } .fr-ui-inside.fr-no-sides .fr-container { padding: 0px; } /* padding ui:outside */ .fr-ui-outside .fr-container { padding: 0px 72px; } .fr-ui-outside.fr-no-sides .fr-container { padding: 0px 48px; }}/* padding ui:fullclick */.fr-ui-fullclick .fr-container { padding: 0; }.fr-ui-fullclick.fr-no-sides .fr-container { padding: 0; }/* video fullclick */.fr-ui-fullclick.fr-type-video .fr-container { padding: 0px 62px; }.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container { padding: 48px 0px; }/* overflow-y should always have 0 padding top and bottom */.fr-overflow-y .fr-container { padding-top: 0 !important; padding-bottom: 0!important;}.fr-content,.fr-content-background { position: absolute; top: 50%; left: 50%; /* IE11 has a 1px blur bug on the edges of the caption (ui:inside) during animation with overflow:hidden */ overflow: visible;}/* img/iframe/error */.fr-content-element { float: left; width: 100%; height: 100%;}.fr-content-background { background: #101010;}.fr-info { position: absolute; top: 0; left: 0; width: 100%; color: #efefef; font-size: 13px; line-height: 20px; text-align: left; -webkit-text-size-adjust: none; text-size-adjust: none; -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text;}.fr-info-background { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #000; line-height: 1%; filter: none; opacity: 1;}.fr-ui-inside .fr-info-background { filter: alpha(opacity=80); opacity: .8; zoom: 1;}/* ui:outside has a slightly lighter info background to break up from black page backgrounds */.fr-ui-outside .fr-info-background { background: #0d0d0d; }/* info at the bottom for ui:inside */.fr-content .fr-info { top: auto; bottom: 0;}.fr-info-padder { display: block; overflow: hidden; padding: 12px; position: relative; width: auto;}.fr-caption { width: auto; display: inline; white-space: wrap;}.fr-position { color: #b3b3b3; float: right; line-height: 21px; opacity: 0.99; position: relative; text-align: right; margin-left: 15px; white-space: nowrap;}/* positions not within the info bar for ui:outside/inside */.fr-position-outside,.fr-position-inside { position: absolute; bottom: 0; right: 0; margin: 12px; width: auto; padding: 2px 8px; border-radius: 10px; font-size: 11px; line-height: 20px; text-shadow: 0 1px 0 rgba(0,0,0,.4); display: none; overflow: hidden; white-space: nowrap; -webkit-text-size-adjust: none; text-size-adjust: none; -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text;}.fr-position-inside { border: 0;}.fr-position-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0d0d0d; filter: alpha(opacity=80); opacity: .8; zoom: 1; /* oldIE */}.fr-position-text { color: #b3b3b3; }.fr-position-outside .fr-position-text,.fr-position-inside .fr-position-text { float: left; position: relative; text-shadow: 0 1px 1px rgba(0,0,0,.3); opacity: 1;}/* display it for the outside ui, hide the caption inside */.fr-ui-outside .fr-position-outside { display: block; }.fr-ui-outside .fr-info .fr-position { display: none; }.fr-ui-inside.fr-no-caption .fr-position-inside { display: block; }/* links */.fr-info a,.fr-info a:hover { color: #ccc; border: 0; background: none; text-decoration: underline;}.fr-info a:hover { color: #eee; }/* no-caption */.fr-ui-outside.fr-no-caption .fr-info { display: none; }.fr-ui-inside.fr-no-caption .fr-caption { display: none; }/* --- stroke */.fr-stroke { position: absolute; top: 0; left: 0; width: 100%; height: 1px;}.fr-stroke-vertical { width: 1px; height: 100%; }.fr-stroke-horizontal { padding: 0 1px; }.fr-stroke-right { left: auto; right: 0; }.fr-stroke-bottom { top: auto; bottom: 0; }.fr-stroke-color { float: left; width: 100%; height: 100%; background: rgba(255,255,255,.08);}/* the stroke is brighter inside the info box */.fr-info .fr-stroke-color { background: rgba(80,80,80,.3); }/* remove the stroke when outside ui has a caption */.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom { display: none; }/* remove stroke and shadow when ui:fullclick */.fr-ui-fullclick .fr-stroke { display: none; }.fr-ui-fullclick .fr-content-background { box-shadow: none; }/* the info box never bas a top stroke */.fr-info .fr-stroke-top { display: none; }/* < > */.fr-side { position: absolute; top: 50%; width: 54px; height: 72px; margin: 0 9px; margin-top: -36px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; zoom: 1;}.fr-side-previous { left: 0; }.fr-side-next { right: 0; left: auto; }.fr-side-disabled { cursor: default; }.fr-side-hidden { display: none !important; }.fr-side-button { float: left; width: 100%; height: 100%; margin: 0; padding: 0;}.fr-side-button-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #101010; background-color: #ccc;}.fr-side-button-icon { float: left; position: relative; height: 100%; width: 100%; zoom: 1; background-position: 50% 50%; background-repeat: no-repeat;}/* smaller side buttons */@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) { .fr-side { width: 54px; height: 60px; margin: 0; margin-top: -30px; } .fr-side-button { width: 48px; height: 60px; margin: 0 3px; }}/* X */.fr-close { position: absolute; width: 48px; height: 48px; top: 0; right: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none;}.fr-close-background,.fr-close-icon { position: absolute; top: 12px; left: 12px; height: 26px; width: 26px; background-position: 50% 50%; background-repeat: no-repeat;}.fr-close-background { background-color: #000; }/* Thumbnails */.fr-thumbnails { position: absolute; overflow: hidden;}.fr-thumbnails-disabled .fr-thumbnails { display: none !important; }.fr-thumbnails-horizontal .fr-thumbnails { width: 100%; height: 12%; min-height: 74px; max-height: 160px; bottom: 0;}.fr-thumbnails-vertical .fr-thumbnails { height: 100%; width: 10%; min-width: 74px; max-width: 160px; left: 0;}.fr-thumbnails,.fr-thumbnails * { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}.fr-thumbnails-wrapper { position: absolute; top: 0; left: 50%; height: 100%;}.fr-thumbnails-vertical .fr-thumbnails-wrapper { top: 50%; left: 0;}.fr-thumbnails-slider { position: relative; width: 100%; height: 100%; float: left; zoom: 1;}.fr-thumbnails-slider-slide { position: absolute; top: 0; left: 0; height: 100%;}.fr-thumbnails-thumbs { float: left; height: 100%; overflow: hidden; position: relative; top: 0; left: 0;}.fr-thumbnails-slide { position: absolute; top: 0; height: 100%; width: 100%;}.fr-thumbnail-frame { position: absolute; zoom: 1; overflow: hidden;}.fr-thumbnail { position: absolute; width: 30px; height: 100%; left: 50%; top: 50%; zoom: 1; cursor: pointer; margin: 0 10px;}.fr-ltIE9 .fr-thumbnail * { overflow: hidden; /* IE6(7) */ z-index: 1; zoom: 1;}.fr-thumbnail-wrapper { position: relative; background: #161616; width: 100%; height: 100%; float: left; overflow: hidden; display: inline; /* IE6(7) */ z-index: 0; /* IE8 */}.fr-thumbnail-overlay { cursor: pointer; }.fr-thumbnail-active .fr-thumbnail-overlay { cursor: default; }.fr-thumbnail-overlay,.fr-thumbnail-overlay-background,.fr-thumbnail-overlay-border { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-width: 0; overflow: hidden; border-style: solid; border-color: transparent;}.fr-ltIE9 .fr-thumbnail-overlay-border { border-width: 0 !important; }.fr-thumbnail .fr-thumbnail-image { position: absolute; filter: alpha(opacity=85); opacity: .85; max-width: none;}.fr-thumbnail:hover .fr-thumbnail-image,.fr-thumbnail-active:hover .fr-thumbnail-image { filter: alpha(opacity=99); opacity: .99;}.fr-thumbnail-active .fr-thumbnail-image,.fr-thumbnail-active:hover .fr-thumbnail-image { filter: alpha(opacity=35); opacity: .35;}.fr-thumbnail-active { cursor: default; }/* Thumbnails loading */.fr-thumbnail-loading,.fr-thumbnail-loading-background,.fr-thumbnail-loading-icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}.fr-thumbnail-loading-background { background-color: #161616; background-position: 50% 50%; background-repeat: no-repeat; opacity: .8; position: relative; float: left;}/* this element is there as an alternative to putting the loading image on the background */.fr-thumbnail-loading-icon { display: none; }/* error on thumbnail */.fr-thumbnail-error .fr-thumbnail-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #202020;}/* Thumbnail < > */.fr-thumbnails-side { float: left; height: 100%; width: 28px; margin: 0 5px; position: relative; overflow: hidden;}.fr-thumbnails-side-previous { margin-left: 12px; }.fr-thumbnails-side-next { margin-right: 12px; }.fr-thumbnails-vertical .fr-thumbnails-side { height: 28px; width: 100%; margin: 10px 0;}.fr-thumbnails-vertical .fr-thumbnails-side-previous { margin-top: 20px; }.fr-thumbnails-vertical .fr-thumbnails-side-next { margin-bottom: 20px; }.fr-thumbnails-side-button { position: absolute; top: 50%; left: 50%; margin-top: -14px; margin-left: -14px; width: 28px; height: 28px; cursor: pointer;}.fr-thumbnails-side-button-background { position: absolute; top: 0; left: 0; height: 100%; width: 100%; filter: alpha(opacity=80); opacity: .8; -moz-transition: background-color .2s ease-in; -webkit-transition: background-color .2s ease-in; transition: background-color .2s ease-in; background-color: #333; cursor: pointer; border-radius: 4px;}.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background { background-color: #3b3b3b; }.fr-thumbnails-side-button-disabled * { cursor: default; }.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background { background-color: #333; }.fr-thumbnails-side-button-icon { height: 42px; width: 42px; position: absolute; /*top: -7px; left: -7px;*/ top: 0; left: 0; width: 100%; height: 100%;}/* vertical thumbnails */.fr-thumbnails-vertical .fr-thumbnails-side,.fr-thumbnails-vertical .fr-thumbnails-thumbs,.fr-thumbnails-vertical .fr-thumbnail-frame { clear: both; }/* ui:fullclick has a dark thumbnail background */.fr-window-ui-fullclick .fr-thumbnails { background: #090909; }/* put a stroke on the connecting caption*/.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom { display: block !important; } /*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left { display: block !important; }/* thumbnail spacing */.fr-thumbnails-horizontal .fr-thumbnails-thumbs { padding: 12px 5px; }.fr-thumbnails-vertical .fr-thumbnails-thumbs { padding: 5px 12px; }.fr-thumbnails-measured .fr-thumbnails-thumbs { padding: 0 !important; }/* horizontal */@media all and (min-height: 700px) { .fr-thumbnails-horizontal .fr-thumbnails-thumbs { padding: 16px 8px; } .fr-thumbnails-horizontal .fr-thumbnails-side { margin: 0 8px; } .fr-thumbnails-horizontal .fr-thumbnails-side-previous { margin-left: 16px; } .fr-thumbnails-horizontal .fr-thumbnails-side-next { margin-right: 16px; }}@media all and (min-height: 980px) { .fr-thumbnails-horizontal .fr-thumbnails-thumbs { padding: 20px 10px; } .fr-thumbnails-horizontal .fr-thumbnails-side { margin: 0 10px; } .fr-thumbnails-horizontal .fr-thumbnails-side-previous { margin-left: 20px; } .fr-thumbnails-horizontal .fr-thumbnails-side-next { margin-right: 20px; }}/* vertical */@media all and (min-width: 1200px) { .fr-thumbnails-vertical .fr-thumbnails-thumbs { padding: 8px 16px; } .fr-thumbnails-vertical .fr-thumbnails-side { margin: 0 8px; } .fr-thumbnails-vertical .fr-thumbnails-side-previous { margin-top: 16px; } .fr-thumbnails-vertical .fr-thumbnails-side-next { margin-bottom: 16px; }}@media all and (min-width: 1800px) { .fr-thumbnails-vertical .fr-thumbnails-thumbs { padding: 10px 20px; } .fr-thumbnails-vertical .fr-thumbnails-side { margin: 10px 0; } .fr-thumbnails-vertical .fr-thumbnails-side-previous { margin-top: 20px; } .fr-thumbnails-vertical .fr-thumbnails-side-next { margin-bottom: 20px; }}/* hide thumbnails on smaller screens the js always hides them on touch based devices*/@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) { .fr-thumbnails-horizontal .fr-thumbnails { display: none !important; }}@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) { .fr-thumbnails-vertical .fr-thumbnails { display: none !important; }}/* force fullClick: true and force overflow: false */@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) { .fr-page { min-width: 100%; } /* fullclick */ .fr-page { min-height: 100%; } /* overflow: false */}/* switch between ui modes we force everything not in the current UI mode to hide*/.fr-window-ui-fullclick .fr-side-next-outside,.fr-window-ui-fullclick .fr-side-previous-outside,.fr-window-ui-fullclick .fr-close-outside,.fr-window-ui-fullclick .fr-content .fr-side-next,.fr-window-ui-fullclick .fr-content .fr-side-previous,.fr-window-ui-fullclick .fr-content .fr-close,.fr-window-ui-fullclick .fr-content .fr-info,.fr-window-ui-outside .fr-side-next-fullclick,.fr-window-ui-outside .fr-side-previous-fullclick,.fr-window-ui-outside .fr-close-fullclick,.fr-window-ui-outside .fr-content .fr-side-next,.fr-window-ui-outside .fr-content .fr-side-previous,.fr-window-ui-outside .fr-content .fr-close,.fr-window-ui-outside .fr-content .fr-info,.fr-window-ui-inside .fr-page > .fr-info,.fr-window-ui-inside .fr-side-next-fullclick,.fr-window-ui-inside .fr-side-previous-fullclick,.fr-window-ui-inside .fr-close-fullclick,.fr-window-ui-inside .fr-side-next-outside,.fr-window-ui-inside .fr-side-previous-outside,.fr-window-ui-inside .fr-close-outside { display: none !important;}/* some ui elements can be toggled on mousemove. filter:alpha(opacity) is bugged so we use display in oldIE*/.fr-toggle-ui { opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s;}.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui { opacity: 1; }.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui { -webkit-transition: opacity .3s; transition: opacity .3s;}.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui { display: none; }/* Spinner */.fr-spinner { position: fixed; width: 52px; height: 52px; background: #101010; background: rgba(16,16,16,.85); border-radius: 5px;}.fr-spinner div { position: absolute; top: 0; left: 0; height: 64%; width: 64%; margin-left: 18%; margin-top: 18%; opacity: 1; -webkit-animation: fresco-12 1.2s infinite ease-in-out; animation: fresco-12 1.2s infinite ease-in-out;}.fr-spinner div:after { content: ''; position: absolute; top: 0; left: 50%; width: 2px; height: 8px; margin-left: -1px; background: #fff; box-shadow: 0 0 1px rgba(0,0,0,0); /* fixes rendering in Firefox */}.fr-spinner div.fr-spin-1 { -ms-transform: rotate(30deg); -webkit-transform: rotate(30deg); transform: rotate(30deg); -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }.fr-spinner div.fr-spin-2 { -ms-transform: rotate(60deg); -webkit-transform: rotate(60deg); transform: rotate(60deg); -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }.fr-spinner div.fr-spin-3 { -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }.fr-spinner div.fr-spin-4 { -ms-transform: rotate(120deg); -webkit-transform: rotate(120deg); transform: rotate(120deg); -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }.fr-spinner div.fr-spin-5 { -ms-transform: rotate(150deg); -webkit-transform: rotate(150deg); transform: rotate(150deg); -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }.fr-spinner div.fr-spin-6 { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }.fr-spinner div.fr-spin-6 { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }.fr-spinner div.fr-spin-7 { -ms-transform: rotate(210deg); -webkit-transform: rotate(210deg); transform: rotate(210deg); -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }.fr-spinner div.fr-spin-8 { -ms-transform: rotate(240deg); -webkit-transform: rotate(240deg); transform: rotate(240deg); -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }.fr-spinner div.fr-spin-9 { -ms-transform: rotate(270deg); -webkit-transform: rotate(270deg); transform: rotate(270deg); -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }.fr-spinner div.fr-spin-10 { -ms-transform: rotate(300deg); -webkit-transform: rotate(300deg); transform: rotate(300deg); -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }.fr-spinner div.fr-spin-11 { -ms-transform: rotate(330deg); -webkit-transform: rotate(330deg); transform: rotate(330deg); -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }.fr-spinner div.fr-spin-12 { -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); -webkit-animation-delay: 0s; animation-delay: 0s; }@-webkit-keyframes fresco-12 { 0% { opacity: 1; } 100% { opacity: 0; }}@keyframes fresco-12 { 0% { opacity: 1; } 100% { opacity: 0; }}/* Thumbnail spinner */.fr-thumbnail-spinner { position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; width: 40px; height: 40px;}.fr-thumbnail-spinner-spin { position: relative; float: left; margin: 8px 0 0 8px; text-indent: -9999em; border-top: 2px solid rgba(255, 255, 255, 0.2); border-right: 2px solid rgba(255, 255, 255, 0.2); border-bottom: 2px solid rgba(255, 255, 255, 0.2); border-left: 2px solid #fff; -webkit-animation: fr-thumbnail-spin 1.1s infinite linear; animation: fr-thumbnail-spin 1.1s infinite linear;}.fr-thumbnail-spinner-spin,.fr-thumbnail-spinner-spin:after { border-radius: 50%; width: 24px; height: 24px;}@-webkit-keyframes fr-thumbnail-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}@keyframes fr-thumbnail-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}/* Error */.fr-error { float: left; position: relative; background-color: #ca3434; width: 160px; height: 160px;}.fr-error-icon { position: absolute; width: 42px; height: 42px; top: 50%; left: 50%; margin-left: -21px; margin-top: -21px;}/* skin: 'fresco' *//* Sprite */.fr-window-skin-fresco .fr-side-button-icon,.fr-window-skin-fresco .fr-close-icon,.fr-window-skin-fresco .fr-thumbnails-side-button-icon,.fr-window-skin-fresco .fr-error-icon { background-image: url('skins/fresco/sprite.svg');}/* fallback png sprite */.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-close-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,.fr-window-skin-fresco .fr-error-icon { background-image: url('skins/fresco/sprite.png');}.fr-window-skin-fresco .fr-error-icon { background-position: -160px -126px; }.fr-window-skin-fresco .fr-content-background { background: #101010; box-shadow: 0 0 5px rgba(0,0,0,.4);}.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background { box-shadow: none; }/* thumbnail shadow */.fr-window-skin-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, .3); }.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, .1); }/* < > */.fr-window-skin-fresco .fr-side-button-background { background-color: transparent; }.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon { background-position: -13px -14px; }.fr-window-skin-fresco .fr-side-next .fr-side-button-icon { background-position: -93px -14px; }.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon { background-position: -13px -114px; }.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon { background-position: -93px -114px; }/* transition (png) */.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon { background-position: -13px -114px; }.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon { background-position: -93px -114px; }/* disabled state (png) */.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon { background-position: -13px -214px; }.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon { background-position: -93px -214px; }/* transition (svg) */.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon { background-position: -13px -114px; }.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon { background-position: -93px -114px; }.fr-window-skin-fresco.fr-svg .fr-side-button-icon { opacity: .5; }.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon { opacity: 1; }.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon { opacity: .8; } /* touch always active but at lower opacity *//* disabled (svg) */.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon { opacity: .2; } /* TODO: make sure this works *//* hide for ui:inside/fullclick, only for the image type */.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon { background-image: none; }/* < > responsive */@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) { .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon { background-position: 0px -300px; } .fr-window-skin-fresco .fr-side-next .fr-side-button-icon { background-position: -48px -300px; } .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon { background-position: 0px -360px; } .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon { background-position: -48px -360px; } /* transition (png) */ .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon { background-position: 0px -360px; } .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon { background-position: -48px -360px; } /* transition (svg) */ .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon { background-position: 0px -360px; } .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon { background-position: -48px -360px; } /* disabled state (png) */ .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon { background-position: 0px -420px; } .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon { background-position: -48px -420px; }}/* X *//* colors */.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background { background-color: #363636; }.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background { background-color: #434343; }.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background { background-color: #131313; filter: alpha(opacity=80); opacity: .8; }.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background { background-color: #191919; }/* - image */.fr-window-skin-fresco .fr-close .fr-close-icon { background-position: -168px -8px;}.fr-window-skin-fresco .fr-close:hover .fr-close-icon { background-position: -210px -8px; }/* - transition */.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon { background-position: -210px -8px; opacity: .8;}.fr-window-skin-fresco .fr-close:hover .fr-close-icon { opacity: 1; }/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps force a single opacity to fix this*/.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon { opacity: 1; }/* Thumbnails */.fr-window-skin-fresco .fr-thumbnail-wrapper { border-color: transparent; border-style: solid; border-width: 0;}.fr-window-skin-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, .3); }.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, .1); }.fr-window-skin-fresco .fr-thumbnail-wrapper { box-shadow: 0 -1px 4px rgba(0, 0, 0, .3);}.fr-window-skin-fresco .fr-thumbnail-overlay-border { border-width: 1px; border-color: rgba(255, 255, 255, .08); /* should remain rgba */}/* no inner border on active thumbnail */.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border { border: 0px; }/* Thumbnails < > */.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon { background-position: -167px -49px;}.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon { background-position: -209px -49px; }.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon { background-position: -167px -91px;}.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon { background-position: -209px -91px; }/* vertical ^ (up/down) adjustments */.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon { background-position: -293px -49px;}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon { background-position: -335px -49px; }.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon { background-position: -293px -91px;}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon { background-position: -335px -91px; }/* Thumbnails < > transition */.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon { -moz-transition: opacity .2s ease-in; -webkit-transition: opacity .2s ease-in; transition: opacity .2s ease-in; opacity: .8;}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled { background-position: -167px -49px; }.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled { background-position: -209px -91px; }.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon { opacity: 1; }/* vertical ^ (up/down) adjustments */.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled { background-position: -293px -49px; }.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled { background-position: -335px -91px; }/* lower opacity on disabled states */.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled { opacity: .5; }/* lower opacity IE < 9 using images */.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { background-position: -251px -49px;}.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { background-position: -251px -91px;}.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background { filter: alpha(opacity=50);}/* vertical ^ (up/down) adjustments */.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { background-position: -377px -49px;}.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { background-position: -377px -91px;}