/***** load the whole shebang! *****/
/***** VARIABLES *****/
/* colours
txt color styles in base.scss */
/***** MIXINS *****/
/*
main styles for layout
*/
/***** VARIABLES *****/
/* colours
txt color styles in base.scss */
/***** MIXINS *****/
/*--    Header Block
------------------------------------------------------------------------------------------- */
.row.printable {
  display: none;
}

.nav-wrapper {
  position: fixed;
  width: 100%;
  z-index: 300;
  background: url("../images/header-bkg-tx.gif") repeat-x;
  background-position: center top;
}
.nav-wrapper *.row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nav-wrapper .nav-block {
  overflow: visible;
  clear: both;
  /*** Multilevel Navbar -------------------- ***/
  /* sf-navbar ends */
}
.nav-wrapper .nav-block .header {
  clear: both;
  display: block;
}
.nav-wrapper .nav-block .header .logo {
  display: block;
  float: left;
  width: 325px;
  height: 64px;
  background: url("../images/logo-header.png") no-repeat;
  margin: 16px 0 20px 0;
}
.nav-wrapper .nav-block .header .social-block {
  float: right;
  margin: 20px 0 0 0;
  width: 370px;
  /* Custom Search	 */
}
.nav-wrapper .nav-block .header .social-block img {
  float: right;
  margin-left: 3px;
}
.nav-wrapper .nav-block .header .social-block a img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.nav-wrapper .nav-block .header .social-block a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.nav-wrapper .nav-block .header .social-block input {
  width: 151px;
  height: 28px;
  padding: 0px 10px 0px 10px;
}
.nav-wrapper .nav-block .header .social-block button {
  overflow: hidden;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 28px;
  width: 29px;
  background: #578aa3;
  border-radius: 0 5px 5px 0;
}
.nav-wrapper .nav-block .header .social-block button img {
  margin: 2px 8px 0 0;
}
.nav-wrapper .nav-block .header .social-block button:hover {
  background: #99D0EA;
}
.nav-wrapper .nav-block .header .social-block .cf:before, .nav-wrapper .nav-block .header .social-block .cf:after {
  content: "";
  display: table;
}
.nav-wrapper .nav-block .header .social-block .cf:after {
  clear: both;
}
.nav-wrapper .nav-block .header .social-block .cf {
  zoom: 1;
}
.nav-wrapper .nav-block .nav-container {
  clear: both;
  /* 			display: block; */
  background-color: none !important;
  width: 100%;
}
.nav-wrapper .nav-block .sf-navbar, .nav-wrapper .nav-block .sf-navbar * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-wrapper .nav-block .sf-navbar:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  height: 105px;
  width: 100%;
}
.nav-wrapper .nav-block .sf-navbar {
  position: relative;
  margin-bottom: 5em;
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
.nav-wrapper .nav-block .sf-navbar ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 320;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
  box-shadow: none;
}
.nav-wrapper .nav-block .sf-navbar ul.level-2 {
  min-width: 100%;
  /* set this to whatever suits your design */
  font-family: 'calibriregular' !important;
  font-size: 16px;
  /* 					line-height: 14px; */
  padding: 10px 0;
}
.nav-wrapper .nav-block .sf-navbar ul.level-2 li:hover .level-3 {
  display: block;
}
.nav-wrapper .nav-block .sf-navbar ul.level-2 li a:hover {
  text-decoration: underline;
}
.nav-wrapper .nav-block .sf-navbar ul.level-3 {
  text-align: left;
  width: 140px;
  left: 0;
  top: 100%;
}
.nav-wrapper .nav-block .sf-navbar ul.level-3 li {
  white-space: normal;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  padding: 0 0 0 2px;
  font-size: 13px;
  line-height: 13px;
  clear: both;
}
.nav-wrapper .nav-block .sf-navbar ul.level-3 li a:hover {
  text-decoration: underline;
}
.nav-wrapper .nav-block .sf-navbar li {
  position: relative;
  float: left;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  padding: 0;
  line-height: 0;
}
.nav-wrapper .nav-block .sf-navbar li.level-1 {
  background: #636666 url("../images/stupidline.gif") repeat-y;
  background-position: right top;
  position: static;
  width: 20%;
  text-align: center;
  color: #fff !important;
  font-family: "manus", "Trebuchet MS", Helvetica, sans-serif !important;
  font-size: 28px;
  line-height: 0;
  padding: 0;
  margin: 0;
  display: block;
}
.nav-wrapper .nav-block .sf-navbar li.level-1 > a {
  /* 						line-height: 35px; */
  padding-top: 20px !important;
  line-height: 24px;
  display: block;
}
.nav-wrapper .nav-block .sf-navbar li.last {
  background-image: none !important;
}
.nav-wrapper .nav-block .sf-navbar li:hover > ul {
  display: none;
}
.nav-wrapper .nav-block .sf-navbar li.visit:hover * {
  background-color: #919e58;
  z-index: 350;
}
.nav-wrapper .nav-block .sf-navbar li.live:hover * {
  background-color: #a4ae5d;
  z-index: 350;
}
.nav-wrapper .nav-block .sf-navbar li.work:hover * {
  background-color: #de9454;
  z-index: 350;
}
.nav-wrapper .nav-block .sf-navbar li.study:hover * {
  background-color: #578aa3;
  z-index: 350;
}
.nav-wrapper .nav-block .sf-navbar li.conf:hover * {
  background-color: #2c6179;
  z-index: 350;
}
.nav-wrapper .nav-block .sf-navbar a {
  display: block;
  position: relative;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  color: #fff;
  border: none;
  padding: .5em 1em;
}
.nav-wrapper .nav-block .sf-navbar .active {
  display: block;
}
.nav-wrapper .nav-block .sf-navbar .active.visit {
  background-color: #919e58;
}
.nav-wrapper .nav-block .sf-navbar .active.visit .level-2 {
  display: block;
  background-color: #919e58;
}
.nav-wrapper .nav-block .sf-navbar .active.live {
  background-color: #a4ae5d;
}
.nav-wrapper .nav-block .sf-navbar .active.live .level-2 {
  display: block;
  background-color: #a4ae5d;
}
.nav-wrapper .nav-block .sf-navbar .active.work {
  background-color: #de9454;
}
.nav-wrapper .nav-block .sf-navbar .active.work .level-2 {
  display: block;
  background-color: #de9454;
}
.nav-wrapper .nav-block .sf-navbar .active.study {
  background-color: #578aa3;
}
.nav-wrapper .nav-block .sf-navbar .active.study .level-2 {
  display: block;
  background-color: #578aa3;
}
.nav-wrapper .nav-block .sf-navbar .active.conf {
  background-color: #2c6179;
}
.nav-wrapper .nav-block .sf-navbar .active.conf .level-2 {
  display: block;
  background-color: #2c6179;
}

.home .sf-navbar .level-1:hover .level-2 {
  display: block;
}

