html,
body {
  overflow-x: hidden;
  width: 100%;
}

body.mobile {
	font-size: 24px;
}

form#form1 {
	overflow: hidden;
}
.navbar-brand img.tif-phlcvb {
	display: inline-block;
}
.pnova {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
a,
p,
em,
h1,
h2,
h3,
h4,
span {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pnova-bold, .tif-inline-imagelinks h2, .mobileNav-Body .mobileSubMenu-Links li a {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tisa, .modal-body {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tisa-bold {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tisa-italic {
  font-family: "ff-tisa-web-pro", serif;
  font-style: italic;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tisa-italic-bold {
  font-family: "ff-tisa-web-pro", serif;
  font-style: italic;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tif-bold {
	font-style: normal;
	font-weight: 700 !important;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.clear {
  clear: both;
}
.faderade {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.smoothtext {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.transparent_class.half {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
.transparent_class.all {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0.0;
  /* Safari 1.x */
  -khtml-opacity: 0.0;
  /* Good browsers */
  opacity: 0.0;
}
/***********************/
/***** GREG FILES ******/
/***********************/
/*------------------ Visit Philly NFL Draft styl -----------*/
#vp_nfl-feed-container {
    max-width:400px;
    margin:0 auto;
    overflow:hidden;
    border:5px solid #11365d;
    padding:20px;
}
#vp_nfl-feed-container img {
    max-width:100%;
}
#vp_nfl-feed-container .vp_container {
    overflow-y:scroll;
    height:200px;
}
#vp_nfl-feed-container .vp_story {
  clear: left;
  width: 100%;
  margin: 20px 0;
  overflow: auto;
  display: block;
  border: 1px solid #11365d;
  position:relative;
}
#vp_nfl-feed-container .vp_image,
#vp_nfl-feed-container .vp_content {
  display: block;
  float: left;
}

#vp_nfl-feed-container .vp_image {
    width: 40%;
     float: left;
}

#vp_nfl-feed-container .vp_image img {
    width:100%;
}

#vp_nfl-feed-container .vp_content {
    width:60%;
    padding-left:10px;
}

#vp_nfl-feed-container .vp_content h2 {
    margin-top:10px;
    font-size:16px;
}

#vp_nfl-feed-container .vp_content a {
  display: inline-block;
  font-weight: 400;
  color: #1c2833;
  float: left;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;

}

#vp_nfl-feed-container .vp_story .vp_rm {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #11365d;
  display: inline-block;
  padding: 5px;
  margin: 20px 0 0 50%;
  width: inherit;
  position:absolute;
  bottom:0px;
  right:0px;
  max-width:300px;
  text-align:right;
}

