/**************
     GLOBAL 
***************/
#procTable a{
    color: black !important;
}

#procTable a:hover{
    color: #fed026 !important;
    text-decoration: underline !important;
}

html,
body {
  overflow-x: hidden;
  padding: 0 !important;
  margin: 0 !important;
}
body {
  font-family: 'MuseoSans', 'Helvetica', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
  color: #5d5d5d;
}
a {
  text-decoration: none !important;
  color: #5d5d5d;
}
a,
.btn-default {
  transition: all 0.3s ease;
}

input {
    border-color: black !important;
}

/****************
   EMBED VIDEO
****************/
.video-div {
  position: relative; 
  padding-bottom: 56.25%; 
  padding-top: 0px; 
  height: 0; 
  overflow: hidden;
}

.video-div iframe,
.video-div object,
.video-div embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

/**************
     FONTS 
***************/
.condensed {
  font-family: 'MuseoSansCondensed';
}

/***************
     COLORS 
****************/

.color-primary-gray { color: #5d5d5d; }
.color-primary-dark-gray { color: #292929; }

.color-primary-yellow { color: #ffcf42; }
.color-primary-yellow:hover { color: #5d5d5d; }

.bg-primary-gray { background: #5d5d5d; }
.bg-primary-dark-gray { background: #292929; }
.bg-primary-yellow { background: #ffcf42; }

.col-md-4.column {
  /* background: url(../Images/left_pan_bg.jpg) no-repeat right top; */
}

/** Logout Link **/
.logout-link a {
  background: #292929;
  color: #BF3128;
  text-transform: uppercase;
  padding: 0 10px;
  display: inline-block;
}

/** Special Alerts **/
.special-alerts-container {
  font-size: 1.3em;
  background-color: #fff;
  padding: 0em;
  display: none;
  color: #ffcf42;
}
#special-alerts-btn img {
  position: relative;
  top: -1px;
}

/** Site Search **/
.search-container {
  border: 1px solid #a3a3a3;
  position: relative;
  float: right;
  margin: 11px 0px 0 0;
  height: 21px;
  top: 5px;
}
.search-input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #fff;
  font-family: "MuseoSans", sans-serif;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  outline: medium none;
  padding: 0 5px 0 0;
  text-align: right;
  transition: all 0.5s ease-out 0s;
  width: 150px;
}

.search-input::-webkit-input-placeholder,
.search-input:-moz-placeholder,
.search-input::-moz-placeholder, 
.search-input:-ms-input-placeholder {
  color: #fff;
}

/**********************
   HOMEPAGE CAROUSEL 
************************/
.carousel.fade {
  opacity: 1;
}
.homepage-carousel .carousel-inner {
  position: static;
  overflow: visible;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  clear: both;
  display:block !important;
  z-index:1;
  overflow: hidden;
}
.carousel.fade .item img {
  max-width: inherit !important;
  width: auto !important;
}
@media all and (min-width: 1680px) and (max-width: 4000px) {
  .homepage-carousel .carousel.fade .item img {
    width: 100% !important;
  }
}
.carousel.fade .item:first-child {
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  transition: all 0.3s ease;
  width: 15px;
  height: 15px;
  background: #cdcdcd;
  margin: 1px 4px;
  border: none;
}
.carousel-indicators li.active {
  background: #fdce40;
}
.carousel-indicators li:hover {
  background: #5d5d5d;
}

/** Responsive Carousel **/
body.xs .homepage-carousel .item { max-height: 275px; }
body.sm .homepage-carousel .item {}
body.md .homepage-carousel .item {}
body.lg .homepage-carousel .item {}

body.xs .homepage-carousel .item .description {
  display: none;
}


/** Desocription Text **/
.homepage-carousel .title {
  font-family: 'BigNoodleTitling', sans-serif;
  position: absolute;
  line-height: 0.85em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -2px;
  font-size: 10.5em;
  top: 30px;
}
.homepage-carousel .title.title-left {
  left: 10%;
}
.homepage-carousel .title.title-right {
  right: 10%;
}
body.lg .homepage-carousel .title { 
  font-size: 10.5em;
  top: 30px;
}
body.md .homepage-carousel .title { 
  font-size: 4.2em;
  top: 50px;
}
body.sm .homepage-carousel .title { 
  font-size: 4.3em;
  top: 30px;
}
body.xs .homepage-carousel .title {
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
body.xs .homepage-carousel .title { 
  margin-top: 75px;
  font-size: 4em; 
}
.homepage-carousel .description {
  position: absolute; 
  color: #fff;
  bottom: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,1);
  bottom: 30px;
  font-size: 1.2em;
}
body.md .homepage-carousel .description {
  font-size: 1em;
  bottom: 10px;
}

}
.homepage-carousel .description.desc-left {
  left: 10%;
}
.homepage-carousel .description.desc-right {
  right: 10%;
}

/***************************
   PRIMARY NAVIGATION MENU 
****************************/

/* Margin needed as nav-wrapper is positioned absolutely */
body.xs .nav-wrapper { margin-bottom: 30px; }
body.xs.home .nav-wrapper { margin-bottom: 0; }

.navbar-toggle > span {
  background: #fff;
}
body.xs .navbar-collapse {
  background: rgba(0,0,0,0.8);
}

.navbar {
  position: absolute; 
  width: 100%;
  z-index: 999;  
  border: none;
}
.home .navbar {
  height: 54px;
}
.navbar-header {
  margin: 0 !important;
  padding-right: 10px;
  /* margin-right: 20px !important; */
}
.navbar-bg{
  position: absolute;
  z-index: 999;  
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 54px;
}
#navbar li a {
  color: #fff;
  transition: all .5s;   
  line-height: 24px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  font-size: 1.1em;
}
#navbar li.active a,
#navbar li a:hover,
#navbar li a:active,
#navbar li a:focus,
#navbar li a.hovered {
  color: #FFcf42 !important;
  background: rgba(0,0,0,0.6) !important;
  transition: all .5s;
}
/* Set active nav menu to be black */
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #000;
}

/** Evenly distributed nav-items **/
#navbar .navbar-nav {
  display: table;
  width: 86%;
}
body.sm #navbar .navbar-nav {
  width: 85%;
}
body.xs #navbar .navbar-nav {
  margin: 0;
}
#navbar .nav > li {
  display: table-cell;
  vertical-align: top;
  float: none !important;
  text-align: center;
  padding-top: 0 !important;
}