/* Form wrapper styling */
.form-wrapper {
  width: 200px;
  /* width adjust for API search bar*/
  /* width adjust for footer*/
  /* Form text input */
  /* Form submit button */
}
.form-wrapper.contentSearch {
  width: 100%;
  padding: 0 20px;
}
.form-wrapper.search {
  width: 400px;
}
.form-wrapper.search input {
  width: 351px;
  height: 28px;
  padding: 0px 10px 0px 10px;
}
.form-wrapper input {
  width: 180px;
  /* 	    height: 12px; */
  padding: 7px 5px;
  float: left;
  font: 12px/14px;
  border: 0;
  background: #fff;
  border-radius: 5px 0 0 5px;
  /* custom input width for API search bar*/
}
.form-wrapper input.fourcorners {
  border-radius: 5px 5px 5px 5px;
}
.form-wrapper input.inline {
  font-size: 11px;
  margin: 0 10px 10px 0;
}
.form-wrapper input.bkg_lite {
  background: url(../images/input_bkg_lite.gif) no-repeat white;
  background-position: 10px;
  padding-left: 40px;
}
.form-wrapper input.bkg_dark {
  background: url(../images/input_bkg_dark.gif) no-repeat white;
  background-position: 10px;
  padding-left: 40px;
}
.form-wrapper input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}
.form-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}
.form-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}
.form-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}
.form-wrapper button {
  overflow: hidden;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 28px;
  width: 29px;
  background: #CCD8A6;
  border-radius: 0 5px 5px 0;
  /* custom floats/pullleft for API search bar*/
}
.form-wrapper button.inline {
  float: left;
  margin: 0 0 0 -10px !important;
}
.form-wrapper button.standalone {
  border-radius: 5px 5px 5px 5px;
  float: left;
  width: 90px;
  color: #fff !important;
  font-size: 11px;
  font-weight: bold;
}
.form-wrapper button.standalone span {
  float: left;
  padding: 2px 0 0 10px;
}
.form-wrapper button img {
  margin: 4px 5px 0 0;
  float: right;
}
.form-wrapper button:hover {
  background: #A4BC4B;
}
.form-wrapper button:focus, .form-wrapper button:active {
  background: #A4BC4B;
  outline: 0;
}
.form-wrapper button::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}
.form-wrapper .dropdown {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
  float: left;
  width: 200px;
}
.form-wrapper .dropdown select {
  background-color: #fff !important;
  padding: 6px 5px  !important;
  width: 100%;
  border: 0 !important;
  .
			-webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
  background: url(../images/Mob_select_arrow_03.gif) no-repeat right center;
  background-size: 30px;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.form-wrapper .dropdown select.fourcorners {
  border-radius: 5px 5px 5px 5px;
}
.form-wrapper .dropdown select.inline {
  width: 90% !important;
  margin: 0 !important;
}
.form-wrapper .dropdown select option {
  padding-left: 15px;
  border: 0 !important;
  .
			-webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
}
.form-wrapper .dropdown select::-ms-expand {
  display: none;
}

/*--    Content Block
------------------------------------------------------------------------------------------- */
/* force elements to break overlfow out of row boxes  */
.full_overflow {
  overflow: visible !important;
}

.image-push {
  display: block;
  height: 90px;
}

.content-wrapper {
  padding-top: 100px;
  /*  Image, captions & blockquote Alignments */
  /* Overrides base.css list styles for the wysiwyg editable template 6	 */
}
.content-wrapper .row {
  margin-top: 20px;
}
.content-wrapper .row.noTopMarg {
  margin-top: 0px !important;
}
.content-wrapper .row.noBtmMarg {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
.content-wrapper .row.noMarg {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.content-wrapper .alignleft {
  float: left;
}
.content-wrapper .alignright {
  float: right;
}
.content-wrapper .aligncenter {
  display: block;
  margin: 0 auto;
}
.content-wrapper .blockquote.alignleft, .content-wrapper img.alignleft {
  margin: 7px 24px 7px 0;
}
.content-wrapper .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
.content-wrapper blockquote.alignright, .content-wrapper img.alignright {
  margin: 7px 0 7px 24px;
}
.content-wrapper .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
.content-wrapper blockquote.aligncenter, .content-wrapper img.aligncenter, .content-wrapper .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.content-wrapper .site-content blockquote.alignleft, .content-wrapper .site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}
.content-wrapper .site-content blockquote.alignleft p, .content-wrapper .site-content blockquote.alignright p {
  margin-bottom: 17px;
}
.content-wrapper .wp-caption {
  margin-bottom: 24px;
}
.content-wrapper .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.content-wrapper .wp-caption {
  color: #767676;
}
.content-wrapper .template-6 {
  /* Heading and link colours */
}
.content-wrapper .template-6 ul, .content-wrapper .template-6 ul ul {
  list-style: disc outside;
  font-size: 16px;
}
.content-wrapper .template-6 ul li, .content-wrapper .template-6 ul li, .content-wrapper .template-6 ul li {
  margin: 0 0 5px 15px;
  padding: 0;
  line-height: 20px;
  background: none;
}
.content-wrapper .template-6 h2 {
  font-family: "manus", "Trebuchet MS", Helvetica, sans-serif !important;
  font-size: 30px;
  margin-top: 40px !important;
  margin-bottom: 10px !important;
}
.content-wrapper .template-6.conf-temp6 a, .content-wrapper .template-6.conf-temp6 h1, .content-wrapper .template-6.conf-temp6 h2 {
  color: #2c6179 !important;
}
.content-wrapper .template-6.study-temp6 a, .content-wrapper .template-6.study-temp6 h1, .content-wrapper .template-6.study-temp6 h2 {
  color: #578aa3 !important;
}
.content-wrapper .template-6.visit-temp6 a, .content-wrapper .template-6.visit-temp6 h1, .content-wrapper .template-6.visit-temp6 h2 {
  color: #919e58 !important;
}
.content-wrapper .template-6.work-temp6 a, .content-wrapper .template-6.work-temp6 h1, .content-wrapper .template-6.work-temp6 h2 {
  color: #de9454 !important;
}
.content-wrapper .template-6.live-temp6 a, .content-wrapper .template-6.live-temp6 h1, .content-wrapper .template-6.live-temp6 h2 {
  color: #a4ae5d !important;
}

/*  makes lists show in wysiwyg on backend */
.mceContentBody ul, .mceContentBody ul ul {
  list-style: disc outside !important;
  font-size: 1.1em;
}
.mceContentBody ul li, .mceContentBody ul li, .mceContentBody ul li {
  margin: 0 0 5px 15px;
  padding: 0;
  line-height: 18px;
  background: none;
}

.breadcrumb {
  display: block;
  padding: 5px 0px 5px 0;
  color: #4d4d4d !important;
}
.breadcrumb a {
  color: #4d4d4d !important;
  text-decoration: none;
  padding: 0 15px;
}
.breadcrumb a.first {
  padding-left: 0 !important;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a:visited, .breadcrumb a:active {
  text-decoration: none;
}

.home-map-block {
  height: 165px;
  background: #646464 url("../images/map-bkg-tx.gif") no-repeat;
  background-position: center top;
}
.home-map-block .text_block {
  float: left;
  width: 75%;
  padding: 20px 0 0 20px;
  text-align: left;
}
.home-map-block .text_block h1 {
  color: white;
  font-size: 35px;
  line-height: 40px;
  font-family: 'calibriregular';
}
.home-map-block .text_block p {
  color: white;
  font-size: 20px;
  line-height: 28px;
}
.home-map-block .text_block p a {
  color: #919e58;
  font-size: inherit;
  font-weight: normal;
  text-decoration: none;
}
.home-map-block .text_block p a:hover {
  text-decoration: underline;
  color: white;
}
.home-map-block .text_block p a:visted, .home-map-block .text_block p a:active {
  text-decoration: inherit;
  color: #919e58;
}
.home-map-block img {
  float: right;
  position: relative;
  top: 10px;
  left: -20px;
}

/* section title/byline   */
.title-block {
  text-align: center;
  padding: 15px 10px 50px 10px;
}
.title-block h1 {
  font-size: 60px;
}
.title-block h2 {
  margin: 0 !important;
  line-height: 24px;
  color: #646464 !important;
  font-family: 'calibriregular' !important;
}
.title-block.home {
  padding-top: 0px;
}
.title-block.home h1 {
  padding-top: 0px;
}
.title-block.home h2 {
  margin: 0 !important;
  line-height: 24px;
}
.title-block.home h2.corp-green {
  color: #919e58 !important;
}
.title-block.home h2.work-red01 {
  color: #de9454 !important;
}
.title-block.home h2.conf-brown01 {
  color: #2c6179 !important;
}

/* section blocks   */
.basic-block {
  background-color: #646464 !important;
  text-align: center;
  padding: 0px;
  cursor: pointer;
}
.basic-block.visit:hover {
  background-color: #919e58 !important;
}
.basic-block.live:hover {
  background-color: #a4ae5d !important;
}
.basic-block.work:hover {
  background-color: #de9454 !important;
}
.basic-block.study:hover {
  background-color: #578aa3 !important;
}
.basic-block.conf:hover {
  background-color: #2c6179 !important;
}
.basic-block img {
  width: 100%;
  margin: 0;
}
.basic-block h1 {
  padding: 5px 0 0 0;
  font-size: 60px;
}
.basic-block h3 {
  font-family: "calibriregular", "Trebuchet MS", Helvetica, sans-serif;
  color: white;
  padding: 7px;
  font-style: normal !important;
}

.more_btn {
  /* colors in base.scss */
  display: block;
  overflow: hidden;
  width: 110px;
  padding: 8px 5px;
  margin: 40px auto 20px auto;
  cursor: pointer;
  border-radius: 5px;
  font-family: "calibribold", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 20px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.more_btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.more_btn:focus, .more_btn:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.more_btn::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}
.more_btn.overlayButton {
  position: relative;
  margin-top: -60px;
  z-index: 30;
}

/* search bits  */
.searchBlock {
  padding: 20px 0 10px 0;
  text-align: center;
}

.solo-searchBlock {
  margin: 10px 0 10px 20px;
  text-align: center;
}

.noSpace {
  margin-top: 0px !important;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* alternate row background colours  */
#content .row:nth-child(odd) .grid_12 .searchResult {
  background-color: #d7dbc8 !important;
}

.searchResult {
  display: block;
  padding: 10px;
  	/*
  &.bkg{
  		background-color: $visit-green02 !important;
  	}
  */
}
.searchResult .event-image {
  height: 88px;
  width: 88px;
  float: left;
  display: block;
  overflow: hidden;
}
.searchResult .block {
  display: block;
  float: left;
  padding-left: 10px;
}
.searchResult .block.one {
  width: 48%;
}
.searchResult .block.one .title {
  font-size: 14px;
  font-weight: bold;
}
.searchResult .block.one .date {
  font-weight: bold;
  color: #4d4d4d;
}
.searchResult .block.two {
  width: 8%;
}
.searchResult .block.three {
  width: 15%;
  font-weight: bold;
}
.searchResult .block.four {
  width: 10%;
}
.searchResult .block.four a.button {
  width: 95%;
  display: block;
  padding: 8px  !important;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
}
.searchResult .block.four a.button.white {
  background: white;
  border: 2px solid #919e58;
  color: #799d3b;
}
.searchResult .block.four a.button.white:hover {
  text-decoration: none;
  color: white;
  background: #919e58;
}
.searchResult .block.four a.button.green {
  background: #919e58;
  border: 2px solid #919e58;
  color: white;
}
.searchResult .block.four a.button.green:hover {
  text-decoration: none;
  color: #919e58;
  background: white;
}

/* date picker */
#ui-datepicker-div {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 3 !important;
}
#ui-datepicker-div .ui-widget-header {
  background: none !important;
  border: none !important;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev.ui-state-hover {
  background: #fff !important;
  border: 1px solid #919e58 !important;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next.ui-state-hover {
  background: #fff !important;
  border: 1px solid #919e58 !important;
}
#ui-datepicker-div .ui-datepicker-title {
  color: #646464 !important;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  color: #646464;
}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
  background: #fff !important;
  border: 1px solid #919e58 !important;
  color: #919e58 !important;
  font-weight: normal;
}
#ui-datepicker-div .ui-state-hover {
  background: #919e58 !important;
  color: #fff !important;
}
#ui-datepicker-div .ui-state-active {
  background: #919e58 !important;
  color: #fff !important;
}