input,
textarea,
select,
a {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
input[type="checkbox"] {
width:initial;
}
.fixed-bar {
  position: relative;
}
.navbar-fixed-top {
  height: 20px;
  /* Whatever you want. */
}
.navbar-collapse.collapse {
  height: 35px !important;
}
.navbar-nav > li > a {
  padding-top: 8px !important;
  padding-bottom: 5px !important;
}
.navbar {
  min-height: 35px !important;
}
.navbar-brand {
  padding-top: 6px;
  padding-bottom: 0;
}
.navbar-brand:hover {
  color: #35acb9 !important;
}
.navbar-form.navbar-left {
  margin: 0;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 0;
}
.navbar-form.navbar-left div input[type=text] {
  outline: none;
}
.navbar-form.navbar-left div input[type=text]:focus {
  outline: none;
}
.dropdown-toggle {
  height: 35px;
}
/*** END GREG FILES ****/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* custom tif styles */
.container {
	max-width: 1020px;
}
.no-padding {
	padding: 0px;
}
.no-padding-strict {
	padding: 0px !important;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
.boxshadow-top {
  box-shadow: 1px 10px 10px 2px rgba(84, 84, 84, 0.2);
  -webkit-box-shadow: 1px 10px 10px 2px rgba(84, 84, 84, 0.2);
  -moz-box-shadow: 1px 10px 10px 2px rgba(84, 84, 84, 0.2);
}
.one-edge-shadow {
  -webkit-box-shadow: 0 3px 0 0 rgba(84, 84, 84, 0.1);
  -moz-box-shadow: 0 3px 0 0 rgba(84, 84, 84, 0.1);
  box-shadow: 0 3px 0 0 rgba(84, 84, 84, 0.1);
}
.transparent-btn {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.transparent-btn-over {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.grey-border {
  border: 5px solid #f4f4f4;
}
.no-radius {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.street-life-bg {
  background-color: #f1664e;
}
.street-life-cl {
  color: #f1664e;
}
.street-life-alt {
  color: #1c2833;
}
.street-life-thin {
  border-bottom: 2px solid #f1664e;
}
.street-life-thick {
  border-top: 8px solid #f1664e;
}
.creative-spirit-bg {
  background-color: #00ab91;
}
.creative-spirit-cl {
  color: #00ab91;
}
.creative-spirit-alt {
  color: #d9bf55;
}
.creative-spirit-thin {
  border-bottom: 2px solid #00ab91;
}
.creative-spirit-thick {
  border-top: 8px solid #00ab91;
}
.outdoor-life-bg {
  background-color: #267d5b;
}
.outdoor-life-cl {
  color: #267d5b;
}
.outdoor-life-alt {
  color: #a4814e;
}
.outdoor-life-thin {
  border-bottom: 2px solid #267d5b;
}
.outdoor-life-thick {
  border-top: 8px solid #267d5b;
}
.inno-edu-bg {
  background-color: #f79b3e;
}
.inno-edu-cl {
  color: #f79b3e;
}
.inno-edu-alt {
  color: #484f56;
}
.inno-edu-thin {
  border-bottom: 2px solid #f79b3e;
}
.inno-edu-thick {
  border-top: 8px solid #f79b3e;
}
.freedom-dem-bg {
  background-color: #7a5576;
}
.freedom-dem-cl {
  color: #7a5576;
}
.freedom-dem-alt {
  color: #d7caca;
}
.freedom-dem-thin {
  border-bottom: 2px solid #7a5576;
}
.freedom-dem-thick {
  border-top: 8px solid #7a5576;
}
.acc-friend-bg {
  background-color: #d9bf55;
}
.acc-friend-cl {
  color: #d9bf55;
}
.acc-friend-alt {
  color: #3e7a7a;
}
.acc-friend-thin {
  border-bottom: 2px solid #d9bf55;
}
.acc-friend-thick {
  border-top: 8px solid #d9bf55;
}
.modern-ren-bg {
  background-color: #1c2833;
}
.modern-ren-cl {
  color: #1c2833;
}
.modern-ren-alt {
  color: #35acb9;
}
.modern-ren-thin {
  border-bottom: 2px solid #1c2833;
}
.modern-ren-thick {
  border-top: 8px solid #1c2833;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: #1c2833;
  color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #ffffff;
  letter-spacing: 0em;
  padding-right: 140px;
  margin-top: 2px;
  text-transform: capitalize;
}
.navbar-default {
  border: none;
  background-color: #1c2833;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
}
.navbar-default a:hover {
  color: #a7a7a7;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > a {
  background-color: #1c2833;
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff !important;
}
.navbar-brand {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 12px;
}
.navbar-brand a {
  color: #ffffff;
}
.navbar-brand a:hover {
  color: #35acb9 !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff !important;
  background-color: #1c2833;
}
.tnav .navbar .container {
  height: 35px !important;
}
.dropdown-menu {
  position: absolute;
  margin-top: 2px;
  top: 100%;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  display: none;
  float: left;
  min-width: 160px;
  padding: 6px 0;
  margin: 11px 0 0;
  list-style: none;
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: white;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu li {
  border-bottom: 1px solid #b0b0b0;
}
.dropdown-menu li a {
  color: #1c2833;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.datepicker.dropdown-menu {
  background-color: white;
  color: #1c2833;
}
.datepicker.dropdown-menu td.active:hover.active {
  color: #f55261;
}
.btn.m-glass img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.nav-offset {
  background: #fff;
  height: 133px;
  position: relative;
}
.scroll-shadow {
  -webkit-box-shadow: 0 5px 20px -10px #9f9f9f;
}
.navbar-brand:hover {
  color: #35acb9;
}
.form-control {
  border: none;
  border-radius: 0px;
  background-color: #105d69;
  color: #ffffff;
  height: 25px;
  width: 121px;
  margin-left: 0px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-left: -5px;
  margin-top: 5px;
  margin-right: 0;
  padding-right: 0;
  cursor: pointer;
}
.navbar-left .btn {
  background-color: #105d69;
  border: none;
  border-radius: 0px;
  height: 25px;
  margin-right: 0px;
  margin-top: 5px;
}
.white-bar {
  display: none;
  background: #fff;
  z-index: 530;
  position: fixed;
  width: 100%;
  overflow: visible;
  margin-top: 35px;
}
.tif.nav-offset, .tif.navbar {
	display: none;
}
.white-bar .nav-blocks {
  position: relative;
  height: 90px;
  width: 90px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
}
.white-bar .nav-blocks:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 90px 50px rgba(0, 0, 0, 0.2);
}
.white-bar .container.phl-nav {
  z-index: 1040;
  background: #fff;
  border-top: 4px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
.white-bar .container.phl-nav ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.white-bar .container.phl-nav ul li {
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 29px;
  display: inline;
}
.white-bar .container.phl-nav ul li:hover {
  text-decoration: none;
}
.white-bar .container.phl-nav ul .visit {
  /*padding: 40px 19px 37px;
          margin-top: 34px;*/
  display: inline;
}
.white-bar .container.phl-nav ul .visit a {
  margin-top: 10px;
}
.white-bar .container.phl-nav ul .visit:hover {
  text-decoration: none;
}
.white-bar .container.phl-nav ul .visit > span {
  position: relative;
  height: 90px;
  width: 90px;
  display: block;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  background-color: #c8d746;
  line-height: 90px;
  vertical-align: top;
}
.white-bar .container.phl-nav ul .visit > span:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 90px 50px rgba(0, 0, 0, 0.2);
}
.white-bar .container.phl-nav ul .meet {
  /*padding: 40px 19px 37px;
          margin-top: 34px;*/
  display: inline;
}
.white-bar .container.phl-nav ul .meet span {
  position: relative;
  height: 90px;
  display: block;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  background-color: #35acb9;
  line-height: 90px;
  width: 90px;
  vertical-align: top;
}
.white-bar .container.phl-nav ul .meet span:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 90px 50px rgba(0, 0, 0, 0.2);
}
.white-bar .container.phl-nav ul .meet:hover, .tif-location-side a:hover, .tif-description p.tif-dropdown a:hover, .listing-info h4 a:hover {
  text-decoration: none;
}
.white-bar .container.phl-nav .visit > span:hover:after,
.white-bar .container.phl-nav .meet > span:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.white-bar .container.phl-nav .visit span .arrow,
.white-bar .container.phl-nav .meet span .arrow {
  -webkit-transition: all 0.04s ease-in-out;
  -moz-transition: all 0.04s ease-in-out;
  -o-transition: all 0.04s ease-in-out;
  -ms-transition: all 0.04s ease-in-out;
  transition: all 0.04s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('../img/arrow-white.png') no-repeat;
  background-position: -20px 30px;
}
.white-bar .container.phl-nav .visit > span.hovering .arrow,
.white-bar .container.phl-nav .meet > span.hovering .arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.white-bar .container.phl-nav .sub-nav-left {
  padding-right: 0;
  margin-right: -15px;
}
.white-bar .container.phl-nav .sub-nav-left ul {
  max-height: 90px;
  margin: 0;
}
.white-bar .container.phl-nav .sub-nav-left ul li {
  top: 0;
  float: left;
  padding-right: 5px;
}
.white-bar .container.phl-nav .travel-pros {

}
.white-bar .container.phl-nav .travel-pros ul {
  border-right: 1px solid #9f9f9f;
}
.white-bar .container.phl-nav .meeting-pros {

}
.white-bar .container.phl-nav .meeting-pros ul {
  border-right: 1px solid #9f9f9f;
}
.white-bar .container.phl-nav .inter-travel {

  border-right: none;
}
.white-bar .container.phl-nav .inter-travel ul {
  margin-left: 4px;
}
.white-bar .container.phl-nav .nav-prof {
  list-style: none;
  text-align: center;
}
.white-bar .container.phl-nav .nav-prof ul {
  position: absolute;
  line-height: 20px;
  width: 100%;
  border-right: 1px solid #b2;
}
.white-bar .container.phl-nav .nav-prof ul li {
  display: inline;
}
.white-bar .container.phl-nav .nav-prof ul li a {
  color: #9f9f9f;
  text-align: center;
  font-size: 13px;
  line-height: 10px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.white-bar .container.phl-nav .nav-prof ul li a span {
  width: 100%;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: uppercase;
  font-style: italic;
  display: block;
  font-size: 10px;
}
.white-bar .container.phl-nav .nav-prof ul li a:hover {
  color: #1c2833;
  text-decoration: none;
}
.white-bar .container.phl-nav .prof-left {
  background-color: green;
  width: 1%;
}
.white-bar .container.phl-nav .prof-right {
  background-color: #f55261;
  width: 1%;
}
.white-bar .container.phl-nav .col-sm-2.sub-nav-right {

}
.white-bar .container.phl-nav .sub-nav-right a {
  color: #1c2833;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #1c2833;
  padding: 0px 0px 2px 0px;
  margin-right: 0px;
  margin-top: -17px;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.white-bar .container.phl-nav .sub-nav-right a:hover {
  text-decoration: none;
  color: #35acb9;
}
#phl-footer-info a {
	color: #35acb9;
	text-decoration: underline;
}
#phl-footer-info a.contact-phl-phone:before {
	content: "";
	background: url('/img/mobile-phone.png') center left no-repeat;
	background-size: contain;
	padding-right: 45px;
	margin-top: 5px;
}
.breadcrumbs {
  background-color: #1c2833;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 11px;
  padding: 10px 0;
  color: #35acb9;
  text-transform:capitalize;
}
.breadcrumbs .container { width:1020px; }
.tif-page-home .breadcrumbs > div.container {
  display: none !important;
}
.breadcrumbs a {
  color: #35acb9;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span.last-bread, .breadcrumbs span.breadcrumb_last {
  color: #ffffff;
  font-weight: 700;
}
/* NEW CHANGES */
.submit {
  line-height: 30px;
}
.red-arrow-added {
  position: relative;
}
.red-arrow-added:after {
  background: url('../img/red-arrow.png') no-repeat;
  height: 39px;
  width: 28px;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dyn-red-arrow {
  height: 39px;
  width: 28px;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* landing page 8 */
.landpage-body {
	padding-left: 15px;
}
.landpage-body .sidebar-nav {
  border-top: 0px;
  border-bottom: 0px;
}
.listing-landing-page .sidebar-nav {
	padding-bottom: 0px !important;
}

.landpage-body h2.green-bar {
  padding-top: 10px;
}
.tif-padding-topbottomleft {
	padding: 15px 0 15px 15px;
}
.landpage-body div.blue-bar, .landpage-body div.green-bar, .landpage-body  div.red-bar, .tif-padding-top, .tif-padding-topbottom {
  padding-top: 15px;
}
.tif-padding-bottom, .tif-padding-topbottom {
  padding-bottom: 15px;
}
.tif-padding-right {
  padding-right: 15px;
}
.tif-padding-left {
  padding-left: 15px;
}
.tif-padding-right-left {
	padding-right: 15px;
	padding-left: 15px;
}
.tif-padding-top {
	padding-top: 15px;
}
.tif-padding-bottom-10 {
  padding-bottom: 10px;
}

.landpage-body h2.green-bar, .landpage-body div.green-bar {
  border-bottom: 8px solid #c8d746;
}
.landpage-body h2.blue-bar, .landpage-body div.blue-bar {
  border-bottom: 8px solid #35acb9;
}
.landpage-body h2.red-bar, .landpage-body  div.red-bar {
  border-bottom: 8px solid #f55261;
}
.no-title-red-bar {
  border-top: 8px solid #f55261 !important;
}
.no-title-green-bar {
	border-top: 8px solid #c8d746 !important;
}
.no-title-blue-bar {
  border-top: 8px solid #35acb9 !important;
}

.landpage-body .land-center .favorites ul {
  padding-left: 0;
}
.landpage-body .land-center .favorites .favorites-tab-content {
  padding: 0 15px;
}
/*
.search-page .land-right {
	margin-top: 55px;
}
*/
body.tif-page-sitesearch .search-page .land-left {
	margin-top: 0;
}
body.tif-page-sitesearch .search-page .land-center {
	margin-top: 45px;
}
body.tif-page-sitesearch .search-page .land-right {
	margin-top: 0;
}
.landpage-body .land-right .tif-menu-first h2 {
	margin-top: 5px;
}
.landpage-body .land-right .tif-menu-first > .no-title-red-bar, .landpage-body .land-right .tif-menu-first > .no-title-blue-bar, .landpage-body .land-right .tif-menu-first > .no-title-green-bar {
	margin-top: 35px;
}

.landpage-body .tif-no-slider .land-right .tif-menu-first > .no-title-red-bar, .landpage-body .tif-no-slider .land-right .tif-menu-first > .no-title-blue-bar, .landpage-body .tif-no-slider .land-right .tif-menu-first > .no-title-green-bar {
	margin-top: 90px;
}

/*
	This was commented out because if no slider, the Submit RFP Image has whitespace above it and shouldn't
.landpage-body .tif-no-slider {
	margin-top: 15px;
}
*/
.landpage-body .tif-no-slider {
	margin-top: 0;
}

.landpage-body .land-right .submit-rfp {
  background-color: #1c2833;
  background-image: url('../img/submit-rfp-land.png');
  background-repeat: no-repeat;
  background-position: center top 30px;
  width: 100%;
  min-height: 100px;
  margin: 0px 0 20px 0;
  padding: 105px 10px 30px 15px;
}
.landpage-body .land-right .submit-rfp h3 {
  color: #35acb9;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: uppercase;
  font-size: 20px;
}
.landpage-body .land-right .submit-rfp p {
  color: #ffffff;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 14px;
}
.landpage-body .land-right .submit-rfp a {
  color: #f55261;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: uppercase;
  font-size: 12px;
}
.landpage-body .land-right .submit-rfp img {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}
.landpage-body .land-right h4 {
  display: block;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 12px;
}

.second-slider-wrapper {
  height: 340px;
  text-align: center;
  margin-top: -150px;
  position: relative;
  z-index: 99;
}
/********* index page main body ***********/
.container.index-body {
  margin-top: -50px;
}
.container.index-body h6 {
  text-align: center;
  font-weight: bold;
}

.container.index-body .left-index-main {
	margin-top: 0;
	padding: 0;
}
.nav-tabs > li > a {
	margin-right: 0;
}
.container.index-body .left-index-main ul.nav-tabs, .search-results-body ul.nav-tabs, .results-organize ul.nav-tabs {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #ffffff;
  width: 100%;
  position: relative;
  border-bottom: none;
  line-height: 25px;
}
.container.index-body .left-index-main ul.nav-tabs, .search-results-body ul.nav-tabs .tab-content, .tab-content .tab-pane {
	padding: 0;
}
.container.index-body .left-index-main ul.nav-tabs:after, .search-results-body ul.nav-tabs:after, .results-organize ul.nav-tabs:after {
  content: "";
  /* max-width: 642px; */
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 5px solid #35acb9;
  position: absolute;
  bottom: -20px;
  left: 0;
}
body.mobile .container.index-body .left-index-main ul.nav-tabs:after, .search-results-body ul.nav-tabs:after, .results-organize ul.nav-tabs:after {
	border-bottom: 10px solid #35acb9;
}
.container.index-body .left-index-main .nav-tabs > li.active > a,
.container.index-body .left-index-main .nav-tabs > li.active > a:hover,
.container.index-body .left-index-main .nav-tabs > li.active > a:focus,
.search-results-body .nav-tabs > li.active > a,
.search-results-body .nav-tabs > li.active > a:hover,
.search-results-body .nav-tabs > li.active > a:focus,
.results-organize .nav-tabs > li.active > a,
.results-organize .nav-tabs > li.active > a:focus,
.results-organize .nav-tabs > li.active > a:hover {
  background-color: #35acb9;
  color: #ffffff;
  margin-top: 15px;
}

.search-page .nav > li > a:hover
{
    background-color: #1c2833 !important;
}
.search-page .nav > li.active > a:hover
{
    background-color: #35acb9 !important;
}

.search-results-body .tab-content, .results-organize .tab-content {
	padding: 0;
}

.search-mobile-listings .tif-listing-wrapper {
	margin-top: 25px;
}
/*
.search-mobile-listings .tif-listing-wrapper.index-0 {
	margin-top: 0;
}
*/
.tab-pane.mobile p.pager, .tab-pane.mobile .mobile-next-prev, body.mobile p.pager, body.mobile .mobile-next-prev  {
	text-align: center;
}
.tab-pane.mobile .mobile-next-prev a.prev, body.mobile .mobile-next-prev a.prev {
	float: left;
}
.tab-pane.mobile .mobile-next-prev a.next, body.mobile .mobile-next-prev a.next {
	float: right;
}
.tab-pane.mobile .mobile-next-prev a, body.mobile .mobile-next-prev a {
	color: #35acb9;
	text-decoration: none;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
}
/* Center the Image for Mobile Devices. */
.search-mobile-listings .tif-listing-wrapper .tif-featured > img {
	margin: 0 auto;
}
.search-mobile-listings .tif-listing-wrapper .listing-header h3 {
	margin: 0;
}
.search-mobile-listings .tif-listing-caption .mobile-listing-vitals {
	padding-top: 30px;
}

.search-mobile-listings .tif-listing-caption .mobile-listing-summary p {
	font-family: "ff-tisa-web-pro", serif;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	-webkit-font-smoothing: antialiased;
}
.search-mobile-listings .tif-listing-caption .mobile-listing-summary p > a, .search-mobile-listings .tif-listing-caption .mobile-listing-summary p > a:hover {
	color: #35acb9;
	text-decoration: none;
}
.search-mobile-listings .tif-listing-caption .mobile-listing-vitals p {
	color: #1c2833;
}

.search-page .search-mobile-listings .tif-listing-wrapper div.tif-listing-caption span.tif-neighborhood {
	display: table-cell;
	height: auto;
	line-height: 26px;
}
.search-page .search-mobile-listings .tif-listing-caption > a {
	display: table;
}
/*
.search-page .search-mobile-listings .tif-listing-caption .mobile-listing-vitals a {
	display: inline;
}
*/

.search-page .search-mobile-listings .tif-listing-caption .mobile-listing-vitals p {
	line-height: 24px;
}
.search-page .search-mobile-listings .tif-listing-caption a img {
	width: 20px;
}

.search-mobile-listings .tif-listing-caption .price {
	color: #35acb9;
	line-height: 26px;
	font-weight: bold;
	font-family: "proxima-nova", sans-serif;
}
.container.index-body .left-index-main .nav-tabs, .search-results-body .nav-tabs, .results-organize .nav-tabs {
	height: 80px;
}
.container.index-body .left-index-main .nav-tabs, .search-results-body .nav-tabs {
	overflow: hidden;
}
.container.index-body .left-index-main .nav-tabs > li, .search-results-body .nav-tabs > li {
  width: 32.3%;
  text-align: center;
  margin-right: 7px;
}
.container.index-body .left-index-main .nav-tabs > li:last-child, .search-results-body .nav-tabs >li:last-child {
  margin-right: 0;
}
.container.index-body .left-index-main .nav-tabs > li > a, .search-results-body .nav-tabs > li > a, .results-organize .nav-tabs > li > a, .results-organize .nav-tabs > li > a:focus, .results-organize .nav-tabs > li > a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #1c2833;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 40px;
  height: 60px;
  margin-top: 15px;
}
.container.index-body .left-index-main .nav-tabs > li > a:hover, .search-results-body .nav-tabs > li > a:hover, .results-organize .nav-tabs > li > a:focus, .results-organize .nav-tabs > li > a:hover {
  border: none;
  margin-top: 15px;
}
.container.index-body .left-index-main .bbh-02 {
  background-image: url('../img/blue-box-hero-bg-a.jpg');
}
.container.index-body .left-index-main .bbh-01 {
  background-image: url('../img/blue-box-hero-bg.jpg');
}
.container.index-body .left-index-main .bbh-03 {
  background-image: url('../img/blue-box-hero-bg-3.jpg');
}
.container.index-body .left-index-main .blue-box-hero {
  /* width: 642px; */
  /* max-width: 642px; */
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0 0 5px;

}
.container.index-body .left-index-main .blue-box-hero img {
	width: 100%;
}
.container.index-body .left-index-main .blue-box-hero .blue-box-area {
  margin-top: 0;
  padding: 1px 21px 5px;
  background-color: rgba(44, 172, 186, 0.8);
  position: relative;
  /* max-width: 642px; */
  width: 100%;
}
.lt-ie9 .container.index-body .left-index-main .blue-box-hero .blue-box-area {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  background-color: rgb(44, 172, 186);
}
.container.index-body .left-index-main .blue-box-hero .blue-box-area h3 {
  color: #ffffff;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 0.01em;
}
.container.index-body .left-index-main .blue-box-hero .blue-box-area h5 {
	float: left;
	display: block;
  color: #ffe121;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 10px;
}
.container.index-body .left-index-main .blue-box-hero .blue-box-area p {
  color: #ffffff;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.container.index-body .right-index-main div {
  display: inline-block;
}



/*
.container.index-body .right-index-main .social-box {
  text-align: center;
  padding-left: 65px;
}

.container.index-body .right-index-main .social-box .social-icon {
  height: 30px;
  width: 30px;
  margin-right: 3px;
  text-align: center;
  background-color: #295a9b;
  padding-top: 5px;
}
.container.index-body .right-index-main .social-box .social-icon a {
  color: #ffffff;
  font-size: 20px;
}
.container.index-body .right-index-main .social-box .social-icon a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.container.index-body .right-index-main .social-box .ic-li {
  background-color: #007bb6;
}
.container.index-body .right-index-main .social-box .ic-tw {
  background-color: #00a9e3;
}
.container.index-body .right-index-main .social-box .ic-yt {
  background-color: #d43226;
}
.container.index-body .right-index-main .social-box .ic-fl {
  background-color: #ff0082;
}
.container.index-body .right-index-main .social-box .ic-pn {
  background-color: #d61324;
}
*/


/*  Might not need the below CSS Rules */
.container.index-body .right-index-main .hotel-box {
  background: #1c2833;
  width: 100%;
  margin-top: 12px;
  text-align: center;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.container.index-body .right-index-main .hotel-box .col-sm-6 {
  padding: 0;
  margin: 0;
}
.container.index-body .right-index-main .hotel-box h3 {
  color: #ffffff;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.container.index-body .right-index-main .hotel-box h5 {
  text-align: left;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #ffffff;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin: 0;
  margin-top: 15px;
}
.container.index-body .right-index-main .hotel-box .btn-primary {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  margin: 10px auto;
  background-color: #f55261;
  border: none;
  border-radius: none;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 40px;
  margin-top: 20px;
}
.container.index-body .right-index-main .hotel-box .btn-primary:hover {
  background-color: #35acb9 !important;
}
.container.index-body .right-index-main .hotel-box input {
  background-color: #ffffff;
  color: #1c2833;
  margin-right: 15px;
  height: 40px;
  width: 135px;
  margin-bottom: 20px;
  font-size: 12px;
  margin-left: 0;
}
.container.index-body .right-index-main .widget_phl_menu_widget {
	display: block;
	margin-top: 20px;
}

.widget_phl_menu_widget .links-left-side {
  padding-left: 0;
}

.container.index-body .right-index-main .widget_phl_menu_widget .links-left-side {
  border-top: 8px solid #f55261;
}
.container.index-body .right-index-main .widget_phl_menu_widget .links-left-side ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  padding-top: 8px;
  display: block;
}
.container.index-body .right-index-main .widget_phl_menu_widget .links-left-side ul li {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-bottom: 1px solid #9f9f9f;
  padding: 4px 0;
  font-size: 15px;
}
.container.index-body .right-index-main .widget_phl_menu_widget .links-left-side ul li a {
	text-decoration: none;
	color: #000000;
}
.container.index-body .right-index-main .widget_phl_menu_widget .links-left-side ul li a:hover, .tif-gallery-wrapper .tif-map-icon a:hover {
  color: #35acb9;
  text-decoration: none;
}
.container.index-body .right-index-main .widget_phl_menu_widget .links-left-side ul li:last-child {
  border-bottom: none;
}
.container.index-body .right-index-main .ads-sidebar-box img {
  margin-bottom: 10px;
}
.container.index-body .right-index-main .phl-partner {
  background-image: url('../img/phl-partner-bg.png');
  position: relative;
  background-size: 100%;
  width: 100%;
  height: 99px;
}
.container.index-body .right-index-main .phl-partner .red-arrow {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 40px 0 0 5px;
}
.container.index-body .right-index-main .phl-partner:hover .red-arrow {
  padding: 40px 0 0 5px;
  margin-right: -15px;
}

.social-blue-bar {
  background-image: url('../img/social-blue-bar-bg.jpg');
  background-size: 100%;
  margin: 20px 0 40px;
  overflow: hidden;
  margin-right: 60px;
  margin-top: 30px;
  width: 640px;
  margin-top: 10px;
  clear: both;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-blue-bar i {
  color: #ffffff;
  font-size: 100px;
  margin: auto 0;
}
.social-blue-bar h2 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #ffe121;
  font-size: 48px;
  margin-top: 0px;
}
.social-blue-bar h5 {
  color: #ffffff;
  padding-top: 15px;
  font-size: 15px;
  margin-bottom: 0;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.control-arrow {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  top: 138px;
  right: 0px;
  text-align: center;
}
.control-arrow i {
  font-size: 24px;
  padding-top: 5px;
  color: #1c2833;
}

.blue-box-0 {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 315px !important;
  margin-top: 12px;
  height: 255px;
  background-color: rgba(1, 173, 185, 0.8);
  display: inline-block;
  padding: 0px 20px;
  position: relative;
  overflow: hidden;
}

.lt-ie9 .blue-box-0, .lt-ie9 .home-blue-box .blue-box-new, .lt-ie9 .panel-blue-box .blue-box-new {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  background-color: rgb(1, 173, 185);
}

.blue-box-0 img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform:scale(1);
  transform:scale(1);
}
.blue-box-0 a.bluehitbox, .blue-box-hero a.bluehitbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blue-box-0 img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blue-box-0 h3 {
  color: #ffffff;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 0.01em;
  width: 180px;
}
.blue-box-0 h4 {
  color: #ffe121;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 14px;
  position: absolute;
  float: left;
  bottom: 10px;
  line-height: 1.4em;
  display: inline-block;
}
.blue-box-0 p {
  color: #ffffff;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 200px;
}
.blue-box-right {
  margin-left: 11px;
}
.blue-box-bottom {
  margin-bottom: 10px;
}
.red-arrow {
  background: url('../img/red-arrow.png') no-repeat;
    -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 39px;
  width: 28px;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.blue-box-0 img{
  -webkit-filter:grayscale(1);
}
/*.blue-box-0.box-hover img{
  -webkit-filter:grayscale(0);
}*/
.blue-box-0.box-hover {
 -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: inset 0px 0px 55px 20px rgba(18, 138, 146, 0.8);
  -moz-box-shadow: inset 0px 0px 55px 20px rgba(18, 138, 146, 0.8);
  box-shadow: inset 0px 0px 55px 20px rgba(18, 138, 146, 0.8);
 /*   opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
            transition: all .5s ease;*/
}
/* .blue-box-0:hover  {
  background-position: 0px 50px;
    -webkit-transition: background .5s ease;
       -moz-transition: background .5s ease;
    transition: background 1s ease;
} */
.blue-box-0.box-hover:before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(18, 138, 146, 0.8);
}
.blue-box-0.box-hover img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1.05);
  -moz-transform:scale(1.05);
  transform:scale(1.05);
}
.blue-box-0.box-hover .red-arrow, .home-blue-box.box-hover .red-arrow, .panel-blue-box.box-hover .red-arrow {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.visit-cta:hover img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: scale(1.05);
}
.btn-sm {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.twitter-arrow-container {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.twitter-arrow-container .red-arrow {
  bottom: 50px;
  right: 40px;
}
.twitter-arrow-container:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: inset 0px 0px 55px 20px rgba(18, 138, 146, 0.8);
}
.twitter-arrow-container:hover .social-blue-bar {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-position-y: -10px;
}
.twitter-arrow-container:hover .red-arrow {
  padding: 40px 0 0 5px;
  margin-right: 15px;
}
.line-break-line {
  width: 98%;
  background-image: url('../img/line-break-line.png');
  height: 55px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.ads-box {
  background-color: #1c2833;
  margin-bottom: 20px;
  padding: 10px;
  overflow: hidden;
  height: 173px;
}
.ads-box .ads-box-container {
  position: relative;
  left: 0;
  width: 99999px;
  margin-left: -8px;
  height: 153px;
}
.ads-box-container .article
  width: 180px;
  height: 150px;
  display: inline;
  float: left;
}
.phl-ads-box {
  background-color: #1c2833;
  margin-bottom: 20px;
  padding: 10px;
  overflow: hidden;
  height: 173px;
}
.phl-ads-box .phl-ads-box-container {
  position: relative;
  left: 0;
  width: 99999px;
  margin-left: -8px;
  height: 153px;
}
.phl-ads-box img {
  padding-right: 8px;
  padding-left: 8px;
  width: 180px;
  height: 150px;
  display: inline;
  float: left;
}
.ads-box-arrow {
  background-color: #1c2833;
  text-align: center;
  margin-bottom: 40px;
  padding: 15px 5px;
  height: 173px;
}
.ads-box-arrow a img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ads-box-arrow a img:hover {
  margin-right: -15px;
}
.sidebar-nav {
  letter-spacing: 0.05em;
}
.listing-landing-page .sidebar-nav ul {
	margin-bottom: 10px !important;
}
.tif-accordion-inner-link, .listing-landing-page .tif-listing-caption, .search-page .tif-listing-caption {
	padding-left: 0;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	font-size: 24px;
}
.search-page .tif-listing-caption {
	line-height: 24px;
}
.listing-landing-page .tif-listing-caption, .search-page .tif-listing-caption {
	padding: 4px 0;
	line-height: 16px;
}

.listing-landing-page .tif-listing-caption > a, .search-page .tif-listing-caption > a {
	display: block;
}

.tif-accordion-inner-link {
	padding: 20px 0 0;
	line-height: 30px;
}

.sidebar-nav ul li, body.mobile .container.index-body .right-index-main .widget_phl_menu_widget .links-left-side ul li {
	display: inline-block;
	width: 100%;
	padding: 20px 15px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	font-size: 28px;
    line-height: 28px;
	border: none;
	-moz-box-shadow: 15px 0px 15px -15px white, 0px 15px 0px -14px #9f9f9f;
	-webkit-box-shadow: 15px 0px 15px -15px white, 0px 15px 0px -14px #9f9f9f;
		box-shadow: 15px 0px 15px -15px white, 0px 15px 0px -14px #9f9f9f;
}

body.mobile ul, body.mobile li, body.mobile a, body.mobile p, body.mobile h1, body.mobile h2, body.mobile h3, body.mobile h4, body.mobile h5 {
  -webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}

.sidebar-nav ul li a, .tif-accordion-inner-link a {
  color: #9f9f9f;
}
.tif-accordion-inner-link a:hover {
	color: #1c2833;
	text-decoration: none;
}
.sidebar-nav ul li a:hover {
	text-decoration: none;
	color: #35acb9;
}
.sidebar-nav ul li:last-child {
  border-bottom: none;
}
.tif-accordion-inner-link.tif-member-listing
{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bottom-sub-foot h2 {
  color: #1c2833;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 33px;
  line-height: 33px;
  margin-top: 0;
  width: auto;
}

.bottom-sub-foot .related-nav h2 {
  border-bottom: 8px solid #f55261;
  padding-bottom: 10px;
}
.bottom-sub-foot .related-story {
  margin-top: 20px;
  padding-right: 20px;
}
.bottom-sub-foot .related-story a, .tif-inline-imagelink a {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #9f9f9f;
  margin-top: 20px;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
}
.bottom-sub-foot .related-story a:hover, .tif-inline-imagelink a:hover {
  color: #35acb9;
  text-decoration: underline;
}
/*
body.tif-page-pillarspage .bottom-sub-foot .visitor-nav, body.tif-page-pillarspage .bottom-sub-foot .meeting-nav {
  padding-left: 15px;
}
*/
/********* footer ***********/

footer {
  height: 395px;
  background-color: #1c2833;
}
footer .container {
  min-height: 350px;
}
footer .container .row {
  color: #ffffff;
}
footer .container .foot-col {
    margin-top: 3px;
}
footer .container .footer-links .foot-col ul {
  padding: 0;
}

footer .tif.container .footer-links ul {
  list-style: none;
  list-style-type: none;
}

footer .tif.container .footer-links {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 13px 0 0 3px;
  list-style: none;
  list-style-type: none;
}
footer .container ul {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 11px;
  display: inline;
  list-style: none;
  list-style-type: none;
}
footer .container .foot-col a {
  color: #ffffff;
  display: block;
  padding-top: 5px;
}
footer .container .foot-col > a {
  font-size: 16px;
  font-weight: 700;
}
footer .container .footer-phl {
  margin-top: 38px;
  margin-bottom: 50px;
}
footer .container .partner-logos {
  width: 830px;
  margin: 38px 0 0 24px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
footer .container .partner-logos ul {
  list-style: none;
  margin-top: 19px;
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 22px;
}
footer .container .partner-logos ul li:last-child {
  padding: 0px;
}
footer .container .copy-contact {
/*   border-top: 1px solid #ffffff; */
  margin: 6px 4px 10px 24px;
  width: 830px;
  padding: 0;
}
footer .container .copy-contact p {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 10px;
  padding: 14px 10px 27px 0px;
}
footer .container .copy-contact p.photo-credit-link {
  padding: 0;
  margin-top: -14px;
}
footer .container div.row {
  width: 100%;
}
footer .container div.row .row {
  width: auto;
}

/* Mobile Events Box */
.mobile-events .event-title-nav h3 {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}

.mobile-events .mobile-evtimg-wrapper {
	display: table;
	margin: 0 auto;
}
.mobile-events .mobile-evtimg-wrapper > div {
	display: table-cell;
	float: none;
	vertical-align: middle;
	text-align: center;
}

.mobile-events .event-title-nav h3 span {
	text-transform: capitalize;
}
/*
.mobile-events .view-event-details {
	width: 200px;
	margin: 0 auto;
}
*/
body.mobile .view-event-details a.btn {
  background-color: #9a557f;
  border: none;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: uppercase;
}
.mobile-events .fa-caret-left {
	font-size: 50px;
	color: #f55261;
}
.mobile-events .fa-caret-right {
	font-size: 50px;
	color: #f55261;
}
.mobile-events .event-description {
  padding: 15px;
  text-align: center;
}
.mobile-events .event-description .the-date h4, .mobile-events .event-description .the-date span {
  color: #ffe121;
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.mobile-events .event-description > h3 {
	letter-spacing: 0.04em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	font-weight: 700;
}
.mobile-events .event-image img, .mobile-events .event-image {
	width: 100%;
}

/* End of Mobile Events Box */
.events-wrapper {
  background-image: url('../img/events-bg.png');
  background-position: center bottom;
  background-repeat: repeat-x;
}
.events-wrapper .events-in-phl h6 {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  margin-top: 0;
}
.events-wrapper .events-in-phl .event-title-nav {
  text-align: center;
  width: 100%;
}
.events-wrapper .events-in-phl .event-title-nav .view-events-button {
  width: 100%;
}
.events-wrapper .events-in-phl .event-title-nav div.title-text {
  display: table;
  text-align: center;
  height: 141px;
  width: 100%;
  padding-left: 10px;
}
.events-wrapper .events-in-phl .event-title-nav div.title-text h3 {
  display: table-cell;
  vertical-align: middle;
}
.events-wrapper .events-in-phl .event-box-nav {
  background: url('../img/events-in-phl-bg.png') center center no-repeat;
  padding: 151px 0 0 0;
}
.events-wrapper .events-in-phl .event-box-nav .btn-primary {
  background-color: #9a557f;
  border: none;
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: uppercase;
  /* padding-top: 7px; */
}
.events-wrapper .events-in-phl .event-box-nav .btn-primary:hover {
  background-color: #35acb9;
}
.events-wrapper .events-in-phl .event-box-nav .col-md-8,
.events-wrapper .events-in-phl .event-box-nav .col-md-2 {
  height: 31px;
  text-align: center;
}
.events-wrapper .events-in-phl .event-box-nav .fa {
  font-size: 26px;
  color: #f55261;
  margin-top: 3px;
}
.events-wrapper .events-in-phl .event-box-nav .fa:hover {
  color: #35acb9;
}
.events-wrapper .events-in-phl .event-box-nav .view-events-button .btn-primary {
  background-color: #1c2833;
}
.events-wrapper .events-in-phl .event-box-nav .view-events-button .btn-primary:hover {
  background-color: #35acb9;
}
.events-wrapper .events-in-phl .event-box-1,
.events-wrapper .events-in-phl .event-box-2,
.events-wrapper .events-in-phl .event-box-3 {
  background-color: #1c2833;
  height: 300px;
  margin: 0 14px 70px;
  padding: 10px;
}
.events-wrapper .events-in-phl .event-box-1 .the-date,
.events-wrapper .events-in-phl .event-box-2 .the-date,
.events-wrapper .events-in-phl .event-box-3 .the-date
{
    height:40px;
}
.events-wrapper .events-in-phl .event-box-1 h4,
.events-wrapper .events-in-phl .event-box-2 h4,
.events-wrapper .events-in-phl .event-box-3 h4 {
  color: #ffe121;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 2px;
}
.events-wrapper .events-in-phl .event-box-1 span,
.events-wrapper .events-in-phl .event-box-2 span,
.events-wrapper .events-in-phl .event-box-3 span {
  color: #ffe121;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
  font-size: 10px;
  margin-bottom: 2px;
}
.events-wrapper .events-in-phl .event-box-1 h3,
.events-wrapper .events-in-phl .event-box-2 h3,
.events-wrapper .events-in-phl .event-box-3 h3 {
  color: #ffffff;
  font-size: 20px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 7px;
  min-height: 60px;
}
.events-wrapper .events-in-phl .event-box-1 .btn-primary,
.events-wrapper .events-in-phl .event-box-2 .btn-primary,
.events-wrapper .events-in-phl .event-box-3 .btn-primary {
  margin-left: 12.5%;
  width: 75%;
  background-color: #9a557f;
  border: none;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: uppercase;
  padding-top: 7px;
}
.events-wrapper .events-in-phl .event-box-1 .btn-primary:hover,
.events-wrapper .events-in-phl .event-box-2 .btn-primary:hover,
.events-wrapper .events-in-phl .event-box-3 .btn-primary:hover {
  background-color: #35acb9;
}
.pillar-slide-image {
  display: inline-block;
}
.pillar-slide-image img {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.pillar-color {
  min-height: 215px;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.pillar-color h1 {
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 80px;
  padding-top: 20px;
  line-height: 70px;
}
.pillar-color ul.pillar-nav {
  padding-top: 35px;
  letter-spacing: 1px;
}
.pillar-color ul.pillar-nav li {
  color: #ffffff;
  list-style: none;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  font-size: 22px;
  line-height: 25px;
}
.pillars-body {
  margin-bottom: 30px;
}
.pillars-body .pillar-left {
  padding-right: 40px;
  margin-bottom: 30px;
}
.pillars-body .pillar-left h1 {
  font-size: 47px;
  margin-top: 0;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
  margin-bottom: 45px;
  line-height: 50px;
}
.pillars-body .pillar-left p {
  font-size: 23px;
  margin-bottom: 35px;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  line-height: 30px;
}
.pillars-body .pillar-left p.pillar-quote {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pillars-body .pillar-left p.attribute {
  font-style: italic;
  font-size: 22px;
  margin-bottom: 0;
}
.pillars-body .pillar-left p.outlet {
  font-size: 18px;
}
.pillars-body .pillar-right {
  padding-left: 55px;
  margin-bottom: 30px;
}
.pillars-body .pillar-right h5 {
  margin: 20px;
  line-height: 1.4em;
  font-style: italic;
}
.pillars-body .pillar-right .pillar-img {
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
}
.pillars-body .pillar-right .pillar-img img {
  margin: 15px 0px;
}
.pillars-body .pillar-right .video-box {
  width: 100%;
  min-height: 300px;
  /* background-color: @streetlife; */
  margin-bottom: 40px;
}
.pillars-body .pillar-right .video-box p {
  color: #ffffff;
  padding: 25px;
}
/**STREET LIFE***/
#carousel {
  height: 328px;
  padding-left: 0;
  background: #ccc;
  width: 9999px;
  overflow: hidden;
  position: relative;
}
#carousel li {
  width: 329px;
  display: inline-block;
  margin: 0;
  float: left;
  margin-right: 1px;
}
.caro.hover {
  margin-top: -100%;
}
#carousel-container-inner {
  position: relative;
  overflow: show;
  min-width: 800px;
  margin: 0 auto;
}
#arrow-prev,
#arrow-next {
  position: absolute;
  height: 100%;
  width: 70px;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#preview-prev {
  width: 329px;
  display: inline-block;
  margin: 0;
  float: left;
  margin-right: 1px;
  left: -330px;
  filter: alpha(opacity=40);
  opacity: .4;
}
#carousel-container-inner {
  position: relative;
  margin: 0 auto;
}
/**END STREET LIFE**/
.tif.nav-logo {
	display: block;
}

.nav-logo {
  position: relative;
  height: 93px;
  width: 91px;
  background-image: url('../img/PHL_GrayLogo_forweb-sm.jpg');
  background-image: none, url('../img/PHL_Logo_Gray_web.svg');
  background-size: 100% 100%;
  display: inline-block;
}
.nav-logo#navIE {
  background-image: url('../img/phl-nav-h-sm.jpg');
}
.bug-ads {
  margin-bottom: 30px;
}
.keep-in-touch-side {
  margin-top: 10px;
  background-image: url('../img/touch-sidebar-bg.png');
  width: 100%;
  background-size: 100% 100%;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 295px;
  padding-right: 10px;
}
.keep-in-touch-side h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #35acb9;
  font-size: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  line-height: 1.0em;
}
.keep-in-touch-side h4.touch-lander, h5.tif-sidebar-listingpages, h5.tif-sidebar-landingpage, h5.tif-sidebar-sitesearch {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
  color: #ffffff;
}
.keep-in-touch-side h4.touch-lander {
	font-size: 17px;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 2px;
}
h5.tif-sidebar-listingpages, h5.tif-sidebar-landingpage, h5.tif-sidebar-sitesearch {
  font-size: 30px;
  line-height: 30px;
  margin-top: -10px;
}
.tif-search-form .tif-input-txt {
	padding-right: 0;
}
/*  Removed .booking-sidebar .btn-primary css rule from below */
.keep-in-touch-side .btn-primary, .tif-search-form .btn-primary {
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  width: 100%;
  background-color: #f55261;
  border: none;
  border-radius: none;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-left: 5px;
  height: 40px;
  border-left: 1px solid #1c2833;
}

.tif-search-form .btn-primary {
	margin-left: 0;
	height: 50px;
}
.tif-search-form-wrapper {
	margin: 0;
}
.keep-in-touch-side input {
  background-color: #ffffff;
  color: #9f9f9f;
  margin-bottom: 5px;
  height: 40px;
  font-size: 12px;
  margin-left: 5px;
  width: 100%;
}
.slider-wrapper, .pillars-slider-wrapper {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  background-color: #1c2833;
}
body.mobile .body-content {
	margin-top: 105px;
}
/* Mobile Homepage Slider */
.mobile-slider-wrapper {
	width: 100%;
	height: 490px;
	max-height: none;
	z-index: 999;
	/* max-height: 350px; */
}
.mobile-slider-wrapper .mobile-inner-slider {
	padding: 0;
}
.mobile-slider-wrapper .mobile-slide {
	margin: 0 auto;
	display: table;
	width: 100%;
}
#mobileCarousel, #mobileSingle {
	position: relative;
	width: 100%;
	height: 490px;
	overflow: hidden;
}
#mobileSingle .ms-image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#mobileSingle .ms-image > .item {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -280px;
}
/*
#mobileSingle .ms-image > .item-image {
	position: absolute;
	right: 50%;
	margin: auto;
	display: block;
}
*/
#mobileCarousel .carousel-inner {
	height: 100%;
}
#mobileSingle > .ms-text-wrapper {
	display: table !important;
}
#mobileCarousel > .mobile-text-wrapper, #mobileSingle > .ms-text-wrapper {
	display: table;
	color: white;
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 15px;
	text-align: center;
	text-shadow: 0 0 0.3em #000000;
}
#mobileCarousel > .mobile-text-wrapper > .mobile-text, #mobileSingle > .ms-text-wrapper > .ms-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
  padding: 0 30px;
}
#mobileCarousel > .mobile-text-wrapper > .mobile-text > .mobile-title, #mobileSingle > .ms-text-wrapper > .ms-text > .mobile-title {
	font-size: 60px;
	line-height: 55px;
}

