/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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: .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: -.5em;
}
sub {
  bottom: -.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 {
  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"], 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.
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
/**
 * 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: .35em .625em .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;
}
#header .icon-holder, .navigation, .navigation .slide, .footer-list, .social-network, .campus-list, .tab-links, .description-block .social-networks, .description-block .btn-list, .info-block .btn-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-static {
  position: static;
}
.d-none {
  display: none;
}
.d-md-block {
  display: none;
}
.text-success {
  color: #0686B5 !important;
}
/* helper flex order styles */
.__order-0 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.__order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
/* variable fontweight helper styles */
.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
  max-height: 1000000px;
}
body {
  color: #353535;
  background: #ffffff;
  font-family: "proxima-nova", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
.asana-embed-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 800px;
}
.asana-embed-iframe {
  border-color: #EDEAE9;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  display: block;
  height: 1200px;
  width: 100%;
}
.asana-embed-footer {
  background-color: #F5F3F3;
  border-color: #EDEAE9;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  justify-content: center;
  padding: 8px 0px;
  text-align: center;
  width: 100%;
}
.asana-embed-footer-link, .asana-embed-footer-link:hover {
  align-items: center;
  color: #848F99;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
.asana-embed-footer-logo {
  background-image: url(https://d3ki9tyy5l5ruj.cloudfront.net/obj/567543daae9ba86fd93d9223624aa2b4e340b011/asana-logo-horizontal.svg);
  background-position: right bottom 3px;
  background-repeat: no-repeat;
  height: 16px; /* height of the background image */
  margin-left: 4px;
  padding-left: 1px;
  vertical-align: middle;
  width: 61px; /* width of the background image */
}
.altAppImage {
  display: none;
}
.iconTextRo {
  opacity: 0;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
.iconTextRo {
  opacity: 0;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-size: 14px;
  padding-left: 6px;
  position: relative;
  top: -2px;
}
.icon-user-circle-o:hover > .iconTextRo {
  opacity: 1;
}
.inputbutton.resourcesBTN {
  background: #6a7a84;
  font-size: 16px;
  padding: 8px 20px;
  border: 4px;
  border: solid;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 4px;
  margin: 5px;
  border-color: #9eacb6;
  border-radius: 0px;
  color: #fff;
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.gm-style img {
  max-width: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: inherit;
  font-weight: 800;
  margin: .67em 0;
  color: inherit;
  line-height: 1.2em;
}
h1, .h1 {
  font-size: 38px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 22px;
}
h5, .h5 {
  font-size: 18px;
}
h6, .h6 {
  font-size: 16px;
}
/*p {
  margin: 0 0 1em;
}*/
a {
  color: #353535;
}
a:hover, a:focus {
  text-decoration: none;
}
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #919191;
  padding: .4em .7em;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #000;
}
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #919191;
}
input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #919191;
}
input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #919191;
}
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #919191;
}
input[type="text"].placeholder, input[type="tel"].placeholder, input[type="email"].placeholder, input[type="search"].placeholder, input[type="password"].placeholder, textarea.placeholder {
  color: #919191;
}
select {
  -webkit-border-radius: 0;
}
textarea {
  resize: vertical;
  vertical-align: top;
}
button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon/icomoon.eot?sig4n3');
  src: url('/fonts/icomoon/icomoon.eot?sig4n3#iefix') format('embedded-opentype'), url('/fonts/icomoon/icomoon.woff2?sig4n3') format('woff2'), url('/fonts/icomoon/icomoon.ttf?sig4n3') format('truetype'), url('/fonts/icomoon/icomoon.woff?sig4n3') format('woff'), url('/fonts/icomoon/icomoon.svg?sig4n3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
  content: "\f067";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-home:before {
  content: "\f015";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-print:before {
  content: "\f02f";
}
.icon-play1:before {
  content: "\f04b";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-comments:before {
  content: "\f086";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-toggle-right:before {
  content: "\f152";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-user-circle:before {
  content: "\f2bd";
}
.icon-user-circle-o:before {
  content: "\f2be";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-headphones:before {
  content: "\e900";
}
.icon-play:before {
  content: "\e901";
}
.icon-player:before {
  content: "\e901";
}
.icon-play2:before {
  content: "\e902";
}
.icon-player1:before {
  content: "\e902";
}
.ex {
  font-weight: bold;
  left: 52% !important;
}
html {
  font-size: 10px;
}
img {
  max-width: 100%;
}
/* wrapper styles */
#wrapper {
  min-width: 320px;
  overflow: hidden;
  position: relative;
}
/* container styles */
.topCenter {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.section-06 .container {
  box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
}
.container {
  padding: 0 7px;
}
/* global success button styles */
.success-btn {
  color: #0686B5 !important;
}
.success-btn:hover {
  color: #000 !important;
}
/* global mobile on off */
.goMobile {
  display: block;
}
.noMobile {
  display: none;
}
.go2020Mobile {
  display: block;
}
.no2020Mobile {
  display: none;
}
.pict50 {
  width: 50% !important;
}
.pict70 {
  width: 70% !important;
}
/* aspire styles */
.tcolor1 {
  color: #00545D;
}
.tcolor2 {
  color: #3D7E2D;
}
.tcolor3 {
  color: #86212B;
}
.tcolor4 {
  color: #3C315C;
}
.txtsm {
  font-size: 16px;
  line-height: 20px;
}
.txtmed {
  font-size: 22px;
  line-height: 28px;
}
.txtlrg {
  font-size: 32px;
  line-height: 38px;
}
/*.inputbutton {
  background-color: #353535;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff;
  cursor: default;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 10px;
  padding: 10px 20px;
}*/
.inputbutton {
  background: #6a7a84;
  font-size: 16px;
  padding: 8px 20px;
  border: 4px;
  border: solid;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 4px;
  margin: 5px;
  border-color: #9eacb6;
  border-radius: 0px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.inputbutton.darker {
  background: #2c3d45;
}
.inputbutton:hover {
  opacity: 0.8;
}
.selected {
  background-color: #00545D;
}
/*.inputbutton:hover {
  opacity: 0.8;
}*/
.miscImage {
  padding: 10px 0;
}
.leftImage {
  margin: 0 10px 0 0;
}
.rightImage {
  margin: 0 0 0 10px;
}
.corners {
  border-radius: 30px;
}
.round {
  border-radius: 50%;
}
.fluid-row {
  clear: both;
  display: table;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.fluid-66 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.fluid-50 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.fluid-33 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.fluid-20 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.fluid-25 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.fluid-row.summer {
  margin-left: -25px;
  margin-right: -25px;
}
.fluid-row.summer .fluid-50 {
  padding-left: 25px;
  padding-right: 25px;
}
.fluid-row.summer .fluid-50 p {
  font-size: 18px;
  line-height: 26px;
}
.fluid-row.summer .fluid-50 .leftImage {
  margin: 0 20px 10px 0;
}
/*.noPict {
  margin-top: 100px;
}*/
.addthis_inline_share_toolbox {
  margin-bottom: 20px;
  margin-top: 20px;
}
#sidebar .addthis_inline_share_toolbox_c5ef {
  margin-bottom: 10px;
  margin-top: -20px;
}
.foldables {
  float: left;
  list-style: outside none none;
  margin: 25px 0;
  padding: 0;
  width: 100%;
}
.foldables > li {
  border-bottom: 1px solid #e3e3e3;
  list-style: outside none none;
  margin: 0 0 11px;
}
.foldables .opener {
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  min-height: 50px;
  overflow: visible;
  min-width: 100%;
}
.foldables .opener:hover {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  text-decoration: none;
}
.foldables .icon-plus {
  border: 4px solid #003b5c;
  border-radius: 100%;
  float: left;
  height: 54px;
  margin: 0 13px 0 0;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 54px;
}
.foldables .icon-plus::after, .foldables .icon-plus::before {
  background: #003b5c none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: 50%;
  margin: -10px 0 0 -3px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.foldables .icon-plus::after {
  height: 6px;
  margin: -3px 0 0 -10px;
  width: 20px;
}
.foldables .opener td:nth-child(2) .img-holder, .foldables td:nth-child(2) .img-holder {
  margin-bottom: 0;
  margin-right: 18px;
  position: relative;
  width: 260px;
  z-index: 1;
}
.foldables .opener table {
  border-collapse: collapse;
  background: none;
}
.foldables .opener table tbody tr td:nth-child(2) .text {
  line-height: 0.8;
  padding-top: 6px;
}
.foldables .opener td:nth-child(2) .img-holder::after, .foldables td:nth-child(2) .img-holder::after {
  background: transparent none repeat scroll 0 0;
  border-radius: 0 0 30% 30%;
  bottom: 5px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.4);
  content: "";
  height: 50px;
  left: 20px;
  position: absolute;
  right: 20px;
  z-index: -1;
}
.foldables .opener td:nth-child(2) .info-links .img-holder::after {
  content: "";
  display: inline-block;
  height: 90px;
  margin: -4px 0 0;
  overflow: hidden;
  vertical-align: middle;
  width: 1px;
}
.foldables .opener td:nth-child(2) .thumbImage, .foldables td:nth-child(2) .thumbImage {
  width: 100%;
}
.foldables > li.active .icon-plus::before {
  opacity: 0;
  transition: all 0.2s linear 0s;
}
.foldables .opener .text p::first-line {
  font-size: 25px;
  line-height: 28px;
  margin: 0;
}
/* global button styles */
/*.btn, .inputbutton {
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding: 13px 15px;
  border: 4px solid #0686B5;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, .7);
  min-width: 21.4rem;
}
.btn:hover, .inputbutton:hover {
  background: #0686B5;
  color: #fff;
}*/
.sharethis-inline-share-buttons {
  margin-bottom: 20px;
}
.description-left .btn {
  border: 4px solid #05AAC4;
}
.description-right .col-sm-6 {
  /*padding-right: 25px;*/
}
.media .btn {
  width: 200px;
  margin-left: calc(50% - 122px);
  position: absolute;
  bottom: -24px;
  background: rgba(0, 0, 0, .8);
}
/* media styles */
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.2217%;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media .image-holder {
  position: relative;
}
.media .play-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% + 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-width: 10px !important;
  color: #fff;
  -webkit-transition: color .3s linear, border .3s linear;
  transition: color .3s linear, border .3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.7);
}
.media .play-icon:hover {
  text-decoration: none;
  border-color: #0686B5 !important;
  color: #0686B5;
}
.media .play-icon span {
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media .btn a {
  color: #ffffff;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.media .btn:hover {
  background: #0686B5;
}
.parent-block.media {
  padding-bottom: 50px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  padding: 18px 0 18px 35px;
  z-index: 1;
  font-size: 12px;
  width: 214px;
  color: #fff;
  border-radius: 25px;
  top: 0px;
  border: 4px solid #0686B5;
}
.dropdown-content a {
  color: #fff;
  font-weight: 800;
}
.dropdown-content a:hover {
  color: #0686B5;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.description-block .btn-caret {
  padding: 13px 38px 13px 15px;
}
.description-block .dropdown-content .icon-caret-down {
  top: 20px;
}
.resize-active .navigation, .resize-active .navigation ul, .resize-active .nav-drop {
  -webkit-transition: none !important;
  transition: none !important;
}
/* lightbox sytle */
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}
.lightbox-demo {
  padding: 5px;
  width: 300px;
}
.lightbox-demo h2 {
  margin: 0 0 10px;
}
.lightbox-demo p {
  margin: 0;
}
.is-touch-device {
  background-size: cover;
}
/* header styles */
#header, .header-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size: 18px;
  padding: 12px 0;
  background-image: url("/images/headerGrad.png");
  background-position: top;
  background-repeat: repeat-x;
  min-height: 100px;
  background-size: 40px auto;
  padding: 18px 0;
}
#header:before, .header-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*  background: -webkit-linear-gradient(bottom, transparent, black);
  background: linear-gradient(to top, transparent, black);*/
  z-index: -1;
  background-image: url("/images/grad.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 100% 100%;
}
.header-block .holder {
  padding: 5px 0px;
}
#header.noImage {
  background: #003b5c;
}
#header .icon-holder {
  margin: 0 -12px;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .icon-holder li {
  padding: 0 12px;
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#header .container:before, #header .container:after {
  display: none;
}
/* user icon styles */
.user-icon {
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s linear, visibility .3s linear;
  transition: opacity .3s linear, visibility .3s linear;
}
.nav-active .user-icon {
  opacity: 1;
  visibility: visible;
}
.search-active #header .search-form {
  opacity: 1;
  visibility: visible;
}
/* active navigation styles */
.nav-active {
  height: 100vh;
  overflow: hidden;
}
/* logo holder styles */
.logo img {
  width: 184px;
  margin-top: -5px;
}
.logo-holder {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 184px;
  -ms-flex-preferred-size: 184px;
  flex-basis: 184px;
  margin-left: 9px;
}
.logo-holder .logo-black {
  display: none;
}
/* logo styles */
.logo {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  display: block;
  max-width: 184px;
  margin: 0 auto;
  float: inherit;
}
.logo:hover {
  opacity: .8;
}
/* main navigation styles */
#nav {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  max-width: 40px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
}
/* navigation holder styles */
.nav-drop {
  -webkit-transition: opacity .3s linear, visibility .3s linear, -webkit-transform .3s linear;
  transition: opacity .3s linear, visibility .3s linear, -webkit-transform .3s linear;
  transition: opacity .3s linear, visibility .3s linear, transform .3s linear;
  transition: opacity .3s linear, visibility .3s linear, transform .3s linear, -webkit-transform .3s linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 90px 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 998;
}
.nav-active .nav-drop {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}
/* menu opener styles */
.nav-opener {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: auto;
  z-index: 999;
  display: inline-block;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  top: inherit;
  left: inherit;
}
.nav-opener:hover {
  opacity: .9;
}
.nav-opener span, .nav-opener:before, .nav-opener:after {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background: #fff;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  margin-top: -2px;
}
.nav-opener span {
  top: 50%;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-opener:before {
  content: "";
  top: 20%;
}
.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  right: 0;
}
.nav-opener:after {
  content: "";
  top: 80%;
}
.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
  right: 0;
}
/* navigation styles */
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navigation > li {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.navigation > li.navicon-holder {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  position: static;
}
.navigation > li:last-child .slide {
  /*right: 0;*/
  left: auto;
}
.navigation > li:hover .slide {
  opacity: 1;
  visibility: visible;
}
.navigation > li.active > a {
  background: #fff;
  color: #000;
}
.navigation a {
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
}
.navigation a:hover {
  background: #fff;
  color: #000;
}
.navigation .slide {
  -webkit-transition: opacity .3s linear, visibility .3s linear;
  transition: opacity .3s linear, visibility .3s linear;
  text-transform: capitalize;
}
.navigation .slide:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  background: transparent;
  display: none;
}
.navigation .slide a {
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
  display: block;
  padding: 10px 40px;
}
.nav-drop .opener {
  font-size: 24px;
  font-weight: 600;
}
.nav-drop .navigation .slide a {
  text-transform: uppercase;
  font-size: 18px;
}
.navigation .slide a:hover {
  color: #fff;
  opacity: .7;
}
.navigation .opener {
  text-transform: uppercase;
}
/* navigation icon styles */
.navicon-holder a {
  display: inline-block;
  vertical-align: top;
}
#header .search-form {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: max-height .3s linear;
  transition: max-height .3s linear;
  z-index: 9999999;
  background: #152731;
  height: 100px;
  color: #ffffff;
}
#header .search-form .form-control {
  height: 100px;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0px;
  padding-right: 0px;
  overflow: hidden;
  display: block;
  border: none;
  background: #152731;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  text-align: right;
  padding-right: 30px;
  border: 0;
  position: absolute;
  right: 20px;
}
#header .search-form .search-opener {
  position: absolute;
  top: 35px;
  right: 10px;
  color: #ffffff;
  font-weight: 800;
  font-size: 24px
}
.navicon-holder a {
  color: #fff;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.navicon-holder a:hover {
  text-decoration: none;
  color: #0686B5;
}
.navicon-holder .icon-search {
  font-size: 3rem;
  line-height: 1;
}
.navicon-holder .icon-user-circle-o {
  font-size: 3.1rem;
  line-height: 1;
}
#footer {
  background: #152731;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  padding: 38px 0 50px;
}
#footer a {
  color: #fff;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