/* pagination  */
.pagination {
  text-align: center;
}
.pagination .prev-next {
  color: #646464 !important;
  text-decoration: none;
  margin-right: 20px;
}
.pagination .prev-next * {
  padding: 5px 3px;
}
.pagination .prev-next a {
  color: #646464 !important;
  text-decoration: none;
}
.pagination .prev-next a:hover {
  background-color: #919e58;
  color: #fff !important;
}
.pagination .pagen {
  padding: 5px 3px;
  margin: 0 2px;
  color: #646464;
}
.pagination .pagen a {
  text-decoration: none;
  padding: 5px 3px;
  color: #646464 !important;
}
.pagination .pagen a:hover {
  background-color: #919e58;
  color: #fff !important;
}
.pagination .pagen.active {
  background-color: #919e58 !important;
  color: #fff !important;
}

.print {
  color: #799d3b;
  font-weight: bold;
  line-height: 50px;
  float: right;
  display: block;
  height: 50px;
  width: 150px;
  background: url(../images/print_icon.gif) no-repeat;
  background-position: right;
}
.print.eventpage {
  margin-bottom: 50px;
}

.content-tabs {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  clear: both;
}
.content-tabs a {
  display: block;
  float: right;
  padding: 10px;
  width: 100px;
}
.content-tabs a.photo {
  color: #fff;
  text-decoration: none;
}
.content-tabs a.photo.visit {
  background-color: #919e58;
  border: 1px solid #919e58;
  border-right: none;
  border-bottom: none;
}
.content-tabs a.photo.visit:hover {
  color: #646464;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #919e58;
  border-right: none;
  border-bottom: none;
}
.content-tabs a.photo.conf {
  background-color: #2c6179;
  border: 1px solid #2c6179;
  border-bottom: none;
}
.content-tabs a.photo.conf:hover {
  color: #2c6179;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #bac9d0;
  border-right: none;
  border-bottom: none;
}
.content-tabs a.photo.study {
  background-color: #578aa3;
  border: 1px solid #578aa3;
  border-bottom: none;
}
.content-tabs a.photo.study:hover {
  color: #578aa3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #578aa3;
  border-right: none;
  border-bottom: none;
}
.content-tabs a.map {
  color: #fff;
  text-decoration: none;
}
.content-tabs a.map.visit {
  background-color: #d7dbc8;
  border: 1px solid #d7dbc8;
  border-bottom: none;
  border-left: none;
}
.content-tabs a.map.visit:hover {
  color: #919e58;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d7dbc8;
  border-right: none;
  border-bottom: none;
}
.content-tabs a.map.conf {
  background-color: #bac9d0;
  border: 1px solid #bac9d0;
  border-bottom: none;
  border-left: none;
}
.content-tabs a.map.conf:hover {
  color: #2c6179;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #2c6179;
  border-left: none;
  border-bottom: none;
}
.content-tabs a.map.study {
  background-color: #c7d5dc;
  border: 1px solid #c7d5dc;
  border-bottom: none;
  border-left: none;
}
.content-tabs a.map.study:hover {
  color: #c7d5dc;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #c7d5dc;
  border-bottom: none;
  border-left: none;
}
.content-tabs a.video {
  color: #fff;
  text-decoration: none;
}
.content-tabs a.video.visit {
  background-color: #b8c184;
  border-top: 1px solid #b8c184;
}
.content-tabs a.video.visit:hover {
  color: #919e58;
  text-decoration: none;
  background-color: #fff;
  border-top: 1px solid #b8c184;
}
.content-tabs a.video.conf {
  background-color: #61a8c1;
  border-top: 1px solid #61a8c1;
}
.content-tabs a.video.conf:hover {
  color: #2c6179;
  text-decoration: none;
  background-color: #fff;
  border-top: 1px solid #61a8c1;
}
.content-tabs a.video.study {
  background-color: #82aebf;
  border-top: 1px solid #82aebf;
}
.content-tabs a.video.study:hover {
  color: #2c6179;
  text-decoration: none;
  background-color: #fff;
  border-top: 1px solid #82aebf;
}

