/* normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
fieldset {
  border: 1px solid #c0c0c0; /* 1 */
  margin: 0 2px; /* 1 */
  min-width: 0; /* 2 */
  padding: 0.35em 0.625em 0.75em; /* 1 */
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
optgroup {
  font-weight: bold;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/****************************
--> Functions
****************************/
/*
transform() {
  -webkit-transform arguments
  -moz-transform arguments
  transform arguments
}
*/
/****************************
--> Variables
****************************/
/****************************
--> Colour Classes
****************************/
.cBlue1 {
  background-color: #78b3e1;
}
.cBlue2 {
  background-color: #629dd5;
}
.cBlue3 {
  background-color: #427fc3;
}
.cBlue4 {
  background-color: #173858;
}
.cBlue5 {
  background-color: #0e2d47;
}
.cYellow {
  background-color: #ffc200;
}
.cBlue {
  background-color: #215780;
}
.cGrey1 {
  background-color: #ddecf7;
}
.cGrey2 {
  background-color: #d5d5d5;
}
.cGrey3 {
  background-color: #424242;
}
/****************************
--> Main Elements
****************************/
.title_content ul {
  font-family: "ff-tisa-web-pro", serif;
}
*,
*:after,
*:before {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #ffd300;
  text-shadow: none;
}
::-moz-selection {
  background: #ffd300;
  text-shadow: none;
}
html,
body {
  height: 100%;
  font-family: "brandon-grotesque", sans-serif;
  color: #173858;
}
a {
  text-decoration: none;
  color: #173858;
  outline: none;
}
.mobileForceTelColor a {
  color: #fff !important;
}
/***********************************
	STANDARD ELEMENTS & CLASSES
************************************/
#popAward {
  position: absolute;
  top: 66px;
  left: -2px;
  width: 80px;
  height: 91px;
  background-image: url("/global/images/award-nominee-cssda-160-l.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2000;
}
#popBanner {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 320px;
  height: 652px;
  margin: 0px -160px;
  z-index: 2000;
}
#popCurtain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999;
  background: #000;
  opacity: 0.6;
}
#popBanner img {
  width: 318px;
}
#popClose {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 32px;
  font-size: 32px;
  cursor: pointer;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#popLink {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 40px;
}
#popLink2 {
  position: absolute;
  bottom: 88px;
  left: 22px;
  width: 120px;
  height: 100px;
}
#popLink3 {
  position: absolute;
  bottom: 88px;
  right: 30px;
  width: 120px;
  height: 90px;
}
#popLink4 {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 120px;
  height: 90px;
}
#popLink5 {
  position: absolute;
  bottom: 0;
  right: 28px;
  width: 140px;
  height: 90px;
}
#content_standard {
  position: relative;
  padding-top: 60px;
}
#menu {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  overflow: visible !important;
  z-index: 999;
}
#nav_bar_top {
  position: fixed;