body.xs #navbar .navbar-nav {
  display: block;
  width: 100%;
}
body.xs #navbar .nav > li {
  display: block;
  text-align: left;
}

/** MEGA-DROPDOWN **/
.mega-dropdown {
  width: 100%;
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 81px;
  display: none;
  padding: 1em 0;
  z-index: 99;
}
.mega-dropdown .container {
  padding: 0;
}
.mega-dropdown ul {
  list-style-type: none;
  padding: 0;
}
.mega-dropdown li a {
  text-decoration: none;
}
.mega-dropdown li a:hover {
  color: #FFcf42;
}
.mega-dropdown a {
  cursor: pointer;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 2em;
  border-bottom: 1px solid #a29e95;
  text-align: left;
  width: 228px;
}
.mega-dropdown .dropdown-image {
  border: 1px solid #fff;
  margin-right: 6px;
}


/*******************
   GRID PAGES  
********************/
.content {
  padding-top: 100px;
  margin-top: 100px;
}

/*******************
   FOOTER  
********************/
.footer-top{
  display: block;
  background: #ffcf42;
  /* background-image: url(../Images/footer_bg1.jpg);
  */
  height: 169px;
}
body.xs .footer-top {
  height: 110px;
}

.footer-top .footer-top-link {
  margin-top: 35px;
  width: 20%;
  height: 100px;
  display: block;
  text-align: center;
  float: left;
  color: #000;
	font-family: 'MuseoSansCondensed', sans-serif;
  font-weight: bold;
  padding-top: 60px;
  text-decoration: none;
}
.footer-top .footer-top-link:hover {
  color: #fff;
}
.footer-top .footer-top-link.newsletter { 
  background: url(../Images/f_s_1.png) no-repeat scroll center top;
}
.footer-top .footer-top-link.newsletter:hover { 
  background: url(../Images/f_s_1_h.png) no-repeat scroll center top;
}
.footer-top .footer-top-link.event {
  background: url(../Images/f_s_2.png) no-repeat scroll center top;
}
.footer-top .footer-top-link.event:hover {
  background: url(../Images/f_s_2_h.png) no-repeat scroll center top;
}
.footer-top .footer-top-link.ad {
  background: url(../Images/f_s_3.png) no-repeat scroll center top;
}
.footer-top .footer-top-link.ad:hover {
  background: url(../Images/f_s_3_h.png) no-repeat scroll center top;
}
.footer-top .footer-top-link.tell-us {
  background: url(../Images/f_s_4.png) no-repeat scroll center top;
}
.footer-top .footer-top-link.tell-us:hover {
  background: url(../Images/f_s_4_h.png) no-repeat scroll center top;
}
.footer-top .footer-top-link.javits {
  background: url(../Images/f_s_5.png) no-repeat scroll center top;
}
.footer-top .footer-top-link.javits:hover {
  background: url(../Images/f_s_5_h.png) no-repeat scroll center top;
}