#pic {
  clear: both;
}

.content-table {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 2px solid #ffffff;
}
.content-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.content-table table tr:first-child td {
  background-color: #919e58;
  border: 0px solid #ffffff;
  text-align: center;
  border-width: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}
.content-table table tr:first-child td .selectboxit-text {
  color: #000 !important;
}
.content-table table tr:first-child:hover td {
  background-color: #919e58;
}
.content-table table tr:hover td {
  background-color: #ffffff;
}
.content-table table td {
  vertical-align: middle;
  background-color: #d7dbc8;
  border: 2px solid #ffffff;
  border-width: 2px;
  text-align: left;
  padding: 7px;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
}
.content-table table td a:link {
  color: #000000;
}
.content-table table select {
  width: 200px;
}
.content-table img {
  float: right;
}

.table-controls {
  width: 100%;
  height: 20px;
  font-weight: bold;
  text-align: center;
}
.table-controls a {
  color: #646464;
  text-decoration: none;
}
.table-controls a:hover {
  color: #333;
  text-decoration: none !important;
}
.table-controls #progress {
  width: 50px;
  margin: 0 auto;
  text-align: center;
}

a.eventbutton {
  margin: 0 auto 10px auto;
  display: block;
  padding: 8px 0  !important;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  clear: both;
  text-transform: uppercase;
}
a.eventbutton.white {
  background: white;
  border: 2px solid #919e58;
  color: #919e58;
}
a.eventbutton.white:hover {
  text-decoration: none;
  color: white;
  background: #919e58;
}
a.eventbutton.visit {
  background: #919e58;
  border: 2px solid #919e58;
  color: white;
}
a.eventbutton.visit:hover {
  text-decoration: none;
  color: #919e58;
  background: white;
}
a.eventbutton.conf {
  background: #2c6179;
  border: 2px solid #2c6179;
  color: white;
}
a.eventbutton.conf:hover {
  text-decoration: none;
  color: #2c6179;
  background: white;
}
a.eventbutton.study {
  background: #578aa3;
  border: 2px solid #578aa3;
  color: white;
}
a.eventbutton.study:hover {
  text-decoration: none;
  color: #578aa3;
  background: white;
}

.prodContact {
  display: block;
  clear: both;
  margin: 0 auto 50px auto !important;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 10px;
}
.prodContact .title.visit {
  font-size: 28px;
  font-family: 'manus';
  color: #919e58;
  background: none !important;
}
.prodContact .title.conf {
  font-size: 28px;
  font-family: 'manus';
  color: #2c6179;
  background: none !important;
}
.prodContact .title.study {
  font-size: 28px;
  font-family: 'manus';
  color: #578aa3;
  background: none !important;
}
.prodContact a {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  color: #646464 !important;
  text-decoration: none;
}
.prodContact a:hover {
  text-decoration: underline;
}

h4.hotdeals {
  font-family: 'manus';
  font-size: 35px;
  color: #fff;
  margin: 30px 0;
  padding: 0;
}

.hotdeal {
  width: 165px;
  float: left;
  margin: 0px 10px 20px 10px;
  font-size: 10px;
}
.hotdeal.last {
  margin-right: 0px;
}
.hotdeal .hotdeal-info {
  padding: 0 5px 5px 5px;
}
.hotdeal .hotdeal-info a:hover {
  text-decoration: none !important;
}
.hotdeal .hotdeal-info H5 {
  font-family: 'calibribold';
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  height: 50px;
  overflow: hidden;
}
.hotdeal p {
  color: #fff;
}
.hotdeal p.conditions {
  font-size: 10px;
  margin: 10px 0 5px;
  line-height: 0;
  font-style: italic;
  text-transform: capitalize;
  color: #999999;
}
.hotdeal p.description {
  font-size: 14px;
  line-height: 15px;
  display: block;
  height: 60px;
  overflow: hidden;
}
.hotdeal p.price {
  font-family: 'calibribold';
  font-size: 30px !important;
  color: #919e58;
  margin-top: 15px;
}
.hotdeal p.pernight {
  color: #fff;
  font-size: 12px;
  display: block;
  height: 15px;
  overflow: hidden;
}
.hotdeal a {
  text-decoration: none !important;
}
.hotdeal a:hover {
  text-decoration: underline !important;
}
.hotdeal a.more_btn {
  font-size: 14px;
  width: 100%;
  padding: 5px 0;
  margin: 0 auto 5px auto;
  text-transform: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.hotdeal a.more_btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  text-decoration: none !important;
}

