@charset "UTF-8";

/* import nunito font */
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,800,900');

.work-in-progress {
  font-size: x-small;
  color: red;
}

header .topBarWrap {
  height: 54px;
  background-color: #e7eded;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px 0 rgba(0, 0, 0, 0.12), 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.topBarWrap .topBar {
  max-width:1250px;
  margin:0 auto;
}

.topBar .mainLogo {
  padding: 13px 0 13px 0;
  /* float:left;
  max-width: 265px; */
}

.mainLogo .orLogoWrapper {
  width: 150px;
  height: 32px;
  object-fit: contain;
}

.mainFooterSiteContact .orLogoWrapper {
  width: 216px;
  height: 45px;
  object-fit: contain;
}

.mainLogo .orLogoWrapper img, .mainFooterSiteContact .orLogoWrapper img {
  width:100%;
}

.topBarWrap .topBarRight {
  /* float:left;
  text-align:right; */
}
body header .topBarRight a {
  color:#083d77;
  text-decoration: underline;
}
body header .topBarRight a:hover {
  color:#083d77;
  text-decoration:underline;
}

.topBarRight .topRightNav {
  text-align:right;
}
.topRightNav ul.loggedOutNav, .topRightNav ul.loggedOutNav li {
  list-style:none;
  height: 19px;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 600;
  margin:0;
  padding:0;
  padding-top: 16px;
  padding-bottom: 39px;
  font-weight: 700;
}
.topRightNav ul.loggedOutNav li {
  display:inline-block;
  padding:0 8px;
  border-right:1px solid #083d77;
}
.topRightNav ul.loggedOutNav li a i {
  text-decoration: none;
}
.topRightNav ul.loggedOutNav li:last-child {
  padding:0 0 0 4px;
  border-right:none;
}
.topBarRight form.search {
  font-weight:400;
  padding-top: 3px;
  font-size:14px;
}

ul.loggedOutNav li:last-child a {
  padding:0 0 0 4px;
  border-right:none;
  font-weight: 600;
  background: #B99D38;
  display: inline-block;
  padding: 7px 10px;
  margin: 5px 0 0 0;
  /* border: 1px solid #B51C22; */
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  /* width: 80px; */
  text-align: center;
  color: #fff;
}

ul.loggedOutNav li:last-child a:hover {
  color: #000;
}

header .mainNavWrap {
  position: relative;
  height: 54px;
  font-weight: 400;
  /* border:solid #cccccc; */
  /* border-width: 1px 0; */
}
.mainNavWrap {
  /* Ensure the dropdown menu is hidden by default */
  .dropdown-menu {
    display: none;
  }

  /* Show the dropdown menu when the parent is hovered */
  .or-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -10px;
  }
}
.mainNavWrap nav {
  /* width:1024px; */
  margin:0 auto;
  line-height:100%;
}
header .mainNavWrap nav > ul {
  display: inline-block;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 700;
  padding:0 0 0 10px;
}
.mainNavWrap nav ul, nav ul li {
  list-style:none;
  margin:0;
  padding:0;
}
.mainNavWrap nav > ul > li {
  display:inline-block;
  position:relative;
  white-space:nowrap;
}
div.searchSection {
  display: none;
  position: absolute;
  right: 93px;
  top: -12px;
  width: 425px;
  height: 40px;
  padding: 0;
  margin: 0;
}
div.searchSection input.searchInput {
  width: 405px;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  font-family: Nunito;
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #aaafaf;
  border-top: 1px solid #aaafaf;
  border-bottom: 1px solid #aaafaf;
  margin: 0;

}
div.closeSearchBox {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 310px;
  font-family: Nunito;
  font-size: 12px;
  font-weight: bold;
  color: rgba(0, 0 ,0 , 0.6);
}
.mainNavWrap nav > ul > li > a {
  display:inline-block;
  position: relative;
  text-decoration: none;
  padding: 8px 4px;
  margin: 16px 0 8px 0;
  color: rgba(0, 0, 0, 0.9);
  transition: color .5s ease;
}
.mainNavWrap nav > ul > li > a.current {
  color: rgba(185, 157, 56, 1);
}
/* .mainNavWrap nav > ul > li > a.current:after {
  height: 8px;
  margin: 10px auto auto auto;
  display: block;
  content: '';
  width: 100%;
  background-color: rgba(232, 197, 71, 1);
} */