/*overflow: hidden;*/
  border-bottom: 2px solid #d5d5d5;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 999;
}
.navBarTopMtnHover {
  background-color: #fcc715 !important;
  border-bottom: 2px solid #caa424 !important;
}
.shareIcon {
  position: absolute;
  bottom: 25px;
  height: 40px;
}
.center {
  margin: 0 auto;
}
.inline {
  display: inline-block;
}
.left {
  float: left;
  width: 50%;
}
.right {
  float: right;
  width: 50%;
}
.clear {
  clear: both;
}
.left p,
.right p {
  text-align: justify;
  padding: 10px 40px 10px 40px;
  color: #424242;
}
.scroll {
  position: relative;
  height: 100%;
}
.shadow {
  box-shadow: 0px 0px 4px rgba(75,75,75,0.5);
  -webkit-box-shadow: 0px 0px 4px rgba(75,75,75,0.5);
  -moz-box-shadow: 0px 0px 4px rgba(75,75,75,0.5);
}
.emailLink {
  color: #fff;
}
.emailLink:hover {
  color: #ffc200;
}
.link_block {
  float: right;
  width: 40px;
  height: 40px;
}
.link_block > div {
  text-align: center;
}
.menu_block {
  position: relative;
  float: right;
  width: 60px;
  height: 60px;
  background-color: #629dd5;
  border-bottom: 2px solid #427fc3;
}
.menu_block_icon {
  background: url("/global/images/button-menu.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.btnLink {
  display: block;
  color: inherit;
}
.dark_link {
  background-color: #173858;
  border-bottom: solid 2px #0e2d47;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.dark_link .link_block,
.dark_link .menu_block {
  background-color: #0e2d47;
  border-bottom: solid 2px #031428;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.dark_link:hover {
  cursor: pointer;
  background-color: #78b3e1;
  border-bottom: solid 2px #629dd5;
}
.dark_link:hover .link_block,
.dark_link:hover .menu_block {
  background-color: #629dd5;
  border-bottom: solid 2px #427fc3;
}
.light_link {
  background-color: #78b3e1;
  border-bottom: solid 2px #629dd5;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.light_link .link_block,
.light_link .menu_block {
  background-color: #629dd5;
  border-bottom: solid 2px #427fc3;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.light_link:hover {
  cursor: pointer;
  background-color: #173858;
  border-bottom: solid 2px #0e2d47;
}
.light_link:hover .link_block,
.light_link:hover .menu_block {
  background-color: #0e2d47;
  border-bottom: solid 2px #031428;
}
.btn {
  position: relative;
  box-shadow: 0 4px #629dd5;
  outline: 0;
  border: none;
  display: inline-block;
  background: #78b3e1;
  border-radius: 10px;
  padding: 15px 45px;
  margin: 15px 30px;
  color: #fff;
}
.btn:hover {
  box-shadow: 0 3px #629dd5;
  top: 1px;
}
.btn:active {
  box-shadow: 0 1px #629dd5;
  top: 3px;
}
.btnDark {
  box-shadow: 0 4px #0e2d47;
  background: #173858;
}
.notification_box {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  z-index: 60;
  margin: -250px -300px;
  width: 600px;
}
/*.notification_box {
	position:absolute;
	left:50%;
	top:120px;
	width:640px;
	height:auto;
	margin-left:-320px;
	text-align:center;
	z-index: 60;
}*/
.notification_box h1 {
  font-size: 72px;
  text-shadow: 0px -2px 0px #fff, 3px 4px 10px #000;
  margin: 0;
  margin-top: -10px;
  color: #dbdbdb;
}
.notification_box p {
  padding: 0 45px;
  font-size: 21px;
  text-shadow: 1px 2px 1px #000;
  margin: -15px 0 15px 0;
  font-style: italic;
  color: #eee;
}
.notification_box .btn {
  background: #fed217;
  box-shadow: 0 4px #d79924;
  border-radius: 6px;
  padding: 10px 20px;
  margin: 0;
  color: #1e496b;
}
.notification_box .btn:hover {
  box-shadow: 0 3px #d79924;
  top: 1px;
}
.notification_box .btn:active {
  box-shadow: 0 1px #d79924;
  top: 3px;
}
#tl_explore_icon {
  margin: 0 auto;
  width: 107px;
  height: 112px;
  background-image: url("/_timeline/images/timeline_big_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 96px;
}
/****************************
--> Import
****************************/
h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  font-size: 47px;
}
h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  font-size: 37px;
}
h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  font-size: 31px;
}
h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  font-size: 27px;
}
h5 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  font-size: 19px;
}
h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  font-size: 17px;
}
.h7 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  font-size: 15px;
}
.brandon {
  font-family: "brandon-grotesque", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
}
p {
  font-family: "ff-tisa-web-pro", serif;
}
.p1 {
  font-style: italic;
  font-weight: 400;
  font-size: 23px;
  line-height: 32px;
}
.p2 {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
}
.p3 {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
.p4 {
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
}
input {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
}
@font-face {
  font-family: 'rimcons';
  src: url("../fonts/rimcons.eot?-170de4");
  src: url("../fonts/rimcons.eot?#iefix-170de4") format('embedded-opentype'), url("../fonts/rimcons.woff?-170de4") format('woff'), url("../fonts/rimcons.ttf?-170de4") format('truetype'), url("../fonts/rimcons.svg?-170de4#rimcons") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="rimcon-"],
[class*=" rimcon-"] {
  font-family: 'rimcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rimcon-rightarrow:before {
  content: "\e600";
}
.rimcon-plus:before {
  content: "\e601";
}
.rimcon-minus:before {
  content: "\e602";
}
.rimcon-menu:before {
  content: "\e603";
}
.rimcon-leftarrow:before {
  content: "\e604";
}
.rimconAnim .rimcon-rightarrow,
.rimconAnim .rimcon-leftarrow {
  position: relative;
  line-height: 40px;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.rimconAnim2 {
  line-height: 39px;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.rimconAnim .rimcon-rightarrow:before,
.rimconAnim .rimcon-leftarrow:before {
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.rimconAnim:hover .rimcon-rightarrow:before,
.rimconAnim:hover .rimcon-leftarrow:before,
.rimconAnim2:hover:before {
  margin-left: 7px;
}
.rimconAnim .rimcon-rightarrow:after,
.rimconAnim .rimcon-leftarrow:after,
.rimconAnim2:after {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 1px;
  width: 1px;
  content: '';
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.rimconAnim2:after {
  background: #173858;
}
.rimconAnim:hover .rimcon-rightarrow:after,
.rimconAnim:hover .rimcon-leftarrow:after,
.rimconAnim2:hover:after {
  width: 16px;
  opacity: 1;
}
.rimconAnim2Left:after,
.rimconAnim .rimcon-leftarrow:after {
  left: auto;
  right: 10px;
}
.rimconAnim2Left:hover:after,
.rimconAnim:hover .rimcon-leftarrow:after {
  margin-left: -16px;
}
.rimconAnim2Left:hover:before,
.rimconAnim:hover .rimcon-leftarrow:before {
  margin-left: -7px;
}
.rimconAnimBig .rimcon-rightarrow:after,
.rimconAnimBig2R:after {
  left: 20px;
}
.rimconAnimBig .rimcon-leftarrow:after,
.rimconAnimBig2L:after {
  right: 20px !important;
}
.rimconAnimBig2R:after {
  margin-top: 1px;
}
/*h1 {
	font-size: 2em;
	font-weight: 800;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
}

h5 {
	font-size: 1em;
	font-weight: normal;
}

p {
	font-size: 1em;
	color: inherit;
	font-weight: normal;
}*/
.dl-menuwrapper {
  width: 100%;
  height: auto;
  max-width: 319px;
  float: left;
  position: absolute;
  z-index: 1005;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper ul {
  background-color: #fff;
}
.dl-menuwrapper ul.sub-blue {
  background-color: #225881;
}
.dl-menuwrapper .sub-blue ul {
  background-color: #225881;
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper .dl-menuopen li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 10px 25px 10px 65px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  color: #114163;
  outline: none;
  border-bottom: 1px solid #d5d5d5;
/*border-left: 2px solid cGrey2*/
  background-color: #fff;
/*-webkit-box-shadow: 1px 0px 4px -1px rgba(75, 75, 75, 0.3);
	-moz-box-shadow: 1px 0px 4px -1px rgba(75, 75, 75, 0.3);
	-ms-box-shadow: 1px 0px 4px -1px rgba(75, 75, 75, 0.3);
	box-shadow: 1px 0px 4px -1px rgba(75, 75, 75, 0.3);*/
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transform: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  transition: transform 0.4s;
}
.sub-blue li a {
  color: #fff;
  background-color: #225881;
  border-color: #114163;
}
.sub-blue ul li:nth-child(1) {
  background-color: #0f2e48;
}
.sub-blue ul li:nth-child(1) a {
  border-width: 0;
}
.dl-menuwrapper li a span {
  position: absolute;
  left: 12px;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: 70px 35px !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
}
.sub-blue li a span {
  background-position: -35px 0 !important;
}
.no-touch .dl-menuwrapper li a:hover span {
  background-position: -35px 0 !important;
}
.no-touch .sub-blue li a:hover span {
  background-position: -35px 0 !important;
}
.no-touch .dl-menuwrapper li a:hover {
  color: #fff;
  background-color: #79b4e2;
  left: -1px;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px);
}
.no-touch .sub-blue li a:hover {
  background-color: #114163;
}
.no-touch .dl-menuwrapper li.dl-back a:hover {
  background-color: #0f2e48;
}
.no-touch .dl-menuwrapper li a:hover:after {
  color: #fff;
}
.dl-menuwrapper li.dl-back > a {
  background-color: #0f2e48;
  height: 40px;
  line-height: 20px;
  text-align: right;
  padding-right: 45px;
  color: #fff;
}
.dl-menuwrapper li.dl-back > a:after {
  position: absolute;
  top: 2px;
  font-family: rimcons;
  font-size: 16px;
  color: #114163;
  line-height: 50px;
  speak: none;
  content: "\e600";
}
.dl-menuArrow {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #114163;
}
.dl-menuArrow:after {
  background: #114163 !important;
/*position: absolute !important;
	top: 2px;
	right: 30px;
	font-family: rimcons;
	/*font-size: 16px !important;*/
/*color: #114163;
	line-height: 50px !important;
	speak: none;
	content: "\e600";*/
}
.dl-menuwrapper li.dl-back > a:after {
  right: 20px;
  top: -4px;
  color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 25px;
}
.dl-menuwrapper .dl-menu {
  margin: 0 0 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-image: url("../images/rim_menu_logo_on_white.png");
  background-position: center 96%;
  background-repeat: no-repeat;
  background-size: 96px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuBackgroundChange {
  background-image: url("../images/rim_menu_logo_on_blue.png") !important;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.dl-menuwrapper li .dl-submenu {
  display: none;
}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  margin: 0;
}
.dl-menu.main-menu-out {
  -webkit-animation: MenuAnimOut 0.3s ease-in-out;
  -moz-animation: MenuAnimOut 0.3s ease-in-out;
  animation: MenuAnimOut 0.3s ease-in-out;
}
@-webkit-keyframes MenuAnimOut {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
}
.dl-menu.main-menu-in {
  -webkit-animation: MenuAnimIn 0.3s ease-in-out;
  -moz-animation: MenuAnimIn 0.3s ease-in-out;
  animation: MenuAnimIn 0.3s ease-in-out;
}
@-webkit-keyframes MenuAnimIn {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.main-menu-in {
  -webkit-animation: SubMenuAnimIn 0.3s ease-in-out;
  -moz-animation: SubMenuAnimIn 0.3s ease-in-out;
  animation: SubMenuAnimIn 0.3s ease-in-out;
}
@-webkit-keyframes SubMenuAnimIn {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.main-menu-out {
  -webkit-animation: SubMenuAnimOut 0.3s ease-in-out;
  -moz-animation: SubMenuAnimOut 0.3s ease-in-out;
  animation: SubMenuAnimOut 0.3s ease-in-out;
}
@-webkit-keyframes SubMenuAnimOut {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
}
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background-color: rgba(0,0,0,0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}
@-moz-keyframes MenuAnimOut {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-o-keyframes MenuAnimOut {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-o-keyframes MenuAnimIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-o-keyframes SubMenuAnimIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimOut {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@-o-keyframes SubMenuAnimOut {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
#nav_bar_top {
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#nav_bar_top > div {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto 100% !important;
  text-align: center;
  line-height: 60px;
  height: 58px;
  cursor: pointer;
}
#nav_bar_top > div > span {
  vertical-align: middle;
}
#button_discover {
  color: #fff;
  float: left;
  width: 172px;
  height: 60px !important;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#menu_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  padding: 7px 20px 9px 0px;
  margin: -8px -10px;
}
#menu_icon span,
#menu_icon span:before,
#menu_icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}
#menu_icon span:before {
  top: -7px;
}
#menu_icon span:after {
  bottom: -7px;
}
#menu_icon span,
#menu_icon span:before,
#menu_icon span:after {
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#menu_icon.open span {
  background-color: transparent;
}
#menu_icon.open span:before,
#menu_icon.open span:after {
  top: 0;
}
#menu_icon.open span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu_icon.open span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#link_museum {
  float: left;
  position: relative;
  width: 148px;
  height: 60px !important;
  border-right: 1px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
  background-image: url("/global/images/dac_rim_logo.png");
  background-size: contain !important;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 50;
}
#link_museum:hover:before {
  opacity: 1;
/*background-image: url(/global/images/rim-rollover.png);
	border-bottom:2px solid #669fd5;*/
}
#link_museum:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 60px !important;
  border-right: 1px solid #d5d5d5;
  border-bottom: 2px solid #669fd5;
  background-image: url("/global/images/dac_rim_logo_rollover.png");
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 51;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#link_heritage {
  position: relative;
  float: left;
  width: 70px;
  height: 60px !important;
  border-right: 1px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
  background-image: url("/global/images/worldheritage.png");
  background-size: 70px 60px;
  background-repeat: no-repeat;
  z-index: 50;
}
#link_heritage:hover:before {
  opacity: 1;
/*background-image: url(/global/images/worldheritage-rollover.png);
	border-bottom: 2px solid #000*/
}
#link_heritage:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 60px !important;
  border-right: 1px solid #d5d5d5;
  border-bottom: 2px solid #000;
  background-image: url("/global/images/worldheritage-rollover.png");
  background-size: 70px 60px;
  background-repeat: no-repeat;
  z-index: 51;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#auth_status {
  float: right;
  margin: 0 20px 0 20px;
}
#mtnLink {
  float: right;
  width: 256px;
  height: 100%;
}
#mtn {
  background-image: url("/global/images/mtnfoundation_black.png");
  background-size: 256px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -moz-transition: all 1.2s;
  transition: all 1.2s;
}
.mtnHoverImage {
  background-image: url("/global/images/mtnfoundation_colour@2x.png") !important;
}
#mtnLink2 {
  display: none;
  float: right;
  width: 60px;
  height: 60px;
}
#mtn2 {
  background-image: url("/global/images/mtnfoundation_small.png");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
