/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html,
body {
	height: 100%;
}

body {
    /* padding-bottom: 40px; */
    color: #4d4d4d;
    font-family: 'Ubuntu', 'Helvetica', Arial, Verdena, sans-serif;
    /*font-family: "proximanova-reg-webfont", "Helvetica", Arial, Verdena;*/
    max-width: 100%;
    overflow-x: hidden;
    font-size:18px;
    line-height:26px;
}
a {
	color: #00ccff;
	text-decoration: none;
}
.navbar-logo {
	width: 125px;
	height: auto;
}

.container {
	width: 100%;
	padding: 0;
}
.gap {
	width: 100%;
	height: 100%;
}
.container .row.featurette {
	margin: 0 auto;
}
#logo {
	margin: 0 auto;
	position: absolute;
	display: none;
	z-index: 100;
	top: 56%;
	left: 20%;
	text-align: center;
	padding: 0 40px;
	right: 20%;
}
#logo img {
    width: 420px;
    height: 58px;
}
.row-fluid {
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.row-fluid .span {
	display: block;
	float: left;
	min-height: 30px;
}
.overview-text {
    text-align: left;
}
footer {
    background-color: #FFF;
}
footer .footer-wrap {
	padding: 15px;
}
footer .footer-container {
	background-color: #4d4d4d;
	height: 47px;
	text-align: center;
}
footer .footer-container .links {
	line-height: 45px;
}
footer .footer-container .links a {
	position: relative;
	margin: 0 15px;
	color: #FFF;
	padding-right: 20px;
}
footer .footer-container .links a .arrow {
	position: absolute;
	right: 0;
	top: 2px;
	background: url("/public/img/bkg_sm_arrow.png") no-repeat top center;
	width: 10px;
	height: 14px;
}
footer .footer-container .links a:hover .arrow {
	right: -3px;
	transition: right .2s;
	-webkit-transition: right .2s;
	-moz-transition: right .2s;
	-ms-transition: right .2s;
	-o-transition: right .2s;
}
footer .footer-wrap .links a {
	color: #4d4d4d;
	margin-right: 25px;
    font-size: 14px;
}
footer .footer-wrap .copy {
	margin-top: 15px;
    font-size: 14px;
}
.bold {
	font-weight: bold;
}

#window-wrapper,
#main-wrapper,
#mobile-nav-wrapper {
	position: relative;
	height: auto;
	overflow: hidden;
	top:0;
	left:0;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}
#main-wrapper {
	z-index: 10000;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	background-color: #000;
}
#mobile-nav-wrapper {
	position: absolute;
	z-index: 0;
	height: 100%;
	overflow: scroll;
}

/* SHARE ICONS
-------------------------------------------------- */
#shares,
#shares li {
	list-style: none;
}
#shares li {
	background: url("/public/img/bkg_share_icon.png") no-repeat 0 0;
	float: left;
	height: 35px;
	width: 37px;
	overflow: hidden;
	margin: 0 7px;
	cursor: pointer;
}
#shares li.Twitter {
	background-position: -52px 0;
}
#shares li.Tumblr {
	background-position: -105px 0;
}
#shares li.LinkedIn {
	background-position: -157px 0;
}
#shares li:hover {
	margin-top: -3px;
	transition: margin-top .2s;
	-webkit-transition: margin-top .2s;
	-moz-transition: margin-top .2s;
	-ms-transition: margin-top .2s;
	-o-transition: margin-top .2s;
	background-position: 0 -35px;
}
#shares li.Twitter:hover {
	background-position: -52px -35px;
}
#shares li.Tumblr:hover {
	background-position: -105px -35px;
}
#shares li.LinkedIn:hover {
	background-position: -157px -35px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  z-index: 200;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding: 0;
  width: 100%;
  font-size: 14px;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  height: 90px;
}
.navbar-wrapper .navbar.mini {
	height: 50px;
}
.navbar {
	margin: 0;
}
.navbar-inverse {
	/* background: url('/public/img/bkg_nav_overlay.png'); */
	background: rgba(70, 65, 68, .75);
	background: rgb(70, 65, 68)\9;
	border-bottom: 1px solid #7f7e84;
}
.navbar-brand {
	padding: 30px 0 0 50px;
	transition: padding-top .7s;
	-webkit-transition: padding-top .7s;
	-moz-transition: padding-top .7s;
	-ms-transition: padding-top .7s;
	-o-transition: padding-top .7s;
}
.navbar-wrapper .mini .navbar-brand {
	padding-top: 9px;
	transition: padding-top .7s;
	-webkit-transition: padding-top .7s;
	-moz-transition: padding-top .7s;
	-ms-transition: padding-top .7s;
	-o-transition: padding-top .7s;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	background: none;
	/* border-bottom: 1px #fff solid; */
}
#top-nav-slider {
	border-top: 6px #00ccff solid;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 90px;
	overflow: visible !important;
}
#top-nav-menu {
	transition: height .7s;
	-webkit-transition: height .7s;
	-moz-transition: height .7s;
	-ms-transition: height .7s;
	-o-transition: height .7s;
}
#top-nav-slider-caret {
	position: absolute;
	bottom: -3px;
	left:0;
	width: 100%;
	height: 3px;
	background: url('/public/img/nav-caret.png') no-repeat center center;
	background-size: auto 3px;
	z-index: 1;
	display: none;
}
#top-nav-slider-caret.show {
	display: block;
}
.navbar-wrapper .mini #top-nav-slider {
	height: 50px;
}
.dropdown-menu {
	z-index: 0;
	background: rgba(70, 65, 68, .75);
	background: rgb(70, 65, 68)\9;
	/* background: url('/public/img/bkg_nav_overlay.png'); */
	/* top: 91px; */
	border-top: 1px solid #7f7e84;
}
.dropdown-menu>li>a {
	color: #fff;
	padding: 8px 20px;
}
.dropdown-menu>li>a:hover {
    padding-left: 25px;
   	transition: padding-left .3s;
	-webkit-transition: padding-left .3s;
	-moz-transition: padding-left .3s;
	-ms-transition: padding-left .3s;
	-o-transition: padding-left .3s;
}
.navbar-nav>li>a {
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}
.navbar-toggle {
	float: left;
}
#mobile-device-menu {
	position: absolute;
	top: 5px;
	z-index: 5;
	left: 20px;
	display: none;
	padding: 6px 9px 0;
	height: 31px;
	background: #fff;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-indent: -60px;
	line-height: 23px;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	transition: height .7s;
	-webkit-transition: height .7s;
	-moz-transition: height .7s;
	-ms-transition: height .7s;
	-o-transition: height .7s;
	border: 2px #c7c5c5 solid;
	margin-top: 4px;
}
#mobile-device-menu.active .bar {
	background: #00ccff;
	position: relative;
}
#mobile-device-menu .bar {
	display: block;
	width: 17px;
	height: 3px;
	background: #a7a7a7;
	margin: 0 auto 3px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