#mobileCarousel > .mobile-text-wrapper > .mobile-text > .mobile-caption, #mobileSingle > .ms-text-wrapper > .ms-text > .mobile-caption {
	font-size: 40px;
	line-height: 40px;
}

#mobileCarousel .carousel-inner > .item > a > img, #mobileSingle .ms-image > .item > a > img {
  max-width: none;
}
#mobileSingle .ms-image > .item > a > img {
	display: block;
	height: auto;
	line-height: 1;
}
/*
#mobileSingle .ms-image > .item-image > a > img {
	right: -50%;
	position: relative;
	margin: auto;
}
*/
#mobileCarousel a.mobile-overlay-link, #mobileSingle a.mobile-overlay-link {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#mobileCarousel .carousel-inner>.active{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -280px;
}
#mobileCarousel .carousel-inner>.next,
#mobileCarousel .carousel-inner>.prev{
    width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -280px;
}

#mobileCarousel .tif-arrows .tif-arrow-left {
	left: 30px;
	top: 50%;
	transform: translate(0, -50%);
}
#mobileCarousel .tif-arrows .tif-arrow-right {
	right: 30px;
	top: 50%;
	transform: translate(0, -50%);
}
/*
.mobile-slider-wrapper .mobile-slide img {
	width: 100%;
	max-height: 350px;
}
*/


.slider-wrapper.main-slider {
  height: 600px;
  visibility: hidden;
}

.view-port {
  height: 600px;
  width: 100%;
  min-width: 990px;
  position: relative;
  text-align: center;
}
.main-slider-container {
  position: absolute;
  left: 0;
  top: 0;
  background: #1c2833;
  width: 999999px;
  height: 600px;
}
.big-wrapper {
  width: 999999px;
  height: 600px;
}
.main-slide {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  float: left;
  background: #1c2833;
  height: 600px;
  top: 0;
  width: 1210px;
  margin: 0;
  filter: alpha(opacity=20);
  opacity: .2;
}
.main-slide.chosen {
  filter: alpha(opacity=100);
  opacity: 1;
  border-left: 5px solid white;
  border-right: 5px solid white;
}
.main-slide h1 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px black;
  padding-top: 15%;
}
.main-slide h1 span {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: none;
}
.main-slide p {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 16px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
.main-slide a img {
  /*
  position: absolute;
  top: 0;
  left: 0;
  */
  width: 100%;
  height: 100%;
}
.controls {
  z-index: 1;
  position: absolute;
  top: 200px;
  width: 98%;
  max-width: 1210px;
  margin: 0px auto !important;
  height: 20px;
  display: block;
}
.controls a.next,
.controls a.prev {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 65px;
  height: 170px;
  background: url('../img/Slider_arrows-next.png');
   display: block;
  cursor: pointer;
  border: 0 none;
  outline: 0 none;
}
.controls a.prev {
  background-position: top left;
  left: 15px;
  background: url('../img/Slider_arrows-prev.png');
}
.controls a.next {
  background-position: top right;
  right: 15px;
}
#arrow-prev {
  position: absolute;
  top: 0;
  left: 15px;
  background: url('../img/Slider_arrows-prev.png')center center no-repeat;
}
#arrow-next {
  background: url('../img/Slider_arrows-next.png')center center no-repeat;
  position: absolute;
  top: 0;
  right: 15px;
}
.scan-lines {
  background-image: url('../img/scan-line.png');
  width: 100%;
  height: 100px;
  position: relative;
  margin-top: 5px;
}

/* height was 225px, but 200px is what the style is set at, so might as well have that as a class rule */
.scan-lines.with-secondary-slider {
  margin-top: -185px;
  height: 200px;
}