#bookTourLink {
  display: block;
  float: right;
  width: 320px;
  height: 60px;
}
#book_tour {
  border-bottom: solid 2px #0d2643;
  text-align: left !important;
  float: right;
  width: 320px;
  height: 60px !important;
  color: #fff;
}
#book_tour > .link_block {
  width: 60px;
  height: 60px;
  border-bottom: solid 2px #031428;
}
#book_tour:hover {
  border-bottom: 2px solid #629dd5;
}
#book_tour:hover > .link_block {
  border-bottom: 2px solid #427fc3 !important;
}
#book_tour_pic {
  background-image: url("/global/images/booknowboat.png");
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: 20px 7px;
  float: left;
  width: 132px;
  height: 100%;
}
#cData {
  width: 960px;
  margin: 20px;
}
#cData table {
  width: 100%;
  border-collapse: collapse;
}
#cData td,
th {
  border: 1px solid #000;
  padding: 4px;
  font-size: 11px;
  text-align: center;
}
#cData th {
  font-weight: 700;
  background: #8d8d8d;
  text-transform: uppercase;
  text-align: center;
}
#cData table p {
  margin: 2px;
}
.cDataNav {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style: none;
  padding: 10px;
}
.cDataNav li {
  display: inline-block;
  border: 1px solid #183959;
  padding: 2px 10px 2px 10px;
  margin: 5px;
}
.cDataNav li:hover {
  background: #183959;
  color: #fff;
}
#cData_pictureLibrary {
  position: fixed;
  right: 0;
  top: 0;
  width: 200px;
  padding: 10px;
  height: 100%;
  overflow-y: scroll;
  border-left: 2px solid #022d46;
  background: #d3d3d3;
}
#cData_pictureLibrary img {
  width: 180px;
}
#cData_pictureLibrary p {
  font-size: 10px;
  width: 180px;
}
#heritageContainer {
  position: relative;
  background: url("/content/images/conservation6.jpg") center bottom no-repeat;
  background-color: #0c2e49;
  padding: 10px 0;
  width: 100%;
  color: #fff;
}
#heritageContainer p {
  color: #fff;
}
#nav_bar_right {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  width: 320px;
  z-index: 997;
}
.rightBarSpan {
  float: left;
  width: 280px;
  line-height: 40px;
}
.nav_bar_right_shift_up {
  top: 0 !important;
}
#nav_bar_right {
  background-color: #fff;
  min-height: 721px;
  overflow: hidden;
}
#nav_bar_right #virtual_tour ul,
#nav_bar_right #timeline ul {
  margin: 0;
  padding: 0;
}
#nav_bar_right #timeline ul {
  margin-top: 0px;
}
#nav_bar_right .main {
  height: 100%;
  width: 100%;
}
#nav_bar_right .link {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
#move_container {
  position: absolute;
  top: 159px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  background: #fff;
}
#nav_bar_right > #weather {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  color: #fff;
  width: 100%;
  height: 159px;
  -webkit-transition: height 0.7s;
  -ms-transition: height 0.7s;
  -moz-transition: height 0.7s;
  transition: height 0.7s;
  -webkit-transition: height 0.7s;
}
#expand_container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 245px;
  max-height: 908px; /* twice block max height */
}
#nav_bar_right #virtual_tour,
#nav_bar_right #timeline {
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 100%;
  height: 50%;
  max-height: 300px;
  -webkit-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
}
#nav_bar_right #timeline {
  max-height: 236px;
}
#nav_bar_right #virtual_tour .main,
#nav_bar_right #timeline .main {
  position: absolute;
  width: 100%;
  height: 454px;
  top: 50%;
  margin-top: -247px;
}
#flip_years {
  position: absolute;
  top: 172px;
  left: 0px;
}
#flip_years ul {
  margin-right: 5px !important;
}
#nav_bar_right #promo_space {
/*position: absolute;
	bottom: 40px;
	border-bottom: solid 1px lightGray;
	background-color: #FCC715;
	height: 205px;
	width: 100%;*/
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 100%;
  height: 205px;
}
#promo_space a {
  display: none;
}
#promo_space img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -160px;
  height: 205px;
  width: 320px;
}
.promoImgBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 205px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#nav_bar_right #jungle {
/*position: absolute;
	left: 0px; right: 0px; bottom: 0px;*/
  text-align: center;
  line-height: 40px;
  width: 100%;
  height: 40px;
  font-weight: bold;
  background-color: #424242;
  color: #d5d5d5;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#nav_bar_right #jungle #smaller {
  position: relative;
  top: -1px;
  left: -3px;
  font-size: 13px;
}
#nav_bar_right #jungle a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
#nav_bar_right #jungle:hover {
  background-color: #abcf37;
  color: #424242;
}
#timeline {
  cursor: pointer;
}
#tl_parallax {
  width: 100%;
  height: 100%;
}
#tl_parallax li > div {
  position: absolute;
/*top: -10px; left: -10px;
	height: 475px; 
	width: 110%;
	background-repeat:no-repeat;
	background-size:100% auto;*/
  top: -10px;
  left: -10px;
  height: 235px;
  width: 340px;
  background-repeat: no-repeat;
/*background-size: 200% auto;
	background-position: -140px -123px;
	background-size: 140% auto;
	background-position: -90px -35px;*/
  background-size: 170% auto;
  background-position: -110px -80px;
}
#tl_scene_back > div {
  margin-top: 100px;
}
#tl_scene_front > div {
  margin-top: 100px;
/*left:auto !important;
	right:-10px;*/
}
#tl_scene_text > div {
  margin-top: 100px;
/*
	top: 0px !important;
	left: 0px !important;
	width: 320px !important;
	height: 455px !important;
	*/
}
#weather_parallax {
  width: 100%;
  height: 100%;
}
#weather li div {
  position: absolute;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
#weather ul {
  margin: 0;
  padding: 0;
}
#weather_background {
  background-size: 100% !important;
  height: 466px;