#mobile-device-menu.active .bar:first-child {
	top: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mobile-device-menu.active .bar:nth-child(2) {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#mobile-device-menu.active .bar:last-child {
	bottom: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mobile-nav-wrapper ul {
	padding-left: 0;
}
#mobile-nav-wrapper li {
	padding-left: 20px;
	line-height: 26px;
}
#mobile-nav-wrapper ul.mobile-nav > li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 3px #c7c5c5 solid;
}
#mobile-nav-wrapper ul,
#mobile-nav-wrapper li {
	list-style: none;
}
#mobile-nav-wrapper .mobile-menu-item {
	font-size: 20px;
	color: #4d4d4d;
}
#mobile-nav-wrapper .mobile-sub-menu a {
	font-size: 18px;
	color: #00ccff;
}
.navbar-wrapper .menu-buttons {
	padding: 6px 16px;
	float: right;
	margin:30px 10px 0 0;
	background-color: #057b9c;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.5);
	color: #fff;
	cursor: pointer;
	z-index: 1;
	position: relative;
	-webkit-transition: margin-top .7s;
	-moz-transition: margin-top .7s;
	-ms-transition: margin-top .7s;
	-o-transition: margin-top .7s;
}
.navbar-wrapper .mini .menu-buttons {
	margin-top: 11px;
	font-size: 11px;
    padding: 1px 12px;
	-webkit-transition: margin-top .7s;
	-moz-transition: margin-top .7s;
	-ms-transition: margin-top .7s;
	-o-transition: margin-top .7s;
}
.navbar-wrapper .menu-buttons:hover {
	background-color: #00ccff;
}
.navbar-wrapper .menu-buttons .caret {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #ffffff;
}
#mobile-nav-wrapper .menu-buttons {
	border-bottom: 3px #4d4d4d solid;
	background-color: #00ccff;
	padding: 16px 0 16px 20px;
	color: #fff;
	font-size: 20px;
}
#mobile-nav-wrapper .menu-buttons a,
.navbar-wrapper .menu-buttons a {
    color:#FFF;
}
#subnav {
	/* border-top: 3px #00ccff solid; */
	border-bottom: 3px #00ccff solid;
	height: 49px;
}
#subnav .menu-item {
	float: left;
	text-transform: uppercase;
	font-size: 18px;
	border-left: 1px rgba(0, 0, 0, 0) solid;
	border-right: 1px rgba(0, 0, 0, 0) solid;
	margin-right: -1px;
	cursor: pointer;
}
#subnav .menu-item.active,
#subnav .menu-item:hover {
	border-left: 1px #00ccff solid;
	border-right: 1px #00ccff solid;
}
#subnav .menu-item.active,
#subnav .menu-item:hover {
	background: url('/public/img/pattern_sub_nav.jpg');
}
#subnav .menu-item a {
	color: #000;
	text-decoration: none;
}
#subnav ul,
#subnav li {
	list-style: none;
}
#subnav ul {
	float: left;
	position: relative;
	left: 50%;
	padding: 0;
	margin: 0;
}
#subnav li {
	float: left;
	right:50%;
	position: relative;
	padding: 10px 20px;
}
#subnav ul:after,
.clear {
	clear:both;
}
#subnav li.active .sub-caret {
	display: block;
}
#subnav li .sub-caret {
	position: absolute;
	left:50%;
	margin-left: -8px;
	bottom:0;
	display: none;
}
#subnav li .caret-inner {
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #00ccff transparent;
	bottom:0;
}
#subnav li .caret-outer {
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #fff transparent;
	bottom:-3px;
}