.footer-bottom {
  background-color: #2A2A2A;
  padding-top: 1.5em;
}
.footer-bottom .container{
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5em;
}
.footer-bottom ul {
  width: 20%;
  float: left;
  padding: 0 0 0 8%;
  margin: 0;
  overflow: hidden;
}
.footer-bottom li {
  display: block;
}

.footer-bottom ul,
.footer-bottom li {
  list-style-type: none;
}
.footer-bottom .level-2 a {
  color: #ffcf42;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.footer-bottom li a {
    color: #858585;
    font-size: 11px;
    text-decoration: none;
}
.footer-bottom li a:hover {
  color: #fff;
}
.footer-legal {
  background: #2A2A2A;
}
.footer-legal .logo {
  margin-right: 1em;
}

.footer-legal p,
.footer-legal a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 0.9em;
}
.footer-legal span{
  white-space: nowrap;
  line-height: 14px;
}
.footer-legal a:hover {
  color: #ffcf42;
}
.footer-legal .container {
  padding: 2.5em 0;
}
.footer-legal .social-media-bar {
  margin-bottom: 20px;
}


body.xs .footer-legal .row > div,
body.sm .footer-legal .row > div {
  text-align: center;
}
body.xs .footer-legal .logo,
body.sm .footer-legal .logo,
body.xs .footer-legal .contact-information,
body.sm .footer-legal .contact-information {
  text-align: center;
  float: none !important;
}

/*******************
   GRID PAGES  
********************/

.banner {
  width: 100%;    
  background-size: cover;
  position: relative;
  top: -10px;
}


/*******************
  GENERAL STYLES  
********************/
.home .umb-grid {
  padding-top: 70px;
}

/** Main Body Column **/
body.lg .grid-section > .col-md-4,
body.md .grid-section > .col-md-4 {
  -webkit-box-shadow: inset 0px 18px 28px -3px rgba(255, 255, 255, 1), 
                      inset 0px -12px 14px -5px rgba(255, 255, 255, 1), 
                      inset -17px 0 8px -16px rgba(152, 152, 152, 1);
  -moz-box-shadow: inset 0px 18px 28px -3px rgba(255, 255, 255, 1), 
                   inset 0px -12px 14px -5px rgba(255, 255, 255, 1),
                   inset -17px 0 8px -16px rgba(152, 152, 152, 1);
  box-shadow: inset 0px 18px 28px -3px rgba(255, 255, 255, 1), 
              inset 0px -12px 14px -5px rgba(255, 255, 255, 1), 
              inset -17px 0 8px -16px rgba(152, 152, 152, 1);
}


/** Main Body Column Content Column **/
.grid-section > .col-md-8 .col-md-12 {
  padding: 0em 4em 2em;
}
/** Events calendar page **/
body.events .grid-section > .col-md-8 .col-md-12 {
  padding: 2em 2em;
}

body.xs .grid-section > .col-md-8 .col-md-12,
body.sm .grid-section > .col-md-8 .col-md-12 {
  padding: 1em;
}

/* Primary Content Typography */
.grid-section > .col-md-8 h1 {}
.grid-section > .col-md-8 h2 {}
.grid-section > .col-md-8 h3 {}
.grid-section > .col-md-8 h4 {}
.grid-section > .col-md-8 h5 {}
.grid-section > .col-md-8 h6 {}
.grid-section > .col-md-8 p {}

/** vertically and horizontally centering images **/
.image-container > img {
  height: auto;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); /* Safari and Chrome */
  -moz-transform: translate(-50%, -50%); /* Firefox */
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -o-transform: translate(-50%, -50%); /* Opera */
}

