/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  font-size: 1em;
  line-height: 1.4;
  min-height: 100%;
  position: relative; }

/**
 * 	Some styles from old css
 */
h2 {
  font-family: Arial, sans-serif;
  font-size: 22pt;
  /*color: #F78C0E;*/
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: normal; }

h5 {
  font-family: Arial, sans-serif;
  font-size: 16pt;
  color: #134281;
  font-weight: normal;
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 5px; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: "SansitaOneRegular";
  src: url("/Assets/fonts/sansitaone/SansitaOne-webfont.eot"), url("/Assets/fonts/sansitaone/SansitaOne-webfont.eot?#iefix")format("embedded-opentype"), url("/Assets/fonts/sansitaone/SansitaOne-webfont.woff")format("woff"), url("/Assets/fonts/sansitaone/SansitaOne-webfont.ttf")format("truetype"), url("/Assets/fonts/sansitaone/SansitaOne-webfont.svg#IconFont")format("svg"), url("/Assets/fonts/sansitaone/SansitaOne-webfont.otf")format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "PTSansRegular";
  src: url("/Assets/fonts/ptsans/PTS55F-webfont.eot"), url("/Assets/fonts/ptsans/PTS55F-webfont.eot?#iefix")format("embedded-opentype"), url("/Assets/fonts/ptsans/PTS55F-webfont.woff")format("woff"), url("/Assets/fonts/ptsans/PTS55F-webfont.ttf")format("truetype"), url("/Assets/fonts/ptsans/PTS55F-webfont.svg#IconFont")format("svg"), url("/Assets/fonts/ptsans/PTS55F-webfont.otf")format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "PTSansNarrowBold";
  src: url("/Assets/fonts/ptsans/PTN77F-webfont.eot"), url("/Assets/fonts/ptsans/PTN77F-webfont.eot?#iefix")format("embedded-opentype"), url("/Assets/fonts/ptsans/PTN77F-webfont.woff")format("woff"), url("/Assets/fonts/ptsans/PTN77F-webfont.ttf")format("truetype"), url("/Assets/fonts/ptsans/PTN77F-webfont.svg#IconFont")format("svg"), url("/Assets/fonts/ptsans/PTN77F-webfont.otf")format("opentype");
  font-weight: normal;
  font-style: normal; }
html, body {
  height: 100%;
  /* Don't put any overflow rules in the html or body set. Breaks scroll-to-top functionality */ }

#mainHeader, #clientDetails {
  font-family: 'PTSansRegular';
  color: #474a54;
  /* Don't put any overflow rules in the html or body set. Breaks scroll-to-top functionality */ }

a {
  display: inline-block; }

/* General Menu Nav Rules */
ul.menu {
  margin: 0;
  padding: 0; }

ul.menu > li {
  display: inline; }

ul.menu > li a {
  text-decoration: none; }

/* Font styles */
.banner-font {
  font-family: 'SansitaOneRegular'; }

/* Social Media Icons List */
ul.sm-icons {
  padding: 0; }

ul.sm-icons li {
  display: inline;
  margin-right: 7px; }

ul.sm-icons li a {
  width: 20px;
  height: 17px;
  background-position: center top;
  background-repeat: no-repeat; }

ul.sm-icons li a.facebook {
  background-image: url("/Assets/img/facebookSprite.png"); }

ul.sm-icons li a.twitter {
  background-image: url("/Assets/img/twitterSprite.png"); }

ul.sm-icons li a.pinterest {
  background-image: url("/Assets/img/pinterestSprite.png"); }

ul.sm-icons li a.instagram {
  background-image: url("/Assets/img/instagramSprite.png"); }

ul.sm-icons li a.rss {
  background-image: url("/Assets/img/rssSprite.png"); }

ul.sm-icons li a.facebook:hover {
  background-position: center -17px; }

ul.sm-icons li a.twitter:hover {
  background-position: center -17px; }

ul.sm-icons li a.pinterest:hover {
  background-position: center -17px; }

ul.sm-icons li a.instagram:hover {
  background-position: center -17px; }

ul.sm-icons li a.rss:hover {
  background-position: center -17px; }

/* Standard Buttons */
.btn {
  font-family: 'PTSansRegular';
  display: block;
  text-shadow: 1px 1px 1px #fff;
  color: #474a54;
  border: #a1a1a1 1px solid;
  padding: 0.5em 0.8em;
  text-decoration: none; }

