/* Chosen Overrides */
.chosen-container {
  font-family: 'Open Sans', sans-serif;
  vertical-align: top !important; }
  .chosen-container-active .chosen-choices {
    border: 1px solid #e8ebf0 !important; }
  .chosen-container-multi .chosen-choices li.search-choice {
    padding: 4px 26px 4px 8px !important;
    margin-right: 10px;
    border: none !important;
    border-radius: 24px !important;
    background-image: none !important;
    background-color: #58cf52 !important;
    color: #FFFFFF !important; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      background: url("img/chosen-sprite-pop.png") -40px 3px no-repeat !important;
      right: 10px !important; }
  .chosen-container .chosen-drop .chosen-results li.highlighted {
    background-color: #e6e6e6;
    background-image: none;
    color: #000000; }

.chosen-container-multi .chosen-choices li.search-field:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 14px;
  cursor: pointer; }

.chosen-container-multi .chosen-drop .result-selected {
  display: none !important; }

/* Buttons */
a.mp-btn, button.mp-btn {
  padding: 10px;
  border: none;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1); }
  a.mp-btn-green, button.mp-btn-green {
    background-color: #58cf52;
    color: #FFFFFF; }
    a.mp-btn-green:hover, button.mp-btn-green:hover {
      background-color: #7fda7a;
      color: #FFFFFF;
      border: none; }
  a.mp-btn-blue, button.mp-btn-blue {
    background-color: #049fd9;
    color: #FFFFFF; }
    a.mp-btn-blue:hover, button.mp-btn-blue:hover {
      background-color: #15bcfb;
      color: #FFFFFF;
      border: none; }
  a.mp-btn-grey, button.mp-btn-grey {
    background-color: #b7b7b7 !important;
    color: #FFFFFF !important; }
    a.mp-btn-grey:hover, button.mp-btn-grey:hover {
      background-color: #d1d1d1 !important;
      color: #FFFFFF;
      border: none; }
  a.mp-btn.mp-read-more, button.mp-btn.mp-read-more {
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px; }

/* Navbar Styles */
nav#mp-nav.navbar {
  height: 80px;
  background-color: #FFFFFF;
  border: none;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 0;
  border-radius: 0; }
  nav#mp-nav.navbar .container-fluid {
    padding: 0;
    width: 100%; }
  @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    nav#mp-nav.navbar {
      padding-left: 20px;
      padding-right: 20px;
      margin: 0;
      box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1); }
      nav#mp-nav.navbar .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%; }
      nav#mp-nav.navbar .navbar-header button.navbar-toggle {
        border: none;
        background-color: #FFFFFF;
        height: 80px;
        padding-right: 0;
        margin: 0; }
        nav#mp-nav.navbar .navbar-header button.navbar-toggle i {
          font-size: 24px;
          color: #049fd9; } }
  @media (max-width: 991px) {
    nav#mp-nav.navbar {
      padding-left: 30px;
      padding-right: 30px; } }
  nav#mp-nav.navbar .navbar-header {
    height: 80px; }
    nav#mp-nav.navbar .navbar-header img {
      height: 80px;
      padding: 20px;
      margin-right: 20px; }
      @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
        nav#mp-nav.navbar .navbar-header img {
          padding-left: 0; } }
    nav#mp-nav.navbar .navbar-header a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      color: #049fd9;
      font-size: 18px;
      height: 80px;
      padding: 22px 10px;
      line-height: 40px; }
      @media (max-width: 410px) {
        nav#mp-nav.navbar .navbar-header a {
          font-size: 16px;
          padding: 20px 0px; } }
  nav#mp-nav.navbar #mp-navbar ul.navbar-right li a {
    font-size: 14px;
    color: #049fd9;
    font-family: 'Open Sans', sans-serif;
    padding: 22px 30px;
    height: 80px;
    line-height: 40px; }
    nav#mp-nav.navbar #mp-navbar ul.navbar-right li a.active {
      border-bottom: 3px solid #049fd9; }
    @media (max-width: 991px) {
      nav#mp-nav.navbar #mp-navbar ul.navbar-right li a {
        font-size: 13px;
        padding: 22px 15px; } }
  @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    nav#mp-nav.navbar #mp-navbar {
      min-width: 320px;
      max-width: 736px;
      background-color: #FFFFFF;
      border: none;
      margin-left: -40px;
      margin-right: -40px;
      box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
      z-index: 2000;
      position: relative; }
      nav#mp-nav.navbar #mp-navbar ul.navbar-right {
        margin-top: 0;
        margin-bottom: 0; } }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #FFFFFF !important;
  border-bottom: 3px solid #049fd9 !important; }