.airNZ {
  background: url("../images/airNZ.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  height: 421px;
  margin-bottom: 15px !important;
}
.airNZ .panelwrap {
  margin: 50px auto;
  width: 440px;
}
.airNZ .panelwrap .tab {
  font-family: 'calibribold';
  font-size: 24px;
  color: #fff;
  width: 200px;
  background: #919e58;
  padding: 10px 5px 5px 5px;
  text-align: center;
}
.airNZ .panelwrap .content {
  background: #919e58;
  padding: 20px;
  text-align: center;
}

/*     			       Footer
-----------------------------------------------	*/
.footer {
  color: #fff;
  margin-top: 20px;
}
.footer .search_bkg {
  background: #919e58 url("../images/search-bkg-tx.gif") no-repeat;
  background-position: center top;
}
.footer div a {
  text-decoration: none;
  color: #fff !important;
}
.footer div a:hover {
  text-decoration: underline;
  color: #fff  !important;
}
.footer div a:visted, .footer div a:active {
  text-decoration: underline;
  color: #fff  !important;
}
.footer .search {
  padding: 30px  15px !important;
}
.footer .details {
  display: block;
  float: left;
  width: 33.333%;
  padding: 40px 0 0 0;
  text-align: center;
}
.footer .details img {
  margin: 0 auto 20px auto;
  width: 60%;
}
.footer .details a[href^="tel:"]:before {
  content: "\260E";
  /* display: block; */
  margin-right: 5px;
}
.footer .details a.more_btn {
  font-size: 14px;
  width: 80px;
  padding: 5px;
  margin: 0 auto 40px auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.footer .details a.more_btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

/***** Screen 960px *****/
.top {
  margin-top: 30px;
}

.base {
  margin: 0 auto;
  margin-bottom: 40px;
}

span.example {
  margin-bottom: 5px;
  padding: 5px 0 5px 0;
  background-color: #eee;
  text-align: center;
  width: 100%;
  display: block;
}



/*----------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------

				Media Screens

----------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------	*/
/***** Screen Bigger than 960px *****/
@media only screen and (max-width: 1200px) {
  .sy-box .sy-slides-wrap {
    margin-top: 90px !important;
  }
}
/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .sf-navbar li.level-1 {
    font-size: 22px !important;
  }
  .sf-navbar ul.level-2 {
    font-size: 14px !important;
  }

  .home-map-block .text_block {
    float: left;
    width: 50%;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .home-map-block .text_block h1 {
    color: white;
    font-size: 28px;
    line-height: 32px;
    font-family: 'calibriregular';
  }
  .home-map-block .text_block p {
    color: white;
    font-size: 18px;
    line-height: 24px;
  }

  .sy-box .sy-slides-wrap {
    margin-top: 90px !important;
  }
}
/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {
  .nav-block .logo {
    display: block;
    float: left;
    background-image: url(../images/logo-header.png);
    background-size: 100%;
    width: 160px;
    height: 32px;
    margin: 10px;
  }
  .nav-block .bttn-menu {
    margin: 10px 5px 0 0;
    display: block;
    float: right;
    background-image: url(../images/mobi_icon_menu.png);
    background-size: 100%;
    width: 41px;
    height: 31px;
  }
  .nav-block .bttn-search {
    margin: 10px 20px 0 0;
    display: block;
    float: right;
    background-image: url(../images/mobi_icon_search.png);
    background-size: 100%;
    width: 41px;
    height: 31px;
  }

  /*  Mobile Nav 	  */
  .mobi-nav {
    width: 100%;
    padding-top: 50px !important;
    position: fixed;
    z-index: 200;
  }
  .mobi-nav.home {
    position: inherit !important;
    padding: 0 !important;
  }
  .mobi-nav #accordion, .mobi-nav #accordion-home {
    list-style: none;
    padding: 0 0 0 0;
    width: 100%;
    margin: 0 !important;
    position: relative;
  }
  .mobi-nav #accordion li, .mobi-nav #accordion-home li {
    display: block;
    margin: 0 !important;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    padding: 20px 10px 10px 20px;
    list-style: circle;
    color: #fff;
    font-family: "manus", "Times New Roman", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px !important;
  }
  .mobi-nav #accordion li.oddLink, .mobi-nav #accordion-home li.oddLink {
    font-family: "calibriregular", "Trebuchet MS", Helvetica, sans-serif !important;
    font-weight: normal;
    font-size: 14px !important;
  }
  .mobi-nav #accordion ul, .mobi-nav #accordion-home ul {
    list-style: none;
    padding: 0 0 0 0;
    display: none;
    margin: 0px !important;
  }
  .mobi-nav #accordion ul li, .mobi-nav #accordion-home ul li {
    font-family: "calibriregular", "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px !important;
    cursor: pointer;
    background-color: #646464;
    padding: 10px 15px;
    color: #fff;
    margin: 1px 0 1px 0;
  }
  .mobi-nav #accordion a, .mobi-nav #accordion-home a {
    text-decoration: none;
    color: #fff;
    border: none;
  }
  .mobi-nav #accordion a:hover, .mobi-nav #accordion-home a:hover {
    text-decoration: none;
  }
  .mobi-nav .no-accordion {
    list-style: none;
    padding: 0 0 0 0;
    width: 100%;
  }
  .mobi-nav .no-accordion li {
    display: block;
    margin: 2px 0 1px 0 !important;
    cursor: pointer;
    padding: 10px 15px;
    list-style: circle;
    color: #fff;
    font-family: "calibriregular", "Trebuchet MS", Helvetica, sans-serif !important;
    font-weight: normal;
    font-size: 14px !important;
  }
  .mobi-nav .no-accordion a {
    text-decoration: none;
    color: #fff;
    border: none;
  }
  .mobi-nav .no-accordion a:hover {
    text-decoration: none;
  }
  .mobi-nav .arrow {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 5px;
    right: 10px;
    overflow: hidden;
    background: url(../images/icon-arrows.png) no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  .mobi-nav .arrow.smaller {
    width: 15px;
    height: 15px;
    position: relative;
    bottom: 0;
  }
  .mobi-nav .arrow.active {
    background-position: center bottom;
  }

  .content-wrapper {
    padding-top: 40px;
  }
  .content-wrapper .row {
    margin-top: 0;
  }
  .content-wrapper p.intro-text {
    font-weight: bold;
    color: #799d3b;
    padding: 0;
    margin: 10px;
  }
  .content-wrapper .sy-box {
    /* display: none !important; */
  }
  .content-wrapper .sy-box .sy-slides-wrap {
    height: auto !important;
    margin-top: 0px !important;
  }

  .home-map-block {
    background: none !important;
    padding: 0 0 0 0;
    height: auto !important;
    text-align: center !important;
  }
  .home-map-block .text_block {
    padding: 10px 20px 0 20px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none !important;
  }
  .home-map-block .text_block h1 {
    color: #464646;
    margin: 0;
    font-size: 28px;
    line-height: 30px;
  }
  .home-map-block .text_block p {
    color: #464646;
    font-size: 18px;
    line-height: 18px;
  }

  .template-6 .grid_12 {
    margin-left: 2% !important;
    width: 95% !important;
  }
  .template-6 .grid_12 img {
    width: 100%;
    height: auto;
  }

  .grid_4 {
    text-align: center;
    width: 100% !important;
    margin: 10px 0  !important;
    /* 		float: none !important;  */
    display: inline;
  }

  .table-controls, .content-table, h2.bookit {
    display: none !important;
  }

  /*  Back bar - tweaked bredcrumb */
  a.back {
    display: block;
  }
  a.back:visited, a.back:active {
    text-decoration: none;
  }
  a.back .breadcrumb {
    font-weight: bold;
    padding: 15px 0 13px 40px !important;
    overflow: hidden;
    background: url(../images/icon-arrows-back.png) no-repeat #4d4d4d;
    background-position: 20px center;
    background-size: 20px;
    margin-bottom: 20px !important;
    color: #fff !important;
  }
  a.back .breadcrumb.grid_12 {
    margin-top: 0 !important;
  }

  /* content search block */
  .mobi-search {
    width: 100% !important;
  }

  .searchBlock {
    width: 100%;
    text-align: left;
  }

  .searchResult {
    display: block;
    padding: 10px;
  }
  .searchResult.bkg {
    background-color: #fff !important;
  }
  .searchResult .event-image {
    height: 200px !important;
    width: 100%;
    clear: both;
    background-size: 100% !important;
    margin: 10px 0;
  }
  .searchResult .block {
    display: block;
    padding-left: 0;
    clear: both;
  }
  .searchResult .block.one {
    width: 100%;
  }
  .searchResult .block.one .title {
    font-size: 18px;
    font-weight: bold;
  }
  .searchResult .block.one .date {
    font-weight: bold;
    color: #4d4d4d;
  }
  .searchResult .block.two {
    display: none;
  }
  .searchResult .block.three {
    width: 100%;
    font-weight: bold;
    padding: 15px 0 0 0;
  }
  .searchResult .block.four {
    width: 100%;
  }
  .searchResult .block.four a.button {
    width: 150px;
    display: block;
    padding: 8px  !important;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0;
  }
  .searchResult .block.four a.button.white {
    background: white;
    border: 2px solid #799d3b;
    color: #799d3b;
    margin-top: 10px;
  }
  .searchResult .block.four a.button.white:hover {
    text-decoration: none;
    color: white;
    background: #799d3b;
  }
  .searchResult .block.four a.button.green {
    background: #799d3b;
    border: 2px solid #799d3b;
    color: white;
    margin-top: 10px;
  }
  .searchResult .block.four a.button.green:hover {
    text-decoration: none;
    color: #799d3b;
    background: white;
  }

  /* Headngs	 */
  h1 {
    font-size: 30px;
  }

  .title-block {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .title-block h1 {
    margin: 30px 0 10px 15px !important;
    line-height: 28px;
    font-size: 40px !important;
  }
  .title-block h2 {
    margin: 0px  0 0 15px !important;
    font-size: 18px;
  }

  .mobi-search h2 {
    text-align: left !important;
    font-family: 'manus' !important;
    padding: 0px 15px 20px 15px;
  }

  .grid_9 h1 {
    margin: 20px 0 30px 0px !important;
    /* 			line-height: 30px; */
  }

  /* Form text input */
  .form-wrapper {
    display: block;
  }
  .form-wrapper.solo-searchBlock {
    padding-bottom: 25px;
  }
  .form-wrapper.solo-searchBlock input {
    /* 		    height: 12px; */
    padding: 0 10px !important;
    clear: both !important;
    background-image: none !important;
    float: left !important;
    width: 190px !important;
  }
  .form-wrapper.solo-searchBlock button {
    overflow: hidden;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 28px;
    width: 29px;
  }
  .form-wrapper.solo-searchBlock button img {
    margin: 4px 5px 0 0;
    width: 15px;
    height: 14px;
  }
  .form-wrapper.contentSearch {
    padding: 0px 20px;
    width: auto;
  }
  .form-wrapper .selectboxit-container {
    clear: both !important;
    float: none !important;
    margin: 0 0 10px 0;
  }
  .form-wrapper input {
    /* 		    height: 12px; */
    padding: 8px 5px  !important;
    clear: both !important;
    background-image: none !important;
    float: none !important;
    display: block;
    /* custom input width for API search bar*/
  }
  .form-wrapper input.fourcorners {
    border-radius: 5px 5px 5px 5px;
  }
  .form-wrapper input.inline {
    width: auto !important;
    margin: 10px 0 !important;
    border-radius: 5px 5px 5px 5px;
  }
  .form-wrapper input.search {
    width: 85% !important;
  }
  .form-wrapper .dropdown {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
    width: 100%;
  }
  .form-wrapper .dropdown select {
    background-color: #fff !important;
    padding: 10px 5px  !important;
    width: 100%;
    border: 0 !important;
    .
				-webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /*Removes default style Firefox*/
    background: url(../images/Mob_select_arrow_03.gif) no-repeat right center;
    background-size: 40px;
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/
  }
  .form-wrapper .dropdown select.fourcorners {
    border-radius: 5px 5px 5px 5px;
  }
  .form-wrapper .dropdown select.inline {
    width: 90% !important;
    margin: 10px 0 !important;
  }
  .form-wrapper .dropdown select::-ms-expand {
    display: none;
  }
  .form-wrapper button {
    height: 32px;
    width: 90px;
    color: #fff;
  }
  .form-wrapper button.inline {
    float: none;
    margin: 10px 0  !important;
    border-radius: 5px 5px 5px 5px;
  }
  .form-wrapper button.inline span {
    float: left;
    padding: 2px 0 0 10px;
  }
  .form-wrapper button img {
    margin: 4px 5px 0 0;
  }

  .print {
    display: none;
  }

  /*  Mobile footer 	  */
  .home .footer {
    margin-top: 1px !important;
  }

  .footer {
    text-align: center;
    margin-top: 20px !important;
  }
  .footer .wide-inner {
    padding: 0 15px;
  }
  .footer .details {
    display: block;
    width: 100% !important;
    padding: 40px 0 20px 0 !important;
    margin: 0 auto !important;
    text-align: center;
  }
  .footer .details.lefthand {
    text-align: center;
    float: none !important;
  }
  .footer .details.righthand img {
    width: auto;
  }
  .footer .grid_12 {
    margin-top: 0px;
  }
}
/* end 300px  */
/***** Phone (landscape 420px) *****/
/*
@media only screen and (min-width: 480px) and (max-width: 767px) {


	.content-wrapper {
		padding-top: 40px !important;
		&.home{
			 padding-top: 40px !important;
		}
		p.intro-text{
			font-weight: bold;
			color: $corp-green;
			padding:0;
			margin:10px;
		}
	}

}
*/
/***** Retina *****/
/*
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {

 .mobi-nav{display: none}
}
*/
/* Calibri set ------------------------------------------------------------------  */
@font-face {
  font-family: 'calibriregular';
  src: url("../fonts/calibri-webfont.eot");
  src: url("../fonts/calibri-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calibri-webfont.woff") format("woff"), url("../fonts/calibri-webfont.ttf") format("truetype"), url("../fonts/calibri-webfont.svg#calibriregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibribold';
  src: url("../fonts/calibrib-webfont.eot");
  src: url("../fonts/calibrib-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calibrib-webfont.woff") format("woff"), url("../fonts/calibrib-webfont.ttf") format("truetype"), url("../fonts/calibrib-webfont.svg#calibribold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibriitalic';
  src: url("../fonts/calibrii-webfont.eot");
  src: url("../fonts/calibrii-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calibrii-webfont.woff") format("woff"), url("../fonts/calibrii-webfont.ttf") format("truetype"), url("../fonts/calibrii-webfont.svg#calibriitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibribold_italic';
  src: url("../fonts/calibriz-webfont.eot");
  src: url("../fonts/calibriz-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calibriz-webfont.woff") format("woff"), url("../fonts/calibriz-webfont.ttf") format("truetype"), url("../fonts/calibriz-webfont.svg#calibribold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Manus set ------------------------------------------------------------------  */
@font-face {
  font-family: 'manus';
  src: url("../fonts/manus.eot");
  src: url("../fonts/manus.eot?#iefix") format("embedded-opentype"), url("../fonts/manus.woff") format("woff"), url("../fonts/manus.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* The_Serif set ------------------------------------------------------------------

@font-face {
    font-family: 'the_serif-caps';
    src: url('../fonts/theserif_caps_2-webfont.eot');
    src: url('../fonts/theserif_caps_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theserif_caps_2-webfont.woff') format('woff'),
         url('../fonts/theserif_caps_2-webfont.ttf') format('truetype'),
         url('../fonts/theserif_caps_2-webfont.svg#the_serif-caps') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'the_serif-caps';
    src: url('../fonts/theserif_caps_3-webfont.eot');
    src: url('../fonts/theserif_caps_3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theserif_caps_3-webfont.woff') format('woff'),
         url('../fonts/theserif_caps_3-webfont.ttf') format('truetype'),
         url('../fonts/theserif_caps_3-webfont.svg#the_serif-caps') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'the_serif-caps_italic';
    src: url('../fonts/theserif_caps_italic-webfont.eot');
    src: url('../fonts/theserif_caps_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theserif_caps_italic-webfont.woff') format('woff'),
         url('../fonts/theserif_caps_italic-webfont.ttf') format('truetype'),
         url('../fonts/theserif_caps_italic-webfont.svg#the_serif-caps_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'the_serif-caps';
    src: url('../fonts/theserif_caps-webfont.eot');
    src: url('../fonts/theserif_caps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theserif_caps-webfont.woff') format('woff'),
         url('../fonts/theserif_caps-webfont.ttf') format('truetype'),
         url('../fonts/theserif_caps-webfont.svg#the_serif-caps') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'the_serif-expert_italic';
    src: url('../fonts/theserif_expert_italic-webfont.eot');
    src: url('../fonts/theserif_expert_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theserif_expert_italic-webfont.woff') format('woff'),
         url('../fonts/theserif_expert_italic-webfont.ttf') format('truetype'),
         url('../fonts/theserif_expert_italic-webfont.svg#the_serif-expert_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'the_serif-expert';
    src: url('../fonts/theserif_expert-webfont.eot');
    src: url('../fonts/theserif_expert-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theserif_expert-webfont.woff') format('woff'),
         url('../fonts/theserif_expert-webfont.ttf') format('truetype'),
         url('../fonts/theserif_expert-webfont.svg#the_serif-expert') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'the_serif-italic';
    src: url('../fonts/theserif_italic_7-webfont.eot');
    src: url('../fonts/theserif_italic_7-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theserif_italic_7-webfont.woff') format('woff'),
         url('../fonts/theserif_italic_7-webfont.ttf') format('truetype'),
         url('../fonts/theserif_italic_7-webfont.svg#the_serif-italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'the_serif-plain';
    src: url('../fonts/theserif_plain_19-webfont.eot');
    src: url('../fonts/theserif_plain_19-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theserif_plain_19-webfont.woff') format('woff'),
         url('../fonts/theserif_plain_19-webfont.ttf') format('truetype'),
         url('../fonts/theserif_plain_19-webfont.svg#the_serif-plain') format('svg');
    font-weight: normal;
    font-style: normal;

}
 */
/***** Reset & Basics *****/
html, body, div, span, applet,
object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
embed, figure, figcaption, footer,
header, hgroup, menu, nav, output,
ruby, section, summary, time, mark,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption,
figure, footer, header, hgroup, menu,
nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/***** Basic Styles *****/
html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 13px "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

/***** Colours *****/
/* edit colours in mixins.scss */
.corp-blue {
  color: #29abe2;
}

.corp-green {
  color: #799d3b;
}

.corp-grey01 {
  color: #4d4d4d;
}

.corp-grey02 {
  color: #646464;
}

.corp-green-bkg {
  background-color: #799d3b;
}

.corp-grey01-bkg {
  background-color: #4d4d4d;
}

.corp-grey02-bkg {
  background-color: #646464;
}

.visit-green01 {
  color: #919e58;
}

.visit-green02 {
  color: #d7dbc8;
}

.visit {
  background-color: #919e58;
}

.live-yellow01 {
  color: #a4ae5d;
}

.live-yellow02 {
  color: #dde0ca;
}

.live-yellow03 {
  color: #dde0ca;
}

.live {
  background-color: #a4ae5d;
}

.work-red01 {
  color: #de9454;
}

.work-red02 {
  color: #edd7c6;
}

.work-grey03 {
  color: #edd7c6;
}

.work {
  background-color: #de9454;
}

.study-purple01 {
  color: #578aa3;
}

.study-purple02 {
  color: #c7d5dc;
}

.study {
  background-color: #578aa3;
}

.conf-brown01 {
  color: #2c6179;
}

.conf-brown02 {
  color: #bac9d0;
}

.conf {
  background-color: #2c6179;
}

.lightBlue {
  color: #a9d4de;
}

.lightGreen {
  color: #88b688;
}

.vLightGreen {
  color: #ddecec;
}

.green {
  color: #5a8d67;
}

.white {
  color: white;
}

.black {
  color: black;
}

/***** Typography *****/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 45px;
  line-height: 48px;
  font-family: "manus", "Times New Roman", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  line-height: 26px;
  font-family: "calibribold", "Trebuchet MS", Helvetica, sans-serif;
}
h2.subhead {
  font-family: "manus", "Trebuchet MS", Helvetica, sans-serif !important;
  font-size: 30px;
  margin-top: 40px !important;
  margin-bottom: 30px !important;
}

h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  line-height: 20px;
  font-family: "calibriitalic", "Trebuchet MS", Helvetica, sans-serif;
}

h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 22px;
  line-height: 24px;
  font-family: "calibriregular", "Trebuchet MS", Helvetica, sans-serif;
}
h4.intro {
  font-size: 24px !important;
  line-height: 24px  !important;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #646464;
}

h5 {
  font-family: "manus", "Times New Roman", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 35px 0 10px 0;
  padding: 0;
  font-size: 35px;
  line-height: 46px;
}

h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

p {
  font-size: 16px;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 20px;
  font-family: "calibriregular", "Trebuchet MS", Helvetica, sans-serif;
}

strong {
  font-family: "calibribold";
  color: #333;
}

em {
  font-style: italic;
  color: #666;
}

small {
  font-size: 80%;
}

sup, sub {
  height: 0;
  line-height: 5px;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 80%;
}

sup {
  bottom: 5px;
}

sub {
  top: 5px;
}

code, pre {
  padding: 0 3px 2px;
  color: #333;
  font-size: 11px;
}

code {
  padding: 0 4px 2px 4px;
  background-color: #000;
  border: 1px solid #000;
  color: #f1f1f1;
}

/***** Lists *****/
ul, ol {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
}

ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  line-height: 18px;
  /* background:transparent url('../images/bullet.png') no-repeat 0 3px; */
}

ul ul, ul ol {
  margin: 5px 0 5px 0;
}

ol ol, ol ul {
  margin: 5px 0 5px 20px;
}

ul ul li, ul ol li, ol ol li, ol ul li {
  margin: 0 0 6px 0;
}

ul.square, ul.square ul {
  list-style: square outside;
}

ul.circle, ul.circle ul {
  list-style: circle outside;
}

ul.disc, ul.disc ul {
  list-style: disc outside;
}

ul.square li,
ul.circle li,
ul.disc li {
  margin: 0 0 5px 15px;
  padding: 0;
  line-height: 18px;
  background: none;
}

ol {
  margin: 0 0 20px 20px;
  list-style: decimal;
}

ol li {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 18px;
}

/***** Blockquotes *****/
blockquote, blockquote p {
  font-size: 12px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 10px 0 15px 0;
  padding: 0 0 0 5px;
  border-left: 1px solid #747474;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

blockquote span {
  width: 15px;
  display: inline-block;
}

hr {
  margin: 20px 0 20px 0;
  border: 0;
  border-top: 1px solid #999;
  height: 2px;
  width: 100%;
  text-align: left;
}

/***** Links *****/
a:link {
  color: #799d3b;
  text-decoration: none;
  outline: 0;
  transition-property: color .1s linear 0s;
  -moz-transition: color .1s linear 0s;
  -webkit-transition: color .1s linear 0s;
  -o-transition: color .1s linear 0s;
}

a:visited {
  color: #333;
  text-decoration: none;
  outline: 0;
}

a:active {
  color: #333;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #999;
  text-decoration: underline;
  outline: 0;
}

a:focus {
  -moz-outline-style: none;
}

/***** Images iFrames & Videos  *****/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.max-img {
  width: 100%;
  height: auto;
}

.media {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

.media iframe,
.media object,
.media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***** Buttons  *****/
a.btn, .btn {
  margin: 5px 0 5px 0;
  padding: 4px 25px 4px 10px;
  display: inline-block;
  color: #fff;
  border: 1px solid #000;
  background: black url(../images/btn-arrow.png) no-repeat right;
  cursor: pointer;
}

a:hover.btn {
  text-decoration: none;
  border: 1px solid #000;
  color: #666;
  background: black url(../images/btn-arrow.png) no-repeat right;
}

/***** Forms *****/
#stylized-form {
  margin: 10px 0 20px 0;
  padding: 20px;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.wrapper-block label {
  padding: 0;
  display: block;
  font-weight: bold;
  text-align: right;
  width: 140px;
  float: left;
}

.wrapper-block [type="text"] {
  font-size: 12px;
  padding: 4px 2px;
  border: solid 1px #bbbbbb;
  width: 200px;
  margin: 2px 0 15px 10px;
}

.wrapper-block select {
  font-size: 12px;
  padding: 2px;
  border: solid 1px #bbbbbb;
  margin: 2px 0 15px 10px;
}

.wrapper-block [type="radio"] {
  line-height: 16px;
  margin: 0 2px 15px 10px;
}

.wrapper-block [type="checkbox"] {
  line-height: 16px;
  margin: 0 2px 15px 10px;
}

.wrapper-block textarea {
  padding: 4px 2px;
  border: solid 1px #bbbbbb;
  width: 200px;
  margin: 2px 0 15px 10px;
  font: 12px "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
}

.wrapper-inline label {
  padding: 0;
  display: block;
  font-weight: bold;
  text-align: right;
  width: 140px;
  float: left;
}

.wrapper-inline [type="text"] {
  font-size: 12px;
  padding: 4px 2px;
  border: solid 1px #bbbbbb;
  width: 200px;
  margin: 2px 0 15px 10px;
  float: left;
}

.wrapper-inline select {
  font-size: 12px;
  padding: 4px 2px;
  border: solid 1px #bbbbbb;
  margin: 2px 0 15px 10px;
  float: left;
}

.wrapper-inline [type="radio"] {
  line-height: 16px;
  margin: 0 2px 15px 10px;
  float: left;
}

.wrapper-inline [type="checkbox"] {
  line-height: 16px;
  margin: 0 2px 15px 10px;
  float: left;
}

.wrapper-inline textarea {
  padding: 4px 2px;
  border: solid 1px #bbbbbb;
  width: 140px;
  margin: 2px 0 15px 10px;
  font: 12px "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
  float: left;
}

a.btn-form, input.btn-form {
  margin: 5px 0 5px 150px;
  padding: 4px 28px 4px 8px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  border: 1px solid #444;
  background: #333333 url(../images/btn-arrow.png) no-repeat right;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
}

.small-label {
  display: block;
  font-size: 10px;
  font-weight: normal;
  color: #666;
  text-align: right;
  width: 140px;
}

/***** Tables  *****/
/*
table									{ margin:0 0 20px 0; width:100%; }
table th 								{ padding:10px 8px 10px 8px; background-color:#e2e2e2; color:#333; font-weight:bold; border:1px solid #999; }
table td 								{ padding:10px 8px 10px 8px; background-color:#e2e2e2; color:#333; border:1px solid #999; }
table tr.even td 						{ background-color:#fff; }
table tr.odd td 						{ background-color:#f3f3f3; }
table td.highlight 						{ color:#FFF; font-weight:bold; }
table tr td.highlight					{ background-color:#333;  }
*/
/***** Global Classes *****/
.img-left {
  float: left;
  margin: 0 30px 30px 0;
  border: none;
}

.img-right {
  float: right;
  margin: 0 0 30px 30px;
  border: none;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-big {
  color: #a2bd30;
  font-weight: bold;
  line-height: 26px;
}

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

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

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

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

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  border-bottom: 1px solid;
}

.highlight {
  padding: 0 3px 2px;
  color: #333;
  font-size: 11px;
  background: #00deff;
  font-weight: bold;
}

.intro {
  font-size: 130%;
  line-height: 130%;
}

.nopadding {
  padding: 0;
}

.noindent {
  margin-left: 0;
  padding-left: 0;
}

.nobullet {
  list-style: none;
  list-style-image: none;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.hide {
  display: none;
}

/***** Back to Top *****/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: -999px;
  background: url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
  background: url(../images/ui.totop.png) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline: none;
}

ul {    font-family: "calibriregular", "Trebuchet MS", Helvetica, sans-serif;}



/*                 winter page

----------------------------------------------- */

.flex { display: flex; flex-direction: row; justify-content: space-around;}
.winter-text {margin-top: 20px;}
.winter-image { width: 100%; height: auto; }
.card { background: #646464; width: 30%; }
.winter-card-text { font-family: "calibriregular", georgia, san-serif; font-size: 20px; color: white; text-align: center; padding: 10px 0; }
.card:hover { background: #919e58;  }
.winter a { text-decoration: none; }
.winter { margin: 20px 0; }



@media screen and (max-width: 850px) {
  .flex { flex-direction: column; }
  .card { margin: 10px auto; width: 90%; }
  .winter-card-text { font-size: 24px; }
}