.btn.yellow-gradient {
  color: #000;
  border: none;
  border-top: #fadb14 1px solid;
  border-left: #fadb14 1px solid; }

.btn.back {
  font-size: 0.75em; }

.btn.yellow-gradient {
  color: #000;
  text-shadow: 1px 1px 2px #fff; }

.btn.blue-gradient, .btn.red-gradient {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  border: #30272b 1px solid; }

/* Signup Textboxes */
div.allvisitor > input[type='text'] {
  display: inline-block;
  border: #474a54 1px solid;
  padding: 0.45em;
  background-image: -webkit-linear-gradient(bottom, white 9%, #dadbde 90%);
  background-image: linear-gradient(to top, white 9%, #dadbde 90%); }

/* Slider Input Styles */
div.slider {
  position: relative;
  margin: 1em 0.25em; }

div.slider div.min, div.slider div.max {
  position: absolute;
  top: 0; }

div.slider div.min {
  left: -13px; }

div.slider div.max {
  right: 0; }

div.slider > div.slide {
  position: relative;
  background: #888;
  width: 100%;
  height: 6px;
  margin: 2px 0;
  border-top: #444 2px solid;
  border-radius: 8px;
  /* future proofing */ }

div.slider div.toggle {
  position: absolute;
  top: -4px;
  cursor: pointer; }

/* Select Styles */
div.visitortype > select {
  height: 28px;
  margin: 11px 0;
  display: inline-block;
  padding: 4px 3px 5px 5px;
  outline: none;
  color: #444;
  border: 1px solid #555;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  appearance: none; }

/* Select arrow styling */
span.select-button:after {
  content: '';
  width: 23px;
  height: 26px;
  position: absolute;
  display: inline-block;
  bottom: 13px;
  right: 1px;
  background: #E4E5E7 url("/Assets/img/arrowDown.png") no-repeat center;
  border-left: #888 1px solid;
  pointer-events: none;
  border-top-right-radius: 2px;
  /* future proofing */
  box-shadow: inset 1px 1px 0px 0px #fff; }

/* Gradient Styles */
.btn, .white-gradient {
  background-image: -webkit-linear-gradient(bottom, #dadbde 9%, white 90%);
  background-image: linear-gradient(to top, #dadbde 9%, white 90%); }

.btn:hover {
  background-image: -webkit-linear-gradient(bottom, #dadbde 60%, white 90%);
  background-image: linear-gradient(to top, #dadbde 60%, white 90%); }

.yellow-gradient {
  background-image: -webkit-linear-gradient(bottom, #f7991d 9%, #ffc30f 90%);
  background-image: linear-gradient(to top, #f7991d 9%, #ffc30f 90%); }

.btn:hover.yellow-gradient {
  background-image: -webkit-linear-gradient(bottom, #f7991d 60%, #ffc30f 90%);
  background-image: linear-gradient(to top, #f7991d 60%, #ffc30f 90%); }

.blue-gradient {
  background-image: -webkit-linear-gradient(bottom, #0c3d75 9%, #4072aa 90%);
  background-image: linear-gradient(to top, #0c3d75 9%, #4072aa 90%); }

.btn:hover.blue-gradient {
  background-image: -webkit-linear-gradient(bottom, #0c3d75 60%, #4072aa 90%);
  background-image: linear-gradient(to top, #0c3d75 60%, #4072aa 90%); }

.red-gradient {
  background-image: -webkit-linear-gradient(bottom, #6f001a 9%, #a80329 90%);
  background-image: linear-gradient(to top, #6f001a 9%, #a80329 90%); }

.btn:hover.red-gradient {
  background-image: -webkit-linear-gradient(bottom, #6f001a 60%, #a80329 90%);
  background-image: linear-gradient(to top, #6f001a 60%, #a80329 90%); }

/* font color styles */
.blue {
  color: #4072aa; }

.red {
  color: #a80329; }

.rounded-top {
  border-top-left-radius: 4px;
  /* future proofing */
  border-top-right-radius: 4px;
  /* future proofing */ }

.rounded-bottom {
  border-bottom-left-radius: 4px;
  /* future proofing */
  border-bottom-right-radius: 4px;
  /* future proofing */ }

.btn, .rounded {
  border-radius: 4px;
  /* future proofing */ }

.inner-shadow {
  box-shadow: inset 0px 0px 3px 1px rgba(34, 34, 34, 0.5); }

.drop-shadow-blue {
  box-shadow: 1px 1px 6px 2px #4072aa; }

.drop-shadow {
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5); }

.btn {
  box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.5); }

/* Common Search Bar styles*/
#searchContainer {
  border-top: #a6a6a6 1px solid;
  border-left: #a6a6a6 1px solid;
  /* Sounds stupid but we have to change left margin from 10 to 9px to offset the 1px left border */
  margin-left: 9px; }

#searchContainer, #searchInputWrapper {
  position: relative;
  z-index: 10001; }

#searchInputWrapper {
  margin-right: 101px;
  padding: 0.5em; }

#searchInput {
  position: relative;
  background: #d7d7d6;
  border: none;
  border-bottom: #fff 1px solid;
  padding: 8px;
  color: #222;
  width: 100%;
  box-shadow: inset 2px 2px 6px 1px #b9bab8; }

#searchSubmit {
  position: relative;
  float: right;
  font-weight: 600;
  border-radius: 0;
  padding: 1em 0;
  text-align: center;
  width: 85px;
  border-top-right-radius: 4px;
  /* future proofing */
  border-bottom-right-radius: 4px;
  /* future proofing */ }

/*Opera Fix*/
body:before {
  /* thanks to Maleika (Kohoutec)*/
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
  /* thank you Erik J - negate effect of float*/ }

#container {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden; }

/*
 * ---------------------------------------------
 * 				HEADER STYLES
 * --------------------------------------------
 */
header {
  position: relative;
  border-bottom: #fff 1px solid;
  width: 100%;
  height: 45px;
  padding: 5px 0 0 0;
  z-index: 100; }

/* Header Top Nav Menu */
header nav > ul.menu {
  padding-top: 0.6em; }

header nav > ul.menu li a {
  color: #000;
  font-size: 0.85em;
  padding: 0.2em 1em;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff; }

header nav > ul.menu li a:hover, header nav > ul.menu li a.selected {
  background: #e6e6e6;
  box-shadow: none;
  text-shadow: none; }

header {
  border-bottom: solid 1px #b0b0b0; }
header #branding {
  position: relative;
  top: 5px; }
header #branding svg .logo_01_st1 {
  fill: rgb(8, 0, 30); }

/* Header Top Nav Social Media Icons */
header nav ul.sm-icons {
  margin-top: 0; }

header nav #moreTours, header nav #moreTours > a {
  width: 153px;
  height: 116px; }

header nav #moreTours {
  position: absolute;
  background: url("/Assets/img/ribbon.png") 0 0 no-repeat;
  top: 32px;
  z-index: 101; }

header nav #moreTours > a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
  font-size: 1.45em;
  line-height: 1em;
  padding-top: 0.5em; }

/*
 * ---------------------------------------------
 * 				PANO SLIDE STYLES
 * --------------------------------------------
 */
#slide {
  position: relative;
  width: 100%;
  z-index: 99;
  background: url("/Assets/img/shadowCurved.png") center bottom no-repeat;
  padding-bottom: 34px;
  margin-bottom: -34px; }

#slide #slideLeft, #slide #slideRight {
  display: none;
  position: absolute;
  width: 26px;
  height: 38px;
  top: 50%;
  margin-top: -16px;
  transform: translateZ(1000px);
  z-index: 100000; }

#slide #slideLeft {
  background: url("/Assets/img/arrowLeft.png") 0 0 no-repeat;
  left: 10px; }

#slide #slideRight {
  background: url("/Assets/img/arrowRight.png") 0 0 no-repeat;
  right: 10px; }

/* Pano overlay containing search bar and ticker */
#slideOverlay {
  position: relative;
  z-index: 11;
  height: 465px;
  transform: translateZ(1000px); }

#slideOverlay > div {
  background: url("/Assets/img/slogan.png") 0 0 no-repeat;
  padding-top: 41px;
  margin-top: 7em; }

/* Search Bar Styles */
#slideOverlay #searchContainer {
  position: relative;
  background: url("/Assets/img/bgPattern.png") repeat;
  margin: 0 20px 0 0;
  /* Same width as the slogan.png image from line 408 */
  width: 391px; }

#slideOverlay #searchInputWrapper {
  padding: 10px 20px;
  margin-right: 65px; }

#slideOverlay #searchSubmit {
  font-style: italic;
  padding: 18px 0;
  width: 50px; }

/* Flip Counter Styles */
#visitCounter {
  background: url("/Assets/img/visits.png") no-repeat scroll 265px 0 transparent;
  margin-top: -77px;
  padding-right: 175px;
  padding-top: 90px; }

.flip-counter ul.cd {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.flip-counter li {
  background: url("/Assets/img/digits.png") 0 0 no-repeat; }

.flip-counter li.t {
  background-position: 0 0;
  width: 41px;
  height: 25px; }

.flip-counter li.b {
  background-position: 0 0;
  width: 41px;
  height: 26px; }

.flip-counter li.s {
  background: none;
  width: 14px;
  height: 103px; }

.flip-counter li.s:before {
  content: ",";
  font-size: 3em;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75); }

/* Play/Pause Button (shared among other pages)*/
#playPause {
  background: none;
  border: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 999; }

/* Panorama Canvas */
#pShowcase {
  /* <canvas> styles -- doesn't matter; still need to explicitly declare size in JS */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

#slide #pShowcase {
  height: 465px; }

#slide nav {
  background-image: -webkit-linear-gradient(bottom, #19181d 47%, #2b2c3d 80%);
  background-image: linear-gradient(to top, #19181d 47%, #2b2c3d 80%);
  position: relative;
  height: 35px;
  width: 100%;
  z-index: 10; }

/* Client Slideshow Menu */
#slide nav ul.menu {
  position: relative;
  z-index: 10; }

#slide nav ul.menu li {
  display: inline-block; }

#slide nav ul.menu li a {
  color: #fff;
  text-shadow: 1px 1px 1px #222;
  font-family: 'PTSansNarrowBold';
  font-size: 1.25em;
  padding: 0.25em 1.2em; }

#slide nav ul.menu li a:hover, #slide nav ul.menu li a.selected {
  color: #f7c40e; }

/*
 * ---------------------------------------------
 * 				MAIN CONTENT
 * --------------------------------------------
 */
#content {
  position: relative;
  padding-bottom: 288px;
  background: url("/Assets/img/bgPattern.png") repeat;
  overflow: hidden;
  z-index: 1; }

#scrollUp {
  position: absolute;
  right: -130px;
  top: 0;
  padding-right: 40px;
  z-index: 100000;
  transform: translateZ(10000px); }

/**
 * ----------------------------------------------
 * 			OVERLAYS AND MODALS
 * ----------------------------------------------
 */
#overlay, .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.45;
  top: 0;
  display: none;
  z-index: 9998; }

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -215px;
  z-index: 88888891;
  background: #fff;
  border: #0c3d75 3px solid;
  width: 430px;
  padding: 1em 1em 2em;
  display: none;
  transform: translateZ(1000000px); }

.modal a {
  color: #474A54;
  text-decoration: none;
  border-bottom: #4072aa 1px solid; }

.modal div.checkbox {
  margin: 0; }

.modal p {
  margin-bottom: 0; }

.modal label {
  width: 100px; }

.modal div.inputs {
  padding: 1em; }

.modal div.inputs input[type='text'] {
  width: 270px; }

.modal div.inputs small {
  font-size: 0.75em; }

.modal .buttons {
  width: 425px;
  margin: 0 auto; }

.modal ul.buttons {
  list-style-type: none;
  padding: 0;
  margin: 0 auto; }

.modal ul.buttons.limit3 {
  width: 320px; }

.modal ul.buttons.limit2 {
  width: 215px; }

.modal ul.buttons li {
  display: inline-block; }

.modal .buttons .btn {
  margin: 0.5em 0;
  text-align: center;
  width: 150px; }

.modal a.close-modal {
  position: absolute;
  top: 0;
  right: 0.15em;
  background: #0c3d75;
  text-decoration: none;
  color: #fff;
  padding: 0 0.5em;
  font-weight: bolder; }

.modal .visitortype {
  position: relative;
  width: 230px;
  display: inline-block; }

.modal .visitortype select {
  width: 230px; }

#tourRequestScreen, #signupScreen {
  width: 375px; }

#tourRequestScreen div.inputs, #signupScreen div.inputs {
  padding: 0.3em; }

#tourRequestScreen h2, #signupScreen h2, #tourRequestScreen p, #signupScreen p {
  margin: 0; }

#requestTourSubmit, #signupSubmit {
  margin-right: 1.75em; }

#languageSelectScreen .buttons .btn {
  width: 75px; }

/**
 * 	--------------------------------------------
 * 					INDEX.PHP
 * 	--------------------------------------------
 */
/* Client Showcase Grid */
#content div.client-grid {
  position: relative;
  height: 100%;
  display: block;
  margin: 25px auto 1em; }

#content div.client-row {
  position: relative;
  width: 100%; }

div.client {
  position: relative;
  border: #fff 1px solid;
  margin: 10px 0 10px 15px;
  z-index: 2; }

div.client div.client-image {
  position: relative;
  height: 185px;
  width: 220px;
  background: #222222; }

span.client-type-flag {
  font-family: 'PTSansNarrowBold';
  position: absolute;
  color: #fff;
  top: 8px;
  left: -6px;
  background: url("/Assets/img/flag_yellow.png") 0 0 no-repeat;
  font-size: 0.8em;
  display: block;
  width: 120px;
  height: 27px;
  padding: 0.25em 20px;
  text-shadow: 1px 1px 1px #222; }

span.client-type-flag.fulltour {
  background: url("/Assets/img/flag_yellow.png") 0 0 no-repeat;
  color: #222;
  text-shadow: 1px 1px 1px #fff; }

span.client-type-flag.preview {
  background: url("/Assets/img/flag_blue.png") 0 0 no-repeat; }

span.client-type-flag.notour {
  background: url("/Assets/img/flag_red.png") 0 0 no-repeat; }

div.client div.info {
  background: #fff;
  margin: 0;
  display: none; }

div.client:hover div.client-name > a {
  border-radius: 0; }

div.client div.info > ul {
  padding: 0.75em 1em;
  margin: 0; }

div.client div.info > ul button.btn {
  font-weight: bold;
  font-family: PTSansRegular; }

div.client div.info > ul > li.buttons {
  padding: 1.5em 0 1em; }

div.client div.client-name {
  position: absolute;
  display: block;
  width: 100%;
  top: 158px;
  margin: 0;
  z-index: 999; }

div.client-name a {
  display: block;
  text-align: center;
  background: #232431;
  font-size: 0.85em;
  border-top: #54555f 1px solid;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  padding: 0.25em;
  text-decoration: none; }

.single-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

div.client:hover {
  box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.5); }

/* Load More Button */
#content button.load-grid {
  width: 182px;
  font-size: 1.4em;
  margin: 1em auto; }

section.featured {
  color: #5d5d5d;
  font-size: 1em; }

section.featured p span {
  display: inline-block;
  padding: 21px 1em;
  text-shadow: 0 0 2px #888; }

section.featured p img {
  vertical-align: top; }

/**
 * 	--------------------------------------------
 * 					LANDING.PHP
 * 	--------------------------------------------
 */
#clientDetails {
  padding: 0.6em 0; }

#clientDetails .client-name {
  margin: 0.35em 1em; }

#clientDetails .back {
  margin: 0.25em 0; }