div#bg {
  background: -webkit-linear-gradient(bottom, gainsboro, white);
  min-height: calc(100vh - 368px); }
  div#bg.cloud {
    background: -webkit-linear-gradient(top, white, gainsboro) !important; }

section#home {
  /*background-image: url('img/home-catalog-banner-background.jpg');
  background-size: cover;
  background-position: center center;*/
  padding: 40px 0 0 0;
  font-family: 'Open Sans', sans-serif; }
  section#home h1 {
    font-weight: 400;
    color: #333333; }
  section#home form {
    margin-bottom: 40px; }
  section#home ul.chosen-choices {
    padding: 10px;
    border-radius: 4px;
    cursor: pointer; }
  section#home button.mp-go {
    padding: 8px;
    border: 0;
    color: #FFFFFF;
    background-color: #58cf52;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1); }
  section#home .carousel-inner {
    width: 86%;
    margin: 0 7%;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1); }
    section#home .carousel-inner h3, section#home .carousel-inner p {
      text-align: left !important;
      margin-bottom: 20px; }
    section#home .carousel-inner img {
      margin: 20px 0;
      display: inline-block; }
    @media (max-width: 767px) {
      section#home .carousel-inner .col-xs-12 {
        text-align: center !important; }
      section#home .carousel-inner h3 {
        text-align: center !important; }
      section#home .carousel-inner a {
        float: none !important; }
      section#home .carousel-inner img {
        max-width: 300px; } }
  section#home a.mp-btn, section#home button.mp-btn {
    margin-bottom: 10px; }
  section#home .carousel-control {
    width: 7% !important;
    background-image: none !important;
    opacity: 1; }
    section#home .carousel-control span {
      color: #049fd9; }
  section#home .carousel-indicators {
    bottom: -40px !important; }
    section#home .carousel-indicators li {
      border: 1px solid #b7b7b7; }
    section#home .carousel-indicators .active {
      background-color: #049fd9 !important; }

section#sip-banner {
  margin: 50px 0 0 0;
  padding-bottom: 40px; }
  section#sip-banner img {
    max-width: 260px; }
    @media (max-width: 768px) {
      section#sip-banner img {
        width: 160px; } }
  section#sip-banner .container {
    background-image: linear-gradient(to bottom, #e13729, #ee7425);
    padding: 0 !important;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      section#sip-banner .container {
        width: 85%; } }
    section#sip-banner .container .col-md-3 {
      padding: 0 !important; }
      @media (max-width: 500px) {
        section#sip-banner .container .col-md-3 {
          text-align: center;
          width: 100%; } }
    section#sip-banner .container .col-md-9 {
      color: #FFFFFF !important;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400; }
      @media (max-width: 500px) {
        section#sip-banner .container .col-md-9 {
          padding-left: 75px; } }
      section#sip-banner .container .col-md-9 a {
        color: #FFFFFF;
        font-weight: 700; }
    @media (max-width: 500px) {
      section#sip-banner .container .col-xs-9 {
        text-align: center; } }
    @media (max-width: 990px) {
      section#sip-banner .container .col-md-9.col-xs-9 {
        padding-left: 75px; } }
    @media (max-width: 768px) {
      section#sip-banner .container .col-md-9.col-xs-9 {
        padding-left: 20px; } }
    @media (max-width: 660px) {
      section#sip-banner .container .col-md-9.col-xs-9 {
        padding-left: 50px; } }
    @media (max-width: 500px) {
      section#sip-banner .container .col-md-9.col-xs-9 {
        width: 100%;
        margin-left: -20px; } }
    @media (max-width: 990px) {
      section#sip-banner .container h3 {
        font-size: 20px; } }
    @media (max-width: 768px) {
      section#sip-banner .container h3 {
        margin-top: 10px;
        font-size: 16px; } }
    @media (max-width: 768px) {
      section#sip-banner .container p {
        font-size: 11px; } }