/*************/
/** PRIMARY **/
/*************/
/* universal primary column styles that should match comps */
.javits-primary-column-content,
.javits-primary-column-content p {
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 400;
}
.javits-primary-column-content {
  max-width: 100%;
}
.javits-primary-column-content h2 { font-weight: 300; } /* page title */
.javits-primary-column-content h4 { /* intro copy */
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: 300; 
} 
.javits-primary-column-content h3 { /* sub heads */
  font-weight: 700;
  font-size: 1em; 
} 
hr { border-color: #ffcf42; } /* line break */

/* Links */
.grid-section > .col-md-8 a {
  color: #ffcf42;
  font-weight: bold;
}
.grid-section > .col-md-8 a:hover {
  color: #5d5d5d;
}

/* Lists */
.grid-section > .col-md-8 ul { padding-left: 15px; }

h2.title {
  color: #5d5d5d;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 2.5%;
  text-align: center;
  text-transform: uppercase;
}

/** Buttons **/
.btn-default {
  font-family: "MuseoSansCondensed", sans-serif;
  font-weight: bold;
  background: #292929;
  color: #fff !important;
  border: none;
  border-radius: 0px;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #292929;
  color: #ffcf42 !important;
}
.btn-default.alt:hover,
.btn-default.alt:active,
.btn-default.alt:focus {
  color: #000;
}
.btn-default.alt {
  background: #cfcfcf;
  color: #5d5d5d !important;
}
.btn-default[disabled] {
  background-color: #292928;
}

/** Forms **/

fieldset {
  padding: 0;
  border: none;
}
fieldset legend {
  font-size: 30px;
  font-weight: 500;
  color: #555;
  border: none;
}
fieldset input {
  padding: 10px 9px;
  font-size: 14px;
  /* width: 100%; */
  font-weight: 500;
  margin: 10px 0;
  /*border: 1px solid #EEE;*/
  border: 1px solid #DEDEDE;
  color: #777;
}

.field-validation-error {
  color: red;
}

/** Selects **/
select {
  padding: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  background: url('/Images/dropmenu_arrow.jpg') no-repeat scroll center right;
}

/***********************
    SLIDESHOW STYLES
 ***********************/

/** Tabs **/
.javits-tabs ul.nav-tabs {
  border-bottom: 1px solid #ffcf42 !important;
}
.javits-tabs ul.nav-tabs li,
.javits-tabs ul.nav-tabs li a {
  transition: color 0.3s ease !important; 
}
.javits-tabs ul.nav-tabs li a,
.javits-tabs ul.nav-tabs li a:hover {
  font-family: "MuseoSansCondensed", sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #555;
  background: none;
  border: none;
  transition: none;
}
.javits-tabs ul.nav-tabs li a:hover {
  color: #ffcf42;
 }
.javits-tabs ul.nav-tabs .active a,
.no-touch .javits-tabs ul.nav-tabs .active a:hover {
  border: none;
  border-bottom: 5px solid #ffcf42 !important;
}
.javits-tabs ul.nav-tabs li.active:focus,
.javits-tabs ul.nav-tabs li.active a:focus,
.javits-tabs ul.nav-tabs li:focus,
.javits-tabs ul.nav-tabs li a:focus {
  outline: 0 none !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

/** Left and Right arrows **/
.javits-slider .left.carousel-control {
  left: -50px;
}
.javits-slider .right.carousel-control {
  right: -50px;
}
.carousel-control {
  filter: none !important;
  background: none !important;
  background-image: none !important;
}
.javits-slider #prev,
.javits-slider #next {
  position: absolute;
  z-index: 9;
  width: 23px;
  height: 52px;
  top: 29%;
  cursor: pointer;
  z-index: 100;
}
.javits-slider #prev.disabled,
.javits-slider #next.disabled {
  cursor: default;
  opacity: 0.5;
}
.javits-slider #prev,
.javits-slider #prev.disabled:hover {
  right: 0;
  background: url(../images/b_l_arrow.png) no-repeat;
}
.javits-slider #prev:hover {
  background: url(../images/b_l_arrow_h.png) no-repeat;
}
.javits-slider #next,
.javits-slider #next.disabled:hover {
  left: 0;
  background: url(../images/b_r_arrow.png) no-repeat;
}
.javits-slider #next:hover {
  background: url(../images/b_r_arrow_h.png) no-repeat;
}

/** Left Column Sliders **/
.left-col .javits-slider #prev,
.left-col .javits-slider #prev.disabled:hover {
  right: 0;
  top: 92px;
  background: url(../images/LEFTPAN_b_l_arrow.png) no-repeat;
}
.left-col .javits-slider #prev:hover {
  background: url(../images/LEFTPAN_b_l_arrow_h.png) no-repeat;
}
.left-col .javits-slider #next,
.left-col .javits-slider #next.disabled:hover {
  left: 0;
  top: 92px;
  background: url(../images/LEFTPAN_b_r_arrow.png) no-repeat;
}
.left-col .javits-slider #next:hover {
  background: url(../images/LEFTPAN_b_r_arrow_h.png) no-repeat;
}

.left-col .javits-slider .item {
  /* width: 75%; */
  margin: 0 auto;
}
.left-col .javits-slider .item img {
  max-width: 150px;
  max-height: 130px;
}
.left-col .javits-slider .left.carousel-control {
  left: -10px;
}
.left-col .javits-slider .right.carousel-control {
  right: -20px;
}

.carousel-control {
  background: none !important;
}
.javits-slider.carousel-control {
  background: none !important;
  width: 30px;
}

/** Executive Staff **/
body.executive-staff .panel-body img {
  float: left;
  margin-right: 10px;
}
@media (min-width:768px ) and (max-width:992px){
  .javits-slider #prev,
  .javits-slider #prev.disabled:hover {
    right: -20px;
  }
  .javits-slider #next,
  .javits-slider #next.disabled:hover {
    left: -20px;
  }

}