#newSearch {
  position: relative;
  font-size: 0.9em;
  font-weight: 600;
  font-style: italic;
  height: 43px;
  z-index: 2; }

#searchContainer.new-search {
  position: relative;
  padding: 6px;
  width: 0;
  display: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-right: 8px;
  z-index: 1; }

#searchContainer.new-search > #searchInput {
  padding: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

/* Container for the tour image*/
#tourImage {
  position: relative;
  height: 430px;
  width: 100%;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid; }

#tourImageContent {
  position: relative;
  height: 100%;
  z-index: 11;
  transform: translateZ(1000px); }

#tourImage #pShowcase {
  height: 430px; }

/* Styles for Tour Option Ribbons */
#tourImageContent > div.tour-option {
  margin: -2px; }

#tourImageContent > div.tour-option > a {
  color: #fff;
  height: 50px;
  width: 90px;
  text-decoration: none;
  font-size: 1em;
  line-height: 110%; }

#tourImageContent > div.tour-option > a:hover {
  animation-duration: 0.25s;
  animation-name: slidedown;
  animation-fill-mode: forwards; }

@keyframes slidedown {
  from {
    padding-top: 2px; }
  to {
    padding-top: 14px; } }
#tourImageContent > div.tour-option > a > span {
  display: inline-block;
  padding: 0.3em; }