section#cloudShowcase {
  margin: 20px 0 0 0;
  padding-bottom: 40px; }
  section#cloudShowcase img {
    margin-bottom: 40px; }

/* Banner Styles */
section#mp-banner {
  background-image: url("/site/mp_test/img/banner-img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 210px 0 0 0; }
  @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    section#mp-banner {
      padding: 0; } }
  section#mp-banner h1 {
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 700; }
    @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
      section#mp-banner h1 {
        font-size: 36px;
        text-align: left;
        margin: 15px 0 30px 0; } }
  section#mp-banner form #filter-row {
    height: 300px; }
  section#mp-banner ul.chosen-choices {
    padding: 10px;
    border-radius: 4px; }
  section#mp-banner button.mp-go {
    padding: 8px;
    border: 0;
    color: #FFFFFF;
    background-color: #58cf52;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1); }
  section#mp-banner .chosen-container {
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    section#mp-banner select.filter-multi {
      width: 100%;
      margin-bottom: 20px;
      border-radius: 4px;
      font-family: 'Open Sans', sans-serif;
      box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1); }
      section#mp-banner select.filter-multi option {
        padding: 4px; }
    section#mp-banner .chosen-container {
      margin-bottom: 20px; }
    section#mp-banner button.mp-go {
      margin-bottom: 20px; } }

#overview-banner {
  background-image: url(img/overviewBanner.jpg);
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
  margin-bottom: 80px; }
  #overview-banner h1 {
    font-weight: 400;
    text-align: center;
    color: #333333; }
  #overview-banner h2 {
    font-weight: 400;
    text-align: center;
    color: #333333;
    font-size: 24px; }

#overview-icons {
  margin-bottom: 80px; }
  #overview-icons h1 {
    text-align: center;
    font-weight: 400;
    color: #333333; }
  #overview-icons h3 {
    text-align: center;
    font-weight: 700;
    font-size: 16px; }
    #overview-icons h3 a {
      color: #049fd9; }
    @media (max-width: 990px) {
      #overview-icons h3 {
        text-align: center; } }
  #overview-icons p {
    color: #b7b7b7;
    text-align: center; }
    @media (max-width: 990px) {
      #overview-icons p {
        text-align: center; } }
  #overview-icons .connect-icon {
    padding-left: 40px; }
    @media (max-width: 990px) {
      #overview-icons .connect-icon {
        padding-left: 12px;
        padding-top: 20px; } }

/* Showcase Solutions Section */
section#mp-showcase {
  padding: 40px 0; }
  section#mp-showcase h2 {
    color: #b7b7b7;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif; }
  section#mp-showcase #mp-showcase-slideshow .carousel-inner {
    padding-bottom: 50px; }
  section#mp-showcase #mp-showcase-slideshow ol.carousel-indicators li {
    border-color: #b7b7b7 !important; }
    section#mp-showcase #mp-showcase-slideshow ol.carousel-indicators li.active {
      background-color: #b7b7b7 !important; }
  section#mp-showcase #mp-showcase-slideshow .carousel-control.left, section#mp-showcase #mp-showcase-slideshow .carousel-control.right {
    background-image: none; }
  section#mp-showcase #mp-showcase-slideshow .carousel-control {
    width: 5%;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    color: #b7b7b7;
    opacity: 1; }

body.modal-open .modal-dialog {
  margin-top: 200px; }

