  /* Search Page Html */

article.search-results.container {
    max-width:1170px;
}
.search-page-main{
    position: absolute;
    width:100%;
    top:102px;
    left:0;
    height: 190px;
    z-index:-20;
    background-color: #f0f1f2;
    display: block;
}
#searchterm {
   font-size: 18px;
   font-weight: normal;
   line-height: 1.44;
  }

 .search-box input{
      position: relative;
      padding:20px;
      border: none;
      border-right: 1px solid #bfc3c6;
      box-shadow: 0px 25px 25px rgba(111, 120, 126, 0.2);
      border-radius: 3px;
      outline: none;
	  width: 100%;
      font-family: "Source Sans Pro", "sans-serif";
      padding-right: 50px;
  }

 .search-box .search-btn{
    width: 11%;
    padding: 11px 20px;
    border: 12px white solid;
    background-color: #e65e43;
    color: white;
    position: relative;
    float: right;
    box-shadow: 0px 25px 25px rgb(111 120 126 / 20%);
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.40;
	display: inline;

  }
  .search-title{
    font-family: Source Sans Pro;
    font-size: 38px;
    top:70px;
    position: relative;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
    
  }
  .n-results{
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #5B656C;
    padding-top:200px;
    
  }
 .result{
      background-color: #f1f3f5;
      padding:30px;
      margin: 20px 0px;
  }
 .result .title{
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #1061CC;
    
  }
 .result .description{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-top: 10px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #5B656C;
  }
 .result .tag button{
    border: none;
    padding:5px;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    margin-right:10px;
    margin-top:20px;
    border-radius: 3px;
  }
  .search-results .result{
      background-color: #f1f3f5;
      padding:30px;
      margin: 20px 0px;
  }
  .search-results .result .title{
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #1061CC;
    
  }
.search-results .result .title a {
	    color: #1061CC;
}
  .search-results .result .description{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-top: 10px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #5B656C;
  }
  .search-results .result .tag button{
    border: none;
    padding:5px;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    margin-right:10px;
    margin-top:20px;
    border-radius: 3px;
  }
  .pink{
      background-color: #eccfee ;
      color:#801389;
  }
  .yellow{
      background-color: #fce9bf;
      color:#b57e00;
  }
  .green{
      background-color: #e6f4df;
      color: #3a801a;
  }
  #dd {
     background: #fff;
     position: relative;
     margin-bottom: 0px !important;
     border:none !important;   
     width: 18.8% !important;   
     padding: 20px !important;   
     box-shadow: 0px 25px 25px rgb(111 120 126 / 20%);
     border-right: 1px solid #bfc3c6;   
     display:inline-block;
    font-size: 18px;
    line-height: 1.44;
    margin-left: -4px;
    }
.search-input {
    display: inline-block;
    width: 89%;
}
.search-box {
    display: block;
    top: 125px;
    position: relative;
}
select:after {
    content: "";
    width: 100%;
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 3px;
}
  /* Author Page Html */

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px;

    /* Styles */
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li {
    font-weight: 400;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

.wrapper-dropdown-3 ul {
	padding-left:0px;
    font-weight: 400 !important;
   }
.wrapper-dropdown-3 .dropdown li:before{
	display:none !important;
   }        

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}
 .search-box .search-close {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    right: 35px;
    cursor: pointer;
  }
  .search-box .search-close:before,.search-box .search-close:after
  {
    content: "";
    display: block;
    border-right: 2px solid #737779;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
 .search-box .search-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

.wrapper-dropdown-3 .dropdown li:hover {
    background-color: #f1f3f5;
    border-color: #ff694b;
}

@media screen and (max-width: 990px) {

.search-input {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
#dd {
    width: 65% !important;
    margin-left: 0px;   
    border-right: 1px solid #D3D6D8 !important;        
 }
.search-box .search-btn {
    width: 35%;
}
.search-box input {
    border-right: none;
}
.search-box .search-close:before, .search-box .search-close:after {
	top:0px
}
.fullwidth {
    width: 65% !important;
}
}
@media screen and (max-width: 1140px) {
.search-page-main{
	top:70px;
 }
}