#tourImageContent a.schedule {
  background: url("/Assets/img/ribbonYellow.png") bottom center no-repeat; }

#tourImageContent > div.tour-option > a.apply {
  background: url("/Assets/img/ribbonBlue.png") bottom center no-repeat; }

#tourImageContent a.register {
  background: url("/Assets/img/ribbonRed.png") bottom center no-repeat; }

/* Styles for buttons and other inside the Tour Image */
#tourInfo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -125px;
  margin-top: -100px; }

#tourInfo > a.btn {
  font-size: 1.4em;
  font-size: 1.5em;
  font-weight: 600;
  width: 235px;
  padding-left: 34px;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 0.5em; }

#tourInfo > a.btn.blue-gradient {
  padding-left: 25px;
  width: 239px; }

#tourInfo > a.btn.yellow-gradient {
  padding-left: 49px;
  width: 210px;
  border: #b16f00 1px solid; }

#tourInfo div.back-shadow {
  background: url("/Assets/img/shadowInfo.png") 0 0 no-repeat;
  width: 286px;
  height: 147px;
  opacity: 0.45; }

#tourInfo div.info {
  width: 200px;
  margin: -150px auto; }

div.info {
  position: relative; }

div.info > ul {
  list-style-type: none;
  padding: 1.5em 0 0 3em;
  font-size: 0.8em;
  color: #000; }

div.info > ul a.btn {
  cursor: pointer;
  display: inline-block;
  margin: 0.25em 0.2em;
  font: 11pt 'PTSansNarrowBold';
  text-align: center;
  width: 105px; }

#tourInfo div.info > ul {
  color: #fff;
  text-shadow: 1px 1px 1px #000; }

div.info > ul span.label {
  font-weight: bold;
  width: 140px;
  display: inline-block; }

div.info > ul > li:first-child {
  margin-bottom: 0.5em; }

#tourInfo div.info span.label {
  width: 145px; }