/***** PRESS *****/
#press .press-items {
	max-width: 1024px;
	margin: 0 auto;
}
#press .row-fluid {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px dashed #C0C0C0;
    margin-bottom: 10px;
}
#press .row-fluid h4 {
    color: #969696;
    font-size: 14px;
}

/***** GENERAL *****/
#cover {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 700px;
}
#cover .cover-wrap {
	position: absolute;
	top: 0;
	z-index: 10000;
 	background-color: #000;
 	min-width: 100%;
	min-height: 100%;
    opacity: 1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
}
.btn {
    padding: 3px 12px;
}
#no-header {
    height: 70px;
}
.row-wrapper {
    padding: 15px;
    width: 85%;
    min-height: 300px;
	margin: 5px auto 30px;
}
.row-wrapper .row {
	margin: 0;
}
.row-wrapper h1,
.row-fluid h1.title {
	font-size: 35px;
	text-align:center;
}
#mobile .mobile-downloads a {
	background: #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	display: inline-block;
	margin-left:0;
	margin-top: 10px;
	width: 207px;
}
#mobile .mobile-downloads a:first-child {
	margin: 0;
}
#mobile #send-to-phone {
    display: inline-block;
    color: white;
    background: black;
    padding: 16px 26px;
    border-radius: 7px;
    margin-left: 0;
    font-weight: lighter;
    font-size: 17px;
	height: 60px;
    vertical-align: top;
    margin-bottom: 0;
}
#mobile #send-to-phone-module {
    width: 300px;
    height: auto;
    display: none;
    border-radius: 3px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    background: #fff;
}
/*** RESOURCE CSS *****/
.resource-blocks{
    padding: 22px 4% 22px 8%;
}
.resource-blocks h3{
    font-size:35px;
    margin-bottom:30px !important;
    text-shadow:0px 1px 0px white;
    -webkit-font-smoothing:antialiased;
}
.resource-blocks .resource-block {
    float: left;
    background:#fff;
    border-bottom:1px solid #868686;
    margin-bottom:30px;
    margin-right: 5%;
    width: 45%;
}
.resource-blocks .resource-block:last-child {
    margin-right: 0;
}
.resource-blocks .resource-block .title{
    font-size:22px;
    padding: 15px 0;
    display:inline-block;
    width: 72%;
}
.resource-blocks .resource-block .btn_more {
    padding: 1px 12px;
    background-color: #057b9c;
    -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    margin-top: 14px;
}
.resource-blocks .resource-block .btn_more:hover{
    text-decoration:none;
    background-color: #00ccff;
}
.resource-blocks .resource-block .btn_more .caret {
    width: 0px;
    height: 0px;
    margin-left: 4px;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #ffffff;
}

#general .row {
	text-align: center;
}
#general .row .span {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 10px;
}
#general .row .span .address {
	margin: 10px 0;
}

#static-page {
	padding-top: 90px;
}

/* CUSTOMIZE THE PARALLAX
-------------------------------------------------- */
.parallax-wrapper > section {
	position: relative;
	overflow: hidden;
	opacity: 0;
    background-color: #FFF;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
}
.parallax-wrapper > section.block {
    overflow: inherit;
}
.parallax-wrapper section.none .content {
    max-height: 350px;
}
.parallax-wrapper section.block.none .content {
    max-height: inherit;
}
.parallax-wrapper section.video,
.parallax-wrapper section.slideshow {
	max-height: 550px;
}
.parallax-wrapper section.video {
    height: 550px;
    background-color: #000;
}
.parallax-wrapper section.video.auto {
    height: 550px;
    background-color: #FFF;
}
.parallax-wrapper section.video video {
    height: 550px;
    position: absolute;
    z-index: 1;
}
.parallax-wrapper section.video .content {
    position: relative;
	margin: 0 auto;
}
.parallax-wrapper section.video .content {
	max-width: 1185px;
    height: 550px;
}
.parallax-wrapper section.video .content.video.grid {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background: url('/public/img/gridtile.png');
}
.parallax-wrapper section.parallax .content {
	height: 550px;
	color: #FFF;
 	background-color: transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
}
.parallax-wrapper section.parallax .content.normal-bg {
	background-attachment: scroll !important;
    background-size:150% !important;
}
.parallax-wrapper section.youtube,
.parallax-wrapper section.vimeo {
	position: relative;
	height: 550px;
}
.parallax-wrapper section.youtube iframe,
.parallax-wrapper section.vimeo iframe {
    height: 550px;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}