/* Cards */
.mp-solution-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 25px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  background-color: #FFFFFF; }
  .mp-solution-card .logo a {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
    .mp-solution-card .logo a img {
      display: block;
      margin: 0 auto; }
  .mp-solution-card .name a {
    color: #049fd9;
    font-size: 24px;
    display: block;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 53px; }
  .mp-solution-card .description {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mp-solution-card .tags {
    text-align: center; }

/* Partner Profile */
#mp-partner-header {
  background-color: #FAFAFA;
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  text-transform: uppercase;
  vertical-align: middle; }
  @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    #mp-partner-header {
      padding: 20px 0; } }
  #mp-partner-header .container {
    position: relative; }
    #mp-partner-header .container .preferred-partner {
      position: absolute;
      right: 0;
      bottom: -60px; }
      @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
        #mp-partner-header .container .preferred-partner {
          bottom: -50px;
          right: 15px; }
          #mp-partner-header .container .preferred-partner img {
            width: 50px; } }
  #mp-partner-header div[class*=col-md-] {
    position: relative; }
    #mp-partner-header div[class*=col-md-] .logo {
      width: 160px;
      position: relative; }
      @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
        #mp-partner-header div[class*=col-md-] .logo {
          margin: 0 auto; } }
      #mp-partner-header div[class*=col-md-] .logo img {
        width: 100%; }
    #mp-partner-header div[class*=col-md-] h2 {
      font-weight: 700;
      font-size: 36px;
      margin: 0; }
      @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
        #mp-partner-header div[class*=col-md-] h2 {
          font-size: 24px;
          padding: 20px 0 0 0;
          text-align: center; } }
    #mp-partner-header div[class*=col-md-] .address {
      font-weight: 700;
      font-size: 18px;
      margin-top: 20px; }
      @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
        #mp-partner-header div[class*=col-md-] .address {
          font-size: 14px;
          padding: 0 40px;
          text-align: center; } }

#mp-partner-info {
  font-family: 'Open Sans', sans-serif;
  padding: 20px 0; }
  @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    #mp-partner-info {
      padding: 40px 0; }
      #mp-partner-info a.mp-btn {
        display: block;
        margin: 0 15px 10px 15px; } }
  #mp-partner-info p {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    font-weight: 400; }
    @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
      #mp-partner-info p {
        padding: 0 15px;
        margin-bottom: 0; } }

#mp-entries {
  padding: 20px 0 60px 0; }
  #mp-entries h2 {
    color: #333333;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif; }
  #mp-entries .search-tile .logo img {
    max-height: 80px;
    min-height: auto; }

#mp-entries .search-tile .membership-level img[src*='img/cisco_compatible.png'] {
  max-width: 100%;
  margin-top: 27px; }

/* Solution */
#mp-solution-header {
  padding: 40px 0;
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  vertical-align: middle; }
  @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    #mp-solution-header {
      padding: 20px 0; } }
  #mp-solution-header .container {
    position: relative; }
    #mp-solution-header .container .preferred-partner {
      position: absolute;
      right: 0;
      bottom: -60px; }
      @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
        #mp-solution-header .container .preferred-partner {
          bottom: -50px;
          right: 15px; }
          #mp-solution-header .container .preferred-partner img {
            width: 50px; } }
  #mp-solution-header .logo-row {
    max-height: 152px; }
  #mp-solution-header div[class*=col-md-] {
    position: relative; }
    #mp-solution-header div[class*=col-md-] .logo {
      width: 160px;
      position: relative; }
      @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
        #mp-solution-header div[class*=col-md-] .logo {
          margin: 0 auto; } }
      #mp-solution-header div[class*=col-md-] .logo img {
        width: 100%; }
    #mp-solution-header div[class*=col-md-] h2 {
      font-weight: 700;
      font-size: 36px;
      margin: 0; }
      @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
        #mp-solution-header div[class*=col-md-] h2 {
          font-size: 24px;
          padding: 20px 0 0 0;
          text-align: center; } }
    #mp-solution-header div[class*=col-md-] a.partner-link {
      font-weight: 700;
      color: #049fd9;
      text-transform: uppercase; }
  #mp-solution-header .solution-tags {
    padding-top: 30px; }
    #mp-solution-header .solution-tags .dropdown {
      display: inline-block; }
    #mp-solution-header .solution-tags span.mp-tag, #mp-solution-header .solution-tags button.mp-tag {
      font-weight: 700;
      font-size: 18px;
      border: none;
      padding: 8px 16px;
      background-color: #049fd9;
      color: #FFFFFF;
      border-radius: 20px;
      margin-right: 20px; }
    #mp-solution-header .solution-tags ul.dropdown-menu {
      margin-top: 10px;
      padding: 10px;
      min-width: 220px;
      border: none;
      box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1); }
      #mp-solution-header .solution-tags ul.dropdown-menu li {
        padding: 4px 0;
        font-size: 12px;
        color: #b7b7b7; }