#tourInfo div.info > ul {
  padding: 0; }

#modulesContainer {
  position: relative;
  padding-top: 2em; }

/* Client Modules below Tour Image and to the right of Facebook Comments */
#clientModules {
  margin: 0 auto 3em; }

#clientModules div.module {
  position: relative;
  height: 168px;
  border: #fff 1px solid;
  background: #ccc;
  margin: 0 8px 16px 0; }

#clientModules div.module:hover {
  border: #f8da69 1px solid; }

#clientModules div.module > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

#clientModules div.module > a .module-overlay {
  position: absolute;
  background: none;
  width: 280px;
  height: 168px;
  display: block;
  z-index: 5; }

#clientModules div.module > a:hover .module-overlay {
  background: rgba(255, 255, 255, 0.3); }

#clientModules div.module > a > span.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -50px;
  display: inline-block;
  height: 20px;
  width: 86px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  z-index: 6; }

#clientModules div.module > a:hover > span.btn {
  background-image: -webkit-linear-gradient(bottom, #f7991d 60%, #ffc30f 90%);
  background-image: linear-gradient(to top, #f7991d 60%, #ffc30f 90%); }

#clientModules div.fb-container {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 356px;
  margin: 0;
  padding-right: 18px;
  border-top: #D7D7D7 1px solid;
  border-bottom: #D7D7D7 1px solid; }

#clientModules div.notour {
  background: url("/Assets/img/noTourMediaBG.png") 0 0 no-repeat;
  height: 365px; }

#clientModules div.notour h1 {
  position: absolute;
  top: 25%;
  margin-top: -2em;
  padding-left: 0.5em;
  font-size: 2.25em;
  text-shadow: 2px 3px 0px #FFFFFF; }

#clientModules div.notour > a > span.btn {
  font-weight: bold;
  font-size: 1.2em;
  height: 25px;
  margin-top: -25px;
  width: 107px; }