.land-center .blue-box-landing h3.blue-box-title {
  color: #ffffff;
  font-size: 30px;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.mod-ren-wrapper {
  background-color: #1c2833;
  width: 100%;
  overflow: hidden;
}
.mod-ren-wrapper .pillars-body .pillars-left p {
  color: red;
}
.modern-ren-bg {
  padding-bottom: 0;
  margin-bottom: 0;
}
.modern-ren-bg h2 {
  color: white;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
  font-size: 80px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.modern-ren-bg h1 {
  color: #35acb9;
  font-size: 82px;
  padding-top: 0;
  margin-top: -3px;
}
.modern-ren-bg .mod-ren-wrapper p {
  color: #ffffff;
}
div.mod-ren-wrapper div.container div.row div.col-sm-6.mod-ren-copy p {
  color: #ffffff;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4em;
  padding-left: 15px;
}
div.mod-ren-wrapper div.container div.row div.col-sm-6.mod-ren-video .video-box {
  background-color: #35acb9;
}
div.mod-ren-wrapper div.container div.row div.col-sm-6.mod-ren-map-copy h4 {
  color: #35acb9;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 20px;
}
div.mod-ren-wrapper div.container div.row div.col-sm-6.mod-ren-map-copy p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 0;
  padding-bottom: 10px;
}
div.mod-ren-wrapper div.container div.row div.col-sm-6.mod-ren-map-copy a {
  color: #f55261;
  margin-top: 0px;
}
div.mod-ren-wrapper div.container div.row div.col-sm-4.mod-ren-image-copy h4 {
  color: #35acb9;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 20px;
  padding-top: 30px;
}
div.mod-ren-wrapper div.container div.row div.col-sm-4.mod-ren-image-copy ul li {
  color: #ffffff;
  font-style: italic;
  padding-bottom: 5px;
  list-style: square;
  font-size: 16px;
}
div.mod-ren-wrapper div.container div.row div.col-sm-4.mod-ren-image-copy ul li.indent {
  color: #ffffff;
  list-style: disc;
  margin-left: 25px;
  font-style: normal;
  padding-bottom: 2px;
}
.white-line {
  width: 100%;
  height: 20px;
  border-top: 1px solid #ffffff;
  float: left;
  margin: 0 15px;
}
.drop-frame {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.drop-frame .drop-nav {
  background-color: #ffffff;
  margin: auto;
}
.drop-frame .drop-nav .col-sm-2,
.drop-frame .drop-nav .col-sm-1 {
  padding-left: 0;
  padding-right: 0;
}
.drop-frame .drop-nav h3 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 12px;
  text-transform: uppercase;
  color: #1c2833;
}
.drop-frame .drop-nav h3:before {
  content: url('../img/sm-green-arrow.png');
  margin-right: 5px;
}
.drop-frame .drop-nav .no-show:before {
  content: none;
}
.drop-frame .drop-nav ul {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
  padding-left: 12px;
}
.drop-frame .drop-nav ul li {
  margin: 0;
  font-size: 12px;
}
.drop-frame .drop-nav a {
  color: #9f9f9f;
}
.drop-frame .drop-nav a:hover {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.drop-frame .drop-nav ul.boxed-nav a {
  text-decoration: none;
}
.drop-frame .drop-nav ul.boxed-nav a li {
  text-align: center;
  text-transform: uppercase;
  background-color: #1c2833;
  color: #ffffff;
  height: 35px;
  padding-top: 10px;
  margin: 4px 2px;
}
.drop-frame .drop-nav ul.boxed-nav a li:hover {
  background-color: #c8d746;
}
.meet-drop-menu .drop-nav h3:before {
  content: url('../img/sm-blue-arrow.png');
}
.meet-drop-menu ul.boxed-nav a li:hover {
  background-color: #35acb9 !important;
}
/*
.landpage-body .land-right .sidebar-nav {
  margin-bottom: 0;
  border-top: 8px solid #f55261;
}
*/
.landpage-body .land-right .sidebar-nav ul {
  margin-bottom: 20px;
}
.landpage-body .land-right .sidebar-nav ul a {
  color: #1c2833;
}
.landpage-body .land-right .sidebar-nav ul a:hover {
  color: #9f9f9f;
}
/* Removed .booking-sidebar .btn-primary.btn-sm:hover css rule from below: */
.keep-in-touch-side .btn-primary.btn-sm:hover, .tif-submit-div .submit:hover, .tif-submit-div .submit:focus, .tif-buttonlinks-wrapper ul.tif-buttonlinks a:hover {
  background-color: #35acb9 !important;
  outline: 0;
}
/*--- Secondary Slider ----*/
a.thumblink:link {
  color: #FFFFFF;
}
a.thumblink:visited {
  color: #FFFFFF;
}
a.thumblink:hover {
  color: #009aff;
}
a.thumblink:active {
  color: #FFFFFF;
}
/* CSS Document */
/*.thumb1Div {
  background-image: url("html_content/thumb1-image.jpg");
  background-size: cover;
  background-color: #FF0000;
  width: 100%;
  height: 100%;
}
.thumb2Div {
  background-image: url("http://3.bp.blogspot.com/_4DcR1gqqvOw/TAJsvZ0BbhI/AAAAAAAACB0/kXyF-KmaWTQ/s1600/Yards%2BBrewery%2BSign.jpg");
  background-size: cover;
  background-color: #FF0000;
  width: 100%;
  height: 100%;
}
.thumb3Div {
  background-image: url("http://3.bp.blogspot.com/_4DcR1gqqvOw/TAJsvZ0BbhI/AAAAAAAACB0/kXyF-KmaWTQ/s1600/Yards%2BBrewery%2BSign.jpg");
  background-size: cover;
  background-color: #FF0000;
  width: 100%;
  height: 100%;
}
.thumb4Div {
  background-image: url("http://3.bp.blogspot.com/_4DcR1gqqvOw/TAJsvZ0BbhI/AAAAAAAACB0/kXyF-KmaWTQ/s1600/Yards%2BBrewery%2BSign.jpg");
  background-size: cover;
  background-color: #FF0000;
  width: 100%;
  height: 100%;
}
.thumb5Div {
  background-image: url("http://3.bp.blogspot.com/_4DcR1gqqvOw/TAJsvZ0BbhI/AAAAAAAACB0/kXyF-KmaWTQ/s1600/Yards%2BBrewery%2BSign.jpg");
  background-size: cover;
  background-color: #FF0000;
  width: 100%;
  height: 100%;
}
.thumb6Div {
  background-image: url("http://3.bp.blogspot.com/_4DcR1gqqvOw/TAJsvZ0BbhI/AAAAAAAACB0/kXyF-KmaWTQ/s1600/Yards%2BBrewery%2BSign.jpg");
  background-size: cover;
  background-color: #FF0000;
  width: 100%;
  height: 100%;
}
.thumb7Div {
  background-image: url("http://3.bp.blogspot.com/_4DcR1gqqvOw/TAJsvZ0BbhI/AAAAAAAACB0/kXyF-KmaWTQ/s1600/Yards%2BBrewery%2BSign.jpg");
  width: 100%;
  height: 100%;
}*/
a.thumb7ImageIcon {
  width: 44px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 19px;
  background: url(html_content/thumb7-images-icon.png) no-repeat 0 0;
  /* Setting the image as a background */
}
a.thumb7ImageIcon:hover {
  background: url(html_content/thumb7-images-icon.png) no-repeat 0 -48px;
  /* When passing the mouse over, the image will be 'raised' */
}
a.thumb7HtmlIcon {
  width: 61px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 19px;
  background: url(html_content/thumb7-html-icon.png) no-repeat 0 0;
  /* Setting the image as a background */
}
a.thumb7HtmlIcon:hover {
  background: url(html_content/thumb7-html-icon.png) no-repeat 0 -48px;
  /* When passing the mouse over, the image will be 'raised' */
}
a.thumb7LinkIcon {
  width: 31px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 19px;
  background: url(html_content/thumb7-link-icon.png) no-repeat 0 0;
  /* Setting the image as a background */
}
a.thumb7LinkIcon:hover {
  background: url(html_content/thumb7-link-icon.png) no-repeat 0 -48px;
  /* When passing the mouse over, the image will be 'raised' */
}
a.thumb7YoutubeIcon {
  width: 61px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 19px;
  background: url(html_content/thumb7-youtube-icon.png) no-repeat 0 0;
  /* Setting the image as a background */
}
a.thumb7YoutubeIcon:hover {
  background: url(html_content/thumb7-youtube-icon.png) no-repeat 0 -48px;
  /* When passing the mouse over, the image will be 'raised' */
}
a.thumb7VimeoIcon {
  width: 66px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 19px;
  background: url(html_content/thumb7-vimeo-icon.png) no-repeat 0 0;
  /* Setting the image as a background */
}
a.thumb7VimeoIcon:hover {
  background: url(html_content/thumb7-vimeo-icon.png) no-repeat 0 -48px;
  /* When passing the mouse over, the image will be 'raised' */
}
.thumb8Div {
  background-image: url("html_content/thumb8-image.jpg");
  width: 100%;
  height: 100%;
}
.thumb9Div {
  background-image: url("html_content/thumb9-image.jpg");
  width: 100%;
  height: 100%;
}
.thumb10Div {
  background-image: url("html_content/thumb10-image.jpg");
  background-color: #FF0000;
  width: 100%;
  height: 100%;
}
.thumb11Div {
  background-image: url("html_content/thumb11-image.jpg");
  background-color: #FF0000;
  width: 100%;
  height: 100%;
}
.thumb12Div {
  background-image: url("html_content/thumb12-image.jpg");
  background-color: #FF0000;
  width: 100%;
  height: 100%;
}
.thumb13Div {
  background-image: url("html_content/thumb13-image.jpg");
  background-color: #FF0000;
  width: 100%;
  height: 100%;
}
h3.thumb {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 22px;
  color: #35acb9;
  margin: 0;
}
.thumb-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 15px;
}
h1.thumb {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 36px;
  color: white;
  margin: 0;
  text-shadow: 0px 0px 5px black;
}
p.thumb {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 16px;
  line-height: 18px;
  padding-top: 12px;
  margin-bottom: 12px;
  color: white;
  font-style: italic;
}
a.thumb {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 21px;
  color: white;
  text-transform: uppercase;
  position: relative;
}
a.thumb:after {
  content: "";
  background: url('../img/arrow-red.png') no-repeat;
  position: absolute;
  right: -15px;
  top: 7px;
  height: 10px;
  width: 10px;
}
a.thumb:hover {
  text-decoration: none;
}
a.slide-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f55261;
  filter: alpha(opacity=0);
  opacity: 0;
}
.thumb1Div,
.thumb2Div,
.thumb3Div,
.thumb4Div,
.thumb5Div,
.thumb6Div,
.thumb7Div,
.thumb8Div {
  background-size: cover;
  text-align: center;
  padding: 15px;
  padding-top: 45px;
}
.thumb1Div {
  background-image: url('../img/home-coverbox/PL-coverflow-1.jpg');
}
.thumb2Div {
  background: black;
  padding-top: 5px;
  padding: 5px 0 5px 0!important;
}
.thumb3Div {
  background-image: url('../img/home-coverbox/PL-coverflow-3.jpg');
}
.thumb4Div {
  background-image: url('../img/home-coverbox/PL-coverflow-4.jpg');
}
.thumb5Div {
  background-image: url('../img/home-coverbox/PL-coverflow-5.jpg');
}
.thumb1P,
.thumb2P,
.thumb3P,
.thumb4P,
.thumb5P,
.thumb6P,
.thumb7P {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #fff;
  font-size: 16px;
}
/*--- MEGA DROP DOWN STYLES --*/
.drop-frame {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: -220px;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 0;
  height: 200px;
  width: 100%;
  margin: 0;
  z-index: -99;
}
.drop-frame.hovering {
  left: 0;
  top: 100%;
  filter: alpha(opacity=100);
  opacity: 1;
}
.drop-nav {
  position: relative;
  height: 100%;
  width: 990px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#3Dcontainer {
  width: 100% !important;
  overflow: visible !important;
  margin: 0 auto !important;
}
/* --- flags ----   */
.flag {
  width: 16px;
  height: 11px;
  background-image: url('../img/flags.png');
  margin-top: -3px;
  margin-right: 10px;
}
.flag.flag-br {
  background-position: -16px 0;
}
.flag.flag-cn {
  background-position: -32px 0;
}
.flag.flag-de {
  background-position: -48px 0;
}
.flag.flag-es {
  background-position: 0 -11px;
}
.flag.flag-fr {
  background-position: -16px -11px;
}
.flag.flag-gb {
  background-position: -32px -11px;
}
.flag.flag-it {
  background-position: -48px -11px;
}
.flag.flag-jp {
  background-position: 0 -22px;
}
.flag.flag-kr {
  background-position: -16px -22px;
}
.flag.flag-nl {
  background-position: -32px -22px;
}
.flag.flag-ru {
  background-position: -48px -22px;
}
.elastislide-horizontal {
  padding: 0px;
}
.elastislide-horizontal nav span {
  top: 25%;
}

body.mobile .form-horizontal .form-control {
	background-color: #ffffff;
	color: #9f9f9f;
	margin-bottom: 15px;
	height: 54px;
	width: 100%;
	font-size: 28px;
	margin: 10px auto;
	padding: 0 10px;
}

body.mobile input {
	background-color: #ffffff;
	color: #9f9f9f;
	margin-bottom: 15px;
	height: 48px;
	width: 100%;
	font-size: 28px;
	margin: 10px auto;
	padding: 0 10px;
}
body.mobile input[type="checkbox"] {
	width:initial;
	height:initial;
}
.form-horizontal .description {
  text-align: center;
  width: 100%;
  float: left;
  /* padding: 10px; */
}
form.no-bootstrap-form .form-horizontal .description {
  text-align: left;
}

/****************/
/*** Tables ****/
/**************/

/* Minimum Needed */

/* Custom Table Styles */
form .form-horizontal .rTable {
    display: table;
    table-layout: fixed;
    width: 100%;
}

form .form-horizontal .rTableRow {
    display: table-row;
}

form .form-horizontal .rTableHeading {
    background-color: #ddd;
}

form .form-horizontal .rTableCell, form .form-horizontal .rTableHead {
    display: table-cell;
    padding: 3px 10px;
    width: 40px;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

form .form-horizontal .rTableCell {
  padding: 0;
}

form .form-horizontal .rTableCell span {
  padding: 3px 10px;
  display: inline-block;
}

form .form-horizontal .rTableCell input.box {
  width: 100%;
}

form .form-horizontal .rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: 700;
}

form .form-horizontal .rTableFoot {
    display: table-footer-group;
    font-weight: 700;
    background-color: #ddd;
}

form .form-horizontal .rTableBody {
    display: table-row-group;
}
/****************/
/* End Tables! */
/**************/

.form-horizontal .form-control {
  background-color: #ffffff;
  width: 80%;
  margin: 2px;
  height: 35px;
  border: 1px solid #ababab;
  color: #1c2833;
}
.form-horizontal .form-textarea {
  background-color: #ffffff;
  width: 80%;
  max-width: 80%;
  margin: 2px;
  border: 1px solid #ababab;
  color: #1c2833;
  padding: 5px;
}
body.mobile .form-horizontal .form-textarea {
	width: 100%;
	max-width: none;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.form-horizontal .control-label span, span.required {
  color: #f55261;
}
form.no-bootstrap-form .form-horizontal .form-control {
  width: 100%;
}

.form-horizontal .checkbox-wrapper {
  display: table;
  border-spacing: 8px 0;
}

.form-horizontal .checkbox-wrapper label.control-label {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5em;
}

.form-horizontal .checkbox-wrapper .field-checkbox {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.form-horizontal .field-int, form.no-bootstrap-form .form-horizontal .field-int {
  width: 100%;
  max-width: 80px;
}

.form-horizontal .radio-label, form.no-bootstrap-form .form-horizontal .radio-label {
  padding-left: 5px;
}

.form-horizontal .field-radio, form.no-bootstrap-form .form-horizontal .field-radio {
  margin-left: 10px;
  cursor: pointer;
}

.form-horizontal .field-radio:first-child, form.no-bootstrap-form .form-horizontal .field-radio:first-child {
  margin-left: 0;
}

.form-horizontal .form-control.field-zipcode, form.no-bootstrap-form .form-horizontal .form-control.field-zipcode {
  width: auto;
}

.form-horizontal label {
  cursor: pointer;
}

.btn-gen {
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: 0px;
  background-color: #f55261;
  color: #ffffff;
  border: none;
  border-radius: none;
  font-size: 14px;
  width: 20%;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 40px;
  margin-top: 20px;
}
.btn-gen:hover {
  background-color: #35acb9;
  color: #ffffff;
}
.landpage-body .partners-body {
  padding-top: 20px;
  padding-left: 10px;
}
.landpage-body .partners-body h2 {
  font-weight: 700;
  font-size: 35px;
}
.landpage-body .partners-body h4 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #35acb9;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}
.landpage-body .partners-body h5 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #1c2833;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
}
.landpage-body .partners-body p {
  color: #595c5a;
  margin-bottom: 20px;
}
.landpage-body .partners-body .three-phl {
  position: absolute;
  top: 65px;
  left: 444px;
}
.landpage-body .partners-body .partners-box {
  background-color: #1c2833;
  margin-left: -20px;
  margin-top: 20px;
  padding: 45px 30px 20px;
}
.landpage-body .partners-body .partners-box p {
  color: #ffffff;
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
}
.landpage-body .partners-body .partner-form {
  padding-left: 0;
  display: block;
}
.landpage-body .partners-body .partner-form h5 {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #1c2833;
  font-size: 14px;
  font-style: italic;
}
.landpage-body .partners-body .partner-form h5 span {
  color: #f55261;
}
.landpage-body .partners-body .partner-form h5 .control-label {
  text-align: left;
}
.end-content {
  width: 100%;
  height: 28px;
  border-bottom: 1px solid #1c2833;
  float: left;
  background-image: url('../img/phl-bug.png');
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: 20px;
}
div.col-md-8 input, .form-horizontal input {
  padding: 0 5px;
}
div.col-md-8 select, .form-horizontal select {
  width: 100%;
  text-indent: 0.01px;
  text-overflow: '';
  margin-left: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid darkgray;
  padding: 10px 20px 10px 5px;
  background: url('../img/select_down.png') no-repeat right transparent;
}
.lt-ie9 div.col-md-8 select, .lt-ie9 .form-horizontal select {
  background-image: none;
  padding: 5px;
}
.lt-ie9 div.col-md-8 input, .lt-ie9 .form-horizontal input {
  line-height: 30px;
}
body.mobile div.col-md-8 select, body.mobile .form-horizontal select  {
	margin: 10px 0;
	height: 54px;
}
body.mobile .form-horizontal .control-label, body.mobile .form-horizontal .control-label {
	margin-top: 15px;
}

/* Landing Page Featured Image with Small Image and Caption CSS */
div.land-featured.small {
	position: relative;
	height: 264px;
}
h4.tif-caption {
	font-family: "ff-tisa-web-pro", serif;
	font-style: italic;
	font-weight: 400;
	padding: 10px 10px 0px 10px;
}
div.land-featured.small div.tif-wrappit {
	height: 264px;
	width: 100%;
}
div.land-featured.small div.tif-wrappit div.tif-img-cut {
	position: relative;
}
div.land-center div.tif-caption {
	font-weight: bold;
	padding: 10px 10px 0px 10px;
}

/* Landing Page Slider Styles... */
div.lp_scanlines {
	display: none;
	background-image: url('../img/scan-line.png');
	width: 100%;
	position: relative;
}

/* Below CSS Rule will need to change to that of the Listing Landing Page archive/category body class */
div.tif-bc-social {
	line-height: 1em;
}
div.tif-bc-social div {
	display: inline-block;
	margin: 0;
}
div.breadcrumbs div.tif-bc-social span {
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	padding-right: 10px;
}

div.tif-bc-social .social-icon {
	width: 15px;
	height: 15px;
	text-align: center;
	background-color: #295a9b;
}
div.tif-bc-social .social-icon i {
	font-size: 9px;
}
.tif-absolute {
	position: relative;
}
body.mobile .wrapper-container {
	overflow: hidden;
	overflow-x: hidden;
	width: 500px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}
.wrapper-container div.tif-headslider-wrapper {
	margin: 0 auto;
	position: relative;
	height: 200px;
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: hidden;
	left: -5px;
}
body.mobile .wrapper-container div.tif-headslider-wrapper {
	height: 215px;
	overflow-x: scroll;
}
div.tif-headslider-wrapper img {
	border: 1px solid #c7c7c7;
}
div.tif-sX {
	position: absolute;
	text-align: center;
	overflow: hidden;
	height: 200px;
	width: 250px;
	white-space: nowrap;
}
div.tif-sX h4 {
	text-overflow: ellipsis;
	width: 250px;
	overflow: hidden;
}
hr.tif-dark {
	border: 1px outset #FCFBFB;
}
hr.tif-light {
	border: 1px solid #e4e4e4;
}
hr.tif-light-inset {
	border: 1px inset #e4e4e4;
}

hr.tif-blue {
	border-top: 1px solid #35acb9;
}

.tif-quote-box {
	background: #E8F8F8;
}

.newsgroup hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
div.tif-sX h4 {
	font-weight: 700;
	font-size: 16px;
}
div.tif-sX a:link, div.tif-sX a:visited {
	color: black;
	text-decoration: none;
}
div.tif-sX a:hover, div.tif-sX a:active {
	color: #30bcc6;
	text-decoration: none;
}

div.tif-sX a .tif-bluehoverbox {
	background-color: rgba(1, 173, 185, 0.5);
	z-index: 200;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 244px;
	height: 150px;
	margin-left: 3px;
	display: none;
}
.page-template-default div.tif-arrows {
    top: 40px;
    position: relative;
    width: 100%;
}
.page-template-default .tif-absolute h2.header {
  font-size: 20px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 10px;
}
div.tif-arrows .tif-arrow-left, div.tif-arrows .tif-arrow-right {
    position: absolute;
    width: 45px;
    height: 118px;
    cursor: pointer;
}
div.tif-arrows .tif-arrow-left {
    background: url('../img/arrows.png') no-repeat 0px 0px;
    left: 0px;
    top: 2px;
    position: absolute;
    width: 45px;
    height: 118px;
    cursor: pointer;
}
div.tif-arrows .tif-arrow-right {
    background: url('../img/arrows.png') no-repeat -45px 0px;
    right: 10px;
    top: 2px;
    position: absolute;
    width: 45px;
    height: 118px;
    cursor: pointer;
}

.page-template-default div.tif-arrows.white, div.tif-arrows.white {
  top: 141px;
  position: absolute;
  z-index: 1;
  margin: 0;
}
div.tif-arrows.white .tif-arrow-left, div.tif-arrows.white .tif-arrow-right {
  z-index: 2;
  top: 0;
  bottom: 0;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}


div.tif-arrows.white .tif-arrow-left {
  background: url('../img/arrows-white.png') no-repeat 0px 0px;
  left: 15px;
}

div.tif-arrows.white .tif-arrow-right {
  background: url('../img/arrows-white.png') no-repeat -45px 0px;
  right: 15px;
}


div.tif-inner-slides div.tif-arrow-left, div.tif-inner-slides div.tif-arrow-right
{
    display: none;
    cursor: pointer;
    font-size: 18px;
    margin: 0 10px;
    font-weight: bold;
}

.page-template-default .slider-wrapper .row {
  margin-top: -10px;
}

.page-template-default .tif-inner-slides hr.tif-dark {
  display: none;
}

.page-template-default div.tif-headslider-wrapper a img {
  width: 195px;
  height: 120px;
}

.page-template-default div.tif-headslider-wrapper a span.tif-bluehoverbox {
  width: 195px;
  height: 120px;
  margin-left: 28px;
}

.page-template-default .landpage-body .land-left {
  margin-top: 0;
}

.page-template-default .landpage-body .land-right {
  padding-top: 0;
}

.page-template-default div.tif-arrows {
  top: 40px;
}
.page-template-default div.tif-headslider-wrapper {
  width: 500px;
  height: 215px;
  position: relative;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  left: -5px;
  margin: 0 auto;
}

.sidebar-nav li.tif-no-img-link a {
  color: #9f9f9f;
}
.sidebar-nav li.tif-no-img-link a:hover {
  color: #1c2833;
}




body.mobile div.tif-inner-slides div.tif-arrow-left, body.mobile div.tif-inner-slides div.tif-arrow-right {
	display: none;
}
div.tif-inner-slides div.tif-absolute
{
    text-align:center;
}
div.tif-inner-slides div.tif-absolute .header
{
    display:inline-block;
}

.headerslidergroup {
	margin-top: 35px;
}
.land-center.headerslidergroup > h2.header {
	margin-top: 0;
	font-weight: 800;
}

#tif-listing h1.listing-header {
	margin-top: 35px;
	margin-left: -15px;
	font-weight: 700;
	font-size: 35px;
}