#mp-solution-info {
  font-family: 'Open Sans', sans-serif !important;
  padding: 20px 0; }
  @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    #mp-solution-info {
      padding: 40px 0; }
      #mp-solution-info a.mp-btn {
        display: block;
        margin: 0 15px 10px 15px; } }
  #mp-solution-info h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important; }
  #mp-solution-info .toggle-length {
    position: relative;
    transition: all 1s ease-in-out; }
    #mp-solution-info .toggle-length p {
      margin-top: 20px;
      margin-bottom: 40px;
      font-size: 14px;
      line-height: 30px;
      color: #333333;
      font-weight: 400;
      height: auto;
      transition: all 1s ease-in-out; }
      @media only screen and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
        #mp-solution-info .toggle-length p {
          padding: 0 15px;
          margin-bottom: 0; } }
    #mp-solution-info .toggle-length .word-mask {
      display: none;
      transition: all 1s ease; }
    #mp-solution-info .toggle-length.mp-hidden p {
      height: 100px;
      margin-bottom: 10px;
      overflow: hidden;
      transition: all 1s ease-in-out; }
    #mp-solution-info .toggle-length.mp-hidden .word-mask {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      transition: all 1s ease;
      top: 0;
      background-color: rgba(255, 255, 255, 0);
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), to(white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), white);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white); }

#mp-solution-media #mp-media-slideshow .carousel-inner {
  height: 315px; }
  #mp-solution-media #mp-media-slideshow .carousel-inner .item {
    line-height: 315px; }
    #mp-solution-media #mp-media-slideshow .carousel-inner .item img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-height: 215px;
      min-height: 215px;
      padding-top: 50px; }
    #mp-solution-media #mp-media-slideshow .carousel-inner .item iframe {
      margin: 0 auto;
      display: block; }
#mp-solution-media #mp-media-slideshow .carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0001))) !important;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%) !important;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0001)) !important;
  opacity: 1; }
  #mp-solution-media #mp-media-slideshow .carousel-control.left span {
    color: #049fd9; }
#mp-solution-media #mp-media-slideshow .carousel-control.right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0001))) !important;
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%) !important;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0001)) !important;
  opacity: 1; }
  #mp-solution-media #mp-media-slideshow .carousel-control.right span {
    color: #049fd9; }

#cloudEntry #partnerWithUs {
  background-color: #4daab4;
  border-radius: 8px;
  padding: 20px;
  color: #FFFFFF !important;
  margin-bottom: 20px; }
#cloudEntry .promoBanner {
  margin-bottom: 20px;
  font-size: 12px; }
  #cloudEntry .promoBanner p {
    padding: 0 20px; }
    @media (max-width: 990px) {
      #cloudEntry .promoBanner p {
        text-align: center; } }

#mp-filter-bar {
  width: 100%;
  background: #049fd9;
  font-family: 'Open Sans', sans-serif;
  padding: 20px;
  line-height: 25px; }
  #mp-filter-bar .current-filters {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 0; }
  #mp-filter-bar .sorting span {
    color: #FFFFFF;
    font-size: 16px; }
  #mp-filter-bar .sorting .chosen-container a span {
    color: #b7b7b7; }
  #mp-filter-bar .sorting .chosen-container-single .chosen-single {
    background: #FFFFFF !important;
    border: 1px solid #b7b7b7 !important; }
  #mp-filter-bar .toggle-filters {
    color: #FFFFFF;
    font-size: 16px; }

#mp-filters {
  background-color: #FFFFFF;
  width: 100%;
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif; }
  #mp-filters .switch {
    position: relative;
    display: inline-block;
    line-height: 40px;
    width: 80px;
    height: 40px; }
    #mp-filters .switch input {
      display: none; }
      #mp-filters .switch input:checked + .slider {
        background-color: #58cf52; }
        #mp-filters .switch input:checked + .slider:before {
          -webkit-transform: translateX(39px);
          -ms-transform: translateX(39px);
          transform: translateX(39px); }
      #mp-filters .switch input:focus + .slider {
        box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1); }
  #mp-filters .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b7b7b7;
    -webkit-transition: .4s;
    transition: .4s; }
    #mp-filters .slider.round {
      border-radius: 40px; }
      #mp-filters .slider.round:before {
        border-radius: 50%; }
    #mp-filters .slider:before {
      position: absolute;
      content: "";
      height: 36px;
      width: 36px;
      left: 2px;
      bottom: 2px;
      background-color: #FFFFFF;
      -webkit-transition: .4s;
      transition: .4s; }
  #mp-filters .slider-label {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    color: #b7b7b7;
    font-size: 18px; }
  #mp-filters h3 {
    color: #b7b7b7;
    font-size: 18px; }
  #mp-filters .chosen-container {
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1); }
    #mp-filters .chosen-container ul.chosen-choices {
      border-radius: 4px;
      padding: 10px;
      background-image: none !important; }