/* Featured Clients List*/
#content div.featured {
  margin: 2em auto; }

#content div.featured > h4 {
  position: absolute;
  top: -3em;
  left: 1em;
  font-size: 0.8em;
  color: #474a54;
  font-weight: normal;
  text-shadow: 1px 1px 1px #ccc; }

/**
 * 	--------------------------------------------
 * 				SEARCHRESULTS.PHP
 * 	--------------------------------------------
 */
#searchWrapper {
  padding-top: 2em;
  position: relative; }

#filteredBy {
  padding-left: 2em;
  font-size: 10pt; }

#filteredBy span {
  color: #777;
  border-bottom: 1px dotted #999; }

div.side-bar {
  position: relative; }

div.side-bar > h4.div-results-count {
  position: relative;
  font-size: 1.2em;
  margin: 0.8em; }

div.top-bar > div.searchBar {
  padding: 1.23em 0; }

#mainResults, #noResults {
  position: relative;
  min-height: 650px; }

#mainResults.dont-fill {
  min-height: 0; }

#results {
  position: relative; }

#results #searchContainer {
  margin-bottom: 0.5em; }

/* SEARCH OPTIONS */
#searchOptions {
  position: absolute;
  left: -1em;
  top: 0;
  font-size: 0.75em;
  padding: 1em;
  margin: 0; }