.parallax-wrapper section.parallax.marquee .content {
	height: 700px;
}
@media (max-width: 640px) {
	.parallax-wrapper section.parallax.marquee .content {
		height: 400px;
	}
}
.parallax-wrapper section.parallax.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.parallax-wrapper section.parallax.slide .content {
    background-attachment: inherit;
    background-position: 50% 0;
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.parallax-wrapper section.parallax.slide li:first-child {
  position: relative;
  display: block;
  float: left;
}
.parallax-wrapper section.block {
	min-height: 200px;
	border-bottom: 10px solid #00ccff;
}
.parallax-wrapper section.block .scroll-more {
	position: relative;
	display: none;
	text-align:center;
	margin:0 auto;
	cursor: pointer;
}
.parallax-wrapper section.block .scroll-more img {
	width: 85px
}
.parallax-wrapper section h6 {
	font-size: 18px;
	line-height: 27.2px;
	width:100%;
	font-weight: normal;
}
.parallax-wrapper section.parallax h6 {
	position: relative;
	left: 0;
	line-height: 35.2px;
}
.parallax-wrapper section h3 {
	margin: 0;
	width:100%;
	font-size: 35px;
    font-weight: normal;
}
.parallax-wrapper section.parallax h3 {
	position: relative;
	left: 0;
	font-size: 56px;
}
.parallax-wrapper section.parallax.marquee h3 {
	font-size: 72px;
    text-transform: uppercase;
}
.parallax-wrapper section.parallax.marquee h6 {
	font-size: 36px;
}
.parallax-wrapper section .title-block {
	margin: 0 auto;
	max-width: 670px;
	z-index: 10;
	text-align: center;
	font-size: 18px;
}
.parallax-wrapper section .title-block .button {
    border: 1px solid #808080;
    padding: 4px 20px;
    font-size: 17px;
    color: #00aad7;
    display: inline-block;
    background: url("/public/img/bkg_white_trans.png");
   	-webkit-box-shadow: inherit;
	-moz-box-shadow:  inherit;
	box-shadow:  inherit;
    margin: 16px 0;
}
.parallax-wrapper section .title-block .button span {
    position: relative;
    top: 4px;
    display: inline-block;
    background: url("/public/img/btn_arrow.png") no-repeat 0 0;
    width: 17px;
    height: 16px;
}
.parallax-wrapper section.block .title-block {
	padding: 3% 0;
}
.parallax-wrapper section.block.no-header .title-block {
    padding: 2% 0;
}
.parallax-wrapper section.none .content .title-block,
.parallax-wrapper section.parallax .title-block {
	position:absolute;
	left: 20%;
	right: 20%;
	font-size: 22px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	color: #FFF;
	top: inherit;
	bottom: 50px;
	margin-top: 0 !important;
}
.parallax-wrapper section.block.none .content .title-block {
    position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
    -webkit-text-shadow: inherit;
	-moz-text-shadow:  inherit;
	text-shadow:  inherit;
    color: #4d4d4d;
    max-width: 80%;
    text-align: left;
}
.parallax-wrapper section.block.no-header .content .title-block {
    padding-top: 125px;
}
.parallax-wrapper section.block.no-header {
    min-height: 50px !important;
}
.parallax-wrapper section.parallax.marquee .content .title-block {
    bottom: 140px;
}
.parallax-wrapper section.none .content .title-block {
    bottom: 30px;
}
.parallax-wrapper section.video .video-overlay {
	background: url("/public/img/play_btn.png") no-repeat center top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 38%;
	z-index: 100;
	cursor: pointer;
}
.parallax-wrapper section.video.auto .video-overlay {
	display: none;
}
/* GOOGLE MAP
-------------------------------------------------- */
.static-map {
	border-bottom: 6px solid #00ccff;
}
.static-map #map_canvas {
	float: left;
	width: 75%;
	height: 600px;
	position: relative;
	background-color: rgb(229, 227, 223);
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	display: block;
	color: #000 !important;
    background-repeat: none;
    background-position: 50% 63%;
}
.static-map #map_canvas #google_logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 80px;
	height: auto;
	margin-right: 5px;
	margin-bottom: 5px;
}
.static-map .map-title {
    margin-top: 0;
    padding: 18px 27px 0;
	font-size: 40px;
}
.static-map .map-nav ul,
.static-map .map-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.static-map .map-nav ul a {
	text-decoration: none;
}
.static-map .map-nav li {
	position: relative;
	cursor: pointer;
	line-height: 60px;
	font-size: 24px;
	padding: 0 25px 0 30px;
	border-top:1px solid #a5bee0;
}
.static-map .map-nav li .arrow {
	background: url('/public/img/bkg_arrows.png') no-repeat 0 0;
	height: 31px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 15px;
}
.static-map .map-nav li.active,
.static-map .map-nav li:hover {
	color: #00ccff;
}
.static-map .map-nav li.active .arrow,
.static-map .map-nav li:hover .arrow {
	background-position: -41px 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.static-map .map-nav h6 {
	padding-left: 30px;
	font-size: 18px;
}
.static-map .map-menu {
	width: 25%;
	float: left;
}

/* BX SLIDER CSS
-------------------------------------------------- */
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 42%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 40px;
  width: 26px;
  background: transparent url("/public/img/controls.png") no-repeat 0 -41px;
  margin: 0 5px;
}
.callbacks_nav:hover {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: -49px -41px;
  right: 0;
}
.callbacks_tabs {
    position: absolute;
    right: 20%;
	bottom: 5%;
    z-index: 2;
}
.callbacks_tabs a {
	background: #ffffff;
	width: 12px;
	height: 12px;
    display:block;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
    text-indent: -9999px;
}
.callbacks_tabs li {
    list-style: none;
    margin: 0 4px;
    float: left;
    display: block;
    text-indent: -9999px;
}
.callbacks_tabs li.callbacks_here a,
.callbacks_tabs  a:hover,
.callbacks_tabs  a.active {
	background: #00ccff;
}