.land-left div.GoogleActiveViewClass {
	margin-left: -25px;
}

.tif-img-link a, .sidebar-nav .tif-img-link a {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #9f9f9f;
  margin-top: 20px;
  display: block;
  font-size: 15px;
  line-height: 1.2em;
}
.tif-img-link a:hover, .sidebar-nav .tif-img-link a:hover {
  color: #35acb9;
  text-decoration: underline;
}
/*
.tif-img-link img {
	max-width: 150px;
	width: 150px;
	height: auto;
}
*/
.tif-margin-top60 {
	margin-top: 30px !important;
}
.tif-margin-bottom60 {
	margin-bottom: 60px !important;
}
.tif-margin-bottom40 {
	margin-bottom: 40px !important;
}
.tif-margin-top0 {
	margin-top: 0 !important;
}
.tif-margin0 {
	margin: 0 !important;
}
.tif-margin-top10 {
	margin-top: 10px !important;
}
.tif-buttonlinks-wrapper ul.tif-buttonlinks a {
	border-radius: 0;
	background-color: #f55261;
	border: none;
	border: 0;
}

.listing-landing-page .btn-primary, .tif-buttonlinks-wrapper ul.tif-buttonlinks li .btn-primary {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 30px;
}
.tif-btn-wrapper {
	margin-top: 30px;
	padding-bottom: 10px;
}
/* Styles for New ?lid pages (listing pages) */
.tif-relative, .tif-relative-60, .tif-relative-10 {
	position: relative;
}
.tif-relative-60 {
	height: 60px;
}
.tif-relative-10 {
	height: 10px;
}
.tif-nowrap-hidden {
	overflow: hidden;
	white-space: nowrap;
}
.tif-small-red-arrows {
	position: relative;
	padding: 0 14px 0 15px;
	margin: 0;
}
.tif-small-red-arrows a.left, .tif-small-red-arrows a.right, .tif-small-red-arrows a.down, .tif-small-red-arrows a.up {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.tif-small-red-arrows a.left, .tif-small-red-arrows a.right {
	top: 50%;
	border-width: 8px 11px;
	margin: -11px -2px;
}
.tif-small-red-arrows a.down {
	border-top-color: #f15361;
	border-width: 11px 8px;
	margin: -12px -2px;
}
.tif-small-red-arrows a.up {
	border-bottom-color: #f15361;
	border-width: 11px 8px;
	margin: -23px -2px;
}
.tif-small-red-arrows a.left {
	right: 100%;
	border-right-color: #f15361;
}
.tif-small-red-arrows a.right {
	left: 100%;
	border-left-color: #f15361;
}

/* New Booking Control Styles for Sidebar */
/*
.booking-sidebar {
	position: relative;
	background-repeat: no-repeat;
	background-image: url('../img/book-sidebar-bg.png');
	height: 361px;
	background-size: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	padding-right: 10px;
}
.booking-sidebar div.tif-submit-div {
	margin: 10px -15px;
}
.booking-sidebar > div {
	margin-left: -2px;
	margin-top: 105px;
}

.booking-sidebar .tif-bottom-center {
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 15px;
}
*/

input.listingpages, input.landingpage {
	margin-left: 0;
	width: 125px;
}

div.tif-search-form-wrapper div.tif-search-form h5.tif-sidebar-listingpages {
	margin: 0 0 10px;
}

h5.tif-sidebar-listingpages, h5.tif-sidebar-landingpage {
	margin: 5px 0;
	padding: 0;
	text-align: left;
}

/*
.booking-sidebar button.submit {
	height: 30px;
	width: 125px;
	margin: 5px 15px;
}
*/

#tif-listing > .row > .col-sm-8 {
	padding: 0;
}

#tif-listing div.phlcvbmember, .page-template-page-listing-landing div.phlcvbmember {
	background: url('../images/sprites.png') -890px -150px no-repeat;
	height: 25px;
	width: 171px;
	text-indent: -9999px;
	margin: 0 auto;
}

.page-template-page-listing-landing div.phlcvbmember {
	position: absolute;
	right: 0;
	top: 0;
}
#tif-listing .tif-description
{
    font-family: "ff-tisa-web-pro", serif;
}
#tif-listing li {
	display: inline-block;
	list-style: none;
}
#tif-listing .listing-body li
{
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
}
#tif-listing .thumbs li {
	padding-right: 15px;
}
#tif-listing .tif-col-wrapper {
	background: #1b2733;
    margin-top: 15px;
}
.tif-col-wrapper {
	padding-left: 0;
}
.tif-col-wrapper .tif-inside-wrapper {
	margin: 0 auto;
}
.tif-event .inner-content-wrapper .tif-inside-wrapper {
	margin: 0 -15px;
}
.tif-deal .inner-content-wrapper .tif-inside-wrapper {
	margin: 0 -15px;
}
.inner-content-wrapper .tif-inside-wrapper {
	margin: 0 auto;
}
div.tif-location-wrapper, div.tif-black-box {
	background-color: #1b2733;
	display: block;
	position: relative;
}
div.tif-black-box {
	color: whitesmoke;
}
div.tif-black-box.mobile-events {
	padding-bottom: 20px;
}
.tif-inside-wrapper .tif-location-side {
	padding: 15px 20px 25px;
	position: relative;
	height: 100%;
}
.tif-inside-wrapper .tif-location-side p.tif-smalltext {
	font-size: 12px;
	line-height: 1.2em;
}
.tisa-yellow-italic {
	font-family: "ff-tisa-web-pro", serif;
	color: #dabd55;
	font-style: italic;
	margin: 0;
}
.tisa-purple-italic {
	font-family: "ff-tisa-web-pro", serif;
	color: #9a557f;
	font-style: italic;
	margin: 0;
}

/* Event Page Specific */
.tif-event .tif-location-side h3.tisa-purple-italic, .tif-event .tif-location-side h3.tif-whitesmoke {
	font-size: 24px;
}

.tif-event .tif-location-side h3.tisa-purple-italic {
    margin-bottom:15px;
}


.tif-location-side, .tif-location-side p, .tif-location-side a, #tif-listing .tif-submit-div a, .tif-favorites, .tif-social {
	font-family: "proxima-nova", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.tif-location-wrapper .tif-location-side .tif-whitesmoke a.tif-link {
	font-size: 20px;
}
body.mobile .tif-location-wrapper .tif-location-side .tif-whitesmoke a.tif-link, body.mobile .tif-location-side h3 {
	font-size: 24px;
}

.tif-location-wrapper .tif-location-side h5.tif-whitesmoke a.tif-link
{
    font-size:16px;
}
.tif-location-wrapper .tif-location-side .tif-whitesmoke a.tif-whitesmoke.large-font
{
    font-size:20px;
}
.tif-favorites, .tif-social {
	letter-spacing: 0.04em;
}
#tif-listing .share-button .tif-social, #tif-listing .tif-favorites {
	font-size: .9em;
}
div.tif-bc-social div {
	margin: 0;
}
div.breadcrumbs div.tif-bc-social span {
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	padding-right: 10px;
    text-transform: none;
}
#tif-listing .share-button {
	cursor: pointer;
	margin: 10px 0;
}
#tif-listing .mobile-button.share-button {
	margin: 20px 0;
}
#tif-listing .tif-social {
	position: relative;
}
#tif-listing .main-button .tif-social .txt-share {
	position: absolute;
	left: 25px;
	top: 2px;
}
.tif-favorites {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 27px;
	color: whitesmoke;
	cursor: pointer;
	/*background: url('../img/favorites.png') no-repeat left center;*/
}
.tif-favorites i
{
    color:#f55261;
}
.lt-ie9 .tif-favorites {
	position: relative;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-button.share-button .social {
	position: absolute;
	bottom: 20px;
	-webkit-box-shadow: 0 0 10px -1px rgb(0,0,0);
	-moz-box-shadow: 0 0 10px -1px rgb(0,0,0);
	box-shadow: 0 0 10px -1px rgb(0,0,0);
	z-index: 9999;
}
.main-button.share-button .social:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #3b5998;
	border-width: 8px;
	margin-left: -8px;
}
.tif-whitesmoke, .tif-location-side, .tif-location-side p, #tif-listing .share-button .tif-social, a.tif-whitesmoke {
	color: whitesmoke;
}
span.tif-whitesmoke
{
    color:whitesmoke;
    font-family:proxima-nova, sans-serif;
}
a.tif-whitesmoke:hover, a.tif-whitesmoke:active {
	color: whitesmoke;
	text-decoration: none;
}
.tif-location-side a.tif-whitesmoke {
	font-size: 28px;
}
.tif-form-wrapper {
	padding: 20px 45px;
}
.tif-search-form-wrapper {
	margin: 0 !important;
	padding: 15px;
}
/*
div.tif-search-form .tif-input-txt {
	padding: 0 0 20px;
	margin: 7px 2px 0;
}
*/
div.tif-search-form .tif-input-txt input {
	padding: 0 10px;
	width: 100%;
}

.tif-location-side h3 {
	margin: 0 0 5px 0;
}
.tif-location-side hr {
	margin-right: -20px;
}
.tif-gallery-wrapper {
	position: relative;
	display: table;
	margin: 0;
	width: 100%;
}
.tif-gallery-wrapper .mask img {
	height: auto;
	width: 100%;
	max-width: none;
}
.tif-gallery-wrapper .tif-map-icon {
	position: absolute;
	padding: 10px;
	top: 0;
	left: 0;
	z-index: 200;
	margin: 5px;
	display: none;
}
.tif-gallery-wrapper .tif-map-icon img {
	margin: 0 3px;
}
.tif-gallery-wrapper .tif-map-icon span {
	display: block;
	font-family: "proxima-nova", sans-serif;
	font-weight: bold;
	text-align: center;
}
.tif-gallery-wrapper .tif-map-icon a {
	color: whitesmoke;
}
.tif-gallery-thumb img {
	width: 60px;
	height: 60px;
}
#tif-listing .tif-thumb-border {
	position: absolute;
	border-bottom: 5px solid #1b2733;
	margin: 5px 0 10px;
	width: 60px;
}
#tif-listing .tif-gallery-thumb ul {
	position: absolute;
	margin: 0;
}
#tif-listing hr.tif-dark {
	margin: 15px 0;
}
#tif-listing #meetingrooms #mrooms-left-side {
	padding-top: 10px;
}
#tif-listing #meetingrooms #mrooms-left-side hr {
	margin: 0;
}
#tif-listing #events > .row, #tif-listing #deals > .row {
	background-color: #ecf0f1;
}
#tif-listing .tif-boxpadding-gray, #tif-listing #meetingrooms #mrooms-right-side {
	background-color: #e4e4e4;
}
#events > .row, #deals > .row {
	margin: 0 0 15px;
	padding: 0 10px 10px 0;
}
#tif-listing #meetingrooms #mrooms-right-side {
	margin: 10px 0;
	padding: 15px 30px;
}
.gallery .gallery-large {
	position: relative;
}
#tif-listing .tif-gallery-thumb {
	margin-top: 15px;
	padding: 0 10px;
}
.listing-landing-page .bottom-sub-foot {
	margin-left: -30px;
	margin-right: -30px;
}
.tif-fix-marginleft {
	margin-left: -15px;
}
.tif-fix-marginright {
	margin-right: -15px;
}
.listing-landing-page .tif-submit-div #TheSearchBTN {
	width: 100%;
	height: 48px;
	font-size: 28px;
	margin: 10px auto 10px 15px;
	/* width: 115px; */
}
.tif-sm-marginleft {
	margin-left: -10px;
}
#tif-listing .tif-sm {
	display: inline-block;
	padding-right: 5px;
}
.tif-sm-box-nav .tif-box-inner {
	position: relative;
	width: 100%;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.06em;
	-webkit-font-smoothing: antialiased;
}
.tif-sm-box-nav .tif-box-inner ul.tif.boxed-nav a li {
	height: auto;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	display: block !important;
	text-align: center;
	text-transform: uppercase;
	background-color: #1c2833;
	color: #ffffff;
	padding: 10px 0;
	margin: 0 0 4px 0;
}

.tif-sm-box-nav .tif-box-inner ul.tif.boxed-nav a:hover, #tif-listing .pdf-link a:hover {
	text-decoration: none;
}
.tif-sm-box-nav .tif-box-inner ul.tif.boxed-nav a li:hover {
	background-color: #c8d746;
	font-weight: bold;
}
.tif-full-width {
	width: 100%;
}
.tif-table {
	display: table;
	border-spacing: 20px 0;
	border-collapse: separate;
}
.tif-table-no-spacing {
	display: table;
	margin-left: -7px;
	border-spacing: 0;
	border-collapse: separate;
}
#tif-listing .tif-inside-wrapper .tif-location-wrapper {
	height: auto;
}
.tif-table-cell, .tif-table-cell-top, .tif-table-cell-middle {
	display: table-cell;
}
.tif-table-cell-middle {
	vertical-align: middle;
}
.tif-table-cell-top {
	vertical-align: top;
}
.tif-table-cell.tif-phl {
	vertical-align: bottom;
	padding-bottom: 15px;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.tif-location-side .tif-bottom-cont {
	position: relative;
	width: auto;
	bottom: initial;
	margin-top: 10px;
	left: initial;
}
.tif-submit-div a {
	width: 100%;
	border-radius: 0;
	background-color: #f55261;
	border: none;
  border: 0;
  display: none !important;
}
/*
a.gallery-large-prev, a.gallery-large-next {
	position: absolute;
	top: 150px;
	z-index: 200;
}
*/
.gallery-large-prev, .gallery-large-next {
	position: absolute;
	top: 150px;
	width: 27px;
	height: 59px;
	z-index: 200;
	cursor: pointer;
}

.gallery-large-prev {
	left: 0;
	margin-left: 15px;
	background: url('../img/listingArrows.png') no-repeat 0 0;
}

.gallery-large-next {
	right: -5px;
	background: url('../img/listingArrows.png') no-repeat -27px 0;
}
#tif-listing .col-sm-2 h2 {
	margin-top: 5px;
}
#tif-listing .listing-body {
	margin-left: 0;
}
#tif-listing .listing-body .tif-description h4, #tif-listing .listing-body .tif-cost h4, .tif-accordion-link h4 {
	font-weight: 700;
}
.tif-accordion-link h4 {
	font-size: 28px;
}
#tif-listing #tif-listing-desc {
	display: none;
}
#tif-listing a.tif-txt {
	font-family: "proxima-nova",sans-serif;
	color: #35acb9;
}
#tif-listing a i {
	color: #35acb9;
}
/*
#tif-listing a.tif-txt:hover, #tif-listing a.tif-txt:focus {
	color: #428bca;
}
*/