#resetFilter, #searchOptions .icon-loading {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1; }

#resetFilter {
  color: #474A54;
  text-shadow: 0 0 2px #999;
  text-decoration: none;
  z-index: 2; }

#searchOptions.has-results.active {
  border-top: #474a54 1px solid; }

#searchOptions > div {
  position: relative; }

#searchOptions > div > div {
  margin: 0.5em 0; }

#searchOptions div.campus-setting > div, #searchOptions div.institution-type > div, #searchOptions div.years-setting > div {
  margin: 0.5em 1em;
  width: 85px; }

#searchOptions > div > div.slider {
  margin: 1em 0.5em; }

#searchOptions div.enrollment p.display:after {
  content: ' Students'; }

#searchOptions label {
  display: block;
  font-weight: bold;
  padding: 1em 0 0;
  text-transform: uppercase;
  width: auto; }

#searchOptions select {
  width: 100%; }

#resultsGrid #gridOverlay {
  width: 700px; }

/* <div> display search results */
#resultsGrid div.client {
  margin-left: 11px; }

/*
 * ---------------------------------------------
 * 				FOOTER CONTENT
 * --------------------------------------------
 */
footer {
  position: relative;
  margin-top: -288px;
  width: 100%;
  z-index: 99;
  background: url("/Assets/img/shadowCurved.png") center top no-repeat;
  padding-top: 33px; }

#innerFooter {
  background: #d7d7d7;
  border-top: #eaeaea 1px solid;
  width: 100%;
  height: 255px; }