/* OVERVIEW CSS
-------------------------------------------------- */
#overview .row-wrapper {
    margin-bottom: 20px;
}
#overview .row-fluid {
    text-align: left;
}
/* LEADERSHIP CSS
-------------------------------------------------- */
#leadership .container {
    position:relative;
}
#leadership .leaders{
    margin-bottom:120px;
}
#leadership .row-wrapper {
    min-height: 1000px;
}
#leadership .leader {
    margin-bottom:30px;
    padding-bottom:30px;
    display: none;
}
#leadership .leader h3,
#leadership .leader h4{
    margin:0;
}
#leadership .leader h3{
    color:#4d4d4d;
    font-size: 40px;
}
#leadership .row-fluid {
    text-align: left;
}
#leadership .leader h4{
    font-weight:normal;
    margin-bottom:30px;
    color:#aaa;
}
#leadership .leader p{
    font-size:18px;
    line-height:26px;
}
#leadership .content-box {
    float: left;
    width: 70%;
    min-height: 450px;
}
#leadership .gray-box {
    float: left;
    width:25%;
    max-width:292px;
    margin-left: 5%;
}
#leadership .gray-box h3 {
    margin:10px 0;
}
#leadership .gray-box ul{
    background:#f7f7f7;
    list-style:none;
    margin:0;
    padding: 0;
}
#leadership .gray-box ul li {
    padding:20px 30px 10px 25px;
    color:grey;
    display:block;
    border-bottom:1px solid white;
    cursor: pointer;
   	transition: padding-left .3s;
	-webkit-transition: padding-left .3s;
	-moz-transition: padding-left .3s;
	-ms-transition: padding-left .3s;
	-o-transition: padding-left .3s;
}
#leadership .gray-box ul li.active:hover,
#leadership .gray-box ul li.active {
    background-color: #00ccff;
    color:#FFF;
}
#leadership .gray-box ul li:hover{
    background:#eee;
    padding-left: 30px;
   	transition: padding-left .3s;
	-webkit-transition: padding-left .3s;
	-moz-transition: padding-left .3s;
	-ms-transition: padding-left .3s;
	-o-transition: padding-left .3s;
}
#leadership .gray-box ul .active{
    background:red;
}

/* LEADERSHIP CSS
-------------------------------------------------- */
#careers .container {
    position:relative;
}
#careers .row-wrapper {
    min-height: 1000px;
}
#careers .job {
    margin-bottom:30px;
    padding-bottom:30px;
    display: none;
}
#careers .job h3,
#careers .job h4{
    margin:0;
}
#careers .job h3{
    color:#4d4d4d;
    font-size: 40px;
}
#careers .row-fluid {
    text-align: left;
}
#careers .job h4{
    font-weight:normal;
    margin-bottom:30px;
    color:#aaa;
}
#careers .job p{
    font-size:18px;
    line-height:26px;
}
#careers .content-box {
    float: left;
    width: 70%;
    min-height: 450px;
}
#careers .gray-box {
    float: left;
    width:25%;
    max-width:292px;
    margin-left: 5%;
}
#careers .gray-box h3 {
    margin:10px 0;
}
#careers .gray-box ul{
    background:#f7f7f7;
    list-style:none;
    margin:0;
    padding: 0;
}
#careers .gray-box ul li {
    padding: 10px 30px 10px 25px;
    color:grey;
    display:block;
    border-bottom:1px solid white;
    cursor: pointer;
   	transition: padding-left .3s;
	-webkit-transition: padding-left .3s;
	-moz-transition: padding-left .3s;
	-ms-transition: padding-left .3s;
	-o-transition: padding-left .3s;
}
#careers .gray-box ul li.active:hover,
#careers .gray-box ul li.active {
    background-color: #00ccff;
    color:#FFF;
}
#careers .gray-box ul li:hover{
    background:#eee;
    padding-left: 30px;
   	transition: padding-left .3s;
	-webkit-transition: padding-left .3s;
	-moz-transition: padding-left .3s;
	-ms-transition: padding-left .3s;
	-o-transition: padding-left .3s;
}
#careers .gray-box ul .active{
    background:red;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
