/*
Tipue Search 6.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/

#tipue_search_input
{
     font: 13px/1.6 'Lato', Helvetica, Helvetica Neue, Arial;
	color: #333;
	padding: 2px 12px 2px 40px;
	width: 170px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
        box-shadow: none; 
	outline: 0;
	margin: 0;
	background: #fff url('img/search.png') no-repeat 5px 6px;
}
#tipue_search_content
{
     max-width: 98%;
	 padding-top: 15px;
	 margin: 0;
}
#tipue_search_warning
{
     font: 400 15px/1.6 'Montserrat', sans-serif;
	 color: #555;
	 margin: 7px 0;
}
#tipue_search_warning a
{
     color: var(--pcpGreen);
     text-decoration: none;
}
#tipue_search_warning a:hover
{
     color: #555;
}
#tipue_search_results_count
{
     font: 400 15px/1.7 'Montserrat', sans-serif;
	 color: #555;
}
.tipue_search_content_title
{
     font: 400 21px/1.7 'Montserrat', sans-serif;
	 margin-top: 23px;
}
.tipue_search_content_title a
{
     color: #333;
     text-decoration: none;
}
.tipue_search_content_title a:hover
{
     color: #555;
}
.tipue_search_content_url
{
     font: 400 14px/1.9 'Montserrat', sans-serif;
     word-wrap: break-word;
     hyphens: auto;
}
.tipue_search_content_url a
{
     color: var(--pcpGreen);
     text-decoration: none;
}
.tipue_search_content_url a:hover
{
     color: #555;
}
.tipue_search_content_text
{
     font: 400 15px/1.6 'Montserrat', sans-serif;
	 color: #555;
     word-wrap: break-word;
     hyphens: auto;
     margin-top: 3px;
}
.tipue_search_content_debug, .tipue_search_content_url {
    display:inline-block;
}

.tipue_search_content_debug
{
     font: 400 13px/1.6 'Montserrat', sans-serif;
	 color: #555;
     margin: 5px 0;
}
.h01
{
     color: var(--pcpTeal);
     font-weight: 500;
}

p.tipue_search_duration {
     font-size: 0.9em;
     margin-top:40px;
}
.tipue_search_content_debug:after {
    content: "\00a0\00a0|\00a0\00a0";
}
.tipue_search_content_url:before {
     content: "";
}

.tipue_button {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 15px;
    height: 15px;
    padding: 4px;
    vertical-align:middle;
    margin-left:10px;    
    
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    
    font-size: 1em;
    text-decoration:none;
    display:inline-block;
    font-weight:900;
}
.tipue_button.search {
    border-radius: 0;
}
.tipue_button.help:hover, .tipue_button.help:focus {
     background-color:black;
     color:white;
}

.tipue_search_messagepop {
     background-color:white;
     border:1px solid #999999;
     cursor:default;
     display:none;
     position:absolute;
     top:25%;
     text-align:left;
     max-width:580px;
     z-index:50;
     padding: 0 0 20px 0;
     margin: 0 auto;
}
.tipue_search_messagepop h1 {
     background-color:#FAFAFA;
     font-size: 1.3em;
     line-height: 2em;
     padding-left: 40px;
     margin: 0 0 20px 0;
}

.tipue_search_messagepop p {
     text-align:center;
}
.tipue_search_messagepop ul {
    margin: 20px;
}
.tipue_search_messagepop li {
     margin: 8px 0;
     padding-bottom: 8px;
     line-height:110%;
}

#tipue_search_foot
{
     margin: 51px 0 21px 0;
}
#tipue_search_foot_boxes
{
	 padding: 0;
	 margin: 0;
     font: 12px 'Montserrat', sans-serif;
}
#tipue_search_foot_boxes li
{
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 display: inline;
}
#tipue_search_foot_boxes li a
{
	 padding: 10px 17px 11px 17px;
     background-color: #fff;
     border: 1px solid #e2e2e2;
     border-radius: 1px;
	 color: #333;
	 margin-right: 7px;
	 text-decoration: none;
	 text-align: center;
}
#tipue_search_foot_boxes li.current
{
	 padding: 10px 17px 11px 17px;
     background: #f6f6f6;
     border: 1px solid #e2e2e2;
     border-radius: 1px;
	 color: #333;
	 margin-right: 7px;
	 text-align: center;
}
#tipue_search_foot_boxes li a:hover
{
     background: #f6f6f6;
}


/* spinner */


.tipue_search_spinner
{
     padding: 31px 0;
     width: 50px;
     height: 28px;
}
.tipue_search_spinner > div
{
     background-color: #777;
     height: 100%;
     width: 3px;
     display: inline-block;
     margin-right: 2px;
     -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
     animation: stretchdelay 1.2s infinite ease-in-out;
}
.tipue_search_spinner .tipue_search_rect2
{
     -webkit-animation-delay: -1.1s;
     animation-delay: -1.1s;
}
.tipue_search_spinner .tipue_search_rect3
{
     -webkit-animation-delay: -1.0s;
     animation-delay: -1.0s;
}
@-webkit-keyframes stretchdelay
{
     0%, 40%, 100%
     {
          -webkit-transform: scaleY(0.4)
     }
     20%
     {
          -webkit-transform: scaleY(1.0)
     }
}
@keyframes stretchdelay
{
     0%, 40%, 100%
     {
          transform: scaleY(0.4);
          -webkit-transform: scaleY(0.4);
     }
     20%
     {
          transform: scaleY(1.0);
          -webkit-transform: scaleY(1.0);
     }
}