/*width: 340px;
	top: -10px;	left: -10px;*/
  width: 110%;
  top: -5%;
  left: -5%;
}
#weather_info {
  height: 446px;
  width: 320px;
  top: 0;
  left: 0;
}
#weather .link_block > div {
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
#weather .link_block > .rimcon-minus {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#weather_info > div {
  position: absolute;
}
#weather_info > #now_weather_icon {
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  background-size: 68px 60px !important;
  height: 60px;
  width: 100px;
  top: 22px;
  left: 25px;
}
#weather_info > #now_weather_desc {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  height: 20px;
  width: 130px;
  top: 85px;
  left: 10px;
}
#weather_info > #now_weather_sep {
  height: 90px;
  width: 2px;
  background-color: #fff;
  top: 15px;
  left: 150px;
}
#weather_info > #now_weather_live {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  height: 20px;
  width: 100px;
  top: 15px;
  left: 188px;
}
#weather_info > #now_weather_temp {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  height: 60px;
  width: 100px;
  top: 29px;
  left: 172px;
}
#weather_info > #now_weather_wind {
  font-size: 12px;
  text-transform: uppercase;
  height: 20px;
  width: 125px;
  top: 85px;
  left: 185px;
}
#weather_info > #now_weather_forcast {
  height: 290px;
  width: 265px;
  top: 120px;
  left: 25px;
}
#now_weather_forcast table {
  width: 250px;
  margin: 0 15px;
}
#now_weather_forcast table td {
  vertical-align: middle;
  line-height: 35px;
  padding: 4px 0;
}
#vt_parallax {
  position: absolute;
  right: 0;
  width: 320px;
  height: 100%;
  overflow: visible;
  list-style: none;
}
#virtual_tour li div {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
#virtual_tour .main.paused div {
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  -o-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
#vt_background {
  background: url("../parallax/virtual_tour/images/background.png");
  height: 455px;
  width: 320px;
  top: 0px;
  left: 0px;
}
#vt_ferryboat {
  background: url("../parallax/virtual_tour/images/ferryboat.png");
  height: 72px;
  width: 178px;
  top: 205px;
  left: 0px;
}
#virtual_tour .main #vt_ferryboat {
  animation: boat_sway 3s linear 1s infinite normal;
  -webkit-animation: boat_sway 3s linear 1s infinite normal;
}
#vt_ferryboatwave {
  background: url("../parallax/virtual_tour/images/ferryboatwave.png");
  opacity: 1;
  height: 16px;
  width: 182px;
  top: 273px;
  left: -12px;
}
#virtual_tour .main #vt_ferryboatwave {
  animation: waves_sway 1.5s ease 2.5s infinite alternate;
  -webkit-animation: waves_sway 1.5s ease 2.5s infinite alternate;
}
#vt_diasboat {
  background: url("../parallax/virtual_tour/images/diasboat.png");
  height: 157px;
  width: 364px;
  top: 290px;
  left: -110px;
}
#virtual_tour .main #vt_diasboat {
  animation: boat_sway 3s linear 1.5s infinite normal;
  -webkit-animation: boat_sway 3s linear 1.5s infinite normal;
}
#vt_diasboatwave {
  background: url("../parallax/virtual_tour/images/diasboatwave.png");
  opacity: 1;
  height: 37px;
  width: 400px;
  top: 442px;
  left: -100px;
}
#virtual_tour .main #vt_diasboatwave {
  animation: waves_sway 1.5s ease 3s infinite alternate;
  -webkit-animation: waves_sway 1.5s ease 3s infinite alternate;
}
#vt_susanboat {
  background: url("../parallax/virtual_tour/images/susanboat.png");
  height: 84px;
  width: 186px;
  top: 260px;
  left: 170px;
}
#virtual_tour .main #vt_susanboat {
  animation: boat_sway 3s linear 0s infinite normal;
  -webkit-animation: boat_sway 3s linear 0s infinite normal;
}
#vt_susanboatwave {
  background: url("../parallax/virtual_tour/images/susanboatwave.png");
  opacity: 1;
  height: 44px;
  width: 186px;
  top: 335px;
  left: 150px;
}
#virtual_tour .main #vt_susanboatwave {
  animation: waves_sway 1.5s ease 1.5s infinite alternate;
  -webkit-animation: waves_sway 1.5s ease 1.5s infinite alternate;
}
#vt_island {
  background: url("../parallax/virtual_tour/images/island.png");
  height: 93px;
  width: 149px;
  top: 174px;
  left: 200px;
}
#vt_seagull {
  background: url("../parallax/virtual_tour/images/seagull.png");
  height: 27px;
  width: 24px;
  top: 114px;
  left: 100px;
}
#vt_seal {
  background: url("../parallax/virtual_tour/images/seal.png");
  height: 22px;
  width: 42px;
  top: 324px;
  left: 30px;
}
#virtual_tour .main #vt_seal {
  animation: seal_bob 1.5s ease-in-out 1.5s infinite alternate;
  -webkit-animation: seal_bob 1.5s ease-in-out 1.5s infinite alternate;
}
#vt_sealwave {
  background: url("../parallax/virtual_tour/images/sealwave.png");
  height: 20px;
  width: 55px;
  top: 343px;
  left: 22px;
}
#virtual_tour .main #vt_sealwave {
  animation: seal_bob 1.5s ease-in-out 1.3s infinite alternate;
  -webkit-animation: seal_bob 1.5s ease-in-out 1.3s infinite alternate;
}
#vt_yellowmarker {
  background: url("../parallax/virtual_tour/images/yellowmarker.png");
  height: 37px;
  width: 27px;
  top: 213px;
  left: 264px;
}
#virtual_tour .main #vt_yellowmarker {
  animation: big_marker_bounce 7s cubic-bezier(1, 0.63, 0.79, 0.56) 0s infinite;
  -webkit-animation: big_marker_bounce 7s cubic-bezier(1, 0.63, 0.79, 0.56) 0s infinite;
}
#vt_redmarker {
  background: url("../parallax/virtual_tour/images/redmarker.png");
  height: 17px;
  width: 13px;
  top: 229px;
  left: 295px;
}
#virtual_tour .main #vt_redmarker {
  animation: small_marker_bounce 7s cubic-bezier(1, 0.63, 0.79, 0.56) 3.5s infinite;
  -webkit-animation: small_marker_bounce 7s cubic-bezier(1, 0.63, 0.79, 0.56) 3.5s infinite;
}
#vt_cloudsclose,
#vt_cloudsclose2 {
  background: url("../parallax/virtual_tour/images/cloudsclose.png");
  opacity: 0;
  height: 170px;
  width: 269px;
  top: 20px;
  left: 0px;
}
#virtual_tour .main #vt_cloudsclose {
  animation: clouds 60s linear 0s infinite;
  -webkit-animation: clouds 60s linear 0s infinite;
}
#virtual_tour .main #vt_cloudsclose2 {
  animation: clouds 60s linear 30s infinite;
  -webkit-animation: clouds 60s linear 30s infinite;
}
#vt_cloudsfar,
#vt_cloudsfar2 {
  background: url("../parallax/virtual_tour/images/cloudsfar.png");
  opacity: 0;
  height: 174px;
  width: 211px;
  top: 36px;
  left: 0px;
}
#virtual_tour .main #vt_cloudsfar {
  animation: clouds 100s linear 10s infinite;
  -webkit-animation: clouds 100s linear 10s infinite;
}
#virtual_tour .main #vt_cloudsfar2 {
  animation: clouds 100s linear 60s infinite;
  -webkit-animation: clouds 100s linear 60s infinite;
}
@-webkit-keyframes lighthouse_sway {
  0% {
    -webkit-transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
  }
}
@-webkit-keyframes boat_sway {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
  }
  25% {
    -webkit-transform: rotate(-1deg) translateY(-2px);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(-2px);
  }
  75% {
    -webkit-transform: rotate(1deg) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes waves_sway {
  0% {
    -webkit-transform: translate(10px, 0px);
  }
  100% {
    -webkit-transform: translate(3px, -3px);
  }
}
@-webkit-keyframes seal_bob {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, -2px);
  }
}
@-webkit-keyframes big_marker_bounce {
  0% {
    -webkit-transform: translateY(0px);
  }
  90% {
    -webkit-transform: translateY(0px);
  }
  93% {
    -webkit-transform: translateY(-5px);
  }
  95% {
    -webkit-transform: translateY(0px);
  }
  98% {
    -webkit-transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes small_marker_bounce {
  0% {
    -webkit-transform: translateY(0px);
  }
  90% {
    -webkit-transform: translateY(0px);
  }
  93% {
    -webkit-transform: translateY(-3px);
  }
  95% {
    -webkit-transform: translateY(0px);
  }
  98% {
    -webkit-transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes clouds {
  0% {
    -webkit-transform: translateX(-280px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(350px);
    opacity: 1;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #vt_background {
    background: url("../parallax/virtual_tour/images/background@2x.png");
  }
  #vt_ferryboat {
    background: url("../parallax/virtual_tour/images/ferryboat@2x.png");
  }
  #vt_ferryboatwave {
    background: url("../parallax/virtual_tour/images/ferryboatwave@2x.png");
  }
  #vt_diasboat {
    background: url("../parallax/virtual_tour/images/diasboat@2x.png");
  }
  #vt_diasboatwave {
    background: url("../parallax/virtual_tour/images/diasboatwave@2x.png");
  }
  #vt_susanboat {
    background: url("../parallax/virtual_tour/images/susanboat@2x.png");
  }
  #vt_susanboatwave {
    background: url("../parallax/virtual_tour/images/susanboatwave@2x.png");
  }
  #vt_island {
    background: url("../parallax/virtual_tour/images/island@2x.png");
  }
  #vt_seagull {
    background: url("../parallax/virtual_tour/images/seagull@2x.png");
  }
  #vt_seal {
    background: url("../parallax/virtual_tour/images/seal@2x.png");
  }
  #vt_sealwave {
    background: url("../parallax/virtual_tour/images/sealwave@2x.png");
  }
  #vt_yellowmarker {
    background: url("../parallax/virtual_tour/images/yellowmarker@2x.png");
  }
  #vt_redmarker {
    background: url("../parallax/virtual_tour/images/redmarker@2x.png");
  }
  #vt_cloudsclose,
  #vt_cloudsclose2 {
    background: url("../parallax/virtual_tour/images/cloudsclose@2x.png");
  }
  #vt_cloudsfar,
  #vt_cloudsfar2 {
    background: url("../parallax/virtual_tour/images/cloudsfar@2x.png");
  }
}
@-moz-keyframes lighthouse_sway {
  0% {
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
  }
}
@-webkit-keyframes lighthouse_sway {
  0% {
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
  }
}
@-o-keyframes lighthouse_sway {
  0% {
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
  }
}
@keyframes lighthouse_sway {
  0% {
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
  }
}
@-moz-keyframes boat_sway {
  0% {
    transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
  }
  25% {
    transform: rotate(-1deg) translateY(-2px);
    -ms-transform: rotate(-1deg) translateY(-2px);
  }
  50% {
    transform: rotate(0deg) translateY(-2px);
    -ms-transform: rotate(0deg) translateY(-2px);
  }
  75% {
    transform: rotate(1deg) translateY(0px);
    -ms-transform: rotate(1deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
@-webkit-keyframes boat_sway {
  0% {
    transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
  }
  25% {
    transform: rotate(-1deg) translateY(-2px);
    -ms-transform: rotate(-1deg) translateY(-2px);
  }
  50% {
    transform: rotate(0deg) translateY(-2px);
    -ms-transform: rotate(0deg) translateY(-2px);
  }
  75% {
    transform: rotate(1deg) translateY(0px);
    -ms-transform: rotate(1deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes boat_sway {
  0% {
    transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
  }
  25% {
    transform: rotate(-1deg) translateY(-2px);
    -ms-transform: rotate(-1deg) translateY(-2px);
  }
  50% {
    transform: rotate(0deg) translateY(-2px);
    -ms-transform: rotate(0deg) translateY(-2px);
  }
  75% {
    transform: rotate(1deg) translateY(0px);
    -ms-transform: rotate(1deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
@keyframes boat_sway {
  0% {
    transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
  }
  25% {
    transform: rotate(-1deg) translateY(-2px);
    -ms-transform: rotate(-1deg) translateY(-2px);
  }
  50% {
    transform: rotate(0deg) translateY(-2px);
    -ms-transform: rotate(0deg) translateY(-2px);
  }
  75% {
    transform: rotate(1deg) translateY(0px);
    -ms-transform: rotate(1deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
@-moz-keyframes waves_sway {
  0% {
    transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
  }
  100% {
    transform: translate(3px, -3px);
    -ms-transform: translate(3px, -3px);
  }
}
@-webkit-keyframes waves_sway {
  0% {
    transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
  }
  100% {
    transform: translate(3px, -3px);
    -ms-transform: translate(3px, -3px);
  }
}
@-o-keyframes waves_sway {
  0% {
    transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
  }
  100% {
    transform: translate(3px, -3px);
    -ms-transform: translate(3px, -3px);
  }
}
@keyframes waves_sway {
  0% {
    transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
  }
  100% {
    transform: translate(3px, -3px);
    -ms-transform: translate(3px, -3px);
  }
}
@-moz-keyframes seal_bob {
  0% {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
  }
}
@-webkit-keyframes seal_bob {
  0% {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
  }
}
@-o-keyframes seal_bob {
  0% {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
  }
}
@keyframes seal_bob {
  0% {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
  }
}
@-moz-keyframes big_marker_bounce {
  0% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  90% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  93% {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
  }
  95% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  98% {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@-webkit-keyframes big_marker_bounce {
  0% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  90% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  93% {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
  }
  95% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  98% {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@-o-keyframes big_marker_bounce {
  0% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  90% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  93% {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
  }
  95% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  98% {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@keyframes big_marker_bounce {
  0% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  90% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  93% {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
  }
  95% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  98% {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@-moz-keyframes small_marker_bounce {
  0% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  90% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  93% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }
  95% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  98% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@-webkit-keyframes small_marker_bounce {
  0% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  90% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  93% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }
  95% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  98% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@-o-keyframes small_marker_bounce {
  0% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  90% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  93% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }
  95% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  98% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@keyframes small_marker_bounce {
  0% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  90% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  93% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }
  95% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  98% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@-moz-keyframes clouds {
  0% {
    transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    opacity: 1;
  }
  100% {
    transform: translateX(350px);
    -ms-transform: translateX(350px);
    opacity: 1;
  }
}
@-webkit-keyframes clouds {
  0% {
    transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    opacity: 1;
  }
  100% {
    transform: translateX(350px);
    -ms-transform: translateX(350px);
    opacity: 1;
  }
}
@-o-keyframes clouds {
  0% {
    transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    opacity: 1;
  }
  100% {
    transform: translateX(350px);
    -ms-transform: translateX(350px);
    opacity: 1;
  }
}
@keyframes clouds {
  0% {
    transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    opacity: 1;
  }
  100% {
    transform: translateX(350px);
    -ms-transform: translateX(350px);
    opacity: 1;
  }
}
.heading {
  position: relative;
  margin: 102px 40px 85px 40px;
  border-top: solid 3px #78b3e1;
  border-bottom: solid 2px #78b3e1;
  text-align: center;
}
.heading_transparent {
  border-top: 0;
  margin: 102px 40px 140px 40px;
}
.heading_title {
  position: absolute;
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 5px;
  top: -43px;
}
.heading_title > h1 {
  display: inline-block;
  padding: 0 10px 0 10px;
  background: #fff;
  margin: 0;
}
.heading p {
  margin: 0;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  color: #424242;
}
.heading_transparent h1 {
  margin: 0;
  padding: 0 10px 0 10px;
  text-transform: uppercase;
/*line-height: 35px;*/
  color: #fff;
}
.heading_transparent p {
  text-align: center;
  margin: 10px 0 30px 0;
}
.title_content {
  margin: 40px;
}
.title_content > hr {
  text-align: left;
  margin-left: 0;
  width: 30px;
  height: 2px;
  background-color: #183959;
  border-width: 0;
}
.title_content > h4 {
  margin: 0;
}
.title_content > p.title {
  color: #183959;
  margin: 0;
}
.title_content ul {
  list-style: url("/global/images/bullet.png");
}
.title_content.dark {
  color: #fff;
}
.title_content.dark > h4 {
  color: #ffd31b;
}
.title_content.dark > hr {
  background-color: #8ac2e8;
}
.title_content li {
  margin-top: 20px;
  color: #424242;
}
.content_image {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}
.content {
  float: left;
  width: 50%;
  min-height: 500px;
  padding: 20px;
}
.contentR {
  float: right;
}
.image {
  float: right;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 50%;
  height: 500px;
}
.imageR {
  float: left;
}
.wide_image {
  position: relative;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wide_image > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wide_image_container {
  position: relative;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  background-color: #0e2d47 !important;
  padding: 10px 0;
  width: 100%;
  color: #fff;
}
.did_you_know {
  position: relative;
  margin: 0 0 40px 0;
  padding: 15px 40px 15px 40px;
  text-align: center;
  background-color: #215780;
}
.did_you_know > h3 {
  margin-left: 25px;
  margin-bottom: 15px;
  color: #ffc200;
}
.did_you_know > p {
  color: #fff;
  margin-bottom: 35px;
}
.did_you_know_icon {
  position: absolute;
  background: url("/global/images/questionmark_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 54px;
  top: -22px;
  left: 0;
}
.did_you_know > .read_more {
  position: relative;
  bottom: 15px;
}
.contact_box {
  position: relative;
  background-color: #8badd4;
  color: #fff;
  margin-top: 20px;
  padding: 10px 20px 1px 20px;
  min-height: 20px;
}
.contact_box > p.title {
/*position: absolute;
	top: 13px; left: 60px;*/
  padding-left: 40px;
  font-size: 18px;
  color: #183959;
  margin: 0;
}
.contact_box > .env_icon {
  position: absolute;
  background: url("/global/images/icons/y_env.png");
  background-position: center;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  top: 10px;
  left: 18px;
}
.contact_box a {
  color: #fff;
}
.nav_links {
  margin: 0 auto;
  max-width: 1550px;
}
.nav_links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav_links li {
  display: inline-block;
}
.nav_links a {
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  padding: 0 10px;
  border: 1px solid #7698c8;
  border-radius: 4px;
  -webkit-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  transition: border-color 0.25s;
  -webkit-transition: border-color 0.25s;
}
.nav_links a.lellow {
  color: #ffd430;
  text-shadow: 2px 2px 2px rgba(75,75,75,0.6);
}
.nav_links a:hover {
  border: 1px solid #ebebeb;
}
.nav_links a.active {
  border: 1px solid #ebebeb;
}
#tour_schedule {
  position: relative;
  margin: 0 auto;
  text-align: center;
  height: auto;
  width: 100%;
  margin-top: -20px;
  padding: 20px 40px;
}
.schedule_block {
  position: relative;
  display: inline-block;
  *display: inline;
/*IE7*/
  *zoom: 1;
/*IE7*/
  width: 150px;
/*height: 150px;*/
  border-right: 1px solid #fff;
}
.schedule_block.next_tour {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  box-shadow: 0px 2px 10px rgba(75,75,75,0.6);
  -webkit-box-shadow: 0px 2px 10px rgba(75,75,75,0.6);
  -moz-box-shadow: 0px 2px 10px rgba(75,75,75,0.6);
  border-width: 0;
  z-index: 49;
}
.schedule_block.next_tour .tour_time {
  border-width: 2px;
}
.tour_time {
  background-color: #0e2d47;
  width: 100%;
/*height: 50px;*/
  border-bottom: 1px solid #fff;
/*line-height: 48px;
	font-size: 26px;
	font-weight: bold;*/
  color: #fff;
}
.tour_info {
/*position: absolute;
	top: 50px; bottom: 0; right: 0; left: 0;*/
  padding: 10px;
  text-align: center;
  color: #1e496b;
  padding-bottom: 16px;
}
.tour_info .tour_info_title {
  font-size: 18px;
  padding-top: 5px;
  font-weight: bold;
}
.tour_info .tour_info_ferry {
  font-style: italic;
  padding-top: 3px;
  color: #000;
}
.book_tour_btn {
  background: #ffc200;
  box-shadow: 0 4px #d79924;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 0;
  margin-top: 10px;
  color: #1e496b;
}
.book_tour_btn:hover {
  box-shadow: 0 3px #d79924;
  top: 1px;
}
.book_tour_btn:active {
  box-shadow: 0 1px #d79924;
  top: 3px;
}
.schedule_block h1,
.schedule_block h2,
.schedule_block h3,
.schedule_block h5,
.schedule_block h6,
.schedule_block .h7 {
  margin: 0;
}
.schedule_block .h7 {
  margin-top: -16px;
  white-space: nowrap;
}
.schedule_block h2 span {
  position: relative;
  font-size: 20px;
}
.schedule_block h2 span:after {
  position: absolute;
  top: -12px;
  left: 0px;
  content: "R";
}
#educational_tour {
  padding: 15px 40px;
  width: 100%;
}
#educational_tour table th,
#educational_tour table td {
  border: solid 1px #fff;
  border-collapse: collapse;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
  color: #414237;
}
#educational_tour table th {
  background-color: #1e496b;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  color: #fed21a;
}
#educational_tour .school_price {
  line-height: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #1e496b;
  margin: 0;
}
#educational_tour table td:nth-child(1) {
  background-color: #c9c9c9;
}
#educational_tour table td:nth-child(2) {
  background-color: #b1d5ef;
}
#educational_tour table tr:nth-child(6) td {
  background-color: #fed217;
  padding: 20px 0 25px 0;
}
#educational_tour table tr:nth-child(3) td {
  border-bottom: solid 2px #fff;
}
#educational_tour .edubig {
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0;
}
#educational_tour .edusmall {
  font-size: 15px;
  margin: 0;
}
#educational_tour .book_edutour_btn {
  font-size: 16px;
  width: 200px;
  background: #1e496b;
  box-shadow: 0 4px #103c59;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0;
  color: #fed217;
}
#educational_tour .book_edutour_btn:hover {
  box-shadow: 0 3px #103c59;
  top: 1px;
}
#educational_tour .book_edutour_btn:active {
  box-shadow: 0 1px #103c59;
  top: 3px;
}
@media only screen and (max-width: 480px) {
  #link_heritage {
    display: none;
  }
  #wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #header_image {
    display: none;
/*margin-top: 60px;
		height: 280px !important;*/
  }
  #container {
    margin-top: 110px !important;
  }
  h1 {
    font-size: 47px;
    font-size: 28px;
  }
  h2 {
    font-size: 37px;
    font-size: 26px;
  }
  h3 {
    font-size: 31px;
    font-size: 22px;
  }
  h4 {
    font-size: 27px;
    font-size: 27px;
  }
  h5 {
    font-size: 19px;
    font-size: 19px;
  }
  h6 {
    font-size: 17px;
    font-size: 17px;
  }
  .p1 {
    font-size: 23px;
    line-height: 32px;
    font-size: 16px;
    line-height: 23px;
  }
  .p2 {
    font-size: 15px;
    font-size: 11px;
  }
  .p3 {
    font-size: 15px;
    font-size: 11px;
  }
  .p4 {
    font-size: 48px;
    font-size: 33px;
  }
  .heading {
    margin: 60px 20px 40px 20px !important;
  }
  .did_you_know {
    padding: 15px 20px 15px 20px !important;
  }
  .tour_info h2 {
    font-size: 37px;
  }
  .image {
    height: 200px !important;
  }
  .wide_image {
    height: 160px;
  }
  #navLinks a {
    margin: 2px 8px !important;
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .infoBox2 {
    min-width: auto;
    width: 280px !important;
  }
  .headingTransparent {
    margin: 40px 20px 85px !important;
  }
  .notificationBox {
    margin-left: -145px !important;
    width: 290px !important;
  }
  .notificationBox h1 {
    font-size: 42px !important;
  }
  #filePop {
    max-height: 320px;
  }
  .searchBox input {
    font-size: 20px !important;
  }
  .dl-menuwrapper {
    max-width: 480px;
  }
  .dl-menuwrapper li a {
    font-size: 14px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dl-menuwrapper li a span {
    width: 32px;
    height: 32px;
    background-size: cover !important;
  }
  .dl-menuwrapper li a .dl-menuArrow {
    margin-top: -5px;
  }
  .sub-blue li a span {
    background-position: -32px 0px !important;
  }
  .no-touch .dl-menuwrapper li a:hover span {
    background-position: -32px 0 !important;
  }
  .no-touch .sub-blue li a:hover span {
    background-position: -32px 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  #nav_bar_top {
    height: 120px;
  }
  #book_tour {
    width: 100%;
  }
  #book_tour > .link_block {
    height: 60px;
    border-bottom: solid 2px #041529;
  }
  #bookTourLink {
    width: 100%;
  }
  #header_links {
    top: 120px !important;
  }
  #mtnLink {
    display: none;
  }
  #mtnLink2 {
    display: block;
  }
  #nav_bar_right {
    position: relative;
    width: 100%;
    border-top: solid 2px #d5d5d5;
    border-left: none;
    min-height: 880px;
  }
  .rightBarSpan {
    float: none;
  }
  #weather_info {
    left: 50%;
    margin-left: -160px;
  }
  #flip_years {
    top: 152px;
  }
  #tl_parallax li > div {
    height: 450px;
    width: 110%;
    background-size: 120% auto;
    background-position: center center;
    background-size: cover;
  }
  #tl_scene_back > div {
    margin-top: 0px;
  }
  #tl_scene_front > div {
    margin-top: 0px;
  }
  #tl_scene_text > div {
    margin-top: 0px;
  }
  .heading_title {
    position: static;
    height: auto;
  }
  .content_image {
    height: auto;
  }
  .content {
    float: none;
    width: 100%;
    height: auto;
  }
  .image {
    float: none;
    width: 100%;
    height: 300px;
  }
  .left {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .right {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .clear {
    clear: none;
  }
  .titleContentTable {
    height: auto !important;
  }
  .pColumn {
    width: 100% !important;
    padding: 40px !important;
    padding-top: 20px !important;
  }
  .pColumnRight {
    margin-top: -50px !important;
  }
  .heading {
    margin: 60px 40px 40px 40px;
  }
  .heading p {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #tour_schedule {
    margin-top: 0px;
  }
  .content_image {
    min-height: 0;
  }
  .content {
    min-height: 0;
  }
  #footer_content {
    padding-right: 20px !important;
  }
  #footer_copyright {
    margin-top: -250px;
    padding-right: 20px !important;
    white-space: normal !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 968px) {
  #button_discover {
    width: 60px;
  }
  #buttonDiscoverSpan {
    display: none;
  }
  #mtnLink {
    width: 60px;
  }
  #mtn {
    background-image: url("/global/images/mtnfoundation_black_small.png");
    background-size: 60px;
  }
}
@media only screen and (max-height: 665px) {
  .dl-menuwrapper .dl-menu {
    background-image: none;
  }
}
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
.flip-clock-wrapper a:hover {
  color: #fff;
}
.flip-clock-wrapper ul {
  list-style: none;
}
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}
.flip-clock-wrapper.clearfix:after {
  clear: both;
}
.flip-clock-wrapper.clearfix {
  *zoom: 1;
}
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}
.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 35px !important;
}
.flip-clock-meridium a {
  color: #313333;
}
.flip-clock-wrapper {
  text-align: center;
  position: relative;
/*width: 100%;*/
  margin: 1em;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.flip-clock-wrapper:after {
  clear: both;
}
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 3px;
  padding: 0px;
  width: 30px;
  height: 42px;
  font-weight: bold;
  line-height: 45px;
  border-radius: 6px;
  background: #000;
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}
.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 35px;
  overflow: hidden;
}
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0,0,0,0.4);
}
.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 35px;
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}
.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0,0,0,0.7);
}
.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}
.flip-clock-divider:first-child {
  width: 0;
}
.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  left: 5px;
}
.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -43px;
  color: #000;
  text-shadow: none;
}
.flip-clock-divider.minutes .flip-clock-label {
  right: -44px;
}
.flip-clock-divider.seconds .flip-clock-label {
  right: -45px;
}
.flip-clock-dot.top {
  top: 15px;
}
.flip-clock-dot.bottom {
  bottom: 15px;
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}
@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, #000));
  background: linear, top, rgba(0,0,0,0.1) 0%, #000 100%;
  background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
  background: linear, to bottom, rgba(0,0,0,0.1) 0%, #000 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, #000));
  background: linear, top, rgba(0,0,0,0.1) 0%, #000 100%;
  background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
  background: linear, to bottom, rgba(0,0,0,0.1) 0%, #000 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, rgba(0,0,0,0.1)));
  background: linear, top, #000 0%, rgba(0,0,0,0.1) 100%;
  background: -o-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
  background: -ms-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
  background: linear, to bottom, #000 0%, rgba(0,0,0,0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, rgba(0,0,0,0.1)));
  background: linear, top, #000 0%, rgba(0,0,0,0.1) 100%;
  background: -o-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
  background: -ms-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
  background: linear, to bottom, #000 0%, rgba(0,0,0,0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-moz-keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-moz-keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@-o-keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  overflow-y: scroll;
}
.contentSpacer {
  height: 30px;
}
.contactBox {
  text-align: center;
}
.titleContentSpacer {
  height: 80px;
}
.titleContent {
  text-align: center;
}
.titleContentTable {
  width: 100%;
  display: table;
  height: 460px;
}
.titleContentRow {
  display: table-row;
}
.titleContentCell {
  display: table-cell;
  vertical-align: middle;
}
.titleContent hr {
  width: 50px;
  height: 2px;
  background-color: #78b3e1;
  border-width: 0;
}
.titleContent h4 {
  margin: 0;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: uppercase;
}
.titleContent > h5 {
  margin: 0;
}
.titleContent p {
  color: #424242;
}
.titleContent > p.title {
  margin: 0;
}
.titleContentCell > p {
  padding: 30px;
  margin: 0;
  color: #424242;
/*margin-top 45px*/
}
.titleContentCell ul {
  margin-top: -10px;
  list-style: url("/global/images/bullet.png");
}
.titleContentCell ul p {
  text-align: left;
  margin: 0;
  color: #424242;
}
.titleContent.dark {
  color: #fff;
}
.titleContent.dark > h4,
.titleContent.dark > h5 {
  color: #ffc200;
}
.titleContent.dark > hr {
  background-color: #629dd5;
}
.titleContent .infoBox2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.blueBand {
  color: #fff;
  background: #215780;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.blueBand p {
  margin: 0;
  text-align: center;
}
.blueBand h4 {
  margin: 0;
  text-align: center;
}
.pColumn {
  display: inline-block;
  width: 50%;
  padding: 40px;
  padding-left: 60px;
  padding-right: 20px;
  vertical-align: top;
  color: #424242;
}
.pColumnRight {
  padding-left: 20px;
  padding-right: 60px;
}
.pColumnOnly {
  padding-left: 60px;
  padding-right: 60px;
}
.pColumn p {
  text-align: justify;
}
.pColumn.pColumnPaddingTopZero {
  padding-top: 0px;
}
.pColumn ul {
  list-style: none;
}
.pColumn h5 {
  text-transform: uppercase;
  margin: 0;
  margin-top: 20px;
}
.pColumn h6 {
  color: #427fc3;
  margin: 0;
}
.pColumn .pPosition {
  color: #427fc3;
  margin: 0;
  text-align: center;
}
.searchBox {
  position: relative;
  width: 640px;
  height: 116px;
  margin: 0 auto;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  width: 80%;
  max-width: 640px;
  min-width: 240px;
}
.searchBox:hover:after {
  left: -100px;
}
.searchBox:after {
  position: absolute;
  content: "|";
  font-size: 54px;
  font-weight: 200;
  top: 10px;
  left: 8px;
  width: 20px;
  height: 100%;
  color: #d5d5d5;
  opacity: 0.8;
  -webkit-animation: fadeLoop 1.2s linear infinite;
  -ms-animation: fadeLoop 1.2s linear infinite;
  -moz-animation: fadeLoop 1.2s linear infinite;
  animation: fadeLoop 1.2s linear infinite;
}
.searchBox .searchIcon {
  float: right;
  width: 20%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("/global/images/search-icon@2x.png");
  background-position: center;
  background-size: 35px;
  border-left: 1px solid #d5d5d5;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.searchBox .searchIcon:hover {
  background-color: #0e2d47;
}
.searchBox input {
  float: left;
  width: 80%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 10px;
  padding-left: 25px;
  color: #ddecf7;
  font-size: 32px;
}
.fileBox {
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.fileBox li {
  width: 100%;
  padding: 30px;
  text-align: center;
  background: #ddecf7;
  border-bottom: 1px solid #d5d5d5;
  list-style: none;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.fileBox li:hover {
  cursor: pointer;
  background: #78b3e1;
}
.fileBox li h4 {
  margin: 15px;
  text-transform: uppercase;
}
.fileBox li h5 {
  margin: 10px;
}
.fileBox li p {
  margin: 10px;
  color: #424242;
}
.fileBox section {
  display: none;
}
.fileBoxHide {
  display: none;
}
#filePop {
  position: fixed;
  display: none;
  top: 30%;
  left: 50%;
  margin: 0px -160px;
  padding: 20px 5px 5px 5px;
  background: #fff;
  width: 320px;
  height: auto;
  max-height: 480px;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 100;
}
#filePopClose {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 24px;
  height: 24px;
  z-index: 101;
  cursor: pointer;
  font-size: 24px;
  transform: rotate(45deg);
}
#filePop section {
  margin-top: 30px;
}
#filePop a {
  color: #629dd5;
}
#filePop a:hover {
  color: #173858;
}
#filePop .btn {
  margin-bottom: 0px;
}
#fileCloak {
  position: fixed;
  display: none;
  top: 94px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.6;
  z-index: 99;
}
.fileShow {
  display: block !important;
}
.contentStandard {
  position: relative;
  padding-top: 60px;
  height: 100%;
  background: #78b3e1;
}
.notificationBox {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  z-index: 60;
  margin: -180px -230px;
  width: 460px;
  height: 360px;
}
.notificationBox h1 {
  font-size: 64px;
  text-shadow: 0px -2px 0px #fff, 3px 4px 10px #000;
  margin: 0;
  margin-top: -10px;
  color: #dbdbdb;
}
.notificationBox p {
  padding: 0px 20px 0px 20px;
  text-shadow: 1px 2px 1px #000;
  margin: -15px 0 15px 0;
  color: #eee;
}
.notificationBox .btn {
  background: #ffc200;
  box-shadow: 0 4px #d79924;
  border-radius: 6px;
  padding: 10px 20px;
  margin: 0;
  color: #173858;
}
.notificationBox .btn:hover {
  box-shadow: 0 3px #d79924;
  top: 1px;
}
.notificationBox .btn:active {
  box-shadow: 0 1px #d79924;
  top: 3px;
}
.headingTransparent {
  border-color: #fed217;
  margin: 40px 40px 85px;
}
.surveyHeadingTransparent {
  border-color: #ffc200;
  position: relative;
  z-index: 11;
  border-bottom: 3px solid #ffc200;
  margin-top: 20px;
}
#surveyStart {
  display: block;
  white-space: normal;
}
#surveyStart2 {
  display: block;
  white-space: normal;
  position: static;
  margin: 60px auto;
  left: auto;
  top: auto;
  height: auto;
}
.surveyFormMsg {
  display: none;
  margin: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #f00;
  height: 10px;
}
#surveyEnd {
  display: none;
}
#surveyStart img,
#surveyEnd img {
  width: 260px;
}
#surveyWrapper {
  display: none;
  position: relative;
  display: inline-block;
  width: 70%;
  min-width: 700px;
  overflow: hidden;
  min-height: 640px;
  vertical-align: top;
  opacity: 1;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  white-space: normal;
}
#surveyBoat {
  position: relative;
  display: inline-block;
  width: 30%;
  height: 100%;
  vertical-align: top;
  padding-top: 40px;
  overflow: hidden;
  opacity: 1;
}
.surveyInvisible {
  opacity: 0 !important;
}
#surveyBoat img {
  width: 96px;
}
.surveyBoatAnim {
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
}
#surveyBoatLine {
  position: absolute;
  top: 150px;
  left: 120px;
  width: 1px;
  height: 2140px;
  background: #424242;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
}
.surveyBoatLineDot {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #424242;
  background: #78b3e1;
  border-radius: 50%;
  margin: 400px -12px;
}
.surveyBoatLineDotActive:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -8px;
  width: 16px;
  height: 16px;
  background: #e04e2a;
  border: 1px solid #424242;
  border-radius: 50%;
}
.surveyBoatLineDotActive {
  background: #bcd9f0;
}
.surveyBoatLineDot:first-child {
  margin-top: 0px;
}
.surveyBtnWrapper {
  margin-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
}
.surveyBtn {
  float: left;
  background: #ffc200;
  box-shadow: 0 4px #da841e;
  border-radius: 6px;
  padding: 10px 20px;
  margin: 0;
  color: #173858;
  width: 110px;
  z-index: 11;
}
.surveyBtnRight {
  float: right;
}
.surveyBtn:hover {
  box-shadow: 0 1px #d79924;
  top: 1px;
}
.surveyBtn:active {
  box-shadow: 0 1px #d79924;
  top: 3px;
}
.surveyBtn h6 {
  margin: 0;
}
.surveyBtn span {
  position: absolute;
  left: 1px;
  top: 14px;
}
.surveyBtnRight span {
  left: auto;
  right: 1px;
}
#surveyPrev {
  display: none;
}
.surveyStepWrapper {
  position: relative;
  height: 360px;
  margin-top: -110px;
}
.surveyStep {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 300px;
  text-align: center;
  transition-duration: 2s;
  z-index: 10;
  padding-left: 40px;
  padding-right: 40px;
}
.surveyBelow {
  -webkit-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  transform: translateY(1000px);
}
.surveyAbove {
  -webkit-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
.surveyStep h5 {
  width: 100%;
  height: 60px;
  line-height: 55px;
  position: relative;
  background: #173858;
  color: #ffc200;
  padding: 0px;
  padding-left: 70px;
  text-align: left;
  margin: 0;
}
.surveyStep h5 span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.surveyStep h5:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #ffc200;
  color: #173858;
  content: attr(data-num);
  line-height: 60px;
  text-align: center;
}
#surveyText {
  position: relative;
  background: #427fc3;
  width: 100%;
  height: 140px;
  margin-top: 1%;
  padding: 10px;
  border: none;
}
.surveyAnswer {
  position: relative;
  display: inline-block;
  width: 49.5%;
  background: #427fc3;
  margin: 0;
  margin-top: 1%;
  vertical-align: top;
  padding: 32px 16px;
}
.surveyAnswer:hover,
.surveyAnswerActive {
  background: #ffc200;
  color: #da841e;
  cursor: pointer;
}
.surveyIcon {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-size: 38px;
  background-position: center center;
  vertical-align: middle;
}
.surveyIcon0 {
  background-image: url("/global/images/survey/excellent@2x.png");
}
.surveyAnswer:hover .surveyIcon0,
.surveyAnswerActive .surveyIcon0 {
  background-image: url("/global/images/survey/excellent_rollover@2x.png");
}
.surveyIcon1 {
  background-image: url("/global/images/survey/good@2x.png");
}
.surveyAnswer:hover .surveyIcon1,
.surveyAnswerActive .surveyIcon1 {
  background-image: url("/global/images/survey/good_rollover@2x.png");
}
.surveyIcon2 {
  background-image: url("/global/images/survey/average@2x.png");
}
.surveyAnswer:hover .surveyIcon2,
.surveyAnswerActive .surveyIcon3 {
  background-image: url("/global/images/survey/average_rollover@2x.png");
}
.surveyIcon3 {
  background-image: url("/global/images/survey/poor@2x.png");
}
.surveyAnswer:hover .surveyIcon3,
.surveyAnswerActive .surveyIcon3 {
  background-image: url("/global/images/survey/poor_rollover@2x.png");
}
.surveyAnswer p {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-top: -8px;
  padding-left: 10px;
  vertical-align: middle;
}
.surveySpace {
  display: inline-block;
  width: 1%;
}
#navLinks {
  display: block;
  margin: 0 auto;
  max-width: 1550px;
}
#navLinks a {
  position: relative;
  display: inline-block;
  margin: 5px 16px;
  outline: medium none;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.3);
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  font-size: 15px;
  line-height: 15px;
}
#navLinks a:hover,
#navLinks a:focus {
  outline: none;
}
#navLinks a span {
  float: right;
  color: #fff;
