﻿#ideal-btn {
  cursor: pointer;
  width: 20px; }
  #ideal-btn a {
    font-size: 24px;
    color: #FFFFFF; }
    #ideal-btn a:hover {
      text-decoration: none; }

#megamenu-ideal-bar {
  height: 209px;
  background-color: whitesmoke;
  border-bottom: 4px solid #000F9F;
  display: flex;
  flex-flow: row nowrap; }
  #megamenu-ideal-bar h4 {
    color: #000F9F; }

#menu-content {
  width: 100%;
  position: relative;
  padding-top: 20px; }

.megamenu {
  padding: 0;
  height: inherit; }
  .megamenu > li span {
    white-space: nowrap;
    font-size: 14px;
    font-family: 'SSStandard',SSSymbolicons; }

.megatab-container {
  margin-top: 45px; }

.megacontent {
  position: relative;
  height: 150px; }
  .megacontent > div {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 25px; }
  .megacontent div.tabarea {
    opacity: 0;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s; }

.megamenu_push {
  -moz-animation-delay: 6s !important;
  -ms-animation-delay: 6s;
  -o-animation-delay: 6s !important;
  -webkit-animation-delay: 6s;
  animation-delay: 6s !important; }

.border-stripe {
  background-image: linear-gradient(135deg, black 8.33%, transparent 8.33%, transparent 50%, black 50%, black 58.33%, transparent 58.33%, transparent 100%);
  background-size: 8.49px 8.49px;
  width: 2rem; }

.mega-close {
  padding-top: 20px;
  position: relative; }
  .mega-close a {
    font-size: 1em;
    color: black;
    opacity: 0.3; }
    .mega-close a:before, .mega-close a:after {
      position: absolute;
      left: -35px;
      content: ' ';
      height: 33px;
      width: 2px;
      background-color: #333; }
    .mega-close a:before {
      transform: rotate(45deg); }
    .mega-close a:after {
      transform: rotate(-45deg); }
    .mega-close a:hover {
      text-decoration: none;
      opacity: 1; }

#addcrm-menu {
  padding: 0; }
  #addcrm-menu section {
    margin: 10px 15px 10px 15px;
    padding: 0;
    width: 141px; }
    #addcrm-menu section:last-child {
      float: left; }

#office-menu {
  margin: 0;
  padding: 0; }
  #office-menu section {
    margin: 10px 15px 10px 15px;
    padding: 0;
    width: 141px; }
    #office-menu section:last-child {
      float: left; }

#contacts-menu {
  margin: 0;
  padding: 0; }
  #contacts-menu section {
    margin: 10px 15px 10px 15px;
    padding: 0;
    width: 141px; }
    #contacts-menu section:last-child {
      float: left; }

.mega-section-set {
  margin: 0;
  padding: 0; }
  .mega-section-set section {
    margin: 10px 15px 10px 15px;
    padding: 0;
    width: 141px; }
    .mega-section-set section:last-child {
      float: left; }

.megaicons {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  border: solid 0.045em #425E79;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #425E79;
  color: #919191;
  text-align: center;
  font-size: 30px;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .megaicons:hover {
    border: solid .045em #666;
    background-color: #4F677E;
    color: #ccc;
    transition: all 0.3s ease-out;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform-origin: 0;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transform-origin: center; }
  .megaicons span {
    position: absolute;
    top: 18px;
    right: 0;
    bottom: 0;
    left: 0; }
  .megaicons .stack {
    font-family: 'SSSymbolicons';
    position: absolute;
    top: 10px;
    left: 45px;
    font-size: 36px;
    z-index: 1; }
    .megaicons .stack:before {
      width: 28px;
      height: 28px;
      border: 8px solid #425E79;
      border-radius: 100%;
      position: absolute;
      top: 11px;
      left: 0px;
      content: "";
      z-index: -1; }

.mega-tab {
  display: inline-block; }

.icon-label {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  color: #919191;
  text-align: center;
  font-size: 12px; }

#mega-companies-section,
#mega-intel-section,
#mega-contacts-section,
#mega-companies-section {
  display: none; }

#mega-companies-section {
  margin: -10px 10px 0 1px;
  padding: 0; }
  #mega-companies-section section {
    margin: 10px 15px 10px 15px;
    padding: 0;
    width: 141px; }
    #mega-companies-section section:last-child {
      float: left; }

#mega-intel-section section:last-child {
  float: left; }

#mega-contacts-section {
  margin: -10px 10px 0 1px;
  padding: 0; }
  #mega-contacts-section section {
    margin: 10px 15px 10px 15px;
    padding: 0;
    width: 141px; }
    #mega-contacts-section section:last-child {
      float: left; }

#mega-office-section {
  display: none;
  margin: -10px 10px 0 1px;
  padding: 0; }
  #mega-office-section section {
    margin: 10px 15px 10px 15px;
    padding: 0;
    width: 141px; }
    #mega-office-section section:last-child {
      float: left; }

#mega-properties-section {
  display: none;
  margin: -10px 10px 0 1px;
  padding: 0; }
  #mega-properties-section section {
    margin: 10px 15px 10px 15px;
    padding: 0;
    width: 141px; }
    #mega-properties-section section:last-child {
      float: left; }

#mega-deals-section {
  display: block;
  margin: -10px 10px 0 1px;
  padding: 0; }
  #mega-deals-section section {
    margin: 10px 15px 10px 15px;
    padding: 0;
    width: 141px; }
    #mega-deals-section section:last-child {
      float: left; }

.mega-search-label {
  margin: 0px;
  padding: 0 !important;
  width: 600px !important;
  text-align: left !important;
  font-size: 20px; }

input[type="submit"].mega-search-btn {
  padding: 8px !important;
  height: 35px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: #B45159; }

.mega-search-btn {
  padding: 10px !important;
  height: 38px;
  background-color: #B45159; }
  .mega-search-btn:hover {
    background-color: #C46C73; }

.mega-search-bar {
  margin: 0;
  padding: 0 !important; }

/* ----- Selection Arrows for Top Push Bar ----- */
.megamenu-select-arrow-search {
  position: absolute;
  top: -45px !important;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #222; }