footer, footer a {
  color: #000;
  text-shadow: 1px 1px 1px #fff; }

footer nav > ul.menu {
  font-size: 0.75em;
  padding: 1em 0;
  width: 475px; }

footer nav > ul.menu > li {
  padding: 0.5em 0.65em; }

footer small {
  font-size: 0.65em; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.left {
  float: left; }

.center {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  display: block; }

.center-float {
  overflow: hidden; }

.right {
  float: right; }

.clear-float {
  clear: both; }

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

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

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

/*
 * ----------------------------------------------------
 * 					SPAN ICON CLASSES
 * ----------------------------------------------------
 */
.icon-add {
  background: url("/Assets/img/loadMore.png") 0 1px no-repeat;
  display: block;
  width: 26px;
  height: 26px; }

.icon-loading {
  background: url("/Assets/img/loading.gif") 0 0 no-repeat;
  display: block;
  width: 31px;
  height: 31px; }

.icon-up {
  background: url("/Assets/img/backToTop.png") 0 0 no-repeat;
  display: block;
  width: 26px;
  height: 26px; }

.icon-check {
  background: url("/Assets/img/check_white.png") 0 0 no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 0.25em; }

.icon-back {
  background: url("/Assets/img/back.png") 0 0 no-repeat;
  display: block;
  width: 20px;
  height: 17px; }

.icon-play, .icon-pause {
  background: url("/Assets/img/playPause_sprite.png") 0 0 no-repeat;
  display: block;
  width: 29px;
  height: 28px; }

.icon-pause {
  background-position: 0 -28px; }

.icon-fs {
  background: url("/Assets/img/launch.png") 0 0 no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  margin: 0.25em 0 0 0.5em; }

.icon-fs-white {
  background: url("/Assets/img/launchWhite.png") 0 0 no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  margin: 0.25em 0 0 0.5em; }

.icon-question {
  background: url("/Assets/img/question.png") 0 0 no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0.25em 0 0 0.5em; }

div.slider > div.min, .icon-small-box {
  background: url("/Assets/img/squareSmall.png") center no-repeat;
  display: block;
  width: 11px;
  height: 12px; }

div.slider > div.max, .icon-large-box {
  background: url("/Assets/img/squareLarge.png") center no-repeat;
  display: block;
  width: 11px;
  height: 12px; }

div.slider div.toggle, .icon-toggle {
  background: url("/Assets/img/sliderAdjust.png") 0 0 no-repeat;
  display: block;
  width: 13px;
  height: 14px; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/** ================================================
 * 	Override
 */
header nav > ul.menu li a {
  margin: 0;
  color: #000 !important; }

.menu a {
  font-family: inherit;
  font-size: inherit;
  text-transform: inherit;
  margin: inherit; }

#container {
  overflow: hidden; }

.menu {
  margin-right: inherit !important; }

li {
  margin-bottom: inherit;
  margin-left: inherit;
  padding: inherit; }

div#bodycontainer {
  /*margin-top: 30px;*/ }

.menu a:link {
  color: inherit;
  font-family: 'PTSansRegular'; }

#collegemenuspanel .ul_inline {
  padding-left: 0; }

/**
 * 	Footer starts here
 */
footer .container_16 .grid_3 {
  width: 162px;
  margin-left: 15px;
  margin-right: 15px; }

footer hr {
  background: #5e6068;
  border-bottom: 1px solid #fff;
  height: 1px;
  margin: .5em 0; }

footer .fthead {
  margin-top: 15px; }

footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

footer ul li, footer ul li a {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px; }

footer ul li a:link, footer ul li a:visited {
  color: #474a54;
  text-decoration: none; }

footer .copy {
  color: #77787b;
  line-height: 33px;
  text-align: center;
  font-size: 12px; }

footer .sm li {
  line-height: 20px; }

footer .sm a {
  padding-left: 25px; }

footer .sm .facebook {
  background: url("/Assets/img/sm-icons.png") no-repeat 0 0; }

footer .sm .twitter {
  background: url("/Assets/img/sm-icons.png") no-repeat 0 -20px; }

footer .sm .instagram {
  background: url("/Assets/img/sm-icons.png") no-repeat 0 -40px; }

footer .sm .pinterest {
  background: url("/Assets/img/sm-icons.png") no-repeat 0 -60px; }

footer .sm .blog {
  background: url("/Assets/img/sm-icons.png") no-repeat 0 -80px; }

/* footer ends here */
#bodycontainer {
  font-family: Arial !important;
  font-size: 9pt; }

#medialistheader h3 {
  font-size: 19pt;
  margin: inherit; }

#clientDetails > * {
  font-family: inherit;
  font-weight: inherit;
  color: inherit; }

#container {
  background: url("/Assets/img/bgPattern.png") repeat scroll 0 0 transparent; }

#content {
  background: none;
  overflow: visible; }

#news_aside ul {
  margin-left: 15px;
  margin-top: 5px;
  padding: 0; }

#headquarters {
  top: 620px; }

#dropdownarrow {
  vertical-align: top; }

.toolbar_popup > a {
  display: inline; }

.loginsignuplink a {
  font-family: 'Open Sans';
  font-size: 14px;
  color: rgb(0, 181, 209); }

.loginsignuplink a:hover {
  text-decoration: none;
  color: rgb(102, 211, 227); }

/**
 * ---------------------------------
 * 			IE CONDITIONALS
 * ---------------------------------
 */
html.no-cssgradients section#slide nav {
  background: url("/Assets/img/navBar.png") 0 0 repeat; }

html.no-cssgradients header {
  background: url("/Assets/img/headBar.png") 0 0 repeat; }

html.no-cssgradients .btn {
  background: url("/Assets/img/btn-grayLarge.png") 0 0 repeat; }

html.no-cssgradients .btn.yellow-gradient {
  background: url("/Assets/img/btn-yellowLarge.png") 0 0 repeat; }

html.no-cssgradients .btn.red-gradient {
  background: url("/Assets/img/btn-redLarge.png") 0 0 repeat; }

html.no-cssgradients .btn.blue-gradient {
  background: url("/Assets/img/btn-blueLarge.png") 0 0 repeat; }

html.no-cssgradients span.select-button {
  border: none;
  box-shadow: none; }

html.no-cssgradients span.select-button, html.no-cssgradients select {
  background: url("/Assets/img/headBar.png") 0 0 repeat; }

html.no-cssgradients #content.search #searchContainer {
  background: url("/Assets/img/headBar.png") 0 0 repeat; }

html.no-opacity #overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }

/*# sourceMappingURL=main-override.css.map */