h5 {
	font-family: "proxima-nova",sans-serif;
}

.tif-description p.tif-dropdown a {
	font-family: "proxima-nova",sans-serif !important;
}
h1.header, h2.header, h3.header, h4.header, h5.header {
	color: #1b2733;
}
h5.header, .tif-description p.tif-dropdown a {
	font-weight: bold;
	font-size: 12px;
}
.tif-map-row h5 {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tif-map-row, .tif-margin-top-20 {
	margin-top: 20px;
}
.tif-map-row a.tif-map-link {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 300;
	left: 0;
	top: 0;
}
.tif-map, .tif-100 {
	height: 100px;
}
.tif-map-big {
	height: 350px;
}
.floatright {
	float: right;
}
#tif-listing .pdf-link a {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
#tif-listing .pdf-link a:before {
	content: "";
	background: url('../img/pdfbrochure.png') center left no-repeat;
	padding-right: 20px;
}
#tif-listing .pdf-link a:hover {
	color: #35acb9;
}
#tif-listing div.tif-sm-box-nav.tif-fix-marginleft {
	padding-right: 0;
	margin-left: 0;
}

/* Accordion Styles */
#tif-listing #accordion > div#amenities, #tif-listing #accordion > div#events, #tif-listing #accordion > div#meetingrooms, #tif-listing #accordion > div#deals, .listing-landing-page #accordion > div#categories, .listing-landing-page #accordion > div#VenueSearch, .listing-landing-page #accordion > div#neighborhoods.tif-accordion-body, #tif-listing #accordion > div#additionaldates,#tif-listing #accordion > div#amenities, #tif-listing #accordion > div#events, #tif-listing #accordion > div#meetingrooms, #tif-listing #accordion > div#deals, #tif-listing #accordion > div#special-events, .listing-landing-page #accordion > div#categories, .listing-landing-page #accordion > div#neighborhoods.tif-accordion-body, #tif-listing #accordion > div#additionaldates, #tif-listing .accordion-compartment, .mobileMenu #mobileNav-accordion .sub-body {
	display: none;
}
/* Venue Search Styles */
.listing-landing-page #accordion > div#VenueSearch .checkbox input[type="checkbox"] {
    position:static;
    margin-left:0px;
    margin-right:10px;
}
/* Color Change */
#accordion #neighborhoods .tif-neighbor-link a, #accordion #neighborhoods .tif-map-link a, .listing-landing-page .tif-listing-caption a, .search-page .tif-listing-caption a{
	color: #1c2833;
}
.listing-landing-page .tif-listing-caption a:hover {
	text-decoration: none;
	color: #35acb9;
	/* color: #2a6496; */
}

#accordion #neighborhoods .tif-neighbor-link a:hover, #accordion #neighborhoods .tif-map-link a:hover {
	text-decoration: none;
	color: #1c2833;
}

#accordion #neighborhoods .tif-neighbor-link, #accordion #neighborhoods .tif-map-link {
	margin-top: 10px;
}

.tif-arrow-link-wrapper {
	padding: 0 15px 0 0;
	margin: 0;
	position: relative;
}

.tif-arrow-link-wrapper a {
	display: block;
}

.tif-arrow-link-wrapper span.right {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	border-width: 8px 11px;
	margin: -9px 0;
	border-left-color: #f15361;
}
.tif-slider-controls {
	display: none;
}
.tif-slider-controls .tif-arrow-link-wrapper span.right:hover {
	border-left-color: #35acb9;
}

.tif-arrow-link-wrapper span.left {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	border-width: 8px 11px;
	margin: -9px -35px;
	border-right-color: #f15361;
}

.tif-slider-controls .tif-arrow-link-wrapper span.left:hover {
	border-right-color: #35acb9;
}

/* Meeting Rooms Rules */
#tif-listing .tif-side-bar {
	position: relative;
	font-size: 14px;
	color: #9f9f9f;
	text-decoration: none;
	display: inline-block;
	line-height: 56px;
	/* height: 30px; */
	width: 100%;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
}
#tif-listing .tif-side-bar h5 {
	font-size: 28px;
	padding: 0px 5px;
}
#tif-listing .tif-side-bar.active {
	background-color: #C4C4C4;
	color: #333333;
}
#tif-listing .tif-side-bar:hover {
	color: #333333;
}
#tif-listing #mrooms-right-side .tif-content {
	display: none;
}
#tif-listing #mrooms-right-side .tif-content.active {
	display: block;
}
#tif-listing .tif-side-bar a {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	top: 0;
}
#accordion > div.tif-accordion-link {
	font-size: 18px;
	color: #333333;
    text-decoration: none;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 28px;
    line-height: 32px;
	cursor: pointer;
}
.tif-accordion-link h4 {
	margin-top: 0;
}
#accordion > div.tif-small-red-arrows > a:hover {
	text-decoration: none;
}

.tif-inline-block {
	display: inline-block;
}
.tisa-blue-italic {
	font-family: "ff-tisa-web-pro", serif;
	color: #35acb9;
	font-style: italic;
}
#tif-listing h4.tisa-blue-italic {
	padding: 15px 0;
	font-size: 36px;
	line-height: 54px;
	margin-top: 0;
	margin-bottom: 0;
}

#tif-listing #amenities .tif-padding-topbottomleft
{
    padding-left:30px;
    padding-top:0px;
}
#tif-listing #amenities .tisa-blue-italic
{
    margin-top:10px;
}
#tif-listing #amenities .tif-sm-paddingtop.pnova-bold
{
    display: inline-block;
    margin-right: 5px;
}

#events, #deals {
	padding-top: 10px;
}
.tif-table-right, .tif-table-left {
	height: 100px;
}
.tif-table-left {
	margin-top: 10px;
}
.tif-table-left, .tif-table-right {
	position: relative;
	display: table;
}
.tif-table-left .listing-img, .tif-table-right .listing-info {
	display: table-cell;
	vertical-align: top;
}
.tif-table-left .listing-img img {
	width: 100%;
	display: inline-block;
}
.tif-smallheader {
	line-height: 1em;
	padding-top: 10px;
}
.listing-info .tif-smallheader a {
	font-size: 28px;
}
.tif-smallheader a {
	font-size: 16px;
	color: #35acb9;
}
.tif-smallheader a:hover {
	color: #35acb9;
}