.logo_container .span {
	display: inline-block;
	float: none;
}
#scroll-action {
    display: none;
    position: absolute;
    top: 622px;
    left: 49%;
    z-index: 1;
}
#scroll-action .arrow-scroll {
    cursor: pointer;
    background: url("/public/img/scroll_arrow.png") no-repeat top center;
    width: 44px;
    height: 64px;
    animation: blink 1s;
    animation-iteration-count: infinite;
}
.finder #map-overlay h3{
    font-size:18px;margin:0 auto;color:#999;
}
.finder #spinner{
    display:none;
    margin: 25% auto 0;
    height: 50px;
    width: 50px;
    background: url(/public/img/spinner.gif) no-repeat;
}
#spinner2 {
    display: block;
    position: absolute;
    top: 35%;
    left: 50%;
    height: 50px;
    width: 50px;
    background: url(/public/img/spinner.gif) no-repeat;
}
.finder .header_wrap .container{
    width:100%;
}
.finder .header{
    padding:20px 0px 15px;
}
.finder .header .container{
    width:100%;
}
.finder .header .tt_logo{
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
    margin-left:30px;
}
.finder .header .finder_title{
    display:inline-block;
    font-size:17px;
    vertical-align:top;
    padding-top:11px;
    margin-left:14px;
    color:#535353;
}
.finder .header .nav-inner{
    display:none;
}
.finder .span3{
    border-right:1px solid #aaa;
    overflow:hidden;
    max-width:350px;
    min-width:350px;
    display: table-cell;
	width: 350px;
	top: 0;
	padding: 0;
	vertical-align: top;
}
.finder .span3 .search_wrapper{
    padding:10px 30px;
    box-shadow:0px -4px 15px;
    border-bottom:1px solid #ddd;margin-top:-143px;
}
.finder .span3 .search_wrapper p.help{
    line-height:18px;margin-top:6px;
}
.finder .span3 form{
    margin:0;
}
.finder .span3 form #search{
    cursor:pointer;
}
.finder #locations-list{
    height: 100%;
    max-height: 900px;
    overflow:scroll;
    overflow-x:hidden;
    list-style:none;
    margin:0;
    padding: 0;
}
.finder #locations-list li{
    margin:0;
    padding:15px 30px;
    border-bottom:1px solid #ddd;
    background:#f9f9f9;line-height:18px;
}
.finder #locations-list li:hover{
    color:black;
    cursor:pointer;
}
.finder #locations-list li:active{
    background:#eee;
}
.finder .container-fluid {
    padding:0;
    margin: 19px 0 0 0;
    display: table;
	width: 100%;
}
.finder .container-fluid .row-fluid {
    text-align: left;
    font-size: 13px;
    display: table-row;
}
.finder .mobile-locations {
    text-align: cenetr;
}
.finder #map_canvas{
    margin:0;
    width:100%;
    height: 100% !important;
}
.finder #map-container{
    margin:0;
    display: table-cell;
}
.finder .mobile-locations{width:auto;margin-bottom:-7px;margin-left:-13px;text-align:center;}.finder .mobile-locations .reset{padding-left:13px;}
.finder .mobile-locations hr{padding-bottom:0;margin-bottom:10px;}
.finder .mobile-locations label{font-size:14.5px;width:25%;display:inline-block;text-align:center;padding:0;padding-bottom:7px;margin:0;margin-bottom:-3px;margin-left:-8px;cursor:pointer;}
.finder .mobile-locations label img{margin-top:-2px;margin-right:5px;}
.finder .mobile-locations #all-label{width:15%;}
.finder .mobile-locations #mobile-label{width:25%;}
.finder .mobile-locations #pto-label{width:35%;}
.finder .mobile-locations #k-label{width:25%;}
.finder input[type="checkbox"]{visibility:hidden;width:0;margin:0;}
.finder #all+label.active,.finder #all+label:hover{border-bottom:3px solid #26d3fb;}
.finder #mobile+label.active,.finder #mobile+label:hover{border-bottom:3px solid #26d3fb;}
.finder #karaoke-only+label.active,.finder #karaoke-only+label:hover{border-bottom:3px solid #f01477;}
.finder #photobooth-only+label.active,.finder #photobooth-only+label:hover{border-bottom:3px solid #fdd12f;}
.finder #locations-list li{
    position:relative;
    padding: 10px 20px 10px 10px;
}
.finder #locations-list li .point {
    float: left;
    height: 20px;
    width: 11px;
    margin: 10px;
}
.finder #locations-list li .maps-link{
    display:none;
    position:absolute;
    top:0;left:0;
}
.finder #locations-list li .marker-wrap {
    clear: both;
    text-align: right;
}
.finder #locations-list li .marker-wrap img {
    margin: 5px 2px 0;
}
.finder .input-append input {
    padding: 1px 3px;
    width: 220px;
    height: 28px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.finder .add-on {
    width: auto;
    height: 30px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 500px) {
    #logo img {
        width: 180px !important;
        height: 26px !important;
    }
    .parallax-wrapper section.parallax.marquee h3 {
        font-size: 34px !important;
    }
    .resource-blocks .resource-block .title {
        width: 53% !important;
    }
}
@media (max-width: 555px) {
    #cover,
    .parallax-wrapper section.video video,
    .parallax-wrapper section iframe,
    .parallax-wrapper section.youtube iframe,
    .parallax-wrapper section.vimeo iframe,
    .parallax-wrapper section.video,
    .parallax-wrapper section.video .content,
    .parallax-wrapper section.vimeo,
    .parallax-wrapper section.vimeo .content,
    .parallax-wrapper section.youtube,
    .parallax-wrapper section.youtube .content,
	.parallax-wrapper section.parallax .content {
		height: 290px;
	}
    .row-wrapper {
        width: 96%;
    }
    #scroll-action {
        display: none !important;
    }
    #logo {
        top: 45%;
        left: 13%;
    }
    #logo img {
        width: 280px;
        height: 39px;
    }
	.static-map #map_canvas {
		height: 290px !important;
	}
    .parallax-wrapper section.block.no-header .content .title-block {
        padding-top: 60px;
    }
    .gray-box ul li {
       padding: 10px !important;
       font-size: 14px
    }
    .parallax-wrapper section.parallax.marquee h3 {
        font-size: 46px;
    }
    .parallax-wrapper section.parallax.marquee .content .title-block {
        bottom: 75px
    }
    .resource-blocks .resource-block .title {
        width: 65%;
    }
}
@media (min-width: 556px) and (max-width: 626px) {
    #cover,
    .parallax-wrapper section.video video,
    .parallax-wrapper section iframe,
    .parallax-wrapper section.youtube iframe,
    .parallax-wrapper section.vimeo iframe,
    .parallax-wrapper section.video,
    .parallax-wrapper section.video .content,
    .parallax-wrapper section.vimeo,
    .parallax-wrapper section.vimeo .content,
    .parallax-wrapper section.youtube,
    .parallax-wrapper section.youtube .content,
	.parallax-wrapper section.parallax .content {
		height: 390px;
	}
    #scroll-action {
       display: none !important;
    }
    .row-wrapper {
        width: 90%;
    }
    #logo {
        top: 50%;
    }
    #logo {
        top: 50%;
        left: 15%;
    }
    #logo img {
        width: 330px;
        height: 45px;
    }
	.parallax-wrapper section.parallax h3 {
		font-size: 40px;
	}
    .parallax-wrapper section.parallax.marquee h3 {
        font-size: 54px !important;
    }
    .gray-box ul li {
       padding: 10px !important;
    }
}
@media (min-width: 627px) and (max-width: 726px) {
    #cover,
    .parallax-wrapper section.video video,
    .parallax-wrapper section.video video,
    .parallax-wrapper section iframe,
    .parallax-wrapper section.youtube iframe,
    .parallax-wrapper section.vimeo iframe,
    .parallax-wrapper section.video,
    .parallax-wrapper section.video .content,
    .parallax-wrapper section.vimeo,
    .parallax-wrapper section.vimeo .content,
    .parallax-wrapper section.youtube,
    .parallax-wrapper section.youtube .content,
	.parallax-wrapper section.parallax .content {
		height: 450px;
	}
    #logo {
        top: 50%;
        left: 20%;
    }
    #logo img {
        width: 360px;
        height: 50px;
    }
    #scroll-action {
       top: 366px !important;
    }
    .parallax-wrapper section.parallax h3 {
		font-size: 44px;
	}
    .parallax-wrapper section.parallax.marquee h3 {
        font-size: 48px !important;
    }
}
@media (max-width: 626px) {
	.parallax-wrapper section.bkg .title-block {
		font-size: 22px;
	}
	.parallax-wrapper section.parallax h6 {
		line-height: 27px;
	}
}
@media (max-width: 799px) {
    .parallax-wrapper section.none .content .title-block,
	.parallax-wrapper section.parallax .title-block{
		left: 15%;
		right: 15%;
	}
    .parallax-wrapper section.block.no-header .content .title-block {
        padding-top: 120px;
    }
	.static-map .map-title {
	    padding: 20px 20px 0;
		font-size: 35px;
	}
	.static-map .map-nav li {
		line-height: 40px;
		font-size: 18px;
		padding: 0 10px 0 20px;
	}
	.static-map .map-nav h6 {
		padding: 0 20px;
		font-size: 15px;
	}
	.static-map #map_canvas {
		height: 500px;
	}
	.static-map .map-nav li .arrow {
		top: 5px;
	}
}
@media (max-width: 770px) {
    .parallax-wrapper section.block.no-header .content .title-block {
        padding-top: 60px !important;
    }
}
@media (max-width: 680px) {
	.static-map .map-menu {
		width: 100%;
	}
	#map_canvas {
		width: 100% !important;
	}
}
@media (min-width: 800px) {
	.carousel .item {
		height: 590px;
	}
}
@media (min-width: 940px) {
	.carousel .item {
		height: 680px;
	}
}
@media (max-width: 810px) {
    .mini .navbar-brand {
        padding-left: 30px !important;
    }
}
@media (min-width: 768px) {

	/* Remove the edge padding needed for mobile */
	.marketing {
		padding-right: 0;
		padding-left: 0;
	}

	.featurette-heading {
		font-size: 50px;
	}

	/* Remove the edge padding needed for mobile */
	.marketing {
	  padding-right: 0;
	  padding-left: 0;
	}

	.navbar-nav {
		float: left;
		position: absolute;
		left:50%;
		min-width: 450px;
	}
	.navbar-nav>li>a {
		line-height: 59px;
	}
	.mini .navbar-nav>li>a {
		padding-top: 12px;
		padding-bottom: 11px;
	}
	.navbar-nav>li {
		right: 50%;
	}
	.navbar-wrapper .navbar.mini .navbar-nav>li>a {
		line-height: inherit;
	}
	#mobile-nav-wrapper,
	#leadership .gray-box .show-tab,
	#careers .gray-box .show-tab {
		display: none;
	}
}
@media (max-width: 930px) {
	.navbar-wrapper .menu-buttons {
		margin-top: 12px;
		padding: 3px 10px;
	}
    .navbar-wrapper .mini .menu-buttons {
		margin-top: 1px;
		padding: 0 5px;
        font-size: 9px;
        height: 23px;
        line-height: 24px;
	}
	.navbar-wrapper .menu-buttons:last-child {
		clear:both;
		margin-top: 0;
	}
	.navbar-wrapper .mini .menu-buttons:last-child {
		margin-top: -25px;
	}
}
@media (max-width: 767px) {
	.navbar-nav {
		position: absolute;
	}
	.navbar-nav>li>a {
		line-height: 59px;
	}
	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border: none;
	}
    .parallax-wrapper section.block {
        min-height:150px;
        padding: 0 4%;
    }
	#mobile-device-menu {
		display: block;
	}
	.navbar-brand {
		width: 125px;
		display: block;
		padding: 13px 0 0 0;
		position: absolute;
		left: 50%;
		margin-left: -62.5px;
	}
	.navbar-wrapper .navbar {
		height: 50px;
	}
    .finder #map-container{
        top: 50px;
        left:250px;
        width: 100%;
    }
    .finder .span3{
        max-width:250px;
        min-width:250px;
    }
    .finder .container-fluid {
        margin-top: -20px;
    }
    .finder .span3 .search_wrapper {
        padding: 10px;
    }
    .finder .input-append input {
        width: 160px;
    }
    #spinner2 {
        top: 50%;
    }
	/* */

	#subnav {
		height: auto;
	}
	#subnav .menu-item.active,
	#subnav .menu-item:hover {
		border-top: 3px #00ccff solid;
		border-bottom: 3px #00ccff solid;
	}
	#subnav .menu-item {
		float: none;
		text-transform: uppercase;
		font-size: 18px;
		border-left: 3px #fff solid;
		border-right: 3px #fff solid;
		border-top: 3px #fff solid;
		border-bottom: 3px #fff solid;
	}
	#subnav .menu-item:first-child {
		border-top: none !important;
	}
	#subnav .menu-item:last-child {
		border-bottom: none !important;
	}
	#subnav .menu-item:hover {
		border-right: 3px #00ccff solid;
	}
	#subnav .menu-item.active,
	#subnav .menu-item:hover {
		background: url('/public/img/pattern_sub_nav.jpg');
	}
	#subnav ul,
	#subnav li {
		list-style: none;
	}
	#subnav ul {
		float: none;
		position: relative;
		left: 0;
		padding: 0;
		margin: 0;
	}
	#subnav li {
		float: none;
		right:0;
		position: relative;
		padding: 10px 20px;
		text-align: center;
	}
	#subnav ul:after,
	.clear {
		clear:both;
	}
	#subnav li.active .sub-caret {
		display: block;
	}
	#subnav li .sub-caret {
		position: absolute;
		left:50%;
		margin-left: -8px;
		bottom:0;
		display: none;
	}
	#subnav li .caret-inner {
		position: absolute;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 8px 10px 8px;
		border-color: transparent transparent #00ccff transparent;
		bottom:0;
	}
	#subnav li .caret-outer {
		position: absolute;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 8px 10px 8px;
		border-color: transparent transparent #fff transparent;
		bottom:-3px;
	}
	#leadership .gray-box,
	#careers .gray-box {
		position: absolute;
		float: none;
		right: -100vw;
		height: 100%;
		top:10px;
		width: 100vw;
		max-width: 100vw;
	}
	#leadership .gray-box .mobile-scroller,
	#careers .gray-box .mobile-scroller {
		height: 100%;
		overflow: scroll;
	}
	#careers .gray-box .mobile-scroller h3 {
		display: none;
	}
	#leadership .gray-box .show-tab,
	#careers .gray-box .show-tab {
		position: absolute;
		top: 0;
		right: 100vw;
		display: block;
		background-color: #00ccff;
		color: #FFF;
		padding: 15px;
		cursor: pointer;
		white-space:nowrap;
	}
	#leadership .gray-box .show-tab .caret,
	#careers .gray-box .show-tab .caret {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 3.5px 0 3.5px 5px;
		border-color: transparent transparent transparent #ffffff;
	}
	#leadership .content-box,
	#careers .content-box {
		width: 100%;
		margin-top: 50px;
	}
	#careers .content-box {
		margin-top: 25px;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	#subnav .menu-item {
		font-size: 14px;
	}
	#subnav {
		height: 43px;
	}
}
@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 120px;
	}
}
@media (min-width: 1025px) {
	.static-map .map-title {
	    padding: 23px 35px 0;
		font-size: 48px;
	}
	.static-map .map-nav li {
		line-height: 60px;
		font-size: 28px;
		padding: 0 30px 0 40px;
	}
	.static-map .map-nav h6 {
		padding-left: 40px;
		font-size: 18px;
	}
}
@media (max-width: 960px) {
    .resource-blocks .resource-block {
        width: 90%
    }
    .resource-blocks {
        padding: 22px 4% 22px 10%;
    }
}
@media (min-width: 1000px) {
    .resource-blocks{
        padding: 22px 0% 22px 5% !important;
    }
}
@media (min-width: 1110px) {
    .resource-blocks{
        padding: 22px 2% 22px 5% !important;
    }
}
@media (min-width: 1360px) {
    .resource-blocks {
    padding: 22px 10% 22px 15%;
}