.mainNavWrap nav > ul > li > a#navBusinessDirectory {
  margin-right: 25px;
}
.mainNavWrap nav ul li > a:hover {
  color: rgba(185, 157, 56, .7);
  text-decoration: none;
}
/* .mainNavWrap nav ul li > a:hover:after {
  width: 100%;
  background-color: rgba(232, 197, 71, .7);
}

.mainNavWrap nav ul li > a:after {
  text-decoration: none;
  height: 8px;
  margin: 10px auto auto auto;
  display: block;
  content: '';
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
} */

/* Search CSS Start */
.search-form-panel .search-btn.form-hidden {
  background-color: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.9);
  height: 40px;
  width: 36px;
  padding: 0;
}

#mainHeaderNew .mainNavWrap nav ul > li.search-form-panel:hover {
  background-color: transparent;
  color: #FFFFFF;
}

#mainHeaderNew .mainNavWrap ul > li.search-form-panel {
  z-index: 5;
}

.mainNavWrap .search-form-panel .search-btn {
  background-color: #E5E5E5;
  border: 1px solid #ECECEC;
  border-radius: 0 2px 2px 0;
  height: 40px;
  width: 36px;
  font-size: 16px;
  cursor: pointer;
  color: black;
}

.mainNavWrap .search-form-panel .search-btn.form-hidden {
  background-color: transparent;
  border: 0;
  color: black;
  height: 40px;
  width: 36px;
  padding: 0;
}

.mainNavWrap .search-form-panel input {
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 0 2px 2px 0;
  width: 216px;
  height: 40px;
  padding: 0 8px;
  color: black;
}

.mainNavWrap .search-form-panel select {
  background-color: #F6F6F6;
  border: 1px solid #ECECEC;
  border-radius: 2px 0 0 2px;
  width: 130px;
  height: 40px;
  padding: 8px;
  margin-right: 0px;
  color: black;
}

.mainNavWrap .search-form-panel .search-input {
  position: absolute;
  right: 32px;
  display: flex;
}

.mainNavWrap .search-form-panel.no-login .search-input {
  right: 30px;
  z-index: 5;
}

.mainNavWrap .search-form-panel.no-login .search-btn {
  z-index: 5;
  position: relative;
}

#search-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 4;
  cursor: pointer;
}
/* Search CSS End */


a#search-button {
  height: 40px;
  margin: 16px 0 8px 0;
  line-height: 40px;
  position: relative;
  top: -12px;
  display: inline-block;
  text-decoration: none;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  border: solid 1px rgba(0,0,0,0.0);
  border-radius: 0 4px 4px 0;
  transition: color .5s ease, background-color .5s ease, border .5s ease;
}
a#search-button:hover, a#search-button.highlight {
  color: #b99d38;
  background-color: #f1ebd7;
  border: solid 1px #b99d38;
}
a#search-button:after {
  width: 0px;
  background: transparent;
}
a#search-button:hover:after {
  width: 0px;
  background: transparent;
}
/* START - main nav sub menu styles */

/* This style actually applies to the top level menu buttons */
.mainNavWrap nav ul li.menu:hover > a{
  padding:10px 14px 15px 14px;
  background:#f6f6f6;
  z-index:99999999;
  position:relative;
  margin-bottom:-2px;
}
.mainNavWrap nav ul > li.menu:hover {
  background: #f6f6f6;
  /* border:1px solid #adacad; */
}

/* Adds Arrow to main menu */
.mainNavWrap nav ul li.menu > a:hover:after {
  display:inline-block;
  text-decoration:none;
}
.mainNavWrap nav ul li.menu > a:after {
  font-family: "FontAwesome";
  content: '\f107';
  padding-left:5px;
  font-weight:700;
}

