section.AllBox {
    padding: 30px 10px;
}


.card.MultiBox {
    margin-bottom: 32px;
}

.Search_me {
  padding: 30px 0px;
  background: #F4F9FC 0% 0% no-repeat padding-box;
  opacity: 1;
}

[class^="ribbon-"] {
    /* position: relative; */
    /* margin-bottom: 80px; */
  }
  [class^="ribbon-"]:before, [class^="ribbon-"]:after {
    content: "";
    position: absolute;
  }

  .ribbon-2 {
    width: 150px;
    height: 50px;
    background: #21749a;
    left: -8px;
  }
  .ribbon-2:before {
    height: 0;
    width: 0;
    border-bottom: 8px solid #14455b;
    border-left: 8px solid transparent;
    top: -8px;
  }
  .ribbon-2:after {
    height: 0;
    width: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #21749a;
    right: -15px;
  }
 

  .ribbon-3 {
    width: 92px;
    height: 19px;
    line-height: 11px;
    padding-left: 4px;
    position: relative;
    left: -8px;
    top: 11px;
    background: #4D4D4D;
}

.ribbon-3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  /* border-bottom: 9px solid black; */
  border-left: 9px solid transparent;
}


.ribbon-3:after {
  /* height: 3px; */ 
  /* width: 4px; */
  right: -26.5px;
  top: -6px;
  border-radius: 50%;
  background: #4D4D4D 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  border: 16px solid #4D4D4D;
  /* border-bottom: 25px solid transpa
  /* border-bottom: 25px solid transparent; */
  /* /* border-left: 15px solid #59324C; */
}
span.ribbonHeadsbs {
  color: white;
  padding: 10px;
  font-size: 9px;
}
span.bs {
  position: absolute;
  color: white;
  top: 4px;
  font-size: 12px;
  right: -18px;
  text-align: center;
  z-index: 999;
}
  .ribbon-s{
    width: 148px;
    text-align: center;
    height: 30px;
    
    padding: 6px;
    background: #4D4D4D;
    left: -26px;
    top: -13px;

  }

.ribbon-h {
    width: 103%;
    height: 34px;
    padding: 5px;
    text-align: center;
    background: #4d4d4d;
    left: -8px;
    top: 15px;
    border-radius: 4px;
    position: absolute;
    box-shadow: 0 0px 20px 0px rgba(51, 51, 51, 0.1);
} 

  
  .ribbon-p{
    width: 148px;
    height: 30px;
    padding: 6px;
    background: #D47849;
    left: -26px;
    text-align: center;
    top: -13px;

  } 




  .ribbon-c{
    width: 148px;
    height: 30px;
    background: #EC6568;
    left: -26px;
    padding: 6px;
    text-align: center;
    top: -13px;

  } 

  .ribbon-itp{
    width: 148px;
    padding: 6px;
    height: 30px;
    text-align: center;
    background: #AFB6DD;
    left: -26px;
    top: -13px;

  } 

  .ribbon-its{
    width: 148px;
    height: 30px;
    text-align: center;
    background: #4D4D4D;
    left: -26px;
    padding: 6px;
    top: -13px;

  }


span.ribbonHeads {
    color: white;
    font-weight: 600;
    font-size: 20px;
}

  .ribbon-content {
    height: inherit;
    margin-bottom: 0;
    background: #37b7c7;
    z-index: 100;
  }
  .ribbon-content:before {
    height: 0;
    width: 0;
    border-top: 10px solid #26808b;
    border-left: 10px solid transparent;
    bottom: -10px;
  }
  .ribbon-content:after {
    height: 0;
    width: 0;
    border-top: 10px solid #26808b;
    border-right: 10px solid transparent;
    right: 0;
    bottom: -10px;
  }
  

  .MainBlock {
    background: white;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    opacity: 1;
    padding:  0;
    display: flex;
    align-items: center;
}

  .searchme {
    width: 100%;
    position: relative;
    display: flex;
  }
  
  .searchTerm {
    width: 100%;
   
    border-right: none;
    padding: 7px;
    height: 31px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
  }
  
  .searchTerm:focus{
    color: #00B4CC;
  }
  
  .searchButton {
    width: 47px;
    height: 31px;
    border: 1px solid transparent;
    background: none;
    text-align: center;
    color: #d0c5c5;
    margin-right: 1em;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
  }
  

  .searchButton img{
    width: 28px;
  }
  /*Resize the wrap to see the search bar change!*/

    .wrapme {
      width: 70%;
      position: absolute;
      top: 4%;
      left: 31%;
  
    /* /* transform: translate(-50%, -50%); */
  }

  
.button {
  color: #E3DFE9;
  font-size: 18px;

  padding: 6px 27px;
  background: #4D4D4D 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 4px;
opacity: 1;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
 
}

.button:hover {
  color: #DBD7E0;
  transform: translateY(3px);
  box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.17);
}

.arrow {
  margin-right: 30px;
  width: 13px;
  transition: transform 0.3s ease;
}

.arrow.open {
  transform: rotate(180deg);
}

.button p {
  display: inline;
  color: white;

} 
/* 
.dropdown {
  position: absolute;
  color: #E3DFE9;
  font-size: 18px;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  display: block;
  cursor: pointer;
  width: 235px;
  transform: scale(0.01);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
  transform-origin: center top;
  overflow: hidden;
}

.dropdown.open {
  transform: scale(1);
  opacity: 1;
  box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
}

.dropdown a {
  position: relative;
  color: #6C6185;
  text-decoration: none;
  display: block;
  padding: 12.5px 30px;
  transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
  overflow: hidden;
}

.dropdown a.clicked {
  padding-left: 35px;
  color: #987CD9;
}

.dropdown a:hover {
  color: #987CD9;
  padding-left: 35px;
} */
/* 
span {
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  position: absolute;
  background: #987CD9;
  transition: width 0.4s ease;
  border-radius: 1px;
}

span.clicked {
  width: 5px;
}
 */

.navigation-wrap {
    position: relative;
    width: 100%;
    top: -1px;
    left: 0;
    background: #f1f1f1 0% 0% no-repeat;
    opacity: 1;
    padding: 20px;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* .dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
} */


#primary_nav_wrap
{

}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

ul.subsecUL {
  width: 400px;
}
li.subsecLI a{
  padding: 10px;
}
.subHeadsSearch {
  padding: 30px;
  text-align: center;
}

.SideHeads {
  padding: 15px 0px;
  margin-bottom: 10px;
}



.CardPush{
  background: #4D4D4D 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
opacity: 1;
}

a.subBlock:hover
  {
    text-decoration: none;
  }

  .card-body.StatnBody {
    height: 200px;
}

.card-body.housebody {
  /*height: 200px;*/
}

.card-body.pantrybody {
  height: 200px;
}

.card-body.itpbody {
  height: 200px;
}
.card-body.itsbody {
  height: 200px;
}

.card-body.ccbody {
  height: 200px;
}
.modal-backdrop.fade.show {
    background: #F4F4F4B4 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: 9999 !important;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600 !important;
}