/*
.booking-sidebar .tif-txt-drop {
	margin: 5px 0 -4px;
}
*/
.listing-page .sidebar-nav {
	padding-bottom: 0;
}
#tif-listing > hr.tif-dark {
	margin: 15px 0 15px;
}
.tif-phlnews .newsgroup {
	margin-top: 35px;
	margin-bottom: 50px;
}
/*
.tif-phlnews .newsgroup.last {
	padding-bottom: 0;
}
*/
#tif-listing .col-sm-8, .tif-phlnews h3, .tif-phlnews div.newsgroup p {
	padding-left: 15px;
}
.tif-whitesmoke a.tif-link {
	color: whitesmoke;
	line-height: 1.2em;
	border-bottom: none;
}
.tif-whitesmoke a.tif-link:hover {
	border-bottom: 1px groove whitesmoke;
}
.tif-center {
	text-align: center;
}
.page-template-page-listing-landing .landing-body-copy, .page-template-page-listing-landing .tif-featured-listings span.tif-featured-txt {
	color: #c8d746;
	font-family: "ff-tisa-web-pro", serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.page-template-page-listing-landing .landing-body-copy {
	color: #1b2733;
}
.tif-featured-listings div.floatleft {
	font-size: 22px;
}
.largetext {
	font-size: 55px !important;
}
.mediumtext {
	font-size: 18px;
}
.tif-button-normal {
	width: 160px;
	margin: 0 auto;
}
.tif-height-35 {
	height: 35px !important;
}
.tif-height-34 {
	height: 34px !important;
}
.tif-inline-imagelinks h2 {
	line-height: 28px;
	margin-top: 0;
}
.tif-inline-imagelinks h2.red-bar, .tif-inline-imagelinks h2.green-bar, .tif-inline-imagelinks h2.blue-bar {
	padding-bottom: 10px;
}
.tif-inline-imagelink img {
	padding-bottom: 10px;
	width: 100%;
	height: auto;
}
.floatleft {
	float: left;
}
.tif-featured-listings .tif-black-box {
	clear: both;
	padding: 10px 15px;
}
.tif-featured-listings .tif-arrow-link-wrapper {
	letter-spacing: 0.04em;
}
.tif-featured-listings .tif-arrow-link-wrapper .see-all-link {
	line-height: 33px;
}
.tif-featured-listings .tif-black-box .tif-arrow-link-wrapper a {
	color: white;
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tif-featured-listings .tif-black-box .tif-arrow-link-wrapper a:hover {
	color: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	-khtml-opacity: .80;
	opacity: .80;
}
.tif-listing-wrapper {
	margin-top: 15px;
	border-bottom: 1px outset #FCFBFB;
}
.tif-listing-wrapper .tif-featured {
	border-left: 1px inset #FCFBFB;
	border-right: 1px outset #FCFBFB;
	border-top: 1px inset #FCFBFB;
}
.tif-featured-listings .tif-listing-wrapper img {
	border: none;
}
.tif-featured-listings .tif-listing-wrapper .tif-featured img
{
	width: 100%;
	height: auto;
  max-height: 300px;
}
.tif-listing-wrapper div.listing-name {
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 450px;
	font-size: 25px;
	text-shadow: 0 0 5px rgba(0,0,0,.8);
}
.tif-listing-wrapper div.tif-listing-caption {
	border-left: 1px inset #FCFBFB;
	border-right: 1px outset #FCFBFB;
	padding: 15px;
}
.tif-listing-wrapper .tif-listing-caption.tif-events-caption {
	border-top: 1px inset #FCFBFB !important;
}
.tif-listing-wrapper div.tif-listing-caption.tif-deals-caption {
	border-top: 1px dashed #C0C0C0;
}
.tif-listing-wrapper div.tif-listing-caption.tif-deals-caption a {
	display: table;
	float: right;
	margin-right: 10px;
}

.listing-landing-page .tif-listing-wrapper div.tif-listing-caption span.tif-neighborhood, .search-page .tif-listing-wrapper div.tif-listing-caption span.tif-neighborhood {
	display: inline-block;
	padding-left: 10px;
	height: 15px;
	vertical-align: middle;
}
.tif-listing-price {
	color: #35acb9;
	font-size: 18px;
}
a.tif-featured-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 300;
}
.featured-listing-group.tif-hide {
	display: block;
}
.tif-hide {
	display: none;
}
.listing-landing-page .tif-main-body {
	padding-bottom: 20px;
}
.tif-pos-absolute {
	position: absolute;
}
.tif-left-top-0 {
	left: 0;
	top: 0;
}
.tif-anchor-listings {
	top: -150px;
}
.tif-blue {
	color: #35acb9;
}
.tif-blue-bottom-border {
	border-bottom-color: #35acb9 !important;
	border-top-color: none !important;
}
.no-title-red-bar, .no-title-green-bar, .no-title-blue-bar {
	margin-bottom: 0;
}

body.tif-page-all-listings h2.header {
	margin-bottom: 0;
	padding-bottom: 0;
}
body.tif-page-all-listings ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
body.tif-page-all-listings .sidebar-nav > .memberListings {
	display:none;
}
body.tif-page-all-listings ul.column {
	float:left;
}
body.tif-page-all-listings ul.list-column-1,
body.tif-page-all-listings ul.list-column-2,
body.tif-page-all-listings ul.list-column-3 {
	/*width:30%;
	margin-right:15px;*/
}
body.tif-page-all-listings .the-tif-listings .sidebar-nav {
	margin-left: 10px;
}
body.tif-page-all-listings .the-tif-listings .sidebar-nav ul li {
	border-bottom: 1px solid #9f9f9f !important;
}
body.tif-page-all-listings ul.memberListings li.tif-member-listing {
	padding: 5px 20px 5px 0;
	width: 300px;
	margin: 0;
	margin-right:15px;
	margin-left:10px;
}
.ie9 body.tif-page-all-listings ul.memberListings li.tif-member-listing, .lt-ie9 body.tif-page-all-listings ul.memberListings li.tif-member-listing
{
	margin: 0 15px !important;
	padding-right: 5px !important;
}
body.tif-page-all-listings select {
	color: #555555;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	margin-left: 2px;
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	border: 1px solid #AAAAAA;
	padding: 5px 15px 5px 5px;
	background-image: url('../img/select_down.png'), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: 97% center;
	background-repeat: no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 5px;
	-webkit-user-select: none;
	overflow: hidden;
	white-space: nowrap;
}


body.tif-page-all-listings hr {
	margin-top: 10px;
}
.landpage-body .land-right {
	padding-top: 15px;
}
/*
.landpage-body .land-right.headerslidergroup .multiwidget-vertical {
	margin-top: -15px;
}
*/
.filtered .tif-member-listing {
    display: none !important;
}
.filtered .tif-member-listing.visible {
    display: inline-block !important;
}
hr.tif-article-logo {
	margin-top: 2px;
}
.ads-box .ads-box-container .article {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}
.tif-buttonlinks-wrapper {
	text-align: center;
}
.tif-buttonlinks-wrapper ul.tif-buttonlinks {
	list-style: none outside none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.tif-buttonlinks-wrapper ul.tif-buttonlinks li {
	margin: 0.5em 0.2em 0.2em;
	padding: 0;
	display: inline-block;
}
.tif-unbold {
	font-weight: normal !important;
}
.tif-contact-header {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: -5px;
	font-size: 20px;
}
.tif-contact-details {
	padding: 0 15px 0 0;
	line-height: 30px;
}

.tif-section-main, .tif-contact-gallery-wrapper > .row {
	padding: 0 15px;
	margin-bottom: 40px;
}
.tif-section-left {
	padding-left: 15px;
}
.tif-section-left, .tif-section-right {
	margin-bottom: 20px;
}
.tif-section-right {
	padding-right: 15px;
}
.tif-contact-thumb {
	margin-top: 25px;
}
.tif-link-group-wrapper {
	margin: 0 15px !important;
	padding: 15px 0 40px 15px;
	border-bottom: 1px outset #FCFBFB;
}
p.tif-link-group-link {
	border-bottom: 1px outset #FCFBFB;
	margin: 0;
	padding: 10px 0;
}

/* Map Callout */
.infowindow-table { width:245px; }
.infowindow-table tbody tr:first-child { display:none; }
.infowindow-table .listing-img, .infowindow-table .listing-info { float:none; margin-right:0; }
.infowindow-table .listing-img { width:245px; }
.infowindow-table .listing-info { padding: 5px 12px; width:221px; }
.infowindow-table .listing-info h3 { font-size:15px; line-height:1em; margin: 8px 0; text-align: center; }
.infowindow-table .listing-info p { font-size:12px; }
.infowindow-table .listing-info p.contact { position:relative; }
.infowindow-table .listing-info p.contact, .infowindow-table .listing-info p.contact a { font-size:11px; }
.infowindow-table a.favorite-selector { bottom:15px; display:block; position:absolute; right:10px; }

.infowindow			  	{ position: absolute; z-index: 400; visibility: hidden; display: none; width:245px; }
.infowindow-relative     	{ position: relative; top: -10px; }
.infowindow-relative .flag { z-index:1; position:absolute; right:-9px; top:80%; }
.infowindow-table		  	{ position: relative; z-index:5; width:245px; }
.infowindow-arrow		  	{ position: absolute; background: url('../images/co_arrow.png') no-repeat; font-size: 1px; height: 31px; width: 30px; bottom:-19px; left:50%; margin-left:-15px; z-index:6; }
.infowindow-close 			{ position: absolute; background: url('../images/co_x.png') no-repeat; width:36px; height:36px; top:-18px; right:-24px; z-index:6; cursor:pointer; }
.infowindow-top-left     	{ background: url('../images/co_nw.png') no-repeat; font-size: 1px; height: 10px; width:7px; }
.infowindow-top-mid      	{ background: url('../images/co_n.png') no-repeat 0 bottom; font-size: 1px; height: 9px; }
.infowindow-top-right    	{ background: url('../images/co_ne.png') no-repeat; font-size: 1px;	height: 10px; width: 7px; }
.infowindow-mid-left     	{ background: url('../images/co_w.png')   repeat-y; font-size: 1px;	width:  7px; }
.infowindow-mid-mid      	{ background: #FFF; color: #333; }
.infowindow-mid-right    	{ background: url('../images/co_e.png')   repeat-y;	font-size: 1px; width:  7px; }
.infowindow-bottom-left  	{ background: url('../images/co_sw.png') no-repeat; font-size: 1px;	height: 12px; width: 7px; }
.infowindow-bottom-mid   	{ background: url('../images/co_s.png')   repeat-x; font-size: 1px;	height: 12px; }
.infowindow-bottom-right 	{ background: url('../images/co_se.png') no-repeat; font-size: 1px;	height: 12px; width: 7px; }
#infowindowdata .logo { background: url('../images/sprites-bullets.png') -750px -28px no-repeat; height:22px; position:absolute; top:0; width:22px; }
#infowindowdata .map-infowindow table { width:280px; } /* Deals map infowindow */
#infowindowdata .info 		{ font-family: sans-serif; font-size:12px; color:#383633;}
#infowindowdata .thumb		{ float: left; margin: 0 0 6px 0; position:relative; min-height:22px; display:inline-block; }
#infowindowdata .map-infowindow .thumb		{ margin:2px; }
#infowindowdata a.map-link { color: #1c2833; font-family: "proxima-nova", sans-serif; font-style: normal; font-weight: 700; }
#infowindowdata a.map-link:hover { color: #35acb9; text-decoration: none; }

#infowindowdata .thumb img { margin-right: 12px; }

#infowindowdata .map-infowindow table td .actions .add 		{ position:absolute; bottom:0; left:1px; background-color:#FFF; border:0; width:108px; padding:2px 36px; background-position: 120px -400px; font-family: league-gothic, 'Arial Narrow', sans-serif; font-weight:normal; }
#infowindowdata .add:hover { background-position: 120px -450px; }
#infowindowdata .remove 	{ position:absolute; bottom:0; left:1px; background-color:#FFF; border:0; width:120px; padding:2px 30px 0; background-position: 142px -700px; }
#infowindowdata .remove:hover { background-position: 142px -750px; }
#infowindowdata a.offer { padding-left:22px; }
#infowindowdata a.offer:hover { background-position: 0 -575px; }
#infowindowdata sup 		{ color:#969291; padding:0 5px 0 0; font-size:15px; font-family: league-gothic, 'Arial Narrow', sans-serif; font-weight:normal; }
#infowindowdata .deals		{ float:left; text-transform:uppercase; font-size:24px; width:200px; line-height:1.2; }
.map-infowindow    		{ padding: 0px; }
.delete-infowindow 		{ padding: 0px 5px 4px 5px; }
.info-infowindow   		{ padding: 0px 1px 2px 5px; }

.infoDiv { cursor: pointer; }

/* EVENTS MAP CALLOUT - ALSO SEE EventUI.js */
.eventCallout { width: 231px; height: 195px; }
.eventCallout  { position: relative; margin: 0; width: 231px; margin-bottom: 10px; }
.eventCallout  img { max-width: 100%; -webkit-border-radius: 0; border-radius: 0; }
.eventCallout h5 { padding-left: 10px; font-size: 1.5em; font-weight: normal; color: #000; }
#calloutdata .eventCallout table { width: 231px; }

/* FAVORITES MAP CALLOUT - ALSO SEE FavoriteListUI.js */
.favoriteCallout { width: 231px; height: 200px; cursor: pointer; }
.favoriteCallout  { position: relative; margin: 0; width: 231px; margin-bottom: 10px; }
.favoriteCallout  img { max-width: 100%; -webkit-border-radius: 0; border-radius: 0; }
.favoriteCallout h5 { padding-left: 10px; font-size: 1.5em; font-weight: normal; color: #000; }
#calloutdata .favoriteCallout table { width: 231px; }

/* DEALS MAP CALLOUT - ALSO SEE DealListUI.js */
.dealsInfo { cursor: pointer; }


.info-callout .info-left  { float: left; width: 170px; position: relative; }
.info-callout .info-right { float: left; width: 170px; border-left: solid 1px #AAAAAA; }
.info-callout .info-title { color:#1F1E1C; font-family:Helvetica,Arial,sans-serif; font-size:11px; font-weight: bold; padding: 0px 0px 2px 0px; }
.info-callout a.arrow,
.info-callout a.arrow:hover,
.info-callout a.arrow:visited { position: absolute; bottom: 0px; left: 0px; width: 154px; background-color: #EFEBE3; }

.callout .callout-mid-mid h4 { font-size:20px; color:#32666F; text-transform:none; display:block; }
.callout .callout-mid-mid h5 { display:inline-block; }
.callout .callout-mid-mid h4 a { color:#32666F; }
.callout .callout-mid-mid p { margin:0 0 6px; display:block; }
.callout .callout-mid-mid p a { color:#000; padding:1px 8px 0 0; font-size:14px; background:url('../images/icons_list.png') no-repeat 0 -102px; width:10px; }
.callout .callout-mid-mid p a:hover { color:#ce132a; }
.callout .callout-mid-mid strong { font-weight: 700; }
#calloutdata .thumb	img { width: 40px; height: 40px; }
.callout .callout-mid-mid h5, .callout .callout-mid-mid p:first-child { margin-top:5px; }

.map-callout div p { font-size:13px; }
.map-callout div a, .map-callout div p a { color:#000; text-decoration:none; }
.map-callout div p:first-child, .map-callout div p:first-child a { color:#168C9C; }

.visit .map-callout div p:first-child, .visit .map-callout div p:first-child a, .visit .map-callout div p a:hover { color:#C7AE26; }
.meet .map-callout div p:first-child, .meet .map-callout div p:first-child a, .meet .map-callout div p a:hover { color:#105B67; }
.travel .map-callout div p:first-child, .travel .map-callout div p:first-child a, .travel .map-callout div p a:hover { color:#E9804F; }
.culture .map-callout div p:first-child, .culture .map-callout div p:first-child a, .culture .map-callout div p a:hover { color:#8d3965; }
.sports .map-callout div p:first-child, .sports .map-callout div p:first-child a, .sports .map-callout div p a:hover { color:#f64e5d; }
.sciences .map-callout div p:first-child, .sciences .map-callout div p:first-child a, .sciences .map-callout div p a:hover { color:#3c8383; }

/* ---- CSS3 ---- */
#calloutdata .thumb	img {
-webkit-border-radius: 3px;
		border-radius: 3px;

}
.tif-location-side h3.pnova-bold {
	letter-spacing: 0.04em;
}
.tif-description  p, .tif-description font, .tif-description  span, .tif-description  p  span, .tif-description  p  font  span, .tif-description  p  font  {
    font-family: "ff-tisa-web-pro", serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
}
.tif-testimonials .tif-testimonial > .row {
	margin: 0;
}

.tif-testimonial .tif-quote-box {
	padding: 25px 30px 25px 25px;
}
.tif-quote-box-head .tif-quote-name-pos {
	border-top: 1px solid #35acb9;
	padding: 20px 0;
	margin-left: -15px;
}
.quote-line {
	padding-bottom: 10px;
}

button.TheFormControl_SubmitBTN {
	width: auto;
	padding: 0 20px;
	margin-left: 2px;
}
.btn-gen.TheFormControl_SubmitBTN {
	font-weight: 400;
    font-size: 12px;
}
body.mobile .btn-gen.TheFormControl_SubmitBTN {
	width: 100%;
	height: 54px;
	font-size: 24px;
}
.itemsave   { background: url('../images/fileupload/save.png')   0px 0px no-repeat; height: 15px; width: 15px; cursor: pointer; }
.itemdelete { background: url('../images/fileupload/sprites_icons.png') 0 3px no-repeat; height: 16px; width: 15px; cursor: pointer; }

table.file-upload-table {
	margin: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
	border-spacing: 5px;
	border-collapse: separate;
}

body.mobile table.file-upload-table {
	width: 100%!important;
}
body.mobile div.lp_scanlines {
	display: none;
}
/* Modal Form Styles... */
body.modal-open {
	overflow: hidden !important;
	position: fixed !important;
	margin-right: 0 !important;
}
.modal .modal-header .close {
	margin-top:-25px;
}
.modal.custom {
	overflow-y: auto !important;
}
body.mobile #modalForm {
	margin: 0;
}
body.mobile .modal .modal-header h4.modal-title {
	padding-right: 70px;
}
body.mobile .modal .modal-header button {
  position: absolute;
  margin: 0;
  top: 15px;
  right: 15px;
}
body.mobile .modal .modal-header button span {
	font-size: 50px;
}
.col-sm-md-5 .form-control {
	padding: 6px 12px;
}
.modal-body .modal-html {
	margin-bottom: 15px;
}
.modal-body .modal-html ul {
	margin-left: 15px;
}
.modal-body span.tif-red {
	color: #f55261;
}
.modal-body #modalForm {
	width: 100%;
	margin-right: 15px;
	margin-left: 15px;
}
.modal-body #modalForm.no-bs {
  width: auto;
}

/* Form Errors */
ul.error-list.required {
	list-style: none;
}
ul.error-list.required li {
	color: #f55261;
}

/* Pillars Slider Classes */
.pillars-slider-wrapper img {
	width: 100%;
	max-width: 346px;
}

.pillars-slider-wrapper  li {
	visibility: hidden;
}

.tif-uppercase {
	text-transform: uppercase;
}

ul.square {
	list-style-type: square;
}
/* Listing Landing Page Styles */
.accordion-title {
	font-size: 36px;
}

.tif-col-wrapper {
	padding: 15px 0 0 !important;
}

/* RESPONSIVE DESIGN IMPLEMENTATION */

#tif-listing .tif-member.tif-table-cell.tif-listing-name {
	float: right;
	display: block;
	padding: 30px 0 0;
}
#tif-listing .tif-member.tif-table-cell.tif-phl {
	display: block;
	padding: 15px 0;
	margin: 15px auto;
}
#tif-listing .inner-content-wrapper .tif-gallery-outer {
	padding: 0;
}
#tif-listing.tif-event .inner-content-wrapper .tif-gallery-outer, #tif-listing.tif-deal .inner-content-wrapper .tif-gallery-outer {
	padding: 0 0 15px;
}

/* Small Map on Listing Pages */
.tif-map-row .small-map-wrapper {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.tif-map-row .small-map-wrapper img.tif-small-map {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -320px;
	margin-top: -225px;
}

.tif-sm-box-nav {
	padding: 0;
}
.tif-nearby-wrapper {
	margin-right: -15px;
}
.tif-nearby-wrapper ul.boxed-nav {
	margin-bottom: 0;
}

.tif-map-row h5 {
	padding-top: 15px;
}
.footer-links {
	margin: 0 -15px;
}
/* Added for events in mobile browsers, but can be used anywhere needed to vertically align a row in bootstrap */
.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center; /* Optional, to align inner items
                              horizontally inside the column */
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

body.mobile button {
	margin: auto;
}

#eventsHeader, #dealsHeader {
	padding-bottom: 0;
}

/* Events and Deal List Pages */
#eventsHeader .tif-table, #dealsHeader .tif-table {
	border-spacing: 20px 0;
	margin-left: 0;
	padding: 0;
}

/* File Uploads in Forms */
body.mobile div[id^=tiFileUpload] table, body.mobile div[id^=tiFileUpload] iframe {
	height: 54px !important;
	width: 100% !important;
}
div[id^=tiFileUpload] table, div[id^=tiFileUpload] iframe {
	width: 150px !important;
	height: 30px !important;
}

.container.index-body .right-index-main .widget_phl_menu_widget .sidebar-nav ul li {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container.index-body .right-index-main .widget_phl_menu_widget .sidebar-nav ul li a {
  line-height: 1.42857143;
}

/*
#eventsHeader .date-label .search-button-wrapper {
  width: 220px;
  text-align: center;
}
*/
.iframecontainer {
  width:100%;
}
.iframecontainer iframe {
  width:100%;
}
@media (min-width: 560px) {

}
@media (min-width: 630px) {
  div.tif-inner-slides div.tif-arrow-left, div.tif-inner-slides div.tif-arrow-right {
    display: inline-block;
  }
}
@media (min-width: 669px) {
	/* Home Styles mainly */
	.container.index-body .left-index-main {
		padding: 0 15px;
	}
	/*
	.container.index-body .left-index-main ul.nav-tabs, .search-results-body ul.nav-tabs {
		width: 652px;
	}
	*/
}
@media (min-width: 768px) {
	.mobile-slider-wrapper {
		max-height: 350px;
	}
	body.mobile .form-horizontal .control-label {
		text-align: left;
		padding: 0 15px;
		margin-bottom: 5px;
	  }
	body.mobile button {
		margin: 10px auto;
	}
	body.mobile .mobileNav-Body button {
		margin: 0;
	}
	.tif-search-form .tif-input-txt {
		padding-right: 5px;
	}
	.sidebar-nav ul li {
		width: 49%;
	}
  .container.index-body .right-index-main .widget_phl_menu_widget .sidebar-nav ul li {
    width: 100%;
  }
	tif-margin-top60 {
		margin-top: 60px !important;
	}
	/* Listing Landing Page Styles */
	.listing-landing-page .tif-submit-div #TheSearchBTN {
		width: auto;
		margin: 10px auto;
	}
	.left-index-main .tab-content {
		padding: 0;
	}
	/*
	.tif-map-row .small-map-wrapper {
		height: 300px;
	}
	*/
  /*
	#mobileCarousel, #mobileSingle {
		height: 350px;
	}
  */
}

@media (min-width: 885px) {
  .page-template-default div.tif-headslider-wrapper {
    width: 750px;
  }
}

/* col-md */
@media (min-width: 992px) {
	div.lp_scanlines {
		display: block;
	}
	#tif-listing .tif-side-bar h5 {
		font-size: 14px;
	}
	#tif-listing .tif-side-bar {
		line-height: 30px;
	}
	#tif-listing #meetingrooms #mrooms-right-side {
		margin: 10px 0 10px -30px;
	}
	.form-horizontal .control-label {
		padding: 7px 0;
		margin-bottom: 0;
		text-align: right !important;
	  }
	div.col-md-8 select {
		width: auto;
	}

	div.tif-headslider-wrapper {
		overflow: hidden;
		overflow-x: hidden;
	}
	.container.index-body .left-index-main .blue-box-hero {
		padding: 0;
	}
	.container.index-body .left-index-main .blue-box-hero .blue-box-area h5 {
		float: none;
	}
	#eventsHeader .tif-table, #dealsHeader .tif-table {
		margin-left: -7px;
	}
	#eventsHeader .tif-table.padding-left-35, #dealsHeader .tif-table.padding-left-35 {
		padding-left: 35px;
	}
  /*
	body.tif-page-pillarspage .bottom-sub-foot .visitor-nav, body.tif-page-pillarspage .bottom-sub-foot .meeting-nav {
	  padding-left: 55px;
	}
  */
	.tif-search-form .btn-primary {
		height: 34px;
	}
	/* Landing Page Specific */
	.landpage-body .sidebar-nav {
		display: block;
	}
	.sidebar-nav ul li {
		width: auto;
		display: block;
		padding: 4px 0;
		font-size: 16px;
		line-height: 18px;
		border-bottom: 1px solid #9f9f9f;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
				box-shadow: none;
	}
	.landpage-body .land-left h2, .landpage-body .land-right h2 {
	  font-size: 28px;
	  line-height: 0.9em;
	  /* padding-top: 0; */
	  padding-bottom: 10px;
	}
	.landpage-body .land-center h3 {
	  font-size: 22px;
	}
	/* Listing Landing Pages */
	.listing-landing-page .bottom-sub-foot {
		margin-right: -15px;
	}
	.accordion-title {
		font-size: 24px;
	}
	.page-template-page-listing-landing .landing-body-copy {
		font-size: 18px;
	}
	.tif-accordion-link h4 {
		font-size: 18px;
	}
	.tif-accordion-inner-link, .listing-landing-page .tif-listing-caption {
		font-size: 15px;
		padding: 4px 0;
		line-height: 16px;
	}
	.listing-landing-page .tif-submit-div #TheSearchBTN {
		margin: 5px 0 0 5px;
		font-size: 12px;
		height: 34px;
	}
	h5.tif-sidebar-listingpages, h5.tif-sidebar-landingpage, h5.tif-sidebar-sitesearch {
		font-size: 17px;
		text-align: left;
		/* padding-left: 20px; */
		padding-right: 10px;
		line-height: 1.3em;
		margin-top: 0;
		margin-bottom: 2px;
	}
	div.tif-search-form-wrapper div.tif-search-form h5.tif-sidebar-listingpages {
		margin: -7px 0 0;
	}
	.bottom-sub-foot h2 {
		font-size: 30px;
		width: 150px;
		line-height: 28px;
		margin-top: 20px;
	}
	.featured-listing-group.tif-hide {
		display: none;
	}
	.tif-slider-controls {
		display: block;
	}
	#tif-listing .inner-content-wrapper {
		margin-right: -15px !important;
	}
	.tif-col-wrapper {
		padding: 0 15px 0 30px !important;
	}
	#tif-listing .tif-col-wrapper {
		background: none;
		margin-top: 0;
	}
	.tif-col-wrapper .tif-inside-wrapper {
		margin: 0 0 0 15px;
	}
	.tif-gallery-wrapper {
		/* margin: 0; */
		display: block;
		margin: 0 -15px;
		width: auto;
	}
	#tif-listing .tif-inside-wrapper .tif-location-wrapper {
		height: 356px;
	}
	.tif-location-side .tif-bottom-cont {
		position: absolute;
		width: 80%;
		left: 10%;
		bottom: 0;
	}
	.tif-gallery-wrapper {
		/* margin: 0 auto; */
	}
	#tif-listing .tif-member.tif-table-cell.tif-listing-name {
		display: table-cell;
		float: none;
		padding: 0;
	}
	#tif-listing .tif-member.tif-table-cell.tif-phl {
		display: table-cell;
		padding: 0 0 15px;
		margin: 0;
	}
	/*
		These Member Listing images are being stretched to about 962 pixels,
		so they need to be bigger than 587px in width honestly,
		but it's not much of a difference so we stretch it 100% for now!
		When Browser width >= 992px, we shrink it down to a max-width of 590px.
	*/
	.tif-gallery-wrapper .mask img {
		height: 356px;
		width: auto;
		max-width: 590px;
	}
	#tif-listing .inner-content-wrapper .tif-gallery-outer {
		padding: 0 15px;
	}
	#tif-listing .listing-body {
		margin-left: 45px;
	}
	.tif-map-row .small-map-wrapper {
		height: 100px;
	}
	.tif-sm-box-nav .tif-box-inner {
		position: absolute;
	}
	.tif-sm-box-nav .tif-box-inner ul.tif.boxed-nav a li {
		height: 30px;
		font-size: 9px;
	}
	.tif-sm-box-nav {
		padding: 0 5px 0 0;
	}
	.tif-nearby-wrapper {
		margin-right: 0;
	}
	#tif-listing div.tif-sm-box-nav.tif-fix-marginleft {
		margin-left: -15px;
	}
	.tif-nearby-wrapper ul.boxed-nav {
		margin-bottom: 10px;
	}
	#tif-listing h4.tisa-blue-italic {
		padding: 0;
		line-height: 1.1;
		font-size: 16px;
	}
	#tif-listing hr.tif-dark {
		margin: 15px 0 15px -15px;
	}
	.tif-map-row h5 {
		padding-top: 0;
	}
	.listing-info .tif-smallheader a {
		font-size: 16px;
	}
	.tif-inside-wrapper .tif-location-side {
		padding: 15px 20px;
	}
	/* Deals */
	.tif-location-side a.tif-whitesmoke {
		font-size: 12px;
	}
	.tif-event .tif-location-side h3.tisa-purple-italic, .tif-event .tif-location-side h3.tif-whitesmoke {
		font-size: 20px;
	}
	.tif-event .inner-content-wrapper .tif-inside-wrapper, .tif-deal .inner-content-wrapper .tif-inside-wrapper, .inner-content-wrapper .tif-inside-wrapper {
		margin: 0 auto;
	}
	#tif-listing.tif-event .inner-content-wrapper .tif-gallery-outer, #tif-listing.tif-deal .inner-content-wrapper .tif-gallery-outer {
		padding: 0 15px;
	}
	/* Homepage Specific */
	.container.index-body .left-index-main .nav-tabs > li > a, .search-results-body .nav-tabs > li > a, .results-organize .nav-tabs > li > a {
		font-size: 14px;
		margin-top: 25px;
		height: 55px;
		line-height: 14px;
	}
	.container.index-body .left-index-main .nav-tabs, .search-results-body .nav-tabs {
		height: 65px;
	}
	.container.index-body .left-index-main .blue-box-hero .blue-box-area {
		margin-top: 205px;
	}
	.container.index-body .left-index-main {
		margin-top: 35px;
	}
  /*
	body.tif-page-sitesearch .search-page .land-right {
		margin-top: 38px;
	}
	*/
	.tif-contact-details {
	    margin: 25px 35px 0 -35px;
		line-height:16px;
	}

	div[id^=tiFileUpload] table, div[id^=tiFileUpload] iframe {
		width: 150px;
	}

  .page-template-default div.tif-headslider-wrapper {
    height: 180px;
  }
  .page-template-default div.tif-headslider-wrapper {
    margin-bottom: 0;
  }
}