#mp-results {
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 40px; }
  #mp-results h2 {
    color: #b7b7b7;
    font-weight: 400; }
  #mp-results .pagination {
    color: #b7b7b7; }
    #mp-results .pagination a {
      display: inline-block;
      text-align: center;
      line-height: 20px;
      background: #b7b7b7;
      color: #FFFFFF; }

#mp-search {
  margin-top: 20px; }
  #mp-search .checkbox label {
    width: 100%;
    line-height: 30px; }
    #mp-search .checkbox label input {
      margin-top: 8px; }
  #mp-search .container-fluid .row .col-md-3 .well {
    background-color: #FFFFFF !important; }
    #mp-search .container-fluid .row .col-md-3 .well .input-group .input-group-btn button.btn {
      background-color: #58cf52;
      color: #FFFFFF !important; }
  #mp-search .sub-technology {
    padding-left: 20px; }
  #mp-search .panel-body {
    padding: 0 !important; }
  #mp-search .collapse-container {
    padding: 15px; }
  #mp-search .search-tile {
    border: 1px solid rgba(120, 120, 120, 0.1);
    height: auto;
    overflow: auto;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin-bottom: 20px; }
    #mp-search .search-tile .logo {
      display: block;
      max-height: 87px !important; }
      #mp-search .search-tile .logo img {
        max-height: 80px;
        min-height: auto; }
    #mp-search .search-tile .membership-level img {
      max-width: 87px; }
    #mp-search .search-tile .membership-level img[src*='img/cisco_compatible.png'] {
      max-width: 100%;
      margin-top: 27px; }
    #mp-search .search-tile .title a {
      font-size: 18px; }
    #mp-search .search-tile .title small {
      font-family: 'Open Sans', sans-serif;
      font-style: italic; }
  #mp-search .pagination {
    margin: 0 !important; }
  #mp-search .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: left;
    background-color: #ccc;
    border-radius: 4px;
    border: 1px solid #000; }

#mp-entries .search-tile {
  border: 1px solid rgba(120, 120, 120, 0.1);
  height: auto;
  overflow: auto;
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-bottom: 20px; }
  #mp-entries .search-tile .logo {
    display: block; }
  #mp-entries .search-tile .membership-level img {
    max-width: 87px; }
  #mp-entries .search-tile .membership-level img[src*='img/cisco_compatible.png'] {
    max-width: 100%; }
  #mp-entries .search-tile .title a {
    cursor: pointer; }
  #mp-entries .search-tile .title small {
    font-family: 'Open Sans', sans-serif;
    font-style: italic; }

a.dropdown-panel:hover {
  text-decoration: none !important; }

/* Footer */
html {
  position: relative !important;
  min-height: 100%; }

body {
  margin-bottom: 288px; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 288px;
  text-align: center;
  font-family: 'Open Sans', sans-serif; }
  footer .footer-top {
    background-color: #e8ebf0;
    width: 100%;
    padding: 40px 0; }
    footer .footer-top p {
      margin-bottom: 40px; }
      footer .footer-top p:last-of-type {
        margin-bottom: 0;
        font-size: 12px;
        color: #b7b7b7;
        line-height: 24px; }
      footer .footer-top p a {
        color: #b7b7b7;
        font-size: 14px;
        padding: 0 10px;
        border-right: 1px solid #b7b7b7; }
        footer .footer-top p a:last-of-type {
          border-right: none; }
  footer .footer-bottom {
    background-color: #b7b7b7;
    width: 100%;
    padding: 20px; }
    footer .footer-bottom p {
      color: #FFFFFF;
      font-size: 12px;
      line-height: 12px;
      margin-bottom: 0; }

/*# sourceMappingURL=marketplace.min.css.map */