#footer a:hover {
  color: #0686B5;
  text-decoration: none;
}
#footer .row {
  margin-bottom: 35px;
}
#footer .icon-holder {
  width: 40px;
  height: 40px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
#footer .text-lg {
  text-transform: uppercase;
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: top;
}
#footer .watch-block {
  text-align: center;
}
#footer .watch-block strong {
  font-size: 24px;
  line-height: 1.2;
}
#footer .watch-block .image-holder {
  margin: 0 -7px;
}
.footer-list {
  margin-bottom: 30px;
  display: none;
}
.footer-list li {
  margin-bottom: 12px;
}
.footer-list li:last-child {
  margin-bottom: 0;
}
.footer-list strong {
  font-weight: 900;
}
#footer .play-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% + 24px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-width: 10px !important;
  color: #fff;
  -webkit-transition: color .3s linear, border .3s linear;
  transition: color .3s linear, border .3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.7);
}
#footer .play-icon:hover {
  text-decoration: none;
  border-color: #0686B5 !important;
  color: #0686B5;
}
#footer .play-icon span {
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#back2Top {
  width: 50px;
  line-height: 50px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  border-radius: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  z-index: 109;
}
#back2Top:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}
.campus-list {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 38px;
}
.campus-list li {
  margin-bottom: 18px;
}
.campus-list li:last-child {
  margin-bottom: 0;
}
.campus-list address {
  margin-bottom: 0;
  line-height: 1.5;
}
.campus-list dl {
  margin-bottom: 0;
}
.campus-list dd {
  margin-bottom: 0;
}
.campus-list .h4 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 4px;
}
.campus-list dt {
  margin-right: 7px;
  position: relative;
}
.campus-list dt:before {
  content: ":";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3px;
}
.campus-list dt, .campus-list dd {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -2px;
  padding-top: 30px;
}
.social-network li {
  padding: 0 2px;
  margin-bottom: 2px;
}
.icon-facebook {
  font-size: 18px;
  line-height: 1;
}
.icon-twitter {
  font-size: 23px;
  line-height: 1;
}
.icon-instagram {
  font-size: 23px;
  line-height: 1;
}
.icon-play1 {
  font-size: 20px;
  line-height: 1;
}
.icon-envelope-o {
  font-size: 21px;
  line-height: 1;
}
.copyright-block {
  font-size: 1.5rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0;
}
.copyright-block li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}
/* intro section styles */
.intro-block {
  position: relative;
  padding-top: 45px;
  margin: 0 -7px;
}
.intro-block .content-holder {
  position: relative;
  z-index: 1;
  padding: 0 7px;
  margin-bottom: 18px;
  width: 100%;
}
.intro-block .bg-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 374px;
  position: relative;
}
.intro-block .bg-holder:before {
  content: "";
  position: absolute;
  top: 0;
  width: 300px;
  bottom: 0;
  right: 40px;
  background-image: -webkit-linear-gradient(left, transparent, #a2bbd2);
  background-image: linear-gradient(to right, transparent, #a2bbd2);
  display: none;
}
.intro-block .bg-holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 40px);
  right: -9999px;
  bottom: 0;
  background: #a2bbd2;
  display: none;
}
.intro-block .bg-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, .58) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, .58) 50%, rgba(255, 255, 255, 0) 100%);
}
.intro-block .play-icon {
  width: 95px;
  height: 95px;
  position: absolute;
  top: calc(50% + 63px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-width: 12px !important;
  color: #fff;
  -webkit-transition: color .3s linear, border .3s linear;
  transition: color .3s linear, border .3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.7);
}
.intro-block .play-icon:hover {
  text-decoration: none;
  border-color: #0686B5 !important;
  color: #0686B5;
}
.intro-block .play-icon span {
  font-size: 39px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.intro-block blockquote {
  line-height: 1.7;
  margin: 0;
}
.intro-block blockquote q {
  display: block;
}
.intro-block blockquote q:before, .intro-block blockquote q:after {
  content: none;
}
.intro-block p {
  margin-bottom: 27px;
}
.order-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.info-block {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 20px;
  width: 100%;
}
.info-block.styles-block .info-content {
  margin: 0 -7px;
}
.info-block .button-holder {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 13px;
}
.info-block .button-holder .btn {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.info-block .info-content {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(145, 145, 145, .2);
}
.info-block .image-holder {
  /*padding-top: 56.8%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 5px;*/
}
.info-block .image-holder img {
  width: 100%;
  border-radius: 5px;
}
.info-block .image-holder img:hover {
  opacity: 0.8;
}
.info-block .text-content {
  /*font-size: 1.6rem;
  font-weight: 400;*/
  line-height: 1.4;
  width: 100%;
  padding: 20px 10px;
}
.info-block .text-content h3 {
  /*font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0;*/
}
.info-block .text-content a {
  color: #434343;
}
.info-block .text-content a.btn {
  /*color: #ffffff;*/
}
.info-block .text-content a:hover {
  color: #05AAC4;
}
.info-block [class^="col-"] {
  margin-bottom: 15px;
}
/*.noPict, .info-block.noPict, .info-block.styles-block.noPict {
  padding-top: 200px;
}*/
.title h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #003b5c;
  font-weight: 800;
}
.mediaDiv .title h2 {
  text-align: center;
}
/* side menu styles */
.sidebar-menu {
  list-style: none;
  padding-left: 0;
}
.sidebar-menu a {
  color: #000000;
  background-color: #d9d9d9;
  text-decoration: none;
  padding: 10px 22px;
  min-width: 100%;
  margin-bottom: 8px;
  display: inline-block;
}
.sidebar-menu a:hover {
  background-color: #595959;
  color: #ffffff;
}
.sidebar-menu .parent {
  color: #ffffff;
  background-color: #003b5c;
  padding: 10px 22px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 8px;
  min-width: 100%;
  font-weight: 700;
}
.sidebar-menu .selectedItem a {
  background-color: #595959;
  color: #ffffff;
}
/* map-holder styles */
.tab-holder {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  box-shadow: 0 3px 15px rgba(145, 145, 145, .2);
  padding: 35px 0 45px;
  width: 100%;
}
/* map links styles */
.tab-links {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
}
.tab-links .tab-link {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #919191;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 10px 15px 55px;
  margin-bottom: 8px;
}
.tab-links .tab-link:before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  font-size: 4.1rem;
  line-height: 1;
}
.tab-links .tab-link:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 7px solid #b8b8b8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  -webkit-transition: border-color .3s linear;
  transition: border-color .3s linear;
}
.tab-links .tab-link:hover {
  background: #0686B5;
}
.tab-links .tab-link:hover:after {
  border-color: #b0cf51;
}
.tab-links .tab-link.active {
  background: #0686B5;
}
.tab-links .tab-link.active:after {
  border-color: #b0cf51;
}
/* google map styles */
.google-map {
  height: 400px;
  width: 100%;
}
/*google map holder styles */
.google-map-holder .btn-success {
  width: 100%;
  background: #0686B5;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  border: 0;
}
.gm-ui-hover-effect {
  display: none !important;
}
/* map content holder styles */
.gm-style .gm-style-iw-c {
  width: 280px !important;
  max-width: none !important;
  padding: 16px 12px;
  border-radius: 5px;
  top: -6px;
}
.gm-style .gm-style-iw-d {
  overflow: hidden;
  max-width: none !important;
  overflow-y: auto;
}
.gm-style .gn-style-iw {
  width: 280px !important;
  max-width: none !important;
}
.gm-style .gm-style-iw-t:after {
  top: -6px;
}
.gm-style .gm-svpc {
  display: none !important;
}
/* map text styles */
.map-text {
  font-size: 15px;
  line-height: 1.33;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.map-text .title {
  font-weight: 900;
  color: #003b5c;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.map-text address {
  margin-bottom: 22px;
}
.map-text .opening-time {
  display: block;
  margin-bottom: 22px;
}
.map-text.online-popup {
  width: 268px !important;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
}
.insta-block {
  padding-top: 5px;
  margin: 0 -7px 27px;
}
.insta-block .title h2 {
  margin-bottom: 15px;
}
.insta-block .img-holder {
  text-align: center;
}
.insta-block .img-holder img {
  width: 100%;
}
/* map holder styles */
.map-holder {
  position: relative;
}
.map-holder > .map-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  display: none;
}
.map-holder > .map-text.active {
  display: block;
}
/* road info block styles */
.road-info {
  box-shadow: 0 15px 20px #f2f2f2;
  text-align: center;
  padding: 40px 0 35px;
}
.road-info h2 {
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: #003b5c;
}
.road-info .h4 {
  font-size: 2rem;
  line-height: 1.29;
  font-weight: 700;
  margin-bottom: 0;
}
.road-info p {
  margin-bottom: 20px;
}
.road-info .title {
  margin-bottom: 20px;
  text-align: center;
}
.road-info .content-block {
  font-size: 2rem;
  line-height: 1.29;
}
.road-info .content-block a {
  color: #434343;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.road-info .content-block a:hover {
  text-decoration: none;
  color: #0686B5;
}
.road-info small {
  font-size: 1.4rem;
  line-height: 1.1;
  display: block;
  margin-bottom: 10px;
}
/* individual info block styles */
.individual-info {
  text-align: center;
  box-shadow: 0 15px 20px #f2f2f2;
  margin-bottom: 35px;
  padding: 35px 0 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.individual-info p {
  margin-bottom: 10px;
}
.individual-info h2 {
  /*font-size: 2.8rem;
  line-height: 1;
  text-transform: uppercase;
  color: #003b5c;
  margin-bottom: 15px;*/
}
.individual-info h3 {
  /*font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #003b5c;
  font-weight: 400;*/
}
.individual-info .placeholder-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 88.5%;
  margin: 0 -7px 70px;
  position: relative;
}
.individual-info .text-link {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  font-weight: 700;
  color: #0686B5;
  margin-bottom: 5px;
}
.individual-info .text-link:hover {
  color: #000;
  text-decoration: none;
}
.individual-info .play-icon {
  width: 89px;
  height: 89px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: calc(100% + -45px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, .6);
  -webkit-transition: color .3s linear, border .3s linear;
  transition: color .3s linear, border .3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 0 13px #fff;
  border-radius: 50%;
}
.individual-info .play-icon:hover {
  text-decoration: none;
  border-color: #0686B5 !important;
  color: #0686B5;
}
.individual-info .caption {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0686B5;
  text-align: center;
  margin-bottom: 15px;
}
.individual-info .caption strong {
  font-size: 1.8rem;
  line-height: 1;
}
.individual-info .icon-play1 {
  font-size: 46px;
  line-height: 1;
  margin-left: 9px;
}
/* description details styles */
/*.description-left {
  background-color: #152731;
  color: #ffffff;
}
.description-right {
  background-color: #152731;
  color: #ffffff;
}
.description-block {
  position: relative;
  -webkit-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
}*/
.description-block .container {
  -webkit-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
}
.description-block .image-wrapper {
  position: relative;
}
.description-block .image-block {
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 -7px;
}
.description-block .social-networks {
  margin: 0 -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.description-block .social-networks .icon-facebook {
  font-size: 2rem;
  line-height: 1;
}
.description-block .social-networks .icon-instagram {
  font-size: 2.1rem;
  line-height: 1;
}
.description-block .social-networks .icon-envelope-o {
  font-size: 1.9rem;
  line-height: 1;
}
.description-block .social-networks li {
  padding: 0 2px;
}
.description-block .social-networks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #0686B5;
  border-radius: 50%;
  border: 2px solid #0686B5;
  -webkit-transition: background .3s linear, color .3s linear;
  transition: background .3s linear, color .3s linear;
}
.description-block .social-networks a:hover {
  text-decoration: none;
  background: transparent;
  color: #0686B5;
}
.description-block .icon-caret-down {
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  font-size: 24px;
}
.description-block .image-block {
  /*top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 56.25%;*/
  background: #6a7a84;
  /*min-height: calc(100vw - 1px);*/
}
.description-block .image-block img {
  width: 100%;
  cursor: pointer;
}
.description-block .image-block img:hover {
  opacity: 0.2;
}
.description-block .btn-list, .info-block .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -4px;
  text-transform: uppercase;
  padding-top: 14px;
}
.description-block .btn-list li, .info-block .btn-list li {
  padding: 0 4px;
  margin-bottom: 5px;
}
.description-block .btn-caret {
  position: relative;
  color: #0686B5;
}
.description-block .btn-caret:hover {
  color: #000;
}
.description-block .rollText {
  position: absolute;
  text-align: center;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 900;
  visibility: hidden;
  pointer-events: none;
}
.description-block .image-block:hover > .rollText {
  visibility: visible;
}
.same-height-left {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}
.same-height {
  min-height: 304px;
}
/* description content styles 
.description-content {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 20px 0 30px;
}
.description-content p {
  margin-bottom: 10px;
}
.description-content .block-header {
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #003b5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.description-content .block-header span {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.8rem;
}
.description-content h3 {
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  color: #003b5c;
  margin-bottom: 15px;
}*/
/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media (min-width: 480px) {
  .slider-block .pos-block {
    padding: 12px 25px;
  }
  /*.nav-drop {
    width: 400px;
  }*/
  .intro-block {
    padding-top: 18px;
  }
  .intro-block .play-icon {
    top: calc(50% + 54px);
  }
  /* global mobile on off */
  .goMobile {
    display: none;
  }
  .noMobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .__order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .__order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .__font-weight-normal {
    font-weight: 400;
  }
  .container {
    padding: 0 15px;
  }
  .user-icon {
    right: 50px;
  }
  .logo-holder {
    margin-left: 0;
  }
  .nav-opener {
    width: 35px;
    height: 30px;
  }
  /*.navicon-holder .search-form {
    width: 150px;
  }*/
  #footer {
    padding: 68px 0 25px;
  }
  #footer .text-lg {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  #footer .watch-block .image-holder {
    margin: 0;
  }
  .footer-list {
    margin-bottom: 0;
  }
  .copyright-block {
    text-align: left;
    padding: 0 22px;
  }
  .intro-block {
    padding-top: 30px;
    margin: 0;
    -webkit-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
  }
  /* .intro-block .content-holder {
    width: 50%;
    padding: 0 3px 25px;
    margin-bottom: 0;
  }
  .intro-block .bg-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 46%;
    height: auto;
  }
  .intro-block .bg-holder .overlay {
    background-image: -webkit-linear-gradient(right, transparent, #fff);
    background-image: linear-gradient(to left, transparent, #fff);
    right: auto;
    height: auto;
    bottom: 0;
    width: 140px;
    display: block;
  }*/
  .intro-block .play-icon {
    top: calc(50% + 47px);
    width: 113px;
    height: 113px;
  }
  .intro-block .play-icon span {
    font-size: 48px;
  }
  .order-wrapper {
    margin: 0;
  }
  .info-block {
    -webkit-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.3);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 50px 0 35px;
  }
  .info-block.styles-block {
    padding: 80px 0 47px;
  }
  .info-block.styles-block .info-content {
    margin: 0;
  }
  .info-block .title {
    display: none;
  }
  .info-block .button-holder {
    margin-bottom: 0;
  }
  .info-block .image-holder {
    /*padding-top: 56.5%;*/
  }
  .info-block .text-content {
    /*line-height: 1.8;
    padding: 15px 20px 11px;*/
  }
  .info-block .text-content h3 {
    /*font-size: 2.4rem;
    margin-bottom: 3px;*/
  }
  .title h2 {
    margin-bottom: 18px;
  }
  .tab-holder {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tab-holder > .title {
    display: none;
  }
  .google-map {
    height: 525px;
  }
  .gm-style .gm-style-iw-c {
    width: 268px !important;
  }
  .insta-block {
    margin: 0;
    margin-bottom: 0;
    padding: 50px 0;
  }
  .insta-block .title {
    display: none;
  }
  .road-info {
    padding: 68px 0 87px;
  }
  .road-info .title {
    margin-bottom: 77px;
  }
  .individual-info {
    text-align: left;
    margin-bottom: 0;
    padding: 50px 0 30px;
  }
  .individual-info h2 {
    /*font-size: 3.3rem;*/
  }
  .individual-info .placeholder-block {
    margin: 0 0 55px;
  }
  .individual-info .text-link {
    margin-bottom: 12px;
  }
  .individual-info .caption {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .description-block .image-block {
    margin: 0 0 15px 0;
  }
  .description-block .social-networks .icon-facebook {
    font-size: 2.5rem;
  }
  .description-block .social-networks .icon-instagram {
    font-size: 2.6rem;
  }
  .description-block .social-networks .icon-envelope-o {
    font-size: 2.4rem;
  }
  .description-block .social-networks a {
    width: 42px;
    height: 42px;
  }
  .description-block .image-block {
    /*position: absolute;
    bottom: 0;
    right: calc(50% + 14px);
    padding-top: 0;*/
    min-height: inherit;
  }
  .description-block .image-block.image-right {
    left: calc(50% + 14px);
    right: 0;
  }
  .description-block .btn-caret {
    padding: 13px 38px 13px 15px;
  }
  .description-content {
    padding: 10px 0;
    /*min-height: 450px;*/
  }
}
@media (min-width: 992px) {
  .fluid-row {
    width: 100%;
  }
  .fluid-66 {
    float: left;
    width: 66%;
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fluid-50 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fluid-33 {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fluid-20 {
    float: left;
    width: 20%;
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fluid-25 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .user-icon {
    top: 36px;
  }
  .logo-holder {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 4;
    order: 4;
    max-width: 208px;
    -ms-flex-preferred-size: 208px;
    flex-basis: 208px;
  }
  .logo {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .logo img {
    width: 208px;
  }
  .nav-opener {
    width: 33px;
    height: 30px;
  }
  #footer .row {
    margin-bottom: 150px;
  }
  .footer-list {
    display: block;
  }
  .campus-list {
    margin-bottom: 0;
  }
  .social-network {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .intro-block {
    overflow: hidden;
    padding: 50px 0;
  }
  .intro-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-holder {
    /*padding: 95px 0 100px;*/
  }
  .mediaDiv .title h2 {
    font-size: 4.4rem;
    margin-bottom: 40px;
  }
  .title h2 {
    font-size: 4.4rem;
    margin-bottom: 40px;
  }
  .road-info h2 {
    font-size: 4.4rem;
  }
  .road-info .h4 {
    font-size: 2.8rem;
  }
  .road-info small {
    font-size: 1.8rem;
  }
  .individual-info {
    font-size: 1.8rem;
    line-height: 1.8889;
    padding: 86px 0 69px;
  }
  .individual-info h2 {
    /*font-size: 4.4rem;
    margin-bottom: 10px;*/
  }
  .individual-info h3 {
    /*font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 33px;*/
  }
}
@media (min-width: 1200px) {
  #header {
    padding: 18px 0;
  }
  #header .icon-holder {
    padding-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 33px;
  }
  .user-icon {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  #nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
    max-width: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0;
  }
  .nav-drop {
    position: static;
    background: none;
    width: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
    display: inline-block;
  }
  .nav-active .nav-drop {
    overflow-y: visible;
  }
  .nav-opener {
    display: none;
  }
  .navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /*justify-content: flex-end;*/
    margin: 0 -16px;
  }
  .navigation > li {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0 16px;
    width: auto;
  }
  .navigation a {
    padding: 0;
  }
  .navigation a:hover {
    background: none;
    color: #0686B5;
  }
  #nav .nav-drop .navigation.accordion .slide:hover {
    background: rgba(0, 0, 0, .7);
  }
  .navigation .slide {
    background: rgba(0, 0, 0, .7);
    width: 220px;
    position: absolute;
    top: 27px;
    left: 0;
    padding: 11px 0;
    opacity: 0;
    visibility: hidden;
  }
  .navigation .slide {
    background: rgba(0, 0, 0, .7);
    min-width: 220px;
    position: absolute;
    top: 37px;
    left: 0;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
  }
}
.navigation .slide:before {
  display: block;
}
.navigation .slide a {
  padding: 3px 17px;
  font-size: 16px;
  line-height: 1.2;
}
.navicon-holder {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 2;
  order: 2;
}
.nav-drop .opener {
  font-size: inherit;
  font-weight: inherit;
}
.nav-drop .navigation .slide a {
  text-transform: inherit;
  font-size: inherit;
}
.intro-block .bg-holder .overlay {
  width: 270px;
}
.intro-block .play-icon {
  top: calc(50% + 50px);
  left: 30%;
}
.intro-block p {
  margin-bottom: 35px;
}
.info-block {
  padding: 84px 0 64px;
}
.insta-block {
  padding: 0px;
}
.road-info p {
  margin-bottom: 40px;
}
.road-info .content-block {
  font-size: 2.8rem;
}
.individual-info .caption {
  font-size: 1.8rem;
  line-height: 1.89;
}
.campus-slider-block.slider-block h1 {
  font-size: 8.8rem !important;
}
.description-block .btn-list, .info-block .btn-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/*.description-content {
    padding: 88px 0 112px;
  }*/
.description-content h3 {
  margin-bottom: 35px;
}
}
@media (min-width: 1500px) {
  h1, .h1 {
    font-size: 48px;
  }
  h2, .h2 {
    font-size: 34px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .same-height {
    height: auto !important;
  }
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
  .pict50 {
    width: 100% !important;
  }
  .pict70 {
    width: 100% !important;
  }
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@keyframes point-anim {
  0% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    opacity: 1;
  }
  100% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes point-anim {
  0% {
    -webkit-transform: scale(.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1280px) {
  /* global mobile on off */
  .go2020Mobile {
    display: none;
  }
  .no2020Mobile {
    display: block;
  }
}