@media (min-width: 1020px) {
	.white-bar, .tif.nav-offset, .tif.navbar {
		display: block;
	}
	.nav-tabs > li > a {
		margin-right: 2px;
	}
	.container.index-body .right-index-main .widget_phl_menu_widget {
		display: inline-block;
	}

}

@media (min-width: 1135px) {
  .page-template-default div.tif-headslider-wrapper {
    width: 1000px;
  }
}

@media (min-width: 1200px) {

}







/*****************************
Custom Edits for Globalization
*****************************/



#tif-listing .inner-content-wrapper {
	margin-left: 0 !important;
	margin-right: 0;
}

/* Mobile Specific CSS, Could be put into it's own css file for mobile devices if we wanted to: */
/* Slider on Landing Pages... */

body.mobile .body-content .tif-inner-slides {
	background-color: #F4F4F4;
	margin: 0 0 30px 0;
}
body.mobile .page-template-default div.tif-headslider-wrapper {
	margin-bottom: 0;
}
body.mobile.page-template-default .tif-absolute h2.header {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 28px;
}

/* Below used for Listing Landing Pages. */
body.mobile .listing-landing-page > hr.tif-dark {
	display: none;
}
body.mobile h4, body.mobile .tif-description h4, body.mobile h5.header, body.mobile .tif-description p.tif-dropdown a {
	font-size: 28px;
}
body.mobile .listing-body .tif-accordion-link h4.tif-inline-block {
	max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
body.mobile .listing-body .accordion-compartment {
	clear:both;
}
body.mobile div.tif-sX h4 {
	font-size: 20px;
}

body.mobile .panel-blue-box .body_content h4, body.mobile .home-blue-box .body_content h4 {
	font-size: 14px;
}
body.mobile .tif-smalltext {
	font-size: 24px !important;
	line-height: 30px !important;
}

body.mobile input#tifSearch {
	height: 70px;
}

body.mobile div.tif-search {
  width: 100%;
}

body.mobile .tif-search label.btn input#tifSearch {
  display: table-cell;
  width: 100%;
  height: 100%;
}

body.mobile .tif-search label.btn {
    display: table;
    vertical-align: middle;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #9f9f9f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body.mobile .tif-search label.btn input#tifSearch {
  display: table-cell;
  border: none;
}

#mobileContentWrapper {
  background-color: #F4F4F4;
  padding: 30px;
  text-align: center;
}
/*
#mobileENews .keep-in-touch input {
	background-color: #ffffff;
	color: #9f9f9f;
	margin-bottom: 15px;
	height: 48px;
	width: 100%;
	font-size: 28px;
	margin: 10px auto;
	padding: 0 10px;
}
*/

/* #mobileENews .keep-in-touch .btn-primary { */
body.mobile a.btn-primary, body.mobile a.btn {
	display: block;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	margin: 5px auto;
	background-color: #f55261;
	border: none;
	border-radius: none;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	padding: 15px;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	height: auto;
	letter-spacing: 0.04em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.mobileSocialWrapper {
	/* margin: 0 -15px; */
	padding: 0 0 15px;
	background-color: #F4F4F4;
	text-align: center;
}
body.mobile.legacy .mobileSocialWrapper .social-box .social-icon {
	padding: 15px;
}
.mobile-home-300x250 {
	padding: 15px 0;
}
.mobileSocialWrapper .social-box .social-icon {
	padding: 10px 0;
	margin: 0;
	background-color: #295a9b;
	display: inline-block;
	width: 55px;
	height: 55px;
}
.mobileSocialWrapper .social-box .social-icon a {
	font-size: 35px;
	color: #FFFFFF;
  line-height: 0;
}
.mobileSocialWrapper .social-box .ic-li {
  background-color: #007bb6;
}
.mobileSocialWrapper .social-box .ic-tw {
	background-color: #00a9e3;
}
.mobileSocialWrapper .social-box .ic-yt {
  background-color: #d43226;
}
.mobileSocialWrapper .social-box .ic-fl {
  background-color: #ff0082;
}
.mobileSocialWrapper .social-box .ic-pn {
  background-color: #d61324;
}
.mobileSocialWrapper .social-box .social-icon.ic-ig {
  background-color: #517fa4;
}
.mobile-button.share-button.visible-xs.visible-sm.hidden-md.hidden-lg.sharer-1 .social.networks-5.center {
  opacity: 1;
  visibility: visible;
  margin: 0 auto;
}
.mobile-button.share-button.mobile-button.visible-xs.visible-sm.hidden-md.hidden-lg.sharer-1 .social.networks-5.center {
	margin-left: auto;
}
.mobile-button.share-button .social {
	-webkit-box-shadow: 0 0 10px -1px rgb(0,0,0);
	-moz-box-shadow: 0 0 10px -1px rgb(0,0,0);
	box-shadow: 0 0 10px -1px rgb(0,0,0);
}
.mobile-button.share-button.mobile-button.visible-xs.visible-sm.hidden-md.hidden-lg.sharer-1 {
	width: 100%;
	height: auto;
}
.mobile-button.share-button .tif-social {
	text-align: center;
	padding: 15px;
}
.mobile-button.share-button.mobile-button.visible-xs.visible-sm.hidden-md.hidden-lg.sharer-1 .social.networks-5 {
	width: 350px;
}
.mobile-button.share-button.visible-xs.visible-sm.hidden-md.hidden-lg.sharer-1 .social.networks-5, .mobile-button.share-button.mobile-button.visible-xs.visible-sm.hidden-md.hidden-lg.sharer-1 .social.networks-5 ul {
	width: 350px;
}
.mobile-button.share-button.mobile-button.visible-xs.visible-sm.hidden-md.hidden-lg.sharer-1 .social ul li {
	font-size: 30px;
	width: 70px;
	height: 40px;
}
body.mobile div.tif-black-box {
	margin-top: 10px;
}

/* No margin top for Event and Deal Listings! */
body.mobile.tif-page-events .tertiary div.tif-black-box, body.mobile.tif-page-deals .tertiary div.tif-black-box {
	margin: 0;
}

.noscroll {
	position: fixed;
	overflow: hidden;
}

/* Navigation Menu */
.mobileMenu {
  background-color: #1c2833;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100% !important;
  max-width: none !important;
  height: 105px;
  z-index: 1001;
	-moz-transform: translate3d(0, 0, 10px);
  -ms-transform: translate3d(0, 0, 10px);
  -webkit-transform: translate3d(0, 0, 10px);
  transform: translate3d(0, 0, 10px);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.mobileMenu > .container {
	max-width: none;
	width: 100% !important;
}
.mobileMenu.unpinned {
	-moz-transform: translate3d(0, -105px, 10px);
  -ms-transform: translate3d(0, -105px, 10px);
  -webkit-transform: translate3d(0, -105px, 10px);
  transform: translate3d(0, -105px, 10px);
}
.mobileMenu.pinned {
	-moz-transform: translate3d(0, 0, 10px);
	-ms-transform: translate3d(0, 0, 10px);
	-webkit-transform: translate3d(0, 0, 10px);
	transform: translate3d(0, 0, 10px);
	height: 0;
	overflow: visible;
}
.mobileMenu.expanded {
	height: 100% !important;
}
.mobileMenu .mobile-header {
	background-color: #FFFFFF;
}
.mobileMenu .burger-wrapper .mobile-nav-burger {
	float: right;
	cursor: pointer;
  margin: 15px 15px 0 0;
}
.mobileMenu .burger-wrapper .mobile-nav-burger {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
  cursor: pointer;
}
.mobileMenu .burger-wrapper .mobile-nav-burger.open {
  width: 50px;
}
.mobileMenu .burger-wrapper .mobile-nav-burger span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #1c2833;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s linear;
  -moz-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
}

.mobileMenu .burger-wrapper .mobile-nav-burger.open span {
  background: #f55261;
  left: -5px;
  top: 5px;
}

.mobileMenu .burger-wrapper .mobile-nav-burger span:nth-child(1) {
  top: 0px;
}

.mobileMenu .burger-wrapper .mobile-nav-burger span:nth-child(2), .mobileMenu .burger-wrapper .mobile-nav-burger span:nth-child(3) {
  top: 15px;
}

.mobileMenu .burger-wrapper .mobile-nav-burger span:nth-child(4) {
  top: 30px;
}

.mobileMenu .burger-wrapper .mobile-nav-burger.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.mobileMenu .burger-wrapper .mobile-nav-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobileMenu .burger-wrapper .mobile-nav-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobileMenu .burger-wrapper .mobile-nav-burger.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}


/*
.mobileMenu .burger-wrapper .mobile-nav-burger .menu-txt {
	padding-right: 15px;
	font-size: 28px;
	line-height: 42px;
}
*/

.mobileMenu #mobileNavBodyWrapper {
	display: none;
	position: relative;
	height: 100%;
	/* overflow-y: scroll; */
}

/* Pillars Page Mobile Styles, by Jamie: */
body.mobile .mod-ren-wrapper .pillars-body .pillar-left p, .mod-ren-wrapper .pillars-body .pillar-left p  {
  color: #ffffff;
}
body.mobile .mod-ren-image-copy ul li, .mod-ren-image-copy ul li {
  color: #fffff;
}

/*
.mobileMenu #mobileNavBodyWrapper {
	opacity: 0;
	visibility: hidden;
	height: 100%;
	position: relative;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
*/
/*
.mobileMenu #mobileNavBodyWrapper.expanded {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
*/

.mobile-sup-header
{
    height:30px;
}
.mobile-sup-header a.tif.navbar-brand
{
    color:White;
    padding-left:2px;
}
.mobileMenu #mobileNavBodyWrapper .mobileNav-Body {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 0;
	z-index: 99999;
	margin: 0 auto;
	height: 100%;
}

#phl-footer-info {
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}
#phl-footer-info, #phl-footer-info p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.04em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#phl-footer-info p {
	font-size: 28px;
	line-height: 42px;
}
#phl-footer-info p.phl-number{
	padding: 30px 15px;
	font-size: 30px;
	line-height: 45px;
	font-weight: 700;
}

body.mobile footer .the-menu-links {
	border-bottom: 1px solid #FFFFFF;
	float:none;
}

footer .mobile-promos.tif-table {
  display: table;
	border-spacing: 0;
  padding: 0 15px;
}

footer .mobile-promos.tif-table li {
  text-align: center;
  vertical-align: middle;
  width: 25%;
  padding: 30px 15px;
  display: inline-block;
}

footer .mobile-promos.tif-table .img-fluid {
	display: inline-block;
}

.add-on .input-group-btn > .btn {
	height: 70px;
	right: -2px;
	border-radius: 0;
}
.add-on .input-group-btn > .btn > i.tif-search {
	background: #ffffff url('../img/mobile-search-icon.png') center center no-repeat;
	min-width: 30px;
	min-height: 30px;
	display: table-cell;
}
.add-on .input-group-btn > input {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mobileMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-body .inner-header ul {
    position: relative;
    border-top: 1px solid #333333;
    margin: 15px 0;
    padding: 15px 0;
    width: 100%;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-body .inner-header:last-child ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-body {
  float: left;
  width: 100%;
  padding: 15px 5px;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-body .inner-links {
	margin: 30px 0;
}
.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-body .inner-header .inner-links a {
	color: #9f9f9f;
	text-decoration: none;
	padding: 10px 10px 10px 50px;
	font-size: 28px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-body .inner-header .inner-links a:hover {
	text-decoration: none;
	color: #1c2833;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main #content-meet .inner-header:before {
	content: " ";
	border: solid transparent;
	border-left-color: #35ACB9;
	border-width: 10px 20px;
	margin: 0 -10px 0 15px;
	padding: 0;
	display: inline-block;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main #content-visit .inner-header:before {
	content: " ";
	border: solid transparent;
	border-left-color: #C8D746;
	border-width: 10px 20px;
	margin: 0 -10px 0 15px;
	padding: 0;
	display: inline-block;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-body .inner-header > a, .mobileMenu .mobileNav-Body .mobileMenu-Main .sub-body .inner-header > h3 {
	color: #333333;
	white-space: nowrap;
	text-transform: uppercase;
	display: inline-block;
	font-size: 28px;
	line-height: 28px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-header > li {
	display: table;
	border: 0;
	border-spacing: 0 20px;
	width: 100%;
}
*/

.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-header li {
  display: block;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-header > li .main-arrow {
	/* padding-right: 25px; */
}

.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-header h4 {
  float: left;
  width: 100%;
  font-size: 50px;
  font-weight: 700;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-header h4 a {
	display: table;
	vertical-align: middle;
	font-size: 50px;
	font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-header h4 a span {
  display: table-cell;
  width: 100%;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main .sub-header h4 a img {
  padding-right: 25px;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main li#meet-button h4 a, .mobileMenu .mobileNav-Body .mobileMenu-Main li#meet-button h4 a:active, .mobileMenu .mobileNav-Body .mobileMenu-Main li#meet-button h4 a:focus, .mobileMenu .mobileNav-Body .mobileMenu-Main li#meet-button h4 a:visited, .mobileMenu .mobileNav-Body .mobileMenu-Main li#meet-button h4 a:hover {
	color: #35acb9;
  text-decoration: none;
}

.mobileMenu .mobileNav-Body .mobileMenu-Main li#visit-button h4 a, .mobileMenu .mobileNav-Body .mobileMenu-Main li#visit-button h4 a:active, .mobileMenu .mobileNav-Body .mobileMenu-Main li#visit-button h4 a:focus, .mobileMenu .mobileNav-Body .mobileMenu-Main li#visit-button h4 a:visited, .mobileMenu .mobileNav-Body .mobileMenu-Main li#visit-button h4 a:hover {
	color: #C8D746;
  text-decoration: none;
}

.mobileNav-Body .mobileMenu-Main {
  float: left;
}

/* Use the following for all other elements that go in the Mobile Nav Menu to be consistent */
.mobileNav-Body .input-group, .mobileNav-Body .mobileMenu-Main, .mobileNav-Body .mobileMenu-Links, .mobileNav-Body .mobileSubMenu-Links {
  background: #FFFFFF;
}

.mobileNav-Body .input-group, .mobileNav-Body .mobileMenu-Main {
  padding: 15px 30px;
}

.mobileNav-Body .mobileSubMenu-Links {
  padding: 0;
}

.mobileNav-Body .mobileMenu-Links {
	padding: 10px 30px;
}

.mobileNav-Body .mobileMenu-Main, .mobileNav-Body .mobileMenu-Links, .mobileNav-Body .mobileSubMenu-Links {
  clear: both;
  margin-top: 3px;
	margin-bottom: 3px;
}

.mobileNav-Body input.form-control {
	border: 1px solid #9f9f9f;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-left: none;
	margin: 0 auto;
	left: -4px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-appearance: none;
}
.mobileNav-Body .mobileSubMenu-Links .nav-prof {
	text-transform: uppercase;
	padding: 30px;
  border-bottom: 1px outset #FCFBFB;
}
.mobileNav-Body .mobileSubMenu-Links .nav-prof:last-child {
  border-bottom: none;
}
.mobileNav-Body .mobileSubMenu-Links .nav-prof a {
  display: inline-block;
	color: #1c2833;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
}
.mobileNav-Body .mobileSubMenu-Links .nav-prof a span {
	/* tisa */
	display: block;
  font-size: 30px;
}
.mobileNav-Body .mobileSubMenu-Links hr.tif-dark {
	margin-left: -30px;
	margin-right: -30px;
}

.mobileNav-Body .mobileMenu-Links a, .mobileNav-Body .mobileMenu-Links h3 {
	color: #1c2833;
	position: relative;
	font-size: 30px;
	text-decoration: none;
	display: block;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 700;
  height: 37px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.mobileNav-Body .mobileMenu-Links a img {
  height: 100%;
  padding-right: 15px;
}

.mobileNav-Body .mobileMenu-Links li {
  padding: 10px 0;
  border-bottom: 1px outset #FCFBFB;
}

.mobileNav-Body .mobileMenu-Links li:last-child {
  border-bottom: none;
}

.mobileNav-Body .mobileMenu-Links li a {
  margin: 15px 0;
}

/* Mobile PILLARS PAGES CSS */
body.mobile .pillars-body .pillar-right { padding-left:30px; padding-right: 30px; }
body.mobile .pillars-body .pillar-left { padding-left:30px; padding-right: 30px; }
body.mobile .pillars-body .pillar-left h1 {font-size: 38px;}
body.mobile .pillar-color h1 {
  font-size: 65px;
  padding-top: 10px;
  line-height: 63px;
}
body.mobile .pillars-body .pillar-left p {
  font-size: 26px;
  line-height: 35px;
}
body.mobile .pillars-body .pillar-right h5 {
  margin: 0 0 20px 0;
  font-size: 20px;
}


/* For Mobile Media Queries... good for tablets, etc. */

/* col-md */
@media (min-width: 992px) {

}


/* stop the glowing blue shadow */
/*
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none;
 border-color:#cccccc;
}
*/

/*
.landpage-body .tif-no-slider .tif-menu-first {
	padding-top: 10px;
}
*/
/*
.featured-listing-group {
	min-height: 1855px;
}
*/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


.svg-tiktok {
  content: url('../img/tiktok.svg');
  height: 24px;
  width: 24px;
  padding: 6px;
  border-radius: 4px;
  background-color: #2D918B;
  margin-left: 3px;
  position: absolute;
}

.svg-tiktok:hover {
  content: url('../img/tiktok-hover.svg');
  background-color: #fff;
}