/*.nav_links ul {
	list-style-type: none;
	padding: 0; margin: 0;
} .nav_links li {
	display: inline-block;
} 
.nav_links a {
	line-height: 40px;
	color: white;
	text-decoration: none;
	margin: 0 10px;
	padding: 0 10px;
	border: 1px solid #7698c8;
	border-radius: 4px;
	transition: border-color 0.25s;
	-webkit-transition: border-color 0.25s;
} .nav_links a.lellow {
	color: #FFD430;
	text-shadow: 2px 2px 2px rgba(75,75,75,0.6);
} .nav_links a:hover {
	border: 1px solid #EBEBEB;
} .nav_links a.active {
	border: 1px solid #EBEBEB;
}*/
}
.cl-effect-17 a {
  color: #10649b;
  text-shadow: none;
  padding: 5px 0;
}
.cl-effect-17 a::before {
  color: #fff;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -ms-transition: transform 0.3s, opacity 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}
.cl-effect-17 a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -ms-transition: transform 0.3s, opacity 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}
.cl-effect-17-active::before {
  opacity: 0;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.cl-effect-17-active::after {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}
.cl-effect-17 a:hover::before,
.cl-effect-17 a:focus::before {
  opacity: 0;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.cl-effect-17 a:hover::after,
.cl-effect-17 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.infoBox {
  margin: 30px auto;
  width: 90%;
  max-width: 450px;
  min-width: 280px;
  border: 1px solid #d5d5d5;
  color: #424242;
  width: 80%;
  min-width: 260px;
}
.infoBox span {
  color: #629dd5;
}
.infoBox2 {
  margin: 30px auto;
  width: 96%;
  padding: 20px;
  min-width: 280px;
  border: 1px solid #78b3e1;
  color: #424242;
  text-align: center;
}
.infoBox2 h5 {
  margin: 0;
  color: #215780;
}
.infoBox2 p {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.infoBox2 span {
  color: #629dd5;
}
.mapCanvas {
  height: 450px;
}
.mapCanvas > div {
  width: 100%;
  height: 100%;
}
.contactBar > h3 {
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contactBarTop > h3 {
  border-top: 1px solid #d5d5d5;
}
.contactBar > h3:hover {
  background: #78b3e1;
}
.contactBarInfo {
  height: 0px;
  max-height: 0px;
  background: #ddecf7;
  padding: 0px;
  overflow: hidden;
  -webkit-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}
.contactBarActive > h3 {
  background: #78b3e1;
}
.contactBarActive > .contactBarInfo {
  height: auto;
  max-height: 1400px;
  padding: 30px;
}
#header_links {
  position: fixed;
  background-color: #629dd5;
  top: 60px;
  width: 100%;
  height: auto;
  z-index: 998;
}
#header_image {
  position: relative;
  width: 100%;
  height: 375px;
  margin-top: 94px;
  overflow: hidden;
  text-align: center;
}
#header_image > #header_content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  top: 60px;
/*transition: all 0.3s;
	-webkit-transition: all 0.3s;*/
}
#header_image > #header_content.hide_up {
/*transform: translateY(-50px);
	-webkit-transform: translateY(-50px);*/
  opacity: 0;
}
#header_image > #header_content * {
  text-align: left;
  text-transform: uppercase;
  text-shadow: 2px 2px #7a7a7a;
  margin: 0 20px;
  color: #fff;
  display: block;
}
#header_image > #scene_back {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3360px;
  background-image: url("/content/images/header/header_back@2x.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
/*-webkit-transition: left 1.5s;
	transition: left 1.5s;
	-webkit-transform: translate3d(0,0,0);*/
}
#header_image > #scene_middle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3360px;
  background-image: url("/content/images/header/header_middle@2x.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
/*-webkit-transition: left 1.5s;
	transition: left 1.5s;
	-webkit-transform: translate3d(0,0,0);*/
}
#header_image > #scene_front {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3360px;
  background-image: url("/content/images/header/header_front@2x.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
/*-webkit-transition: left 1.5s;
	transition: left 1.5s;
	-webkit-transform: translate3d(0,0,0);*/
}
#container {
  position: relative;
  max-width: 1550px;
  min-width: 300px;
  margin: 0 auto;
  overflow: hidden;
}
#content {
  position: relative;
}
#footer {
  position: relative;
  width: 100%;
  min-height: 438px;
  background-color: #173858;
  border-top: 2px solid #78b3e1;
  opacity: 1;
}
.footerHide {
  opacity: 0 !important;
}
#footer .titleContent {
  margin-left: 10px;
}
#footer_content {
  padding: 20px;
  padding-right: 320px;
  padding-bottom: 0px;
  position: relative;
  background-color: #173858;
}
#footer_content > h3:first-child {
  margin: 10px;
  margin-top: 0px;
  background-size: contain;
  background-position: left middle;
  background-repeat: no-repeat;
  background-image: url("/global/images/contact.png");
  color: #fff;
}
#footer_content > h3:last-child {
  margin: 0;
  margin-top: 10px;
  margin-left: 170px;
  color: #fff;
}
#footer_content > div {
  overflow: hidden;
}
#footer_copyright {
  height: 32px;
  padding: 0px 320px 0px 10px;
  position: relative;
  z-index: 1001;
  white-space: nowrap;
}
#footer_copyright p {
  margin-top: 8px;
}
#footer_copyright .brandon:hover {
  color: #abcf37;
}
#footer_share {
  vertical-align: top;
  padding-bottom: 10px;
}
#footer_share a {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
#footer_share a:first-child {
  margin-left: 0px;
}
#footer_share img {
  width: 40px;
}
#footer_share h3 {
  margin: 0px 10px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.publications_list {
  float: left;
  margin-left: 40px;
  background-color: #1e496b;
  width: 300px;
  padding: 20px;
}
.publications_list > h4 {
  margin: 0;
  padding-bottom: 5px;
  font-weight: 400;
  color: #ffd31b;
}
.publications_list > .publications_cat p {
  font-weight: bold;
  margin: 0;
  padding: 5px 0 2px 0;
  color: #fff;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.publications_cat.active p {
  color: #8ac2e8 !important;
}
.publications_list .publications_files {
  display: none;
}
.publications_list > hr {
  border: none;
  background-color: #ffd31b;
  width: 30px;
  height: 2px;
  margin-left: 0;
}
.publication_docs ul {
  padding-left: 25px;
}
.publications_box {
  float: left;
  padding: 0px 40px;
  margin-top: 40px;
  max-width: 640px;
}
.contactBoxLeft {
  float: left;
  margin-left: 40px;
  width: 33%;
  min-width: 300px;
  background-color: #1e496b;
}
.contactBoxRight {
  float: left;
  width: 60%;
  padding: 0px 40px;
  min-width: 320px;
  margin-top: 40px;
}
@-moz-keyframes fadeLoop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeLoop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeLoop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeLoop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