/* Hiding and showing the menu */
.mainNavWrap nav ul li.menu ul.menu {
  display:none;
}
.mainNavWrap nav ul li.menu:hover ul {
  display:block;
}
.mainNavWrap ul.menu li a {
  /* color:#474747; */
  color: rgba(0, 0, 0, 0.9);
}
.mainNavWrap ul.menu li a:hover {
  /* color:#474747; */
  color: rgba(0, 0, 0, 0.9);
}
.mainNavWrap nav ul li.menu ul.menu {
  font-size:13px;
  background: #f6f6f6;
  float:none;
  position:absolute;
  top:38px;
  left:-1px;
  z-index:9999;
  padding:14px 14px 14px 14px;
  /* border:solid #adacad 1px; */
}
.mainNavWrap ul.menu li {
  padding:0 15px 14px 0;
  font-size:13px;
}
.mainNavWrap ul.menu li:last-child {
  padding-bottom:0;
  padding-right:0;
}
.mainNavWrap ul.menu li.title {
  padding:0 70px 4px 0;
  margin:0 0 8px 0;
  text-transform:uppercase;
  font-weight: 700;
  border-bottom:1px solid #cccccc;
}
.mainNavWrap ul.menu li + li.title {
  margin-top:10px;
}
.mainNavWrap ul.menu li.highlighted {
  font-weight:700;
  padding-top:10px;
}
.mainNavWrap ul.menu li.highlighted:after {
  font-family: "FontAwesome";
  content: '\f105';
  padding-left:5px;
}

.mainNavWrap nav ul li.menu > ul.menu_extended {
  min-width:600px;
  left:-70px;
}

.mainNavWrap li.menu > ul.menu > ul {
  float:left;
  display:inline-block;
  margin-right:20px;
}
.mainNavWrap li.menu > ul.menu > ul:last-child {
  margin-right:0;
}
/* END - main nav sub menu styles */
/* This class is set up for the jQuery script in header_navigation.html. It currently (2017-04-11) does not work as expected */
.active {
  border-style: solid;
  border-color: #e7eded;
  border-bottom: 8px;
  border-bottom-color: #e8c547;
}
div.main_content {
  width:1186px;
  margin: 0 auto;
}

div.main_content_wide {
  max-width: 1215px;
  margin:0 auto;
}

td#homepage_items {
  margin-right: 10px;
}

.user_icon_pad {
  padding-right: 4px;
}
/*@media screen and (max-width: 991px) {
  .topBarWrap{
    min-width: 100px !important;
    width: 100%;
  }
  .topBar{
    width: 100% !important;
  }
}*/

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.header__menu, .user__menu {
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
}

.header__menu{
  position: fixed;
  top: 0;
  z-index: 10001;
  right: 0;
  background: #fff;
  padding: 16px 0;
  max-width: 338px;
  width: 100%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
}

@media (max-width: 338px) {
  .header__menu {
      max-width: 288px;
  }
  .user__menu {
      max-width: 288px;
      min-width: 288px;
  }
}

.user__menu .header__logo .header__userDetail .userEmail {
  font-size: 16px;
  overflow: hidden;
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  text-overflow: ellipsis;
}
.header__logo {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
.header__close {
  color: #474747ad;
}
.user__menu .header__userSection .header__close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.showMenu {
  transform: none;
  -webkit-transform: none;
}
.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10000;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  transition: opacity .15s linear;
  -webkit-transition: opacity .15s linear;
}
.menu-backdrop.show {
  opacity: 0.5;
  z-index: 10000;
}

.header__menu.hide, search__menu.hide, .user__menu.hide {
  display: none;
  width: 100%;
}

.loggedOutNav .user-initials {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  outline: none;
  border-radius: 50%;
  font-weight: 700;
  color: white;
  background: #5F5F5F;
}

.loggedOutNav .user-initials span {
  font-size: 12px;
}

.loggedOutNav .user-initials:hover {
  background: #737373;
  transition: background .3s ease;
}

/*END Of Desktop Navbar Styles*/

/* @media (min-width: 992px) { */
@media (min-width: 1020px) {
  #navList {
    display: block;
    flex-grow: 1;
    padding-left: 20px;
  }
  #navListHamburger {
    display: none;
  }
}

/* @media (max-width: 992px) { */
@media (max-width: 1020px) {
  #navList {
      display: none;
  }
  #navListHamburger {
      display: inline-block;
      /* padding-right: 30px; */
      padding: 15px 30px 0 10px;
  }
  
}
